* dwarf2read.c (REF_HASH_SIZE): Move earlier.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-10-05 Daniel Jacobowitz <dan@debian.org>
2
3 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
4 (die_ref_table): Remove.
5 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
6 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
7 the usage of this type.
8 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
9 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
10 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
11 (dwarf2_create_include_psymtab): Update comment.
12 (find_partial_die): Remove third argument. Remove unreachable call
13 to error ().
14 (dwarf2_find_containing_comp_unit): Update comments. Change one
15 assertion to an error. Remove an unreachable error.
16 (dwarf2_find_comp_unit): Update comments.
17 (type_at_offset): Remove dead code.
18 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
19 (store_in_ref_table): Add CU argument.
20 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
21 inter-compilation-unit references.
22 (load_full_comp_unit, process_full_comp_unit): New functions, based
23 on psymtab_to_symtab_1.
24 (psymtab_to_symtab_1): Use them.
25 (dwarf2_add_dependence): New function.
26 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
27 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
28 (partial_die_parent_scope, guess_structure_name): Update for changes
29 to find_partial_die.
30 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
31 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
32 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
33 (read_die_and_children): Update call to store_in_ref_table.
34 (do_free_die_list_cleanup): Remove.
35 (fixup_partial_die): Update for changes to find_partial_die.
36 (read_full_die): Handle queueing absolute references.
37 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
38 (dwarf2_attr, die_specification, die_type)
39 (die_containing_type, dwarf2_extension): Update calls to
40 follow_die_ref.
41 (dump_die): Update DW_FORM_ref* handling.
42 (dwarf2_get_ref_die_offset): Likewise.
43 (free_one_comp_unit): Release the dies list.
44 (dwarf2_mark_helper): New function.
45 (dwarf2_mark): Use it.
46
47 2004-10-05 Mark Kettenis <kettenis@jive.nl>
48
49 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
50 when writing to memory.
51
52 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
53
54 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
55 (m32r_extract_struct_value_address): Delete function.
56 (m32r_return_value): New function.
57 (m32r_gdbarch_init): Instead of store_return_value,
58 extract_return_value, deprecated_extract_struct_value_address
59 and deprecated_use_struct_convention, set return_value.
60
61 2004-10-03 Daniel Jacobowitz <dan@debian.org>
62
63 * dwarf2read.c (read_subrange_type): Add comment for variable
64 sized arrays.
65
66 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
67
68 * Makefile.in (.l.c): Modify rule for compatibility with recent
69 versions of flex, and remove most command-line options.
70 * ada-lex.l: Add %options line in place of -I -i and -s command-line
71 options.
72
73 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
74
75 Turn on initial Ada support (mainly expression evaluation).
76
77 * Makefile.in (SFILES): Remove ada-tasks.c.
78 (HFILES_NO_SRCDIR): Add ada-lang.h.
79 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
80 (YYOBJ): Add ada-exp.o.
81 (rule .l.c): Generalize to not mention ada.
82 * symtab.c: Include ada-lang.h.
83 (symbol_natural_name, symbol_demangled_name)
84 (symbol_search_name): Add Ada case.
85
86 2004-10-01 Andrew Cagney <cagney@gnu.org>
87
88 * Makefile.in (COMMON_OBS): Add inf-child.o.
89 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
90 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
91 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
92 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
93 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
94 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
95 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
96 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
97 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
98 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
99 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
100 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
101 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
102
103 * target.c (xfer_using_stratum): Change return type to LONGEST.
104 On each iteration offset, readbuf and writebuf.
105 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
106 partial_length, and read/modify/write predicate, update comments.
107 Pass buffer.word to ptrace write.
108
109 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
110
111 * symfile.c (init_filename_language_table): Add extensions for
112 Ada.
113 * defs.h (enum language): Add language_ada.
114 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
115 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
116 (add_symbols_from_enclosing_procs): Make a no-op for now.
117 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
118 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
119 (find_line_in_linetable, find_next_line_in_linetable)
120 (read_all_symtabs, is_plausible_func_for_line)
121 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
122 (is_runtime_sym_defined, check_size): Remove declaration.
123 (function_name_from_pc, ada_translate_error_message)
124 (ada_lookup_minimal_symbol): Remove definition.
125 (ada_add_block_symbols): Remove useless label.
126 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
127 useless declaration.
128 (ada_is_exception_sym): Likewise.
129
130 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
131
132 Add m32r-linux support.
133 * configure.tgt: Add m32r*-*-linux*.
134 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
135 and m32r-linux-tdep.c.
136 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
137 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
138 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
139 m32r-linux-tdep.c.
140 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
141 config/m32r/linux.mh, config/m32r/linux.mt,
142 config/m32r/nm-linux.h: New files.
143
144 2004-09-30 Joel Brobecker <brobecker@gnat.com>
145
146 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
147 (mips32_fetch_instruction): Remove, unused.
148
149 2004-09-30 Joel Brobecker <brobecker@gnat.com>
150
151 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
152 conditions that will always be true.
153
154 2004-09-30 Mark Kettenis <kettenis@gnu.org>
155
156 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
157 (vaxbsd_fetch_inferior_registers): Rename from
158 fetch_inferior_registers. Make static.
159 (vaxbsd_store_inferior_registers): Rename from
160 store_inferior_registers. Make static.
161 (_initialize_vaxbsd_nat): Construct and add target vector.
162 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
163 inftarg.o. Add inf-child.o and inf-ptrace.o.
164 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
165 inftarg.o. Add inf-child.o and inf-ptrace.o.
166 (NAT_FILE): Remove.
167 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
168 inftarg.o. Add inf-child.o and inf-ptrace.o.
169 (NAT_FILE): Remove.
170 * Makefile.in (vaxbsd-nat.o): Update dependencies.
171
172 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
173 (m88kbsd_fetch_inferior_registers): Rename from
174 fetch_inferior_registers. Make static.
175 (m88kbsd_store_inferior_registers): Rename from
176 store_inferior_registers. Make static.
177 (_initialize_m88kbsd_nat): New prototype and function.
178 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
179 inftarg.o. Add inf-child.o and inf-ptrace.o.
180 (NAT_FILE): Remove.
181 * Makefile.in (m88kbsd-nat.o): Update dependencies.
182
183 2004-09-30 Andrew Cagney <cagney@gnu.org>
184
185 * target.c (target_xfer_partial): New function.
186 (target_read_memory_partial, target_write_memory_partial)
187 (default_xfer_partial, target_read_partial, target_write_partial)
188 (xfer_using_stratum): Use.
189 (debug_to_xfer_partial): Delete function.
190 (setup_target_debug): Do not override to_xfer_partial.
191
192 2004-09-30 Mark Kettenis <kettenis@chello.nl>
193
194 * fork-child.c: Update copyright year. Fix coding style.
195
196 2004-09-29 Mark Kettenis <kettenis@gnu.org>
197
198 * defs.h (msavestring, mstrsave): Remove prototypes.
199 * utils.c (msavestring, mstrsave): Remove functions.
200 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
201 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
202 of mstrsave.
203 * source.c (find_and_open_source): Use xstrdup instead of
204 mstrsave.
205
206 2004-09-30 Andrew Cagney <cagney@gnu.org>
207
208 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
209 (inf_ptrace_xfer_memory): Delete.
210 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
211 (target_read_memory, target_write_memory): Use xfer_using_stratum
212 when target_xfer_partial_p.
213 (debug_target): Move to start of file.
214 (target_read_memory_partial, target_write_memory_partial): Use
215 to_xfer_partial when target_xfer_partial_p.
216
217 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
218 inf_ptrace_xfer_memory with equivalent code.
219 * inftarg.c (child_xfer_partial): When performing a write, pass
220 writebuf to child_xfer_memory.
221
222 * target.c (target_read_string): Use target_read_memory instead of
223 target_xfer_memory.
224
225 2004-09-29 Andrew Cagney <cagney@gnu.org>
226
227 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
228 the address of status.
229
230 * infptrace.c (ptrace_wait): Mention problem with HPUX.
231 (kill_inferior): Inline ptrace_wait call.
232 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
233 * inftarg.c (child_wait): Inline ptrace_wait call.
234
235 * target.h (struct target_ops): Delete field to_post_wait.
236 (target_post_wait): Delete macro.
237 (child_post_wait): Delete declaration.
238 * target.c (update_current_target, update_current_target)
239 (debug_to_post_wait, setup_target_debug): Delete functions and
240 references.
241 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
242 * inftarg.c (child_post_wait): Delete.
243 (init_child_ops): Do not set to_post_wait.
244 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
245 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
246 * inf-child.c (inf_child_post_wait): Delete.
247 (inf_child_target): Do not set to_post_wait.
248 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
249 (inf_ptrace_target): Do not set to_post_wait.
250
251 * wince.c (child_ops): Delete.
252 * win32-nat.c (child_ops): Delete.
253
254 * inftarg.c (inftarg_set_find_memory_regions)
255 (inftarg_set_make_corefile_notes): Delete functions.
256 (_initialize_linux_nat): Inline calls.
257
258 * target.h (child_ops): Declare.
259 * inftarg.c (child_ops): Move from here ...
260 * target.c (child_ops): ... to here.
261 * wince.c (child_ops): Delete extern declaration.
262 * win32-nat.c (child_ops): Delete extern declaration.
263 * linux-nat.c (child_ops): Delete extern declaration.
264 * hpux-thread.c (child_ops): Delete extern declaration.
265
266 2004-09-28 Mark Kettenis <kettenis@gnu.org>
267
268 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
269
270 2004-09-28 Mark Kettenis <kettenis@gnu.org>
271
272 * configure.in: Only set host_makefile_frag when building a native
273 debugger.
274 * configure: Regenerate.
275
276 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
277 for OpenBSD ELF.
278
279 2004-09-28 Andrew Cagney <cagney@gnu.org>
280
281 Problem identified by Paul Hilfinger.
282 * Makefile.in (ada_lex_c): Define.
283 (ada-lex.o): Delete rule.
284
285 * linux-proc.c: Delete file.
286 * Makefile.in: Update.
287 * config/sparc/linux64.mh (NATDEPFILES):
288 * config/sparc/linux.mh (NATDEPFILES): Update.
289 * config/s390/s390.mh (NATDEPFILES): Update.
290 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
291 * config/powerpc/linux.mh (NATDEPFILES): Update.
292 * config/pa/linux.mh (NATDEPFILES): Update.
293 * config/mips/linux.mh (NATDEPFILES): Update.
294 * config/m68k/linux.mh (NATDEPFILES): Update.
295 * config/ia64/linux.mh (NATDEPFILES): Update.
296 * config/i386/linux64.mh (NATDEPFILES): Update.
297 * config/i386/linux.mh (NATDEPFILES): Update.
298 * config/arm/linux.mh (NATDEPFILES): Update.
299 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
300 * linux-nat.c: Update copyright. Include <sys/param.h>,
301 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
302 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
303 (O_LARGEFILE): Possibly define.
304 (_initialize_linux_nat, linux_proc_pending_signals)
305 (add_line_to_sigset, linux_proc_xfer_memory)
306 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
307 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
308 (struct linux_corefile_thread_data)
309 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
310 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
311
312 2004-09-16 Andrew Cagney <cagney@gnu.org>
313
314 * lin-lwp.c: Delete file.
315 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
316 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
317 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
318 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
319 (linux_nat_attach, detach_callback, linux_nat_detach)
320 (resume_callback, resume_clear_callback, linux_nat_resume)
321 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
322 (stop_wait_callback, linux_nat_has_pending, flush_callback)
323 (status_callback, running_callback, count_events_callback)
324 (select_singlestep_lwp_callback, select_event_lwp_callback)
325 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
326 (child_wait, stop_and_resume_callback, linux_nat_wait)
327 (kill_callback, kill_wait_callback, linux_nat_kill)
328 (linux_nat_create_inferior, linux_nat_mourn_inferior)
329 (linux_nat_xfer_memory, linux_nat_thread_alive)
330 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
331 (_initialize_linux_nat): New functions.
332 * Makefile.in: Update all dependencies.
333 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
334 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
335 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
336 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
337 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
338 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
339 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
340 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
341 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
342 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
343 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
344 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
345 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
346
347 2004-09-27 Mark Kettenis <kettenis@gnu.org>
348
349 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
350 config/i386/obsd64.mh (NAT_FILE): Remove variable.
351
352 * configure.in: Don't comment out NATDEPFILES in the generated
353 Makefile if NAT_FILE is unset.
354 * configure: Regenerate.
355
356 2004-09-27 Andrew Cagney <cagney@gnu.org>
357
358 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
359 (insert_step_resume_breakpoint): Delete.
360 (insert_step_resume_breakpoint_at_frame): New function.
361 (insert_step_resume_breakpoint_at_sal): New function.
362 (handle_inferior_event, step_into_function)
363 (insert_step_resume_breakpoint): Simplify by using same.
364
365 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
366
367 2004-09-26 Mark Kettenis <kettenis@gnu.org>
368
369 * fbsd-proc.c: Remove file.
370 * Makefile.in (fbsd-proc.o): Remove dependency.
371
372 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
373 code together.
374
375 * config/i386/nm-fbsd64.h: Remove file.
376 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
377
378 2004-09-26 Mark Kettenis <kettenis@gnu.org>
379
380 * amd64-nat.h: Update copyright year.
381 (amd64bsd_target): New prototype.
382 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
383 (amd64bsd_target): New function.
384 (amd64bsd_fetch_inferior_registers): Rename from
385 fetch_inferior_registers. Make static.
386 (amd64bsd_store_inferior_registers): Rename from
387 store_inferior_registers. Make static.
388 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
389 (_initialize_amd64fbsd_nat): Construct and add target vector.
390 * amd64nbsd-nat.o: Include "target.h".
391 (_initialize_amd64nbsd_nat): Construct and add target vector.
392 * amd64obsd-nat.c: Include "target.h".
393 (_initialize_amd64obsd_nat): Construct and add target vector.
394 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
395 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
396 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
397 fbsd-nat.o.
398 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
399 Remove infptrace.o and inftarg.o. Add inf-child.o and
400 inf-ptrace.o.
401 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
402 (amd64obsd-nat.o): Update dependencies.
403
404 2004-09-25 Mark Kettenis <kettenis@gnu.org>
405
406 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
407 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
408 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
409 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
410 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
411
412 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
413 Inline attach call.
414 (inf_ptrace_detach): Inline detach call.
415
416 * configure.in: Check for waddstr instead of mvwaddstr when
417 searching for curses library. Check for wborder.
418 * configure, config.in: Regenerate.
419 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
420 available.
421
422 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
423
424 2004-09-24 Robert Picco <Robert.Picco@hp.com>
425
426 Committed by Andrew Cagney.
427 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
428 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
429 configuration.
430 (fetch_register_using_p): Implement 'p' packet. Based on code by
431 Fernando Nasser.
432 (remote_fetch_registers): Call fetch_register_using_p.
433 (init_all_packet_configs, show_remote_cmd)
434 (_initialize_remote): Add p-packet.
435
436 2004-09-24 Mark Kettenis <kettenis@gnu.org>
437
438 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
439 instead of call_ptrace. Call wait directly instead of
440 ptrace_wait.
441 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
442 (inf_ptrace_wait): Inline ptrace_wait call.
443
444 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
445
446 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
447 rolled back instead.
448
449 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
450
451 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
452 the new argument order.
453
454 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
455
456 * MAINTAINERS: Remove "broken" from XStormy16 entry.
457 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
458 (struct gdbarch_tdep): Remove.
459 (struct xstormy16_frame_cache): New frame cache structure.
460 (xstormy16_register_byte, xstormy16_register_raw_size)
461 (xstormy16_reg_virtual_type, xstormy16_register_type)
462 (xstormy16_push_arguments, xstormy16_push_return_address)
463 (xstormy16_pop_frame, xstormy16_store_struct_return)
464 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
465 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
466 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
467 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
468 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
469 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
470 (xstormy16_use_struct_convention): Drop gcc_p parameter.
471 (xstormy16_extract_return_value, xstormy16_store_return_value):
472 Regcachify. Drop useless struct convention handling.
473 (xstormy16_register_type, xstormy16_return_value)
474 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
475 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
476 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
477 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
478 (xstormy16_unwind_sp, xstormy16_unwind_pc)
479 (xstormy16_unwind_dummy_id) : New functions.
480 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
481 of xstormy16_scan_prologue.
482 (xstormy16_frame_unwind): New frame_unwind structure.
483 (xstormy16_frame_base): New frame_base structure.
484 (xstormy16_gdbarch_init): Accomodate all of the above changes.
485 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
486
487 2004-09-22 Mark Kettenis <kettenis@gnu.org>
488
489 * language.c (language_gdbarch_post_init): Fix off-by one error.
490
491 2004-09-21 Daniel Jacobowitz <dan@debian.org>
492
493 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
494 (struct dwarf2_offset_and_type): New.
495 (set_die_type, reset_die_and_siblings_types, get_die_type)
496 (offset_and_type_hash, offset_and_type_eq): New functions.
497 (read_structure_type, read_enumeration_type, read_array_type)
498 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
499 (read_tag_reference_type, read_tag_const_type)
500 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
501 (read_typedef, read_base_type, read_subrange_type): Use
502 set_die_type.
503
504 2004-09-20 Daniel Jacobowitz <dan@debian.org>
505
506 * Makefile.in (dwarf2read.o): Update dependencies.
507 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
508 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
509 and read_in_chain.
510 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
511 mark, and has_form_ref_addr.
512 (struct dwarf2_per_cu_data): New.
513 (dwarf2_max_cache_age): New.
514 (dwarf2_build_psymtabs_hard): Free cached compilation units
515 after loading. Create and manage the list of compilation units.
516 Remove unnecessary NULL initialization. Fix indentation.
517 (psymtab_to_symtab_1): Initialize all of CU.
518 (dwarf2_read_abbrevs): Set has_form_ref_addr.
519 (find_partial_die): Use dwarf2_find_containing_comp_unit
520 and load_comp_unit.
521 (free_stack_comp_unit): Update comments. Clear the per-cu
522 pointer. Handle aging.
523 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
524 (age_cached_comp_units, free_one_cached_comp_unit)
525 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
526 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
527 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
528 (show_dwarf2_cmd): New.
529 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
530 and "maint show dwarf2 max-cache-age".
531 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
532 externs.
533 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
534 global.
535
536 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
537
538 * dwarf2read.c (typename_concat): Change prototype to accept obstack
539 and dwarf2_cu struct pointer as arguments. Change function to use
540 obstack if provided and use dwarf2_cu to determine language-specific
541 separator.
542 (partial_die_parent_scope): Change comment to include java. Use
543 new version of typename_concat instead of obconcat.
544 (partial_die_full_name): Use typename_concat.
545 (read_namespace): Ditto.
546 (read_enumeration_type): Use typename_concat instead of obconcat.
547 (new_symbol): Ditto.
548 (add_partial_symbol): Enhance tests for C++ to also test for Java.
549 (guess_structure_name): Ditto.
550 (read_subroutine_type): Ditto.
551 (read_structure_type): Ditto.
552 (is_vtable_name): Add Java support.
553 (determine_class_name): Switch to new typename_concat call.
554 (determine_prefix): Switch to new typename_concat call.
555 * jv-exp.y (FuncStart): New pattern.
556 (MethodInvocation): Add support for simple function calls. Change
557 warning message for other forms of inferior call currently not
558 supported.
559 * valarith.c (value_subscript): Treat an array with upper-bound
560 of -1 as unknown size.
561
562 2004-09-20 Daniel Jacobowitz <dan@debian.org>
563
564 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
565 (lookup_partial_symtab): Use symtab_to_fullname.
566
567 2004-09-19 Jim Blandy <jimb@redhat.com>
568
569 * minsyms.c (lookup_minimal_symbol): Doc fix.
570
571 2004-09-20 Andrew Cagney <cagney@gnu.org>
572
573 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
574 CHILD_RESUME.
575 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
576 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
577 KILL_INFERIOR.
578 * infptrace.c: Update.
579
580 2004-09-19 Daniel Jacobowitz <dan@debian.org>
581
582 * symtab.c (output_source_filename): Mark first argument as const.
583 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
584 for "info sources" output.
585
586 2004-09-20 Mark Kettenis <kettenis@gnu.org>
587
588 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
589 <machine/vmparam.h>.
590 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
591 (register_u_addr): Remove prototype.
592
593 2004-09-19 Mark Kettenis <kettenis@gnu.org>
594
595 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
596 (i386bsd_fetch_inferior_registers): Rename from
597 fetch_inferior_registers. Make static.
598 (i386bsd_store_inferior_registers): Rename from
599 store_inferior_registers. Make static.
600 (i386bsd_target): New function.
601 * i386bsd-nat.h: New file.
602 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
603 "i386bsd-nat.h".
604 (i386fbsd_resume): Rename from child_resume. Make static.
605 (_initialize_i386fbsd_nat): Construct and add target vector.
606 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
607 (_initialize_i386nbsd_nat): Construct and add target vector.
608 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
609 Remove defines.
610 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
611 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
612 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
613 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
614 (LOADLIBES): New variable.
615 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
616 inf-ptrace.o. Remove inftarg.o.
617 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
618 inf-ptrace.o. Remove inftarg.o.
619 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
620 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
621 (LOADLIBES): New variable.
622 * Makefile.in (i386bsd_nat_h): New variable.
623 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
624 dependencies.
625
626 * sparc64nbsd-tdep.c: Include "objfiles.h".
627 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
628 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
629 svr4_lp64_fetch_link_map_offsets.
630 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
631 "nbsd-tdep.h".
632 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
633 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
634 svr4_lp64_fetch_link_map_offsets.
635 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
636 dependencies.
637
638 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
639 * fbsd-nat.h: New file.
640 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
641 (fbsd_nat_h): New variable.
642 (fbsd-nat.o): New dependency.
643
644 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
645 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
646
647 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
648 comment.
649
650 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
651
652 * ada-exp.y (type_int): New function to add layer of abstraction
653 around references to expression types.
654 (type_long): Ditto.
655 (type_long_long): Ditto.
656 (type_float): Ditto.
657 (type_double): Ditto.
658 (type_long_double): Ditto.
659 (type_char): Ditto.
660 (type_system_address): Ditto.
661 (simple_exp): Use type_* functions in place of builtin_*
662 variables.
663 (exp): Ditto.
664 (write_var_from_name): Ditto.
665 (write_object_renaming): Ditto.
666 * ada-lang.c (ada_create_fundamental_type): Remove redundant
667 declaration.
668 (build_ada_types): Remove, replacing with...
669 (ada_language_arch_info): New function to initialize primitive
670 type vector in language_arch_info.
671 (ada_array_length): Remove use of builtin_type_ada_int.
672 (value_pos_atr): Ditto.
673 (ada_evaluate_subexp): Ditto.
674 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
675 builtin_type_ada_long_long, builtin_type_ada_char,
676 builtin_type_ada_float, builtin_type_ada_double,
677 builtin_type_ada_long_double, builtin_type_ada_natural,
678 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
679 (ada_builtin_types): Remove.
680 (ada_language_defn): Remove entries for la_builtin_type_vector and
681 string_char_type and use ada_language_arch_info.
682 (_initialize_ada_language): Do type-vector initialization along
683 the lines of c-lang.c.
684 (ada_create_fundamental_type): Break up line.
685 (ada_dump_symtab): Remove unused function.
686 (enum ada_primitive_types): Define.
687 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
688 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
689 builtin_type_ada_float, builtin_type_ada_double,
690 builtin_type_ada_long_double, builtin_type_ada_natural,
691 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
692 * ada-lex.l: Use type_* functions in place of builtin_* variables.
693 (processInt): Ditto.
694 (processReal): Ditto.
695 (name_lookup): Ditto.
696 * ada-typeprint.c (print_range): Use builtin_type_int, not
697 builtin_type_ada_int.
698
699 2004-09-18 Mark Kettenis <kettenis@gnu.org>
700
701 * i386-tdep.c (i386_register_name): Rename regno to regnum.
702
703 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
704 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
705 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
706 * configure.in: Improve checks for curses library by checking for
707 mvwaddstr instead of initscr. Drop HP curses in favour of
708 standard curses on HP-UX.
709 * configure: Regenerated.
710
711 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
712
713 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
714 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
715 Minor formatting changes.
716 (empty_array): Slight rewrite for formatting.
717 (emit_char,parse,ada_language_defn,build_ada_types,
718 ada_is_exception_sym, _initialize_ada_language): Move
719 definitions around.
720 (ada_dump_symtab): Remove unused definition.
721 (ada_maybe_exception_partial_symbol): Remove unused definition.
722
723 2004-09-16 Andrew Cagney <cagney@gnu.org>
724
725 * inf-child.c: Include "gdb_string.h".
726 (inf_child_core_file_to_sym_file): Delete.
727 (inf_child_target): Set to_fetch_registers and to_store_registers.
728 * inf-ptrace.c: Include "gdb_string.h".
729 * Makefile.in: Update all dependencies.
730
731 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
732 problem.
733
734 2004-09-14 Joel Brobecker <brobecker@gnat.com>
735
736 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
737 call to heuristic_proc_desc. Remove code that became redundant
738 as a consequence.
739 (read_next_frame_reg): Remove special case for SP_REGNUM.
740 (set_reg_offset): Fix small typo.
741 (reset_saved_regs): New procedure.
742 (mips32_heuristic_proc_desc): No longer compute a fake
743 procedure descriptor. Compute the full frame cache instead.
744 Some minor comment reformatting.
745
746 2004-09-14 Andrew Cagney <cagney@gnu.org>
747
748 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
749 maintainer.
750
751 * thread-db.c (thread_db_new_objfile): Assume that there is a
752 child process.
753
754 2004-09-13 Jim Blandy <jimb@redhat.com>
755
756 * valops.c (value_assign): Move 'buffer' to the enclosing block,
757 so that its storage isn't referenced after its lifetime ends.
758
759 * valops.c (value_assign): 'use_buffer' is initialized to zero,
760 and never assigned to. Delete it, and the 'if (use_buffer)'
761 clauses. Delete 'raw_buffer', since it is now unused.
762
763 2004-09-13 Andrew Cagney <cagney@gnu.org>
764
765 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
766 * configure: Re-generate.
767 * nlm/Makefile.in (TAGS): Update.
768 * Makefile.in (TAGS): Update.
769 * config/vax/nbsd.mt (TM_FILE): Update.
770 * config/sparc/vxworks.mt (TM_FILE): Update.
771 * config/sparc/sol2.mt (TM_FILE): Update.
772 * config/sparc/sol2-64.mt (TM_FILE): Update.
773 * config/sparc/obsd64.mt (TM_FILE): Update.
774 * config/sparc/obsd.mt (TM_FILE): Update.
775 * config/sparc/nbsd64.mt (TM_FILE): Update.
776 * config/sparc/nbsd.mt (TM_FILE): Update.
777 * config/sparc/linux64.mt (TM_FILE): Update.
778 * config/sparc/linux.mt (TM_FILE): Update.
779 * config/sparc/fbsd.mt (TM_FILE): Update.
780 * config/sh/wince.mt (TM_FILE): Update.
781 * config/sh/nbsd.mt (TM_FILE): Update.
782 * config/sh/linux.mt (TM_FILE): Update.
783 * config/sh/embed.mt (TM_FILE): Update.
784 * config/s390/s390.mt (TM_FILE): Update.
785 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
786 * config/rs6000/rs6000.mt (TM_FILE): Update.
787 * config/rs6000/aix4.mt (TM_FILE): Update.
788 * config/powerpc/vxworks.mt (TM_FILE): Update.
789 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
790 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
791 * config/powerpc/obsd.mt (TM_FILE): Update.
792 * config/powerpc/nbsd.mt (TM_FILE): Update.
793 * config/powerpc/linux.mt (TM_FILE): Update.
794 * config/powerpc/aix.mt (TM_FILE): Update.
795 * config/pa/obsd.mt (TM_FILE): Update.
796 * config/pa/linux.mt (TM_FILE): Update.
797 * config/pa/hppahpux.mt (TM_FILE): Update.
798 * config/pa/hppa64.mt (TM_FILE): Update.
799 * config/pa/hppa.mt (TM_FILE): Update.
800 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
801 * config/mips/wince.mt (TM_FILE): Update.
802 * config/mips/vxmips.mt (TM_FILE): Update.
803 * config/mips/nbsd.mt (TM_FILE): Update.
804 * config/mips/linux.mt (TM_FILE): Update.
805 * config/mips/irix6.mt (TM_FILE): Update.
806 * config/mips/irix5.mt (TM_FILE): Update.
807 * config/mips/embed.mt (TM_FILE): Update.
808 * config/m68k/vxworks68.mt (TM_FILE): Update.
809 * config/m68k/st2000.mt (TM_FILE): Update.
810 * config/m68k/os68k.mt (TM_FILE): Update.
811 * config/m68k/obsd.mt (TM_FILE): Update.
812 * config/m68k/nbsd.mt (TM_FILE): Update.
813 * config/m68k/monitor.mt (TM_FILE): Update.
814 * config/m68k/linux.mt (TM_FILE): Update.
815 * config/m68k/cisco.mt (TM_FILE): Update.
816 * config/ia64/linux.mt (TM_FILE): Update.
817 * config/ia64/aix.mt (TM_FILE): Update.
818 * config/ia64/ia64.mt (TM_FILE): Update.
819 * config/i386/vxworks.mt (TM_FILE): Update.
820 * config/i386/obsd64.mt (TM_FILE): Update.
821 * config/i386/obsd.mt (TM_FILE): Update.
822 * config/i386/nto.mt (TM_FILE): Update.
823 * config/i386/nbsd64.mt (TM_FILE): Update.
824 * config/i386/nbsd.mt (TM_FILE): Update.
825 * config/i386/linux64.mt (TM_FILE): Update.
826 * config/i386/linux.mt (TM_FILE): Update.
827 * config/i386/i386sol2.mt (TM_FILE): Update.
828 * config/i386/i386lynx.mt (TM_FILE): Update.
829 * config/i386/fbsd64.mt (TM_FILE): Update.
830 * config/i386/fbsd.mt (TM_FILE): Update.
831 * config/i386/cygwin.mt (TM_FILE): Update.
832 * config/h8300/h8300.mt (TM_FILE): Update.
833 * config/frv/frv.mt (TM_FILE): Update.
834 * config/cris/cris.mt (TM_FILE): Update.
835 * config/arm/wince.mt (TM_FILE): Update.
836 * config/arm/nbsd.mt (TM_FILE): Update.
837 * config/arm/linux.mt (TM_FILE): Update.
838 * config/arm/embed.mt (TM_FILE): Update.
839 * config/alpha/nbsd.mt (TM_FILE): Update.
840 * config/alpha/fbsd.mt (TM_FILE): Update.
841 * config/alpha/alpha.mt (TM_FILE): Update.
842 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
843 * config/alpha/alpha-linux.mt (TM_FILE): Update.
844
845 Eliminate event_loop_p, always has the value 1.
846 * defs.h (event_loop_p): Delete macro.
847 * breakpoint.c (until_break_command): Simplify.
848 * utils.c (prompt_for_continue): Simplify.
849 * tracepoint.c (read_actions): Simplify.
850 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
851 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
852 (set_prompt, init_main): Simplify.
853 (init_signals, disconnect): Delete, unused.
854 * remote.c (remote_async_resume)
855 (extended_remote_async_create_inferior): Simplify.
856 * mi/mi-interp.c (mi_input): Delete, unused.
857 (mi_interpreter_resume, mi_command_loop): Simplify.
858 * interps.c (current_interp_command_loop): Simplify.
859 * infrun.c (proceed): Simplify.
860 * infcmd.c (run_command, continue_command, step_1, jump_command)
861 (until_command, advance_command, finish_command)
862 (interrupt_target_command): Simplify.
863 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
864
865 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
866 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
867 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
868 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
869 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
870 * mips-tdep.c (mips_dump_tdep): Do not print same.
871
872 2004-09-12 Andrew Cagney <cagney@gnu.org>
873
874 * valprint.c (print_longest): Use fputs_filtered. Make "val"
875 const.
876 * Makefile.in (valprint.o): Delete explict rule.
877
878 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
879 reported by Dave Anderson.
880
881 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
882
883 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
884
885 2004-09-12 Salvador E. Tropea <set@users.sf.net>
886 Andrew Cagney <cagney@gnu.org>
887
888 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
889 (mi_cmd_data_list_register_values)
890 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
891 the register number computation.
892
893 2004-09-12 Andrew Cagney <cagney@gnu.org>
894
895 * ppcnbsd-nat.c: Include "inf-ptrace.h".
896 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
897 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
898 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
899 target.
900 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
901 inf-ptrace.o and inf-child.o.
902 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
903 * Makefile.in: Update dependencies.
904
905 2004-09-11 Andrew Cagney <cagney@gnu.org>
906
907 * language.c (hex_string, hex_string_custom): Move from here ...
908 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
909 (CELLSIZE): Increase to 50.
910 * language.h (hex_string, hex_string_custom): Move from here ...
911 * defs.h: ... to here.
912 * Makefile.in: Update all dependencies.
913
914 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
915
916 * language.c (local_hex_format_custom): Remove.
917 (local_hex_string): Rename to hex_string, use C format, and move to
918 utils.c
919 (local_hex_string_custom): Rename to hex_string_custom and change
920 interface. Now uses C format. Move to utils.c
921 (local_octal_format_custom): Remove.
922 (local_decimal_format_custom): Remove.
923 (unknown_language_defn): Remove language-specific number
924 formatting entries.
925 (auto_language_defn): Ditto.
926 (local_language_defn): Ditto.
927 * language.h (struct language_format_info): Delete declaration.
928 (struct language_defn): Remove language_format_info fields
929 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
930 (local_binary_format): Remove macro.
931 (local_binary_format_prefix): Remove macro.
932 (local_binary_format_specifier): Remove macro.
933 (local_binary_format_suffix): Remove macro.
934 (local_octal_format): Remove macro.
935 (local_octal_format_prefix): Remove macro.
936 (local_octal_format_specifier): Remove macro.
937 (local_octal_format_suffix): Remove macro.
938 (local_decimal_format): Remove macro.
939 (local_decimal_format_prefix): Remove macro.
940 (local_decimal_format_specifier): Remove macro.
941 (local_decimal_format_suffix): Remove macro.
942 (local_hex_format): Remove macro.
943 (local_hex_format_prefix): Remove macro.
944 (local_hex_format_specifier): Remove macro.
945 (local_hex_format_suffix): Remove macro.
946 (local_decimal_format_custom): Remove.
947 (local_octal_format_custom): Remove.
948 (local_hex_format_custom): Remove.
949 (local_hex_string): Rename to hex_string and move to defs.h.
950 (local_hex_string_custom): Rename to hex_string_custom, change
951 interface, and move to defs.h.
952 * utils.c: (int_string): New function.
953 (hex_string): New function (from language.c).
954 (hex_string_custom): New function (from language.c).
955 (octal2str): New function.
956 (decimal2str): Add width parameter.
957 (paddr_u): Use new decimal2str interface.
958 (paddr_d): Ditto.
959 * defs.h (hex_string): Declare.
960 (hex_string_custom): Declare.
961 (int_string): Declare.
962 * printcmd.c (print_scalar_formatted): Remove localized binary
963 formatting.
964 * valprint.c (print_longest): Use int_string.
965 (print_floating): Use C hex format.
966 (print_hex_chars): Ditto.
967 (print_binary_chars): Remove language-specific formatting.
968 (print_octal_chars): Use C octal format.
969 (print_decimal_chars): Delocalize format.
970 (print_decimal): Remove.
971 * ada-lang.c (ada_language_defn): Remove language-specific number
972 formatting entries.
973 * p-lang.c (pascal_language_defn): Ditto.
974 * c-lang.c (c_language_defn): Ditto.
975 (cplus_language_defn): Ditto.
976 (asm_language_defn): Ditto.
977 (minimal_language_defn): Ditto.
978 * f-lang.c (f_language_defn): Ditto.
979 * jv-lang.c (java_language_defn): Ditto.
980 * m2-lang.c (m2_language_defn): Ditto.
981 * scm-lang.c (scm_language_defn): Ditto.
982 * objc-lang.c (objc_language_defn): Ditto.
983 * memattr.c (mem_info_command): Use renamed hex_string_custom with
984 new interface.
985 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
986 * ui-out.c (ui_out_field_core_addr): Ditto.
987 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
988 * exec.c (print_section_info): Ditto.
989 * i387-tdep.c (print_i387_status_word): Ditto.
990 (print_i387_control_word): Ditto.
991 (i387_print_float_info): Ditto.
992 * maint.c (maint_print_section_info): Ditto.
993 * solib.c (info_sharedlibrary_command): Ditto.
994 * somsolib.c (som_sharedlibrary_info_command): Ditto.
995 * symtab.c (print_msymbol_info): Ditto.
996 * tracepoint.c (tracepoints_info): Ditto.
997 * solib-frv.c (lm_base): Ditto.
998 (frv_current_sos): Ditto.
999 (enable_break2): Ditto.
1000 (enable_break): Ditto.
1001 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
1002 (process_one_symbol): Ditto.
1003 * infcmd.c (program_info): Ditto.
1004 * mdebugread.c (parse_partial_symbols): Ditto.
1005 * symfile.c (add_symbol_file_command): Ditto.
1006 * cli/cli-cmds.c (edit_command): Ditto.
1007 (list_command): Ditto.
1008 * infcall.c (call_function_by_hand): Ditto.
1009 * remote-vx.c (vx_run_files_info): Ditto.
1010 (vx_wait): Ditto.
1011 (vx_attach): Ditto.
1012 (vx_detach): Ditto.
1013 (vx_kill): Ditto.
1014 * aix-thread.c (pdc_symbol_addrs): Ditto.
1015 (pdc_read_regs): Ditto.
1016 (pdc_write_regs): Ditto.
1017 (pdc_read_data): Ditto.
1018 (pdc_write_data): Ditto.
1019 * d10v-tdep.c (display_trace): Ditto.
1020 * rs6000-nat.c (find_toc_address): Ditto.
1021 * aix-thread.c: Don't include language.h.
1022 * buildsym.c: Ditto.
1023 * dbxread.c: Ditto.
1024 * mdebugread.c: Ditto.
1025 * rs6000-nat.c: Ditto.
1026 * buildsym.c (make_blockvector): Use renamed hex_string.
1027
1028 2004-09-10 Jason Molenda (jmolenda@apple.com)
1029
1030 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
1031 chars after 'if' or 'while' commands in user-defined commands.
1032
1033 2004-09-08 Jim Blandy <jimb@redhat.com>
1034
1035 Fix bug reported and analyzed by Olivier Crete:
1036 * symfile.c (copy_section_addr_info): New function.
1037 (symbol_file_add_with_addrs_or_offsets): Use it to save the
1038 original set of address arguments, instead of handwritten code
1039 that uses one length to allocate and a different length to
1040 initialize. Use make_cleanup_free_section_addr_info.
1041 * symfile.h (copy_section_addr_info): New declaration.
1042 * utils.c: #include "symfile.h".
1043 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
1044 New functions.
1045 * defs.h (make_cleanup_free_section_addr_info): New declaration.
1046 * Makefile.in (utils.o): Update dependencies.
1047
1048 2004-09-08 Andrew Cagney <cagney@gnu.org>
1049
1050 * thread-db.c (keep_thread_db): Delete.
1051 (thread_db_new_objfile, thread_db_create_inferior)
1052 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
1053
1054 2004-09-08 Mark Kettenis <kettenis@gnu.org>
1055
1056 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
1057 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
1058 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
1059 (i386_frameless_signal_p): Remove prototype.
1060 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
1061 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
1062 I386_SSE_NUM_REGS.
1063 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
1064 instead of FP0_REGNUM.
1065 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
1066 of FP0_REGNUM and FPC_REGNUM.
1067
1068 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
1069 (sunos_solib_create_inferior_hook): Don't call
1070 sunos_relocate_main_executable.
1071
1072 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
1073 solib_svr4_fetch_link_map_offsets to
1074 svr4_ilp32_fetch_link_map_offsets.
1075 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
1076 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1077 svr4_ilp32_fetch_link_map_offsets.
1078 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
1079
1080 2004-09-07 Jim Blandy <jimb@redhat.com>
1081
1082 * frame.h (frame_register): Doc fix.
1083
1084 2004-09-07 Andrew Cagney <cagney@gnu.org>
1085
1086 * vx-share/wait.h: Delete #ifdef USG.
1087 * utils.c (request_quit): Ditto.
1088 * tui/tui.c (tui_reset): Ditto.
1089 * remote.c: Ditto.
1090 * remote-sds.c: Ditto.
1091 * remote-rdi.c: Ditto.
1092 * mdebugread.c: Ditto.
1093 * m68klinux-nat.c: Ditto.
1094 * infttrace.c: Ditto.
1095 * infptrace.c: Ditto.
1096 * i386v-nat.c: Ditto.
1097 * exec.c: Ditto.
1098 * dbxread.c: Ditto.
1099 * core-aout.c: Ditto.
1100
1101 2004-09-05 Joel Brobecker <brobecker@gnat.com>
1102
1103 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
1104 heuristic_proc_desc.
1105 (mips_insn32_frame_cache): Likewise.
1106
1107 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1108
1109 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
1110 left behind by error.
1111
1112 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1113
1114 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
1115 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
1116
1117 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1118
1119 * config/rs6000/xm-aix4.h: Remove this file.
1120 * config/rs6000/aix4.mh (XM_FILE): Delete.
1121
1122 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1123
1124 * config/rs6000/xm-rs6000.h: Remove this file.
1125 * config/rs6000/rs6000.mh (XM_FILE): Remove.
1126
1127 2004-09-03 Andrew Cagney <cagney@gnu.org>
1128
1129 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1130 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1131 only use.
1132
1133 * mips-tdep.c (temp_saved_regs): Delete.
1134 (set_reg_offset): Replace saved_regs parameter with this_cache.
1135 (heuristic_proc_desc, mips16_heuristic_proc_desc)
1136 (mips32_heuristic_proc_desc): Add this_cache parameter.
1137 (mips_insn32_frame_cache, mips_insn16_frame_cache)
1138 (after_prologue): Pass a NULL this_cache.
1139
1140 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1141 non-kernel trap prologues.
1142
1143 * mips-tdep.c (find_proc_desc): Delete function.
1144 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1145 simplify.
1146 (mips_insn16_frame_cache): Replace find_proc_desc with code from
1147 mips_insn32_frame_cache.
1148
1149 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
1150 Simplify as NEXT_FRAME is NULL.
1151 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1152
1153 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1154 local variable.
1155 (mips_skip_prologue): Update.
1156
1157 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1158 "cur_frame" parameter.
1159 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1160 (mips_insn32_frame_cache, find_proc_desc): Update
1161
1162 * config/vax/nm-obsd.h: Delete file.
1163 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1164 * config/vax/nm-nbsd.h: Delete file.
1165 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1166 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1167 * config/sh/nm-nbsd.h: Delete file.
1168 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1169 * config/rs6000/nm-rs6000ly.h: Delete file.
1170 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1171 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1172 * config/powerpc/nm-obsd.h: Delete file.
1173 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1174 * config/powerpc/nm-nbsd.h: Delete file.
1175 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1176 * config/pa/nm-obsd.h: Delete file.
1177 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1178 * config/mips/nm-nbsd.h: Delete file.
1179 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1180 * config/m88k/nm-obsd.h: Delete file.
1181 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1182 * config/m68k/nm-nbsd.h: Delete file.
1183 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1184 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1185 * config/i386/nm-nbsd.h: Delete file.
1186 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1187 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1188 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1189 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1190 * config/i386/nm-i386lynx.h: Delete file.
1191 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1192 * config/arm/nm-nbsd.h: Delete file.
1193 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1194 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1195
1196 * config/i386/tm-fbsd.h: Delete file.
1197 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1198 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1199
1200 * config/rs6000/tm-rs6000-aix4.h: Delete file.
1201 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1202 * config/rs6000/aix4.mt (TM_FILE): Set to
1203 config/rs6000/tm-rs6000.h.
1204 * config/powerpc/tm-ppc-aix.h: Delete file.
1205 * config/powerpc/aix.mt (TM_FILE): Set to
1206 config/rs6000/tm-rs6000.h.
1207 * config/m68k/tm-linux.h: Delete file.
1208 * config/m68k/linux.mt (TM_FILE): Set to solib.h
1209 * config/i386/tm-linux64.h: Delete file.
1210 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1211 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1212
1213 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1214 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1215 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1216 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1217 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1218 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1219 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1220 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1221 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1222
1223 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1224 gdb_host_cpu.
1225
1226 2004-09-02 Joel Brobecker <brobecker@gnat.com>
1227
1228 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1229 Minor reformatting. Some code factoring.
1230
1231 2004-09-02 Andrew Cagney <cagney@gnu.org>
1232
1233 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1234 * config/vax/tm-nbsd.h: Delete file.
1235 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1236 * config/sparc/tm-vxworks.h: Delete file.
1237 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1238 * config/sparc/tm-nbsd.h: Delete file.
1239 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1240 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1241 * config/sparc/tm-linux.h: Delete file.
1242 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1243 * config/s390/tm-linux.h: Delete file.
1244 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1245 * config/pa/tm-bsd.h: Delete file.
1246 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1247 * config/m68k/tm-obsd.h: Delete file.
1248 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1249 * config/m68k/tm-nbsd.h: Delete file.
1250 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1251 * config/i386/tm-vxworks.h: Delete file.
1252 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1253 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1254 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1255 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1256 * config/i386/tm-nbsd.h: Delete file.
1257 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1258 * config/i386/tm-i386lynx.h: Delete file.
1259 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1260 * config/cris/tm-cris.h: Delete file.
1261
1262 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1263 * configure: Re-generate.
1264 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1265 * config/arm/tm-nbsd.h: Delete file.
1266
1267 * config/powerpc/tm-ppcle-sim.h: Delete.
1268 * config/powerpc/tm-ppcle-eabi.h: Delete.
1269 * config/powerpc/tm-nbsd.h: Delete.
1270 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1271 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1272 tm-ppcle-eabi.h.
1273
1274 * config/i386/nto.mh (NAT_FILE): Delete.
1275 * config/i386/nm-nto.h: Delete.
1276
1277 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1278 * config/m68k/tm-os68k.h: Ditto.
1279 * config/m68k/tm-monitor.h: Ditto.
1280 * config/m68k/tm-cisco.h: Ditto.
1281 * config/m68k/st2000.mt (TM_FILE): Delete.
1282 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1283 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1284 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1285 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1286
1287 * config/m68k/tm-st2000.h: Delete.
1288 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1289 * config/sparc/fbsd.mt (TM_FILE): Delete.
1290 * config/sparc/tm-fbsd.h: Delete.
1291
1292 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1293 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1294 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1295
1296 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1297 GDB_TM_FILE and GDB_XM_FILE.
1298 * gdbarch.c: Re-generate.
1299 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1300 quotes in macro definition.
1301 * configure.in: Re-generate.
1302
1303 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1304 validating architecture methods.
1305 * gdbarch.c: Re-generate.
1306
1307 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1308 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1309 GDB_MULTI_ARCH_PARTIAL.
1310 * gdbarch.h: Re-generate.
1311
1312 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1313 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1314 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1315 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1316 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1317 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1318 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1319 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1320 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1321 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1322 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1323 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1324
1325 2004-09-01 Andrew Cagney <cagney@gnu.org>
1326
1327 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1328 and main_func_highpc.
1329 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1330 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1331 * nlmread.c (nlm_symfile_read): Update.
1332
1333 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1334
1335 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1336 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1337 (find_proc_desc): Remove dead code.
1338
1339 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1340
1341 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1342
1343 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1344
1345 * observer.sh: Add struct so_list declaration.
1346 * Makefile.in: Add dependencies on observer.h for solib.c and
1347 breakpoint.c.
1348 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1349 function.
1350 (_initialize_breakpoint): Register
1351 disable_breakpoints_in_unloaded_shlib as an observer of the
1352 "solib unloaded" observation event.
1353 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1354 call decode_line_1 so unfound breakpoint errors are silent.
1355 * solib.c (update_solib_list): When a solib is discovered to have
1356 been unloaded by the program, notify all observers of the
1357 "solib unloaded" observation event.
1358
1359 2004-09-01 Andrew Cagney <cagney@gnu.org>
1360
1361 * frame.c: Include "objfiles.h".
1362 (inside_main_func): New function.
1363 (get_prev_frame): Use new inside_main_func.
1364 * Makefile.in (frame.o): Update dependencies.
1365 * defs.h (inside_main_func): Delete declaration.
1366 * blockframe.c (inside_main_func): Delete function.
1367
1368 2004-08-31 Jim Blandy <jimb@redhat.com>
1369
1370 * dwarf2read.c (is_vtable_name): New function, based on logic from
1371 read_structure_type, but passing the correct length to strncmp,
1372 and using 'sizeof' instead of 'strlen'.
1373 (read_structure_type): Call it.
1374
1375 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1376
1377 * config/powerpc/aix.mh: Add comment.
1378
1379 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1380
1381 * MAINTAINERS: Add self to Write-After-Approval.
1382
1383 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1384
1385 * MAINTAINERS: Add self to Write-After-Approval.
1386
1387 2004-08-30 Andrew Cagney <cagney@gnu.org>
1388
1389 Fix PR breakpoints/1757.
1390 * infrun.c (struct execution_control_state): Replace
1391 remove_breakpoints_on_following_step with
1392 step_after_step_resume_breakpoint.
1393 (init_execution_control_state): Update.
1394 (handle_inferior_event): For signals, when stepping off a
1395 breakpoint, set step_after_step_resume_breakpoint. When
1396 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1397 (keep_going): Delete code handling
1398 remove_breakpoints_on_following_step.
1399
1400 2004-08-29 David Lecomber <david@streamline-computing.com>
1401
1402 Fix PR gdb/648
1403 * language.h (enum array_ordering): New enum.
1404 * language.h (struct language_defn): New la_array_ordering
1405 attribute.
1406 * language.c (unknown_language_defn, auto_language_defn)
1407 (local_language_defn): Ditto.
1408 * ada-lang.c (ada_language_defn): Ditto.
1409 * c-lang.c (c_language_defn, cplus_language_defn)
1410 (asm_language_defn, minimal_language_defn): Ditto.
1411 * f-lang.c (f_language_defn): Ditto.
1412 * jv-lang.c (java_language_defn): Ditto.
1413 * m2-lang.c (f_language_defn): Ditto.
1414 * objc-lang.c (objc_language_defn): Ditto.
1415 * p-lang.c (pascal_language_defn): Ditto.
1416 * scm-lang.c (scm_language_defn): Ditto.
1417 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1418 oriented large to small in type structure.
1419 * dwarf2read.c (read_array_order): New function.
1420 (read_array_type): Use read_array_order to check row/column
1421 major ordering.
1422
1423 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1424
1425 * target.c (target_resize_to_sections): Check
1426 current_target.to_sections for an old value when updating.
1427
1428 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1429
1430 * procfs.c (dbx_link_bpt_addr): New static global variable.
1431 (dbx_link_shadow_contents): New static global variable.
1432 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1433 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1434 if we just hit it.
1435 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1436 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1437 from run to run.
1438 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1439 after the inferior has been forked.
1440 (remove_dbx_link_breakpoint): New function.
1441 (dbx_link_addr): New function.
1442 (insert_dbx_link_bpt_in_file): New function.
1443 (insert_dbx_link_bpt_in_region): New function.
1444 (insert_dbx_link_breakpoint): New function.
1445 (proc_trace_syscalls_1): New function, extracted from
1446 proc_trace_syscalls.
1447 (proc_trace_syscalls): Replace extract code by call to
1448 proc_trace_syscalls_1.
1449 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1450 is no longer valid.
1451
1452 2004-08-25 Jim Blandy <jimb@redhat.com>
1453
1454 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1455
1456 2004-08-25 Andrew Cagney <cagney@gnu.org>
1457
1458 * infrun.c (struct execution_control_state): Delete field
1459 "stepping_through_sigtramp".
1460 (init_execution_control_state): Do not set same.
1461 (context_switch): Do not pass same to save_infrun_state and
1462 load_infrun_state.
1463 * gdbthread.h (struct thread_info): Delete field
1464 stepping_through_sigtramp.
1465 (save_infrun_state, load_infrun_state): Delete parameter
1466 stepping_through_sigtramp.
1467 * thread.c (load_infrun_state, save_infrun_state): Update.
1468
1469 * infrun.c: Re-indent. Move expression operators to the beginning
1470 of the line. Remove long disabled #if 0 code.
1471
1472 2004-08-24 Andrew Cagney <cagney@gnu.org>
1473
1474 * doublest.h (floatformat_ieee_quad): Rename
1475 floatformat_ia64_quad.
1476 * doublest.c (floatformat_ieee_quad): Rename
1477 floatformat_ia64_quad.
1478 (_initialize_doublest): Update.
1479
1480 2004-08-24 Jim Blandy <jimb@redhat.com>
1481
1482 * dwarf2expr.h (struct dwarf_expr_context): New members
1483 'num_pieces' and 'pieces', for returning the result of an
1484 expression that uses DW_OP_piece.
1485 (struct dwarf_expr_piece): New struct type.
1486 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1487 pieces.
1488 (free_dwarf_expr_context): Free pieces, if any.
1489 (add_piece): New function.
1490 (execute_stack_op): Implement DW_OP_piece.
1491 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1492 expression is a list of pieces, print an error message.
1493 (dwarf2_loc_desc_needs_frame): If the expression yields
1494 pieces, and any piece is in a register, then we need a frame.
1495
1496 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1497 the stack until we've decided what sort of result the evaluation
1498 has produced. Use separate variables, with more specific names.
1499
1500 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1501
1502 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1503 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1504 (arm_netbsd_init_abi_common): Register them.
1505
1506 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1507
1508 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1509
1510 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1511 safe_frame_unwind_memory instead of target_read_memory.
1512
1513 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1514 Reorder includes.
1515 (fetch_register, store_register): Remove prototypes.
1516 (child_resume): Reorganize code and comments such that it is
1517 grouped a bit more logically.
1518 (attach): Explicitly compare errno against 0.
1519 (detach): Likewise. Use perror_with_name instead of
1520 print_sys_errmsg.
1521 * Makefile.in (infptrace.o): Update dependencies.
1522
1523 * ia64-linux-nat.c: Update copyright year.
1524 (fetch_debug_register, store_debug_register)
1525 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1526 PTRACE_TYPE_ARG3.
1527 * config/ia64/nm-linux.h: Update copyright year.
1528 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1529
1530 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1531 from CORE_ADDR to struct frame_info *. Use
1532 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1533 (amd64_linux_sigtramp_p): Adjust for changed signature of
1534 and64_linux_sigtramp_start
1535
1536 * gdb_ptrace.h: GNU/Linux.
1537
1538 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1539 Remove defines.
1540
1541 * infptrace.c: Include "gdb_assert.h".
1542 (PTRACE_XFER_TYPE): Remove define.
1543 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1544 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1545 Tweak comment.
1546 (fetch_inferior_registers, store_inferior_registers): Remove
1547 redundant culry braces. Tweak comment. s/regno/regnum.
1548 * Makefile.in (infptrace.o): Update dependencies.
1549
1550 * configure.in: Change test for return type of ptrace to default
1551 to `long' instead of `int'.
1552 * configure: Regenerate.
1553
1554 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1555
1556 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1557
1558 * configure.in: Check for ttrace function.
1559 * configure, config.in: Regenerate.
1560
1561 * gdb_ptrace.h: New file.
1562 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1563 <sys/ptrace.h>.
1564 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1565 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1566 (attach): Don't define PT_ATTACH.
1567 (detach): Don't define PT_DETACH.
1568 * Makefile.in (gdb_ptrace_h): New variable.
1569 (infptrace.o): Update dependencies.
1570
1571 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1572
1573 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1574 instead of `int' if not already defined.
1575 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1576 PTRACE_TYPE_ARG3.
1577 * infptrace.c (call_ptrace): Revert change that replaced
1578 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1579
1580 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1581
1582 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1583 Remove defines.
1584
1585 * linux-nat.c (kill_inferior): Add missing third and fourth
1586 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1587
1588 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1589 PTRACE_TYPE_RET.
1590
1591 * proc-why.c (proc_prettyfprint_why): Fix format string.
1592
1593 * solib-osf.c (osf_current_sos): Remove unsused label.
1594
1595 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1596 curses headers.
1597 * configure, config.in: Regenerate.
1598 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1599 <ncurses/ncurses.h>.
1600
1601 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1602 * config/nm-nbsd.h: Update copyright year.
1603 (PTRACE_ARG3_TYPE): Remove define.
1604
1605 * sparc-nat.c (fetch_inferior_registers)
1606 (store_inferior_registers, sparc_xfer_wcookie):
1607 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1608
1609 * alphabsd-nat.c (fetch_inferior_registers):
1610 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1611 PTRACE_TYPE_ARG3.
1612 * amd64bsd-nat.c (fetch_inferior_registers)
1613 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1614 PTRACE_TYPE_ARG3.
1615 * armnbsd-nat.c: Update copyright year.
1616 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1617 (store_register, store_regs, store_fp_register, store_fp_regs):
1618 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1619 * hppabsd-nat.c (fetch_inferior_registers)
1620 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1621 PTRACE_TYPE_ARG3.
1622 * i386bsd-nat.c (fetch_inferior_registers)
1623 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1624 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1625 * m68kbsd-nat.c (fetch_inferior_registers)
1626 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1627 PTRACE_TYPE_ARG3.
1628 * m88kbsd-nat.c (fetch_inferior_registers)
1629 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1630 PTRACE_TYPE_ARG3.
1631 * mipsnbsd-nat.c: Update copyright year.
1632 (fetch_inferior_registers, store_inferior_registers):
1633 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1634 * ns32knbsd-nat.c: Update copyright year.
1635 (fetch_inferior_registers, store_inferior_registers):
1636 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1637 * ppcnbsd-nat.c (fetch_inferior_registers):
1638 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1639 PTRACE_TYPE_ARG3.
1640 * ppcobsd-nat.c (fetch_inferior_registers):
1641 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1642 PTRACE_TYPE_ARG3.
1643 * shnbsd-nat.c: Update copyright year.
1644 (fetch_inferior_registers, store_inferior_registers):
1645 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1646 * vaxbsd-nat.c (fetch_inferior_registers)
1647 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1648 PTRACE_TYPE_ARG3.
1649
1650 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1651 PTRACE_TYPE_ARG3.
1652 * infptrace.c (call_ptrace, child_resume, attach, detach)
1653 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1654 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1655 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1656 PTRACE_TYPE_ARG3.
1657
1658 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1659
1660 * defs.h: Remove out-of-date comment.
1661 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1662 [!GETENV_PROVIDED] (getenv): Remove prototype.
1663
1664 * standalone.c: Remove file.
1665 * Makefile.in (standalone.o): Remove dependency.
1666
1667 * i386-linux-nat.c (dummy_sse_values): Remove function and
1668 prototype.
1669 (i386_linux_dr_get): Fix typo in comment.
1670 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1671
1672 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1673
1674 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1675 from declaration.
1676 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1677 from definition.
1678
1679 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1680
1681 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1682 parenthesis in definition.
1683 * configure: Regenerated.
1684
1685 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1686
1687 * PROBLEMS: Mention build/1411.
1688
1689 2004-08-09 Robert Millan <robertmh@gnu.org>
1690
1691 Committed by Nathanael Nerode.
1692 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1693 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1694
1695 2004-08-12 Andrew Cagney <cagney@gnu.org>
1696
1697 * NEWS: Mention fixes in GDB 6.2.1.
1698 * PROBLEMS: Remove mention of mips-irix.
1699
1700 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1701
1702 * config/powerpc/xm-aix.h: Delete.
1703 * config/powerpc/aix.mh (MH_FILE): Remove.
1704 * config/powerpc/aix432.mh (MH_FILE): Remove.
1705
1706 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1707
1708 * config/powerpc/aix.mh: Remove obsolete comment.
1709 * config/powerpc/aix432.mh: Likewise.
1710
1711 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1712
1713 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1714
1715 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1716
1717 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1718 this file is now empty.
1719 * config/xm-aix4.h: Remove, this file is no longer included
1720 anywhere.
1721
1722 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1723
1724 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1725 that file is now empty.
1726 (termdef): Remove prototype, function no longer used.
1727
1728 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1729
1730 * doc/gdbint.texinfo (Host Definition): Remove documentation
1731 for USE_O_NOCTTY, no longer used.
1732 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1733 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1734
1735 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1736
1737 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1738 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1739 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1740
1741 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1742
1743 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1744 instead of FIVE_ARG_PTRACE.
1745
1746 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1747 (new_tty): Use O_NOCTTY unconditionally.
1748
1749 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1750
1751 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1752 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1753 fflush on stdout.
1754
1755 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1756
1757 * xcoff_symfile_finish: Replace last call to xmfree by call
1758 to xfree.
1759
1760 2004-08-10 Andrew Cagney <cagney@gnu.org>
1761
1762 * main.c (captured_main): Delete call to init_malloc.
1763 * defs.h (init_malloc): Delete declaration.
1764 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1765 (init_malloc): Delete functions.
1766
1767 * defs.h (xmfree): Delete.
1768 * utils.c (xmfree): Delete function.
1769 (xfree): Inline calls to xmfree and mfree.
1770 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1771 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1772 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1773 * somread.c (som_symfile_finish): Ditto.
1774 * objfiles.c (allocate_objfile, free_objfile):
1775 * nlmread.c (nlm_symfile_finish): Ditto.
1776 * hpread.c (hpread_symfile_finish): Ditto.
1777 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1778 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1779 * coffread.c (coff_symfile_finish): Ditto.
1780
1781 * defs.h (xmcalloc): Delete declaration.
1782 * utils.c (xmcalloc): Delete.
1783 (xcalloc): Inline calls to xmcalloc and mcalloc.
1784 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1785 xcalloc and xfree.
1786 * symtab.c (create_demangled_names_hash): Ditto.
1787
1788 * defs.h (xmrealloc): Delete.
1789 * utils.c (xmrealloc): Delete.
1790 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1791 * symmisc.c (extend_psymbol_list): Use xrealloc.
1792 * source.c (find_source_lines): Ditto.
1793 * hpread.c (hpread_lookup_type): Ditto.
1794 * dbxread.c (add_bincl_to_list): Ditto.
1795
1796 * utils.c (xmmalloc): Delete.
1797 (xmalloc): Inline xmmalloc and mmalloc calls.
1798 (msavestring): Use xmalloc.
1799 * defs.h (xmmalloc): Delete declaration.
1800 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1801 xmmalloc.
1802 * symmisc.c (extend_psymbol_list): Ditto.
1803 * symfile.c (init_psymbol_list): Ditto.
1804 * source.c (find_source_lines): Ditto.
1805 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1806 * elfread.c (elf_symtab_read): Ditto.
1807 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1808 * coffread.c (coff_symfile_init): Ditto.
1809
1810 2004-08-10 David Carlton <carlton@bactrian.org>
1811
1812 * MAINTAINERS: Remove David Carlton from c++ testsuite
1813 maintainers.
1814
1815 2004-08-10 Jerome Guitton <guitton@gnat.com>
1816
1817 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1818 print a line feed before the prompt.
1819
1820 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1821
1822 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1823
1824 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1825
1826 General cleanup of the AIX xm include file:
1827 * config/xm-aix4.h (fd_set): Remove undefine.
1828 Remove include of <sys/select.h>.
1829 (HAVE_TERMIO): Remove define.
1830 (USG): Likewise.
1831 (NULL): Remove redefine.
1832 (alloca): Remove #pragma.
1833 (vfork): Remove define.
1834 (termdef): Remove.
1835 (SIGWINCH_HANDLER): Remove.
1836 (SIGWINCH_HANDLER_BODY): Remove.
1837
1838 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1839
1840 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1841 GDB_OSABI_OPENBSD_ELF.
1842
1843 2004-08-07 Robert Millan <robertmh@gnu.org>
1844
1845 * bsd-kvm.c: Check for nlist.h before including it.
1846
1847 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1848
1849 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1850 sigcontext' offset consistency checks for ancient BSD.
1851
1852 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1853
1854 * configure.in: Check for <sys/types.h>. Check return and
1855 argument types of ptrace.
1856 * configure, config.in: Regenerate.
1857
1858 2004-08-09 Jim Blandy <jimb@redhat.com>
1859
1860 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1861 rs6000_register_sim_regno): Doc fixes.
1862
1863 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1864
1865 * mips-tdep.c: Include "floatformat.h".
1866 (n32n64_floatformat_always_valid): New function.
1867 (floatformat_n32n64_long_double_big): New constant.
1868 (mips_gdbarch_init): Set size and format of long double
1869 for N32 and N64 ABIs.
1870 * Makefile.in (mips-tdep.o): Update dependencies.
1871
1872 2004-08-08 Andrew Cagney <cagney@gnu.org>
1873
1874 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1875 print. Improve script's error messages.
1876 * gdbarch.h: Re-generate.
1877
1878 * gdbarch.sh (pformat): New function.
1879 (float_format, double_format, long_double_format): List with bit
1880 members. Use pformat when printing.
1881 * gdbarch.c, gdbarch.h: Re-generate.
1882
1883 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1884
1885 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1886 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1887 (ppcnbsd_supply_pcb): New function.
1888 (_initialize_ppcnbsd_nat): New prototype and function.
1889 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1890 (LOADLIBES): New variable.
1891 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1892
1893 2004-08-08 Andrew Cagney <cagney@gnu.org>
1894
1895 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1896 (builtin_type_ieee_double, builtin_type_ia64_quad)
1897 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1898 BE/LE floating-point types.
1899 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1900 (builtin_type_ieee_double, builtin_type_ia64_quad)
1901 (builtin_type_ia64_spill): Declare.
1902 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1903 (floatformat_ieee_double, floatformat_arm_ext)
1904 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1905 of LE/BE floatformats.
1906 * doublest.h: (struct floatformat, floatformat_ieee_single)
1907 (floatformat_ieee_double, floatformat_arm_ext)
1908 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1909
1910 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1911
1912 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1913
1914 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1915 instead of regcache_raw_supply when storing the registers.
1916
1917 * i386gnu-nat.c: Update copyright year.
1918 (gnu_store_registers): Don't use deprecated_registers and
1919 deprecated_registers_valid. Use regcache_valid_p and
1920 regcache_raw_supply instead.
1921
1922 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1923 frame_pc_unwind.
1924
1925 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1926 variables. Incapitalized "process".
1927
1928 * configure.in: Add cursesX to the list of possible curses libs.
1929 Add cursesX.h to the list of possible curses headers.
1930 * configure, config.in: Regenerate.
1931
1932 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1933
1934 * configure.in: Test for struct lwp in <sys/lwp.h>.
1935 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1936 the offset of l_addr in struct lwp.
1937
1938 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1939
1940 * bsd-kvm.c: Include "gdbcore.h"
1941 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1942
1943 2004-08-07 Andrew Cagney <cagney@gnu.org>
1944
1945 * gdbtypes.c (build_flt, build_complex): New functions.
1946 (gdbtypes_post_init): Use.
1947
1948 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1949
1950 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1951 through to builtin_type_uint128.
1952
1953 * c-exp.y: Use builtin_type function to obtain builtin types.
1954
1955 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1956 builtin_uint128.
1957 * gdbtypes.c (gdbtypes_post_init): Update.
1958 (build_gdbtypes): Move initialization of builtin_type_int0
1959 through to builtin_type_uint128 from here ...
1960 (_initialize_gdbtypes): ... to here.
1961 * d10v-tdep.c (d10v_register_type): Update.
1962
1963 * doublest.c: Update copyright.
1964 (floatformat_from_length): Call error when floatformat is NULL.
1965 (extract_floating_by_length): Remove NULL fmt check.
1966 (store_floating_by_length): Ditto.
1967
1968 2004-08-07 Andrew Cagney <cagney@gnu.org>
1969
1970 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1971 that the register is valid.
1972
1973 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1974
1975 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1976 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1977 struct frame_info *. Use safe_frame_unwind_memory instead of
1978 deprecated_read_memory_nobpt.
1979 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1980 changed signature of i386_linux_sigtramp_start and
1981 i386_linux_rt_sigtramp_start.
1982
1983 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1984 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1985 instead of deprecated_read_memory_nobpt.
1986 (i386nbsd_sigtramp_p): Adjust for changed signature of
1987 i386nbsd_sigtramp_offset.
1988
1989 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1990 safe_frame_unwind_memory instead of target_read_memory.
1991
1992 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1993 !NO_SYS_FILE.
1994 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
1995 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
1996 (_initialize_kernel_u_addr): Remove prototype and function.
1997 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
1998 !NO_SYS_FILE.
1999 * xcoffread.c: Likewise.
2000
2001 2004-08-06 Mark Kettenis <kettenis@gnu.org>
2002
2003 * vax-nat.c: New file.
2004 * vaxbsd-nat.c: Tweak comment.
2005 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
2006 vaxnbsd-tdep.c.
2007 (vax-nat.o): New dependency.
2008 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
2009 (vax-*-ultrix2*): Remove.
2010 * config/vax/vax.mh: New file.
2011 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
2012 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
2013 (vax_register_u_addr): New prototype.
2014 (REGISTER_U_ADDR): Define using vax_register_u_addr.
2015 * config/vax/vaxult2.mh: Remove file.
2016 * config/vax/vaxult.mh: Remove file.
2017 * config/vax/vaxbsd.mh: Remove file.
2018 * config/vax/vax.mt (TM_FILE): Remove.
2019 * config/vax/tm-vaxbsd.h: Remove file.
2020
2021 2004-08-06 Joel Brobecker <brobecker@gnat.com>
2022
2023 * aix-thread.c (get_signaled_thread): New function.
2024 (iter_trap): Delete, no longer used.
2025 (iter_tid): New function.
2026 (pd_update): Find the thread that received the SIGTRAP signal
2027 by first locating the kernel thread, and then finding its
2028 associated thread.
2029
2030 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
2031
2032 * lin-lwp.c (child_wait): Continue inferior after processing
2033 PTRACE_EVENT_CLONE event.
2034
2035 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
2036
2037 * MAINTAINERS: Add self to Write-After-Approval.
2038
2039 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
2040
2041 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
2042 libunwind-xxxx.so" where xxxx is UNW_TARGET.
2043
2044 2004-08-05 Andrew Cagney <cagney@gnu.org>
2045
2046 * config/xm-sysv4.h: Delete file.
2047 * config/mips/xm-irix5.h: Delete file.
2048 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
2049 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
2050 * config/ia64/xm-aix.h: Delete file.
2051 * config/ia64/aix.mh (XM_FILE): Delete.
2052 * config/pa/xm-hppah.h: Delete file.
2053 * config/pa/hpux11w.mh (XM_FILE): Delete.
2054 * config/pa/hpux11.mh (XM_FILE): Delete.
2055 * config/pa/hpux1020.mh (XM_FILE): Delete.
2056 * config/pa/hppahpux.mh (XM_FILE): Delete.
2057
2058 * config/alpha/xm-alphalinux.h: Delete file.
2059 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
2060 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
2061 * config/alpha/xm-alphaosf.h: Delete file.
2062 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
2063 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
2064 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
2065 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
2066
2067 * config/i386/xm-i386v.h: Delete file.
2068 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
2069 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
2070 * config/i386/xm-i386sco.h: Delete file.
2071 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
2072 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
2073 * config/i386/xm-i386v4.h: Delete file.
2074 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
2075 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
2076 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
2077 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
2078
2079 * config/vax/xm-vax.h: Delete file.
2080 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
2081 * config/vax/xm-vaxult2.h: Delete file.
2082 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
2083 * config/vax/vaxult2.mh (XM_FILE): Delete.
2084 * config/vax/xm-vaxult.h: Delete file.
2085 * config/vax/vaxult.mh (XM_FILE): Delete.
2086 * config/vax/xm-vaxbsd.h: Delete file.
2087 * config/vax/vaxbsd.mh (XM_FILE): Delete.
2088
2089 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
2090 * gdbarch.h, gdbarch.c: Re-generate.
2091 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
2092 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
2093 * frame.h: Delete deprecated_read_fp from comments.
2094 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
2095 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
2096
2097 2004-08-04 Mark Kettenis <kettenis@gnu.org>
2098
2099 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
2100 trampoline in OpenBSD 3.5-current.
2101
2102 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
2103 SSE registers.
2104
2105 * Makefile.in: Remove embedded page breaks.
2106
2107 2004-08-04 Jim Blandy <jimb@redhat.com>
2108
2109 * regcache.c (regcache_raw_read): Assert that, after calling
2110 target_fetch_registers, the register we're reading is cached.
2111
2112 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
2113 a call to 'internal_error', with a more helpful error message.
2114 * rs6000-tdep.c (e500_pseudo_register_read,
2115 e500_pseudo_register_write, rs6000_store_return_value): Same.
2116
2117 2004-08-04 Andrew Cagney <cagney@gnu.org>
2118
2119 * Makefile.in: Update dependencies.
2120
2121 2004-08-04 Jim Blandy <jimb@redhat.com>
2122
2123 Change the layout of the PowerPC E500 raw register cache to allow
2124 the lower 32-bit halves of the GPRS to be their own raw registers,
2125 not pseudoregisters.
2126 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
2127 add ppc_ev0_upper_regnum flag.
2128 * rs6000-tdep.c: #include "reggroups.h".
2129 (spe_register_p): Recognize the ev upper half registers as SPE
2130 registers.
2131 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2132 registers.
2133 (e500_move_ev_register): New function.
2134 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2135 vector registers are the pseudo-registers now, formed by splicing
2136 together the gprs and the upper-half registers.
2137 (e500_register_reggroup_p): New function.
2138 (P): Macro deleted.
2139 (P8, A4): New macro.
2140 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2141 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2142 macros.
2143 (registers_e500): Rearrange register set so that the raw register
2144 set contains 32-bit GPRs and upper-half registers, and the SPE
2145 vector registers become pseudo-registers.
2146 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
2147 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
2148 register numbers are now the same for the E500 as they are for
2149 other PowerPC variants. Register e500_register_reggroup_p as the
2150 register group function for the E500.
2151 * Makefile.in (rs6000-tdep.o): Update dependencies.
2152
2153 Adapt PPC E500 native support to the new raw regcache layout.
2154 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2155 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2156 (fetch_spe_register, store_spe_register): Handle fetching/storing
2157 all the SPE registers at once, if regno == -1. These now take
2158 over the job of fetch_spe_registers and store_spe_registers.
2159 (fetch_spe_registers, store_spe_registers): Deleted.
2160 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2161 unconditionally; they're always raw. Fetch/store SPE upper half
2162 registers, if present, instead of ev registers.
2163 (fetch_register, store_register): Remove sanity checks: gprs are
2164 never pseudo-registers now, so we never need to even mention any
2165 registers that are ever pseudoregisters.
2166
2167 Use a fixed register numbering when communicating with the PowerPC
2168 simulator.
2169 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2170 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2171 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
2172 New functions.
2173 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
2174 init_sim_regno_table.
2175 * Makefile.in (gdb_sim_ppc_h): New variable.
2176 (rs6000-tdep.o): Update dependencies.
2177
2178 2004-08-02 Andrew Cagney <cagney@gnu.org>
2179
2180 * cris-tdep.c (cris_register_size): Restore function, still used
2181 locally.
2182
2183 * gdbarch.sh (deprecated_target_read_fp)
2184 (deprecated_frame_locals_address, deprecated_frame_args_address)
2185 (deprecated_frame_chain_valid, deprecated_frame_chain)
2186 (deprecated_init_extra_frame_info, deprecated_pop_frame)
2187 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2188 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2189 * gdbarch.h, gdbarch.c: Re-generate.
2190 * regcache.c (deprecated_read_fp): Do not call
2191 DEPRECATED_TARGET_READ_FP_P.
2192 * infcmd.c (default_print_registers_info): Do not call
2193 DEPRECATED_DO_REGISTERS_INFO.
2194 * frame-base.c (default_frame_locals_address): Do not call
2195 DEPRECATED_FRAME_LOCALS_ADDRESS.
2196 (default_frame_args_address): Do not call
2197 DEPRECATED_FRAME_ARGS_ADDRESS.
2198
2199 * gdbarch.sh (deprecated_register_raw_size)
2200 (deprecated_register_virtual_size:int): Delete.
2201 * gdbarch.h, gdbarch.c: Re-generate.
2202 * cris-tdep.c (cris_register_size): Delete.
2203 (cris_gdbarch_init): Update.
2204 * alpha-tdep.c (alpha_register_raw_size)
2205 (alpha_register_virtual_size): Delete.
2206 (alpha_gdbarch_init): Update.
2207
2208 * gdbarch.sh (deprecated_register_virtual_type)
2209 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2210 (deprecated_dummy_write_sp): Delete.
2211 * gdbarch.h, gdbarch.c: Re-generate.
2212
2213 * gdbarch.sh (deprecated_register_bytes): Delete.
2214 * gdbarch.h, gdbarch.c: Re-generate.
2215 * regcache.c (deprecated_register_bytes): New function.
2216 * regcache.h (deprecated_register_bytes): Declare.
2217 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2218 * v850-tdep.c (v850_gdbarch_init): Update.
2219 * sh64-tdep.c (sh64_gdbarch_init): Update.
2220 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2221 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2222 * mcore-tdep.c (mcore_gdbarch_init): Update.
2223 * cris-tdep.c (cris_gdbarch_init): Update.
2224 * arm-tdep.c (arm_gdbarch_init): Update.
2225 * remote.c (init_remote_state): Update.
2226 * remote-vx.c (vx_prepare_to_store): Update.
2227 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2228 * irix5-nat.c (fetch_core_registers): Update.
2229 * cris-tdep.c (cris_register_bytes_ok): Update.
2230 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2231
2232 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2233 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2234 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2235 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2236 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2237 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2238 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2239 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2240 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2241 with mips_insn16 and mips_insn32.
2242
2243 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2244 * rs6000-tdep.c (rs6000_push_dummy_call)
2245 (rs6000_extract_return_value): Use register_size.
2246 * xstormy16-tdep.c (xstormy16_get_saved_register)
2247 (xstormy16_extract_return_value): Ditto.
2248 * valops.c (value_assign): Ditto.
2249 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2250 * v850-tdep.c (v850_extract_return_value): Ditto.
2251 * tracepoint.c (collect_symbol): Ditto.
2252 * target.c (debug_print_register): Ditto.
2253 * stack.c (frame_info): Ditto.
2254 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2255 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2256 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2257 (store_register_using_P): Ditto.
2258 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2259 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2260 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2261 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2262 * regcache.c (deprecated_read_register_bytes)
2263 (deprecated_write_register_bytes, read_register)
2264 (write_register): Ditto.
2265 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2266 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2267 * monitor.c (monitor_supply_register, monitor_fetch_register)
2268 (monitor_store_register): Ditto.
2269 * mn10300-tdep.c (mn10300_pop_frame_regular)
2270 (mn10300_print_register): Ditto.
2271 * mipsv4-nat.c (fill_fpregset): Ditto.
2272 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2273 (mips64_fill_fpregset): Ditto.
2274 * mi/mi-main.c (register_changed_p, get_register)
2275 (mi_cmd_data_write_register_values): Ditto.
2276 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2277 * irix5-nat.c (fill_gregset, fetch_core_registers):
2278 * infrun.c (write_inferior_status_register): Ditto.
2279 * infptrace.c (fetch_register, store_register): Ditto.
2280 * infcmd.c (default_print_registers_info): Ditto.
2281 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2282 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2283 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2284 * hpux-thread.c (hpux_thread_fetch_registers)
2285 (hpux_thread_store_registers): Ditto.
2286 * hppah-nat.c (store_inferior_registers, fetch_register):
2287 * findvar.c (value_from_register): Ditto.
2288 * dve3900-rom.c (fetch_bitmapped_register):
2289 * cris-tdep.c (cris_gdbarch_init): Ditto.
2290 * alpha-tdep.h: Ditto.
2291 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2292
2293 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2294 DEPRECATED_REGISTER_RAW_SIZE from comments.
2295 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2296 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2297 DEPRECATED_REGISTER_RAW_SIZE.
2298 * findvar.c (value_of_register): Simplify by assuming that the
2299 registers raw and virtual sizes are identical.
2300 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2301 comment.
2302 * arch-utils.c (generic_register_size): Simplify by assuming
2303 register_type.
2304
2305 * regcache.c (legacy_read_register_gen, real_register)
2306 (legacy_write_register_gen): Delete, not used.
2307
2308 * regcache.c (struct regcache_descr): Delete legacy_p.
2309 (init_legacy_regcache_descr): Delete function.
2310 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2311 Do not use deprecated register functions.
2312 (regcache_raw_read, deprecated_write_register_gen):
2313 (deprecated_read_register_gen, regcache_raw_write): Delete code
2314 predicated on legacy_p.
2315 (register_size): Delete check against register raw size.
2316
2317 * cris-tdep.c (cris_register_type): Replace
2318 cris_register_virtual_type.
2319 (cris_gdbarch_init): Update, set register_type.
2320
2321 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2322 * gdbarch.h, gdbarch.c: Re-generate.
2323 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2324 (arm_gdbarch_init) Do not set frameless function invocation.
2325 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2326 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2327 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2328 (frv_gdbarch_init): Do not set frameless function invocation.
2329 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2330 * sh-tdep.c (sh_gdbarch_init): Ditto.
2331 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2332 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2333 * avr-tdep.c (avr_gdbarch_init): Ditto.
2334
2335 * blockframe.c (legacy_frame_chain_valid): Delete function.
2336
2337 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2338 and pc. Update comments.
2339 (pc_in_dummy_frame): Delete function.
2340 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2341 use the "id".
2342 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2343 call_hi, top and pc, use the id.
2344 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2345
2346 * dummy-frame.c: Include "gdb_string.h".
2347 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2348 (generic_save_dummy_frame_tos): Delete.
2349 (dummy_frame_push): New function, replaces above.
2350 * dummy-frame.h: Update copyright.
2351 (dummy_frame_push): Declare.
2352 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2353 (generic_save_call_dummy_addr): Delete declarations.
2354 * infcall.c: Include "dummy-frame.h".
2355 (call_function_by_hand): Add locals caller_regcache,
2356 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2357 with call to frame_save_as_regcache plus cleanup. Delete calls to
2358 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2359 Move clear_proceed_status to just before the resume, add call to
2360 dummy_frame_push (discard cleanup).
2361 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2362 (dummy-frame.o): Add $(gdb_string_h).
2363
2364 2004-08-01 Andrew Cagney <cagney@gnu.org>
2365
2366 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2367 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2368 * dummy-frame.c (find_dummy_frame): Delete.
2369 (struct dummy_frame_cache, dummy_frame_sniffer)
2370 (dummy_frame_prev_register, dummy_frame_this_id)
2371 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2372 frame unwinder using a dummy_frame_cache.
2373
2374 2004-08-01 Andrew Cagney <cagney@gnu.org>
2375
2376 * frame.h (frame_save_as_regcache): Declare.
2377 * frame.c (frame_save_as_regcache): New function.
2378 (do_frame_read_register): Replace do_frame_unwind_register.
2379 (frame_pop): Use frame_save_as_regcache.
2380 * dummy-frame.c (generic_push_dummy_frame): Use
2381 frame_save_as_regcache.
2382
2383 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2384
2385 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2386 file as included until we record the first line in the linetable.
2387
2388 2004-08-01 Andrew Cagney <cagney@gnu.org>
2389
2390 * frame.h (deprecated_pop_dummy_frame)
2391 (deprecated_read_register_dummy)
2392 (deprecated_generic_find_dummy_frame): Delete.
2393 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2394 (deprecated_read_register_dummy)
2395 (deprecated_find_dummy_frame_regcache)
2396 (discard_innermost_dummy)
2397 (deprecated_pop_dummy_frame): Delete.
2398 (dummy_frame_this_id): Simplify.
2399 (struct dummy_frame): Delete "fp" and "sp".
2400 (find_dummy_frame): Simplify.
2401 (generic_push_dummy_frame): Do not set "fp" or "sp".
2402 (fprint_dummy_frames): Do not print "fp" and "sp"
2403
2404 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2405
2406 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2407 (struct i386_insn): New structure.
2408 (i386_match_insn): New function.
2409 (i386_frame_setup_skip_insns): New variable.
2410 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2411 array i386_frame_setup_insns of instructions that should be
2412 skipped inside the frame setup sequence.
2413
2414 2004-08-01 Andrew Cagney <cagney@gnu.org>
2415
2416 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2417 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2418 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2419 * stack.c (frame_info): Delete references to
2420 DEPRECATED_FRAME_INIT_SAVED_REGS and
2421 deprecated_get_frame_saved_regs.
2422 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2423 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2424 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2425 (frame_unwind_register_signed)
2426 (frame_unwind_register_unsigned)
2427 (frame_unwind_unsigned_register): Use register_size.
2428 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2429 (deprecated_frame_xmalloc_with_cleanup)
2430 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2431 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2432
2433 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2434 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2435 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2436 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2437
2438 * infcall.c (call_function_by_hand): Do not use
2439 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2440 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2441 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2442 DEPRECATED_STACK_ALIGN.
2443
2444 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2445
2446 Committed by Andrew Cagney.
2447 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2448
2449 2004-08-01 Andrew Cagney <cagney@gnu.org>
2450
2451 * mips-tdep.c (mips16_frame_cache)
2452 (mips16_frame_this_id, mips16_frame_prev_register)
2453 (mips16_frame_unwind, mips16_frame_sniffer)
2454 (mips16_frame_base_address, mips16_frame_base)
2455 (mips16_frame_base_sniffer, mips32_frame_cache)
2456 (mips32_frame_this_id, mips32_frame_prev_register)
2457 (mips32_frame_unwind, mips32_frame_sniffer)
2458 (mips32_frame_base_address, mips32_frame_base)
2459 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2460 separate heuristic mips16 and mips32 unwinders.
2461 (mips_stub_frame_cache, mips_stub_frame_this_id)
2462 (mips_stub_frame_prev_register)
2463 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2464 (mips_stub_frame_base_address, mips_stub_frame_base)
2465 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2466 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2467 match true mdebug frames.
2468 (non_heuristic_proc_desc): Add forward declaration.
2469
2470 2004-08-01 Andrew Cagney <cagney@gnu.org>
2471
2472 * config/mips/tm-irix6.h: Delete file.
2473 * config/mips/tm-irix5.h: Delete file.
2474 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2475 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2476
2477 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2478 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2479 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2480 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2481 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2482 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2483 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2484 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2485 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2486 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2487 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2488 (TARGET_SIGNAL_RAW_VALUES): Delete.
2489 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2490 Delete.
2491 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2492 (TARGET_HW_WATCH_LIMIT): Delete.
2493 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2494 * minimon.h: Delete file.
2495
2496 * trad-frame.c (trad_frame_get_this_base)
2497 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2498 functions.
2499 * trad-frame.h (trad_frame_set_this_base)
2500 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2501
2502 2004-07-31 Andrew Cagney <cagney@gnu.org>
2503
2504 * trad-frame.c (trad_frame_get_prev_register): Rename
2505 trad_frame_get_prev_register.
2506 * vax-tdep.c (vax_frame_prev_register): Update.
2507 * trad-frame.h: Update.
2508 * trad-frame.c (trad_frame_get_register): Update.
2509 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2510 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2511 Update.
2512 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2513 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2514 Update.
2515 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2516 Update.
2517 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2518 Update.
2519 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2520 Update.
2521 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2522 Update.
2523 * s390-tdep.c (s390_frame_prev_register)
2524 (s390_stub_frame_prev_register)
2525 (s390_sigtramp_frame_prev_register): Update.
2526 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2527 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2528 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2529 * m88k-tdep.c (m88k_frame_prev_register)
2530 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2531 * m32r-tdep.c (m32r_frame_prev_register): Update.
2532 * hppa-tdep.c (hppa_frame_prev_register_helper)
2533 * frv-tdep.c (frv_frame_prev_register): Update.
2534 * d10v-tdep.c (d10v_frame_prev_register): Update.
2535 * cris-tdep.c (cris_frame_prev_register): Update.
2536 * avr-tdep.c (avr_frame_prev_register): Update.
2537 * arm-tdep.c (arm_prologue_prev_register)
2538 (arm_sigtramp_prev_register): Update.
2539
2540 2004-07-31 Andrew Cagney <cagney@gnu.org>
2541
2542 * frame.h (legacy_saved_regs_unwind)
2543 (legacy_frame_chain_valid, legacy_frame_p)
2544 (enum frame_type): Delete UNKNOWN_FRAME.
2545 * dummy-frame.c (dummy_frame_this_id): Simplify.
2546 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2547 * frame.c (struct frame_info): Delete the field "type".
2548 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2549 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2550 (legacy_saved_regs_unwind, legacy_frame_p)
2551 (frame_type_from_pc): Delete.
2552 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2553 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2554
2555 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2556
2557 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2558 indentation.
2559
2560 * mips-nat.c: Remove file.
2561 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2562 (mips-nat.o): Remove dependency.
2563
2564 * infptrace.c: Update copyright year.
2565 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2566 explicitly setting the buffer to all zeroes.
2567
2568 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2569 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2570
2571 2004-07-30 Andrew Cagney <cagney@gnu.org>
2572
2573 * GDB 6.2 released from gdb_6_2-branch.
2574
2575 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2576
2577 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2578
2579 * exec.c (exec_file_attach):
2580 * nto-tdep.c (nto_find_and_open_solib):
2581 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2582 * solib.c (solib_open):
2583 * somsolib.c (som_solib_sizeof_symbol_table):
2584 * source.c (is_regular_file, openp, open_source_file):
2585 * symfile.c (symfile_bfd_open):
2586 * wince.c (upload_to_device): Differentiate between the search for
2587 binary and source files.
2588
2589 2004-07-30 Andrew Cagney <cagney@gnu.org>
2590
2591 * complaints.c (_initialize_complaints): Pass NULL to
2592 add_setshow_zinteger_cmd for help_doc.
2593 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2594
2595 2004-07-30 Andrew Cagney <cagney@gnu.org>
2596
2597 Fix PR i18n/761.
2598 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2599 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2600 $(PACKAGE).pot and update-po.
2601 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2602 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2603 (update-po): New rules.
2604 (localedir): Define using autoconf.
2605 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2606 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2607 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2608 * configure.in: Generate CATALOGS and LINGUAS from contents of
2609 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2610 * configure: Re-generate.
2611 * po/gdbtext: New file
2612
2613 2004-07-30 Jerome Guitton <guitton@gnat.com>
2614
2615 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2616 order.
2617
2618 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2619
2620 * dwarf2read.c (read_file_scope): Set producer if attribute
2621 present.
2622 (struct dwarf2_cu): Added new member producer.
2623
2624 2004-07-30 Jerome Guitton <guitton@gnat.com>
2625
2626 * inflow.c (kill_command): release file handles in BFD.
2627 * exec.c (exec_file_attach): Ditto.
2628 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2629
2630 2004-07-29 Andrew Cagney <cagney@gnu.org>
2631
2632 * PROBLEMS (mips-irix): Note that it is broken.
2633
2634 2004-07-29 Andrew Cagney <cagney@gnu.org>
2635
2636 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2637 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2638
2639 * config/xm-nbsd.h: Delete file.
2640 * config/arm/xm-nbsd.h: Delete file.
2641 * config/i386/xm-nbsd.h: Delete file.
2642 * config/ns32k/xm-nbsd.h: Delete file.
2643 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2644 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2645 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2646 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2647 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2648
2649 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2650 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2651 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2652 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2653 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2654 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2655
2656 * config/powerpc/xm-linux.h: Delete empty file.
2657 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2658 * config/powerpc/linux.mh (XM_FILE): Delete.
2659 * config/m68k/xm-linux.h: Delete empty file.
2660 * config/m68k/linux.mh (XM_FILE): Delete.
2661 * config/ia64/xm-linux.h: Delete empty file.
2662 * config/ia64/linux.mh (XM_FILE): Delete.
2663 * config/arm/xm-linux.h: Delete empty file.
2664 * config/arm/linux.mh (XM_FILE): Delete.
2665
2666 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2667 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2668 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2669 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2670 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2671 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2672 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2673 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2674
2675 * config/m68k/xm-m68k.h: Delete file.
2676 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2677 copyright.
2678 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2679 * config/pa/xm-linux.h: Delete empty file.
2680 * config/pa/linux.mh (XM_FILE): Delete.
2681 * config/i386/xm-i386.h: Delete empty file.
2682 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2683 "i386/xm-i386.h".
2684 * config/i386/obsdaout.mh (XM_FILE): Delete.
2685 * config/i386/obsd64.mh (XM_FILE): Delete.
2686 * config/i386/fbsd64.mh (XM_FILE): Delete.
2687 * config/i386/nto.mh (XM_FILE): Delete.
2688 * config/i386/obsd.mh (XM_FILE): Delete.
2689 * config/i386/linux64.mh (XM_FILE): Delete.
2690 * config/i386/linux.mh (XM_FILE): Delete.
2691 * config/i386/i386sol2.mh (XM_FILE): Delete.
2692 * config/i386/i386gnu.mh (XM_FILE): Delete.
2693 * config/i386/fbsd.mh (XM_FILE): Delete.
2694 * config/i386/nbsd64.mh (XM_FILE): Delete.
2695
2696 2004-07-29 Andrew Cagney <cagney@gnu.org>
2697
2698 * config/pa/xm-linux.h: Do not include "floatformat.h".
2699 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2700 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2701 * config/i386/xm-i386.h: Do not include "floatformat.h".
2702 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2703 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2704 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2705 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2706 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2707 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2708 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2709 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2710 * configure, config.in: Regenerate.
2711 * configure.host (gdb_host_float_format, gdb_host_double_format)
2712 (gdb_host_long_double_format): Set according to the host.
2713
2714 2004-07-29 Andrew Cagney <cagney@gnu.org>
2715
2716 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2717
2718 2004-07-28 Andrew Cagney <cagney@gnu.org>
2719
2720 * PROBLEMS: Mention threads/1650.
2721 * NEWS: Mention the NPTL fix.
2722
2723 2004-07-28 Andrew Cagney <cagney@gnu.org>
2724
2725 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2726 (add_setshow_cmd_full): Make static.
2727 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2728 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2729 * cli/cli-decode.c (add_setshow_filename_cmd)
2730 (add_setshow_string_cmd): New functions.
2731 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2732 * mips-tdep.c (_initialize_mips_tdep): Update.
2733 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2734 * cli/cli-logging.c (_initialize_cli_logging): Update.
2735 * complaints.c (_initialize_complaints): Update.
2736 * remote.c (_initialize_remote): Update.
2737
2738 2004-07-28 Andrew Cagney <cagney@gnu.org>
2739
2740 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2741 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2742 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2743 print parameters. Make string parameters constant.
2744 * command.h: Update. Update copyright.
2745 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2746 * observer.c (_initialize_observer): Ditto.
2747 * frame.c (_initialize_frame): Ditto.
2748 * complaints.c (_initialize_complaints): Ditto.
2749 * maint.c (_initialize_maint_cmds): Ditto.
2750 * target.c (initialize_targets): Ditto.
2751 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2752 * infcall.c (_initialize_infcall): Ditto.
2753 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2754 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2755 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2756 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2757 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2758
2759 2004-07-28 Andrew Cagney <cagney@gnu.org>
2760
2761 * gdbtypes.c (lookup_primitive_typename): Delete function.
2762 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2763 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2764 * gdbtypes.c (lookup_typename): Ditto.
2765 * f-exp.y (yylex): Ditto.
2766 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2767
2768 * scm-lang.c (c_builtin_types): Delete extern declaration.
2769 (scm_language_defn): Replace
2770 string_char_type and primitive_type_vector with
2771 la_language_arch_info.
2772 * jv-lang.c (java_language_defn): Replace
2773 string_char_type and primitive_type_vector with
2774 la_language_arch_info.
2775 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2776 c_builtin_types in comment.
2777 * c-lang.h (struct language_arch_info): Declare opaque.
2778 (c_language_arch_info): Declare.
2779 (c_builtin_types): Delete declaration.
2780 * c-lang.c (c_language_arch_info): Set string_char_type to
2781 builtin_char, not builtin_true_char. Make global.
2782 (c_builtin_types): Delete array.
2783 (asm_language_defn, minimal_language_defn): Replace
2784 string_char_type and primitive_type_vector with
2785 la_language_arch_info.
2786
2787 2004-07-28 Andrew Cagney <cagney@gnu.org>
2788
2789 * gdbtypes.h (struct builtin_type): Rename true_char to
2790 builtin_true_char.
2791 * gdbtypes.c (gdbtypes_post_init): Update.
2792 * c-lang.c (arch_info): New function.
2793 (enum c_primitive_types): New enum.
2794 (c_language_defn): Instead of string_char_type and
2795 primitive_type_vector set la_language_arch_info.
2796
2797 2004-07-28 Andrew Cagney <cagney@gnu.org>
2798
2799 * language.h (struct language_arch_info): Fix typo
2800 s/primative/primitive/.
2801 * gdbtypes.c (lookup_primitive_typename): Ditto.
2802 * language.c (language_lookup_primitive_type_by_name)
2803 (unknown_language_arch_info): Ditto.
2804
2805 2004-07-27 Andrew Cagney <cagney@gnu.org>
2806
2807 * defs.h (enum language): Add nr_languages.
2808 * language.h (struct language_arch_info): Define.
2809 (struct language_defn): Add la_language_arch_info.
2810 (language_lookup_primative_type_by_name): Declare.
2811 (language_string_char_type): Declare.
2812 * language.c (_initialize_language, language_gdbarch_post_init)
2813 (struct language_gdbarch, language_gdbarch_data): Implement
2814 per-architecture language information.
2815 (unknown_language_arch_info, language_string_char_type)
2816 (language_lookup_primative_type_by_name): New functions.
2817 (unknown_language_defn, auto_language_defn)
2818 (local_language_defn): Set la_language_arch_info to
2819 unknown_language_arch_info.
2820 (unknown_builtin_types): Delete.
2821 * gdbtypes.c (lookup_primitive_typename): Use
2822 language_lookup_primative_type_by_name.
2823 (create_string_type): Use language_string_char_type.
2824 * values.c (value_from_string): Use language_string_char_type.
2825 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2826 * p-lang.c (pascal_language_defn): Ditto.
2827 * m2-lang.c (m2_language_defn): Ditto.
2828 * jv-lang.c (java_language_defn): Ditto.
2829 * objc-lang.c (objc_language_defn): Ditto.
2830 * f-lang.c (f_language_defn): Ditto.
2831 * c-lang.c (c_language_defn, cplus_language_defn)
2832 (asm_language_defn, minimal_language_defn): Ditto.
2833
2834 2004-07-27 Andrew Cagney <cagney@gnu.org>
2835
2836 * gdbtypes.h (struct builtin_type): Declare.
2837 (builtin_type): Declare.
2838 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2839 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2840 (gdbtypes_post_init): New function.
2841 (builtin_type): New function.
2842
2843 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2844
2845 * remote-m32r-sdi.c: Fix breakpoint bug.
2846 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2847 recv_char_data, recv_long_data): New functions to replace communication
2848 sequences.
2849
2850 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2851
2852 Document PR threads/1650.
2853 * PROBLEMS (Threads): Document problem with many threads
2854
2855 2004-07-26 Andrew Cagney <cagney@gnu.org>
2856
2857 * gdb-mi.el: Move from here ...
2858 * mi/gdb-mi.el: ... to here.
2859
2860 2004-07-26 Andrew Cagney <cagney@gnu.org>
2861
2862 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2863 * main.c (captured_main): When in batch mode always detach.
2864
2865 2004-07-26 Andrew Cagney <cagney@gnu.org>
2866
2867 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2868 and h8300 as broken.
2869 * NEWS: END-OF-LIFE frame compatibility module.
2870 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2871 specific comments.
2872
2873 2004-07-26 Andrew Cagney <cagney@gnu.org>
2874
2875 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2876 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2877 * wince.c (_initialize_wince): Update.
2878 * win32-nat.c (_initialize_win32_nat): Update.
2879 * varobj.c (_initialize_varobj): Update.
2880 * valops.c (_initialize_valops): Update.
2881 * utils.c (initialize_utils, initialize_utils): Update.
2882 * tui/tui-win.c (_initialize_tui_win): Update.
2883 * top.c (init_main): Update.
2884 * symfile.c (_initialize_symfile): Update.
2885 * source.c (_initialize_source): Update.
2886 * somsolib.c (_initialize_som_solib): Update.
2887 * solib.c (_initialize_solib): Update.
2888 * solib-frv.c (_initialize_frv_solib): Update.
2889 * serial.c (_initialize_serial): Update.
2890 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2891 * remote.c (_initialize_remote, _initialize_remote): Update.
2892 * remote-vx.c (_initialize_vx): Update.
2893 * remote-utils.c (_initialize_sr_support): Update.
2894 * remote-sds.c (_initialize_remote_sds): Update.
2895 * remote-mips.c (_initialize_remote_mips): Update.
2896 * remote-e7000.c (_initialize_remote_e7000): Update.
2897 * proc-api.c (_initialize_proc_api): Update.
2898 * printcmd.c: Update.
2899 * parse.c (_initialize_parse): Update.
2900 * pa64solib.c (_initialize_pa64_solib): Update.
2901 * p-valprint.c (_initialize_pascal_valprint): Update.
2902 * monitor.c (_initialize_remote_monitors): Update.
2903 * mips-tdep.c (_initialize_mips_tdep): Update.
2904 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2905 * maint.c (_initialize_maint_cmds): Update.
2906 * lin-lwp.c (_initialize_lin_lwp): Update.
2907 * language.c (_initialize_language): Update.
2908 * kod.c (_initialize_kod): Update.
2909 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2910 * i386-tdep.c (_initialize_i386_tdep): Update.
2911 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2912 * gdbarch.sh: Update.
2913 * gdbarch.c: Re-generate.
2914 * gdb-events.sh: Update.
2915 * gdb-events.c: Re-generate.
2916 * frame.c (_initialize_frame): Update.
2917 * exec.c: Update.
2918 * demangle.c (_initialize_demangler): Update.
2919 * dcache.c (_initialize_dcache): Update.
2920 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2921 * cp-valprint.c (_initialize_cp_valprint): Update.
2922 * corefile.c (_initialize_core): Update.
2923 * command.h: Update.
2924 * cli/cli-decode.h: Update.
2925 * cli/cli-cmds.c (init_cli_cmds): Update.
2926 * charset.c (_initialize_charset): Update.
2927 * breakpoint.c (_initialize_breakpoint): Update.
2928 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2929 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2930 * aix-thread.c (_initialize_aix_thread): Update.
2931
2932 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2933
2934 Partial fix for PR backtrace/1718.
2935 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2936 that GCC migrates into the prolugue. Don't handle any
2937 instructions that clobber %ebx.
2938
2939 2004-07-23 Andrew Cagney <cagney@gnu.org>
2940
2941 Use regcache_raw_collect instead of regcache_collect.
2942 * regcache.h (regcache_collect): Delete declaration.
2943 * regcache.c (regcache_colect): Delete function.
2944 * win32-nat.c (do_child_store_inferior_registers): Update.
2945 * sol-thread.c (sol_thread_store_registers): Update.
2946 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2947 * rs6000-nat.c (store_register): Update.
2948 * remote.c (store_register_using_P, remote_store_registers): Update.
2949 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2950 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2951 (fill_vrregset, store_spe_registers, fill_gregset)
2952 (fill_gregset): Update.
2953 * nto-procfs.c (procfs_store_registers): Update.
2954 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2955 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2956 * m68klinux-nat.c (store_register, fill_gregset): Update.
2957 * m68k-tdep.c (fill_gregset): Update.
2958 * infptrace.c (store_register): Update.
2959 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2960 * i386-linux-nat.c (store_register, fill_gregset): Update.
2961 * hppa-linux-nat.c (fill_gregset): Update.
2962 * go32-nat.c (store_register): Update.
2963 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2964 (store_fp_regs): Update.
2965 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2966 (store_nwfpe_extended, store_fpregister, store_fpregs)
2967 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2968 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2969 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2970 (store_regs_user_thread, store_regs_kernel_thread): Update.
2971
2972 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2973
2974 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2975 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2976 encoding.
2977 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2978 member of `struct comp_unit'.
2979
2980 2004-07-23 Andrew Cagney <cagney@gnu.org>
2981
2982 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2983 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2984
2985 2004-07-23 Martin Hunt <hunt@redhat.com>
2986 Kevin Buettner <kevinb@redhat.com>
2987
2988 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2989 alignment was being added to the offset instead of multiplied.
2990
2991 2004-07-23 Mark Kettenis <kettenis@gnu.org>
2992
2993 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
2994 changed signal trampoline in OpenBSD 3.5-current.
2995
2996 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
2997 <machine/pcb.h> and "bsd-kvm.h".
2998 (sparc64nbsd_supply_pcb): New function.
2999 (_initialize_sparc64nbsd_nat): Renamed from
3000 _initialize_sparcnbsd_nat. Enable libkvm interface.
3001 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
3002 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
3003 (LOADLIBES): New variable.
3004
3005 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
3006
3007 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
3008
3009 2004-07-21 Andrew Cagney <cagney@gnu.org>
3010
3011 Use regcache_raw_supply instead of supply_register.
3012 * regcache.h (supply_register): Delete declaration.
3013 * regcache.c (supply_register): Delete function.
3014 * wince.c (do_child_fetch_inferior_registers): Update.
3015 * win32-nat.c (do_child_fetch_inferior_registers)
3016 (fetch_elf_core_registers): Update.
3017 * v850ice.c (v850ice_fetch_registers): Update.
3018 * thread-db.c (thread_db_store_registers): Update.
3019 * sol-thread.c (sol_thread_store_registers): Update.
3020 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
3021 * rs6000-nat.c (fetch_register): Update.
3022 * rom68k-rom.c (rom68k_supply_one_register): Update.
3023 * remote.c (remote_wait, remote_async_wait): Update.
3024 * remote-st.c (get_hex_regs): Update.
3025 * remote-sim.c (gdbsim_fetch_register): Update.
3026 * remote-sds.c (sds_fetch_registers): Update.
3027 * remote-rdp.c (remote_rdp_fetch_register): Update.
3028 * remote-rdi.c (arm_rdi_fetch_registers): Update.
3029 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
3030 * remote-m32r-sdi.c (m32r_fetch_register): Update.
3031 * remote-hms.c (init_hms_cmds): Update.
3032 * remote-est.c (init_est_cmds): Update.
3033 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
3034 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
3035 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
3036 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
3037 (fetch_register, supply_vrregset, supply_vrregset)
3038 (fetch_spe_registers): Update.
3039 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
3040 * monitor.c (monitor_supply_register): Update.
3041 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
3042 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
3043 (mipsnbsd_supply_fpreg): Update.
3044 * mips-nat.c (fetch_inferior_registers)
3045 (fetch_core_registers): Update.
3046 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
3047 (supply_fpregset, mips64_supply_gregset)
3048 (mips64_supply_fpregset): Update.
3049 * m68klinux-nat.c (fetch_register, supply_gregset)
3050 (supply_fpregset): Update.
3051 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
3052 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
3053 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
3054 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
3055 * infptrace.c (fetch_register): Update.
3056 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
3057 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
3058 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
3059 (gnu_fetch_registers, gnu_store_registers): Update.
3060 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
3061 * i386-linux-nat.c (fetch_register, supply_gregset)
3062 (dummy_sse_values): Update.
3063 * hpux-thread.c (hpux_thread_fetch_registers): Update.
3064 * hppah-nat.c (fetch_register): Update.
3065 * hppa-linux-nat.c (fetch_register, supply_gregset)
3066 (supply_fpregset): Update.
3067 * go32-nat.c (fetch_register): Update.
3068 * dve3900-rom.c (fetch_bitmapped_register)
3069 (_initialize_r3900_rom): Update.
3070 * cris-tdep.c (supply_gregset): Update.
3071 * abug-rom.c (init_abug_cmds): Update.
3072 * core-aout.c (fetch_core_registers): Update.
3073 * armnbsd-nat.c (supply_gregset, supply_fparegset)
3074 (fetch_register, fetch_fp_register): Update.
3075 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
3076 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
3077 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
3078 * alphanbsd-tdep.c (fetch_core_registers): Update.
3079 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
3080 * alpha-nat.c (fetch_osf_core_registers)
3081 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
3082 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
3083 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
3084
3085 2004-07-21 Andrew Cagney <cagney@gnu.org>
3086
3087 * PROBLEMS: Mention breakpoints/1702.
3088 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
3089 that is known to work.
3090
3091 2004-07-21 Andrew Cagney <cagney@gnu.org>
3092
3093 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
3094 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
3095 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
3096 (handle_inferior_event): Wrap call to deprecated
3097 IGNORE_HELPER_CALL in #ifdef.
3098 * config/mips/tm-nbsd.h: Update.
3099
3100 2004-07-20 Jim Blandy <jimb@redhat.com>
3101
3102 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
3103 bfd_mach_ppc has no segment registers.
3104
3105 Include PowerPC SPR numbers for special-purpose registers.
3106 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
3107 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
3108 new member in initializer.
3109 (S, S4, SN4, S64): New macros for defining special-purpose
3110 registers.
3111 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
3112 registers_403, registers_403GC, registers_505, registers_860,
3113 registers_601, registers_602, registers_603, registers_604,
3114 registers_750, registers_e500): Use them.
3115
3116 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
3117 replace references with expression used to initialize variable.
3118
3119 2004-07-20 Andrew Cagney <cagney@gnu.org>
3120
3121 * breakpoint.c (deprecated_read_memory_nobpt): Rename
3122 read_memory_nobpt.
3123 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
3124 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
3125 (s390_sigtramp_frame_sniffer): Update.
3126 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
3127 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
3128 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
3129 (mips32_fetch_instruction): Update.
3130 * mcore-tdep.c (get_insn): Update.
3131 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3132 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3133 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3134 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3135 (i386_linux_rt_sigtramp_start): Update.
3136 * i386-linux-nat.c (child_resume): Update.
3137 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3138 * hppa-linux-tdep.c (insns_match_pattern): Update.
3139 * gdbcore.h: Update.
3140 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3141 * frame.c (safe_frame_unwind_memory): Update.
3142 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3143 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3144 * alpha-tdep.c (alpha_read_insn): Update.
3145
3146 2004-07-20 Andrew Cagney <cagney@gnu.org>
3147
3148 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
3149 containing both bytes and mask. Add "frame_type".
3150 * tramp-frame.c (tramp_frame_start): Update.
3151 (tramp_frame_prepend_unwinder): Update.
3152 * mips-linux-tdep.c (mips_linux_o32_sigframe)
3153 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3154 (mips_linux_n64_rt_sigframe): Update. Make "static const".
3155 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3156
3157 2004-07-19 Eli Zaretskii <eliz@gnu.org>
3158
3159 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3160 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3161 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3162 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3163
3164 2004-07-17 Andrew Cagney <cagney@gnu.org>
3165
3166 * NEWS, PROBLEMS: Update for 6.2.
3167
3168 * README: Update to 6.2.
3169
3170 * utils.c (xvasprintf): Call xstrvprintf.
3171
3172 * parse.c: Update copyright.
3173 (null_post_parser): Eliminate ARGSUSED.
3174
3175 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3176 * tui/tui-win.c (tui_get_cmd_list): Ditto.
3177 * symfile-mem.c (_initialize_symfile_mem): Ditto.
3178
3179 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3180 * ppc-linux-nat.c: Use "Linux kernel".
3181 * hppa-linux-tdep.c: Use GNU/Linux.
3182 * hppa-linux-nat.c: Use GNU/Linux.
3183 * dwarfread.c: Add [sic] to use of Linux.
3184
3185 * hppa-linux-nat.c: Do not include <string.h>.
3186 (supply_fpregset): Remove "register" attribute.
3187
3188 * solib-frv.c (fetch_loadmap): Use xfree, not free.
3189
3190 2004-07-17 Mark Kettenis <kettenis@gnu.org>
3191
3192 * configure.in: Define _MSE_INT_H on Solaris 9 too.
3193 * configure, config.in: Regenerated.
3194
3195 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3196 "bsd-kvm.h".
3197 (vaxbsd_supply_pcb): New function.
3198 (_initialize_vaxbsd_nat): New prototype and function.
3199 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3200 solib-sunos.o.
3201 (LOADLIBES): New variable.
3202 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3203 (LOADLIBES): New variable.
3204 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3205 (LOADLIBES): New variable.
3206 * Makefile.in (vaxbsd-nat.o): Update dependencies.
3207
3208 2004-07-16 Andrew Cagney <cagney@gnu.org>
3209
3210 * defs.h (event_loop_p): Replace variable declaration with macro,
3211 always 1.
3212 * main.c (captured_main): Delete options "-async" and "-noasync".
3213 (event_loop_p): Delete variable.
3214 * NEWS: Mention that "-async" and "-noasync" were removed.
3215
3216 2004-07-16 Andrew Cagney <cagney@gnu.org>
3217
3218 * remote-m32r-sdi.c: Re-indent.
3219
3220 2004-07-16 Jim Blandy <jimb@redhat.com>
3221
3222 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3223 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3224 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3225 missing MPC823 SPRs.
3226 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3227 incorrect. (This was corrected in GDB's register name tables on
3228 2004-07-14.)
3229
3230 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3231 should be "esasrr" ("ESA Save and Restore Register").
3232
3233 2004-07-16 Andrew Cagney <cagney@gnu.org>
3234
3235 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3236 calls, no longer applicable. Update comments and rename parameter
3237 "step_frame" to "return_frame".
3238
3239 2004-07-16 Andrew Cagney <cagney@gnu.org>
3240
3241 * frame.c (fprint_field): New function.
3242 (fprint_frame_id): Use fprint_field.
3243
3244 2004-07-15 Joel Brobecker <brobecker@gnat.com>
3245
3246 * ada-lang.c (ada_language_defn): Remove commented out code.
3247
3248 2004-07-15 Jim Blandy <jimb@redhat.com>
3249
3250 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3251 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3252
3253 2004-07-14 Jim Blandy <jimb@redhat.com>
3254
3255 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3256
3257 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3258
3259 * ppc-tdep.h (ppc_num_srs): New enum constant.
3260
3261 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3262 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3263 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3264 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3265 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3266 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3267 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3268 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3269 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3270 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3271 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3272 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3273 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3274 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3275 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3276 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3277 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3278 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3279 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3280 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3281 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3282 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3283 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3284 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3285 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3286 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3287 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3288 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3289 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3290 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3291 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3292 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3293 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3294 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3295 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3296 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3297 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3298 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3299 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3300 special-purpose register numbers.
3301
3302 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3303 manual mentions 'md_twb', but many mention 'm_twb', and at that
3304 point in the register list.)
3305
3306 2004-07-14 Andrew Cagney <cagney@gnu.org>
3307
3308 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3309 instead of "internal-error".
3310
3311 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3312
3313 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3314 that was inserted inside a comment.
3315
3316 2004-07-10 Randolph Chung <tausq@debian.org>
3317
3318 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3319 function.
3320 (hppa_hpux_push_dummy_code): New function.
3321 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3322 Set find_global_pointer method.
3323
3324 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3325
3326 * NEWS: Mention BSD libkvm interface.
3327
3328 2004-07-10 Michael Snyder <msnyder@redhat.com>
3329
3330 * symfile.c (generic_load): Comment typo.
3331 * stack.c (get_selected_block): Ditto.
3332 * regcache.c (regcache_cooked_read): Ditto.
3333 * monitor.c (monitor_debug): Ditto.
3334 * mips-tdep.c (mips_read_pc): Ditto.
3335 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3336 * gdb_mbuild.sh: Ditto.
3337 * gdbarch.sh: Ditto.
3338 * gdbarch.h: Ditto.
3339
3340 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3341
3342 * ada-tasks.c: Remove file.
3343
3344 Remove ARI problems:
3345
3346 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3347 beginning of line.
3348
3349 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3350 Add comment.
3351 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3352 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3353 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3354 (UMIN_OF_SIZE): Remove.
3355 (max_of_type): New function to replace orphan macro in gdbtypes.h
3356 (min_of_type): Ditto.
3357 (discrete_type_high_bound): Use max_of_type.
3358 (discrete_type_low_bound): Use min_of_type.
3359 (possible_user_operator_p): Move operator to beginning of line.
3360 (ada_is_variant_part): Ditto.
3361 (ensure_lval): Rewrite to avoid deprecated operations.
3362 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3363 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3364 (ada_enum_name): Remove assignments in 'if' statements.
3365 (build_ada_types): Add gdbarch parameter.
3366 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3367 with gdbarch_data_register_post_init.
3368 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3369 add_show_from_set.
3370
3371 * ada-valprint.c (inspect_it): Remove declaration.
3372 (repeat_count_threshold): Remove declaration.
3373 (ada_print_floating): Remove assignments in 'if' statements.
3374 (print_str): Move operator to beginning of line.
3375
3376 2004-07-08 Jim Blandy <jimb@redhat.com>
3377
3378 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3379
3380 2004-07-08 Bob Rossi <bob@brasko.net>
3381
3382 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3383
3384 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3385
3386 * language.h (struct_language_defn): Add new function pointer:
3387 la_class_name_from_physname. Also add new prototype for
3388 language_class_name_from_physname.
3389 * language.c (language_class_name_from_physname): New function.
3390 (unk_lang_class_name): Ditto.
3391 (unknown_language_defn, auto_language_defn): Change
3392 to add unk_lang_class_name function pointer for
3393 la_class_name_from_physname.
3394 (local_language_defn): Ditto.
3395 * dwarf2read.c (guess_structure_name): Change to call
3396 language_class_name_from_physname.
3397 (determine_class_name): Ditto.
3398 * cp-support.c (class_name_from_physname): Renamed.
3399 (cp_class_name_from_physname): New name of function.
3400 * cp-support.h: Ditto.
3401 * c-lang.c (c_language_defn): Change to add NULL
3402 for class_name_from_physname function pointer.
3403 (cplus_language_defn): Change to add cp_class_name_from_physname.
3404 * jv-lang.c (java_class_name_physname): New function.
3405 (java_find_last_component): New static routine.
3406 (java_language_defn): Add java_class_name_from_physname pointer.
3407 * ada-lang.c (ada_language_defn): Change to add NULL
3408 for class_name_from_physname function pointer.
3409 * f-lang.c (f_language_defn): Ditto.
3410 * m2-lang.c (m2_language_defn): Ditto.
3411 * objc-lang.c (objc_language_defn): Ditto.
3412 * p-lang.c (pascal_language_defn): Ditto.
3413 * scm-lang.c (scm_language_defn): Ditto.
3414
3415 2004-07-06 Andrew Cagney <cagney@gnu.org>
3416
3417 Patch from Bart Robinson.
3418 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3419 (O_LARGEFILE): Define to 0, if not defined.
3420
3421 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3422
3423 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3424 <machine/pcb.h> and "bsd-kvm.h".
3425 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3426 (m68kbsd_supply_pcb): New function.
3427 (_initialize_m68kbsd_nat): New prototype and function.
3428 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3429 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3430 (LOADLIBES): New variable.
3431 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3432 (LOADLIBES): New variable.
3433
3434 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3435
3436 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3437
3438 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3439 <sys/proc.h>.
3440 (bsd_kvm_cmdlist): New variable.
3441 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3442 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3443 command and "kvm proc" command.
3444 * Makefile.in (bsd-kvm.o): Update dependencies.
3445
3446 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3447
3448 * osabi.c: Update copyright year.
3449 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3450 notes if EI_OSABI is set to ELFOSABI_HPUX.
3451
3452 2004-07-01 Michael Snyder <msnyder@redhat.com>
3453
3454 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3455 that seems to have gotten whacked out of line.
3456
3457 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3458
3459 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3460 code.
3461
3462 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3463
3464 * ada-lang.c (decode_packed_array): Minor change to comment.
3465 (ada_value_slice_ptr): New function.
3466 (ada_value_slice): New function.
3467 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3468 test. Don't know why it is there.
3469 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3470 to avoid dereferencing huge arrays from which one is slicing.
3471 (empty_array): Correct to return an array rather than
3472 a subrange value.
3473 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3474 on empty arrays (let'em use 'FIRST instead).
3475
3476 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3477
3478 Address complaints from gdb_ari.sh:
3479
3480 * ada-exp.y: Include gdb_string.h rather than string.h.
3481 (convert_char_literal): Reformat declaration.
3482 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3483 * ada-lex.l: Change use of free to xfree (the macro would do so
3484 anyway, but this is harmless).
3485 Include gdb_string.h rather than string.h.
3486 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3487
3488 * ada-lang.c (parse): Remove K&Rism in parameter list.
3489 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3490
3491 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3492
3493 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3494 dead code.
3495
3496 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3497
3498 * alphabsd-nat.c: Update copyright year.
3499 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3500
3501 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3502
3503 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3504 (i386_cygwin_in_solib_call_trampoline): New function.
3505 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3506 and skip_trampoline_code gdbarch methods.
3507
3508 2004-06-29 Jim Blandy <jimb@redhat.com>
3509
3510 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3511 name actually used in the dependency lists.
3512
3513 2004-06-29 Randolph Chung <tausq@debian.org>
3514
3515 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3516
3517 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3518
3519 * win32-nat.c (child_pid_to_exec_file): New function.
3520 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3521 functionality.
3522
3523 2004-06-28 Andrew Cagney <cagney@gnu.org>
3524
3525 * defs.h (xstrvprintf): Declare.
3526 * utils.c (xstrvprintf): New function.
3527 (internal_vproblem, xstrprintf, xasprintf)
3528 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3529 * serial.c (serial_printf): Ditto.
3530 * complaints.c (vcomplaint): Ditto.
3531
3532 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3533
3534 * infcmd.c (attach_command): Move call to target_terminal_inferior
3535 behind loading symbol table.
3536
3537 2004-06-28 Andrew Cagney <cagney@gnu.org>
3538
3539 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3540 change - add back extern deprecated_ui_loop_hook declaration.
3541
3542 2004-06-28 Andrew Cagney <cagney@gnu.org>
3543
3544 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3545 xstrprintf.
3546 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3547 (c_value_of_variable): Ditto.
3548 * utils.c (internal_vproblem): Ditto.
3549 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3550 * remote.c (add_packet_config_cmd): Ditto.
3551 * remote-rdp.c (rdp_set_command_line): Ditto.
3552 * regcache.c (regcache_dump): Ditto.
3553 * frv-tdep.c (new_variant, new_variant): Ditto.
3554 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3555 (fbsd_find_memory_regions): Ditto.
3556 * breakpoint.c (create_thread_event_breakpoint)
3557 (create_breakpoints): Ditto.
3558 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3559 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3560
3561 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3562
3563 * ada-lang.c: Re-indent file, with some massaging to help indent
3564 a bit when the result is otherwise really too ugly.
3565
3566 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3567
3568 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3569 code_addr_p and special_addr_p to 'unsigned int'.
3570
3571 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3572
3573 * i386v4-nat.c: Update copyright year and tweak comment.
3574 (regmap): Remove trailing comma.
3575 (supply_gregset): Rename local variable i to regnum. Call
3576 regcache_raw_supply instead of supply_register.
3577 (fill_gregset): Rename argument regno to regnum. Call
3578 regcache_raw_collect instead of regcache_collect.
3579
3580 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3581
3582 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3583 and special_addr_p.
3584 (frame_id_build, frame_id_build_special): Update comments.
3585 (frame_id_build_wild): New prototype.
3586 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3587 struct frame_id fields.
3588 (frame_id_build_wild): New function.
3589 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3590
3591 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3592
3593 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3594 hppabsd-tdep.c.
3595
3596 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3597
3598 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3599
3600 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3601
3602 * ada-lang.c: Re-indent file.
3603
3604 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3605
3606 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3607 (no_symtab_msg): Likewise.
3608
3609 2004-06-27 Andreas Schwab <schwab@suse.de>
3610
3611 * source.c: Fix whitespace.
3612
3613 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3614
3615 * configure.in: Include <sys/param.h> for td_pcb test.
3616 * configure: Regenerated.
3617
3618 * i386nbsd-nat.c: New file.
3619 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3620 i386obsd-nat.c and i386obsd-tdep.c.
3621 (i386nbsd-nat.o): New dependency.
3622 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3623 bsd-kvm.o.
3624 (LOADLIBES): New variable.
3625 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3626 bsd-kvm.o.
3627 (LOADLIBES): New variable.
3628
3629 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3630 (LOADLIBES): New variable.
3631
3632 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3633 fetching from BSD_KVM_PADDR. Correctly lookup address for
3634 "_thread0".
3635
3636 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3637 "bsd-kvm.h".
3638 (amd64fbsd_supply_pcb): New funcion.
3639 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3640
3641 2004-06-27 <david@streamline-computing.com>
3642
3643 Partial fix for PR cli/1056.
3644 * valarith.c: Check for zero in division and remainder
3645 evaluation.
3646
3647 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3648
3649 * i387-tdep.c: Remove excessive whitespace.
3650
3651 2004-06-26 Andrew Cagney <cagney@gnu.org>
3652
3653 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3654 * gdb-events.h, gdb-events.c: Re-generate.
3655 * tui/tui-hooks.c (tui_install_hooks): Update.
3656 (tui_remove_hooks): Update.
3657 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3658
3659 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3660
3661 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3662 (gregset_t, fpregset_t): Remove typedefs.
3663 (REG_OFFSET): Rename argument.
3664 (amd64bsd_r_reg_offset): Rename from reg_offset.
3665 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3666 Remove functions.
3667 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3668 of reg_offset.
3669 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3670
3671 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3672
3673 * vax-tdep.c: Tweak comment.
3674
3675 Add OpenBSD/hppa support.
3676 * NEWS (New native configurations): Mention OpenBSD/hppa.
3677 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3678 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3679 files.
3680 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3681 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3682 * configure.host: Add hppa*-*-openbsd*.
3683 * configure.tgt: Add hppa*-*-openbsd*.
3684
3685 2004-06-25 Andrew Cagney <cagney@gnu.org>
3686
3687 * defs.h (deprecated_ui_loop_hook): Deprecated.
3688 * wince.c (child_wait): Update.
3689 * win32-nat.c (child_wait): Update.
3690 * v850ice.c (v850ice_wait): Update.
3691 * top.c (deprecated_ui_loop_hook): Update.
3692 * serial.h: Update.
3693 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3694 (do_unix_readchar): Update.
3695 * ser-tcp.c (net_open): Update.
3696 * remote-sim.c (gdb_os_poll_quit): Update.
3697 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3698
3699 2004-06-24 Andrew Cagney <cagney@gnu.org>
3700
3701 * defs.h (deprecated_pre_add_symbol_hook)
3702 (deprecated_post_add_symbol_hook): Deprecated.
3703 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3704 (symbol_file_add_with_addrs_or_offsets): Update references.
3705
3706 2004-06-24 Andrew Cagney <cagney@gnu.org>
3707
3708 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3709 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3710 * wince.c (ui_loop_hook): Delete extern declaration.
3711 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3712 * v850ice.c (ui_loop_hook): Delete extern declaration..
3713 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3714 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3715 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3716 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3717 ui_loop_hook declaration.
3718
3719 2004-06-24 Andrew Cagney <cagney@gnu.org>
3720
3721 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3722 entry_func_highpc fields.
3723 * objfiles.c (init_entry_point_info): Do not clear
3724 entry_func_lowpc and entry_func_highpc.
3725 (objfile_relocate): Do not relocate entry_func_lowpc and
3726 entry_func_highpc.
3727 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3728 entry_func_highpc.
3729 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3730 entry_func_highpc.
3731 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3732 entry_func_lowpc and entry_func_highpc with call to
3733 inside_entry_func.
3734
3735 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3736
3737 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3738 quad-precision floating point arguments in registers.
3739
3740 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3741
3742 From Michael Mueller <m.mueller99@kay-mueller.de>:
3743 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3744 account.
3745
3746 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3747
3748 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3749 to -1.
3750 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3751 untriggered watchpoints to a separate if clause. Update function
3752 comment regarding STOPPED_BY_WATCHPOINT argument.
3753
3754 2004-06-22 Jim Blandy <jimb@redhat.com>
3755
3756 * gdbarch.sh: Doc fix.
3757
3758 2004-06-21 Martin Hunt <hunt@redhat.com>
3759 Kevin Buettner <kevinb@redhat.com>
3760
3761 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3762 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3763 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3764 to set_gdbarch_sp_regnum(). Use cooked register number.
3765 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3766
3767 2004-06-21 Andrew Cagney <cagney@gnu.org>
3768
3769 * gdbarch.sh: When the macro field is empty, do not generate a
3770 macro definition. When the macro field is "=", generate the macro
3771 name from the upper-case function name.
3772 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3773 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3774 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3775 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3776 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3777 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3778 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3779 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3780 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3781 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3782 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3783 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3784 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3785 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3786 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3787 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3788 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3789 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3790 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3791 (DEPRECATED_USE_STRUCT_CONVENTION)
3792 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3793 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3794 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3795 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3796 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3797 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3798 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3799 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3800 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3801 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3802 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3803 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3804 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3805 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3806 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3807 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3808 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3809 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3810
3811 2004-06-21 Andrew Cagney <cagney@gnu.org>
3812
3813 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3814 macro name, and the function rather than macro value. Only wrap
3815 macro print statements in #ifdef. Move format logic to where it
3816 is needed.
3817 * gdbarch.c: Re-generate.
3818
3819 * gdbarch.sh (read): Delete "print_p" and "description", add
3820 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3821 Delete references to print_p.
3822 (TARGET_ARCHITECTURE): Delete print predicate.
3823 * gdbarch.c: Re-generate.
3824
3825 * gdbarch.sh: Check that multi-arch methods do not provide a
3826 macro.
3827 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3828 (print_registers_info, print_float_info, print_vector_info)
3829 (adjust_breakpoint_address, remote_translate_xfer_address)
3830 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3831 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3832 name from the multi-arch definition.
3833
3834 2004-06-20 Andrew Cagney <cagney@gnu.org>
3835
3836 * gdbarch.sh: Sort by the function, instead of macro name.
3837 * gdbarch.c: Re-generate.
3838
3839 2004-06-20 Andrew Cagney <cagney@gnu.org>
3840
3841 * gdbarch.sh: Use the function, instead of macro name in
3842 errors and the log file.
3843 (return_value): Remove stray ":" in spec.
3844
3845 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3846 * gdbarch.h, gdbarch.c: Re-generate.
3847 * Makefile.in (arch-utils.o): Update dependencies.
3848 * values.c (using_struct_return): Move code calling
3849 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3850 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3851 to legacy_return_value, simplify.
3852 * infcmd.c (print_return_value): Move code calling
3853 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3854 to legacy_return_value, simplify.
3855 * infcall.c (call_function_by_hand): Move code calling
3856 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3857 * arch-utils.c: Update copyright. Include "gdbcore.h".
3858 (legacy_return_value): New function.
3859 * arch-utils.h: Update copyright.
3860 (legacy_return_value): Declare.
3861
3862 2004-06-20 Andrew Cagney <cagney@gnu.org>
3863
3864 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3865 * gdbarch.h, gdbarch.c: Re-generate.
3866 * values.c (using_struct_return): Update call.
3867 * mcore-tdep.c: Update comment.
3868 * infcall.c (call_function_by_hand): Update comment.
3869 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3870 * arch-utils.h (always_use_struct_convention): Update.
3871 * v850-tdep.c (v850_gdbarch_init): Update.
3872 * sh64-tdep.c (sh64_gdbarch_init): Update.
3873 * sh-tdep.c (sh_gdbarch_init): Update.
3874 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3875 * mips-tdep.c (mips_gdbarch_init): Update.
3876 * mcore-tdep.c (mcore_gdbarch_init): Update.
3877 * m32r-tdep.c (m32r_gdbarch_init): Update.
3878 * ia64-tdep.c (ia64_gdbarch_init): Update.
3879 * h8300-tdep.c (h8300_gdbarch_init): Update.
3880 * frv-tdep.c (frv_gdbarch_init): Update.
3881 * cris-tdep.c (cris_gdbarch_init): Update.
3882 * arm-tdep.c (arm_gdbarch_init): Update.
3883 * alpha-tdep.c (alpha_gdbarch_init): Update.
3884
3885 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3886
3887 * PROBLEMS: Add more specific information, and a work-around,
3888 for PR gdb/1458.
3889
3890 2004-06-18 Andrew Cagney <cagney@gnu.org>
3891
3892 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3893 * gdbarch.h, gdbarch.c: Re-generate.
3894 * ada-lang.c (ada_finish_decode_line_1): Update.
3895 * infrun.c (handle_inferior_event): Update.
3896 * infcall.c (find_function_addr): Update.
3897 * linespec.c (minsym_found): Update.
3898 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3899 Update.
3900 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3901 * cli/cli-cmds.c (disassemble_command): Update.
3902 * vax-tdep.c (vax_gdbarch_init): Update.
3903
3904 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3905
3906 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3907
3908 2004-06-17 Andrew Cagney <cagney@gnu.org>
3909
3910 GDB 6.1.1 released from the GDB 6.1 branch.
3911 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3912 * PROBLEMS: Ditto.
3913
3914 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3915
3916 PR gdb/1658
3917 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3918 operation as a uleb128. Found by Michael Coulter.
3919
3920 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3921
3922 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3923 make it non-static.
3924 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3925 to ada-lang.h; this is needed to be able to implement the kill command
3926 in multi-task mode.
3927 (task_ptid): Ditto.
3928 (task_entry): Ditto.
3929 (task_list): Ditto.
3930 (ada_build_task_list): Ditto.
3931
3932 * ada-lang.c: Conditionalize routines and data structures related
3933 to breakpoints, exceptions, completion, and symbol caching on
3934 GNAT_GDB, since these are not yet used in the submitted public sources.
3935 (ada_main_name): Editorial: Move definition out of exception-related
3936 code.
3937
3938 2004-06-15 Andrew Cagney <cagney@gnu.org>
3939
3940 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3941 deprecated_pc_in_call_dummy.
3942
3943 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3944
3945 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3946 bfd_get_section_size_before_reloc or _raw_size.
3947 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3948 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3949 (dwarf2_read_section): Likewise.
3950 * elfread.c (elf_locate_sections): Likewise.
3951 * gcore.c (derive_heap_segment): Likewise.
3952 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3953 * remote-e7000.c (e7000_load): Likewise.
3954 * remote-m32r-sdi.c (m32r_load): Likewise.
3955 * remote-mips.c (mips_load_srec): Likewise.
3956 (pmon_load_fast): Likewise.
3957 * remote.c (compare_sections_command): Likewise.
3958 * symfile.c (add_section_size_callback): Likewise.
3959 (load_section_callback): Likewise.
3960 (pc_in_unmapped_range): Likewise.
3961 (pc_in_mapped_range): Likewise.
3962 (sections_overlap): Likewise.
3963 (list_overlays_command): Likewise.
3964 (simple_overlay_update_1): Likewise.
3965 (simple_overlay_update): Likewise.
3966 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3967 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3968
3969 2004-06-14 Randolph Chung <tausq@debian.org>
3970
3971 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3972 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3973 static.
3974 (hppa_hpux_inferior_created): New function.
3975 (hppa_hpux_init_abi): Register observer.
3976 * symfile.c (hp_cxx_exception_support_initialized)
3977 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3978 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3979
3980 2004-06-14 Randolph Chung <tausq@debian.org>
3981
3982 * MAINTAINERS (Write After Approval): Alphabetize my entry
3983 correctly.
3984
3985 2004-06-14 Andrew Cagney <cagney@gnu.org>
3986
3987 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3988 testsuite maintainer.
3989
3990 2004-06-13 Andrew Cagney <cagney@gnu.org>
3991
3992 * infcmd.c (print_return_value): Fix logic, allow
3993 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
3994
3995 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
3996 defining any macros.
3997 * gdbarch.h: Re-generate.
3998
3999 * gdbarch.sh: Delete "level" attribute. Only check for a macro
4000 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
4001 * gdbarch.h: Re-generate.
4002
4003 * values.c (generic_use_struct_convention): Don't check gcc_p.
4004
4005 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4006 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
4007 * gdbarch.h, gdbarch.c: Regenerate.
4008 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
4009 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
4010 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4011 deprecated_max_register_raw_size and
4012 deprecated_max_register_virtual_size.
4013 * v850-tdep.c (v850_gdbarch_init): Ditto.
4014 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4015 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4016 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4017 * cris-tdep.c (cris_gdbarch_init): Ditto.
4018
4019 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
4020 * gdbarch.h, gdbarch.c: Re-generate.
4021 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
4022 (m68hc11_use_struct_convention): Delete function.
4023 (m68hc11_extract_struct_value_address): Delete function.
4024 (m68hc11_return_value): New function.
4025 (m68hc11_gdbarch_init): Instead of store_return_value,
4026 extract_return_value, return_value_on_stack,
4027 deprecated_extract_struct_value_address and use_struct_convention,
4028 set return_value.
4029 * values.c (using_struct_return): Do not call
4030 RETURN_VALUE_ON_STACK.
4031 * arch-utils.h (generic_return_value_on_stack_not): Delete
4032 declaration.
4033 * arch-utils.c (generic_return_value_on_stack_not): Delete
4034 function.
4035
4036 2004-06-12 Andrew Cagney <cagney@gnu.org>
4037
4038 * values.c (register_value_being_returned): Delete function.
4039 * infcmd.c (legacy_return_value): Delete function.
4040 * infcall.c (call_function_by_hand): Inline
4041 "register_value_being_returned", simplify.
4042 * values.c (using_struct_return): Update comment, refer to
4043 print_return_value instead of register_value_being_returned.
4044 * infcmd.c (print_return_value): Inline calls to
4045 register_value_being_returned and legacy_return_value. Simplify.
4046
4047 2004-06-11 Randolph Chung <tausq@debian.org>
4048
4049 * somread.c (som_symtab_read): Exclude gcc local symbols.
4050
4051 2004-06-11 Randolph Chung <tausq@debian.org>
4052
4053 * infrun.c (handle_inferior_event): Handle the case when a
4054 trampoline ends up in the runtime resolver, and if the trampoline
4055 has no name. Rearrange the code so that all the trampoline
4056 processing happens before other step-out-of-range handling.
4057
4058 2004-06-11 Martin Hunt <hunt@redhat.com>
4059
4060 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
4061 has no fpu.
4062
4063 2004-06-10 Andrew Cagney <cagney@gnu.org>
4064
4065 * blockframe.c (legacy_inside_entry_func): Delete.
4066 (legacy_frame_chain_valid): Inline call to
4067 legacy_inside_entry_func, simplify.
4068
4069 2004-06-10 Bob Rossi <bob@brasko.net>
4070
4071 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
4072 * dwarf2read.c (partial_die_info): Add dirname field.
4073 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
4074 (read_partial_die): Save away DW_AT_comp_dir.
4075 * defs.h (symtab_to_filename): Removed.
4076 * source.c (find_and_open_source): Added.
4077 (open_source_file): Just calls find_and_open_source.
4078 (symtab_to_filename): Removed.
4079 (symtab_to_fullname, psymtab_to_fullname): Added.
4080 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
4081 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
4082 symtab_to_filename.
4083 * symtab.h (partial_symtab): Add dirname field.
4084 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
4085 (mi_cmd_file_list_exec_source_file): Call new function
4086 symtab_to_fullname to find fullname.
4087 (mi_cmd_file_list_exec_source_files): Added.
4088 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
4089 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
4090
4091 2004-06-10 Andrew Cagney <cagney@gnu.org>
4092
4093 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
4094 to generic_use_struct_convention, the default value.
4095
4096 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
4097 of abort.
4098
4099 * ns32k-tdep.c (ns32k_push_arguments): New function.
4100 (ns32k_gdbarch_init): Set deprecated_push_arguments.
4101 * infcall.c (call_function_by_hand): Call error instead of
4102 legacy_push_arguments.
4103 * value.h (legacy_push_arguments): Delete declaration.
4104 * valops.c (legacy_push_arguments): Delete function.
4105 (value_push): Delete function.
4106
4107 2004-06-10 Brian Ford <ford@vss.fsi.com>
4108
4109 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
4110 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
4111 info.
4112 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
4113
4114 2004-06-10 Andrew Cagney <cagney@gnu.org>
4115
4116 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
4117 * gdbarch.h, gdbarch.c: Re-generate.
4118 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
4119 parameters.
4120 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
4121 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
4122 deprecated_pc_in_call_dummy instead of
4123 DEPRECATED_PC_IN_CALL_DUMMY.
4124 (arm_skip_prologue): Ditto.
4125 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
4126 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
4127 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
4128 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4129 Ditto.
4130 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
4131 (sh64_init_extra_frame_info, sh64_get_saved_register)
4132 (sh64_pop_frame): Ditto.
4133 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4134 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
4135 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4136 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
4137 (h8300_pop_frame): Ditto.
4138 * blockframe.c (legacy_inside_entry_func)
4139 (legacy_frame_chain_valid): Ditto.
4140 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4141 to deprecated_pc_in_call_dummy.
4142
4143 2004-06-09 Andrew Cagney <cagney@gnu.org>
4144
4145 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4146 provide a default value.
4147 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
4148 * gdbarch.h, gdbarch.c: Re-generate.
4149 * arch-utils.c (generic_convert_register_p): Rename
4150 legacy_convert_register_p
4151 (legacy_register_to_value, legacy_value_to_register): Delete
4152 functions.
4153 * arch-utils.h (generic_convert_register_p): Rename
4154 legacy_convert_register_p.
4155 (legacy_register_to_value, legacy_value_to_register): Delete
4156 declarations.
4157
4158 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4159 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4160 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4161 * gdbarch.h, gdbarch.c: Re-generate.
4162 * infcmd.c (default_print_registers_info): Simplify.
4163 * findvar.c (value_of_register): Simplify.
4164 * mi/mi-main.c (get_register): Simplify.
4165 * arch-utils.c (legacy_convert_register_p): Always return 0.
4166 (legacy_register_to_value, legacy_value_to_register): Always call
4167 internal_error.
4168
4169 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4170 #ifdef CLEAR_INSN_CACHE code.
4171 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4172 Delete #ifdef CLEAR_DEFERRED_STORES code.
4173
4174 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4175
4176 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4177 copyright.
4178 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4179
4180 * config/mips/mipsv4.mh: Delete file.
4181
4182 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4183 unreferenced macro.
4184 (hpread_adjust_stack_address): Delete declaration.
4185
4186 2004-06-08 Andrew Cagney <cagney@gnu.org>
4187
4188 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4189 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4190 PTRACE_ATTACH / PTRACE_DETACH available call error.
4191 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4192 * infttrace.c (update_thread_state_after_attach, attach, detach):
4193 Remove #ifdef wrappers.
4194 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4195 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4196 * config/nm-bsd.h (ATTACH_DETACH): Delete.
4197 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4198 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4199 * config/nm-linux.h (ATTACH_DETACH): Delete.
4200 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4201 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4202 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4203 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4204 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4205
4206 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
4207
4208 * configure.in: Set $configdir to the right OS specific value.
4209 Use value when setting $tcldir and $tkdir.
4210 * configure: Regenerate.
4211
4212 2004-06-06 Paul Brook <paul@codesourcery.com>
4213
4214 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4215 records.
4216
4217 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
4218
4219 * ada-lang.c (lookup_symbol_in_language): New function to allow
4220 re-use of another language's symbol lookup code. (Placed here
4221 temporarily while Ada support is being integrated into the public
4222 tree).
4223 (restore_language): New auxiliary function for
4224 lookup_symbol_in_language.
4225 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4226 temporarily while Ada support is being integrated into the public
4227 tree).
4228
4229 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4230
4231 * Makefile.in (check//%): New.
4232
4233 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4234 (mn10300_store_return_value): Rewrite.
4235 (mn10300_type_align): New.
4236 (mn10300_use_struct_convention): Rewrite.
4237 (mn10300_return_value): New, using all of the above.
4238 (mn10300_pop_frame_regular): Add saved_regs_size.
4239 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4240
4241 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4242 regs if PC is on movm.
4243
4244 2004-06-07 Jim Blandy <jimb@redhat.com>
4245
4246 Add native Linux support for the PowerPC E500.
4247 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4248 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4249 all architectures except the E500.
4250 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4251 #definitions.
4252 (struct gdb_evrregset_t): New type.
4253 (have_ptrace_getsetevrregs): New variable.
4254 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4255 fetch_spe_registers): New functions.
4256 (fetch_register): Call fetch_spe_register as appropriate.
4257 Assert that we're only passed raw register numbers.
4258 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4259 Don't fetch gprs if they're pseudoregisters.
4260 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4261 store_spe_registers): New functions.
4262 (store_register): Call store_spe_register as appropriate.
4263 Assert that we're only passed raw register numbers.
4264 (store_ppc_registers): Call store_spe_registers as appropriate.
4265 Don't store gprs if they're pseudoregisters.
4266
4267 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4268
4269 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4270 struct if one exists, even if we are dealing with a zombie thread.
4271
4272 2004-06-07 Andrew Cagney <cagney@gnu.org>
4273
4274 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4275 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4276 Rename PC_REQUIRES_RUN_BEFORE_USE.
4277 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4278 #ifdef.
4279
4280 2004-06-07 Randolph Chung <tausq@debian.org>
4281
4282 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4283 unwinding after sp has been saved to the stack but before the end
4284 of the prologue, and after the fp has been modified but before it has
4285 been saved to the stack.
4286 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4287 Remove superfluous definitions.
4288 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4289
4290 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4291
4292 Committed by Randolph Chung.
4293 * hppa-linux-nat.c: Include the correct version of the header file
4294 depending on the kernel version.
4295
4296 2004-06-06 Randolph Chung <tausq@debian.org>
4297
4298 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4299 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4300
4301 2004-06-06 Randolph Chung <tausq@debian.org>
4302
4303 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4304 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4305 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4306 * hppa-tdep.c (hppa_symbol_address): New function definition.
4307 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4308
4309 2004-06-06 Randolph Chung <tausq@debian.org>
4310
4311 * hppa-tdep.h (struct value): Forward declaration.
4312 (gdbarch_tdep): Define tdep find_global_pointer method.
4313 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4314 associated with the function we are trying to call, and write it
4315 to the gp register.
4316 (hppa32_convert_from_funct_ptr_addr): New function.
4317 (hppa_find_global_pointer): New function.
4318 (hppa_gdbarch_init): Set default find_global_pointer method; set
4319 convert_from_func_ptr_addr method.
4320 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4321 (hppa_linux_init_abi): Set find_global_pointer method.
4322 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4323
4324 2004-06-06 Randolph Chung <tausq@debian.org>
4325
4326 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4327 to struct value *function.
4328 * gdbarch.c: Regenerate.
4329 * gdbarch.h: Likewise.
4330 * infcall.c (call_function_by_hand): Pass entire function value
4331 to push_dummy_call.
4332
4333 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4334 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4335 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4336 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4337 * arm-tdep.c (arm_push_dummy_call): Likewise.
4338 * avr-tdep.c (avr_push_dummy_call): Likewise.
4339 * cris-tdep.c (cris_push_dummy_call): Likewise.
4340 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4341 * frv-tdep.c (frv_push_dummy_call): Likewise.
4342 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4343 * hppa-tdep.c (hppa32_push_dummy_call)
4344 (hppa64_push_dummy_call): Likewise.
4345 * i386-tdep.c (i386_push_dummy_call): Likewise.
4346 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4347 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4348 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4349 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4350 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4351 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4352 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4353 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4354 (ppc64_sysv_abi_push_dummy_call): Likewise.
4355 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4356 (ppc64_sysv_abi_push_dummy_call): Likewise.
4357 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4358 * s390-tdep.c (s390_push_dummy_call): Likewise.
4359 * sh-tdep.c (sh_push_dummy_call_fpu)
4360 (sh_push_dummy_call_nofpu): Likewise.
4361 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4362 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4363 * vax-tdep.c (vax_push_dummy_call): Likewise.
4364
4365 2004-06-04 Jim Blandy <jimb@redhat.com>
4366
4367 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4368 gdbarch argument to register_size.
4369
4370 * rs6000-tdep.c (rs6000_store_return_value): Use
4371 regcache_cooked_write_part instead of
4372 deprecated_write_register_bytes.
4373 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4374 not gdbarch_deprecated_store_return_value.
4375
4376 * ppc-linux-nat.c (store_register, fetch_register): Remove
4377 incorrect assertions. Simplify and generalize handling of
4378 transfers whose sizes are not multiples of, or less than, sizeof
4379 (PTRACE_XFER_TYPE).
4380
4381 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4382
4383 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4384 as a new thread event.
4385 * thread-db.c (thread_get_info_callback): If the thread is a
4386 zombie, return TD_THR_ZOMBIE.
4387 (thread_from_lwp): If thread_get_info_callback returns
4388 TD_THR_ZOMBIE, check if the thread is still on the thread list
4389 and return a -1 ptid if not found.
4390 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4391 change the status to TARGET_WAITKIND_SPURIOUS.
4392
4393 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4394
4395 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4396 double values in little endian mode.
4397
4398 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4399
4400 Committed by Andrew Cagney.
4401 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4402 after last enum constant to avoid error from IBM C
4403 compiler.
4404
4405 2004-06-02 Jim Blandy <jimb@redhat.com>
4406
4407 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4408 to 'message', and make it local to the lone block that uses it.
4409
4410 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4411
4412 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4413
4414 * ada-exp.y: Update copyright notice.
4415 Include block.h.
4416
4417 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4418 SPECIAL_VARIABLE and unify the treatment of these cases.
4419
4420 (write_attribute_call0): Remove.
4421 (write_attribute_call1): Remove.
4422 (write_attribute_calln): Remove.
4423 (save_qualifier): Add missing semicolon.
4424
4425 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4426 temporarily disabled to allow compilation with FSF head version.
4427
4428 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4429 use individual operators (OP_*) for all attributes.
4430 (exp syntax): Use write_int.
4431 Handle STRING literals with OP_STRING.
4432 (variable syntax): Add limit parameter to calls to
4433 write_object_renaming.
4434
4435 (temp_parse_space): New definition to hold entities that need
4436 only live until the next call to ada_parse.
4437 (string_to_operator): Rename fields of ada_opname_table entries.
4438
4439 (write_var_from_sym): Record block.
4440 (write_var_from_name): Minor reformatting.
4441 Make sure saved name is properly encoded in the case of multiple
4442 matches, and set its language to Ada.
4443 Update comment.
4444 Modify to indicate unresolved name as symbol in the UNRESOLVED
4445 namespace, allocated in temp_parse_space.
4446 (write_int): New function.
4447
4448 (write_object_renaming): Add max_depth parameter to limit
4449 chains of object renamings.
4450 Handle case where root of renaming expression is itself a renaming.
4451 Use temp_parse_space for temporary name buffer.
4452 Handle renamings to dereferenced pointers (___XEXA suffices).
4453
4454 (ada_parse, yyerror, string_to_operator,
4455 write_var_from_sym, write_var_from_name, write_attribute_call0,
4456 write_attribute_call1, write_attribute_calln,
4457 write_object_renaming): Protoize.
4458
4459 (_initialize_ada_exp): New function.
4460
4461 * ada-lang.c: Update copyright notice.
4462 General terminology change to conform to GNAT compiler usage:
4463 mangle => encode, demangle => decode
4464 Include gdb_obstack.h.
4465 Include gdb_regex.h
4466 Include frame.h
4467 Include hashtab.h
4468 Include completer.h
4469 Include gdb_stat.h
4470 Include block.h
4471 Include infcall.h
4472
4473 (ADA_RETAIN_DOTS): Make sure this is defined.
4474 (TRUNCATION_TOWARDS_ZERO): Define.
4475 (struct string_vector): Define.
4476 (unresolved_names): Remove definition.
4477 (xnew_string_vector): New function.
4478 (string_vector_append): New function.
4479 (extract_string): Make static.
4480 (ada_unqualified_name): New function.
4481 (add_angle_brackets): New function.
4482 (function_name_from_pc): New function.
4483 (place_on_stack): Rename to ensure_lval.
4484
4485 (ensure_lval): Renamed from place_on_stack.
4486 Make identity on lvals.
4487 Update comment.
4488 (is_nonfunction): New interface.
4489 Only symbols in LOC_CONST class can be enumerals.
4490 (fill_in_ada_prototype): Remove; now independent of language.
4491 (add_defn_to_vec): Add obstack and symtab arguments.
4492 Use obstack to hold collected definitions.
4493 (num_defns_collected): New function.
4494 (defns_collected): New function.
4495 (ada_resolve_subexp): Rename to resolve_subexp.
4496 (resolve_subexp): Renamed from ada_resolve_subexp.
4497 (ada_op_name): Return non-const result.
4498 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4499 other purposes.
4500
4501 (to_fixed_array_type): Add declaration.
4502 (coerce_unspec_val_to_type): Remove offset parameter.
4503 (find_sal_from_funcs_and_line): New interface.
4504 (find_line_in_linetable): Ditto.
4505
4506 (all_sals_for_line): Rename to ada_sals_for_line and make
4507 global.
4508 Add new parameter. When set, do not ask the user to choose the
4509 instance, but use the first one found instead.
4510 Use given line number in returned sals.
4511 Fix comment.
4512 Skip the prologue if funfirstline is set.
4513 Correct for memory leak when 0 lines found.
4514
4515 (value_pos_atr): Use pos_atr.
4516 (pos_atr): New function.
4517 (standard_lookup): Add block parameter.
4518
4519 (makeTimeStart): Remove declaration and uses.
4520 (makeTimeStop): Remove declaration and uses.
4521
4522 (ada_completer_word_break_characters): Allow for VMS.
4523 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4524 (raise_sym_name): New constant.
4525 (raise_unhandled_sym_name): New constant.
4526 (raise_assert_sym_name): New constant.
4527 (process_raise_exception_name): New constant.
4528 (longest_exception_template): New constant.
4529 (warning_limit): New variable to limit warnings during expression
4530 evaluation.
4531 (warnings_issued): New variable to keep track of warnings issued.
4532 (known_runtime_file_name_patterns): New constant.
4533 (known_auxiliary_function_name_patterns): New constant.
4534 (symbol_list_obstack): New variable.
4535
4536 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4537 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4538 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4539 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4540 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4541 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4542 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4543 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4544 and strcmp.
4545
4546 (ada_get_field_index): New function.
4547 (lim_warning): New function.
4548 (ada_translate_error_message): New function.
4549 (MAX_OF_SIZE): New function.
4550 (MIN_OF_SIZE): New function.
4551 (UMAX_OF_SIZE): New function.
4552 (UMIN_OF_SIZE): New function.
4553 (discrete_type_high_bound): New function.
4554 (discrete_type_low_bound): New function.
4555 (base_type): New function.
4556 (do_command): Remove.
4557
4558 (ada_update_initial_language): Use language_ada, not language_unknown.
4559 (ada_encode): Renamed from ada_mangle.
4560 Obey ADA_RETAIN_DOTS.
4561 (ada_decode): Renamed from ada_demangle.
4562 Update coding conventions.
4563 (decoded_names_store): New hash table.
4564 (ada_decode_symbol): New function.
4565 (ada_la_decode): New function.
4566
4567 (modify_general_field): Correct computations of offset and bit
4568 position.
4569 (desc_base_type): Handle ref types, too.
4570 (ada_is_direct_array_type): New function.
4571
4572 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4573 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4574 (ada_is_bogus_array_descriptor,ada_type_of_array,
4575 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4576 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4577 ada_is_array_descriptor_type.
4578
4579 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4580 (ada_is_packed_array_type): Handle pointers or
4581 references to packed arrays as well.
4582 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4583 (decode_packed_array_type): Search for the packed array type
4584 symbol in the currently selected block and associated
4585 superblocks too.
4586 Use lookup_symbol again.
4587
4588 (decode_packed_array): Handle pointers and references.
4589 Update call to coerce_unspec_val_to_type.
4590 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4591 (ada_value_primitive_packed_val): Improve comment.
4592
4593 (ada_index_type): Substitute int type for "undefined".
4594 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4595 ada_array_langth, ada_is_string_type): Use renamed
4596 ada_is_simple_array_type.
4597 (empty_array): New function.
4598
4599 (ada_resolve): Rename to resolve.
4600 (resolve): Make static.
4601 Call renamed resolve_subexp.
4602 Update comment.
4603 (ada_resolve_subexp): Rename to resolve_subexp.
4604 (resolve_subexp): Update comment.
4605 Decomment disabled code.
4606 Add LOC_COMPUTED* cases.
4607 Modify to use temporary struct symbols (marked as being in
4608 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4609 OP_UNRESOLVED_VALUE.
4610 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4611 Add OP_STRING case.
4612 Remove OP_ARRAY.
4613 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4614 Use new ada_lookup_symbol_list interface.
4615 Use new ada_resolve_function interface.
4616 Remove OP_TYPE case.
4617
4618 (ada_args_match): Idiot proof against null actuals.
4619 Use intermediate variables to clarify.
4620 (ada_resolve_function): Update comment and interface.
4621 (mangled_ordered_before): Rename to encoded_ordered_before and
4622 update comment.
4623 (sort_choices): Update comment and interface.
4624 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4625 (user_select_syms): New interface.
4626 Use new sort_choices interface.
4627 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4628 (possible_user_operator_p): Idiot-proof against null values.
4629 (ada_simple_renamed_entity): Don't make cleanup; rely on
4630 caller to free result string.
4631 Remove const from return type.
4632 (make_array_descriptor): Rename uses of place_on_stack to
4633 ensure_lval.
4634 Make sure that arrays are on stack.
4635
4636 (HASH_SIZE): Define.
4637 (struct cache_entry): Define.
4638 (cache_space): Define.
4639 (cache): Define.
4640 (clear_ada_sym_cache): New function.
4641 (find_entry): New function.
4642 (lookup_cached_symbol): New function.
4643 (defn_vector_size): Define.
4644 (cache_symbol): New function.
4645 (defn_symbols): Remove.
4646
4647 (standard_lookup): Use lookup_symbol_in_language to get effect of
4648 C lookup.
4649 Cache results.
4650
4651 (symbol_completion_match): New function.
4652 (symbol_completion_add): New function.
4653 (ada_make_symbol_completion_list): New function.
4654
4655 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4656 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4657 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4658 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4659
4660 (ada_lookup_simple_minsym): New function.
4661 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4662
4663 (add_symbols_from_enclosing_procs): New interface.
4664 Conditionalize more helpfully.
4665 Don't bother if program isn't running.
4666 Use new interface to get_frame_block.
4667 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4668
4669 (remove_extra_symbols): New interface.
4670 (xget_renaming_scope): New function.
4671 (is_package_name): New function.
4672 (renaming_is_visible): New function.
4673 (remove_out_of_scope_renamings): New function.
4674
4675 (ada_lookup_symbol_list): New interface.
4676 Properly reinitialize the symbol list obstack.
4677 Don't call add_symbols_from_enclosing_procs if we start from a
4678 static or global block.
4679 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4680 add_symbols_from_enclosing_procs.
4681 Add symtab data to cached entries.
4682 Handle symbols prefixed with
4683 "standard__" specially; strip prefix and don't look in local symbols.
4684 Do not include out of scope renaming symbols in list of
4685 symbols returned.
4686 Add const to block parameter.
4687 Move check for non-local, non-global symbols earlier.
4688 Remove timing stuff.
4689 (ada_lookup_symbol): New interface.
4690 Find symtab as well.
4691 (ada_lookup_symbol_nonlocal): New function.
4692
4693 (is_name_suffix): Enhance suffix detection to recognize
4694 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4695 (is_dot_digits_suffix): New function.
4696 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4697
4698 (ada_add_block_symbols): New interface. Use obstack to return results
4699 in a vector of struct ada_symbol_infos. Add symtab argument.
4700 Use new interface to add_defn_to_vec.
4701 Remove calls to fill_in_ada_prototype.
4702 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4703
4704 (ada_finish_decode_line_1): Add const qualification to local to fix
4705 warning.
4706 Start looking in static block for functions to avoid attempts
4707 to search frame chain for up-level variables.
4708 Adapt to new ada_sals_for_line interface.
4709 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4710 Handle quoting of the function name inside the spec string.
4711 Skip prologue when funfirstline is set and update the
4712 function documentation to that effect.
4713
4714 (debug_print_lines, debug_print_block, debug_print_blocks,
4715 debug_print_symtab): Remove.
4716
4717 (ada_main_name): New function.
4718 (ada_exception_breakpoint_type): New function.
4719 (is_known_support_routine): New function.
4720 (ada_find_printable_frame): Renamed from find_printable_frame and made
4721 global.
4722 Remove level parameter.
4723 Use new interface to select_frame.
4724
4725 (begin_command): Remove.
4726 (ada_adjust_exception_stop): New function.
4727 (ada_print_exception_stop): New function.
4728 (exception_name_from_cond): New function.
4729 (ada_report_exception_break): Replace disabled code with
4730 conditionalization on GNAT_GDB.
4731 Get the exception name from the condition string.
4732 Remove and move functionality into new functions
4733 ada_print_exception_breakpoint_task and
4734 ada_print_exception_breakpoint_nontask.
4735 (error_breakpoint_runtime_sym_not_found): New function.
4736 (is_runtime_sym_defined): New function.
4737 (ada_breakpoint_rewrite): Uncomment suppressed code.
4738 Use symbolic error-message and runtime-symbol names.
4739 Surround runtime symbol names in quotes.
4740 Allow non-specific breakpoints on exceptions and assertions before
4741 program starts.
4742
4743 (ada_is_tagged_type): Add parameter.
4744 (ada_is_tag_type): New function.
4745 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4746 (ada_variant_discrim_type): Ditto.
4747 (value_tag_from_contents_and_address): New function.
4748 (type_from_tag): New function.
4749 (struct tag_args): New structure used to communicate with
4750 ada_tag_name_1.
4751 (ada_tag_name_1): New function.
4752 (ada_tag_name): New function.
4753
4754 (ada_scan_number): Update comment.
4755 (find_struct_field): New function.
4756 (ada_search_struct_field): Make static.
4757 (ada_value_struct_elt): New version that returns references when
4758 given pointers or references to structs.
4759 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4760 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4761 interface.
4762 (ada_value_ind): Use new ada_to_fixed_value interface.
4763 (ada_coerce_ref): Ditto.
4764 (field_offset): Remove.
4765
4766 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4767 (ada_find_renaming_symbol): New function.
4768 (ada_prefer_type): Prefer named types over unnamed ones.
4769 (variant_field_index): New function.
4770 (contains_variant_part): Removed: subsumed by variant_field_index.
4771 (ada_template_to_fixed_record_type): New function, mostly from
4772 template_to_fixed_record_type.
4773 (template_to_fixed_record_type):
4774 Do not scan the type fields beyond the last one; prevents a
4775 potential SEGV.
4776 Handle case where variant field is listed BEFORE discriminant it
4777 depends on.
4778 Fix calculation of record length when bit length is
4779 not evenly divisible by char length.
4780 Move code to ada_template_to_fixed_record_type and call it.
4781
4782 (template_to_static_fixed_type): Revise comment.
4783 Modify to work on ordinary record types as well as templates,
4784 so as to handle fields that use ___XVE or ___XVU encodings.
4785 (to_record_with_fixed_variant_part): Fill out comment.
4786 Initialize C++ stuff in right type.
4787 Allow case where DVAL is null.
4788 Handle case where variant field is not last.
4789 Fix typo concerning record length.
4790 (to_fixed_record_type): Decomment disabled code.
4791 (to_fixed_record_type): Use variant_field_index instead of
4792 contains_variant_part.
4793 (to_fixed_variant_branch_type): Ditto.
4794 (to_fixed_array_type): Decomment disabled code.
4795 (ada_to_fixed_type): Convert tagged types to the specific type.
4796 Deactivate the size-check for array types in order to avoid
4797 some false size alarms.
4798 (to_static_fixed_type): Decomment disabled code.
4799 Modify to call template_to_static_fixed_type
4800 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4801 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4802 Remove valaddr argument, as it is never really used.
4803 (ada_to_fixed_value): Change interface to act on single struct value*
4804 operand.
4805 (adjust_pc_past_prologue): New function.
4806 (ada_attribute_name): Modify to take enum exp_opcode argument.
4807
4808 (ada_enum_name): Recognize new homonym-distinguishing convention.
4809 Adjust local variable's type to remove compiler warning.
4810 Fix a small problem in the part that unqualifies the enumeration name.
4811 (ada_value_binop): New function.
4812 (ada_value_equal): New function.
4813
4814 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4815 Don't give error message when not doing normal evaluation
4816 and a tagged type doesn't seem to contain a structure member.
4817 Give error message for packed arrays.
4818 For indexing arrays, handle pointers to packed arrays correctly.
4819 Handle case of 'first and 'last attributes of bare integral type
4820 without encoded subtype info.
4821 Remove some unnecessary casts.
4822 Fix uninitialized value of type in computing 'first, 'last, or 'length
4823 of array object.
4824 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4825 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4826 calls.
4827 Attributes are now exp_opcode values.
4828 Correct treatment of 'modulus.
4829 Better error message for taking 'length of wrong kind of type;
4830 improve comment.
4831 Change EVAL_NORMAL to noside for consistency.
4832 Use ada_value_binop for DIV, MOD, REM.
4833 Make special case out of array of length 0, since an argument
4834 of 0 upsets some platforms' malloc.
4835 Use OP_STRING instead of OP_ARRAY.
4836 For slice, add check that we have an array type before extracting
4837 a slice out of it. Avoids a SEGV.
4838 When evaluating an array slice, if the array type is a reference to
4839 an aligner type, then replace the aligner type by the actual type.
4840 Decomment disabled code.
4841 Remove some dead code.
4842 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4843 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4844 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4845 and UNOP_MBR to UNOP_IN_RANGE.
4846 If an array type has a parallel ___XVE type, then use it.
4847 Turn arrays into pointers for lvalue arrays.
4848 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4849 bounds error and handle 0-length slices.
4850 Use lim_warning.
4851 When selecting fields, apply ada_to_fixed_value (because the fields
4852 might have ___XVU or ___XVE encodings even if not dynamic.)
4853 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4854 (ada_is_system_address_type): New function.
4855
4856 (get_var_value): Use new interface to ada_lookup_symbol_list.
4857 (get_int_var_value): New interface.
4858 (to_fixed_range_type): Allow unknown bound, with warning.
4859 (ada_is_modular_type): Decomment disabled code.
4860 (ADA_OPERATORS): New definition.
4861 (ada_operator_length): New function.
4862 (ada_expr_op_name): New function.
4863 (ada_forward_operator_length): New function.
4864 (ada_dump_subexp_body): New function.
4865 (ada_print_subexp): New function.
4866 (ada_exp_descriptor): New constant.
4867 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4868 (ada_language_defn): Add ada_exp_descriptor entry.
4869 Change ada_parse => parse.
4870 Add post-parser entry.
4871 Use ada-specific non-local symbol lookup.
4872 Don't use C-style arrays.
4873 String lower-bound is 1.
4874 Decomment disabled code.
4875 (parse): New function.
4876 New fields ada_translate_error_message, ada_lookup_symbol,
4877 ada_lookup_minimal_symbol.
4878
4879 * ada-lang.h: Update copyright dates.
4880 Replace the mangle/demangle terminology throughout by the
4881 more appropriate encode/decode one.
4882 Include breakpoint.h.
4883 Forward declare struct partial_symbol, struct block.
4884 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4885 (EXTRACT_ADDRESS): Remove.
4886 (EXTRACT_INT): Remove.
4887 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4888 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4889 (MAX_RENAMING_CHAIN_LENGTH): Define.
4890 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4891
4892 (enum task_states): Remove.
4893 ada_task_states: Remove.
4894 (fat_string): Remove.
4895 (struct entry_call): Remove.
4896 (struct task_fields): Remove.
4897 (struct task_entry): Remove.
4898
4899 (struct ada_symbol_info): Define.
4900 (enum ada_attribute): Remove.
4901 (enum ada_operator): Define.
4902
4903 (ada_get_field_index): Declare.
4904 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4905 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4906 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4907 (ada_lookup_symbol_list): New interface.
4908 (ada_decode_symbol): Declare.
4909 (ada_decode): Declare.
4910 (ada_lookup_symbol): New interface.
4911 (ada_update_initial_language): Declare.
4912 (ada_lookup_simple_minsym): Declare.
4913 (user_select_syms): New interface.
4914 (ada_sals_for_line): Declare.
4915 (ada_is_tagged_type): New interface.
4916 (ada_tag_name): Declare.
4917 (ada_lookup_struct_elt_type): Remove declaration.
4918 (ada_search_struct_field): Remove declaration.
4919 (ada_attribute_name): New interface.
4920 (ada_is_system_address_type): Declare.
4921 (ada_to_fixed_value): Remove declaration.
4922 (ada_template_to_fixed_record_type_1): Declare.
4923 (get_int_var_value): New interface.
4924 (ada_find_any_symbol): Declare.
4925 (ada_find_renaming_symbol): Declare.
4926 (ada_mangle): Rename to ada_encode.
4927 (ada_simple_renamed_entity): Remove const.
4928 (ada_main_name): Declare.
4929 (get_current_task): Rename to ada_get_current_task.
4930 (get_entry_number): Remove declaration.
4931 (ada_report_exception_break): Remove declaration.
4932 (ada_print_exception_breakpoint_nontask): Declare.
4933 (ada_print_exception_breakpoint_task): Declare.
4934 (ada_find_printable_frame): Declare.
4935
4936 * ada-lex.l: Update copyright notices.
4937 Use xmalloc and xfree instead of malloc and free.
4938 Use new interface to name_lookup.
4939 Use new interface to
4940 ada_mangle=>ada_encode.
4941 Redo handling of '$...' variable to parallel current treatment
4942 in c-exp.y.
4943 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4944 digit_to_int, strtoulst, processInt, processReal, processId,
4945 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4946 yywrap): Protoize.
4947
4948 (processInt): Use cast to remove harmless warning.
4949 (processReal): Modify to get rid of compiler warning on scan formats.
4950
4951 (processId): Replace xmalloc with obstack_alloc for name and remove
4952 call to ada_name_string_cleanup.
4953 Remove obsolete disabled code.
4954 (name_lookup): Ditto.
4955 New interface.
4956 Use obsavestring on temp_parse_space instead of savestring
4957 on name, and remove call to ada_name_string_cleanup.
4958 Free string returned from ada_simple_renamed_entity.
4959 Use new interface to ada_lookup_symbol_list.
4960 Decomment disabled code.
4961 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4962 not types.
4963 When a type name lookup succeeds as a result of
4964 lookup_primitive_typename, check for regular type entry that has not
4965 yet been read in.
4966 Limit length of chain of renamed symbols we are willing to follow.
4967 Do not break names beginning with "standard__" into segments.
4968 (block_lookup): Use new interface to ada_lookup_symbol_list.
4969
4970 * ada-typeprint.c: Update copyright notice.
4971 (demangled_type_name): Rename to decoded_type_name.
4972 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4973 (print_range_bound): Correct handling of negative
4974 bounds that make the index type looked unsigned under STABS.
4975 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4976 (print_range_type_named): Use the builtin int type if no type
4977 corresponding to the given type name could be found.
4978 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4979 Add some bullet-proofing.
4980 (print_variant_clauses): Allow for variant branches with ___XVU
4981 encodings that are not dynamic fields.
4982 Use new interface to ada_is_tagged_type.
4983 (print_record_type): Allow for fields with ___XVE encodings that
4984 are not dynamic fields.
4985 Use new interface to ada_is_tagged_type.
4986 (ada_print_type): ada_is_array_descriptor =>
4987 ada_is_array_descriptor_type.
4988
4989 * ada-valprint.c: Update copyright notice.
4990 Include gdb_string.h
4991 Include infcall.h
4992 (ui_memcpy): New function.
4993 (ada_print_floating): New function.
4994 (ada_print_str): Order arguments correctly.
4995 Correct handling of empty arrays and arrays of 0-length items.
4996 ada_is_array_descriptor => ada_is_array_descriptor_type
4997 Print values of type System.Address in hexadecimal format.
4998 Use ada_print_floating to print floating-point numbers in Ada format.
4999 Print class tag values with type names.
5000 No longer print the address of reference values. Avoids
5001 a potential confusion.
5002 (ada_value_print): Stop printing the object type for reference
5003 values, but preserve that behavior for access types. Avoids
5004 a potential confusion.
5005 Simplify one conditional expression, as the first part is now
5006 necessarily true.
5007 ada_is_array_descriptor => ada_is_array_descriptor_type
5008 Add check for arrays for null records, and print them by hand.
5009
5010 2004-06-01 Jim Blandy <jimb@redhat.com>
5011
5012 * ppc-tdep.h: Delete unused 'regoff' member.
5013 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
5014
5015 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
5016
5017 Fix PR symtab/1661.
5018 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
5019 (hpread_read_struct_type): Likewise.
5020
5021 2004-06-01 Andrew Cagney <cagney@gnu.org>
5022
5023 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
5024 instead of xasprintf.
5025 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
5026 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
5027 (mi_cmd_data_list_register_names)
5028 (mi_cmd_data_list_changed_registers)
5029 (mi_cmd_data_list_register_values)
5030 (get_register, mi_cmd_data_write_register_values)
5031 (mi_cmd_data_write_register_values)
5032 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
5033 (mi_cmd_target_download, mi_cmd_target_select)
5034 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
5035 (mi_execute_cli_command, mi_execute_async_cli_command)
5036 (mi_execute_async_cli_command): Ditto.
5037 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
5038 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
5039
5040 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
5041 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
5042 error_last_message instead of mi_error_last_message.
5043 * mi/mi-main.c (mi_error_last_message): Delete function.
5044
5045 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
5046 "invalid number of columns" error. Delete redundant "out of
5047 memory" check.
5048
5049 2004-05-31 Mark Kettenis <kettenis@gnu.org>
5050
5051 * i386bsd-nat.c: Don't include <sys/procfs.h>.
5052 (gregset_t, fpregset_t): Remove typedefs.
5053 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
5054 (REG_OFFSET): Rename argument.
5055 (i386bsd_r_reg_offset): Rename from reg_offset.
5056 (REG_ADDR): Remove macro.
5057 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
5058 functions.
5059 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
5060 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
5061 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
5062 instead of supply_gregset.
5063 (store_inferior_registers): Use `struct reg' and `struct fpreg'
5064 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
5065 instead of fill_gregset.
5066 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
5067
5068 * i386bsd-nat.c: Don't include "gregset.h".
5069 (supply_gregset, fill_gregset): Make static.
5070 (supply_fpregset, fill_fpregset): Remove.
5071 * Makefile.in (i386bsd-nat.o): Update dependencies.
5072
5073 2004-05-30 Mark Kettenis <kettenis@gnu.org>
5074
5075 * fbsd-proc.c: Include "regcache.h", "regset.h" and
5076 "gdb_assert.h". Con't include "gregset.h".
5077 (fbsd_make_corefile_notes): Use regset-based core file support
5078 instead off fill_gregset and fill_fpregset.
5079 * Makefile.in (fbsd-proc.o): Update dependencies.
5080
5081 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
5082 instructions.
5083 (m88k_frame_prev_register): Simplify code a bit.
5084
5085 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
5086 (amd64_collect_fpregset): New function.
5087 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
5088
5089 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
5090
5091 * i386-tdep.c (i386_supply_gregset): Adjust comment.
5092 (i386_collect_gregset): New function.
5093 (i386_supply_fpregset): Adjust comment.
5094 (i386_collect_fpregset): New function.
5095 (i386_regset_from_core_section): Use i386_collect_gregset and
5096 i386_collect_fpregset.
5097
5098 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
5099 handle VALUEP being null.
5100
5101 * regset.h (collect_regset_ftype): Unconstify fourth argument.
5102
5103 2004-05-29 Mark Kettenis <kettenis@gnu.org>
5104
5105 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
5106
5107 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
5108 assembler in OpenBSD 3.5-current.
5109 (amd64obsd_sigcontext_addr): Likewise.
5110
5111 2004-05-28 Jim Blandy <jimb@redhat.com>
5112
5113 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
5114 register set, so our regcache isn't declared "legacy" and our E500
5115 pseudoregister read and write functions aren't ignored.
5116 (rs6000_register_byte, rs6000_register_raw_size,
5117 rs6000_register_virtual_type, rs6000_register_convertible,
5118 rs6000_register_convert_to_virtual,
5119 rs6000_register_convert_to_raw): Deleted.
5120 (rs6000_register_type, rs6000_convert_register_p,
5121 rs6000_register_to_value, rs6000_value_to_register): New
5122 functions.
5123 (rs6000_gdbarch_init): Don't register
5124 gdbarch_deprecated_register_size,
5125 gdbarch_deprecated_register_bytes,
5126 gdbarch_deprecated_register_byte,
5127 gdbarch_deprecated_register_raw_size,
5128 gdbarch_deprecated_register_virtual_type,
5129 gdbarch_deprecated_register_convertible,
5130 gdbarch_deprecated_register_convert_to_virtual, or
5131 gdbarch_deprecated_register_convert_to_raw methods. Instead,
5132 register gdbarch_register_type, gdbarch_convert_register_p,
5133 gdbarch_register_to_value, and gdbarch_value_to_register methods.
5134
5135 2004-05-26 Jim Blandy <jimb@redhat.com>
5136
5137 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5138 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5139 functions, updated to match the register numberings used in GCC.
5140 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5141 rs6000_dwarf2_reg_to_regnum as register number conversions
5142 functions for STABS and Dwarf2.
5143
5144 2004-05-26 Randolph Chung <tausq@debian.org>
5145
5146 * infttrace.h (target_waitkind): Forward declare type instead of pulling
5147 in header file.
5148
5149 2004-05-25 Joel Brobecker <brobecker@gnat.com>
5150
5151 * NEWS: Document new "start" command.
5152
5153 2004-05-25 Randolph Chung <tausq@debian.org>
5154
5155 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5156 hppa-linux.
5157
5158 2004-05-25 Randolph Chung <tausq@debian.org>
5159
5160 * hppa-hpux-tdep.c (offsetof): Define.
5161 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5162 (hppa32_hpux_frame_base_before_sigtramp)
5163 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5164 (hppa64_hpux_frame_saved_pc_in_sigtramp)
5165 (hppa64_hpux_frame_base_before_sigtramp)
5166 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
5167 functions.
5168 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5169 (hppa_hpux_sigtramp_frame_unwind_cache)
5170 (hppa_hpux_sigtramp_frame_this_id)
5171 (hppa_hpux_sigtramp_frame_prev_register)
5172 (hppa_hpux_sigtramp_frame_unwind)
5173 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5174 (hppa_hpux_init_abi): Register sigtramp unwinder.
5175 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5176
5177 2004-05-25 Randolph Chung <tausq@debian.org>
5178
5179 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5180 and multiple stack unwinds.
5181 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5182
5183 2004-05-25 Andrew Cagney <cagney@gnu.org>
5184
5185 * symfile.h (symbol_file_add_from_memory): Delete declaration.
5186 * symfile-mem.h: Delete file.
5187 * symfile-mem.c: Do not include "symfile-mem.h".
5188 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5189 "struct bfd_section". When an error do not bother returning NULL.
5190 (add_symbol_file_from_memory_command): Use "struct bfd" and
5191 "struct bfd_section".
5192 * Makefile.in (symfile_mem_h): Delete.
5193 (symfile-mem.o): Update dependencies.
5194
5195 2004-05-25 Nick Roberts <nickrob@gnu.org>
5196
5197 * gdb-mi.el: New file.
5198
5199 2004-05-25 Andrew Cagney <cagney@gnu.org>
5200
5201 * inftarg.c: Include "observer.h".
5202 (child_attach, child_create_inferior): Notify inferior_created.
5203 * corelow.c: Include "observer.h".
5204 (core_open): Notify inferior_created.
5205 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5206
5207 2004-05-25 Andrew Cagney <cagney@gnu.org>
5208
5209 * target.h (struct target_ops): Add from_tty to
5210 to_create_inferior.
5211 (target_create_inferior, find_default_create_inferior): Update.
5212 * infcmd.c (run_command): Update.
5213 * wince.c (child_create_inferior): Update.
5214 * win32-nat.c (child_create_inferior): Update.
5215 * uw-thread.c (uw_thread_create_inferior): Update.
5216 * thread-db.c (thread_db_create_inferior): Update.
5217 * target.c (debug_to_create_inferior)
5218 (find_default_create_inferior): Update.
5219 (maybe_kill_then_create_inferior): Update.
5220 * sol-thread.c (sol_thread_create_inferior): Update.
5221 * remote.c (extended_remote_async_create_inferior)
5222 (extended_remote_create_inferior): Update.
5223 * remote-vx.c (vx_create_inferior): Update.
5224 * remote-st.c (st2000_create_inferior): Update.
5225 * remote-sim.c (gdbsim_create_inferior): Update.
5226 * remote-sds.c (sds_create_inferior): Update.
5227 * remote-rdp.c (remote_rdp_create_inferior): Update.
5228 * remote-rdi.c (arm_rdi_create_inferior): Update.
5229 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5230 * remote-e7000.c (e7000_create_inferior): Update.
5231 * procfs.c (procfs_create_inferior): Update.
5232 * ocd.c (ocd_create_inferior): Update.
5233 * ocd.h (ocd_create_inferior): Update.
5234 * nto-procfs.c (procfs_create_inferior): Update.
5235 * monitor.c (monitor_create_inferior): Update.
5236 * lin-lwp.c (lin_lwp_create_inferior): Update.
5237 * inftarg.c (child_create_inferior): Update.
5238 * hpux-thread.c (hpux_thread_create_inferior): Update.
5239 * gnu-nat.c (gnu_create_inferior): Update.
5240
5241 2004-05-25 Andrew Cagney <cagney@gnu.com>
5242
5243 * MAINTAINERS: Update e-mail address.
5244
5245 2004-05-24 Randolph Chung <tausq@debian.org>
5246
5247 * thread.c (info_threads_command, thread_apply_all_command)
5248 (thread_apply_command, thread_command, do_captured_thread_select):
5249 Remove HPUXHPPA-specific code.
5250
5251 2004-05-24 Randolph Chung <tausq@debian.org>
5252
5253 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5254 unused symbols.
5255 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5256 references.
5257
5258 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5259
5260 * infcmd.c (kill_if_already_running): New function, extracted
5261 from run_command().
5262 (run_command): Replace extracted code by call to
5263 kill_if_already_running().
5264 (start_command): New function.
5265 (_initialize_infcmd): Add "start" command.
5266
5267 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5268
5269 Add OpenBSD/m88k support.
5270 * NEWS (New native configurations): Mention OpenBSD/m88k.
5271 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5272 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5273 * Makefile.in (m88k_tdep_h): New variable.
5274 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5275 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5276 * configure.host: Add m88*-*-openbsd*.
5277 * configure.tgt: Add m88*-*-openbsd*.
5278
5279 2004-05-24 Jim Blandy <jimb@redhat.com>
5280
5281 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5282 to approve changes.
5283
5284 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5285
5286 * symtab.c (fixup_section): Search section table when lookup by
5287 name fails.
5288
5289 2004-05-24 Randolph Chung <tausq@debian.org>
5290
5291 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5292 be "small_struct".
5293
5294 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5295
5296 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5297 register number in regcache_raw_collect call.
5298 (m68kbsd_collect_fpregset): Likewise.
5299 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5300
5301 * regset.h (struct regset): Add back `regset' member.
5302
5303 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5304
5305 * configure.in: Check for td_pcb in `struct thread'.
5306 * configure, config.in: Regenerated.
5307
5308 * dpx2-nat.c: Remove file.
5309 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5310 (dpx2-nat.o): Remove dependencies.
5311
5312 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5313 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5314 (amd64obsd_supply_pcb): New function.
5315 (_initialize_amd64obsd_nat): Enable libkvm interface.
5316 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5317 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5318 (LOADLIBES): New variable.
5319
5320 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5321 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5322 (sparc32nbsd_supply_pcb): New function.
5323 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5324 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5325 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5326 (LOADLIBES): New variable.
5327
5328 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5329
5330 * bsd-kvm.c, bsd-kvm.h: New files.
5331 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5332 "bsd-kvm.h".
5333 (i386fbsd_supply_pcb): New function.
5334 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5335 (i386fbsd-nat.o): Update dependencies.
5336 (bsd_kvm_h): New variable.
5337 (bsd-kvm.o): New dependency.
5338 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5339 (LOADLIBES): New variable.
5340
5341 * regset.c: Tweak comment.
5342 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5343 macro.
5344 * regset.h: Update copyright year.
5345 (struct regset): Remove `descr' member, add `gdbarch' member.
5346 (regset_alloc): Adjust prototype and comment.
5347 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5348 (i386_supply_fpregset): Likewise.
5349 (i386_regset_from_core_section): Update call to regset_alloc.
5350 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5351 REGSET->arch.
5352 (i386obsd_aout_regset_from_core_section): Update call to
5353 regset_alloc.
5354 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5355 REGSET->arch.
5356 (i386nbsd_aout_regset_from_core_section): Update call to
5357 regset_alloc.
5358 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5359 REGSET->arch.
5360 (amd64_regset_from_core_section): Update call to regset_alloc.
5361 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5362 REGSET->arch.
5363 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5364 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5365 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5366 (sparc32nbsd_init_abi): Update call to regset_alloc.
5367 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5368 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5369 (sparc64obsd_init_abi): Update call to regset_alloc.
5370 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5371 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5372 (sparc64nbsd_init_abi): Update call to regset_alloc.
5373 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5374 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5375 (sparc64fbsd_init_abi): Update call to regset_alloc.
5376
5377 2004-05-22 Jim Blandy <jimb@redhat.com>
5378
5379 * ppc-tdep.h (spe_register_p): New declaration.
5380 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5381 ppc_spefscr_regnum.
5382 * rs6000-tdep.c (spe_register_p): New function.
5383 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5384 spefscr.
5385 (rs6000_gdbarch_init): Initialize the new members of the tdep
5386 structure.
5387
5388 2004-05-21 Jim Blandy <jimb@redhat.com>
5389
5390 * ppc-linux-nat.c (fetch_register): Move code back to be next
5391 to the comment that describes it. (Moved code, instead of
5392 comment, for symmetry with store_register.)
5393
5394 Allocate regset structures in the gdbarch's obstack, not using
5395 xmalloc.
5396 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5397 Add 'arch' argument. Allocate the regset on arch's obstack, not
5398 using xmalloc.
5399 * regset.h (regset_alloc): Update declaration.
5400 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5401 gdbarch argument.
5402 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5403 * i386-tdep.c (i386_regset_from_core_section): Same.
5404 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5405 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5406 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5407 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5408 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5409 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5410
5411 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5412
5413 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5414
5415 2004-05-21 Jim Blandy <jimb@redhat.com>
5416
5417 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5418 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5419
5420 2004-05-20 Jim Blandy <jimb@redhat.com>
5421
5422 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5423
5424 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5425
5426 * regset.h: Make prototype const-correct.
5427 * regset.c (regset_xmalloc): Make const-correct.
5428
5429 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5430
5431 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5432 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5433 (symbol_search_name): Declare.
5434
5435 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5436 (iter_name_next_hashed): Ditto.
5437 (iter_name_next_linear): Ditto.
5438 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5439
5440 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5441 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5442 (symbol_search_name): New function.
5443
5444 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5445
5446 * minsyms.c (build_minimal_symbol_hash_tables): Change
5447 test for adding to demangled hash table to check for difference
5448 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5449
5450 2004-05-19 Jim Blandy <jimb@redhat.com>
5451
5452 Use a constructor function to create regset structures.
5453 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5454 (struct regset): Use supply_regset_ftype. Add new
5455 'collect_regset' member.
5456 (regset_xmalloc): New declaration.
5457 * regset.c: New file.
5458 * am64-tdep.c (amd64_regset_from_core_section): Use
5459 regset_xmalloc to construct regset structures.
5460 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5461 * i386-tdep.c (i386_regset_from_core_section): Same.
5462 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5463 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5464 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5465 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5466 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5467 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5468 * Makefile.in (COMMON_OBS): Add regset.o.
5469 (regset.o): New rule.
5470
5471 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5472
5473 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5474 and pthread_cond_wait.c.
5475
5476 2004-05-18 Jim Blandy <jimb@redhat.com>
5477
5478 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5479 before the mach-specific switch, and then let the individual cases
5480 override the defaults, rather than leaving them uninitialized
5481 until the switch and then setting them in each case.
5482
5483 2004-05-18 Randolph Chung <tausq@debian.org>
5484
5485 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5486 millicode functions.
5487
5488 2004-05-18 Randolph Chung <tausq@debian.org>
5489
5490 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5491 references to dld_flags_buffer consistent.
5492
5493 2004-05-18 Randolph Chung <tausq@debian.org>
5494
5495 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5496 it for unwinding the stack.
5497
5498 2004-05-18 Randolph Chung <tausq@debian.org>
5499
5500 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5501 Undefine these so we can overide them using gdbarch.
5502
5503 2004-05-18 Randolph Chung <tausq@debian.org>
5504
5505 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5506 handling for 64-bit HPUX (elf).
5507
5508 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5509
5510 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5511 constants.
5512 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5513 * ia64-tdep.c (examine_prologue): Likewise.
5514 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5515 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5516
5517 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5518
5519 * vax-tdep.c (vax_return_value): Implement
5520 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5521
5522 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5523
5524 * vax-tdep.c (vax_return_value): Fix typo.
5525
5526 2004-05-17 Andrew Cagney <cagney@redhat.com>
5527
5528 * MAINTAINERS: Mark Salter was also responsible for
5529 testsuite/config/
5530
5531 * NEWS: Mention signal fixes.
5532
5533 2004-05-17 Randolph Chung <tausq@debian.org>
5534
5535 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5536 check to see if we are unwinding an export stub. Export stubs clobber
5537 the %rp in the call path and stores the original rp in a stack slot.
5538
5539 2004-05-17 Jim Blandy <jimb@redhat.com>
5540
5541 * MAINTAINERS: Update address for J.T. Conklin.
5542
5543 2004-05-17 Randolph Chung <tausq@debian.org>
5544
5545 * hppa-tdep.c: Remove superfluous #include's.
5546 * Makefile.in (hppa-tdep.o): Update dependencies.
5547
5548 2004-05-17 Randolph Chung <tausq@debian.org>
5549
5550 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5551 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5552 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5553 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5554 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5555 Remove static function declarations.
5556
5557 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5558
5559 * alphabsd-nat.c: Update copyright year.
5560 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5561
5562 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5563 and M68K_A2_REGNUM.
5564
5565 * m68k-tdep.c (m68k_svr4_return_value): Implement
5566 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5567
5568 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5569
5570 * sol-thread.c Update copyright year. Fix various coding
5571 standards violations. Tweak a few comments.
5572 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5573 Delete prototypes.
5574
5575 2004-05-15 Randolph Chung <tausq@debian.org>
5576
5577 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5578 as pointer instead of array reference since HPUX compiler does
5579 not accept unsized array arguments.
5580 * somsolib.c (dld_flags_buffer): Use constant array size.
5581
5582 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5583
5584 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5585 offset with decimal offset.
5586 (amd64obsd_sigcontext_addr): Return correct address for entire
5587 signal trampoline.
5588
5589 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5590 instead of get_frame_base.
5591
5592 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5593 (fill_gregset): Use regcache_raw_collect.
5594
5595 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5596 ppcobsd-tdep.c.
5597
5598 * config/sparc/tm-nbsd64.h: Remove file.
5599 * config/tm-sunos.h: Remove file.
5600
5601 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5602
5603 * rs6000-tdep.c (store_param_on_stack_p): New function,
5604 an improved version of some code extracted from skip_prologue().
5605 (skip_prologue): Use store_param_on_stack_p() to detect
5606 instructions saving a parameter on the stack. Detect when r0
5607 is used to save a parameter.
5608 Do not mark "li rx, SIMM" instructions as part of the prologue,
5609 unless the following instruction is also part of the prologue.
5610
5611 2004-05-14 Andrew Cagney <cagney@redhat.com>
5612
5613 * infrun.c (handle_inferior_event): Simplify
5614 STEP_OVER_UNDEBUGGABLE.
5615
5616 * infrun.c (handle_step_into_function): Delete function.
5617 (handle_inferior_event): Inline calls to
5618 handle_step_into_function.
5619
5620 2004-05-14 Jerome Guitton <guitton@gnat.com>
5621
5622 * rs6000-nat.c: Fix a comment.
5623
5624 2004-05-12 David Anderson <davea@sgi.com>
5625
5626 Committed by Jim Blandy <jimb@redhat.com>:
5627 * regcache.c (struct regcache_descr): fix comment spelling.
5628
5629 2004-05-13 J. Brobecker <brobecker@gnat.com>
5630
5631 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5632 Fixes a link link failure.
5633
5634 2004-05-13 J. Brobecker <brobecker@gnat.com>
5635
5636 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5637 error that was causing the build to fail.
5638
5639 2004-05-13 J. Brobecker <brobecker@gnat.com>
5640
5641 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5642 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5643
5644 2004-05-13 Andrew Cagney <cagney@redhat.com>
5645
5646 * infrun.c (handle_inferior_event): Check for
5647 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5648 calls. Update comments.
5649
5650 2004-05-13 Jim Blandy <jimb@redhat.com>
5651
5652 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5653 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5654 (store_regs_user_thread, store_regs_kernel_thread): Use
5655 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5656 * ppc-linux-nat.c (fill_gregset): Same.
5657 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5658 (ppc_linux_sigtramp_cache): Same.
5659 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5660 (ppcnbsd_sigtramp_cache_init): Same.
5661 * rs6000-nat.c (fetch_core_registers): Same.
5662 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5663 (rs6000_frame_cache): Same.
5664
5665 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5666 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5667 of assuming that the gprs are numbered starting with zero.
5668 * ppc-linux-nat.c (fill_gregset): Same.
5669 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5670 * ppcnbsd-nat.c (getregs_supplies): Same.
5671 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5672 * rs6000-nat.c (fetch_core_registers): Same.
5673 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5674
5675 2004-05-07 Michael Snyder <msnyder@redhat.com>
5676
5677 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5678 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5679
5680 2004-05-13 Andrew Cagney <cagney@redhat.com>
5681
5682 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5683
5684 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5685
5686 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5687 base_address for shared libraries.
5688
5689 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5690
5691 * MAINTAINERS (write after approval): Add myself.
5692
5693 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5694
5695 * breakpoint.c (bpstat_stop_status): Add new argument
5696 STOPPED_BY_WATCHPOINT. Use it instead of testing
5697 target_stopped_data_address agaist 0 to check whether
5698 or not we stopped due to a hardware watchpoint.
5699 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5700 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5701 with new argument.
5702
5703 2004-05-12 Jim Blandy <jimb@redhat.com>
5704
5705 * configure.in: When checking whether we should use the -bbigtoc
5706 option, don't forget to restore the original value of LDFLAGS.
5707 * configure: Regenerated.
5708
5709 2004-05-12 Andrew Cagney <cagney@redhat.com>
5710
5711 * thread.c (load_infrun_state): Delete step_sp.
5712 * infrun.c (context_switch): Ditto.
5713 * inferior.h (step_sp): Ditto.
5714 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5715 * gdbthread.h (struct thread_info, save_infrun_state)
5716 (restore_infrun_state): Ditto.
5717
5718 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5719
5720 * MAINTAINERS (write after approval): Add myself.
5721
5722 2004-05-12 Andrew Cagney <cagney@redhat.com>
5723
5724 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5725 eliminate reference to step_sp.
5726 (struct execution_control_state, init_execution_control_state)
5727 (handle_inferior_event, keep_going): Delete update_step_sp and
5728 step_sp.
5729 * infcmd.c (step_sp): Note that variable is unused.
5730
5731 2004-05-11 Andrew Cagney <cagney@redhat.com>
5732
5733 * infrun.c (step_over_function): Delete function.
5734 (handle_step_into_function): Use insert_step_resume_breakpoint.
5735 (insert_step_resume_breakpoint): Fix assertion.
5736
5737 2004-05-11 Nick Roberts <nickrob@gnu.org>
5738
5739 * utils.c (defaulted_query): Just use the normal query input type
5740 when printing the annotations.
5741
5742 2004-05-11 Andrew Cagney <cagney@redhat.com>
5743
5744 * infrun.c (handle_inferior_event): Simplify code handling
5745 step-into or return-from a signal trampoline.
5746
5747 2004-05-11 Andrew Cagney <cagney@redhat.com>
5748
5749 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5750 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5751
5752 2004-05-10 Jim Blandy <jimb@redhat.com>
5753
5754 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5755 with a call to internal_error.
5756
5757 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5758 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5759 processor variant lacks those registers.
5760 (ppc_floating_point_unit_p): Change description to make it clear
5761 that this returns info about the ISA, not the ABI.
5762 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5763 return true or false by checking tdep->ppc_fp0_regnum and
5764 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5765 arch/mach switching done in rs6000_gdbarch_init; it's better to
5766 keep that logic there, and just check the results here.
5767 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5768 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5769 floating-point registers.
5770 (ppc_supply_fpregset, ppc_collect_fpregset)
5771 (rs6000_push_dummy_call, rs6000_extract_return_value)
5772 (rs6000_store_return_value): Assert that we have floating-point
5773 registers.
5774 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5775 (rs6000_frame_cache): Don't note the locations at which
5776 floating-point registers were saved if we have no fprs.
5777 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5778 registers.
5779 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5780 (store_regs_user_thread, store_regs_kernel_thread): Only call
5781 supply_fprs / fill_fprs if we actually have floating-point
5782 registers.
5783 (special_register_p): Check ppc_fpscr_regnum before matching
5784 against it.
5785 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5786 supply / collect fpscr if we don't have it.
5787 * ppc-bdm.c: #include "gdb_assert.h".
5788 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5789 have floating-point registers, since I can't test this code on
5790 FP-free systems to adapt it.
5791 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5792 fpscr and floating point register numbers if they don't exist.
5793 (fetch_register): Assert that we have floating-point registers
5794 before we reach the code that handles them.
5795 (store_register): Same. And use tdep instead of calling
5796 gdbarch_tdep again.
5797 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5798 don't have them.
5799 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5800 fprs and fpscr if we don't have them.
5801 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5802 don't have them.
5803 * ppcnbsd-nat.c: #include "gdb_assert.h".
5804 (getfpregs_supplies): Assert that we have floating-point registers.
5805 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5806 * ppcobsd-tdep.c: #include "gdb_assert.h".
5807 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5808 have floating-point registers.
5809 * rs6000-nat.c (regmap): Don't match against the fpscr and
5810 floating point register numbers if they don't exist.
5811 (fetch_inferior_registers, store_inferior_registers,
5812 fetch_core_registers): Only fetch / store / supply the
5813 floating-point registers and the fpscr if we have them.
5814 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5815 (ppcobsd-tdep.o): Update dependencies.
5816
5817 2004-05-10 Andrew Cagney <cagney@redhat.com>
5818
5819 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5820 (context_switch): Do not switch through_sigtramp_breakpoint.
5821 * gdbthread.h (save_infrun_state, load_infrun_state)
5822 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5823 and structure member.
5824 * thread.c (load_infrun_state, save_infrun_state): Update.
5825
5826 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5827
5828 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5829
5830 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5831
5832 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5833 throughout.
5834 * aclocal.m4: Regenerate.
5835
5836 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5837
5838 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5839
5840 2004-05-10 Andrew Cagney <cagney@redhat.com>
5841
5842 * infrun.c (check_sigtramp2): Delete function.
5843 (handle_inferior_event): When single stepping, and taking a
5844 signal, set a breakpoint at the signal return address. Delete
5845 redundant calls to check_sigtramp2.
5846 (insert_step_resume_breakpoint): New function.
5847 (through_sigtramp_breakpoint, handle_inferior_event)
5848 (follow_exec, wait_for_inferior, fetch_inferior_event)
5849 (currently_stepping, keep_going): Delete most uses of
5850 through_sigtramp_breakpoint, not that it should be deleted.
5851 (delete_breakpoint_current_contents): Delete function.
5852
5853 2004-05-10 Randolph Chung <tausq@debian.org>
5854
5855 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5856 target.
5857 * config/pa/tm-linux.h: New file.
5858
5859 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5860
5861 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5862 of prefixes. Don't print the prefix twice in the CLI.
5863
5864 2004-05-10 Jim Blandy <jimb@redhat.com>
5865
5866 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5867 collect all the gprs.
5868
5869 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5870 loop collecting gprs.
5871
5872 2004-05-09 Andrew Cagney <cagney@redhat.com>
5873
5874 * remote-vx.c (net_step): Delete step-range code.
5875 * remote.c (remote_resume, init_all_packet_configs)
5876 (set_remote_protocol_E_packet_cmd)
5877 (show_remote_protocol_E_packet_cmd)
5878 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5879 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5880 (show_remote_protocol_e_packet_cmd): Ditto.
5881
5882 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5883
5884 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5885
5886 * hppa-tdep.h: Update copyright year.
5887 (struct trad_frame_saved_reg): Add opaque declaration.
5888
5889 * amd64-tdep.c (amd64_return_value): Implement
5890 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5891
5892 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5893 (m68k_value_to_register): New functions.
5894 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5895 value_to_register.
5896
5897 * defs.h (enum return_value_convention): Add
5898 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5899 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5900 * infcmd.c (legacy_return_value): New function.
5901 (print_return_value): Rwerite to implement
5902 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5903 * values.c (using_struct_return): Check for inequality to
5904 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5905 RETURN_VALUE_STRUCT_CONVENTION.
5906 * i386-tdep.c (i386_return_value): Implement
5907 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5908
5909 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5910 include "symtab.h", "opcode/vax.h" and "inferior.h".
5911 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5912 to read_memory_unsigned_integer.
5913 (vax_gdbarch_init): Reorder.
5914 (_initialize_vax_tdep): Spell out prototype.
5915 * Makefile.in (vax-tdep.o): Update dependencies.
5916
5917 2004-05-08 Andrew Cagney <cagney@redhat.com>
5918
5919 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5920 * target.c (target_detach, target_disconnect): Ditto.
5921
5922 * infcall.c (call_function_by_hand): When no
5923 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5924 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5925 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5926 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5927 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5928
5929 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5930 * gdbarch.h, gdbarch.c: Re-generate.
5931 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5932 deprecated_fix_call_dummy.
5933 * v850-tdep.c (v850_gdbarch_init): Ditto.
5934 * infcall.c (call_function_by_hand): Do not call
5935 DEPRECATED_FIX_CALL_DUMMY.
5936
5937 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5938 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5939 * gdbarch.h, gdbarch.c: Re-generate.
5940 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5941 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5942 deprecated_sizeof_call_dummy_words.
5943 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5944 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5945 * v850-tdep.c (v850_gdbarch_init): Ditto.
5946 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5947 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5948 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5949 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5950 * arch-utils.h (legacy_call_dummy_words)
5951 (legacy_sizeof_call_dummy_words): Delete declarations.
5952 * arch-utils.c (legacy_call_dummy_words)
5953 (legacy_sizeof_call_dummy_words): Delete variables.
5954
5955 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5956 * gdbarch.h, gdbarch.c: Re-generate.
5957 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5958 * infcall.c (call_function_by_hand): Eliminate call to
5959 DEPRECATED_PUSH_DUMMY_FRAME.
5960 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5961 push_dummy_frame.
5962 (ns32k_push_dummy_frame): Delete function.
5963
5964 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5965 deprecated_call_dummy_breakpoint_offset or
5966 deprecated_call_dummy_start_offset.
5967 * dummy-frame.c, arm-tdep.c: Update comments.
5968 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5969 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5970 * gdbarch.h, gdbarch.c: Re-generate.
5971
5972 * infcall.c (legacy_push_dummy_code): Delete function.
5973 (push_dummy_code): Delete call.
5974
5975 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5976 * gdbarch.h, gdbarch.c: Re-generate.
5977 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5978 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5979 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5980 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5981
5982 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5983 (struct frame_info): Delete opaque declaration.
5984 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5985 * frame.c (get_frame_type): Delete call.
5986
5987 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5988 pc_in_call_dummy.
5989 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5990 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5991
5992 2004-05-08 Mark Kettenis <kettenis@gnu.org>
5993
5994 * alphanbsd-tdep.c: Include "gdb_string.h".
5995 * armnbsd-tdep.c: Update copyright year.
5996 Include "gdb_string.h".
5997 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
5998 dependencies.
5999
6000 * delta68-nat.c: Remove file.
6001 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
6002 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
6003 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
6004 (delta68-nat.o): Remove dependency.
6005
6006 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
6007 function.
6008 (m68k_gdbarch_init): Don't set
6009 deprecated_frameless_function_invocation.
6010
6011 2004-05-07 Randolph Chung <tausq@debian.org>
6012
6013 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
6014 read_memory_nobpt for code reading when doing frame unwinding.
6015 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
6016
6017 2004-05-07 Randolph Chung <tausq@debian.org>
6018
6019 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
6020 instead of sp, handle sigaltstack case.
6021 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
6022 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
6023 signal handler and not that of the caller.
6024 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
6025 hppa_linux_sigtramp_find_sigcontext.
6026
6027 2004-05-07 Randolph Chung <tausq@debian.org>
6028
6029 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
6030 hppa-linux-nat.c.
6031 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
6032 * hppa-linux-nat.c (fetch_register, store_register): Define.
6033 (fetch_inferior_registers, store_inferior_registers): Define.
6034 (supply_gregset): Add comment and clean up some unneeded code.
6035 (fill_gregset): Add comment and fix so that it saves registers in
6036 the right place in the gregset.
6037 (fill_fpregset): Fix buffer overrun problem.
6038 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
6039
6040 2004-05-07 Randolph Chung <tausq@debian.org>
6041
6042 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
6043 do common handling of the pcoqt register.
6044 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
6045 to use helper function.
6046 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
6047 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
6048 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
6049 generic fallback unwinder when all else fails.
6050 (hppa_gdbarch_init): Add fallback sniffer.
6051 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
6052 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
6053 to use helper function.
6054
6055 2004-05-08 Joel Brobecker <brobecker@gnat.com>
6056
6057 * config/djgpp/fnchange.lst: Add translation rules for
6058 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
6059
6060 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6061
6062 * frame.c (get_prev_frame_1): Work around GCC bug.
6063 * frame.h: Add comment about GCC bug.
6064
6065 2004-05-07 Andrew Cagney <cagney@redhat.com>
6066
6067 * observer.c: Include "commands.h" and "gdbcmd.h".
6068 (observer_debug, _initialize_observer): Add the
6069 command "set/show debug observer".
6070 * observer.sh: When observer debugging, log notify calls.
6071 * Makefile.in (observer.o): Update dependencies.
6072
6073 2004-05-07 Jason Molenda (jmolenda@apple.com)
6074
6075 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
6076
6077 2004-05-07 Jim Blandy <jimb@redhat.com>
6078
6079 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
6080 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
6081 to recognize gpr regnums, instead of assuming that
6082 tdep->ppc_fp0_regnum marks the end of the general-purpose
6083 registers.
6084
6085 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
6086 the given architecture has floating-point registers.
6087
6088 2004-05-07 Andrew Cagney <cagney@redhat.com>
6089
6090 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
6091 macro defined to 1.
6092 * gdbarch.h, gdbarch.c: Re-generate.
6093 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6094 deprecated_use_generic_dummy_frames.
6095
6096 2004-05-07 Brian Ford <ford@vss.fsi.com>
6097
6098 * NEWS: Mention Cygwin DWARF 2 support.
6099
6100 2004-05-07 Andrew Cagney <cagney@redhat.com>
6101
6102 * objfiles.h (struct entry_info): Delete unused fields
6103 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
6104 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
6105 * mipsread.c (mipscoff_symfile_read): Update.
6106 * mdebugread.c (parse_partial_symbols): Update.
6107 * dwarfread.c (read_file_scope): Update.
6108 * dwarf2read.c (read_file_scope): Update.
6109 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
6110 * coffread.c (complete_symtab): Update.
6111
6112 2004-05-07 Mark Kettenis <kettenis@gnu.org>
6113
6114 * infcall.c (_initialize_infcall): Fix typo.
6115
6116 2004-05-07 Andrew Cagney <cagney@redhat.com>
6117
6118 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
6119 * command.h (add_setshow_zinteger_cmd): Declare.
6120
6121 2004-05-06 Randolph Chung <tausq@debian.org>
6122
6123 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
6124 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
6125 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
6126 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
6127 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
6128 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6129 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
6130 definitions ...
6131 * hppa-tdep.h: ... to here, with HPPA_ prefix.
6132 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6133 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6134 (hppa64_hpux_frame_find_saved_regs_in_sig)
6135 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6136 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6137 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6138 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6139 (hppa_linux_sigtramp_frame_prev_register): Likewise.
6140 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6141 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6142 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6143 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6144 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6145 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6146 (hppa32_register_type, hppa_cannot_store_register)
6147 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
6148 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
6149 * hpread.c (hpread_process_one_debug_symbol): Likewise.
6150 * pa64solib.c (pa64_solib_have_load_event)
6151 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
6152 (pa64_solib_unloaded_library_pathname): Likewise.
6153 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6154 (som_solib_library_pathname): Likewise.
6155
6156 2004-05-05 Jim Ingham <jingham@apple.com>
6157
6158 * breakpoint.c (create_breakpoints): Copy the ignore count and
6159 thread id over from the pended breakpoint to the actual
6160 breakpoint.
6161
6162 2004-05-05 Andrew Cagney <cagney@redhat.com>
6163
6164 * gdbarch.sh (PARM_BOUNDARY): Delete.
6165 gdbarch.h, gdbarch.c: Re-generate.
6166 * valops.c (PARM_BOUNDARY): Delete macro.
6167 (value_push): Delete PARM_BOUNDARY code.
6168 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6169
6170 2004-05-04 Jim Blandy <jimb@redhat.com>
6171
6172 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6173 Don't assume that the gprs, fprs, and UISA sprs are
6174 contiguous, start at register number zero, and end with fpscr.
6175 Instead, use the numbers from the tdep structure.
6176
6177 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6178 should no longer be used in code specific to the RS6000 and its
6179 derivatives.
6180 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6181 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6182 tdep->ppc_fp0_regnum.
6183 (ppc_supply_fpregset, ppc_collect_fpregset)
6184 (rs6000_push_dummy_call, rs6000_extract_return_value)
6185 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6186 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6187 FP0_REGNUM.
6188 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6189 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6190 Same.
6191 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6192 bdm_ppc_store_registers): Same.
6193 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
6194 (store_register, fill_fpregset): Same.
6195 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
6196 (ppc_linux_supply_fpregset): Same.
6197 * ppcnbsd-nat.c (getfpregs_supplies): Same.
6198 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6199 Same.
6200 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6201 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6202 ppc64_sysv_abi_return_value): Same.
6203 * rs6000-nat.c (regmap, fetch_inferior_registers)
6204 (store_inferior_registers, fetch_core_registers): Same.
6205
6206 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6207
6208 * m68knbsd-nat.c: Remove file.
6209 * m68knbsd-tdep.c: Remove file.
6210 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6211 dependencies.
6212 * configure.host: Add m68k-*-netbsdelf*.
6213 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6214 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6215 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
6216 (XM_FILE): Remove.
6217 * config/m68k/nbsdelf.mh: New file.
6218 * config/m68k/nbsd.mt: New file.
6219 * config/m68k/nbsdaout.mt: Remove file.
6220 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6221 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6222 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6223 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6224 (use_struct_convention): Remove prototype.
6225 (USE_STRUCT_CONVENTION): Remove define.
6226 * config/m68k/xm-nbsd.h: Remove file.
6227
6228 2004-05-04 Michael Snyder <msnyder@redhat.com>
6229
6230 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6231 reg_struct_return method (as gcc usually does for cross targets).
6232
6233 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6234
6235 Committed by Andrew Cagney.
6236 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6237 alignment padding when accessing ucontext struct members.
6238
6239 2004-05-04 Jim Blandy <jimb@redhat.com>
6240
6241 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6242 'ppc_gplast_regnum' member.
6243 (ppc_num_gprs): New enum constant.
6244 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6245 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6246 * rs6000-nat.c (regmap, fetch_inferior_registers,
6247 store_inferior_registers): Same.
6248 * rs6000-tdep.c (e500_pseudo_register_read)
6249 (e500_pseudo_register_write): Same.
6250 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6251
6252 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6253 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6254 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6255 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6256 FPLAST_REGNUM.
6257 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6258 Same.
6259 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6260 * rs6000-nat.c (regmap, fetch_inferior_registers)
6261 (store_inferior_registers): Same.
6262
6263 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6264 with FPLAST_REGNUM.
6265
6266 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6267
6268 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6269 failure detected by recent versions of GCC.
6270 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6271 to be consistent with the usage in dwarf2_create_include_psymtab.
6272
6273 2004-05-03 Michael Snyder <msnyder@redhat.com>
6274
6275 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6276 (heuristic_proc_start): Whitespace cleanup.
6277
6278 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6279
6280 * sun3-nat.c: Remove file.
6281 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6282 dependencies.
6283 (ALLDEPFILES): Remove sun3-nat.c.
6284 (sun3-nat.o): Remove dependencies.
6285
6286 * i386-interix-nat.c, i386-interix-tdep.c,
6287 config/i386/nm-interix.h, config/i386/interix.mh,
6288 config/i386/interix.mt: Remove files.
6289 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6290 dependencies.
6291
6292 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6293
6294 * m68k-tdep.h (struct gdbarch_tdep): Add member
6295 struct_value_regnum.
6296 (m68k_svr4_init_abi): New prototype.
6297 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6298 different calling conventions.
6299 (m68k_extract_return_value): Remove code dealing with single-field
6300 structs.
6301 (m68k_store_return_value): Remove code dealing with single-field
6302 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6303 (m68k_extract_struct_value_address): Remove function.
6304 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6305 (m68k_reg_struct_return_p, m68k_return_value)
6306 (m68k_svr4_return_value): New functions.
6307 (m68k_use_struct_convention): Remove function.
6308 (m68k_push_dummy_call): Use new struct_value_regnum member of
6309 `struct gdbarch_tdep' instead of hardcoded register number to
6310 store STRUCT_ADDR.
6311 (m68k_svr4_init_abi): New function.
6312 (m68k_gdbarch_init): Don't set extract_return_value,
6313 store_return_values, deprecated_extract_struct_value_address and
6314 use_struct_convention. Set return_value instead. Initialize new
6315 struct_value_regnum member of `struct gdbarch_tdep'.
6316 * m68klinux-tdep.c: Update copyright year.
6317 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6318 (m68k_linux_extract_struct_value_address): Remove function.
6319 (m68k_linux_init_abi): Don't set extract_return_value,
6320 store_return_values, deprecated_extract_struct_value_address and
6321 use_struct_convention. Call m68k_svr4_init_abi but override the
6322 new struct_value_regnum member of `struct gdbarch_tdep'.
6323 * Makefile.in (m68k-tdep.o): Update dependencies.
6324
6325 2004-05-03 J. Brobecker <brobecker@gnat.com>
6326
6327 * dwarf2read.c (line_header): Add new included_p field in
6328 field file_names.
6329 (partial_die_info): New field has_stmt_list. New field line_offset.
6330 (dwarf2_create_include_psymtab): New function.
6331 (dwarf2_build_include_psymtabs): New function.
6332 (add_file_name): Add forward declaration. Initialize new field.
6333 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6334 to be able to determine the list of files included by the
6335 given unit, and build their associated psymtabs.
6336 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6337 files as well.
6338 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6339 (read_file_scope): Update call to dwarf_decode_lines.
6340 (read_partial_die): Handle DW_AT_stmt_list attributes.
6341
6342 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6343
6344 Unfix PR gdb/1626.
6345 * configure.in: Revert special case for osf5.*.
6346 * configure: Regenerate.
6347
6348 2004-05-02 Jim Blandy <jimb@redhat.com>
6349
6350 Move the symbol-file-from-memory functions into their own file.
6351 * symfile-mem.c, symfile-mem.h: New files.
6352 * symfile.c (symbol_file_add_from_bfd): New function.
6353 (symbol_file_add): Call symbol_file_add_from_bfd.
6354 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6355 Moved to symfile-mem.c.
6356 (_initialize_symfile): Move definition of
6357 add-symbol-file-from-memory command to symfile-mem.c.
6358 * symfile.h (symbol_file_add_from_bfd): New declaration.
6359 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6360 * config/powerpc/linux.mt (TDEPFILES): Same.
6361 * Makefile.in (SFILES): Add symfile-mem.c.
6362 (symfile_mem_h): New variable.
6363 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6364 (symfile-mem.o): New rule.
6365
6366 2004-05-01 Andrew Cagney <cagney@redhat.com>
6367
6368 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6369 frame_find_by_id instead of frame_relative_level.
6370 (do_enable_breakpoint): Ditto.
6371 * thread.c: Update copyright.
6372 (info_threads_command): Ditto, simplify.
6373
6374 * frame.c (deprecated_generic_get_saved_register): Delete
6375 function, moved to "xstormy16-tdep.c".
6376 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6377 deprecated_generic_get_saved_register from "frame.c".
6378 (xstormy16_frame_saved_register): Call
6379 xstormy16_get_saved_register.
6380 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6381 static.
6382 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6383 * frame.h (deprecated_generic_get_saved_register): Delete.
6384
6385 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6386
6387 * dwarfread.c: Update documentation on the state of dwarf-1.
6388
6389 2004-05-01 Andrew Cagney <cagney@redhat.com>
6390
6391 * stack.c (select_frame_command): Delete call to
6392 frame_relative_level.
6393 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6394 Delete #if0 code.
6395 (frame_info): Do not print FRAMELESS.
6396 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6397 (catch_info): Delete #if0 code.
6398
6399 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6400 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6401 of frame_relative_level.
6402 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6403 to SENTINEL_FRAME.
6404 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6405 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6406 frame_relative_level.
6407
6408 * frame.h (deprecated_set_frame_type): Delete declaration.
6409 * frame.c (deprecated_set_frame_type): Delete function, update
6410 comments.
6411
6412 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6413 * gdbarch.h, gdbarch.c: Re-generate.
6414 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6415 (shnbsd_pc_in_sigtramp): Delete.
6416 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6417 pc_in_sigtramp.
6418 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6419 pc_in_sigtramp.
6420 * frame.h: Update comments.
6421 * ppc-linux-tdep.c: Update comments.
6422 * breakpoint.c (bpstat_what): Update comments.
6423
6424 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6425 m68klinux-tdep.o's dependencies, were previously added to
6426 m68klinux-nat.o.
6427
6428 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6429 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6430 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6431 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6432 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6433
6434 * Makefile.in (m68klinux-nat.o): Update dependencies.
6435 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6436 (m68k_linux_sigtramp_frame_cache)
6437 (m68k_linux_sigtramp_frame_this_id)
6438 (m68k_linux_sigtramp_frame_prev_register)
6439 (m68k_linux_sigtramp_frame_unwind)
6440 (m68k_linux_sigtramp_frame_sniffer)
6441 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6442 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6443 names, use trad-frame.h.
6444 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6445 (struct m68k_sigtramp_info): Delete.
6446 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6447 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6448 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6449 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6450 "m68klinux-tdep.c".
6451
6452 * infrun.c (check_sigtramp2): Delete check for
6453 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6454
6455 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6456
6457 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6458
6459 2004-05-01 Andrew Cagney <cagney@redhat.com>
6460
6461 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6462 (frv_linux_sigtramp_frame_cache)
6463 (frv_linux_sigtramp_frame_this_id)
6464 (frv_linux_sigtramp_frame_prev_register)
6465 (frv_linux_sigtramp_frame_unwind)
6466 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6467 include "linux" in function and variable names, directly call
6468 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6469 the latest trad-frame code.
6470 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6471 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6472 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6473 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6474 * frv-tdep.c (frv_sigtramp_frame_cache)
6475 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6476 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6477 frv-linux-tdep.c.
6478 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6479 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6480 (frv_set_sigcontext_reg_addr): Delete function.
6481
6482 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6483 (DEPRECATED_SIGTRAMP_END): Delete.
6484 * gdbarch.h, gdbarch.c: Re-generate.
6485 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6486 * config/vax/tm-vaxbsd.h: Update copyright.
6487 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6488 (DEPRECATED_IN_SIGTRAMP): Define.
6489 * config/m68k/tm-nbsd.h: Update copyright.
6490 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6491 (DEPRECATED_IN_SIGTRAMP): Define.
6492
6493 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6494
6495 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6496 encondings. Fixes PR gdb/1628.
6497
6498 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6499 DW_CFA_restore state without a matching DW_CFA_remember_state
6500 instead of aborting. Fixes PR backtrace/1589.
6501
6502 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6503
6504 * MAINTAINERS: Add self as AIX maintainer.
6505 Update my e-mail address in write-after-approval section.
6506
6507 2004-04-30 Andrew Cagney <cagney@redhat.com>
6508
6509 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6510 (legacy_get_prev_frame): Ditto.
6511
6512 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6513 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6514 * mipsread.c (sigtramp_address): Delete extern variable.
6515 (mipscoff_new_init): Delete reference.
6516 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6517 (fixup_sigtramp): Delete function.
6518 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6519 (fixup_sigtramp): Delete declarations.
6520
6521 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6522 deprecated_pc_in_sigtramp.
6523 (ppcnbsd_pc_in_sigtramp): Delete function.
6524
6525 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6526
6527 * config/m68k/nm-nbsd.h: Tweak comments.
6528 * config/m68k/nm-nbsdaout.h: Likewise.
6529
6530 2004-04-30 Andrew Cagney <cagney@redhat.com>
6531
6532 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6533 legacy_pc_in_sigtramp.
6534 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6535
6536 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6537
6538 Add OpenBSD/m68k support.
6539 * NEWS (New native configurations): Mention OpenBSD/m68k.
6540 * m68kbsd-tdep.c: New file.
6541 * m68kbsd-nat.c: New file.
6542 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6543 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6544 * configure.host: Add m68k-*-openbsd.
6545 * configure.tgt: Add m68k-*-openbsd.
6546 * config/m68k/tm-obsd.h: New file.
6547 * config/m68k/obsd.mt: New file.
6548 * config/m68k/obsd.mh: New file.
6549 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6550 m68kbsd-tdep.c.
6551
6552 2004-04-30 Andrew Cagney <cagney@redhat.com>
6553
6554 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6555 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6556
6557 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6558
6559 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6560 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6561
6562 2004-04-30 Brian Ford <ford@vss.fsi.com>
6563
6564 Revert 2004-04-16 change.
6565 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6566 (i386_coff_init_abi): Remove.
6567 * i386-tdep.h (i386_coff_init_abi): Remove.
6568 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6569
6570 2004-04-30 Andrew Cagney <cagney@redhat.com>
6571
6572 * blockframe.c (find_pc_partial_function): Delete use of
6573 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6574 DEPRECATED_SIGTRAMP_END.
6575
6576 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6577 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6578 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6579 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6580 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6581
6582 * defs.h (deprecated_inside_entry_file): Delete declaration.
6583 * blockframe.c (deprecated_inside_entry_file): Delete function.
6584 (legacy_frame_chain_valid): Delete call.
6585 * sh64-tdep.c (sh64_frame_chain): Delete call.
6586 * objfiles.h: Update comments.
6587 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6588 call.
6589 * frame.c (get_prev_frame): Delete call, update comments.
6590
6591 2004-04-30 Brian Ford <ford@vss.fsi.com>
6592
6593 * MAINTAINERS (Write After Approval): Add myself.
6594
6595 2004-04-30 Andrew Cagney <cagney@redhat.com>
6596
6597 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6598 * gdbarch.h, gdbarch.c: Re-generate.
6599 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6600 code.
6601
6602 2004-04-30 Andrew Cagney <cagney@redhat.com>
6603
6604 * gdb-events.sh (selected_thread_changed)
6605 (selected_frame_level_changed, target_changed): Delete.
6606 * gdb-events.h, gdb-events.c: Re-generate.
6607 * valops.c (value_assign): Update.
6608 * stack.c (select_frame_command, up_silently_base)
6609 (down_silently_base): Update.
6610
6611 2004-04-29 Andrew Cagney <cagney@redhat.com>
6612
6613 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6614 registers correctly.
6615 (print_gp_register_row, mips32_heuristic_proc_desc)
6616 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6617 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6618 references to mips_isa_regsize.
6619
6620 2004-04-29 Andrew Cagney <cagney@redhat.com>
6621
6622 * mips-tdep.c (struct gdbarch_tdep): Delete
6623 mips_fp_register_double.
6624 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6625 mips_abi_regsize.
6626 (mips_gdbarch_init): Do not set mips_fp_register_double.
6627 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6628
6629 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6630
6631 Committed by Andrew Cagney.
6632 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6633 function calls.
6634
6635 2004-04-29 Andrew Cagney <cagney@redhat.com>
6636
6637 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6638 gdbarch, use mips_abi, update callers.
6639 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6640 mips_abi_regsize, update callers.
6641 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6642 mips_default_abi_regsize.
6643 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6644 mips_default_abi_regsize.
6645
6646 2004-04-29 Andrew Cagney <cagney@redhat.com>
6647
6648 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6649 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6650 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6651 mips_default_abi_regsize.
6652 (mips_isa_regsize): Rename mips_regisze.
6653 * mipsnbsd-tdep.c: Update.
6654 * mips-linux-tdep.c: Update.
6655 * irix5-nat.c: Update.
6656 * mips-tdep.h (mips_isa_regsize): Update.
6657
6658 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6659 Delete all disabled code.
6660 * gdb-events.h, gdb-events.c: Re-generate.
6661
6662 2004-04-19 Jerome Guitton <guitton@gnat.com>
6663 Mark Kettenis <kettenis@gnu.org>
6664
6665 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6666 the function begins with a branch instruction.
6667
6668 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6669
6670 * i386-tdep.c: Fix spelling mistakes.
6671
6672 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6673 Andrew Cagney <cagney@redhat.com>
6674
6675 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6676 <sys/proc.h>.
6677 * acconfig.h: Provide default _KMEMUSER value.
6678 * config.in, configure: Re-generate.
6679 * NEWS: Mention fix.
6680
6681 2004-04-24 Randolph Chung <tausq@debian.org>
6682
6683 * configure.host (hppa*-*-linux*): New target.
6684 * configure.tgt (hppa*-*-linux*): Likewise.
6685 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6686 gdbarch_init_osabi() call earlier so that osabi-specific frame
6687 unwinders can be registered first.
6688 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6689 hppa-linux-nat.c.
6690 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6691 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6692 * config/pa/linux.mh: New file.
6693 * config/pa/linux.mt: New file.
6694 * config/pa/nm-linux.h: New file.
6695 * config/pa/xm-linux.h: New file.
6696 * hppa-linux-nat.c: New file.
6697 * hppa-linux-tdep.c: New file.
6698
6699 2004-04-28 Randolph Chung <tausq@debian.org>
6700
6701 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6702 return values.
6703 (hppa32_push_dummy_call): Fix small struct and floating point argument
6704 passing, and make sure the stack frame is properly aligned.
6705
6706 2004-04-28 Andrew Cagney <cagney@redhat.com>
6707
6708 * stack.c (print_stack_frame): Fix description.
6709
6710 * NEWS: Mention gdb/gdbserver/configure execute permission
6711 changed. PR server/519.
6712
6713 2004-04-28 Andrew Cagney <cagney@redhat.com>
6714
6715 * stack.c (print_stack_frame_stub): Delete declaration.
6716 (struct print_stack_frame_args, print_stack_frame)
6717 (print_frame_info, print_frame): Replace "source" with print what.
6718 Replace "print" with "print_level". Replace "args" with
6719 "print_args".
6720 * frame.h (show_and_print_stack_frame, print_stack_frame)
6721 (print_frame_info): Update declarations.
6722 * stack.c (select_and_print_frame, frame_command)
6723 (current_frame_command, up_command, down_command): Update calls -
6724 use get_selected_frame, pass "enum print_what" for source, do not
6725 call frame_relative_level.
6726 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6727 * remote-rdp.c (remote_rdp_open): Ditto.
6728 * remote-mips.c (common_open): Ditto.
6729 * remote-e7000.c (e7000_start_remote): Ditto.
6730 * ocd.c (ocd_start_remote): Ditto.
6731 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6732 * infrun.c (normal_stop): Ditto.
6733 * inflow.c (kill_command): Ditto.
6734 * infcmd.c (finish_command): Ditto.
6735 * corelow.c (core_open): Ditto.
6736 * tracepoint.c (finish_tfind_command): Ditto.
6737 * thread.c (info_threads_command, info_threads_command)
6738 (restore_current_thread, do_captured_thread_select): Ditto.
6739 * ada-tasks.c (task_command): Ditto.
6740
6741 2004-04-26 Orjan Friberg <orjanf@axis.com>
6742
6743 * frame.c: Include "observer.h".
6744 (frame_observer_target_changed): New function.
6745 (_initialize_frame): Attach target_changed observer.
6746 * regcache.c: Include "observer.h".
6747 (regcache_observer_target_changed): New function.
6748 (_initialize_regcache): Attach target_changed observer.
6749 * valops.c: Include "observer.h".
6750 (value_assign): Notify target_changed event when modifying register.
6751 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6752
6753 2004-04-26 Orjan Friberg <orjanf@axis.com>
6754
6755 From Paul Koning <pkoning@equallogic.com>:
6756 * breakpoint.c (free_valchain): New function.
6757 (insert_bp_location, delete_breakpoint): Use free_valchain.
6758 (remove_breakpoint): Do not remove the valchain.
6759 (bpstat_stop_status): If not stopped by watchpoint, skip
6760 watchpoints when generating stop status list.
6761 * infrun.c (handle_inferior_event): Make
6762 stepped_after_stopped_by_watchpoint a global variable.
6763 * remote.c (remote_stopped_data_address): Return watch data
6764 address rather than zero if stepped_after_stopped_by_watchpoint is
6765 set.
6766
6767 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6768
6769 Fix PR gdb/1626.
6770 * configure.in: Check for curses after termcap.
6771 On osf5.*, do not check for ncurses.
6772 * configure: Regenerate.
6773
6774 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6775
6776 * ppcobsd-nat.c: Include "ppc-tdep.h".
6777 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6778
6779 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6780 Fixes PR tdep/1623 and PR tdep/1624.
6781
6782 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6783
6784 * xmodem.h, xmodem.c: Remove files.
6785 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6786
6787 2004-04-23 Randolph Chung <tausq@debian.org>
6788
6789 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6790 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6791 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6792 for handling stackless frames.
6793 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6794
6795 2004-04-23 Randolph Chung <tausq@debian.org>
6796
6797 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6798 starts at a pc before the frame is created.
6799
6800 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6801
6802 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6803
6804 2004-04-23 Jerome Guitton <guitton@gnat.com>
6805
6806 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6807 use convert_typed_floating to get the appropriate format.
6808
6809 2004-04-22 Randolph Chung <tausq@debian.org>
6810
6811 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6812 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6813 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6814 (hppa_sign_extend): Add prototype.
6815 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6816 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6817 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6818 hppa targets will also use these functions.
6819 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6820 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6821 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6822 (hppa_gdbarch_init): Remove gdbarch setting of
6823 skip_trampoline_code, in_solib_call_trampoline and
6824 in_solib_return_trampoline.
6825 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6826 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6827 hppa_in_solib_call_trampoline.
6828 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6829 Moved from hppa-tdep.c.
6830 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6831 in_solib_call_trampoline and in_solib_return_trampoline.
6832
6833 2004-04-22 Randolph Chung <tausq@debian.org>
6834
6835 * hppa-tdep.c (hppa_debug): New variable.
6836 (find_unwind_entry, hppa_frame_cache): Add debug output.
6837 (_initialize_hppa_tdep): Add command to set debug flag.
6838
6839 2004-04-22 Andrew Cagney <cagney@redhat.com>
6840
6841 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6842 "trad-frame.h".
6843 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6844 signal trampoline unwinder.
6845 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6846
6847 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6848
6849 Add OpenBSD/powerpc support.
6850 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6851 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6852 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6853 (ppc_collect_fpregset): New prototypes.
6854 * ppcobsd-nat.c: New file.
6855 * ppcobsd-tdep.c: New file.
6856 * ppcobsd-tdep.h: New file.
6857 * rs6000-tdep.c: Include "regset.h".
6858 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6859 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6860 New functions.
6861 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6862 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6863 (rs6000-tdep.o): Update dependencies.
6864 * configure.host: Add powerpc-*-openbsd.
6865 * configure.tgt: Add powerpc-*-openbsd.
6866 * config/powerpc/obsd.mh: New file.
6867 * config/powerpc/nm-obsd.h: New file.
6868 * config/powerpc/obsd.mt: New file.
6869
6870 2004-04-22 Andrew Cagney <cagney@redhat.com>
6871
6872 * frame.h (show_frame_info): Delete declaration.
6873
6874 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6875 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6876 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6877 * frv-tdep.c (frv_frame_this_id): Ditto.
6878 * avr-tdep.c (avr_frame_this_id): Ditto.
6879
6880 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6881
6882 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6883
6884 2004-04-22 Jim Blandy <jimb@redhat.com>
6885
6886 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6887 register number zero.
6888
6889 2004-04-21 Michael Snyder <msnyder@redhat.com>
6890
6891 * mips-tdep.c (heuristic_proc_start):
6892 Warning() already prefixes "Warning: ".
6893
6894 2004-04-21 Andrew Cagney <cagney@redhat.com>
6895
6896 * annotate.h (deprecated_annotate_starting_hook)
6897 (deprecated_annotate_stopped_hook)
6898 (deprecated_annotate_exited_hook)
6899 (deprecated_annotate_signal_hook)
6900 (deprecated_annotate_signalled_hook): Deprecate.
6901 * tracepoint.h (deprecated_create_tracepoint_hook)
6902 (deprecated_delete_tracepoint_hook)
6903 (deprecated_modify_tracepoint_hook)
6904 (deprecated_trace_find_hook)
6905 (deprecated_trace_start_stop_hook): Deprecate.
6906 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6907 * remote.h (deprecated_target_resume_hook)
6908 (deprecated_target_wait_loop_hook): Deprecate.
6909 * gdbcore.h (deprecated_exec_file_display_hook)
6910 (deprecated_file_changed_hook): Deprecate.
6911 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6912 * defs.h (deprecated_modify_breakpoint_hook)
6913 (deprecated_command_loop_hook, deprecated_show_load_progress)
6914 (deprecated_print_frame_info_listing_hook)
6915 (deprecated_query_hook, deprecated_warning_hook)
6916 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6917 (deprecated_delete_breakpoint_hook)
6918 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6919 (deprecated_readline_begin_hook, deprecated_readline_hook)
6920 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6921 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6922 (deprecated_context_hook, deprecated_target_wait_hook)
6923 (deprecated_attach_hook, deprecated_detach_hook)
6924 (deprecated_call_command_hook, deprecated_set_hook)
6925 (deprecated_error_hook, deprecated_error_begin_hook)
6926 (deprecated_ui_load_progress_hook): Deprecate.
6927 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6928 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6929 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6930 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6931 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6932 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6933 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6934 * annotate.c, aix-thread.c: Update.
6935
6936 2004-04-21 Andrew Cagney <cagney@redhat.com>
6937
6938 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6939 * vaxnbsd-tdep.c: Include "gdb_string.h".
6940
6941 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6942 (add_symbol_file_from_memory_command): #if 0 function body, call
6943 error instead.
6944
6945 2004-04-21 Andrew Cagney <cagney@redhat.com>
6946
6947 * gdbcore.h: Update copyright.
6948 (deprecated_add_core_fns): Rename add_core_fns.
6949 * win32-nat.c (_initialize_core_win32): Update.
6950 * sun3-nat.c (_initialize_core_sun3): Update.
6951 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6952 * rs6000-nat.c (_initialize_core_rs6000): Update.
6953 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6954 * nto-tdep.c (_initialize_nto_tdep): Update.
6955 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6956 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6957 * mips-nat.c (_initialize_core_mips): Update.
6958 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6959 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6960 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6961 * lynx-nat.c (_initialize_core_lynx): Update.
6962 * irix5-nat.c (_initialize_core_irix5): Update.
6963 * i386-interix-nat.c (_initialize_core_interix): Update.
6964 * cris-tdep.c (_initialize_cris_tdep): Update.
6965 * corelow.c (deprecated_add_core_fns): Update.
6966 * core-regset.c (_initialize_core_regset): Update.
6967 * core-aout.c (_initialize_core_aout): Update.
6968 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6969 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6970 * alpha-nat.c (_initialize_core_alpha): Update.
6971
6972 2004-04-21 Jim Blandy <jimb@redhat.com>
6973
6974 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6975
6976 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6977
6978 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6979 Delete.
6980 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6981 (read_attribute_value): Update calls to dwarf_alloc_block.
6982 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6983 dwarf2_tmp_obstack.
6984 (psymtab_to_symtab_1): Likewise. Clean up using
6985 free_stack_comp_unit.
6986 (add_to_cu_func_list): Use the comp_unit_obstack.
6987
6988 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6989
6990 * dwarf2read.c (dwarf2_flag_true_p): New function.
6991 (die_is_declaration): Use the function above. Add some comments.
6992
6993 2004-04-19 Mark Kettenis <kettenis@gnu.org>
6994
6995 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
6996 architecture when registering sparcnbsd_core_osabi_sniffer.
6997 Adjust comment.
6998
6999 2004-04-18 Mark Kettenis <kettenis@gnu.org>
7000
7001 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
7002 return value.
7003
7004 Based on a patch from Brian Ford <ford@vss.fsi.com>:
7005 * i386-tdep.c: Correct register numbering scheme comments
7006 throughout.
7007 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
7008 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
7009 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
7010 (i386_gdb_arch_init): Likewise.
7011
7012 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
7013 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
7014 ppcnbsd-tdep.o.
7015
7016 * m68k-tdep.h: Tweak comments.
7017 * m68k-tdep.c: Tweak comment.
7018
7019 2004-04-17 Randolph Chung <tausq@debian.org>
7020
7021 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
7022 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
7023 (hppa_hpux_som_init_abi): Set is_elf to 0.
7024 (hppa_hpux_elf_init_abi): Set is_elf to 1.
7025 * hppa-tdep.c (low_text_segment_address): Remove global.
7026 (record_text_segment_lowaddr): Pass in low address as parameter. Use
7027 section offset to calculate segment address.
7028 (internalize_unwinds): Define low_text_segment_address as local and
7029 pass to record_text_segment_lowaddr for ELF targets.
7030 (hppa_gdbarch_init): Zero fill tdep structure.
7031 (hppa_dump_tdep): Print tdep structure.
7032 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
7033
7034 2004-04-17 Randolph Chung <tausq@debian.org>
7035
7036 * hppa-tdep.c (hppa_pseudo_register_read): Define.
7037 (hppa_gdbarch_init): Set pseudo_register_read.
7038 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
7039 * regcache.c (supply_register): Remove check for
7040 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
7041
7042 2004-04-17 Randolph Chung <tausq@debian.org>
7043
7044 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
7045 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
7046 (hpread_adjust_stack_address): Move to hpread.c.
7047 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7048 obj_private_struct): Move from tm-hppa.h.
7049 * hpread.c (hppa-tdep.h): Include.
7050 (hpread_adjust_stack_address): Move from hppa-tdep.c.
7051 (hpread_read_function_type, hpread_read_doc_function_type)
7052 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
7053 directly.
7054 * pa64solib.c (hppa-tdep.h): Include.
7055 * somsolib.c (hppa-tdep.h): Include.
7056 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
7057 inferior_status): Remove unused forward declarations.
7058 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
7059 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7060 obj_private_struct): Move to hppa-tdep.h.
7061 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
7062
7063 2004-04-17 Randolph Chung <tausq@debian.org>
7064
7065 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
7066 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
7067 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
7068 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
7069 Remove forward declaration and make static.
7070 (hppa_reg_struct_has_addr): Remove.
7071
7072 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7073
7074 * observer.sh: Move comments in sed command to first column.
7075
7076 2004-04-16 Jason Molenda (jmolenda@apple.com)
7077
7078 * frame.c: Minor typeo corrections in comments.
7079
7080 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7081
7082 * observer.c (observer_test_first_notification_function): Update
7083 function profile.
7084 (observer_test_second_notification_function): Likewise.
7085 (observer_test_third_notification_function): Likewise.
7086
7087 2004-04-16 Mark Kettenis <kettenis@gnu.org>
7088
7089 From Brian Ford <ford@vss.fsi.com>:
7090 * i386-tdep.c (i386_coff_init_abi): New function.
7091 * i386-tdep.h (i386_coff_init_abi): New prototype.
7092 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
7093 register number translation functions for DWARF and DWARF 2.
7094
7095 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7096
7097 * dwarf2read.c: Back out my previous change, it was incorrect.
7098
7099 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
7100
7101 * dwarf2read.c: Include "hashtab.h".
7102 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
7103 has_namespace_info.
7104 (struct partial_die_info): Add comments. Use bitfields to reduce
7105 memory footprint. Add scope, scope_set, has_specification,
7106 spec_offset, die_parent, die_child, and die_sibling.
7107 (peek_die_abbrev): Add prototype.
7108 (partial_read_comp_unit_head): New function, broken out from
7109 dwarf2_build_psymtabs_hard.
7110 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
7111 Use partial_read_comp_unit_head. Initialize the CU and
7112 comp_unit_obstack. Update calls to read_partial_die and
7113 scan_partial_symbols. Use free_stack_comp_unit and
7114 load_partial_dies.
7115 (scan_partial_symbols): Change PDI to a pointer. Use the child and
7116 sibling pointers to walk partial DIEs. Call fixup_partial_die.
7117 Update calls to helper functions. Remove NAMESPACE argument.
7118 Update comments.
7119 (partial_die_parent_scope, partial_die_full_name): New functions.
7120 (add_partial_symbol): Remove namespace argument. Update call to
7121 pdi_needs_namespace. Use partial_die_full_name. Handle
7122 DW_TAG_namespace. Check has_namespace_info flag.
7123 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
7124 tag. Handle namespaces.
7125 (add_partial_namespace, add_partial_enumeration): Simplify.
7126 (guess_structure_name): New function, derived from
7127 add_partial_structure.
7128 (add_partial_structure): Remove.
7129 (determine_class_name): Update comment.
7130 (dwarf2_read_abbrevs): Set has_namespace_info flag.
7131 (is_type_tag_for_partial, load_partial_dies): New functions.
7132 (read_partial_die): Pass abbrev and abbrev_len as arguments.
7133 Record specifications instead of following them immediately.
7134 (find_partial_die_in_comp_unit, find_partial_die)
7135 (fixup_partial_die, free_stack_comp_unit)
7136 (hashtab_obstack_allocate, dummy_obstack_deallocate)
7137 (partial_die_hash, partial_die_eq): New functions.
7138 * Makefile.in (hashtab_h): Define.
7139 (dwarf2read.o): Update dependencies.
7140 (observer_inc, observer_h): Move to the correct section.
7141
7142 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7143
7144 * dwarf2read.c (dwarf2_attribute_true_p): New function.
7145 (die_is_declaration): Use the function above. Add comment.
7146
7147 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7148
7149 * dwarf2read.c (read_structure_scope): Identify stub types
7150 using die_is_declaration() only.
7151
7152 2004-04-15 Roland McGrath <roland@redhat.com>
7153
7154 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7155 argument instead of NAME.
7156 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7157 in call to symbol_file_add_with_addrs_or_offsets.
7158 (build_addr_info): New function, helper for ...
7159 (symbol_file_add_from_memory): New function.
7160 (add_symbol_file_from_memory_command): New function using that.
7161 (_initialize_symfile): Register it for add-symbol-file-from-memory.
7162 (pre_add_symbol_hook): Add const to argument type.
7163 * symfile.h (symbol_file_add_from_memory): Declare it.
7164
7165 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7166
7167 * NEWS (New native configurations): Mention OpenBSD/vax.
7168 * configure.host: Add vax-*-openbsd*.
7169 * config/vax/obsd.mh: New file.
7170 * config/vax/nm-obsd.h: New file.
7171
7172 * vax-tdep.c: Include "regset.h".
7173 (vax_supply_gregset): New function.
7174 (vax_gregset): New variable.
7175 (vax_regset_from_core_section): New function.
7176 (vax_gdbarch_init): Set regset_from_core_section.
7177 * Makefile.in (vax-tdep.o): Update dependencies.
7178
7179 2004-04-15 Andrew Cagney <cagney@redhat.com>
7180
7181 * observer.c (normal_stop_subject, observer_notify_normal_stop)
7182 (observer_normal_stop_notification_stub)
7183 (observer_attach_normal_stop, observer_detach_normal_stop):
7184 Delete, replaced by #include "observer.inc".
7185 * infrun.c (normal_stop): Pass "stop_bpstat" to
7186 observer_notify_normal_stop.
7187 * Makefile.in (observer_inc): Define.
7188 (observer.o): Update dependencies.
7189 (observer.h, observer.inc): New rules.
7190 * observer.h: Delete file.
7191 * observer.sh: New file.
7192
7193 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7194
7195 * vax-tdep.c (vax_frame_cache): Fix typo.
7196
7197 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7198
7199 * NEWS (New native configurations): Mention NetBSD/vax.
7200 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7201 * config/vax/nbsdelf.mh: New file.
7202 * config/vax/nbsdaout.mh: New file.
7203 * config/vax/nm-nbsd.h: New file.
7204 * config/vax/nm-nbsdaout.h: New file.
7205
7206 * vaxnbsd-tdep.c: New file.
7207 * Makefile.in (vaxnbsd-tdep.o): New dependency.
7208 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7209 * config/vax/nbsd.mt: New file.
7210 * config/vax/tm-nbsd.h: New file.
7211
7212 * Makefile.in (vaxbsd-nat.o): New dependency.
7213
7214 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7215 * vax-tdep.c (vax_store_arguments): Remove struct_return and
7216 struct_addr arguments. Don't push return value address.
7217 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7218 arguments to vax_store_arguments. Store return value address in
7219 R1.
7220 (vax_store_struct_return, vax_extract_return_value)
7221 (vax_store_return_value): Remove functions.
7222 (vax_return_value): New function.
7223 (vax_gdbarch_init): Set return value. Don't set
7224 deprecated_store_struct_return, deprecated_extract_struct_return
7225 and deprecated_store_return_value.
7226
7227 2004-04-14 Andreas Schwab <schwab@suse.de>
7228
7229 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7230 value buffer.
7231 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7232
7233 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7234
7235 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7236 (vax_unwind_dummy_id): New functions.
7237 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7238 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7239 variables.
7240 (vax_fix_call_dummy): Remove function.
7241 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7242 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7243 call_dummy_location, deprecated_call_dummy_words,
7244 deprecated_sizeof_call_dummy_words,
7245 deprecated_call_dummy_breakpoint_offset,
7246 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7247 and deprecated_dummy_write_sp.
7248
7249 2004-04-13 David Carlton <carlton@kealia.com>
7250
7251 * MAINTAINERS: Move myself to "paper trail" section.
7252
7253 2004-04-12 Mark Kettenis <kettenis@gnu.org>
7254
7255 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7256 "trad-frame.h".
7257 (vax_frame_init_saved_regs): Remove function.
7258 (vax_sigtramp_saved_pc): Remove function.
7259 (vax_frame_saved_pc): Remove function.
7260 (vax_frame_args_address): Remove function.
7261 (vax_frame_num_args): Rewrite.
7262 (vax_frame_chain): Remove function.
7263 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7264 VAX_FP_REGNUM.
7265 (vax_pop_frame): Likewise.
7266 (vax_saved_pc_after_call): Remove function.
7267 (struct vax_frame_cache): New structure.
7268 (vax_frame_cache): New function.
7269 (vax_frame_this_id): New function.
7270 (vax_frame_prev_register): New function.
7271 (vax_frame_unwind): New variable.
7272 (vax_frame_sniffer): New function.
7273 (vax_frame_base_address): New function.
7274 (vax_frame_args_address): New function.
7275 (vax_frame_base): New variable.
7276 (vax_unwind_pc): New function.
7277 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7278 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7279 deprecated_frame_chain, deprecated_frame_saved_pc,
7280 deprecated_frame_args_address and
7281 deprecated_frame_init_saved_regs.
7282 * Makefile.in (vax-tdep.o): Update dependencies.
7283
7284 * vaxbsd-nat.c: New file.
7285
7286 * vax-tdep.h: Update copyright year. Adjust comments.
7287 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7288 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7289 (vax_regnum): New enum. Replacing...
7290 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7291 (VAX_PS_REGNUM): ... these removed macros.
7292 * vax-tdep.c (vax_register_name): Remove prototype.
7293 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7294 (vax_register_byte, vax_register_raw_size,
7295 vax_register_virtual_size, vax_register_virtual_type): Remove
7296 functions.
7297 (vax_register_type): New function.
7298 (vax_breakpoint_from_pc): Reorganize.
7299 (vax_gdbarch_init): Set register_type. Don't set
7300 deprecated_register_size, deprecated_register_bytes,
7301 deprecated_register_byte, deprecated_register_raw_size,
7302 deprecated_max_register_raw_size,
7303 deprecated_register_virtual_size,
7304 deprecated_max_register_virtual_size and
7305 deprecated_register_virtual_type. Add comment on stack direction.
7306
7307 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7308
7309 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7310 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7311 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7312
7313 2004-04-10 Randolph Chung <tausq@debian.org>
7314
7315 * MAINTAINERS (write after approval): Add myself.
7316
7317 2004-04-07 Randolph Chung <tausq@debian.org>
7318
7319 * hppa-tdep.c (hppa_inner_than): Remove.
7320 (is_pa_2): Remove unused static variable.
7321 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7322
7323 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7324
7325 * language.h (language_defn): Add new la_post_parser field.
7326 * parser-defs.h (null_post_parser): New declaration (default for
7327 la_post_parser).
7328
7329 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7330 insert call to that function.
7331 (parse_exp_in_context): New function, including code formerly in
7332 parse_exp_1. Calls language-dependent post-parser after
7333 prefixification.
7334 (parse_expression_in_context): New exported function.
7335 (null_post_parser): New definition.
7336 * expression.h (parse_expression_in_context): Add declaration.
7337
7338 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7339 * c-lang.c (c_language_defn): Ditto.
7340 (cplus_language_defn): Ditto.
7341 (asm_language_defn): Ditto.
7342 (minimal_language_defn): Ditto.
7343 * f-lang.c (f_language_defn): Ditto.
7344 * jv-lang.c (java_language_defn): Ditto.
7345 * language.c (unknown_language_defn): Ditto.
7346 (auto_language_defn): Ditto.
7347 (local_language_defn): Ditto.
7348 * m2-lang.c (m2_language_defn): Ditto.
7349 * scm-lang.c (scm_language_defn): Ditto.
7350 * obj-lang.c (objc_language_defn): Ditto.
7351
7352 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7353
7354 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7355 (amd64nbsd_mcontext_addr): New function.
7356 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7357 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7358 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7359
7360 * corelow.c (core_xfer_partial): Fix coding standards violation.
7361 Add support for TARGET_OBJECT_WCOOKIE.
7362
7363 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7364 deprecated_pc_in_sigtramp.
7365 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7366 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7367 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7368 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7369 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7370 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7371 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7372
7373 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7374 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7375 Fix typo.
7376
7377 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7378 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7379 (amd64_collect_fxsave): Likewise.
7380
7381 * i386-sol2-tdep.c: Include "gdb_string.h".
7382 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7383 name.
7384 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7385
7386 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7387
7388 * i386-sol2-tdep.c: Include "solib-svr4.h".
7389 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7390 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7391 * config/i386/tm-i386sol2.h: Include :solib.h".
7392 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7393 solib-svr4.o and solib-legacy.o.
7394 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7395 solib-svr4.o.
7396
7397 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7398
7399 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7400 whether a register is supplied by PTRACE_GETFPREGS.
7401 (store_inferior_registers): Likewise.
7402 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7403 whether a register is supplied by PT_GETFPREGS.
7404 (store_inferior_registers): Likewise.
7405
7406 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7407 * config/i386/linux64.mt (TDEPFILES): Likewise.
7408
7409 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7410
7411 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7412 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7413 the program counter is in the range specified by `struct
7414 gdbarch_tdep'.
7415 * amd64-linux-tdep.c: Include "symtab.h".
7416 (amd64_linux_pc_in_sigtramp): Remove function.
7417 (amd64_linux_sigtramp_p): New function.
7418 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7419 deprecated_pc_in_sigtramp.
7420 * amd64nbsd-tdep.c: Include "symtab.h".
7421 (amd64nbsd_sigtramp_p): New function.
7422 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7423 deprecated_pc_in_sigtramp.
7424 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7425 few comments.
7426 (amd64obsd_pc_in_sigtramp): Remove function.
7427 (amd64obsd_sigtramp_p): New function.
7428 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7429 deprecated_pc_in_sigtramp.
7430 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7431 (i386bsd_pc_ins_sigtramp): Remove prototype.
7432 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7433 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7434 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7435 the program counter is in the range specified by `struct
7436 gdbarch_tdep'.
7437 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7438 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7439 (i386_go32_pc_in_sigtramp): Remove function.
7440 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7441 Initialize TDEP->sigtramp_p.
7442 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7443 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7444 deprecated_pc_in_sigtramp.
7445 * i386-linux-tdep.c: Adjust comments.
7446 (i386_linux_pc_in_sigtramp): Remove function.
7447 (i386_linux_sigtramp_p): New function.
7448 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7449 deprecated_pc_in_sigtramp.
7450 * i386-nto-tdep.c: Update copyright year.
7451 (i386nto_pc_in_sigtramp): Remove function.
7452 (i386nto_sigtramp_p): New function.
7453 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7454 SP_REGNUM.
7455 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7456 deprecated_pc_in_sigtramp.
7457 * i386-sol2-tdep.c: Update copyright year.
7458 (i386_sol2_pc_in_sigtramp): Remove function.
7459 (i386_sol2_sigtramp_p): New function.
7460 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7461 deprecated_pc_in_sigtramp.
7462 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7463 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7464 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7465 deprecated_sigtramp_start and deprecated_sigtramp_end.
7466 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7467 (i386nbsd_pc_in_sigtramp): Remove function.
7468 (i386nbsd_sigtramp_p): New function.
7469 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7470 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7471 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7472 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7473 (i386obsd_pc_in_sigtramp): Remove function.
7474 (i386obsd_sigtramp_p): New function.
7475 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7476 functions.
7477 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7478 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7479 TDEP->sigtramp_p.
7480 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7481 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7482 dependencies.
7483
7484 * config/i386/i386aout.mt: Remove file.
7485
7486 * configure.tgt: Remove i[34567]86-*-go32*,
7487 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7488 and i[34567]86-*-isc*. Set gdb_target to i386 for
7489 i[34567]86-*-netware* and i[34567]86-*-*.
7490 * config/i386/i386.mt: New file.
7491 * config/i386/embed.mt: Remove file.
7492 * config/i386/go32.mt: Remove file.
7493 * config/i386/i386nw.mt: Remove file.
7494 * config/i386/i386v.mt: Remove file.
7495 * config/i386/tm-go32.h: Remove file.
7496
7497 * tui/tui-hooks.c: Include "readline/readline.h" after
7498 "gdb_curses.h" instead of before.
7499 * tui/tui-io.c: Likewise.
7500
7501 * tui/tui.c: Fix typo in comment.
7502
7503 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7504
7505 2004-04-08 Andrew Cagney <cagney@redhat.com>
7506
7507 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7508 (deprecated_exception_support_initialized): Declare.
7509 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7510 (initialize_hp_cxx_exception_support)
7511 (child_enable_exception_callback): Update.
7512 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7513 (deprecated_exception_support_initialized): Rename
7514 deprecated_exception_catchpoints_are_fragile and
7515 deprecated_exception_support_initialized.
7516 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7517
7518 * symtab.c (deprecated_hp_som_som_object_present): Rename
7519 hp_som_som_object_present.
7520 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7521 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7522 Update. Delete extern declaration.
7523 * valops.c (hp_som_som_object_present): Ditto.
7524 * parse.c (deprecated_hp_som_som_object_present)
7525 (parse_nested_classes_for_hpacc): Ditto.
7526 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7527 * hppa-hpux-tdep.c (hp_som_som_object_present)
7528 (initialize_hp_cxx_exception_support): Ditto.
7529 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7530 * cp-valprint.c (hp_som_som_object_present)
7531 (cp_print_class_method): Ditto.
7532 * c-typeprint.c (hp_som_som_object_present):
7533 (c_type_print_base): Ditto.
7534 * c-exp.y (hp_som_som_object_present): Ditto.
7535
7536 2004-04-08 Andrew Cagney <cagney@redhat.com>
7537
7538 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7539 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7540 (frame_unwind_find_by_frame): Re-implement the unwind code so
7541 that it can both prepend and append sniffers. Replace
7542 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7543 * tramp-frame.c (tramp_frame_append): Use
7544 frame_unwind_prepend_unwinder.
7545 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7546 frame_unwind_register_unwinder.
7547 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7548 tramp_frame_append.
7549 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7550 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7551 (mips_linux_init_abi): Update.
7552
7553 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7554
7555 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7556 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7557 file support.
7558
7559 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7560
7561 * ia64-tdep.c (elf.h): Don't include.
7562 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7563
7564 2004-04-07 Jason Molenda (jmolenda@apple.com)
7565
7566 * frame.h: Typeo corrections in comments.
7567
7568 2004-04-07 Jim Blandy <jimb@redhat.com>
7569
7570 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7571 %esp and %ebp
7572
7573 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7574
7575 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7576 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7577 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7578 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7579 and solib-legacy.o.
7580 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7581 solib-svr4.o.
7582 * config/sparc/tm-sol2.h: Update copyright year. Include
7583 "solib.h".
7584
7585 * sparc-sol2-tdep.c: Update copyright year. Include
7586 "solib-svr4.h".
7587 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7588 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7589 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7590 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7591 dependencies.
7592
7593 2004-04-06 Andrew Cagney <cagney@redhat.com>
7594
7595 * infttrace.c: Include "infttrace.h".
7596 * infttrace.h: Include "target.h".
7597 * Makefile.in (infttrace_h): Update.
7598 (infttrace.o): Update.
7599
7600 2004-04-06 Andrew Cagney <cagney@redhat.com>
7601
7602 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7603 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7604 move extern declarations from here ...
7605 * infttrace.h: ... to here.
7606 * Makefile.in (hppah-nat.o): Update dependencies.
7607
7608 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7609 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7610 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7611 (hppa_breakpoint_from_pc): Delete.
7612
7613 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7614
7615 2004-04-05 Andrew Cagney <cagney@redhat.com>
7616
7617 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7618 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7619 <sys/file.h>.
7620
7621 2004-04-06 Randolph Chung <tausq@debian.org>
7622
7623 Committed by Andrew Cagney (mechanical change).
7624 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7625 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7626 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7627 child_enable_exception_callback, current_ex_event,
7628 null_symtab_and_line, child_get_current_exception_event,
7629 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7630 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7631 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7632 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7633 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7634 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7635 Move hpux-specific definitions ...
7636 * hppa-hpux-tdep.c: ... to here.
7637
7638 2004-04-05 Andrew Cagney <cagney@redhat.com>
7639
7640 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7641 skip_prologue_using_sal.
7642
7643 2004-04-05 Andrew Cagney <cagney@redhat.com>
7644
7645 * config/i386/tm-i386.h: Delete file.
7646 * config/i386/tm-vxworks.h: Update copyright, do not include
7647 "tm-i386.h".
7648 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7649 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7650 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7651 * config/i386/ncr3000.mt (TM_FILE): Delete.
7652 * config/i386/interix.mt (TM_FILE): Delete.
7653 * config/i386/i386v.mt (TM_FILE): Delete.
7654 * config/i386/i386nw.mt (TM_FILE): Delete.
7655 * config/i386/i386gnu.mt (TM_FILE): Delete.
7656 * config/i386/i386aout.mt (TM_FILE): Delete.
7657 * config/i386/embed.mt (TM_FILE): Delete.
7658
7659 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7660
7661 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7662 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7663 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7664 (accg7_regnum): New constants.
7665 (last_spr_regnum, last_pseudo_regnum): Update.
7666 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7667 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7668 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7669 for accg registers.
7670 (frv_register_sim_regno): Update spr_map[].
7671
7672 2004-04-04 Andrew Cagney <cagney@redhat.com>
7673
7674 * config/mips/xm-riscos.h: Delete.
7675 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7676 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7677 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7678 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7679 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7680 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7681 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7682 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7683 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7684 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7685 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7686 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7687 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7688 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7689 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7690 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7691 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7692 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7693 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7694 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7695 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7696 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7697 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7698 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7699 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7700 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7701
7702 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7703 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7704 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7705 * configure.host: Remove m680[01]0-sun-sunos3*,
7706 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7707 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7708 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7709 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7710 mips-*-riscos*.
7711 * NEWS: Mention removed systems.
7712
7713 2004-04-04 Andrew Cagney <cagney@redhat.com>
7714
7715 GDB 6.1 release created from 6.1 branch.
7716
7717 2004-04-04 Andrew Cagney <cagney@redhat.com>
7718
7719 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7720 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7721 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7722
7723 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7724 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7725 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7726
7727 2004-04-03 Jim Blandy <jimb@redhat.com>
7728
7729 * MAINTAINERS: Chris Faylor has changed employers; add him to
7730 "paper trail" section, and update his E-mail address.
7731
7732 2004-04-03 Andrew Cagney <cagney@redhat.com>
7733
7734 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7735 generic dummy frames.
7736 * dummy-frame.c: Update copyright.
7737 (dummy_frame_sniffer): Delete check for generic dummy frames.
7738
7739 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7740 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7741 (REG_PARM_STACK_SPACE): Delete.
7742 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7743 Inline reference to REG_PARM_STACK_SPACE.
7744
7745 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7746 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7747 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7748 (FRAME_BASE_BEFORE_SIGTRAMP)
7749 (hppa32_hpux_frame_base_before_sigtramp)
7750 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7751 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7752 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7753 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7754 (FRAME_BASE_BEFORE_SIGTRAMP)
7755 (hppa64_hpux_frame_base_before_sigtramp)
7756 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7757
7758 2004-04-03 Andrew Cagney <cagney@redhat.com>
7759
7760 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7761
7762 2004-04-02 Andrew Cagney <cagney@redhat.com>
7763
7764 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7765 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7766 * dummy-frame.h: Delete out-of-date comments.
7767 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7768 * gdbarch.h, gdbarch.c: Re-generate.
7769
7770 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7771
7772 Committed by Andrew Cagney <cagney@redhat.com>.
7773 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7774 into account an instruction saving a register if we have already
7775 seen an earlier instruction saving that same register.
7776
7777 2004-04-02 Andrew Cagney <cagney@redhat.com>
7778
7779 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7780 * gdbarch.h, gdbarch.c: Re-generate.
7781 * frame.c (legacy_get_prev_frame): Delete references to
7782 DEPRECATED_INIT_FRAME_PC_FIRST.
7783
7784 * infrun.c (pc_in_sigtramp): Delete function.
7785 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7786 get_frame_type.
7787
7788 2004-04-02 Andrew Cagney <cagney@redhat.com>
7789
7790 * infrun.c (handle_step_into_function): Delete code conditional on
7791 legacy_frame_p.
7792 (handle_inferior_event, step_over_function): Ditto.
7793
7794 2004-04-02 Andrew Cagney <cagney@redhat.com>
7795
7796 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7797 "previous frame inner to this frame" test.
7798
7799 2004-04-02 Andrew Cagney <cagney@redhat.com>
7800
7801 * frame.c (safe_frame_unwind_memory): New function.
7802 * frame.h (safe_frame_unwind_memory): Declare. Update description
7803 of /safe_/ methods.
7804 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7805 "next_frame". Use safe_frame_unwind_memory.
7806 (tramp_frame_sniffer): Update call to tramp_frame_start.
7807
7808 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7809
7810 * dwarf2read.c (dwarf2_objfile_data_key): New.
7811 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7812 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7813 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7814 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7815 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7816 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7817 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7818 Remove variables.
7819 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7820 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7821 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7822 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7823 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7824 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7825 Remove macros.
7826 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7827 data.
7828 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7829 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7830 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7831 (read_partial_die, read_full_die, read_indirect_string)
7832 (dwarf_decode_line_header, dwarf_decode_macros)
7833 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7834 Update uses of removed variables.
7835 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7836 of removed macros.
7837 (_initialize_dwarf2_read): New function.
7838 * symfile.h (dwarf2_has_info): Update prototype.
7839 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7840 * elfread.c (elf_symfile_read): Likewise.
7841
7842 2004-04-01 Jim Blandy <jimb@redhat.com>
7843
7844 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7845 function for register numbers on all the rs6000-derived targets.
7846 (rs6000_gdbarch_init): Don't register a separate
7847 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7848 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7849 variants.
7850
7851 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7852 numbering.
7853
7854 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7855
7856 * valarith.c: Update copyright notice.
7857 (value_add): Handle range types.
7858 (value_sub): Ditto.
7859 (value_equal): Ditto.
7860 (value_less): Ditto.
7861 (value_neg): Ditto.
7862 (value_complement): Ditto.
7863 (value_binop): Simplify slightly by using is_integral_type and
7864 eliminiating unnecessary COERCE_ENUMs.
7865
7866 2004-03-31 Andrew Cagney <cagney@redhat.com>
7867
7868 * frame.h (frame_unwind_id): Declare.
7869 * frame.c (frame_unwind_id): New function.
7870 (get_prev_frame_1): New function.
7871 (frame_debug_got_null_frame): New function.
7872 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7873 code proper to prev_frame, update description.
7874 * infrun.c (step_over_function): Use frame_unwind_id.
7875
7876 2004-04-31 J. Brobecker <brobecker@gnat.com>
7877
7878 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7879 (hppa64_push_dummy_call): Likewise.
7880
7881 2004-03-30 Jim Blandy <jimb@redhat.com>
7882
7883 From Ulrich Weigand:
7884 * utils.c (query): Do not use a va_list variable multiple times.
7885
7886 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7887
7888 * Makefile.in (linux_nat_h): Update dependencies.
7889 * configure.in: Check for <gnu/libc-version.h>.
7890 * configure: Regenerate.
7891 * config.in: Regenerate.
7892 * linux-nat.h: Include "target.h". Add waitstatus field to
7893 struct lwp_info.
7894 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7895 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7896 to.
7897 (lin_lwp_handle_extended): New function. Handle clone events.
7898 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7899 thread exit events.
7900 (child_wait): Handle clone events.
7901 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7902 * linux-nat.c (linux_enable_event_reporting): Turn on
7903 PTRACE_O_TRACECLONE.
7904 (linux_handle_extended_wait): Handle clone events.
7905 * thread-db.c: Include <gnu/libc-version.h>.
7906 (struct private_thread_info): Add dying flag.
7907 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7908 higher.
7909 (attach_thread): Update comments. Handle dying threads.
7910 (detach_thread): Set the dying flag.
7911 (check_event): Always call attach_thread.
7912
7913 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7914
7915 * mips-tdep.c (mips_pdr_data): New.
7916 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7917 (_initialize_mips_tdep): Initialize mips_pdr_data.
7918
7919 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7920
7921 * minsyms.c (install_minimal_symbols): Move dropping leading
7922 char from linkage name from here...
7923 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7924 test for "__gnu_compiled*" symbols.
7925
7926 2004-03-28 Jim Blandy <jimb@redhat.com>
7927
7928 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7929 registers to temp register r0 and byte stores as prologue
7930 instructions.
7931
7932 2004-03-28 Andrew Cagney <cagney@redhat.com>
7933
7934 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7935 arm*-*-*.
7936
7937 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7938
7939 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7940 and switch the layout to force a display of register window.
7941
7942 2004-02-26 J. Brobecker <brobecker@gnat.com>
7943
7944 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7945 of the INTEGER class.
7946
7947 2004-03-26 Jim Blandy <jimb@redhat.com>
7948
7949 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7950 bytes long on PPC GNU/Linux.
7951
7952 2004-03-26 David Carlton <carlton@kealia.com>
7953
7954 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7955
7956 2004-03-25 Andrew Cagney <cagney@redhat.com>
7957
7958 * PROBLEMS: Add general section titles, remove references to
7959 specific releases.
7960
7961 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7962
7963 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7964 INT_REGISTER_SIZE.
7965 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7966 FP_REGISTER_VIRTUAL_SIZE.
7967 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7968 of DEPRECATED_REGISTER_RAW_SIZE.
7969 (arm_register_type): Add gdbarch argument.
7970 (arm_register_raw_size, arm_register_virtual_size): Delete.
7971 (arm_register_byte, arm_extract_return_value)
7972 (arm_store_return_value, arm_get_longjmp_target): Update references
7973 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7974 (arm_gdbarch_init): Likewise. Don't set
7975 deprecated_register_raw_size, deprecated_register_virtual_size,
7976 deprecated_max_register_raw_size,
7977 deprecated_max_register_virtual_size, or
7978 deprecated_max_register_virtual_type. Do set register_type.
7979 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7980 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7981 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7982 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7983 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7984 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7985 INT_REGISTER_SIZE.
7986 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7987 (remote_rdp_store_register): Likewise.
7988
7989 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7990
7991 * Makefile.in (mips-linux-tdep.o): Update dependencies.
7992 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
7993 to after osabi initialization.
7994 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
7995 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
7996 functions.
7997 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
7998 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
7999 variables.
8000 (mips_linux_init_abi): Append signal trampoline unwinders.
8001
8002 2004-03-24 Andrew Cagney <cagney@redhat.com>
8003
8004 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
8005 * tramp-frame.c: Include "gdb_assert.h".
8006 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
8007 correct sizeof.
8008 (tramp_frame_append): Validate the tramp frame's instructions.
8009 * Makefile.in (tramp-frame.o): Update dependencies.
8010
8011 2004-03-23 Andrew Cagney <cagney@redhat.com>
8012
8013 * trad-frame.h (trad_frame_set_reg_addr): Declare.
8014
8015 2004-03-23 Andrew Cagney <cagney@redhat.com>
8016
8017 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
8018 Nasser as past testsuite/lib/ (and other) maintainers.
8019
8020 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8021
8022 * infcmd.c (attach_command): Reread symbols if we already have
8023 an exec file.
8024
8025 2004-03-23 Andrew Cagney <cagney@redhat.com>
8026
8027 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
8028
8029 2004-03-23 Andrew Cagney <cagney@redhat.com>
8030
8031 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
8032 * gdbarch.h, gdbarch.c: Re-generate.
8033 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8034 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8035 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8036 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
8037 (DEPRECATED_SIGTRAMP_START): Update.
8038 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
8039 (DEPRECATED_SIGTRAMP_START): Update.
8040 * blockframe.c (find_pc_sect_partial_function): Update.
8041 * arch-utils.c (legacy_pc_in_sigtramp): Update.
8042
8043 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8044
8045 * remote.c (remote_open_1): Reopen the exec file and reread symbols
8046 if necessary.
8047
8048 2004-03-23 Andrew Cagney <cagney@redhat.com>
8049
8050 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
8051 predicate, deprecate.
8052 * gdbarch.h, gdbarch.c: Re-generate.
8053 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8054 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8055 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
8056 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8057 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
8058 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
8059 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
8060 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
8061 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
8062 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
8063 * blockframe.c (find_pc_partial_function): Update.
8064 * breakpoint.c (bpstat_what): Update.
8065 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
8066 * frv-linux-tdep.c (frv_linux_init_abi): Update.
8067 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
8068 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
8069 * i386-interix-tdep.c (i386_interix_init_abi): Update.
8070 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8071 * i386-nto-tdep.c (i386nto_init_abi): Update.
8072 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
8073 * i386-tdep.c (i386_sigtramp_frame_sniffer)
8074 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
8075 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8076 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8077 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8078 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
8079 * infrun.c (pc_in_sigtramp): Update.
8080 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
8081 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8082 * mips-tdep.c (mips_gdbarch_init): Update.
8083 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
8084 * ppc-linux-tdep.c: Update comment.
8085 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
8086 * shnbsd-tdep.c (shnbsd_init_abi): Update.
8087 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
8088 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
8089 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
8090 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
8091 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
8092 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
8093 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
8094 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8095
8096 2004-03-23 Andrew Cagney <cagney@redhat.com>
8097
8098 * tramp-frame.h, tramp-frame.h: New files.
8099 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
8100 Update rules to include "tramp-frame.h" and "tramp-frame.c".
8101
8102 * Makefile.in: Update all dependencies.
8103
8104 2004-03-23 Andrew Cagney <cagney@redhat.com>
8105
8106 * Makefile.in (trad_frame_h): Add $(frame_h).
8107 * trad-frame.h: Update copyright. Include "frame.h".
8108 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
8109 (trad_frame_set_id, trad_frame_get_id): Declare.
8110 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
8111 * trad-frame.c: Update copyright.
8112 (struct trad_frame_cache): Define.
8113 (trad_frame_cache_zalloc): New function.
8114 (trad_frame_set_id, trad_frame_get_id): New functions.
8115 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8116
8117 2004-03-22 Andrew Cagney <cagney@redhat.com>
8118
8119 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
8120 s390_pltstub_unwind_cache.
8121 (s390_stub_frame_unwind_cache): Rename
8122 s390_pltstub_frame_unwind_cache.
8123 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
8124 (s390_stub_frame_prev_register): Rename
8125 s390_pltstub_frame_prev_register.
8126 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
8127 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
8128
8129 From Ulrich Weigand:
8130 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8131 pointer calls like PLT calls.
8132
8133 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8134
8135 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8136 PC rather than the partial function start address. Use the start
8137 address to sanity check the found PDR.
8138
8139 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8140
8141 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8142 linux_handle_extended_wait.
8143
8144 2004-03-22 Andrew Cagney <cagney@redhat.com>
8145
8146 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
8147 function.
8148
8149 * frame.h (generic_pop_current_frame): Delete declaration.
8150 (deprecate_pop_dummy_frame): Deprecate
8151 generic_pop_dummy_frame.
8152 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8153 (generic_pop_current_frame): Delete function.
8154 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8155 generic_pop_current_frame.
8156 * v850-tdep.c (v850_pop_frame): Update.
8157 * mcore-tdep.c (mcore_pop_frame): Update.
8158 * sh64-tdep.c (sh64_pop_frame): Update.
8159 * h8300-tdep.c (h8300_pop_frame): Update.
8160
8161 2004-03-22 Andrew Cagney <cagney@redhat.com>
8162
8163 * frame.h (deprecated_pc_in_call_dummy): Rename
8164 generic_pc_in_call_dummy.
8165 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8166 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8167 generic_pc_in_call_dummy.
8168 (pc_in_dummy_frame): Make static.
8169 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8170 * gdbarch.h, gdbarch.c: Re-generate.
8171 * dummy-frame.c (dummy_frame_sniffer): Simplify.
8172 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8173 (legacy_get_prev_frame): Ditto.
8174 * inferior.h: Delete reference to generic_pc_in_call_dummy in
8175 comment.
8176
8177 2004-03-21 Andrew Cagney <cagney@redhat.com>
8178
8179 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8180 declaration and out-of-date comment.
8181 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8182 Delete function.
8183 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8184 deprecated_pc_in_call_dummy.
8185
8186 * infrun.c (handle_inferior_event): For non legacy frames, use the
8187 frame ID and frame type to identify a signal trampoline. Update
8188 comments.
8189
8190 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
8191
8192 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8193 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8194
8195 2004-03-21 Andrew Cagney <cagney@redhat.com>
8196
8197 * frame-unwind.h: Update copyright.
8198 (struct frame_data): Add opaque declaration.
8199 (frame_sniffer_ftype): Declare.
8200 (struct frame_unwind): Add "unwind_data" and "sniffer".
8201 (frame_unwind_register_unwinder): Declare.
8202 (frame_unwind_find_by_frame): Add parameter "this_cache".
8203 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8204 (legacy_get_prev_frame, legacy_get_prev_frame)
8205 (get_frame_type): Pass the prologue_cache to
8206 frame_unwind_find_by_frame.
8207 * frame-unwind.c (struct frame_unwind_table_entry): Add field
8208 "unwinder".
8209 (frame_unwind_register_unwinder): New function.
8210 (frame_unwind_find_by_frame): Handle an unwind sniffer.
8211
8212 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
8213
8214 * bcache.c (print_percentage): Use floating point to avoid
8215 incorrect results when portion*100 overflows.
8216
8217 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8218
8219 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8220 (ppc_linux_init_extra_frame_info)
8221 (ppc_linux_frameless_function_invocation)
8222 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8223 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8224 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8225 (rs6000_frame_chain): Delete declarations.
8226 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8227 (ppc_linux_init_extra_frame_info)
8228 (ppc_linux_frameless_function_invocation)
8229 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8230 (ppc_linux_init_abi): Remove registration of above deleted functions.
8231 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8232 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8233 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8234 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8235 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8236 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8237 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8238 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8239 frame management for all OSABIs.
8240
8241 2004-03-19 Andrew Cagney <cagney@redhat.com>
8242
8243 Committed by Kevin Buettner <kevinb@redhat.com>.
8244
8245 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8246 Update copyright.
8247 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8248 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8249 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8250 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8251 unwinders. #ifdef legacy frame code.
8252 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8253 "frame-base.h".
8254 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8255 (struct rs6000_frame_cache, rs6000_frame_cache)
8256 (rs6000_frame_this_id, rs6000_frame_prev_register)
8257 (rs6000_frame_sniffer, rs6000_frame_unwind)
8258 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8259 (rs6000_frame_base): Implement a traditional frame unwinder.
8260 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8261 frame unwinder.
8262
8263 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8264
8265 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8266 breakpoint address for watchpoints or the catch eventpoints.
8267 Add new paramter ``bptype''. Adjust all callers.
8268
8269 2004-03-19 Andrew Cagney <cagney@redhat.com>
8270
8271 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8272
8273 * PROBLEMS: Delete note that ARM does not use frame code, problem
8274 fixed.
8275
8276 2004-03-18 Andrew Cagney <cagney@redhat.com>
8277
8278 * stack.c (return_command): Delete code wrapped in #ifdef
8279 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8280
8281 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8282
8283 2004-03-18 Andrew Cagney <cagney@redhat.com>
8284
8285 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8286 DEPRECATED_IN_SIGTRAMP.
8287 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8288 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8289 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8290 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8291 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8292 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8293 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8294 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8295 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8296 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8297
8298 2004-03-18 Andrew Cagney <cagney@redhat.com>
8299
8300 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8301 (struct frame_base_table_entry): Define.
8302 (struct frame_base_table): Re-implement as a linked list.
8303 (frame_base_init): Re-implement.
8304 (frame_base_table): Delete function.
8305 (append_predicate): Delete function.
8306 (frame_base_append_sniffer): Update.
8307 (frame_base_set_default): Update.
8308 (frame_base_find_by_frame): Update.
8309 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8310 * Makefile.in (frame-base.o): Update dependencies.
8311
8312 2004-03-17 Andrew Cagney <cagney@redhat.com>
8313
8314 * frame.c (legacy_get_prev_frame): Pass correct frame to
8315 frame_unwind_find_by_frame.
8316
8317 2004-03-17 David Carlton <carlton@kealia.com>
8318
8319 * NEWS: Mention C++ nested types and namespaces
8320
8321 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8322
8323 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8324 and "Regressions since gdb 5.3.". Add known regressions since
8325 gdb 6.0.
8326
8327 2004-03-16 David Carlton <carlton@kealia.com>
8328
8329 * dwarf2read.c (process_structure_scope): Process children even
8330 when we're a declaration.
8331
8332 2004-03-16 Andrew Cagney <cagney@redhat.com>
8333
8334 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8335 * blockframe.c (find_pc_partial_function)
8336 (find_pc_sect_partial_function): Merge into a single
8337 find_pc_partial_function.
8338
8339 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8340
8341 * i386bsd-nat.c: s/regno/regnum/g.
8342 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8343 FP0_REGNUM.
8344 (store_inferior_registers): Likewise.
8345
8346 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8347
8348 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8349 of i387_fill_fsave.
8350 (store_inferior_registers): Call i387_collect_fsave and
8351 i387_collect_fxsave instead of i387_fill_fsave and
8352 i387_fill_fxsave.
8353
8354 2004-03-15 Andrew Cagney <cagney@redhat.com>
8355
8356 * Makefile.in (frame-unwind.o): Update dependencies.
8357 * frame-unwind.c: Include "gdb_obstack.h".
8358 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8359 parameter.
8360 (append_predicate): Delete function.
8361 (struct frame_unwind_table_entry): New structure.
8362 (struct frame_unwind_table): Replace "sniffer" with "head" and
8363 "tail".
8364 (frame_unwind_append_sniffer): Update.
8365 (frame_unwind_find_by_frame): Update.
8366 (_initialize_frame_unwind): Registe frame_unwind_init using
8367 gdbarch_data_register_pre_init.
8368
8369 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8370
8371 * i386bsd-nat.c: Update copyright year.
8372 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8373 define unconditionally.
8374
8375 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8376
8377 * i387-tdep.h (i387_collect_fsave): New prototype.
8378 * i387-tdep.c (i387_collect_fsave): New function containing most
8379 of the code from i387_fill_fsave.
8380 (i387_fill_fsave): Call i387_collect_fsave.
8381
8382 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8383
8384 * i386-linux-tdep.c: Update copyright year.
8385 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8386 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8387 svr4_ilp32_link_map_offsets instead of
8388 i386_linux_svr4_fetch_link_map_offsets.
8389
8390 2004-03-15 David Carlton <carlton@kealia.com>
8391
8392 Fix for PR c++/1553:
8393 * dwarf2read.c (read_structure_type): Determine type name by
8394 calling determine_class_name.
8395 (determine_class_name): New.
8396 (determine_prefix): Look at TYPE_TAG_NAME and call
8397 determine_class_name when appropriate.
8398 (determine_prefix_aux, class_name): Delete.
8399 (read_namespace): Set die->type.
8400
8401 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8402
8403 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8404 unused macro definition. The definition in target.h (or perhaps
8405 elsewhere) takes precedence.
8406
8407 2004-03-15 Andrew Cagney <cagney@redhat.com>
8408
8409 * ppc-tdep.h: Update copyright.
8410 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8411 function signatures to match "regsets.h".
8412 * ppc-linux-tdep.c: Include "regset.h".
8413 (ELF_GREGSET_SIZE): Delete.
8414 (right_supply_register): New function.
8415 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8416 using right_supply_register.
8417 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8418 functions.
8419 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8420 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8421 (_initialize_ppc_linux_tdep): Do not register
8422 ppc_linux_regset_core_fns.
8423 (ppc_linux_regset_from_core_section): Replace
8424 fetch_core_registers.
8425 (ppc_linux_regset_core_fns): Delete.
8426 * ppc-linux-nat.c: (right_fill_reg): New function.
8427 (supply_gregset): Update call to ppc_linux_supply_gregset.
8428 (fill_gregset): Clear the register set, use right_fill_reg.
8429 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8430 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8431
8432 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8433 unsigned.
8434
8435 2004-03-15 Andrew Cagney <cagney@redhat.com>
8436
8437 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8438 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8439 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8440 and register_gdbarch_data.
8441 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8442 (struct gdbarch_data): Replace "init" by "pre_init" and
8443 "post_init".
8444 * gdbarch.h, gdbarch.c: Re-generate.
8445 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8446 with"obstack", use OBSTACK_ZALLOC.
8447 (dwarf2_frame_ops): Delete.
8448 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8449 (dwarf2_frame_init_reg): Use gdbarch_data.
8450 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8451 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8452 (_initialize_svr4_solib): Update.
8453 * user-regs.c (_initialize_user_regs): Update.
8454 * reggroups.c (_initialize_reggroup): Update.
8455 * regcache.c (_initialize_regcache): Update.
8456 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8457 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8458 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8459 * frame-unwind.c (_initialize_frame_unwind): Update.
8460 * frame-base.c (_initialize_frame_base): Update.
8461 * user-regs.c (user_reg_add): Update.
8462 * reggroups.c (reggroup_add): Update.
8463 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8464 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8465 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8466 * frame-base.c (frame_base_table): Update.
8467 * remote.c (_initialize_remote): Update.
8468 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8469
8470 2004-03-15 Andrew Cagney <cagney@redhat.com>
8471
8472 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8473
8474 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8475
8476 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8477 * frv-linux-tdep.c: New file.
8478 * frv-tdep.c (struct gdbarch_tdep): Add new field
8479 ``sigcontext_reg_addr''.
8480 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8481 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8482 (frv_sigramp_frame_sniffer): New functions.
8483 (frv_sigtramp_frame_unwind): New static global.
8484 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8485 sniffers.
8486 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8487 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8488
8489 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8490
8491 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8492 but not via a call to error(), when unable to read memory.
8493
8494 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8495
8496 * frv-tdep.c (frv_call_dummy_words): Delete.
8497 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8498
8499 2004-03-15 Andrew Cagney <cagney@redhat.com>
8500
8501 * infrun.c (handle_step_into_function, step_over_function): Only
8502 update and use STEP_FRAME_ID when the system is using legacy
8503 frames. Update comments.
8504
8505 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8506
8507 * amd64-linux-tdep.h: Remove file.
8508 * amd64-linux-tdep.c: Don't include "inferior.h" and
8509 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8510 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8511 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8512 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8513 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8514 macros.
8515 (user_to_gdb_regmap): Remove variable.
8516 (amd64_linux_gregset_reg_offset): New variable.
8517 (amd64_core_fns): Remove variable.
8518 (fetch_core_registers): Remove function.
8519 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8520 functions.
8521 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8522 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8523 * Makefile.in (amd64_linux_tdep_h): Remove.
8524 (amd64-linux-nat.o): Update dependencies.
8525 (amd64-linux-tdep.o): Update dependencies.
8526
8527 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8528 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8529 functions.
8530 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8531
8532 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8533 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8534
8535 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8536
8537 * dwarf2read.c (read_structure_type): Rename from
8538 read_structure_scope. Don't create a symbol or call process_die.
8539 Return immediately if die->type is set. Call read_type_die before
8540 dwarf2_add_member_fn.
8541 (process_structure_scope): New function.
8542 (read_enumeration_type, process_enumeration_scope): New functions,
8543 broken out from read_enumeration. Don't create the enumeration
8544 type if it has already been created.
8545 (read_enumeration): Removed.
8546 (process_die): Call read_structure_type, process_structure_scope,
8547 read_enumeration_type, and process_enumeration_scope. Just call
8548 new_symbol for base and subrange types. Add a comment about other
8549 type dies.
8550 (read_type_die): Call read_enumeration_type.
8551 (add_partial_structure, new_symbol): Update comments.
8552
8553 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8554
8555 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8556
8557 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8558
8559 * tui/tui-win.h (tui_get_cmd_list): Declare.
8560 * tui/tui-win.c (tui_command): New function.
8561 (tui_get_cmd_list): New function.
8562 (_initialize_tui_win): Moved initialization of tui command in
8563 tui_get_cmd_list.
8564
8565 * tui/tui-data.c (init_content_element): Setup new data members.
8566 (init_win_info): Likewise.
8567 (free_content_elements): Free it.
8568 * tui/tui-data.h (struct tui_data_element): Store the register
8569 content to print.
8570 (struct tui_data_info): Keep the current register group.
8571
8572 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8573
8574 * tui/tui-regs.h (tui_show_registers): Update prototype.
8575 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8576 (tui_resize_all): No need to calculate anything for register window.
8577 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8578 (tui_set_register_element, tui_set_general_regs_content): Remove.
8579 (tui_set_special_regs_content): Remove.
8580 (tui_set_general_and_special_regs_content): Remove.
8581 (tui_set_float_regs_content): Remove.
8582 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8583 (tui_set_regs_content): Remove.
8584 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8585 (tui_v_show_registers_command_support): Remove.
8586 (tui_show_registers): Use a reggroup to specify the registers to show.
8587 (tui_show_register_group): New function.
8588 (tui_display_registers_from): Compute the layout of register window
8589 and refresh with new API; be sure to delete old register windows.
8590 (tui_check_register_values): Update to use tui_get_register and
8591 tui_display_data.
8592 (tui_display_register): Just refresh the register window part.
8593 (tui_register_format): Format registers and save in tui_data_element.
8594 (tui_get_register): New to combine tui_reg_value_has_changed and
8595 tui_get_register_raw_value; fix to use the new gdb API.
8596 (tui_show_float_command): Renamed tui_reg_float_command.
8597 (tui_show_general_command): Renamed tui_reg_general_command.
8598 (tui_show_special_command): Renamed tui_reg_system_command.
8599 (_initialize_tui_regs): Remove unused commands.
8600
8601 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8602
8603 * NEWS (New native configurations): Mention OpenBSD/amd64.
8604
8605 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8606 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8607 Remove defines.
8608 * config/i386/nm-fbsd64.h: Likewise.
8609 * config/i386/nm-obsd.h: Likewise.
8610 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8611 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8612
8613 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8614
8615 * frv-tdep.c (set_variant_scratch_registers): New function.
8616 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8617 New constants.
8618
8619 From Richard Sandiford <rsandifo@redhat.com>:
8620 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8621
8622 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8623
8624 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8625 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8626 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8627 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8628 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8629 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8630 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8631 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8632 definitions from frv-tdep.c to frv-tdep.h.
8633
8634 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8635
8636 Add shared library support for FR-V FDPIC ABI:
8637 * Makefile.in (solib-frv.o): Add dependencies.
8638 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8639 New functions.
8640 (frv_push_dummy_call): Add support for FDPIC ABI.
8641 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8642 for FDPIC ABI.
8643 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8644 (frv_fdpic_find_canonical_descriptor): Declare.
8645 * solib-frv.c: New file.
8646 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8647 * config/frv/tm-frv.h (solib.h): Include.
8648
8649 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8650
8651 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8652 (frv-tdep.o): Update dependencies.
8653 * frv-tdep.h: New file.
8654 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8655 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8656 constants.
8657 (struct gdbarch_tdep): Add new member ``frv_abi''.
8658 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8659 functions.
8660 (new_variant): Set ``frv_abi'' field.
8661 (gdb_arch_init): Detect FDPIC executables.
8662
8663 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8664
8665 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8666 wrapper.
8667
8668 2004-03-11 Andrew Cagney <cagney@redhat.com>
8669
8670 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8671
8672 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8673
8674 * solist.h (master_so_list): New function.
8675 * solib.c (master_so_list): Likewise.
8676 * solib-svr4.c (enable_break): Iterate over so_list entries
8677 obtained from master list instead of entries obtained directly
8678 via svr4_current_sos().
8679
8680 2004-03-10 Ben Elliston <bje@gnu.org>
8681
8682 * MAINTAINERS: Update my mail address.
8683
8684 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8685
8686 * remote-m32r-sdi.c: Support hardware watchpoint.
8687
8688 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8689
8690 * user-regs.c: Update copyright years.
8691 (struct user_regs): Rename to gdb_user_regs.
8692 (append_user_reg, builtin_user_regs, user_regs_init)
8693 (user_reg_add, user_reg_map_name_to_regnum)
8694 (usernum_to_user_reg): Update.
8695
8696 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8697
8698 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8699 (skip_children): New functions.
8700 (locate_pdi_sibling): Call skip_children.
8701
8702 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8703
8704 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8705 * gdbtypes.c (check_typedef): Update comments.
8706
8707 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8708
8709 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8710 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8711 pointer. Update comment about comp_unit_head.
8712 (struct abbrev_info): Shorten two int flags.
8713 (dwarf_alloc_abbrev): Take a CU argument.
8714 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8715 each time through the loop. Update cleanup argument.
8716 (psymtab_to_symtab_1): Update cleanup call.
8717 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8718 abbrev_obstack.
8719 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8720 Just call obstack_free and clear the pointer.
8721
8722 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8723
8724 * infrun.c (handle_inferior_event): Remove short-circuit code for
8725 events in a different thread.
8726
8727 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8728
8729 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8730 print the whole transfer.
8731 (initialize_targets): Update description of "set debug target".
8732
8733 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8734
8735 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8736
8737 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8738
8739 * MAINTAINERS (write after approval): Add myself.
8740
8741 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8742
8743 * sh-tdep.c (sh_print_registers_info): Use for loop.
8744 Don't skip multiple registers when a float register is encountered.
8745
8746 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8747
8748 Fix PR tdep/1291.
8749 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8750 to official SH documentation.
8751
8752 2004-03-07 Andrew Cagney <cagney@redhat.com>
8753
8754 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8755 unused function.
8756
8757 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8758
8759 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8760 (arm_get_next_pc): Handle BX and BLX.
8761
8762 2004-03-07 Andrew Cagney <cagney@redhat.com>
8763
8764 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8765 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8766 HPPA_SP_REGNUM.
8767 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8768 (hppa_target_read_fp): Delete.
8769 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8770 register_virtual_size, max_register_raw_size,
8771 max_register_virtual_size, register_byte, register_size,
8772 target_read_fp, fp_regnum, and register_bytes. Set register_type
8773 instead of register_virtual_type.
8774 (hppa32_register_type, hppa64_register_type): Replace
8775 hppa32_register_virtual_type and hppa64_register_virtual_type.
8776 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8777 (HPPA_FP_REGNUM): Define.
8778
8779 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8780
8781 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8782 (pa_do_registers_info): Delete.
8783 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8784 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8785 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8786
8787 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8788 GDB_TARGET_IS_HPPA code.
8789 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8790 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8791 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8792 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8793 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8794 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8795 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8796 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8797 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8798 (hppa_frameless_function_invocation, hppa64_store_return_value)
8799 (hppa_store_struct_return, hppa64_extract_return_value)
8800 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8801 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8802 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8803 (find_proc_framesize, deposit_21, restore_pc_queue)
8804 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8805 (rp_saved, pc_in_linker_stub): Delete.
8806
8807 Unconditionally enable 64-bit frame and ABI code.
8808 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8809 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8810 push_dummy_frame, fix_call_dummy, push_arguments,
8811 call_dummy_location, extract_return_value, use_struct_convention,
8812 store_return_value, store_struct_return, saved_pc_after_call,
8813 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8814 frame_chain, frame_chain_valid, frameless_function_invocation,
8815 frame_saved_pc, and pop_frame.
8816
8817 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8818 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8819 (hppa_gdbarch_init): Do not set PC_REGNUM.
8820
8821 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8822
8823 * config/alpha/tm-fbsd.h: Remove file.
8824 * config/alpha/fbsd.mt: Tweak comment.
8825 (TM_FILE): Set to tm-alpha.h.
8826
8827 2004-03-05 Andrew Cagney <cagney@redhat.com>
8828
8829 * infrun.c (step_over_function): When non-legacy code, and no
8830 step_frame_id, use the unwinder to get the caller's frame ID.
8831
8832 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8833
8834 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8835 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8836 bfd_arch_unknown. Adjust comment.
8837
8838 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8839 * i386obsd-tdep.c: Correct spelling in comment.
8840 * i386nbsd-tdep.c: Correct spelling in comment.
8841 * sparc-tdep.c: Correct spelling in comments.
8842
8843 2004-03-05 David Carlton <carlton@kealia.com>
8844
8845 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8846 bug.
8847
8848 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8849
8850 * sparc-tdep.c: Fix typo in comment.
8851
8852 2004-03-04 J. Brobecker <brobecker@gnat.com>
8853
8854 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8855
8856 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8857
8858 * dwarf2read.c: Add comment describing memory lifetimes.
8859 (struct dwarf2_pinfo): Update comment.
8860 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8861 (read_enumeration, new_symbol): Don't use obsavestring.
8862
8863 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8864
8865 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8866 instead of amd64_fill_fxsave.
8867 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8868 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8869
8870 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8871 Reorganize code a bit.
8872
8873 2004-03-04 Orjan Friberg <orjanf@axis.com>
8874
8875 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8876 when the frame pointer is pushed. Don't set the frame pointer's
8877 address on the stack unless it's actually located there.
8878 Set the SRP's address on the stack correctly when the PC is still in
8879 the prologue.
8880 (cris_return_value): New function.
8881 (cris_gdbarch_init): Clear deprecated store_return_value,
8882 extract_return_value.
8883
8884 2004-03-02 Jim Blandy <jimb@redhat.com>
8885
8886 * stabsread.c (reg_value_complaint): The maximum register number
8887 is one less than the number of registers.
8888
8889 2004-03-02 Andrew Cagney <cagney@redhat.com>
8890
8891 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8892 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8893 trailing comma and redundant assignment of I386_ST0_REGNUM.
8894 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8895 32-bit segment registers.
8896
8897 2004-03-01 Andrew Cagney <cagney@redhat.com>
8898
8899 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8900 use frame_relative_level and get_next_frame.
8901
8902 2004-02-29 Andrew Cagney <cagney@redhat.com>
8903
8904 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8905 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8906 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8907 Delete macro.
8908
8909 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8910
8911 * inflow.c (terminal_inferior): Don't give up the terminal if we
8912 previously couldn't get the inferior's terminal state.
8913
8914 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8915
8916 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8917 PC_REGNUM.
8918
8919 2004-02-28 Andrew Cagney <cagney@redhat.com>
8920
8921 * NEWS: Refer to GDB 6.1.
8922 * README: Refer to GDB 6.1.
8923 * PROBLEMS: Refer to GDB 6.1.
8924
8925 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8926
8927 * thread-db.c (disable_thread_signals): Remove unused function.
8928
8929 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8930
8931 * amd64-nat.c: Include "gdb_string.h".
8932 (amd64_collect_native_gregset): Zero-extend the 32-bit
8933 general-purpose registers and %eip.
8934
8935 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8936 * amd64-tdep.c (amd64_collect_fxsave): New function.
8937 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8938
8939 * i387-tdep.h: Update copyright year.
8940 (i387_collect_fxsave): New prototype.
8941 * i387-tdep.c: Update copyright year.
8942 (i387_collect_fxsave): New function containing most of the code
8943 from i387_fill_fxsave.
8944 (i387_fill_fxsave): Call i387_collect_fxsave.
8945
8946 2004-02-28 Andrew Cagney <cagney@redhat.com>
8947
8948 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8949 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8950
8951 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8952
8953 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8954
8955 2004-02-28 Andrew Cagney <cagney@redhat.com>
8956
8957 * utils.c: Use "", instead of <>, to include readline.
8958 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8959 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8960 * source.c, solib.c, exec.c, event-top.c: Ditto.
8961 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8962 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8963 * Makefile.in: Update all dependencies.
8964 (readline_tilde_h, readline_history_h): Define.
8965 (readline_headers): Delete.
8966
8967 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8968
8969 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8970 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8971 "config/i386/tm-lx64.h".
8972
8973 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8974 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8975 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8976
8977 2004-02-28 Andrew Cagney <cagney@redhat.com>
8978
8979 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8980
8981 * breakpoint.c (_initialize_breakpoint): Use
8982 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8983 Add help to show command.
8984
8985 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8986
8987 * i386-nat.c: Reformat to be closer to coding standards.
8988 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8989 `retval'. Make variables `align' and `size' local to while-loop.
8990 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8991 (_initialize_i386_nat): New prototype.
8992
8993 * tui/tui.c: Include <readline/readline.h> instead of
8994 "readline/readline.h". Include it after <term.h> and
8995 "gdb_curses.h".
8996
8997 2004-02-27 Andrew Cagney <cagney@redhat.com>
8998
8999 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
9000 the new frame unwind code.
9001 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
9002 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
9003 PCOQ_HEAD_REGNUM.
9004
9005 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
9006 "return_value" and "push_dummy_call".
9007 (hppa32_use_struct_convention): Delete unused function.
9008 (hppa32_store_return_value): Delete unused function.
9009 (hppa32_extract_return_value): Delete unused function.
9010 (hppa32_stack_align): Delete function.
9011
9012 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
9013
9014 * coffread.c (enter_linenos): Don't let rawptr reference memory
9015 outside linetab[]'s limits.
9016
9017 2004-02-27 Andrew Cagney <cagney@redhat.com>
9018
9019 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
9020 inferior stack space - the stack needs to grow upwards.
9021 (hppa32_frame_align): New function.
9022 (hppa64_frame_align): Replace hppa_frame_align.
9023 (hppa_gdbarch_init): Update.
9024
9025 2004-02-26 Orjan Friberg <orjanf@axis.com>
9026
9027 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
9028 (dwarf2-frame.h): Include.
9029 (enum cris_regnums): New enum CRIS_FP_REGNUM.
9030 Remove static variables related to ABI setting.
9031 (struct gdbarch_tdep): Remove cris_abi member.
9032 (struct frame_extra_info): Remove.
9033 (cris_unwind_cache, stack_item): New structs.
9034 (cris_frame_unwind, cris_frame_base): New variables.
9035 (push_stack_item, pop_stack_item)
9036 (cris_frame_unwind_cache, cris_frame_this_id)
9037 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
9038 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
9039 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
9040 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
9041 (cris_reg_struct_has_addr): New functions.
9042 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
9043 (cris_frame_saved_pc, cris_saved_pc_after_call,
9044 (cris_store_struct_return, cris_frameless_function_invocation)
9045 (cris_pop_frame, cris_skip_prologue_main)
9046 (cris_abi_original_store_return_value)
9047 (cris_abi_v2_store_return_value)
9048 (cris_abi_original_extract_return_value)
9049 (cris_abi_v2_extract_return_value)
9050 (cris_abi_original_reg_struct_has_addr)
9051 (cris_abi_v2_reg_struct_has_addr)
9052 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
9053 (cris_push_return_address, cris_abi_update): Remove.
9054 (_initialize_cris_tdep): Remove ABI command.
9055 (cris_dump_tdep): Ditto.
9056 (cris_gdbarch_init): Remove ABI command.
9057 Set store_return_value, extract_return_value, push_dummy_code,
9058 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
9059 frame_unwind_append_sniffer, frame_base_set_default.
9060 Clear deprecated init_frame_pc, push_arguments, store_return_value,
9061 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
9062 sizeof_call_dummy_words, get_saved_register, push_return_address,
9063 pop_frame, store_struct_return, frame_init_saved_regs,
9064 init_extra_frame_info, frameless_function_invocation, frame_chain,
9065 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
9066 dummy_write_sp.
9067
9068 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9069
9070 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
9071 * valprint.c (print_hex_chars): Change from static to external.
9072 (print_char_chars): New function.
9073 * printcmd.c (print_scalar_formatted): For integer and enum types
9074 that are longer than LONGEST, perform processing via appropriate
9075 print_*_chars routines.
9076
9077 2004-02-26 Andrew Cagney <cagney@redhat.com>
9078
9079 * Makefile.in: Update dependencies.
9080 Changes from Ulrich Weigand,
9081 * s390-tdep.c: Include "dwarf2-frame.h".
9082 (s390_dwarf2_frame_init_reg): New function.
9083 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
9084 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
9085
9086 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9087
9088 * breakpoint.c (pending_break_support): New setting variable.
9089 (break_command_1): Account for pending_break_support setting
9090 when creating pending breakpoints.
9091 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
9092 (_initialize_breakpoint): Add "set breakpoint pending" and
9093 "show breakpoint pending" commands.
9094
9095 2004-02-26 Andrew Cagney <cagney@redhat.com>
9096
9097 Fix PR i18n/1570.
9098 * charset.c (backslashable, backslashed, represented): Remove 'e'
9099 from list of escaped characters, not part of ISO-C.
9100
9101 2004-02-25 J. Brobecker <brobecker@gnat.com>
9102
9103 From Peter Schauer <schauer@pdf.de>:
9104 * tui/tui.c: Move system header includes after local includes.
9105 Fixes a build failure on solaris systems.
9106
9107 2004-02-25 J. Brobecker <brobecker@gnat.com>
9108
9109 * configure.in: Refine the previous change.
9110 * configure: Regenerate.
9111
9112 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9113
9114 * amd64-tdep.h: Renamed from x86-64-tdep.h.
9115 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
9116 "amd64-tdep.h" instead of "x86-64-tdep.h".
9117 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9118 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
9119 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
9120 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9121 and "x86-64-tdep.c".
9122 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
9123 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9124 and "x86-64-tdep.c".
9125 * amd64bsd-nat.c: Update copyright year.
9126 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9127 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
9128 "x86-64-tdep.h".
9129 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9130 "x86-64-tdep.h".
9131 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9132 "x86-64-tdep.h".
9133 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9134 "x86-64-tdep.h".
9135 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9136 "x86-64-tdep.h".
9137 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9138 "x86-64-tdep.h".
9139 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9140 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9141 * Makefile.in (amd64_linux_tdep_h): Renamed from
9142 x86_64_linux_tdep_h.
9143 (amd64_tdep_h): Renamed from x86_64_tdep_h.
9144 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9145 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9146 (amd64obsd-tdep.o): Update dependencies.
9147 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
9148 dependencies.
9149 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
9150 dependencies.
9151 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
9152 amd64-linux-nat.c amd64-linux-tdep.c.
9153 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9154 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9155 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9156 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9157 amd64-tdep.o and amd64-linux-tdep.o.
9158 (TM_FILE): Set to tm-linux64.h.
9159 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9160 (NAT_FILE): Set to nm-linux64.h.
9161 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9162 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9163 amd64-tdep.o.
9164 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9165 amd64-tdep.o.
9166 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9167 amd64-tdep.o.
9168
9169 2004-02-25 Roland McGrath <roland@redhat.com>
9170
9171 * remote.c (remote_protocol_qPart_auxv): New variable.
9172 (init_all_packet_configs): Initialize it.
9173 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9174 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9175 (show_remote_cmd): Call it.
9176 (_initialize_remote): Initialize commands.
9177 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9178 service TARGET_OBJECT_AUXV requests.
9179
9180 2004-02-25 J. Brobecker <brobecker@gnat.com>
9181
9182 * configure.in: Make sure that the wborder function is available.
9183 Otherwise, search for it in the cur_colr library.
9184 * configure: Regenerate.
9185
9186 2004-02-25 Andrew Cagney <cagney@redhat.com>
9187
9188 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9189
9190 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9191
9192 * config/i386/tm-x86-64linux.h: Tweak comments.
9193
9194 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
9195
9196 * MAINTAINERS: Add self to write-after-approval list.
9197
9198 2004-02-25 Andrew Cagney <cagney@redhat.com>
9199
9200 PR cli/1566. Problem found, and fix suggested by David Allan.
9201 * cli/cli-script.c (execute_control_command): Unconditionally
9202 install a cleanup. Default "ret" to "invalid_control". Use
9203 "break" instead of "return" to escape from the switch.
9204
9205 2004-02-24 J. Brobecker <brobecker@gnat.com>
9206
9207 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9208 with the lines macro defined in term.h on AiX.
9209 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9210 a collision with the label_width macro defined in term.h on AiX.
9211
9212 2004-02-23 David Mosberger <davidm@hpl.hp.com>
9213
9214 Committed by Kevin Buettner <kevinb@redhat.com>.
9215
9216 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9217 * ia64-tdep.c (ia64_write_pc): Make it a global function.
9218 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9219 instead of ia64_write_pc().
9220 * ia64-linux-tdep.c (regcache.h): Include.
9221 (ia64_linux_write_pc): New function.
9222
9223 2004-02-23 Roland McGrath <roland@redhat.com>
9224
9225 * auxv.c (info_auxv_command): Fix typos in error messages.
9226
9227 2004-02-23 Mark Kettenis <kettenis@gnu.org>
9228
9229 * x86-64-tdep.h: Tweak comment.
9230 (enum amd64_regnum): New.
9231 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9232 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9233 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9234 (X86_64_XMM1_REGNUM): Removed.
9235 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9236 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9237 prototypes for renamed functions.
9238 * x86-64-tdep.c: Fix typo.
9239 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9240 register numbers.
9241 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9242 Use constants from `enum amd64_regnum' for register numbers.
9243 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9244 (amd64_analyze_prologue, amd64_frame_cache,
9245 amd64_sigtramp_frame_cache): Use constants from `enum
9246 amd64_regnum' for register numbers.
9247 (amd64_supply_fpregset): Adjust for renamed functions.
9248 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9249 `enum amd64_regnum' for register numbers.
9250 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9251 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9252 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9253 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9254 (amd64_linux_fill_gregset): Adjust for renamed macros.
9255 (fetch_core_registers): Adjust for renamed functions.
9256 (amd64_linux_init_abi): Adjust for renamed functions.
9257 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9258 renamed functions.
9259 * amd64-nat.c: Adjust for renamed macros.
9260 * amd64bsd-nat.c (fetch_inferior_registers)
9261 (store_inferior_registers): Use constants from `enum amd64_regnum'
9262 for register numbers. Adjust for renamed variables.
9263 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9264 renamed variables.
9265 (_initialize_amd64fbsd_nat): Use constants from `enum
9266 amd64_regnum' for register numbers.
9267 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9268 `enum amd64_regnum' for register numbers.
9269 (amd64fbsd_init_abi): Adjust for renamed functions.
9270 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9271 `enum amd64_regnum' for register numbers.
9272 (amd64nbsd_init_abi): Adjust for renamed functions.
9273 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9274 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9275 `enum amd64_regnum' for register numbers.
9276 (amd64obsd_init_abi): Adjust for renamed functions.
9277 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9278
9279 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9280
9281 * breakpoint.c (print_one_breakpoint): Do not output spaces
9282 after printing <PENDING> for a pending breakpoint.
9283
9284 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9285
9286 * printcmd.c (print_scalar_formatted): Initialize val_long
9287 to remove compiler warning message.
9288
9289 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9290
9291 * defs.h (nquery, yquery): New prototypes.
9292 * breakpoint.c (break_command_1): Use new nquery interface.
9293 * utils.c (defaulted_query, nquery, yquery): New functions.
9294
9295 2004-02-23 Andrew Cagney <cagney@redhat.com>
9296
9297 * hppa-tdep.c (hppa_frame_align): New function.
9298 (hppa32_push_dummy_call): New function.
9299 (hppa64_push_dummy_call): New function.
9300 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9301 disabled.
9302
9303 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9304 FIX_CALL_DUMMY when push_dummy_call is available.
9305 (call_function_by_hand, push_dummy_code): Ditto.
9306
9307 2004-02-22 Andrew Cagney <cagney@redhat.com>
9308
9309 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9310 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9311 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9312 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9313 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9314 call_dummy_location to ON_STACK.
9315
9316 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9317
9318 * x86-64-linux-tdep.c: Tweak comment.
9319 (amd64_linux_supply_gregset): Renamed from
9320 x86_64_linux_supply_gresget.
9321 (amd64_linux_fill_gregset): Renamed from
9322 x86_64_linux_fill_gregset.
9323 (fetch_core_registers): Adjust for renamed functions.
9324 (amd64_core_fns): Renamed from x86_64_core_fns.
9325 (amd64_linux_sigtramp_start): Renamed from
9326 x86_64_linux_sigtramp_start.
9327 (amd64_linux_pc_in_sigtramp): Renamed from
9328 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9329 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9330 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9331 (amd64_linux_sigcontext_addr): Renamed from
9332 x86_64_linux_sigcontext_addr.
9333 (amd64_linux_sc_reg_offset): Renamed from
9334 x86_64_linux_sc_reg_offset.
9335 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9336 Adjust for renamed functions and variables.
9337 (_initialize_amd64_linux_tdep): Renamed from
9338 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9339 variables.
9340 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9341 Adjust for renamed functions.
9342
9343 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9344 from x86_64_linux_gregset64_reg_offset.
9345 (amd64_linux_gregset32_reg_offset): Rename from
9346 x86_64_linux_gregset64_reg_offset.
9347 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9348 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9349 (amd64_linux_dr_set_control): Renamed from
9350 x86_64_linux_dr_set_control. Adjust for renamed functions.
9351 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9352 Adjust for renamed functions.
9353 (amd64_linux_dr_reset_addr): Renamed from
9354 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9355 (amd64_linux_dr_get_status): Renamed from
9356 x86_64_linux_dr_get_status. Adjust for renamed functions.
9357 (_initialize_amd64_linux_nat): Renamed from
9358 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9359 functions.
9360 * config/i386/nm-x86-64linux.h: Update copyright year.
9361 Adjust for renamed functions.
9362
9363 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9364 amd64fbsd_sigtramp_start.
9365 (amd64fbsd_sigtramp_end_addr): Renamed from
9366 amd64fbsd_sigtramp_end.
9367 (amd64fbsd_init_abi): Adjust for renamed variables.
9368 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9369 variables.
9370 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9371 amd64fbsd_sigtramp_start.
9372 (amd64fbsd_sigtramp_end_addr): Renamed from
9373 amd64fbsd_sigtramp_end.
9374
9375 2004-02-22 Andrew Cagney <cagney@redhat.com>
9376
9377 * hppa-tdep.c (hppa32_return_value): New function.
9378 (hppa64_return_value): New function.
9379 (hppa_gdbarch_init): Set return_value; keep disabled.
9380
9381 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9382 struct-return and inferior function call methods.
9383
9384 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9385 "frame-base.h".
9386 (struct hppa_frame_cache): Define.
9387 (hppa_frame_cache, hppa_frame_this_id): New functions.
9388 (hppa_frame_prev_register): New function.
9389 (hppa_frame_unwind, hppa_frame_base): New variables.
9390 (hppa_frame_unwind_sniffer): New function.
9391 (hppa_frame_base_address, hppa_unwind_pc): New function.
9392 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9393 sniffer, and frame base sniffer; keep disabled.
9394 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9395 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9396
9397 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9398 to predicates for "seriously old code".
9399
9400 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9401 runtime if(0).
9402
9403 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9404 unsigned.
9405 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9406
9407 * config/pa/tm-hppa.h: Update copyright.
9408 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9409 (deprecated_init_frame_pc_default): Delete declaration.
9410 (hppa_frame_init_saved_regs): Delete declaration.
9411 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9412 * hppa-tdep.c: Include "arch-utils.h".
9413 (hppa_gdbarch_init): Set deprecated init_frame_pc
9414 and deprecated frame_init_saved_regs.
9415 (hppa_frame_init_saved_regs): Make static.
9416
9417 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9418
9419 Remove old 386BSD support.
9420 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9421 * configure.host: Remove i[34567]86-*-bsd*.
9422 * configure.tgt: Remove i[34567]86-*-bsd*.
9423 * i386b-nat.c: Removed.
9424 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9425 (i386b-nat.o): Remove dependencies.
9426
9427 * config/i386/i386bsd.mh: Removed.
9428 * config/i386/i386bsd.mt: Removed.
9429 * config/i386/nm-i386bsd.h: Removed.
9430 * config/i386/tm-i386bsd.h: Removed.
9431 * config/i386/xm-i386bsd.h: Removed.
9432
9433 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9434
9435 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9436 (amd64fbsd_init_abi): Set link map offsets.
9437 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9438 (amd64nbsd_init_abi): Set link map offsets.
9439 * amd64obsd-tdep.c: Include "solib-svr4.h".
9440 (amd64obsd_init_abi): Set link map offsets.
9441 * i386fbsd-tdep.c: Include "solib-svr4.h".
9442 (i386fbsd_init_abi): Set link map offsets.
9443 * i386nbsd-tdep.c: Include "solib-svr4.h".
9444 (i386nbsdelf_init_abi): Set link map offsets.
9445 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9446 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9447 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9448 solib-legacy.o and core-aout.o. Reformat.
9449 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9450 solib-svr4.o, solib-legacy.o. Reformat.
9451 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9452 * config/i386/nbsdelf.mh: Reformat.
9453 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9454 solib-svr4.o, solib-legacy.o and corelow.o.
9455 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9456 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9457 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9458 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9459 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9460 (TM_FILE): Set to tm-fbsd.h.
9461 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9462 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9463 solib-svr4.o.
9464 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9465 solib-svr4.o.
9466 (TM_FILE): Set to nm-nbsd.h.
9467 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9468 Simplify shared library support. Don't include "elf/common.h".
9469 (SVR4_SHARED_LIBS): Don't define.
9470 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9471 "solib.h".
9472 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9473 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9474 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9475 Don't include "i386/tm-i386.h". Include "solib.h".
9476 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9477 Don't include "i386/tm-i386.h".
9478 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9479 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9480 Include "i386/xm-i386.h".
9481 (HOST_LONG_DOUBLE_FORMAT): Remove.
9482
9483 Fix OpenBSD/i386 sigtramp recognition.
9484 * i386-tdep.h: Update copyright year.
9485 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9486 (i386bsd_sigtramp_end): New prototypes.
9487 (i386fbsd_sigtramp_start_addr): Renamed from
9488 i386fbsd_sigtramp_start.
9489 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9490 (i386obsd_sigtramp_start_addr): Renamed from
9491 i386obsd_sigtramp_start.
9492 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9493 * i386bsd-tdep.c: Update copyright year.
9494 (i386bsd_pc_in_sigtramp): Make public.
9495 * i386fbsd-nat.c: Update copyright year.
9496 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9497 * i386fbsd-tdep.c: Update copyright year.
9498 (i386fbsd_sigtramp_start_addr): Renamed from
9499 i386fbsd_sigtramp_start.
9500 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9501 (i386fbsdaout_init_abi): Adjust for renamed variables.
9502 * i386obsd-nat.c: Update copyright year.
9503 (_initialize_i386obsd_nat): Adjust for renamed variables.
9504 * i386obsd-tdep.c: Include "target.h".
9505 (i386obsd_page_size): New variable.
9506 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9507 (i386obsd_sigtramp_end): New functions.
9508 (i386obsd_sigtramp_start_addr): Renamed from
9509 i386obsd_sigtramp_start.
9510 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9511 (i386obsd_init_abi): Adjust for renamed variables. Set
9512 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9513 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9514
9515 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9516 trampoline change in OpenBSD kernel.
9517
9518 * amd64-nat.c: Update copyright year.
9519 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9520 architecture from REGCACHE.
9521
9522 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9523 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9524
9525 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9526
9527 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9528 i[34567]86-*-openbsd3.[0-3].
9529 * config/i386/obsdaout.mh: New file.
9530
9531 * config/i386/obsd.mh (MH_FLAGS): Remove.
9532
9533 Fix PR build/1549.
9534 * i386obsd-tdep.c: Update copyright years. Include
9535 "solib-svr4.h".
9536 (i386obsd_init_abi): Don't set regset_from_core_section here.
9537 (i386obsd_aout_init_abi): New function. Set
9538 regset_from_core_section here.
9539 (i386obsd_elf_init_abi): New function.
9540 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9541 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9542 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9543 (TM_FILE): Set to tm-nbsd.h.
9544
9545 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9546 solib-sunos.o.
9547
9548 * solib-svr4.h: Update copyright year.
9549 (svr4_ilp32_fetch_link_map_offsets)
9550 (svr4_lp64_fetch_link_map_offsets): New prototype.
9551 * solib-svr4.c: Update copyright year.
9552 (svr4_ilp32_fetch_link_map_offsets)
9553 (svr4_lp64_fetch_link_map_offsets): New function.
9554
9555 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9556
9557 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9558 to the partial symbol table.
9559
9560 2004-02-20 J. brobecker <brobecker@gnat.com>
9561
9562 * PROBLEMS: Add description of problem documented under gdb/1560.
9563
9564 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9565
9566 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9567 comments.
9568 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9569 functions.
9570 (amd64obsd_init_abi): Reorder initializations. Use
9571 amd64obsd_r_reg_offset to initialize the general-purpose register
9572 set details. Set regset_from_core_section.
9573 (_initialize_amd64obsd_tdep): Rename from
9574 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9575 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9576 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9577
9578 * NEWS (New native configurations): Mention OpenBSD/alpha.
9579 * configure.tgt: Add alpha*-*-openbsd*.
9580 * configure.host: Add alpha*-*-openbsd*.
9581 * alphanbsd-tdep.c: Update copyright year.
9582 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9583
9584 2004-02-20 Andrew Cagney <cagney@redhat.com>
9585
9586 Fix PR tdep/1372.
9587 * configure.tgt: Delete target "none-*-*".
9588 * configure.host: Delete host "none-*-*".
9589 * config/none/none.mh: Delete file.
9590 * config/none/none.mt: Delete file.
9591 * config/none/xm-none.h: Delete file.
9592 * config/none/tm-none.h: Delete file.
9593 * config/none/nm-none.h: Delete file.
9594
9595 2004-02-19 Fred Fish <fnf@redhat.com>
9596
9597 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9598 cache->uses_fp prior to setting it.
9599
9600 2004-02-19 Fred Fish <fnf@redhat.com>
9601
9602 Fix for PR breakpoint/1558.
9603 * sh-tdep.c (IS_JSR): New macro.
9604 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9605
9606 2004-02-19 Jim Blandy <jimb@redhat.com>
9607
9608 * findvar.c (value_from_register): Doc fix.
9609
9610 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9611
9612 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9613 type being greater than sizeof of host's LONGEST. Always use
9614 unpack_long() unless format 'f' chosen.
9615
9616 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9617
9618 Committed by Elena Zannoni <ezannoni@redhat.com>
9619
9620 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9621 contains a symbol wich is the best, non-exact match for the given
9622 pc. Update comments.
9623
9624 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9625
9626 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9627 macro, which was part of the now removed Mach 3 port.
9628 * utils.c (request_quit): Ditto.
9629
9630 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9631
9632 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9633 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9634
9635 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9636
9637 Committed by Mark Kettenis <kettenis@gnu.org>.
9638
9639 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9640 Define.
9641
9642 2004-02-18 Andrew Cagney <cagney@redhat.com>
9643
9644 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9645 CONFIG_INSTALL and CONFIG_UNINSTALL.
9646 * configure: Re-generate.
9647 * interps.h (INTERP_TUI): Define.
9648 * Makefile.in: Update dependencies.
9649 (TUI): New macro.
9650 (tui-main.o): Specify dependencies.
9651 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9652 * tui/tui-main.c: New file.
9653
9654 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9655
9656 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9657 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9658 dependencies.
9659 * configure.host: Add x86_64-*-openbsd*.
9660 * configure.tgt: Add x86_64-*-openbsd*.
9661 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9662
9663 * tui/tui.c: Don't include <malloc.h>.
9664
9665 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9666 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9667 amd64nbsd-tdep.c.
9668
9669 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9670 static. Remove extraneous whitespace.
9671 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9672 static.
9673
9674 2004-02-17 Jim Blandy <jimb@redhat.com>
9675
9676 * findvar.c (value_from_register): Doc fix.
9677
9678 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9679
9680 Committed by Jim Blandy <jimb@redhat.com>.
9681
9682 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9683 CORE_ADDR as type for selectors. Correct types for GNU run time
9684 message lookup function to use double indirection.
9685 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9686 * objc-lang.h (lookup_child_selector): Adapt prototype.
9687
9688 * s390-nat.c (SUBOFF): New macro.
9689 (supply_gregset, fill_gregset): Use it to handle debugging
9690 of 32-bit exectuables running under a 64-bit kernel.
9691 * s390-tdep.c: Include "solib-svr4.h".
9692 (s390_svr4_fetch_link_map_offset): New function.
9693 (s390x_svr_fetch_link_map_offset): Likewise.
9694 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9695 * Makefile.in (s390-tdep.o): Update dependencies.
9696
9697 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9698 "frame-unwind.h".
9699 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9700 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9701 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9702 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9703 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9704 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9705 S390_SIGNAL_FRAMESIZE,
9706 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9707 (struct frame_extra_info): Remove.
9708 (s390_memset_extra_info): Remove.
9709 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9710 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9711 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9712 (is_rse): Renamed to ...
9713 (is_rsy): ... this. Support long displacements.
9714 (is_rxe): Renamed to ...
9715 (is_rxy): ... this. Support long displacements.
9716 (compute_x_addr): Support long displacements.
9717 (struct s390_prologue_data): New data type.
9718 (s390_on_stack): Change API to use struct s390_prologue_data.
9719 (s390_store): Reimplement.
9720 (s390_load): New function.
9721 (s390_get_signal_frame_info): Remove.
9722 (s390_get_frame_info): Remove, replace by ...
9723 (s390_analyze_prolog): ... this new function.
9724 (s390_check_function_end): Remove.
9725 (s390_function_start): Remove.
9726 (s390_frameless_function_invokation): Remove.
9727 (s390_is_sigreturn): Remove.
9728 (s390_init_frame_pc_first): Remove.
9729 (s390_init_frame_extra_info): Remove.
9730 (s390_frame_init_saved_regs): Remove.
9731 (s390_frame_saved_pc_nofix): Remove.
9732 (s390_frame_saved_pc): Remove.
9733 (s390_frame_chain): Remove.
9734 (s390_fp_regnum, s390_read_fp): Remove.
9735 (s390_pop_frame_regular, s390_pop_frame): Remove.
9736 (s390_saved_pc_after_call): Remove.
9737 (s390_skip_prologue): Reimplement.
9738 (s390_in_function_epilogue_p): Support long displacements.
9739 (struct s390_unwind_cache): New data structure.
9740 (s390_frame_unwind_cache): New function.
9741 (s390_prologue_frame_unwind_cache): Likewise.
9742 (s390_backchain_frame_unwind_cache): Likewise.
9743 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9744 (s390_frame_unwind): Define.
9745 (s390_frame_sniffer): New function.
9746 (struct s390_pltstub_unwind_cache): New data structure.
9747 (s390_pltstub_frame_unwind_cache): New function.
9748 (s390_pltstub_frame_this_id): Likewise.
9749 (s390_pltstub_frame_prev_register): Likewise.
9750 (s390_pltstub_frame_unwind): Define.
9751 (s390_pltstub_frame_sniffer): New function.
9752 (struct s390_sigtramp_unwind_cache): New data structure.
9753 (s390_sigtramp_frame_unwind_cache): New function.
9754 (s390_sigtramp_frame_this_id): Likewise.
9755 (s390_sigtramp_frame_prev_register): Likewise.
9756 (s390_sigtramp_frame_unwind): Define.
9757 (s390_sigtramp_frame_sniffer): New function.
9758 (s390_frame_base_address, s390_local_base_address): New functions.
9759 (s390_frame_base): Define.
9760 (s390_unwind_pc, s390_unwind_sp): New function.
9761 (s390_push_dummy_call): Use new frame base location.
9762 (s390_unwind_dummy_id): Likewise.
9763 (s390_gdbarch_init): Remove calls to:
9764 set_gdbarch_frameless_function_invocation,
9765 set_gdbarch_deprecated_init_frame_pc,
9766 set_gdbarch_deprecated_frame_chain,
9767 set_gdbarch_deprecated_frame_init_saved_regs,
9768 set_gdbarch_deprecated_pop_frame,
9769 set_gdbarch_deprecated_init_extra_frame_info,
9770 set_gdbarch_deprecated_init_frame_pc_first,
9771 set_gdbarch_deprecated_target_read_fp,
9772 set_gdbarch_deprecated_frame_saved_pc,
9773 set_gdbarch_deprecated_saved_pc_after_call,
9774 set_gdbarch_deprecated_fp_regnum.
9775 Add calls to:
9776 set_gdbarch_in_solib_call_trampoline,
9777 frame_unwind_append_sniffer,
9778 frame_base_set_default,
9779 set_gdbarch_unwind_pc,
9780 set_gdbarch_unwind_sp.
9781 * Makefile.in (s390-tdep.o): Update dependencies.
9782
9783 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9784 (S390_STACK_FRAME_OVERHEAD): Remove.
9785 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9786 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9787 (s390_promote_integer_argument): Remove.
9788 (s390_cannot_extract_struct_value_address): Remove.
9789 (s390_use_struct_convention, s390_store_struct_return): Remove.
9790 (s390_extract_return_value, s390_store_return_value): Remove.
9791 (s390_return_value_convention, s390_return_value): New functions.
9792 (is_float_singleton): Handle typedefs.
9793 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9794 Remove, replace by ...
9795 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9796 s390_function_arg_integer): ... these new functions.
9797 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9798 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9799 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9800 Fill in tdep->abi.
9801 Remove calls to:
9802 set_gdbarch_deprecated_store_struct_return,
9803 set_gdbarch_deprecated_extract_return_value,
9804 set_gdbarch_deprecated_store_return_value,
9805 set_gdbarch_use_struct_convention,
9806 set_gdbarch_extract_struct_value_address,
9807 set_gdbarch_deprecated_pc_in_call_dummy,
9808 set_gdbarch_deprecated_push_arguments,
9809 set_gdbarch_deprecated_save_dummy_frame_tos,
9810 set_gdbarch_deprecated_push_return_address,
9811 set_gdbarch_deprecated_sizeof_call_dummy_words,
9812 set_gdbarch_deprecated_call_dummy_words,
9813 set_gdbarch_deprecated_dummy_write_sp.
9814 Add calls to:
9815 set_gdbarch_push_dummy_call,
9816 set_gdbarch_unwind_dummy_id,
9817 set_gdbarch_return_value.
9818
9819 * config/s390/nm-linux.h: Update comments.
9820 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9821 (STOPPED_BY_WATCHPOINT): Redefine.
9822 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9823 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9824 (s390_stopped_by_watchpoint): Likewise.
9825 (watch_area_cnt): Remove.
9826 * s390-nat.c: Update comments.
9827 (watch_area): Remove typedef.
9828 Global replace watch_area by struct watch_area.
9829 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9830 (s390_stopped_by_watchpoint): Remove pid argument,
9831 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9832 (s390_fix_watch_points): Remove pid argument,
9833 use s390_inferior_tid. Recompute area spanned by watchpoints.
9834 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9835 argument. Reimplement.
9836
9837 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9838 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9839 (FETCH_INFERIOR_REGISTERS): Define.
9840 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9841 core-regset.o.
9842 * config/s390/s390x.mt: Remove.
9843 * config/s390/tm-s390.h: Remove.
9844 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9845 (TARGET_ELF64): Remove.
9846 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9847 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9848 s390*-*-* case; always set gdb_target to s390.
9849 * regformats/reg-s390.dat: Remove control registers.
9850 * regformats/reg-s390x.dat: Likewise.
9851 * s390-tdep.h: New file.
9852 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9853 Include "inferior.h" and "s390-tdep.h".
9854 Remove private definition of offsetof.
9855 (s390_register_u_addr): Remove.
9856 (regmap_gregset, regmap_fpregset): Define.
9857 (supply_gregset, fill_gregset): Reimplement.
9858 (supply_fpregset, fill_fpregset): Likewise.
9859 (s390_inferior_tid): New function.
9860 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9861 (fetch_inferior_registers, store_inferior_registers): Likewise.
9862 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9863 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9864 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9865 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9866 (struct gdbarch_tdep): Define.
9867 (struct s390_register_info): Define.
9868 (s390_register_info): New variable.
9869 (s390_register_name): Reimplement.
9870 (s390_register_type): New function.
9871 (s390_register_raw_size, s390x_register_raw_size): Remove.
9872 (s390_cannot_fetch_register): Remove.
9873 (s390_register_byte): Remove.
9874 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9875 (s390_dwarf_regmap): New variable.
9876 (s390_dwarf_reg_to_regnum): New function.
9877 (s390_stab_reg_to_regnum): Remove.
9878 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9879 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9880 (s390_convert_register_p): Likewise.
9881 (s390_register_to_value, s390_value_to_register): Likewise.
9882 (s390_register_reggroup_p): Likewise.
9883 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9884 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9885 (s390_supply_regset, s390_regset_from_core_section): New functions.
9886 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9887 (S390_FPR_SIZE): Likewise.
9888 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9889 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9890 (S390_NUM_GPRS): Move here from tm-s390.h.
9891 (S390_NUM_FPRS): Likewise.
9892 (s390_in_function_epilogue_p): New function.
9893 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9894 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9895 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9896 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9897 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9898 Remove calls to:
9899 set_gdbarch_deprecated_max_register_raw_size,
9900 set_gdbarch_deprecated_max_register_virtual_size,
9901 set_gdbarch_deprecated_register_byte,
9902 set_gdbarch_cannot_fetch_register,
9903 set_gdbarch_cannot_store_register,
9904 set_gdbarch_deprecated_register_size,
9905 set_gdbarch_deprecated_register_raw_size,
9906 set_gdbarch_deprecated_register_virtual_size,
9907 set_gdbarch_deprecated_register_virtual_type,
9908 set_gdbarch_deprecated_register_bytes.
9909 Add calls to:
9910 set_gdbarch_num_pseudo_regs,
9911 set_gdbarch_register_type,
9912 set_gdbarch_convert_register_p,
9913 set_gdbarch_register_to_value,
9914 set_gdbarch_value_to_register,
9915 set_gdbarch_register_reggroup_p,
9916 set_gdbarch_regset_from_core_section,
9917 set_gdbarch_pseudo_register_read,
9918 set_gdbarch_pseudo_register_write,
9919 set_gdbarch_in_function_epilogue_p.
9920 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9921 (s390_tdep_h): New variable.
9922
9923 2004-02-17 Jim Blandy <jimb@redhat.com>
9924
9925 * findvar.c (value_from_register): If the type has no length, just
9926 return an acceptable value --- don't report an internal error.
9927
9928 * stabsread.c (read_type): If we find any type numbers that are
9929 forward references, complain if the references aren't resolved by
9930 the time we're finished reading.
9931 (cleanup_undefined_types): Make error message more appropriate for
9932 a complaint.
9933
9934 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9935
9936 * Makefile.in (defs_h): Remove dependency on progress_h.
9937 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9938 progress.h.
9939 * main.c (captured_main): Delete use of START_PROGRESS and
9940 END_PROGRESS.
9941
9942 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9943
9944 * objfiles.c (terminate_minimal_symbol_table): Add back
9945 initialization of MSYMBOL_TYPE.
9946
9947 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9948
9949 Committed by Andrew Cagney.
9950 * Makefile.in (ia64_tdep_h): New macro.
9951 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9952 (ia64-tdep.o): Likewise.
9953 * ia64-tdep.h: New file.
9954 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9955 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9956 (ia64_aix_sigcontext_register_address): Likewise.
9957 (ia64_linux_getunwind_table): Delete declaration.
9958 * ia64-linux-tdep.c: Likewise.
9959
9960 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9961
9962 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9963 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9964 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9965
9966 2004-02-17 Andrew Cagney <cagney@redhat.com>
9967
9968 * symtab.c (skip_prologue_using_sal): New function.
9969 * symtab.h (skip_prologue_using_sal): Declare.
9970 * frv-tdep.c: Include "symtab.h".
9971 (skip_prologue_using_sal): Delete function.
9972 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9973 * rs6000-tdep.c (refine_prologue_limit): Mention
9974 skip_prologue_using_sal.
9975 * ia64-tdep.c (refine_prologue_limit): Ditto.
9976 * Makefile.in: Update dependencies.
9977
9978 2004-02-16 Andrew Cagney <cagney@redhat.com>
9979
9980 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9981 START_INFERIOR_TRAPS_EXPECTED.
9982 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9983 START_INFERIOR_TRAPS_EXPECTED.
9984 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9985 Delete macro.
9986 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9987 macro, moved to "nm-osf.h". Update copyright.
9988 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9989 update copyright.
9990
9991 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
9992 and function replacing FRAMELESS_FUNCTION_INVOCATION.
9993 * blockframe.c (legacy_frameless_look_for_prologue): Rename
9994 frameless_look_for_prologue.
9995 * frame.h (legacy_frameless_look_for_prologue): Rename
9996 frameless_look_for_prologue.
9997 * gdbarch.h, gdbarch.c: Re-generate.
9998 * sh64-tdep.c (sh64_gdbarch_init): Update.
9999 * sh-tdep.c (sh_gdbarch_init): Update.
10000 * s390-tdep.c (s390_gdbarch_init): Update.
10001 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10002 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10003 * m68k-tdep.c (m68k_gdbarch_init): Update.
10004 (delta68_frame_args_address): Update.
10005 * m32r-tdep.c (m32r_gdbarch_init): Update.
10006 * hppa-tdep.c (hppa_gdbarch_init): Update.
10007 * h8300-tdep.c (h8300_gdbarch_init): Update.
10008 * frv-tdep.c (frv_gdbarch_init): Update.
10009 (frv_frameless_function_invocation): Update.
10010 * cris-tdep.c (cris_gdbarch_init): Update.
10011 (cris_frameless_function_invocation): Update.
10012 * avr-tdep.c (avr_gdbarch_init): Update.
10013 * arm-tdep.c (arm_gdbarch_init): Update.
10014 * stack.c (frame_info): Update, call predicate.
10015 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
10016 * frame.c (legacy_get_prev_frame): Update, call predicate..
10017 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
10018 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
10019 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
10020 invocation.
10021 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10022 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10023 * vax-tdep.c (vax_gdbarch_init): Ditto.
10024
10025 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
10026 function.
10027
10028 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10029
10030 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
10031 initializations.
10032
10033 2004-02-16 Andrew Cagney <cagney@redhat.com>
10034
10035 * tui/tui-windata.c: Include "gdb_string.h".
10036 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
10037 * tui/tui-layout.c, tui/tui-command.c: Ditto.
10038 * Makefile.in: Update dependencies.
10039
10040 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10041
10042 * Makefile.in (infrun.o): Add $(gdb_assert_h).
10043 * infrun.c: Include "gdb_assert.h".
10044 (singlestep_ptid, saved_singlestep_ptid)
10045 (stepping_past_singlestep_breakpoint): New variables.
10046 (resume): Set singlestep_ptid. Check for singlestep thread
10047 hop.
10048 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
10049 (handle_inferior_event): Handle singlestep thread hop.
10050
10051 2004-02-16 Andrew Cagney <cagney@redhat.com>
10052
10053 * dwarf2-frame.c (dwarf2_frame_ops): New function.
10054 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
10055 (dwarf2_frame_init_reg): Ditto.
10056
10057 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
10058 suggested by Joshua Neuheisel
10059
10060 * configure.in: Always check for curses, including pdcurses.
10061 Warn, instead of error, when no curses are found. Enable TUI when
10062 curses is available.
10063 * configure: Re-generate.
10064
10065 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10066
10067 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
10068 sh_sh4_register_convert_to_virtual.
10069 (sh_register_convert_to_raw): Rename from
10070 sh_sh4_register_convert_to_raw.
10071 (sh_pseudo_register_read): Accomodate above name change.
10072 (sh_pseudo_register_write): Ditto.
10073
10074 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10075
10076 * sh-tdep.c (sh_generic_register_name): Remove.
10077 (sh_gdbarch_init): Use sh_sh_register_name in default case.
10078
10079 2004-02-15 Andrew Cagney <cagney@redhat.com>
10080
10081 * configure.in (build_warnings): Add -Wunused-function.
10082 * configure: Re-generate.
10083
10084 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
10085 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
10086
10087 * procfs.c (procfs_init_inferior): Assume that
10088 START_INFERIOR_TRAPS_EXPECTED is defined.
10089 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
10090 * config/ns32k/tm-nbsd.h: Delete file,
10091 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
10092
10093 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10094 * config/vax/tm-vax.h: Delete file.
10095
10096 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10097 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10098 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10099 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10100 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
10101 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10102 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
10103
10104 2004-02-15 Mark Kettenis <kettenis@gnu.org>
10105
10106 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
10107 * dwarf2-frame.c (dwarf2_frame_data): New variable.
10108 (struct dwarf2_frame_ops): New.
10109 (dwarf2_frame_default_init_reg): New function, based on
10110 dwarf2_frame_init_reg.
10111 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
10112 (dwarf2_frame_init_reg): Call architecture-specific function.
10113 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
10114 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
10115 instead of dwarf2_frame_data.
10116 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
10117 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
10118
10119 2004-02-15 Andrew Cagney <cagney@redhat.com>
10120
10121 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
10122 register_gdbarch_swap.
10123 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
10124 * f-lang.c (_initialize_f_language): Update, use
10125 DEPRECATED_REGISTER_GDBARCH_SWAP.
10126 * remote.c (_initialize_remote): Ditto.
10127 * regcache.c (_initialize_regcache): Ditto.
10128 * parse.c (_initialize_parse): Ditto.
10129 * infrun.c (_initialize_infrun): Ditto.
10130 * mi/mi-main.c (_initialize_mi_main): Ditto.
10131 * gdbtypes.c (_initialize_gdbtypes): Ditto.
10132
10133 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10134 poking .cacheable directly.
10135 * symfile.c (symfile_bfd_open): Ditto.
10136
10137 * Makefile.in: Update all dependencies.
10138
10139 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10140 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
10141 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
10142 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10143 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
10144
10145 2004-02-14 Andrew Cagney <cagney@redhat.com>
10146
10147 * arch-utils.c (legacy_convert_register_p): Check
10148 DEPRECATED_REGISTER_CONVERTIBLE_P.
10149 * findvar.c (value_of_register): Ditto.
10150
10151 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
10152 * gdbarch.h, gdbarch.c: Re-generate.
10153 * arch-utils.c (deprecated_register_convertible_not): Delete.
10154 * arch-utils.h (deprecated_register_convertible_not): Delete.
10155 * mi/mi-main.c (get_register): Update. Update copyright.
10156 * infcmd.c (default_print_registers_info): Update.
10157
10158 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10159 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10160 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
10161 * gdbarch.h, gdbarch.c: Re-generate.
10162 * frame.c (deprecated_get_next_frame_hack): Delete function.
10163 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10164 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10165 Update.
10166 * infcall.c (call_function_by_hand): Update.
10167
10168 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
10169
10170 * symfile.c (init_entry_point_info, entry_point_address): Move
10171 from here...
10172 * objfiles.c (init_entry_point_info, entry_point_address):..to
10173 here.
10174 * symfile.h (init_entry_point_info, entry_point_address): Remove
10175 prototypes.
10176 * objfiles.h (init_entry_point_info, entry_point_address):Add
10177 prototypes.
10178 * cris-tdep.c: Remove include of symfile.h. Add include of
10179 objfiles.h.
10180 * infcall.c: Ditto.
10181 * mcore-tdep.c: Ditto.
10182 * mn10300-tdep.c: Ditto.
10183 * sh64-tdep.c: Ditto.
10184 * v850-tdep.c: Ditto.
10185 * arm-tdep.c: Remove include of symfile.h.
10186 * blockframe.c: Ditto.
10187 * coffread.c: Ditto.
10188 * dbxread.c: Ditto.
10189 * dwarf2read.c: Ditto.
10190 * dwarfread.c: Ditto.
10191 * frv-tdep.c: Ditto.
10192 * ia64-tdep.c: Ditto.
10193 * mdebugread.c: Ditto.
10194 * mipsread.c: Ditto.
10195 * rs6000-tdep.c: Ditto.
10196 * s390-tdep.c: Ditto.
10197 * sh-tdep.c: Ditto.
10198 * xstormy16-tdep.c: Ditto.
10199 * gdbarch.sh: Remove include of symfile.h.
10200 * gdbarch.c: Regenerate.
10201 * solib-irix.c (enable_break): Use entry_point_address().
10202 Add comment about include file.
10203 * xcoffread.c: Add comment about include file.
10204 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10205 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10206 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10207 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
10208 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10209
10210 2004-02-13 Andrew Cagney <cagney@redhat.com>
10211
10212 * corelow.c (core_xfer_partial): Use "struct bfd_section".
10213 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10214 copyright.
10215 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10216
10217 2004-02-12 Fred Fish <fnf@redhat.com>
10218
10219 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10220 set_gdbarch_store_return_value.
10221
10222 2004-02-12 Andrew Cagney <cagney@redhat.com>
10223
10224 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10225 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10226 (interrupt_query): Ditto.
10227 (ofunc): Delete unused variable.
10228 * cris-tdep.c (cris_abi): Delete unused function.
10229 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10230 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10231 (cris_get_asr_quick_shift_steps): Ditto.
10232 (cris_skip_prologue_frameless_p): Ditto.
10233 * arm-tdep.c (arm_push_return_address): Delete unused function.
10234 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10235 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10236 * s390-tdep.c (s390_function_start): Delete unused function.
10237
10238 2004-02-12 Andrew Cagney <cagney@redhat.com>
10239
10240 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10241 gdbarch.h, gdbarch.c: Re-generate.
10242 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10243 to generic_prologue_frameless_p.
10244 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10245 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10246
10247 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
10248
10249 * mips-linux-tdep.c: Include "frame.h".
10250 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10251 (mips_linux_skip_resolver): New functions.
10252 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10253 and set_gdbarch_in_solib_call_trampoline.
10254 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10255 to after set_gdbarch_in_solib_return_trampoline. Only set the
10256 solib hooks to mips16 functions if the OS ABI is unknown.
10257 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10258 including "config/tm-linux.h".
10259 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10260 * Makefile.in (mips-linux-tdep.o): Update.
10261
10262 2004-02-11 David Carlton <carlton@kealia.com>
10263
10264 * linespec.c (decode_compound): Only look for a class symbol when
10265 considering all but the rightmost component.
10266
10267 2004-02-11 Andrew Cagney <cagney@redhat.com>
10268
10269 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10270 abi code are are separatly grouped.
10271
10272 2004-02-11 Andrew Cagney <cagney@redhat.com>
10273
10274 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10275 * gdbarch.h, gdbarch.c: Re-generate.
10276 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10277 * v850-tdep.c (v850_gdbarch_init): Update.
10278 * sh64-tdep.c (sh64_gdbarch_init): Update.
10279 * sh-tdep.c (sh_gdbarch_init): Update.
10280 * s390-tdep.c (s390_gdbarch_init): Update.
10281 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10282 * mips-tdep.c (mips_gdbarch_init): Update.
10283 * mcore-tdep.c (mcore_gdbarch_init): Update.
10284 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10285 * m32r-tdep.c (m32r_gdbarch_init): Update.
10286 * ia64-tdep.c (ia64_gdbarch_init): Update.
10287 * hppa-tdep.c (hppa_gdbarch_init): Update.
10288 * h8300-tdep.c (h8300_gdbarch_init): Update.
10289 * frv-tdep.c (frv_gdbarch_init): Update.
10290 * d10v-tdep.c (d10v_gdbarch_init): Update.
10291 * cris-tdep.c (cris_gdbarch_init): Update.
10292 * avr-tdep.c (avr_gdbarch_init): Update.
10293 * arm-tdep.c (arm_gdbarch_init): Update.
10294 * alpha-tdep.c (alpha_gdbarch_init): Update.
10295
10296 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10297
10298 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10299 comma.
10300 (sh_sh4al_dsp_register_name): Ditto.
10301
10302 2004-02-10 Andrew Cagney <cagney@redhat.com>
10303
10304 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10305 (mips_init_frame_pc_first): Delete function.
10306 (mips_frame_saved_pc): Delete function.
10307 (mips_frame_chain): Delete function.
10308 (mips_init_extra_frame_info): Delete function.
10309 (mips_xfer_register): Delete unused variable "reg".
10310 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10311 (mips_n32n64_return_value): Delete unused variable "reg".
10312 (mips_n32n64_return_value): Delete unused variable "pos".
10313 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10314 (mips_o32_return_value): Delete unused variable "pos".
10315 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10316 (mips_print_fp_register): Delete unused variable "namelen"
10317 (mips_print_fp_register): Delete unused variable "flt2"
10318 (get_frame_pointer): Delete function.
10319 (cached_proc_desc): Delete static variable.
10320 (mips_pop_frame): Delete function.
10321 (mips_find_saved_regs): Delete function.
10322 (mips_get_saved_register): Delete function.
10323 (mips_saved_pc_after_call): Delete function.
10324 (SIGFRAME_BASE): Delete macro.
10325 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10326 (SIGFRAME_PC_OFF): Delete macro.
10327 (SIGFRAME_REGSAVE_OFF): Delete macro.
10328 (mips_dump_tdep): Do not print deleted macro definitions.
10329
10330 2004-02-10 Andrew Cagney <cagney@redhat.com>
10331
10332 * Makefile.in (SFILES): Remove explictly listed tui files.
10333 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10334
10335 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10336
10337 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10338 to use paddr functions to format ia64 addresses and long values.
10339 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10340 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10341 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10342 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10343 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10344
10345 2004-02-10 Andrew Cagney <cagney@redhat.com>
10346
10347 * defs.h: Do not include "tui.h".
10348 * gdb_curses.h: New file.
10349 * tui/tui-hooks.h: New file.
10350 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10351 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10352 (tui_initialize_io): Delete declaration.
10353 (tui_initialize_readline: Delete redundant declaration.
10354 (struct tui_point): Delete definition.
10355 * tui/tui-data.h (struct tui_point): Define.
10356 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10357 * utils.c: Include "tui/tui.h".
10358 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10359 * printcmd.c [TUI]: Include "tui/tui.h".
10360 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10361 * tui/tui-command.c: Include "gdb_curses.h".
10362 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10363 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10364 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10365 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10366 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10367 * Makefile.in: Update all dependencies.
10368 (tui_hooks_h, gdb_curses_h): Define.
10369 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10370
10371 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10372
10373 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10374 auxf2. Add comments about some other rarely used fields.
10375
10376 2004-02-10 Andrew Cagney <cagney@redhat.com>
10377
10378 * Makefile.in (init.c): Fix script removing duplicates. Problem
10379 reported by Peter Schauer.
10380
10381 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10382
10383 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10384 obstack_specify_allocation.
10385 * objfiles.c (allocate_objfile): Ditto.
10386 * solib-sunos.c (solib_add_common_symbols)
10387 (allocate_rt_common_objfile): Ditto.
10388 * symfile.c (reread_symbols): Ditto.
10389 * gdb_obstack.h: Add comment.
10390
10391 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10392
10393 * linespec.c (decode_line_1, locate_first_half)
10394 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10395 commented out code.
10396
10397 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10398
10399 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10400 obstack_free.
10401
10402 2004-02-09 Andrew Cagney <cagney@redhat.com>
10403
10404 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10405 fails, try find_pc_section. Fix PR c++/1267.
10406 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10407 instead of find_pc_mapped_section.
10408 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10409 not default to the section containing PC. Fix PR symtab/1519.
10410
10411 2004-02-09 Andrew Cagney <cagney@redhat.com>
10412
10413 * Makefile.in (mips-tdep.o): Update dependencies.
10414 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10415 "trad-frame.h".
10416 (mips_unwind_pc): Return the pseudo PC register.
10417 (mips_unwind_dummy_id): New function.
10418 (mips16_fetch_instruction): New function.
10419 (mips32_fetch_instruction): New function.
10420 (struct mips_frame_cache): Define.
10421 (mips_mdebug_frame_cache): New function.
10422 (mips_mdebug_frame_this_id): New function.
10423 (mips_mdebug_frame_prev_register): New function.
10424 (mips_mdebug_frame_unwind): Define.
10425 (mips_mdebug_frame_sniffer): New function.
10426 (mips_mdebug_frame_base_address): New function.
10427 (mips_mdebug_frame_base): Define.
10428 (mips_mdebug_frame_base_sniffer): New function.
10429 (mips_gdbarch_init): Append unwind and base sniffers. Set
10430 unwind_dummy_id.
10431
10432 2004-02-08 Andrew Cagney <cagney@redhat.com>
10433
10434 * frame.c: Print both the register number and name.
10435
10436 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10437 and a sed into a single sed. Make .c and .o patterns more robust.
10438 (OBS): Delete.
10439 (INIT_FILES): Replace OBS with COMMON_OBS.
10440 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10441
10442 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10443
10444 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10445 the PT_WCOOKIE request.
10446
10447 2004-02-08 Andrew Cagney <cagney@redhat.com>
10448
10449 * mips-tdep.c (mips_unwind_pc): New function.
10450 (mips_gdbarch_init): Set mips_unwind_pc.
10451
10452 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10453 (get_frame_id): Allow the UNKNOWN_FRAME.
10454 (frame_register_unwind, get_frame_type): Ditto.
10455
10456 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10457 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10458 unwind_dummy_id indicates a legacy frame.
10459
10460 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10461 * configure: Re-generate.
10462
10463 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10464 methods.
10465
10466 2004-02-08 Andrew Cagney <cagney@redhat.com>
10467
10468 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10469 makefile macro.
10470 * configure: Re-generate.
10471 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10472 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10473 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10474 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10475 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10476 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10477 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10478 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10479 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10480 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10481
10482 2004-02-07 Andrew Cagney <cagney@redhat.com>
10483
10484 * Makefile.in: Update all dependencies.
10485
10486 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10487 * configure: Re-generate.
10488 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10489 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10490 (COMMON_OBS): Add "main.o" and "annotate.o".
10491 (ANNOTATE_OBS): Delete.
10492 (OBS): Remove ANNOTATE_OBS.
10493 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10494 CONFIG_INITS.
10495 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10496 against CONFIG_OBS and "main.o".
10497 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10498 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10499
10500 * tui/tui-command.c: Include "gdb_string.h", delete register
10501 attribute, use ISO-C function signatures.
10502 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10503 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10504 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10505 * tui/tui.c: Ditto.
10506
10507 * tui/tui-command.c: Change variable and function names to lower
10508 case.
10509 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10510 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10511 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10512 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10513 * tui/tui-winsource.c, tui/tui.c: Ditto.
10514
10515 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10516
10517 * buildsym.c (free_pending_blocks, finish_block)
10518 (record_pending_block, make_blockvector, end_symtab): Replace
10519 symbol_obstack with objfile_obstack.
10520 * coffread.c (process_coff_symbol, coff_read_struct_type)
10521 (coff_read_enum_type): Ditto.
10522 * cp-namespace.c (initialize_namespace_symtab)
10523 (check_one_possible_namespace_symbol): Ditto.
10524 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10525 (dwarf2_symbol_mark_computed): Ditto.
10526 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10527 * elfread.c (elf_symtab_read): Ditto.
10528 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10529 (hpread_read_enum_type, hpread_read_function_type)
10530 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10531 Ditto.
10532 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10533 (java_link_class_type): Ditto.
10534 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10535 (new_symbol): Ditto.
10536 * minsyms.c (install_minimal_symbols): Ditto.
10537 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10538 (terminate_minimal_symbol_table): Replace symbol_obstack with
10539 objfile_obstack.
10540 (free_objfile): Remove freeing of symbol_obstack.
10541 * objfiles.h: Remove symbol_obstack field.
10542 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10543 objfile_obstack.
10544 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10545 symbol_obstack.
10546 (solib_add_common_symbols): Replace symbol_obstack with
10547 objfile_obstack.
10548 * somsolib.c (som_solib_add): Ditto.
10549 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10550 (common_block_start, common_block_end): Ditto.
10551 * symfile.c (reread_symbols): Remove freeing and init of
10552 symbol_obstack.
10553 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10554 * symfile.h: Update comment.
10555 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10556 stats printing.
10557 * symtab.c (symbol_set_names): Replace symbol_obstack with
10558 objfile_obstack.
10559 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10560 Update comments.
10561 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10562 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10563 objfile_obstack.
10564
10565 2004-02-07 Andrew Cagney <cagney@redhat.com>
10566
10567 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10568 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10569 fields and variables.
10570 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10571 (m_beInvisible): Delete macro.
10572 * tui/tui-data.h: Fix case case fields and variables.
10573 (m_genWinPtrIsNull): Delete macro.
10574 (tui_win_list): Rename winList.
10575 (TUI_SRC_WIN): Rename srcWin.
10576 (TUI_DISASM_WIN): Rename disassemWin.
10577 (TUI_DATA_WIN): Rename dataWin.
10578 (TUI_CMD_WIN): Rename cmdWin.
10579 (m_genWinPtrNotNull): Delete macro.
10580 (m_winPtrIsNull): Delete macro.
10581 (m_winPtrNotNull): Delete macro.
10582 (tui_win_is_source_type): Replace m_winIsSourceType
10583 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10584 (tui_win_has_locator): Replace m_hasLocator.
10585 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10586 m_setWinHighlightOff.
10587 * tui/tui-data.c: Update references.
10588 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10589 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10590 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10591 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10592 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10593 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10594 * tui/tui-winsource.c, tui/tui.c: Ditto.
10595
10596 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10597
10598 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10599 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10600 StackGhost.
10601
10602 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10603 variable `i6' to `i7'.
10604 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10605
10606 2004-02-07 Andrew Cagney <cagney@redhat.com>
10607
10608 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10609 (TuiPoint, TuiPointPtr): Ditto.
10610 (TuiStatus, TuiStatusPtr): Ditto.
10611 (TuiWinType, TuiWinTypePtr): Ditto.
10612 (struct tui_point): Rename _TuiPoint.
10613 (tui_get_low_disassembly_address): Rename
10614 tuiGetLowDisassemblyAddress.
10615 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10616 (tuiFree): Delete declaration.
10617 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10618 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10619 * tui/tui.c (tuiFree): Delete function.
10620 * cli/cli-cmds.c (disassemble_command): Update references.
10621 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10622 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10623 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10624 * tui/tui-winsource.c: Ditto.
10625
10626 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10627
10628 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10629 coffstab_build_psymtabs, elfstab_build_psymtabs)
10630 (stabsect_build_psymtabs): Replace psymbol_obstack with
10631 objfile_obstack.
10632 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10633 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10634 Ditto.
10635 * dwarfread.c (scan_compilation_units): Ditto.
10636 * elfread.c (elfstab_offset_sections): Ditto.
10637 * hppa-tdep.c (read_unwind_info): Ditto.
10638 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10639 (hpread_end_psymtab): Ditto.
10640 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10641 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10642 Ditto.
10643 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10644 * objfiles.c (add_to_objfile_sections)
10645 (build_objfile_section_table): Ditto.
10646 (allocate_objfile): Remove init of psymbol_obstack.
10647 (free_objfile): Remove freeing of psymbol_obstack.
10648 * objfiles.h (struct objfile): Remove field
10649 psymbol_obstack. Update comments.
10650 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10651 psymbol_obstack with objfile_obstack.
10652 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10653 psymbol_obstack.
10654 * somread.c (som_symfile_offsets, init_import_symbols)
10655 (init_export_symbols): Replace psymbol_obstack with
10656 objfile_obstack.
10657 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10658 * symfile.c (default_symfile_offsets, syms_from_objfile)
10659 (reread_symbols): Remove freeing and init of psymbol_obstack.
10660 (cashier_psymtab): Update comment.
10661 * symmisc.c (print_objfile_statistics): Don't report stats for
10662 psymbol obstack.
10663 * symtab.h (struct general_symbol_info, struct partial_symtab):
10664 Update comments.
10665 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10666 (xcoff_symfile_offsets): Replace psymbol_obstack with
10667 objfile_obstack.
10668
10669 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10670
10671 * objfiles.h (struct objfile): Add objfile_obstack field.
10672 Remove type_obstack field.
10673
10674 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10675 read_structure_scope read_enumeration, new_symbol): Replace
10676 type_obstack with objfile_obstack.
10677 * dwarfread.c (struct_type, enum_type): Ditto.
10678 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10679 (lookup_fundamental_type): Ditto.
10680 * gdbtypes.h (TYPE_ALLOC): Ditto.
10681 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10682 (hpread_read_doc_function_type, hpread_read_struct_type)
10683 (fix_static_member_physnames, hpread_read_array_type)
10684 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10685 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10686 (java_link_class_type): Ditto.
10687 * mdebugread.c (parse_type): Ditto.
10688 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10689 * solib-sunos.c (solib_add_common_symbols): Ditto.
10690 * stabsread.c (define_symbol, read_type, read_member_functions,
10691 read_cpp_abbrev, read_one_struct_field): Ditto.
10692 * symfile.c (reread_symbols): Ditto.
10693 * symmisc.c (print_objfile_statistics): Ditto.
10694
10695 2004-02-07 Andrew Cagney <cagney@redhat.com>
10696
10697 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10698 (tui_exec_info_content): Rename TuiExecInfoContent.
10699 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10700 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10701 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10702 (TuiList, TuiListPtr): Ditto.
10703 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10704 (TuiDataType, TuiDataTypePtr): Ditto.
10705 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10706 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10707 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10708 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10709 (TuiDataElement, TuiDataElementPtr): Ditto.
10710 (TuiWinElement, TuiWinElementPtr): Ditto.
10711 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10712 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10713 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10714 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10715 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10716 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10717 * tui/tui-command.c, tui/tui-data.c: Update references.
10718 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10719 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10720 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10721 * tui/tui-winsource.c, tui/tui.c: Ditto.
10722
10723 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10724
10725 * dwarf2-frame.h: Update copyright.
10726 (enum dwarf2_frame_reg_rule): New.
10727 (struct dwarf2_frame_state_reg): New.
10728 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10729 * dwarf2-frame.c: Update copyright.
10730 (enum dwarf2_reg_rule): Remove.
10731 (struct dwarf2_frame_state): Remove defenition of `struct
10732 dwarf2_frame_state_reg'.
10733 (read_reg): Call get_frame_arch to get the architecture instead of
10734 using CURRENT_GDBARCH.
10735 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10736 DWARF2_FRAME_.
10737 (dwarf2_frame_init_reg): New function.
10738 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10739 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10740 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10741 tags with DWARF2_FRAME_.
10742 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10743 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10744 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10745
10746 2004-02-06 Andrew Cagney <cagney@redhat.com>
10747
10748 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10749 (enum tui_data_type): Rename _TuiDataType.
10750 (struct tui_layout_def): Rename _TuiLayoutDef.
10751 (struct tui_source_element): Rename _TuiSourceElement.
10752 (struct tui_data_element): Rename _TuiDataElement.
10753 (struct tui_command_element): Rename _TuiCommandElement.
10754 (struct tui_locator_element): Rename _TuiLocatorElement.
10755 (union tui_which_element): Define.
10756 (struct tui_win_element): Rename _TuiWinElement.
10757 (struct tui_data_info): Rename _TuiDataInfo.
10758 (struct tui_source_info): Rename _TuiSourceInfo.
10759 (struct tui_command_info): Rename _TuiCommandInfo.
10760 (tui_initialize_static_data): Rename initializeStaticData.
10761 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10762 (tui_alloc_win_info): Rename allocWinInfo.
10763 (tui_init_generic_part): Rename initGenericPart.
10764 (tui_init_win_info): Rename initWinInfo.
10765 (tui_alloc_content): Rename allocContent.
10766 (tui_add_content_elements): Rename addContentElements.
10767 (tui_init_content_element): Rename initContentElement.
10768 (tui_free_window): Rename freeWindow.
10769 (tui_free_win_content): Rename freeWinContent.
10770 (tui_free_data_content): Rename freeDataContent.
10771 (tui_free_all_source_wins_content): Rename
10772 freeAllSourceWinsContent.
10773 (tui_del_window): Rename tuiDelWindow.
10774 (tui_del_data_windows): Rename tuiDelDataWindows.
10775 (tui_partial_win_by_name): Rename partialWinByName.
10776 (tui_win_name): Rename winName.
10777 (tui_current_layout): Rename currentLayout.
10778 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10779 (tui_term_height): Rename termHeight.
10780 (tui_set_term_height_to): Rename setTermHeightTo.
10781 (tui_term_width): Rename termWidth.
10782 (tui_set_term_width_to): Rename setTermWidthTo.
10783 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10784 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10785 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10786 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10787 (tui_source_windows): Rename sourceWindows.
10788 (tui_clear_source_windows): Rename clearSourceWindows.
10789 (tui_clear_source_windows_detail): Rename
10790 clearSourceWindowsDetail.
10791 (tui_clear_win_detail): Rename clearWinDetail.
10792 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10793 (tui_default_tab_len): Rename tuiDefaultTabLen.
10794 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10795 (tui_win_with_focus): Rename tuiWinWithFocus.
10796 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10797 (tui_layout_def): Rename tuiLayoutDef.
10798 (tui_win_resized): Rename tuiWinResized.
10799 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10800 (tui_next_win): Rename tuiNextWin.
10801 (tui_prev_win): Rename tuiPrevWin.
10802 (tui_add_to_source_windows): Rename addToSourceWindows.
10803 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10804 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10805 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10806 * tui/tui.c, tui/tui-data.c: Ditto.
10807 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10808 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10809
10810 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10811 (struct symtab): Declare.
10812 (tui_set_source_content): Rename tuiSetSourceContent.
10813 (tui_show_symtab_source): Rename tuiShowSource.
10814 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10815 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10816 * tui/tui-source.c: Update copyright. Update references.
10817 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10818 * tui/tui-stack.c: Update references.
10819
10820 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10821 (struct tui_win_info): Declare.
10822 (tui_scroll_forward): Rename tuiScrollForward.
10823 (tui_scroll_backward): Rename tuiScrollBackward.
10824 (tui_scroll_left): Rename tuiScrollLeft.
10825 (tui_scroll_right): Rename tuiScrollRight.
10826 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10827 (tui_resize_all): Rename tuiResizeAll.
10828 (tui_refresh_all_win): Rename tuiRefreshAll.
10829 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10830 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10831 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10832 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10833
10834 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10835 (tui_erase_data_content): Rename tuiEraseDataContent.
10836 (tui_display_all_data): Rename tuiDisplayAllData.
10837 (tui_check_data_values): Rename tuiCheckDataValues.
10838 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10839 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10840 (tui_first_data_element_no_in_line): Rename
10841 tuiFirstDataElementNoInLine.
10842 (tui_delete_data_content_windows): Rename
10843 tuiDeleteDataContentWindows.
10844 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10845 (tui_display_data_from): Rename tuiDisplayDataFrom.
10846 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10847 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10848 * tui/tui-win.c, tui/tui-regs.c: Update references.
10849 * tui/tui-layout.c, tui/tui.c: Update references.
10850
10851 * tui/tui-wingeneral.h: Update copyright.
10852 (m_allBeVisible): Delete macro.
10853 (m_allBeInvisible): Delete macro.
10854 (struct tui_gen_win_info): Declare.
10855 (struct tui_win_info): Declare.
10856 (tui_unhighlight_win): Rename unhighlightWin.
10857 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10858 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10859 (tui_make_window): Rename makeWindow.
10860 (tui_copy_win): Rename copyWin.
10861 (tui_box_win): Rename boxWin.
10862 (tui_highlight_win): Rename highlightWin.
10863 (tui_check_and_display_highlight_if_needed): Rename
10864 checkAndDisplayHighlightIfNeeded.
10865 (tui_refresh_all): Rename refreshAll.
10866 (tui_delete_win): Rename tuiDelwin.
10867 (tui_refresh_win): Rename tuiRefreshWin.
10868 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10869 (tui_make_visible, tui_make_invisible): New functions.
10870 (tui_make_all_visible, tui_make_all_invisible): New functions.
10871 (make_all_visible): Rename makeAllVisible.
10872 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10873 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10874 * tui/tui-windata.c, tui/tui-win.c: Update references.
10875 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10876 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10877
10878 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10879
10880 * proc-api.c (write_with_trace): Initialize local variable to
10881 silence compiler warning.
10882
10883 2004-02-06 Andrew Cagney <cagney@redhat.com>
10884
10885 * tui/tui-source.h: Do not include "defs.h".
10886 (struct tui_win_info): Declare.
10887 (tui_set_source_content_nil): Declare.
10888 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10889 (union tui_line_or_address): Rename _TuiLineOrAddress.
10890 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10891 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10892 (tui_update_source_window_as_is): Rename
10893 tuiUpdateSourceWindowAsIs.
10894 (tui_update_source_windows_with_addr): Rename
10895 tuiUpdateSourceWindowsWithAddr.
10896 (tui_update_source_windows_with_line): Rename
10897 tuiUpdateSourceWindowsWithLine.
10898 (tui_clear_source_content): Rename tuiClearSourceContent.
10899 (tui_erase_source_content): Rename tuiEraseSourceContent.
10900 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10901 (tui_show_source_content): Rename tuiShowSourceContent.
10902 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10903 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10904 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10905 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10906 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10907 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10908 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10909 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10910 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10911 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10912 (struct tui_win_info): Declare.
10913 * tui/tui-stack.c: Update references.
10914 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10915 * tui/tui-win.c, tui/tui-source.c: Ditto.
10916 * tui/tui.c, tui/tui-disasm.c: Ditto.
10917
10918 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10919
10920 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10921 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10922
10923 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10924
10925 * infrun.c (handle_inferior_event): Allow for breakpoint
10926 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10927 and SIGEMT. Update comments.
10928 * NEWS (Revised SPARC target): Mention support for non-executable
10929 stack.
10930
10931 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10932
10933 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10934 * inftarg.c: Update copyright year.
10935 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10936 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10937 (sparc_xfer_wcookie): New function.
10938 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10939 * Makefile.in (sparc-nat.o): Update dependencies.
10940 * config/sparc/nm-nbsd.h: Include "target.h".
10941 (NATIVE_XFER_WCOOKIE): New define.
10942 (sparc_xfer_wcookie): New prototype.
10943
10944 2004-02-04 Andrew Cagney <cagney@redhat.com>
10945
10946 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10947 SYSCALL_TRAP function.
10948 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10949
10950 2004-02-04 Andrew Cagney <cagney@redhat.com>
10951 Daniel Jacobowitz <drow@mvista.com>
10952
10953 * objfiles.h: Delete comments refering to inside_entry_func and
10954 DEPRECATED_FRAME_CHAIN_VALID.
10955 * defs.h (inside_entry_func): Update prototype..
10956 * blockframe.c (inside_entry_func): Rename to
10957 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10958 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10959
10960 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10961
10962 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10963 outside of #ifdef SOLIB_ADD region.
10964 (do_restore_lang_radix_cleanup): Ditto.
10965 (resolve_pending_breakpoint): Ditto.
10966
10967 2004-02-03 Andrew Cagney <cagney@redhat.com>
10968
10969 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10970 (process_note_abi_tag_sections): Delete unused function.
10971 (ia64_read_fp): Delete unused function.
10972 (gdbarch_extract_struct_value_address): Delete declaration.
10973
10974 2004-02-02 Andrew Cagney <cagney@redhat.com>
10975
10976 * vax-tdep.c (vax_frame_chain): Delete call to
10977 deprecated_inside_entry_file.
10978 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10979
10980 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10981
10982 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10983 column that's "empty" or "same value" when eliminating REG_RA
10984 rules.
10985
10986 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10987
10988 * NEWS: Add information about new pending breakpoint support.
10989
10990 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10991
10992 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
10993 and pending fields for pending breakpoint support.
10994 * breakpoint.c (breakpoint_enabled): Add check for not pending.
10995 (condition_command): Only parse condition if not a pending
10996 breakpoint.
10997 (print_one_breakpoint): Add support for pending breakpoints.
10998 (describe_other_breakpoints): Add checks to verify we are not
10999 dealing with pending breakpoints.
11000 (check_duplicates): Don't check pending breakpoints.
11001 (set_raw_breakpoint): Initialize pending flag.
11002 (do_restore_lang_radix_cleanup): New cleanup routine.
11003 (resolve_pending_breakpoint): New function.
11004 (re_enable_breakpoints_in_shlibs): Try and resolve any
11005 pending breakpoints via resolve_pending_breakpoint.
11006 (mention): Add pending breakpoint support.
11007 (parse_breakpoint_sals): Add new parameter to pass to
11008 decode_line_1 to indicate silent errors when files or functions
11009 are not found. Change all callers.
11010 (do_captured_parse_breakpoint): New function.
11011 (break_command_1): Change prototype to return an rc value and to
11012 take an optional pending breakpoint pointer. Support creating
11013 a pending breakpoint if a "not found" form of error occurs when
11014 parsing the breakpoint. Also support resolving an existing pending
11015 breakpoint and be silent if the resolution fails.
11016 (create_breakpoints): Change prototype to take pending breakpoint
11017 pointer. When resolving a pending breakpoint, use the new pointer
11018 to provide a conditional or commands added by the end-user.
11019 (delete_breakpoint): Add appropriate check for pending.
11020 (breakpoint_re_set_one): Ditto.
11021 (do_enable_breakpoint): Ditto.
11022
11023 2004-02-02 David Carlton <carlton@kealia.com>
11024
11025 * valops.c (enum oload_classification): New.
11026 (find_overload_match): Break implementation into separate
11027 functions; delete #if 0'd code; look for symbols within
11028 namespaces.
11029 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
11030 (find_oload_champ,oload_method_static,classify_oload_match): New.
11031 * cp-support.h: Add declaration for cp_func_name; update
11032 declaration for make_symbol_overload_list.
11033 * cp-support.c (cp_func_name): New.
11034 (overload_list_add_symbol): Fix comment, use
11035 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
11036 (make_symbol_overload_list): Take a function name and a namespace
11037 instead of a symbol; change implementation.
11038 (make_symbol_overload_list_using): New.
11039 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
11040
11041 2004-02-02 Fred Fish <fnf@redhat.com>
11042
11043 * main.c (gdb_stdtarg): Move definition to group with other
11044 gdb_stdtarg definitions and update copyright years.
11045 * remote-sim.c (gdb_os_write_stderr): Write output to
11046 gdb_stdtargerr stream instead of gdb_stdtarg stream.
11047 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
11048 gdb_stderr stream and update copyright years.
11049
11050 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11051
11052 * Makefile.in (mips-linux-nat.o): Update dependencies.
11053 * mips-linux-nat.c: Include mips-tdep.h.
11054
11055 2004-02-01 Roland McGrath <roland@redhat.com>
11056
11057 * sol-thread.c (sol_thread_xfer_partial): New function.
11058 (init_sol_thread_ops): Use that for to_xfer_partial hook.
11059 (init_sol_core_ops): Likewise.
11060
11061 * procfs.c (procfs_xfer_partial): New function.
11062 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
11063 * Makefile.in (procfs.o): Add $(auxv_h) dep.
11064
11065 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
11066 procfs_xfer_auxv function.
11067
11068 * procfs.c (procfs_make_note_section): If we can read
11069 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
11070 * linux-proc.c (linux_make_note_section): Likewise.
11071
11072 * auxv.h: New file.
11073 * auxv.c: New file.
11074 * Makefile.in (auxv_h): New variable.
11075 (COMMON_OBS): Add auxv.o here.
11076 (auxv.o): New target.
11077
11078 * corelow.c (core_xfer_partial): New function.
11079 (init_core_ops): Use it for core_ops.to_xfer_partial.
11080
11081 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
11082 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
11083 macro if that is defined.
11084
11085 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11086
11087 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
11088 and check the specified thread for each breakpoint.
11089 * breakpoint.h (bpstat_stop_status): Update prototype.
11090 * infrun.c (handle_inferior_event): Update calls to
11091 bpstat_stop_status.
11092
11093 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11094
11095 * Makefile.in (cli-cmds.o): Add $(readline_h).
11096
11097 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11098
11099 * cli/cli-cmds.c: Include readline.h.
11100 (complete_command): Pass the start of the last word to
11101 complete_line.
11102
11103 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11104
11105 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
11106 argument, and change first argument to a CORE_ADDR.
11107 * breakpoint.h (bpstat_stop_status): Update prototype.
11108 * infrun.c (adjust_pc_after_break): Add a new comment.
11109 (handle_inferior_event): Update calls to bpstat_stop_status.
11110
11111 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11112
11113 * breakpoint.h: Update copyright years.
11114
11115 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11116
11117 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
11118 (bpstat_stop_status): Don't decrement PC.
11119 * breakpoint.h (software_breakpoint_inserted_here_p): Add
11120 prototype.
11121 * infrun.c (adjust_pc_after_break): New function.
11122 (handle_inferior_event): Call it, early. Remove later references
11123 to DECR_PC_AFTER_BREAK.
11124 (normal_stop): Add commentary.
11125
11126 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11127
11128 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11129 2004-01-27 double-free fix.
11130
11131 2004-01-31 Mark Kettenis <kettenis@gnu.org>
11132
11133 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11134 (sparc32_frame_prev_register): Handle StackGhost.
11135 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11136
11137 2004-01-29 Roland McGrath <roland@redhat.com>
11138
11139 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11140 * configure: Regenerated.
11141
11142 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11143 * Makefile.in (procfs.o): Add dep.
11144
11145 2004-01-28 Andrew Cagney <cagney@redhat.com>
11146
11147 * tui/tui-stack.h: Update copyright.
11148 (struct frame_info): Add opaque declaration.
11149 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
11150 (tui_show_locator_content): Rename tuiShowLocatorContent.
11151 (tui_show_frame_info): Rename tuiShowFrameInfo.
11152 * tui/tui-stack.c: Update copyright. Update references.
11153 * tui/tui-winsource.c: Update references.
11154 * tui/tui-win.c: Update references.
11155 * tui/tui-layout.c: Update references.
11156 * tui/tui-hooks.c: Update copyright, update references.
11157 * tui/tui.c: Update copyright, update references.
11158 * tui/tui-disasm.c: Update references.
11159
11160 2004-01-28 David Carlton <carlton@kealia.com>
11161
11162 * dwarf2read.c (add_partial_structure): Use demangled name if
11163 namespace equals "".
11164
11165 2004-01-27 Jim Blandy <jimb@redhat.com>
11166
11167 Clean up misapplied patch:
11168 * dwarf2read.c (determine_prefix): Change one of the two forward
11169 declarations for 'determine_prefix_aux' to a declaration for this.
11170 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
11171 argument to 'die_specification'.
11172
11173 * dwarf2read.c (read_func_scope): Re-indent comment.
11174
11175 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
11176
11177 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11178 b->exp to NULL after freeing so that error during re-parsing or
11179 evaluation of expressions associated with breakpoint don't
11180 eventually lead to re-freeing of storage.
11181 Committed by Andrew Cagney.
11182
11183 2004-01-27 Andrew Cagney <cagney@redhat.com>
11184
11185 * source.c (ambiguous_line_spec): Delete undefined declaration.
11186 * m32r-rom.c (m32r_set_board_address): Delete unused function.
11187 (m32r_set_server_address, m32r_set_download_path): Ditto.
11188 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11189
11190 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
11191
11192 * dwarf2read.c: Update calls to changed and renamed functions, and
11193 references to moved variables.
11194
11195 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11196 language, language_defn, list_in_scope, and ftypes members.
11197 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11198 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11199 (baseaddr): Remove globals.
11200
11201 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
11202 (set_cu_language, die_is_declaration, die_specification)
11203 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11204 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11205 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11206 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11207
11208 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
11209 cu.list_in_scope. Don't initialize cu_header_offset.
11210 (add_partial_symbol): Add local baseaddr.
11211 (psymtab_to_symtab_1): Add local baseaddr. Use
11212 objfile->section_offsets for consistency. Don't initialize
11213 cu_header_offset; do initialize cu.header.offset and
11214 cu.list_in_scope.
11215 (read_file_scope, read_func_scope, read_lexical_block_scope)
11216 (dwarf_decode_lines, new_symbol): Add local baseaddr.
11217
11218 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11219
11220 * PROBLEMS: Add gdb/1516.
11221
11222 2003-12-29 Robert Millan <robertmh@gnu.org>
11223
11224 Patch committed by Andrw Cagney.
11225 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11226 * configure.tgt: Match knetbsd*-gnu.
11227
11228 2004-01-26 Andrew Cagney <cagney@redhat.com>
11229
11230 * breakpoint.c (catch_command_1): Delete #ifdef code.
11231 (catch_fork_command_1): Delete #ifdef wrapper.
11232 (catch_exec_command_1): Ditto.
11233 (catch_load_command_1): Ditto.
11234 (catch_unload_command_1): Ditto.
11235
11236 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11237 (catch_breakpoint): Delete #if0ed function.
11238 (disable_catch_breakpoint): Ditto.
11239 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11240 (disable_catch, enable_catch, delete_catch): Ditto.
11241
11242 2004-01-26 Andrew Cagney <cagney@redhat.com>
11243
11244 * remote.c (echo_check, quit_flag): Delete variables.
11245 (cisco_kernel_mode): Delete variable.
11246 (minitelnet_return, tty_input, escape_count): Delete variables.
11247 (remote_cisco_mode): Delete variable.
11248 (remote_cisco_open, remote_cisco_close): Delete function.
11249 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11250 (init_remote_cisco_ops): Delete function.
11251 (_initialize_remote): Do not install "remote cisco" code.
11252 (read_frame): Delete cisco specific code.
11253 (remote_info_process): Delete function.
11254 (remote_wait): Delete cisco specific code.
11255 (remote_cisco_section_offsets): Delete function.
11256 (remote_cisco_objfile_relocate): Delete function.
11257 (remote_async_wait): Delete cisco specific code.
11258 (minitelnet, readtty, readsocket): Delete function.
11259
11260 2004-01-26 Andrew Cagney <cagney@redhat.com>
11261
11262 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11263 comments mentioning extract_returned_value_address.
11264 * infcmd.c (print_return_value): Update. Add comments on
11265 extract_returned_value_address.
11266 * stack.c (return_command): Add comments on
11267 extract_returned_value_address.
11268 * values.c: Update comment.
11269 * m32r-tdep.c: Update comment.
11270 * sparc-tdep.c: Update comment.
11271 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11272 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11273 * sh64-tdep.c (sh64_gdbarch_init): Update.
11274 * sh-tdep.c (sh_gdbarch_init): Update.
11275 * s390-tdep.c (s390_gdbarch_init): Update.
11276 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11277 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11278 * m68k-tdep.c (m68k_gdbarch_init): Update.
11279 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11280 * m32r-tdep.c (m32r_gdbarch_init): Update.
11281 * ia64-tdep.c (ia64_gdbarch_init): Update.
11282 * h8300-tdep.c (h8300_gdbarch_init): Update.
11283 * frv-tdep.c (frv_gdbarch_init): Update.
11284 * arm-tdep.c (arm_gdbarch_init): Update.
11285 * alpha-tdep.c (alpha_gdbarch_init): Update.
11286
11287 2004-01-26 Andrew Cagney <cagney@redhat.com>
11288
11289 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11290 SYMBOL_LOCATION_FUNCS
11291 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11292 "struct symbol_ops".
11293 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11294 type to "struct symbol_ops".
11295 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11296 (struct symbol): Replace ".aux_value.loc.funcs" and
11297 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11298 (SYMBOL_OBJFILE): Delete macro.
11299 (SYMBOL_LOCATION_FUNCS): Delete macro.
11300 (SYMBOL_LOCATION_BATON): Update.
11301 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11302 intead of SYMBOL_LOCATION_FUNCS.
11303 * ax-gdb.c (gen_var_ref): Ditto.
11304 * printcmd.c (address_info): Ditto.
11305 * findvar.c (read_var_value): Ditto.
11306 (symbol_read_needs_frame): Ditto.
11307
11308 2004-01-26 Andrew Cagney <cagney@redhat.com>
11309
11310 * dwarf2read.c (read_func_scope): Document frame-base hack.
11311
11312 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11313
11314 * infcmd.c (print_return_value): Plug memory leak; delete
11315 ui_stream object. Rename argument `structure_return' to
11316 `struct_return'.
11317
11318 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11319
11320 * infcmd.c (print_return_value): Wrap long lines.
11321 (finish_command_continuation, finish_command): Remove unused
11322 variable `funcaddr'. Fix some coding-standards problems.
11323
11324 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11325 SECT_SIZE is large enough, not whether it's exactly the right size.
11326 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11327 TDEP->fpregset to zero.
11328
11329 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11330 floating-point registers for traditional NetBSD core files.
11331 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11332 TDEP->sizeof_fpregset here.
11333
11334 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11335
11336 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11337 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11338 function with code split out from
11339 sparc32nbsd_sigcontext_frame_cache.
11340 (sparc32nbsd_sigcontext_frame_cache): Use
11341 sparc32nbsd_sigcontext_saved_regs.
11342 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11343 OpenBSD.
11344 * sparcobsd-tdep.c: New file.
11345 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11346 (sparcobsd-tdep.o): New dependency.
11347 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11348 * config/sparc/obsd.mt: New file.
11349
11350 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11351 TDEP->fpregset to be initialized to enable core file register
11352 sets.
11353
11354 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11355
11356 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11357 Add opaque declarations.
11358 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11359 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11360 function with code split out from
11361 sparc64nbsd_sigcontext_frame_cache.
11362 (sparc64nbsd_sigcontext_frame_cache): Use
11363 sparc64nbsd_sigcontext_saved_regs.
11364 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11365 OpenBSD.
11366 * sparc64obsd-tdep.c: New file.
11367 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11368 (sparc64obsd-tdep.o): New dependency.
11369 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11370 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11371 * config/sparc/obsd64.mt: New file.
11372
11373 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11374 read the instruction at PC.
11375
11376 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11377 value of GDB_OSABI_DEFAULT.
11378 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11379 instead of GDB_OSABI_NETBSD_AOUT.
11380
11381 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11382
11383 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11384 copyright.
11385
11386 2004-01-23 Andrew Cagney <cagney@redhat.com>
11387
11388 * printcmd.c (display_command): Replace tui_set_display call with
11389 tui_set_layout_for_display_command.
11390 * tui/tui.h (enum tui_win_type): Define.
11391 (tui_set_layout): Delete declaration.
11392 (tui_set_layout_for_display_command): Rename set_tui_layout.
11393 * tui/tui-data.h (enum tui_layout_type): Define.
11394 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11395 "tui.h".
11396 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11397 (tui_default_win_height): Rename tuiDefaultWinHeight.
11398 (tui_default_win_viewport_height): Rename
11399 tuiDefaultWinViewportHeight.
11400 (tui_set_layout): RenametuiSetLayout.
11401 * tui/tui-layout.c: Update references.
11402 * tui/tui.c: Update references.
11403 * tui/tui-disasm.c: Update references.
11404
11405 2004-01-23 David Carlton <carlton@kealia.com>
11406
11407 Partial workaround for PR c++/1511:
11408 * cp-namespace.c: Include frame.h.
11409 (cp_lookup_transparent_type): New
11410 (cp_lookup_transparent_type_loop): New.
11411 * cp-support.h: Declare cp_lookup_transparent_type.
11412 * symtab.c (basic_lookup_transparent_type): Renamed from
11413 lookup_transparent_type.
11414 (lookup_transparent_type): Replace old body by a call to
11415 current_language->la_lookup_transparent_type.
11416 * symtab.h: Update copyright. Declare
11417 basic_lookup_transparent_type.
11418 * language.h: Update copyright.
11419 (struct language_defn): Add la_lookup_transparent_type.
11420 * language.c: Update copyright.
11421 (unknown_language_defn): Add basic_lookup_transparent_type.
11422 (auto_language_defn): Add basic_lookup_transparent_type.
11423 (local_language_defn): Add basic_lookup_transparent_type.
11424 * ada-lang.c: Update copyright.
11425 (ada_language_defn): Add basic_lookup_transparent_type.
11426 * c-lang.c: Update copyright.
11427 (c_language_defn): Add basic_lookup_transparent_type.
11428 (cplus_language_defn): Add basic_lookup_transparent_type.
11429 (asm_language_defn): Add basic_lookup_transparent_type.
11430 (minimal_language_defn): Add basic_lookup_transparent_type.
11431 * f-lang.c: Update copyright.
11432 (f_language_defn): Add basic_lookup_transparent_type.
11433 * jv-lang.c: Update copyright.
11434 (java_language_defn): Add basic_lookup_transparent_type.
11435 * m2-lang.c: Update copyright.
11436 (m2_language_defn): Add basic_lookup_transparent_type.
11437 * objc-lang.c: Update copyright.
11438 (objc_language_defn): Add basic_lookup_transparent_type.
11439 * p-lang.c: Update copyright.
11440 (p_language_defn): Add basic_lookup_transparent_type.
11441 * scm-lang.c: Update copyright.
11442 (scm_language_defn): Add basic_lookup_transparent_type.
11443 * Makefile.in (cp-namespace.o): Depend on frame.h.
11444
11445 2004-01-23 David Carlton <carlton@kealia.com>
11446
11447 Patch for PR c++/1520:
11448 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11449 properly if we have a specification die.
11450 (determine_prefix_aux): Rename from determine_prefix.
11451 (determine_prefix): Like the old determine_prefix, but never
11452 returns NULL.
11453
11454 2004-01-23 Theodore A. Roth <troth@openavr.org>
11455
11456 * avr-tdep.c: Update copyright.
11457 (avr_iaddr_p): Delete unused function.
11458 (avr_saddr_p): Delete unused function.
11459
11460 2004-01-23 David Carlton <carlton@kealia.com>
11461
11462 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11463 Fix for PR symtab/1534.
11464
11465 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11466
11467 * NEWS (New native configurations): Mention OpenBSD/sparc and
11468 OpenBSD/sparc64.
11469 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11470 * configure.host: Likewise.
11471 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11472 handler for OpenBSD.
11473 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11474
11475 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11476
11477 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11478 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11479
11480 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11481 * cli/cli-cmds.c (shell_escape): Likewise.
11482
11483 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11484 OpenBSD .note.openbsd.ident sections.
11485
11486 2004-01-22 David Carlton <carlton@kealia.com>
11487
11488 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11489 get_scope_pc_bounds.
11490 (read_file_scope): Ditto.
11491 (get_scope_pc_bounds): New function, produced by extracting code
11492 from the above two functions, consolidating it, and adding support
11493 for DW_TAG_namespace.
11494
11495 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11496
11497 * osabi.c (MAX_NOTESZ): New define.
11498 (check_note): New function.
11499 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11500 check_note.
11501
11502 2004-01-21 Roland McGrath <roland@redhat.com>
11503
11504 * MAINTAINERS (write after approval): Add myself.
11505
11506 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11507
11508 * utils.c (init_page_info): Move declarations of `rows' and
11509 `cols' before the __GO32__-specific code. Move the closing brace
11510 outside the #ifdef __GO32__..#endif block.
11511 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11512
11513 2004-01-21 Paul Brook <paul@codesourcery.com>
11514
11515 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11516 BPSTAT_WHAT_CHECK_SHLIBS.
11517
11518 2004-01-21 Paul Brook <paul@codesourcery.com>
11519
11520 * MAINTAINERS: Add myself to write-after-approval.
11521
11522 2004-01-20 Andrew Cagney <cagney@redhat.com>
11523
11524 * ax-gdb.c (print_axs_value): Delete unused function.
11525 * jv-lang.c (java_lookup_type): Delete unused function.
11526 * cli/cli-dump.c (dump_filetype): Delete unused function.
11527 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11528 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11529 (mips_getstring): Delete unused function.
11530 (pmon_insert_breakpoint): Delete #if0ed function.
11531 (PMON_MAX_BP): Delete #if0ed MACRO.
11532 (mips_pmon_bp_info): Delete #if0ed variable.
11533 (pmon_remove_breakpoint): Delete #if0ed function.
11534 * monitor.c (monitor_write_even_block): Delete unused function.
11535 (monitor_write_memory_block): Delete #if0ed code.
11536 * dink32-rom.c (dink32_load): Delete unused function.
11537 (_initialize_dink32_rom): Delete #if0ed code.
11538 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11539
11540 * tui/tui-command.c: Update references.
11541 * tui/tui-io.c: Update references.
11542 * tui/tui-command.h: Update copyright.
11543 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11544
11545 * source.c (ambiguous_line_spec): Delete never-defined function.
11546 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11547 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11548 * cli/cli-cmds.c (validate_comname): Ditto.
11549
11550 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11551 "tui-data.h".
11552 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11553 (tui_show_disassem): Rename tuiShowDisassem.
11554 (tui_show_disassem_and_update_source): Rename
11555 tuiVerticalDisassemScroll.
11556 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11557 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11558 * tui/tui.h: Update copyright.
11559 (enum tui_status): Define.
11560 * tui/tui-data.h (enum tui_scroll_direction): Define.
11561 * tui/tui-disasm.c: Update copyright. Update references.
11562 * tui/tui-winsource.c: Update copyright. Update references.
11563 * tui/tui-win.c: Update references.
11564 * tui/tui-layout.c: Update references.
11565
11566 2004-01-20 Andrew Cagney <cagney@redhat.com>
11567
11568 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11569 sym2 to start of block.
11570
11571 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11572
11573 * MAINTAINERS: Delete mmalloc.
11574 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11575 * NEWS: Mention removal of --with-malloc.
11576 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11577 * config.in: Regenerate.
11578 * configure: Regenerate.
11579 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11580 USE_MMALLOC, MMCHECK_FORCE.
11581 * gdbinit.in: Remove mmalloc.
11582 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11583 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11584 * config/i386/go32.mh: Likewise.
11585 * config/i386/interix.mh: Likewise.
11586 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11587
11588 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11589
11590 * linespec.c (decode_variable, symtab_from_filename): Call
11591 error_silent with error message instead of throwing an exception
11592 directly.
11593 * defs.h (error_silent, error_output_message): Add prototypes.
11594 (catch_exceptions_with_msg): Ditto.
11595 * utils.c (error_silent, error_output_message): New functions.
11596 * top.c (catch_exceptions_with_msg): New function.
11597
11598 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11599
11600 * mi/mi-cmds.h (enum print_values): Add definition.
11601
11602 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11603 type and value for simple data types and just the name and type
11604 for complex ones, if required.
11605
11606 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11607 children, if required.
11608
11609 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11610
11611 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11612 unused declarations.
11613
11614 2004-01-19 Andrew Cagney <cagney@redhat.com>
11615
11616 * top.h (mapped_symbol_files): Delete declaration.
11617 * main.c (captured_main): Delete option "m" and "mapped".
11618 * objfiles.c (mapped_symbol_files): Delete variable.
11619 * symfile.c (symbol_file_command): Delete mmap code.
11620 (symbol_file_add_with_addrs_or_offsets): Ditto.
11621 (add_symbol_file_command, reread_separate_symbols): Ditto.
11622 * objfiles.h (OBJF_MAPPED): Delete.
11623 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11624 (free_objfile) [USE_MMALLOC]: Ditto.
11625 (open_existing_mapped_file): Delete function.
11626 (open_mapped_file): Delete function.
11627 (map_to_file): Delete function.
11628
11629 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11630
11631 * infrun.c (step_into_function): Account for possible breakpoint
11632 adjustment when computing ``stop_func_start''.
11633
11634 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11635
11636 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11637 the region size against the size of a pointer, not the size of
11638 a register as given by DEPRECATED_REGISTER_SIZE.
11639
11640 2004-01-19 Andrew Cagney <cagney@redhat.com>
11641
11642 * tui/tui-regs.h: Include "tui-data.h".
11643 (tuiFirstRegElementNoInLine): Delete declaration.
11644 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11645 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11646 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11647 (tui_calculate_regs_column_count): Rename
11648 tuiCalculateRegsColumnCount.
11649 (tui_check_register_values): Rename tuiCheckRegisterValues.
11650 (tui_show_registers): Rename tuiShowRegisters.
11651 (tui_display_registers_from_line): Rename
11652 tuiDisplayRegistersFromLine.
11653 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11654 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11655 (tui_first_reg_element_no_inline): Rename
11656 tuiFirstRegElementNoInLine.
11657 * tui/tui-data.h: Update copyright.
11658 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11659 * tui/tui-windata.c: Update copyright, update references.
11660 * tui/tui-regs.c: Update copyright, update references.
11661 * tui/tui-win.c: Update copyright, update references.
11662 * tui/tui-layout.c: Update copyright, update references.
11663
11664 2004-01-18 Andrew Cagney <cagney@redhat.com>
11665
11666 * tui/tui-io.c: Update copyright.
11667 (key_is_end_sequence, key_is_backspace): New functions.
11668 (key_is_command_char, key_is_start_sequence): New function.
11669 (tui_getc): Update references.
11670 * tui/tui-io.h: Update copyright.
11671 (m_tuiStartNewLine): Delete macro.
11672 (m_isBackspace, m_isDeleteChar): Delete macros.
11673 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11674 (m_isNextPage, m_isPrevPage): Delete macros.
11675 (m_isLeftArrow, m_isRightArrow): Delete macros.
11676 (m_isXdbStyleCommandChar): Delete macro.
11677 (key_is_start_sequence): Declare, replace m_isStartSequence.
11678 (key_is_end_sequence): Declare, replace m_isEndSequence.
11679 (key_is_backspace): Declare ,replace m_isBackspace.
11680 (key_is_command_char): Declare, replace m_isCommandChar.
11681 * tui/tui-command.c: Update copyright.
11682 (tuiDispatchCtrlChar): Update references.
11683
11684 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11685 tuiSourceWin.h.
11686
11687 * tui/tui-command.c: Rename tui/tuiCommand.c.
11688 * tui/tui-command.h: Rename tui/tuiCommand.h.
11689 * tui/tui-data.c: Rename tui/tuiData.c.
11690 * tui/tui-data.h: Rename tui/tuiData.h.
11691 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11692 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11693 * tui/tui-io.c: Rename tui/tuiIO.c.
11694 * tui/tui-io.h: Rename tui/tuiIO.h.
11695 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11696 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11697 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11698 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11699 * tui/tui-source.c: Rename tui/tuiSource.c.
11700 * tui/tui-source.h: Rename tui/tuiSource.h.
11701 * tui/tui-stack.c: Rename tui/tuiStack.c.
11702 * tui/tui-stack.h: Rename tui/tuiStack.h.
11703 * tui/tui-win.c: Rename tui/tuiWin.c.
11704 * tui/tui-win.h: Rename tui/tuiWin.h.
11705 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11706 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11707 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11708 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11709 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11710 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11711 * tui/tui-file.c: Update includes.
11712 * tui/tui-hooks.c: Update includes.
11713 * tui/tui-interp.c: Update includes.
11714 * tui/tui.c: Update includes.
11715 * Makefile.in: Update all tui/ dependencies.
11716 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11717
11718 * Makefile.in: Update copyright. Update dependencies.
11719
11720 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11721 problem.
11722
11723 2004-01-18 Andrew Cagney <cagney@redhat.com>
11724
11725 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11726 instead of register_gdbarch_init.
11727
11728 * remote-sds.c (tohex): Delete unused function. Update copyright.
11729 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11730 * v850-tdep.c (v850_register_virtual_size): Ditto.
11731 * target.c (normal_target_post_startup_inferior): Ditto.
11732 * source.c (ambiguous_line_spec): Ditto.
11733 * remote.c (adapt_remote_get_threadinfo): Ditto.
11734 * mi/mi-out.c (out_field_fmt): Ditto.
11735 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11736 (output_control_change_notification): Ditto.
11737 * m68k-tdep.c (m68k_register_byte): Ditto.
11738 (m68k_remote_breakpoint_from_pc): Ditto.
11739 * ui-out.c (init_ui_out_state): Delete unused declaration.
11740 * stabsread.c (search_value): Ditto.
11741 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11742 * maint.c (print_section_table): Ditto.
11743 * infrun.c (set_follow_fork_mode_command): Ditto.
11744
11745 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11746
11747 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11748 DW_CFA_def_cfa_exporession. Add support for
11749 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11750 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11751
11752 2004-01-18 Andrew Cagney <cagney@redhat.com>
11753
11754 * ocd.c: Update copyright.
11755 (bdm_read_register_command): Delete unused function.
11756 (_initialize_remote_ocd): Delete commented out reference.
11757 (get_quoted_char, reset_packet): Delete #if0ed function.
11758 (output_packet, put_quoted_char): Delete #if0ed function.
11759 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11760 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11761 (BDM_BREAKPOINT): Delete #if0ed macro.
11762 (remote_timeout): Delete #if0ed variable.
11763
11764 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11765
11766 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11767 (core-sol2.o): Remove dependency.
11768 * core-sol2.c: Remove file.
11769
11770 2004-01-17 Andrew Cagney <cagney@redhat.com>
11771
11772 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11773 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11774 enums.
11775
11776 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11777
11778 * remote.c: Update copyright years.
11779
11780 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11781
11782 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11783
11784 2004-01-17 Andrew Cagney <cagney@redhat.com>
11785
11786 * mdebugread.c: Update copyright.
11787 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11788 (parse_type, parse_procedure): Ditto.
11789 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11790
11791 * cris-tdep.c (cris_store_struct_return): Put back accidently
11792 deleted function.
11793
11794 * gdbarch.sh: Update copyright year.
11795 * gdbarch.h, gdbarch.c: Re-generate.
11796
11797 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11798
11799 Suggested by George Anzinger.
11800 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11801 correct stack offset. Include unknown opcode numbers in the error
11802 message.
11803
11804 2004-01-17 Andrew Cagney <cagney@redhat.com>
11805
11806 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11807 extract_struct_value_address, i386 does not set it.
11808 * sparc64-tdep.c (sparc64_init_abi): Do not set
11809 extract_struct_value_address, never called.
11810 (sparc64_extract_struct_value_address): Delete function.
11811 * m68hc11-tdep.c: Update copyright.
11812 (m68hc11_gdbarch_init): Delete redundant assignment of
11813 extract_struct_value_address.
11814 * i386-tdep.c: Update copyright.
11815 (i386_gdbarch_init): Do not set extract_struct_value_address,
11816 never called.
11817 (i386_extract_struct_value_address): Delete function.
11818 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11819 extract_struct_value_address, never called.
11820 (sparc32_extract_struct_value_address): #if 0 function. Add
11821 comments explaining its future.
11822
11823 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11824
11825 * arm-tdep.c (arm_write_pc): New function.
11826 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11827
11828 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11829
11830 * breakpoint.c (must_shift_inst_regs): Delete.
11831 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11832 and SHIFT_INST_REGS.
11833 * infcmd.c (step_1, step_1_continuation): Delete references to
11834 SHIFT_INST_REGS.
11835 * infrun.c (keep_going): Likewise.
11836 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11837 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11838
11839 2004-01-17 Andrew Cagney <cagney@redhat.com>
11840
11841 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11842 * gdbarch.h, gdbarch.c: Re-generate.
11843 * infcmd.c (print_return_value): Delete reference to
11844 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11845
11846 * cris-tdep.c (cris_gdbarch_init): Do not set
11847 deprecated_extract_struct_value_address.
11848
11849 * xstormy16-tdep.c: Update copyright.
11850 (xstormy16_extract_struct_value_address): Update to current
11851 extract struct value address interface.
11852 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11853 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11854 current extract struct value address interface.
11855 (sh64_gdbarch_init): Set extract_struct_value_address.
11856
11857 * cris-tdep.c: Update copyright.
11858 (cris_extract_struct_value_address): Delete function.
11859 (struct_return_address): Delete variable.
11860 (cris_store_struct_return): Do not set struct_return_address.
11861
11862 * mcore-tdep.c: Update copyright.
11863 (mcore_extract_struct_value_address): Delete function. Update
11864 comments.
11865 (mcore_gdbarch_init): Update.
11866 * mn10300-tdep.c: Update copyright.
11867 (mn10300_extract_struct_value_address): Delete function.
11868 (mn10300_gdbarch_init): Update.
11869 * v850-tdep.c: Update copyright.
11870 (v850_extract_struct_value_address): Delete.
11871 (v850_gdbarch_init): Update.
11872 * ns32k-tdep.c: Update copyright.
11873 (ns32k_extract_struct_value_address): Delete.
11874 (ns32k_gdbarch_init): Update.
11875 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11876 (hppa_gdbarch_init): Update.
11877 * vax-tdep.c: Update copyright.
11878 (vax_extract_struct_value_address): Delete.
11879 (vax_gdbarch_init): Update.
11880
11881 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11882 * gdbarch.h, gdbarch.c: Re-generate.
11883 * procfs.c (procfs_fetch_registers): Delete reference to
11884 DEPRECATED_NPC_REGNUM.
11885 (procfs_store_registers): Ditto.
11886 * regcache.c (generic_target_write_pc): Simplify.
11887 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11888
11889 * core-sol2.c (fetch_core_registers): Replace
11890 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11891
11892 * hppa-tdep.c: Update copyright year.
11893 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11894 NPC_REGNUM.
11895 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11896
11897 * mips-tdep.c (mips_write_pc): New function.
11898 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11899 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11900 (mips_find_saved_regs, mips_software_single_step: Ditto.
11901 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11902 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11903
11904 2004-01-17 Andrew Cagney <cagney@redhat.com>
11905
11906 * mips-tdep.c: Re-indent. Group functions by ABI.
11907
11908 2004-01-17 Andrew Cagney <cagney@redhat.com>
11909
11910 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11911 * gdbarch.c: Re-generate.
11912 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11913 DECR_PC_AFTER_BREAK to zero.
11914 * vax-tdep.c (vax_gdbarch_init): Ditto.
11915 * v850-tdep.c (v850_gdbarch_init): Ditto.
11916 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11917 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11918 * sh-tdep.c (sh_gdbarch_init): Ditto.
11919 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11920 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11921 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11922 * mips-tdep.c (mips_gdbarch_init): Ditto.
11923 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11924 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11925 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11926 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11927 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11928 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11929 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11930 * frv-tdep.c (frv_gdbarch_init): Ditto.
11931 * cris-tdep.c (cris_gdbarch_init): Ditto.
11932 * avr-tdep.c (avr_gdbarch_init): Ditto.
11933 * arm-tdep.c (arm_gdbarch_init): Ditto.
11934 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11935
11936 2004-01-17 J. Brobecker <brobecker@gnat.com>
11937
11938 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11939 Delete, no longer used.
11940 (read_subrange_type): New function, mostly extracted from
11941 read_array_type().
11942 (read_array_type): Replace extracted code by call to
11943 read_subrange_type().
11944 (dwarf2_get_attr_constant_value): New function.
11945 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11946 (add_partial_symbol): Likewise.
11947 (process_die): Likewise.
11948 (new_symbol): Likewise.
11949 (read_type_die): Likewise.
11950
11951 2004-01-16 Andrew Cagney <cagney@redhat.com>
11952
11953 * symfile.c: Update copyright year.
11954 (compare_symbols): Delete unused function.
11955 * stabsread.c: Update copyright year.
11956 (lrs_general_complaint): Delete unused function.
11957 (ref_search_value): Ditto.
11958 (get_substring): Delete declaration.
11959 * sh64-tdep.c: Update copyright year.
11960 (sh64_get_gdb_regnum): Delete unused function.
11961 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11962 Delete unused function.
11963
11964 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11965
11966 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11967 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11968
11969 2004-01-16 Andrew Cagney <cagney@redhat.com>
11970
11971 Changes from Peter Schauer.
11972 * rs6000-tdep.c: Update copyright year.
11973 (rs6000_push_dummy_call): Update the stack pointer before
11974 accessing the corresponding stack region.
11975 * rs6000-nat.c: Update copyright year.
11976 (set_host_arch): Set "info.abfd" to "exec_bfd".
11977
11978 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11979
11980 * blockframe.c: Update copyright year.
11981 (inside_entry_func): Don't treat a zero PC specially.
11982
11983 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11984
11985 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11986 variable.
11987 (gcore_create_callback): Ditto. Skip any memory segment that has
11988 no permissions set.
11989
11990 2004-01-14 David Carlton <carlton@kealia.com>
11991
11992 Change symbols for C++ nested types to contain the fully qualified
11993 name, if possible. (At least in the DWARF-2 case.) Partial fix
11994 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
11995 c++/895.
11996 * c-exp.y (qualified_type): Handle types nested within classes.
11997 * cp-namespace.c: Update comments.
11998 (cp_set_block_scope): Delete #if 0.
11999 (cp_lookup_nested_type): Handle types nested within classes.
12000 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
12001 when appropriate.
12002 (add_partial_symbol): Add the name of the enclosing namespace to
12003 types.
12004 (pdi_needs_namespace): New.
12005 (add_partial_namespace): Tweak comment.
12006 (add_partial_structure): New.
12007 (psymtab_to_symtab_1): Initialize processing_current_prefix
12008 here...
12009 (process_die): instead of here.
12010 (read_structure_scope): Try to figure out the name of the class or
12011 namespace that the structure might be defined within.
12012 (read_enumeration): Generate fully-qualified names, if possible.
12013 (read_namespace): Don't set name to NULL.
12014 (die_specification): New.
12015 (new_symbol): Generate fully-qualified names for types.
12016 (read_type_die): Determine appropriate prefix.
12017 (determine_prefix): New.
12018 (typename_concat): New.
12019 (class_name): New.
12020 * valops.c (value_aggregate_elt): Pass NOSIDE to
12021 value_struct_elt_for_reference.
12022 (value_struct_elt_for_reference): Make static, add NOSIDE
12023 parameter, call value_maybe_namespace_elt as a last resort.
12024 (value_namespace_elt): Break out code into
12025 value_maybe_namespace_elt.
12026 (value_maybe_namespace_elt): New.
12027
12028 2004-01-12 Andrew Cagney <cagney@redhat.com>
12029
12030 * mips-tdep.c (mips_convert_register_p): Handle both raw and
12031 cooked floating-point registers.
12032 (mips_gdbarch_init): Set convert_register_p, register_to_value,
12033 and value_to_register.
12034
12035 2004-01-13 Andrew Cagney <cagney@redhat.com>
12036
12037 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
12038 * gdbarch.c: Re-generate.
12039 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12040 FUNCTION_START_OFFSET.
12041 * v850-tdep.c (v850_gdbarch_init): Ditto.
12042 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12043 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12044 * sh-tdep.c (sh_gdbarch_init): Ditto.
12045 * s390-tdep.c (s390_gdbarch_init): Ditto.
12046 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12047 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12048 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12049 * mips-tdep.c (mips_gdbarch_init): Ditto.
12050 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12051 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
12052 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12053 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12054 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12055 * i386-tdep.c (i386_gdbarch_init): Ditto.
12056 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12057 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12058 * frv-tdep.c (frv_gdbarch_init): Ditto.
12059 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12060 * cris-tdep.c (cris_gdbarch_init): Ditto.
12061 * avr-tdep.c (avr_gdbarch_init): Ditto.
12062 * arm-tdep.c (arm_gdbarch_init): Ditto.
12063 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12064
12065 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
12066
12067 * infrun.c (follow_fork_mode_ask): Remove.
12068 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
12069 (follow_fork): Simplify and remove internal error for
12070 follow_fork_mode_ask.
12071 (_initialize_infrun): Update "set follow-fork-mode" help text.
12072
12073 2004-01-13 Andrew Cagney <cagney@redhat.com>
12074
12075 * configure.in: Update copyright year.
12076 (build_warnings): Add -Wunused-label.
12077 * configure: Re-generate.
12078
12079 2004-01-12 Andrew Cagney <cagney@redhat.com>
12080
12081 * exec.h (exec_ops): Make "extern".
12082
12083 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
12084 the function is void.
12085 (mips_pseudo_register_write): Ditto.
12086
12087 2004-01-12 Andrew Cagney <cagney@redhat.com>
12088
12089 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
12090 call. Never defined.
12091 * sparc-tdep.h (struct frame_info): Add opaque declaration.
12092 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
12093 (struct sparc_gregset, struct regcache): Ditto.
12094 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
12095
12096 2004-01-12 Andrew Cagney <cagney@redhat.com>
12097
12098 * mi/ChangeLog: Delete file. Renamed to ...
12099 * mi/ChangeLog-1999-2003: New file.
12100 * tui/ChangeLog: Delete file. Renamed to ...
12101 * tui/ChangeLog-1998-2003: New file.
12102
12103 2004-01-11 Mark Kettenis <kettenis@gnu.org>
12104
12105 * sparc64nbsd-tdep.c: Include "regset.h".
12106 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
12107 Remove variables.
12108 (fetch_core_registers): Remove function.
12109 (sparc64nbsd_core_fns): Remove variable.
12110 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
12111 functions.
12112 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
12113 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12114 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
12115
12116 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
12117 sparc_extract_struct_value_address.
12118 (sparc32_gdbarch_init): Set extract_struct_value_address.
12119 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
12120 function.
12121 (sparc64_init_abi): Set extract_struct_value_address. Don't set
12122 return_value_on_stack.
12123
12124 * NEWS: Mention that %cs and %ss have been added to the AMD64
12125 configurations
12126
12127 * frame.c: Update copyright year.
12128 (get_prev_frame): Improve comment.
12129
12130 * sparc64fbsd-tdep.c: Include "regset.h".
12131 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12132 Remove variables.
12133 (fetch_core_registers): Remove function.
12134 (sparc64fbsd_core_fns): Remove variable.
12135 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12136 functions.
12137 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12138 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12139 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
12140
12141 * sparcnbsd-tdep.c: Include "regset.h".
12142 (fetch_core_registers): Remove function.
12143 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12144 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12145 functions.
12146 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
12147 TDEP->fpregset.
12148 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
12149
12150 * sparc-tdep.h (struct regset): Provide opaque declaration.
12151 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
12152 fpregset and sizeof_fpregset members.
12153 * sparc-tdep.c (struct regset): Provide opaque declaration.
12154 (sparc_regset_from_core_section): New function.
12155 (sparc32_gdbarch_init): Initialize TDEP->gregset,
12156 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12157 Set regset_from_core_section when appropriate.
12158
12159 2004-01-10 Mark Kettenis <kettenis@gnu.org>
12160
12161 * x86-64-tdep.c (amd64_non_pod_p): New function.
12162 (amd64_classify_aggregate): Return class memory for non-POD
12163 C++ structure types.
12164
12165 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12166 argument. Use it to reserve a register if necessary.
12167 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12168 amd64_push_arguments.
12169
12170 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12171
12172 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
12173 register numbers in comments.
12174 * x86-64-tdep.h: Update copyright year.
12175 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12176 Adjust for addition of %cs and %ss.
12177 * amd64fbsd-nat.c: Update copyright year.
12178 (reg_offset): Add register offsets for %cs and %ss.
12179 * amd64fbsd-tdep.c: Update copyright year.
12180 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12181 (amd64fbsd_sc_reg_offset): Likewise.
12182 * x86-64-linux-nat.c: Update copyright year.
12183 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12184 and %ss.
12185 * amd64nbsd-nat.c: Update copyright year.
12186 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12187 * amd64nbsd-tdep.c: Update copyright year.
12188 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12189 * x86-64-linux-tdep.c: Update copyright year.
12190 (user_to_gdb_regmap): Add mapping for %cs and %ss.
12191 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12192 * regformats/reg-x86-64.dat: Add %cs and %ss.
12193
12194 * blockframe.c (inside_entry_func): Reformat. Introduce new local
12195 variables to prevent long lines. Update comments to reflect
12196 reality.
12197
12198 2004-01-09 David Carlton <carlton@kealia.com>
12199
12200 Checked in by Elena Zannoni <ezannoni@redhat.com>.
12201 * dwarf2read.c (read_namespace): Pull out name-generating code
12202 into namespace_name. Rename previous_namespace to previous_prefix
12203 and processing_current_namespace to processing_current_prefix..
12204 (namespace_name): New function.
12205 (add_partial_symbol): Substitute uses of pdi->name with
12206 actual_name.
12207 * cp-support.h: Rename processing_current_namespace to
12208 processing_current_prefix.
12209 Update copyright year.
12210 * cp-namespace.c: Rename processing_current_namespace to
12211 processing_current_prefix.
12212 Update copyright year.
12213
12214 2004-01-09 Andrew Cagney <cagney@redhat.com>
12215
12216 * jv-valprint.c, ser-unix.c: Add missing copyright years.
12217
12218 2004-01-09 Mark Kettenis <kettenis@gnu.org>
12219
12220 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12221 complaining.
12222 (process_one_symbol): Deal with N_PATCH stabs.
12223
12224 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
12225
12226 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12227 ifdeffed code.
12228 Update copyright year.
12229
12230 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12231
12232 * config/pa/tm-hppa.h: Update extern declarations for
12233 hppa32_hpux_frame_saved_pc_in_sigtramp,
12234 hppa32_hpux_frame_base_before_sigtramp, and
12235 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12236
12237 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12238
12239 * config/pa/tm-hppah.h: Update copyright years.
12240
12241 2004-01-08 Andrew Cagney <cagney@redhat.com>
12242
12243 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12244 (mips_o32_reg_struct_has_addr): Delete function.
12245 (mips_gdbarch_init): Update.
12246 (mips_extract_struct_value_address): Delete function.
12247
12248 2004-01-08 David Mosberger <davidm@hpl.hp.com>
12249
12250 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12251 reality.
12252
12253 2004-01-07 Andrew Cagney <cagney@redhat.com>
12254
12255 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12256 architecture's elf flags (when available).
12257
12258 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12259 FPU to the start, check the MIPS FPU when looking for an old
12260 architecture.
12261 (set_mipsfpu_single_command): Update the architecture.
12262 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12263
12264 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12265 (mips_mask_address_p): Add "tdep" parameter.
12266 (show_mask_address, mips_addr_bits_remove): Update.
12267 (mips_dump_tdep): Update.
12268 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12269 (MIPS_STACK_ARGSIZE): Delete macro.
12270 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12271 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12272 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12273 (mips_dump_tdep): Update.
12274 (MIPS_SAVED_REGSIZE): Delete macro.
12275 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12276 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12277 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12278 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12279 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12280 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12281 (mips_pop_frame, return_value_location): Update.
12282 (mips_n32n64_return_value, mips_dump_tdep): Update.
12283
12284 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12285 MIPS ABI.
12286
12287 * mips-tdep.c: Update copyright.
12288 (mips_gdbarch_init): Merge two code blocks handling the register
12289 name and number layout.
12290
12291 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12292
12293 * tracepoint.c (validate_actionline): Fix segv at EOF
12294
12295 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12296
12297 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12298 properly for static fields.
12299
12300 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12301 Jason Molenda <jmolenda@apple.com>
12302
12303 * disasm.c: Update copyright to include 2004.
12304 (do_mixed_source_and_assembly): For uiout asm list
12305 and tuple cleanups, initialize to null_cleanup instead of
12306 NULL and do so prior to loop. Only reset when we close off
12307 the tuple/list. Move check for whether to close off the
12308 asm tuple/list to after dump_insns call where it will be run
12309 on each loop iteration.
12310
12311 2004-01-05 Andrew Cagney <cagney@redhat.com>
12312
12313 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12314 should be a switch case and not a label.
12315 * mips-tdep.c (mips32_next_pc): Delete unused labels
12316 "greater_equal_branch" and "less_zero_branch".
12317 * jv-valprint.c (java_print_value_fields): Delete unused label
12318 "flush_it".
12319
12320 * target.c (unpush_target): Only close a target that is in the
12321 target stack.
12322
12323 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12324
12325 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12326 address from [sp + 64] instead of %o2.
12327
12328 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12329 fixes PR backtrace/1476.
12330
12331 2004-01-05 Andrew Cagney <cagney@redhat.com>
12332
12333 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12334 move to start of file.
12335 * i386-tdep.h (struct regcache): Add opaque declaration.
12336 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12337 declaration.
12338 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12339 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12340 * win32-nat.c (fake_create_process): Use ISO C style definition.
12341 * stabsread.c (define_symbol): Delete #ifndef
12342 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12343 stabs_argument_has_addr call, macro never defined.
12344
12345 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12346
12347 * op50-rom.c: Delete.
12348 * w89k-rom.c: Delete.
12349 * Makefile.in: Remove references.
12350
12351 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12352
12353 * x86-64-tdep.c: Update copyright year.
12354 (struct amd64_register_info): Rename from x86_64_register_info.
12355 (amd64_register_info): Rename from x86_64_register_info.
12356 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12357 (amd64_register_name): Rename from x86_64_register_name.
12358 (amd64_register_type): Rename from x86_64_register_type.
12359 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12360 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12361 (amd64_dwarf_reg_to_regnum): Rename from
12362 x86_64_dwarf_reg_to_regnum.
12363 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12364 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12365 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12366 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12367 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12368 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12369 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12370 (amd64_frame_cache): Rename from x86_64_frame_cache.
12371 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12372 (amd64_frame_prev_register): Rename from
12373 x86_64_frame_prev_register.
12374 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12375 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12376 (amd64_sigtramp_frame_cache): Rename from
12377 x86_64_sigtramp_frame_cache.
12378 (amd64_sigtramp_frame_prev_register): Rename from
12379 x86_64_sigtramp_frame_prev_register.
12380 (amd64_sigtramp_frame_unwind): Rename from
12381 x86_64_sigtramp_frame_unwind.
12382 (amd64_sigtramp_frame_sniffer): Rename from
12383 x86_64_sigtramp_frame_sniffer.
12384 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12385 (amd64_frame_base): Rename from x86_64_frame_base.
12386 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12387 (amd64_frame_align): Rename from x86_64_frame_align.
12388 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12389 (amd64_regset_from_core_section): Rename from
12390 x86_64_regset_from_core_section.
12391 (x86_64_init_abi): Update comments.
12392
12393 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12394
12395 * MAINTAINERS (write after approval): Add myself.
12396
12397 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12398
12399 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12400 `float' arguments.
12401
12402 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12403
12404 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12405 such that it mentions a specific version of GCC that exhibits this
12406 bug.
12407
12408 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12409
12410 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12411 structure that has a single `float' member, store it in %f1 in
12412 addition to %f0.
12413
12414 * sparc-sol2-nat.c: Add missing '\'.
12415
12416 * sparc-tdep.c (sparc32_return_value): New function.
12417 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12418 Remove functions.
12419 (sparc32_gdbarch_init): Set return_value, don't set
12420 extract_return_value, store_return_value, use_struct_convention
12421 and return_value_on_stack.
12422
12423 * sparc-sol2-nat.c: Add missing ')'.
12424
12425 2004-01-03 J. Brobecker <brobecker@gnat.com>
12426
12427 * infrun.c (handle_step_into_function): New function.
12428 (handle_inferior_event): Extract out some code into the new
12429 function above.
12430
12431 2004-01-03 J. Brobecker <brobecker@gnat.com>
12432
12433 * infrun.c (handle_inferior_event): Move the declaration of
12434 real_stop_pc inside the if blocks where it is used.
12435
12436 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12437
12438 * sparc64-tdep.c (sparc64_16_byte_align_p)
12439 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12440 Use check_typedef to get subtypes of structures and unions.
12441 (sparc64_store_return_value): Fix calculation of the appropriate
12442 offset into VALBUF when storing a structure or union.
12443 (sparc64_return_value): New function.
12444 (sparc64_use_struct_convention): Remove function.
12445 (sparc64_init_abi): Set return_value, don't set
12446 extract_return_value, store_return_value and
12447 use_struct_convention.
12448
12449 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12450
12451 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12452 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12453 gdb/config/alpha/xm-alphaosf.h,
12454 gdb/config/powerpc/tm-ppcle-eabi.h,
12455 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12456 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12457 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12458 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12459 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12460 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12461 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12462 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12463 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12464 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12465 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12466 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12467 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12468 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12469 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12470 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12471 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12472 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12473 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12474 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12475 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12476 Remove lines for .cvsignore files.
12477
12478 2004-01-03 J. Brobecker <brobecker@gnat.com>
12479
12480 * infrun.c: Back out the previous change.
12481
12482 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12483
12484 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12485 sparc-*-sunos4* to the list of REMOVED configurations.
12486
12487 * configure.tgt: Add back sparc-*-vxworks*.
12488 * remote-vxsparc.c: Remove all includes except for "defs.h",
12489 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12490 Include "sparc-tdep.h".
12491 (SPARC_R_G1): New define.
12492 (vxsparc_gregset): New variable.
12493 (ext_format_sparc): Remove extern declaration.
12494 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12495 sparc32_supply_fpregset.
12496 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12497 sparc_collect_rwindow and sparc32_collect_fpregset.
12498 * config/sparc/tm-vxworks.h: New file, based on recently removed
12499 tm-vxsparc.h.
12500 * config/sparc/vxworks.mt: New file, based on recently removed
12501 vxworks.mt.
12502
12503 2004-01-03 J. Brobecker <brobecker@gnat.com>
12504
12505 * infrun.c (handle_step_into_function): New function.
12506 (handle_inferior_event): Extract out some code into the new
12507 function above.
12508
12509 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12510
12511 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12512 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12513 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12514 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12515 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12516 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12517 (sparc_nat_h): New variable.
12518 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12519 (tm-sun4os4.h): Remove dependency.
12520 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12521 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12522 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12523 sparc-tdep.o): Update dependencies.
12524 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12525 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12526 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12527 dependencies.
12528 * configure.host: Remove existing sparc-*-lynxos*,
12529 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12530 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12531 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12532 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12533 triplets.
12534 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12535 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12536 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12537 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12538 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12539 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12540 sparc64-*-solaris2* and sparc64-*-* triplets.
12541 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12542 "symtab.h" and "objfiles.h".
12543 (BIAS): Remove define.
12544 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12545 (X_DISP19): Remove macros.
12546 (sparc_fetch_instruction): Remove function.
12547 (struct gdbarch_tdep): Remove definition.
12548 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12549 (sparc_breakpoint_from_pc): Remove function.
12550 (struct sparc64_frame_cache): Remove definition.
12551 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12552 sparc64_unwind_pc): Remove functions.
12553 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12554 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12555 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12556 (sparc64_frame_cache): Change return type to `struct
12557 sparc_frame_cache *'. Simply call sparc_frame_cache.
12558 (sparc64_frame_this_id, sparc64_frame_prev_register,
12559 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12560 instead of `struct sparc64_frame_cache.
12561 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12562 sparc_analyze_control_transfer, sparc_software_single_step,
12563 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12564 _initialize_sparc64_tdep): Remove functions.
12565 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12566 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12567 macros.
12568 (sparc64_supply_gregset, sparc64_collect_gregset,
12569 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12570 (sparc64_init_abi): New function.
12571 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12572 inclusion guard. Include "sparc-tdep.h".
12573 (BIAS): Define.
12574 (r_tstate_offset, r_fprs_offset): New defines.
12575 (enum sparc_regnum): Remove defenition.
12576 (enum sparc64_regnum): Reformat.
12577 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12578 (sparc64_init_abi, sparc64_supply_gregset,
12579 sparc64_collect_gregset, sparc64_supply_fpregset,
12580 sparc64_collect_fpregset): New prototypes.
12581 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12582 Add extern declarations.
12583 (sparc64_sol2_init_abi): New prototype.
12584 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12585 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12586 prototypes.
12587 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12588 "sparnbsd-nat.h".
12589 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12590 functions.
12591 (_initialize_sparc64fbsd_nat): Remove initialization of
12592 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12593 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12594 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12595 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12596 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12597 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12598 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12599 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12600 (sparc64fbsd_r_y_offset): Remove variables.
12601 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12602 Make static and const.
12603 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12604 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12605 functions.
12606 (sparc64fbsd_gregset): New variable.
12607 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12608 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12609 and sparc64_supply_fpregset.
12610 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12611 (sparc64fbsd_sigtramp_frame_this_id)
12612 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12613 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12614 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12615 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12616 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12617 * sparcnbsd-tdep.c: Update copyright year. Include
12618 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12619 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12620 "value.h" and "sparcnbsd-tdep.h".
12621 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12622 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12623 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12624 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12625 defines.
12626 (sparcnbsd_gregset): New variable.
12627 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12628 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12629 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12630 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12631 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12632 variables.
12633 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12634 (sparc32nbsd_sigcontext_frame_this_id)
12635 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12636 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12637 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12638 (sparcnbsd_get_longjmp_target_32,
12639 sparcnbsd_get_longjmp_target_64): Remove functions.
12640 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12641 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12642 sparcnbsd_init_elf): Remove.
12643 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12644 (sparcnbsd_elf_init_abi): New functions.
12645 (_initialize_sparcnbsd_tdep): New prototype.
12646 (_initialize_sparnbsd_tdep): Update.
12647 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12648 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12649 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12650 * config/sparc/linux.mh: Update comment.
12651 (XM_FILE, HOST_IPC): Remove variables.
12652 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12653 sparc-linux-nat.o.
12654 * config/sparc/linux.mt: Update comment.
12655 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12656 * config/sparc/nbsd.mt: Reformat.
12657 * config/sparc/nbsd64.mh: Update comment.
12658 (NATDEPFILES): Add sparc-nat.o.
12659 * config/sparc/nbsd64.mt: Update comment.
12660 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12661 (TM_FILE): Set to tm-nbsd.h.
12662 * config/sparc/nbsdelf.mh: Update comment.
12663 (NATDEPFILES): Add sparc-nat.o.
12664 (XM_FILE): Delete.
12665 * config/sparc/nbsdaout.mh: Update comment.
12666 (NATDEPFILES): Add sparc-nat.o
12667 (XM_FILE): Delete.
12668 * config/sparc/nm-linux.h: Update copyright year. Don't include
12669 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12670 inclusion.
12671 (KERNEL_U_SIZE): Remove define.
12672 (kernel_u_size): Remove prototype.
12673 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12674 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12675 "regcache.h".
12676 (CHILD_PREPARE_TO_STORE): Remove define.
12677 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12678 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12679 sparcnbsd-nat.c: Rewrite files.
12680 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12681 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12682 sparcnbsd-tdep.h: Remove files.
12683 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12684 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12685 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12686 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12687 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12688 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12689 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12690 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12691 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12692 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12693 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12694 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12695 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12696 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12697 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12698 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12699 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12700 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12701 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12702
12703 2004-01-02 Andrew Cagney <cagney@redhat.com>
12704
12705 From 2003-12-18 Kazuhiro Inaoka:
12706 * configure.host: Add m32r-linux target.
12707
12708 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12709
12710 * top.c (print_gdb_version): Update year to 2004.
12711
12712 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12713
12714 * MAINTAINERS: Add myself to the write-after-approval category.
12715
12716 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12717
12718 From Bernardo Innocenti <bernie@develer.com>:
12719 * configure.tgt: Add uClinux target.
12720
12721 2004-01-02 Andrew Cagney <cagney@redhat.com>
12722
12723 * utils.c (do_my_cleanups): Make static, add forward declaration.
12724 * defs.h (do_my_cleanups): Delete declaration.
12725
12726 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12727
12728 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12729 bfd/ChangeLog-0203.
12730
12731 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12732
12733 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12734 in <machine/reg.h>.
12735 * configure, config.in: Regenerate.
12736
12737 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12738 tui/ChangeLog-1998-2003.
12739 \f
12740 Local Variables:
12741 mode: change-log
12742 left-margin: 8
12743 fill-column: 74
12744 version-control: never
12745 End:
This page took 0.319726 seconds and 4 git commands to generate.