702dbe7850bd289d0d5e616867ec5b6ea10dce53
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-10-05 Daniel Jacobowitz <dan@debian.org>
2
3 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
4
5 2004-10-05 Andrew Cagney <cagney@gnu.org>
6
7 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
8
9 2004-10-05 Daniel Jacobowitz <dan@debian.org>
10
11 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
12 (die_ref_table): Remove.
13 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
14 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
15 the usage of this type.
16 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
17 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
18 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
19 (dwarf2_create_include_psymtab): Update comment.
20 (find_partial_die): Remove third argument. Remove unreachable call
21 to error ().
22 (dwarf2_find_containing_comp_unit): Update comments. Change one
23 assertion to an error. Remove an unreachable error.
24 (dwarf2_find_comp_unit): Update comments.
25 (type_at_offset): Remove dead code.
26 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
27 (store_in_ref_table): Add CU argument.
28 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
29 inter-compilation-unit references.
30 (load_full_comp_unit, process_full_comp_unit): New functions, based
31 on psymtab_to_symtab_1.
32 (psymtab_to_symtab_1): Use them.
33 (dwarf2_add_dependence): New function.
34 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
35 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
36 (partial_die_parent_scope, guess_structure_name): Update for changes
37 to find_partial_die.
38 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
39 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
40 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
41 (read_die_and_children): Update call to store_in_ref_table.
42 (do_free_die_list_cleanup): Remove.
43 (fixup_partial_die): Update for changes to find_partial_die.
44 (read_full_die): Handle queueing absolute references.
45 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
46 (dwarf2_attr, die_specification, die_type)
47 (die_containing_type, dwarf2_extension): Update calls to
48 follow_die_ref.
49 (dump_die): Update DW_FORM_ref* handling.
50 (dwarf2_get_ref_die_offset): Likewise.
51 (free_one_comp_unit): Release the dies list.
52 (dwarf2_mark_helper): New function.
53 (dwarf2_mark): Use it.
54
55 2004-10-05 Mark Kettenis <kettenis@jive.nl>
56
57 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
58 when writing to memory.
59
60 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
61
62 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
63 (m32r_extract_struct_value_address): Delete function.
64 (m32r_return_value): New function.
65 (m32r_gdbarch_init): Instead of store_return_value,
66 extract_return_value, deprecated_extract_struct_value_address
67 and deprecated_use_struct_convention, set return_value.
68
69 2004-10-03 Daniel Jacobowitz <dan@debian.org>
70
71 * dwarf2read.c (read_subrange_type): Add comment for variable
72 sized arrays.
73
74 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
75
76 * Makefile.in (.l.c): Modify rule for compatibility with recent
77 versions of flex, and remove most command-line options.
78 * ada-lex.l: Add %options line in place of -I -i and -s command-line
79 options.
80
81 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
82
83 Turn on initial Ada support (mainly expression evaluation).
84
85 * Makefile.in (SFILES): Remove ada-tasks.c.
86 (HFILES_NO_SRCDIR): Add ada-lang.h.
87 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
88 (YYOBJ): Add ada-exp.o.
89 (rule .l.c): Generalize to not mention ada.
90 * symtab.c: Include ada-lang.h.
91 (symbol_natural_name, symbol_demangled_name)
92 (symbol_search_name): Add Ada case.
93
94 2004-10-01 Andrew Cagney <cagney@gnu.org>
95
96 * Makefile.in (COMMON_OBS): Add inf-child.o.
97 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
98 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
99 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
100 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
101 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
102 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
103 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
104 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
105 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
106 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
107 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
108 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
109 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
110
111 * target.c (xfer_using_stratum): Change return type to LONGEST.
112 On each iteration offset, readbuf and writebuf.
113 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
114 partial_length, and read/modify/write predicate, update comments.
115 Pass buffer.word to ptrace write.
116
117 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
118
119 * symfile.c (init_filename_language_table): Add extensions for
120 Ada.
121 * defs.h (enum language): Add language_ada.
122 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
123 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
124 (add_symbols_from_enclosing_procs): Make a no-op for now.
125 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
126 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
127 (find_line_in_linetable, find_next_line_in_linetable)
128 (read_all_symtabs, is_plausible_func_for_line)
129 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
130 (is_runtime_sym_defined, check_size): Remove declaration.
131 (function_name_from_pc, ada_translate_error_message)
132 (ada_lookup_minimal_symbol): Remove definition.
133 (ada_add_block_symbols): Remove useless label.
134 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
135 useless declaration.
136 (ada_is_exception_sym): Likewise.
137
138 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
139
140 Add m32r-linux support.
141 * configure.tgt: Add m32r*-*-linux*.
142 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
143 and m32r-linux-tdep.c.
144 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
145 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
146 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
147 m32r-linux-tdep.c.
148 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
149 config/m32r/linux.mh, config/m32r/linux.mt,
150 config/m32r/nm-linux.h: New files.
151
152 2004-09-30 Joel Brobecker <brobecker@gnat.com>
153
154 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
155 (mips32_fetch_instruction): Remove, unused.
156
157 2004-09-30 Joel Brobecker <brobecker@gnat.com>
158
159 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
160 conditions that will always be true.
161
162 2004-09-30 Mark Kettenis <kettenis@gnu.org>
163
164 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
165 (vaxbsd_fetch_inferior_registers): Rename from
166 fetch_inferior_registers. Make static.
167 (vaxbsd_store_inferior_registers): Rename from
168 store_inferior_registers. Make static.
169 (_initialize_vaxbsd_nat): Construct and add target vector.
170 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
171 inftarg.o. Add inf-child.o and inf-ptrace.o.
172 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
173 inftarg.o. Add inf-child.o and inf-ptrace.o.
174 (NAT_FILE): Remove.
175 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
176 inftarg.o. Add inf-child.o and inf-ptrace.o.
177 (NAT_FILE): Remove.
178 * Makefile.in (vaxbsd-nat.o): Update dependencies.
179
180 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
181 (m88kbsd_fetch_inferior_registers): Rename from
182 fetch_inferior_registers. Make static.
183 (m88kbsd_store_inferior_registers): Rename from
184 store_inferior_registers. Make static.
185 (_initialize_m88kbsd_nat): New prototype and function.
186 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
187 inftarg.o. Add inf-child.o and inf-ptrace.o.
188 (NAT_FILE): Remove.
189 * Makefile.in (m88kbsd-nat.o): Update dependencies.
190
191 2004-09-30 Andrew Cagney <cagney@gnu.org>
192
193 * target.c (target_xfer_partial): New function.
194 (target_read_memory_partial, target_write_memory_partial)
195 (default_xfer_partial, target_read_partial, target_write_partial)
196 (xfer_using_stratum): Use.
197 (debug_to_xfer_partial): Delete function.
198 (setup_target_debug): Do not override to_xfer_partial.
199
200 2004-09-30 Mark Kettenis <kettenis@chello.nl>
201
202 * fork-child.c: Update copyright year. Fix coding style.
203
204 2004-09-29 Mark Kettenis <kettenis@gnu.org>
205
206 * defs.h (msavestring, mstrsave): Remove prototypes.
207 * utils.c (msavestring, mstrsave): Remove functions.
208 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
209 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
210 of mstrsave.
211 * source.c (find_and_open_source): Use xstrdup instead of
212 mstrsave.
213
214 2004-09-30 Andrew Cagney <cagney@gnu.org>
215
216 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
217 (inf_ptrace_xfer_memory): Delete.
218 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
219 (target_read_memory, target_write_memory): Use xfer_using_stratum
220 when target_xfer_partial_p.
221 (debug_target): Move to start of file.
222 (target_read_memory_partial, target_write_memory_partial): Use
223 to_xfer_partial when target_xfer_partial_p.
224
225 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
226 inf_ptrace_xfer_memory with equivalent code.
227 * inftarg.c (child_xfer_partial): When performing a write, pass
228 writebuf to child_xfer_memory.
229
230 * target.c (target_read_string): Use target_read_memory instead of
231 target_xfer_memory.
232
233 2004-09-29 Andrew Cagney <cagney@gnu.org>
234
235 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
236 the address of status.
237
238 * infptrace.c (ptrace_wait): Mention problem with HPUX.
239 (kill_inferior): Inline ptrace_wait call.
240 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
241 * inftarg.c (child_wait): Inline ptrace_wait call.
242
243 * target.h (struct target_ops): Delete field to_post_wait.
244 (target_post_wait): Delete macro.
245 (child_post_wait): Delete declaration.
246 * target.c (update_current_target, update_current_target)
247 (debug_to_post_wait, setup_target_debug): Delete functions and
248 references.
249 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
250 * inftarg.c (child_post_wait): Delete.
251 (init_child_ops): Do not set to_post_wait.
252 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
253 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
254 * inf-child.c (inf_child_post_wait): Delete.
255 (inf_child_target): Do not set to_post_wait.
256 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
257 (inf_ptrace_target): Do not set to_post_wait.
258
259 * wince.c (child_ops): Delete.
260 * win32-nat.c (child_ops): Delete.
261
262 * inftarg.c (inftarg_set_find_memory_regions)
263 (inftarg_set_make_corefile_notes): Delete functions.
264 (_initialize_linux_nat): Inline calls.
265
266 * target.h (child_ops): Declare.
267 * inftarg.c (child_ops): Move from here ...
268 * target.c (child_ops): ... to here.
269 * wince.c (child_ops): Delete extern declaration.
270 * win32-nat.c (child_ops): Delete extern declaration.
271 * linux-nat.c (child_ops): Delete extern declaration.
272 * hpux-thread.c (child_ops): Delete extern declaration.
273
274 2004-09-28 Mark Kettenis <kettenis@gnu.org>
275
276 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
277
278 2004-09-28 Mark Kettenis <kettenis@gnu.org>
279
280 * configure.in: Only set host_makefile_frag when building a native
281 debugger.
282 * configure: Regenerate.
283
284 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
285 for OpenBSD ELF.
286
287 2004-09-28 Andrew Cagney <cagney@gnu.org>
288
289 Problem identified by Paul Hilfinger.
290 * Makefile.in (ada_lex_c): Define.
291 (ada-lex.o): Delete rule.
292
293 * linux-proc.c: Delete file.
294 * Makefile.in: Update.
295 * config/sparc/linux64.mh (NATDEPFILES):
296 * config/sparc/linux.mh (NATDEPFILES): Update.
297 * config/s390/s390.mh (NATDEPFILES): Update.
298 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
299 * config/powerpc/linux.mh (NATDEPFILES): Update.
300 * config/pa/linux.mh (NATDEPFILES): Update.
301 * config/mips/linux.mh (NATDEPFILES): Update.
302 * config/m68k/linux.mh (NATDEPFILES): Update.
303 * config/ia64/linux.mh (NATDEPFILES): Update.
304 * config/i386/linux64.mh (NATDEPFILES): Update.
305 * config/i386/linux.mh (NATDEPFILES): Update.
306 * config/arm/linux.mh (NATDEPFILES): Update.
307 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
308 * linux-nat.c: Update copyright. Include <sys/param.h>,
309 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
310 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
311 (O_LARGEFILE): Possibly define.
312 (_initialize_linux_nat, linux_proc_pending_signals)
313 (add_line_to_sigset, linux_proc_xfer_memory)
314 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
315 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
316 (struct linux_corefile_thread_data)
317 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
318 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
319
320 2004-09-16 Andrew Cagney <cagney@gnu.org>
321
322 * lin-lwp.c: Delete file.
323 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
324 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
325 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
326 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
327 (linux_nat_attach, detach_callback, linux_nat_detach)
328 (resume_callback, resume_clear_callback, linux_nat_resume)
329 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
330 (stop_wait_callback, linux_nat_has_pending, flush_callback)
331 (status_callback, running_callback, count_events_callback)
332 (select_singlestep_lwp_callback, select_event_lwp_callback)
333 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
334 (child_wait, stop_and_resume_callback, linux_nat_wait)
335 (kill_callback, kill_wait_callback, linux_nat_kill)
336 (linux_nat_create_inferior, linux_nat_mourn_inferior)
337 (linux_nat_xfer_memory, linux_nat_thread_alive)
338 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
339 (_initialize_linux_nat): New functions.
340 * Makefile.in: Update all dependencies.
341 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
342 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
343 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
344 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
345 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
346 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
347 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
348 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
349 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
350 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
351 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
352 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
353 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
354
355 2004-09-27 Mark Kettenis <kettenis@gnu.org>
356
357 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
358 config/i386/obsd64.mh (NAT_FILE): Remove variable.
359
360 * configure.in: Don't comment out NATDEPFILES in the generated
361 Makefile if NAT_FILE is unset.
362 * configure: Regenerate.
363
364 2004-09-27 Andrew Cagney <cagney@gnu.org>
365
366 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
367 (insert_step_resume_breakpoint): Delete.
368 (insert_step_resume_breakpoint_at_frame): New function.
369 (insert_step_resume_breakpoint_at_sal): New function.
370 (handle_inferior_event, step_into_function)
371 (insert_step_resume_breakpoint): Simplify by using same.
372
373 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
374
375 2004-09-26 Mark Kettenis <kettenis@gnu.org>
376
377 * fbsd-proc.c: Remove file.
378 * Makefile.in (fbsd-proc.o): Remove dependency.
379
380 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
381 code together.
382
383 * config/i386/nm-fbsd64.h: Remove file.
384 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
385
386 2004-09-26 Mark Kettenis <kettenis@gnu.org>
387
388 * amd64-nat.h: Update copyright year.
389 (amd64bsd_target): New prototype.
390 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
391 (amd64bsd_target): New function.
392 (amd64bsd_fetch_inferior_registers): Rename from
393 fetch_inferior_registers. Make static.
394 (amd64bsd_store_inferior_registers): Rename from
395 store_inferior_registers. Make static.
396 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
397 (_initialize_amd64fbsd_nat): Construct and add target vector.
398 * amd64nbsd-nat.o: Include "target.h".
399 (_initialize_amd64nbsd_nat): Construct and add target vector.
400 * amd64obsd-nat.c: Include "target.h".
401 (_initialize_amd64obsd_nat): Construct and add target vector.
402 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
403 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
404 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
405 fbsd-nat.o.
406 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
407 Remove infptrace.o and inftarg.o. Add inf-child.o and
408 inf-ptrace.o.
409 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
410 (amd64obsd-nat.o): Update dependencies.
411
412 2004-09-25 Mark Kettenis <kettenis@gnu.org>
413
414 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
415 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
416 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
417 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
418 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
419
420 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
421 Inline attach call.
422 (inf_ptrace_detach): Inline detach call.
423
424 * configure.in: Check for waddstr instead of mvwaddstr when
425 searching for curses library. Check for wborder.
426 * configure, config.in: Regenerate.
427 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
428 available.
429
430 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
431
432 2004-09-24 Robert Picco <Robert.Picco@hp.com>
433
434 Committed by Andrew Cagney.
435 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
436 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
437 configuration.
438 (fetch_register_using_p): Implement 'p' packet. Based on code by
439 Fernando Nasser.
440 (remote_fetch_registers): Call fetch_register_using_p.
441 (init_all_packet_configs, show_remote_cmd)
442 (_initialize_remote): Add p-packet.
443
444 2004-09-24 Mark Kettenis <kettenis@gnu.org>
445
446 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
447 instead of call_ptrace. Call wait directly instead of
448 ptrace_wait.
449 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
450 (inf_ptrace_wait): Inline ptrace_wait call.
451
452 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
453
454 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
455 rolled back instead.
456
457 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
458
459 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
460 the new argument order.
461
462 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
463
464 * MAINTAINERS: Remove "broken" from XStormy16 entry.
465 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
466 (struct gdbarch_tdep): Remove.
467 (struct xstormy16_frame_cache): New frame cache structure.
468 (xstormy16_register_byte, xstormy16_register_raw_size)
469 (xstormy16_reg_virtual_type, xstormy16_register_type)
470 (xstormy16_push_arguments, xstormy16_push_return_address)
471 (xstormy16_pop_frame, xstormy16_store_struct_return)
472 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
473 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
474 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
475 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
476 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
477 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
478 (xstormy16_use_struct_convention): Drop gcc_p parameter.
479 (xstormy16_extract_return_value, xstormy16_store_return_value):
480 Regcachify. Drop useless struct convention handling.
481 (xstormy16_register_type, xstormy16_return_value)
482 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
483 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
484 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
485 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
486 (xstormy16_unwind_sp, xstormy16_unwind_pc)
487 (xstormy16_unwind_dummy_id) : New functions.
488 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
489 of xstormy16_scan_prologue.
490 (xstormy16_frame_unwind): New frame_unwind structure.
491 (xstormy16_frame_base): New frame_base structure.
492 (xstormy16_gdbarch_init): Accomodate all of the above changes.
493 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
494
495 2004-09-22 Mark Kettenis <kettenis@gnu.org>
496
497 * language.c (language_gdbarch_post_init): Fix off-by one error.
498
499 2004-09-21 Daniel Jacobowitz <dan@debian.org>
500
501 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
502 (struct dwarf2_offset_and_type): New.
503 (set_die_type, reset_die_and_siblings_types, get_die_type)
504 (offset_and_type_hash, offset_and_type_eq): New functions.
505 (read_structure_type, read_enumeration_type, read_array_type)
506 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
507 (read_tag_reference_type, read_tag_const_type)
508 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
509 (read_typedef, read_base_type, read_subrange_type): Use
510 set_die_type.
511
512 2004-09-20 Daniel Jacobowitz <dan@debian.org>
513
514 * Makefile.in (dwarf2read.o): Update dependencies.
515 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
516 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
517 and read_in_chain.
518 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
519 mark, and has_form_ref_addr.
520 (struct dwarf2_per_cu_data): New.
521 (dwarf2_max_cache_age): New.
522 (dwarf2_build_psymtabs_hard): Free cached compilation units
523 after loading. Create and manage the list of compilation units.
524 Remove unnecessary NULL initialization. Fix indentation.
525 (psymtab_to_symtab_1): Initialize all of CU.
526 (dwarf2_read_abbrevs): Set has_form_ref_addr.
527 (find_partial_die): Use dwarf2_find_containing_comp_unit
528 and load_comp_unit.
529 (free_stack_comp_unit): Update comments. Clear the per-cu
530 pointer. Handle aging.
531 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
532 (age_cached_comp_units, free_one_cached_comp_unit)
533 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
534 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
535 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
536 (show_dwarf2_cmd): New.
537 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
538 and "maint show dwarf2 max-cache-age".
539 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
540 externs.
541 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
542 global.
543
544 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
545
546 * dwarf2read.c (typename_concat): Change prototype to accept obstack
547 and dwarf2_cu struct pointer as arguments. Change function to use
548 obstack if provided and use dwarf2_cu to determine language-specific
549 separator.
550 (partial_die_parent_scope): Change comment to include java. Use
551 new version of typename_concat instead of obconcat.
552 (partial_die_full_name): Use typename_concat.
553 (read_namespace): Ditto.
554 (read_enumeration_type): Use typename_concat instead of obconcat.
555 (new_symbol): Ditto.
556 (add_partial_symbol): Enhance tests for C++ to also test for Java.
557 (guess_structure_name): Ditto.
558 (read_subroutine_type): Ditto.
559 (read_structure_type): Ditto.
560 (is_vtable_name): Add Java support.
561 (determine_class_name): Switch to new typename_concat call.
562 (determine_prefix): Switch to new typename_concat call.
563 * jv-exp.y (FuncStart): New pattern.
564 (MethodInvocation): Add support for simple function calls. Change
565 warning message for other forms of inferior call currently not
566 supported.
567 * valarith.c (value_subscript): Treat an array with upper-bound
568 of -1 as unknown size.
569
570 2004-09-20 Daniel Jacobowitz <dan@debian.org>
571
572 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
573 (lookup_partial_symtab): Use symtab_to_fullname.
574
575 2004-09-19 Jim Blandy <jimb@redhat.com>
576
577 * minsyms.c (lookup_minimal_symbol): Doc fix.
578
579 2004-09-20 Andrew Cagney <cagney@gnu.org>
580
581 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
582 CHILD_RESUME.
583 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
584 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
585 KILL_INFERIOR.
586 * infptrace.c: Update.
587
588 2004-09-19 Daniel Jacobowitz <dan@debian.org>
589
590 * symtab.c (output_source_filename): Mark first argument as const.
591 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
592 for "info sources" output.
593
594 2004-09-20 Mark Kettenis <kettenis@gnu.org>
595
596 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
597 <machine/vmparam.h>.
598 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
599 (register_u_addr): Remove prototype.
600
601 2004-09-19 Mark Kettenis <kettenis@gnu.org>
602
603 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
604 (i386bsd_fetch_inferior_registers): Rename from
605 fetch_inferior_registers. Make static.
606 (i386bsd_store_inferior_registers): Rename from
607 store_inferior_registers. Make static.
608 (i386bsd_target): New function.
609 * i386bsd-nat.h: New file.
610 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
611 "i386bsd-nat.h".
612 (i386fbsd_resume): Rename from child_resume. Make static.
613 (_initialize_i386fbsd_nat): Construct and add target vector.
614 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
615 (_initialize_i386nbsd_nat): Construct and add target vector.
616 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
617 Remove defines.
618 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
619 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
620 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
621 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
622 (LOADLIBES): New variable.
623 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
624 inf-ptrace.o. Remove inftarg.o.
625 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
626 inf-ptrace.o. Remove inftarg.o.
627 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
628 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
629 (LOADLIBES): New variable.
630 * Makefile.in (i386bsd_nat_h): New variable.
631 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
632 dependencies.
633
634 * sparc64nbsd-tdep.c: Include "objfiles.h".
635 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
636 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
637 svr4_lp64_fetch_link_map_offsets.
638 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
639 "nbsd-tdep.h".
640 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
641 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
642 svr4_lp64_fetch_link_map_offsets.
643 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
644 dependencies.
645
646 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
647 * fbsd-nat.h: New file.
648 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
649 (fbsd_nat_h): New variable.
650 (fbsd-nat.o): New dependency.
651
652 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
653 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
654
655 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
656 comment.
657
658 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
659
660 * ada-exp.y (type_int): New function to add layer of abstraction
661 around references to expression types.
662 (type_long): Ditto.
663 (type_long_long): Ditto.
664 (type_float): Ditto.
665 (type_double): Ditto.
666 (type_long_double): Ditto.
667 (type_char): Ditto.
668 (type_system_address): Ditto.
669 (simple_exp): Use type_* functions in place of builtin_*
670 variables.
671 (exp): Ditto.
672 (write_var_from_name): Ditto.
673 (write_object_renaming): Ditto.
674 * ada-lang.c (ada_create_fundamental_type): Remove redundant
675 declaration.
676 (build_ada_types): Remove, replacing with...
677 (ada_language_arch_info): New function to initialize primitive
678 type vector in language_arch_info.
679 (ada_array_length): Remove use of builtin_type_ada_int.
680 (value_pos_atr): Ditto.
681 (ada_evaluate_subexp): Ditto.
682 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
683 builtin_type_ada_long_long, builtin_type_ada_char,
684 builtin_type_ada_float, builtin_type_ada_double,
685 builtin_type_ada_long_double, builtin_type_ada_natural,
686 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
687 (ada_builtin_types): Remove.
688 (ada_language_defn): Remove entries for la_builtin_type_vector and
689 string_char_type and use ada_language_arch_info.
690 (_initialize_ada_language): Do type-vector initialization along
691 the lines of c-lang.c.
692 (ada_create_fundamental_type): Break up line.
693 (ada_dump_symtab): Remove unused function.
694 (enum ada_primitive_types): Define.
695 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
696 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
697 builtin_type_ada_float, builtin_type_ada_double,
698 builtin_type_ada_long_double, builtin_type_ada_natural,
699 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
700 * ada-lex.l: Use type_* functions in place of builtin_* variables.
701 (processInt): Ditto.
702 (processReal): Ditto.
703 (name_lookup): Ditto.
704 * ada-typeprint.c (print_range): Use builtin_type_int, not
705 builtin_type_ada_int.
706
707 2004-09-18 Mark Kettenis <kettenis@gnu.org>
708
709 * i386-tdep.c (i386_register_name): Rename regno to regnum.
710
711 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
712 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
713 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
714 * configure.in: Improve checks for curses library by checking for
715 mvwaddstr instead of initscr. Drop HP curses in favour of
716 standard curses on HP-UX.
717 * configure: Regenerated.
718
719 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
720
721 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
722 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
723 Minor formatting changes.
724 (empty_array): Slight rewrite for formatting.
725 (emit_char,parse,ada_language_defn,build_ada_types,
726 ada_is_exception_sym, _initialize_ada_language): Move
727 definitions around.
728 (ada_dump_symtab): Remove unused definition.
729 (ada_maybe_exception_partial_symbol): Remove unused definition.
730
731 2004-09-16 Andrew Cagney <cagney@gnu.org>
732
733 * inf-child.c: Include "gdb_string.h".
734 (inf_child_core_file_to_sym_file): Delete.
735 (inf_child_target): Set to_fetch_registers and to_store_registers.
736 * inf-ptrace.c: Include "gdb_string.h".
737 * Makefile.in: Update all dependencies.
738
739 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
740 problem.
741
742 2004-09-14 Joel Brobecker <brobecker@gnat.com>
743
744 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
745 call to heuristic_proc_desc. Remove code that became redundant
746 as a consequence.
747 (read_next_frame_reg): Remove special case for SP_REGNUM.
748 (set_reg_offset): Fix small typo.
749 (reset_saved_regs): New procedure.
750 (mips32_heuristic_proc_desc): No longer compute a fake
751 procedure descriptor. Compute the full frame cache instead.
752 Some minor comment reformatting.
753
754 2004-09-14 Andrew Cagney <cagney@gnu.org>
755
756 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
757 maintainer.
758
759 * thread-db.c (thread_db_new_objfile): Assume that there is a
760 child process.
761
762 2004-09-13 Jim Blandy <jimb@redhat.com>
763
764 * valops.c (value_assign): Move 'buffer' to the enclosing block,
765 so that its storage isn't referenced after its lifetime ends.
766
767 * valops.c (value_assign): 'use_buffer' is initialized to zero,
768 and never assigned to. Delete it, and the 'if (use_buffer)'
769 clauses. Delete 'raw_buffer', since it is now unused.
770
771 2004-09-13 Andrew Cagney <cagney@gnu.org>
772
773 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
774 * configure: Re-generate.
775 * nlm/Makefile.in (TAGS): Update.
776 * Makefile.in (TAGS): Update.
777 * config/vax/nbsd.mt (TM_FILE): Update.
778 * config/sparc/vxworks.mt (TM_FILE): Update.
779 * config/sparc/sol2.mt (TM_FILE): Update.
780 * config/sparc/sol2-64.mt (TM_FILE): Update.
781 * config/sparc/obsd64.mt (TM_FILE): Update.
782 * config/sparc/obsd.mt (TM_FILE): Update.
783 * config/sparc/nbsd64.mt (TM_FILE): Update.
784 * config/sparc/nbsd.mt (TM_FILE): Update.
785 * config/sparc/linux64.mt (TM_FILE): Update.
786 * config/sparc/linux.mt (TM_FILE): Update.
787 * config/sparc/fbsd.mt (TM_FILE): Update.
788 * config/sh/wince.mt (TM_FILE): Update.
789 * config/sh/nbsd.mt (TM_FILE): Update.
790 * config/sh/linux.mt (TM_FILE): Update.
791 * config/sh/embed.mt (TM_FILE): Update.
792 * config/s390/s390.mt (TM_FILE): Update.
793 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
794 * config/rs6000/rs6000.mt (TM_FILE): Update.
795 * config/rs6000/aix4.mt (TM_FILE): Update.
796 * config/powerpc/vxworks.mt (TM_FILE): Update.
797 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
798 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
799 * config/powerpc/obsd.mt (TM_FILE): Update.
800 * config/powerpc/nbsd.mt (TM_FILE): Update.
801 * config/powerpc/linux.mt (TM_FILE): Update.
802 * config/powerpc/aix.mt (TM_FILE): Update.
803 * config/pa/obsd.mt (TM_FILE): Update.
804 * config/pa/linux.mt (TM_FILE): Update.
805 * config/pa/hppahpux.mt (TM_FILE): Update.
806 * config/pa/hppa64.mt (TM_FILE): Update.
807 * config/pa/hppa.mt (TM_FILE): Update.
808 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
809 * config/mips/wince.mt (TM_FILE): Update.
810 * config/mips/vxmips.mt (TM_FILE): Update.
811 * config/mips/nbsd.mt (TM_FILE): Update.
812 * config/mips/linux.mt (TM_FILE): Update.
813 * config/mips/irix6.mt (TM_FILE): Update.
814 * config/mips/irix5.mt (TM_FILE): Update.
815 * config/mips/embed.mt (TM_FILE): Update.
816 * config/m68k/vxworks68.mt (TM_FILE): Update.
817 * config/m68k/st2000.mt (TM_FILE): Update.
818 * config/m68k/os68k.mt (TM_FILE): Update.
819 * config/m68k/obsd.mt (TM_FILE): Update.
820 * config/m68k/nbsd.mt (TM_FILE): Update.
821 * config/m68k/monitor.mt (TM_FILE): Update.
822 * config/m68k/linux.mt (TM_FILE): Update.
823 * config/m68k/cisco.mt (TM_FILE): Update.
824 * config/ia64/linux.mt (TM_FILE): Update.
825 * config/ia64/aix.mt (TM_FILE): Update.
826 * config/ia64/ia64.mt (TM_FILE): Update.
827 * config/i386/vxworks.mt (TM_FILE): Update.
828 * config/i386/obsd64.mt (TM_FILE): Update.
829 * config/i386/obsd.mt (TM_FILE): Update.
830 * config/i386/nto.mt (TM_FILE): Update.
831 * config/i386/nbsd64.mt (TM_FILE): Update.
832 * config/i386/nbsd.mt (TM_FILE): Update.
833 * config/i386/linux64.mt (TM_FILE): Update.
834 * config/i386/linux.mt (TM_FILE): Update.
835 * config/i386/i386sol2.mt (TM_FILE): Update.
836 * config/i386/i386lynx.mt (TM_FILE): Update.
837 * config/i386/fbsd64.mt (TM_FILE): Update.
838 * config/i386/fbsd.mt (TM_FILE): Update.
839 * config/i386/cygwin.mt (TM_FILE): Update.
840 * config/h8300/h8300.mt (TM_FILE): Update.
841 * config/frv/frv.mt (TM_FILE): Update.
842 * config/cris/cris.mt (TM_FILE): Update.
843 * config/arm/wince.mt (TM_FILE): Update.
844 * config/arm/nbsd.mt (TM_FILE): Update.
845 * config/arm/linux.mt (TM_FILE): Update.
846 * config/arm/embed.mt (TM_FILE): Update.
847 * config/alpha/nbsd.mt (TM_FILE): Update.
848 * config/alpha/fbsd.mt (TM_FILE): Update.
849 * config/alpha/alpha.mt (TM_FILE): Update.
850 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
851 * config/alpha/alpha-linux.mt (TM_FILE): Update.
852
853 Eliminate event_loop_p, always has the value 1.
854 * defs.h (event_loop_p): Delete macro.
855 * breakpoint.c (until_break_command): Simplify.
856 * utils.c (prompt_for_continue): Simplify.
857 * tracepoint.c (read_actions): Simplify.
858 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
859 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
860 (set_prompt, init_main): Simplify.
861 (init_signals, disconnect): Delete, unused.
862 * remote.c (remote_async_resume)
863 (extended_remote_async_create_inferior): Simplify.
864 * mi/mi-interp.c (mi_input): Delete, unused.
865 (mi_interpreter_resume, mi_command_loop): Simplify.
866 * interps.c (current_interp_command_loop): Simplify.
867 * infrun.c (proceed): Simplify.
868 * infcmd.c (run_command, continue_command, step_1, jump_command)
869 (until_command, advance_command, finish_command)
870 (interrupt_target_command): Simplify.
871 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
872
873 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
874 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
875 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
876 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
877 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
878 * mips-tdep.c (mips_dump_tdep): Do not print same.
879
880 2004-09-12 Andrew Cagney <cagney@gnu.org>
881
882 * valprint.c (print_longest): Use fputs_filtered. Make "val"
883 const.
884 * Makefile.in (valprint.o): Delete explict rule.
885
886 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
887 reported by Dave Anderson.
888
889 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
890
891 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
892
893 2004-09-12 Salvador E. Tropea <set@users.sf.net>
894 Andrew Cagney <cagney@gnu.org>
895
896 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
897 (mi_cmd_data_list_register_values)
898 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
899 the register number computation.
900
901 2004-09-12 Andrew Cagney <cagney@gnu.org>
902
903 * ppcnbsd-nat.c: Include "inf-ptrace.h".
904 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
905 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
906 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
907 target.
908 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
909 inf-ptrace.o and inf-child.o.
910 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
911 * Makefile.in: Update dependencies.
912
913 2004-09-11 Andrew Cagney <cagney@gnu.org>
914
915 * language.c (hex_string, hex_string_custom): Move from here ...
916 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
917 (CELLSIZE): Increase to 50.
918 * language.h (hex_string, hex_string_custom): Move from here ...
919 * defs.h: ... to here.
920 * Makefile.in: Update all dependencies.
921
922 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
923
924 * language.c (local_hex_format_custom): Remove.
925 (local_hex_string): Rename to hex_string, use C format, and move to
926 utils.c
927 (local_hex_string_custom): Rename to hex_string_custom and change
928 interface. Now uses C format. Move to utils.c
929 (local_octal_format_custom): Remove.
930 (local_decimal_format_custom): Remove.
931 (unknown_language_defn): Remove language-specific number
932 formatting entries.
933 (auto_language_defn): Ditto.
934 (local_language_defn): Ditto.
935 * language.h (struct language_format_info): Delete declaration.
936 (struct language_defn): Remove language_format_info fields
937 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
938 (local_binary_format): Remove macro.
939 (local_binary_format_prefix): Remove macro.
940 (local_binary_format_specifier): Remove macro.
941 (local_binary_format_suffix): Remove macro.
942 (local_octal_format): Remove macro.
943 (local_octal_format_prefix): Remove macro.
944 (local_octal_format_specifier): Remove macro.
945 (local_octal_format_suffix): Remove macro.
946 (local_decimal_format): Remove macro.
947 (local_decimal_format_prefix): Remove macro.
948 (local_decimal_format_specifier): Remove macro.
949 (local_decimal_format_suffix): Remove macro.
950 (local_hex_format): Remove macro.
951 (local_hex_format_prefix): Remove macro.
952 (local_hex_format_specifier): Remove macro.
953 (local_hex_format_suffix): Remove macro.
954 (local_decimal_format_custom): Remove.
955 (local_octal_format_custom): Remove.
956 (local_hex_format_custom): Remove.
957 (local_hex_string): Rename to hex_string and move to defs.h.
958 (local_hex_string_custom): Rename to hex_string_custom, change
959 interface, and move to defs.h.
960 * utils.c: (int_string): New function.
961 (hex_string): New function (from language.c).
962 (hex_string_custom): New function (from language.c).
963 (octal2str): New function.
964 (decimal2str): Add width parameter.
965 (paddr_u): Use new decimal2str interface.
966 (paddr_d): Ditto.
967 * defs.h (hex_string): Declare.
968 (hex_string_custom): Declare.
969 (int_string): Declare.
970 * printcmd.c (print_scalar_formatted): Remove localized binary
971 formatting.
972 * valprint.c (print_longest): Use int_string.
973 (print_floating): Use C hex format.
974 (print_hex_chars): Ditto.
975 (print_binary_chars): Remove language-specific formatting.
976 (print_octal_chars): Use C octal format.
977 (print_decimal_chars): Delocalize format.
978 (print_decimal): Remove.
979 * ada-lang.c (ada_language_defn): Remove language-specific number
980 formatting entries.
981 * p-lang.c (pascal_language_defn): Ditto.
982 * c-lang.c (c_language_defn): Ditto.
983 (cplus_language_defn): Ditto.
984 (asm_language_defn): Ditto.
985 (minimal_language_defn): Ditto.
986 * f-lang.c (f_language_defn): Ditto.
987 * jv-lang.c (java_language_defn): Ditto.
988 * m2-lang.c (m2_language_defn): Ditto.
989 * scm-lang.c (scm_language_defn): Ditto.
990 * objc-lang.c (objc_language_defn): Ditto.
991 * memattr.c (mem_info_command): Use renamed hex_string_custom with
992 new interface.
993 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
994 * ui-out.c (ui_out_field_core_addr): Ditto.
995 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
996 * exec.c (print_section_info): Ditto.
997 * i387-tdep.c (print_i387_status_word): Ditto.
998 (print_i387_control_word): Ditto.
999 (i387_print_float_info): Ditto.
1000 * maint.c (maint_print_section_info): Ditto.
1001 * solib.c (info_sharedlibrary_command): Ditto.
1002 * somsolib.c (som_sharedlibrary_info_command): Ditto.
1003 * symtab.c (print_msymbol_info): Ditto.
1004 * tracepoint.c (tracepoints_info): Ditto.
1005 * solib-frv.c (lm_base): Ditto.
1006 (frv_current_sos): Ditto.
1007 (enable_break2): Ditto.
1008 (enable_break): Ditto.
1009 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
1010 (process_one_symbol): Ditto.
1011 * infcmd.c (program_info): Ditto.
1012 * mdebugread.c (parse_partial_symbols): Ditto.
1013 * symfile.c (add_symbol_file_command): Ditto.
1014 * cli/cli-cmds.c (edit_command): Ditto.
1015 (list_command): Ditto.
1016 * infcall.c (call_function_by_hand): Ditto.
1017 * remote-vx.c (vx_run_files_info): Ditto.
1018 (vx_wait): Ditto.
1019 (vx_attach): Ditto.
1020 (vx_detach): Ditto.
1021 (vx_kill): Ditto.
1022 * aix-thread.c (pdc_symbol_addrs): Ditto.
1023 (pdc_read_regs): Ditto.
1024 (pdc_write_regs): Ditto.
1025 (pdc_read_data): Ditto.
1026 (pdc_write_data): Ditto.
1027 * d10v-tdep.c (display_trace): Ditto.
1028 * rs6000-nat.c (find_toc_address): Ditto.
1029 * aix-thread.c: Don't include language.h.
1030 * buildsym.c: Ditto.
1031 * dbxread.c: Ditto.
1032 * mdebugread.c: Ditto.
1033 * rs6000-nat.c: Ditto.
1034 * buildsym.c (make_blockvector): Use renamed hex_string.
1035
1036 2004-09-10 Jason Molenda (jmolenda@apple.com)
1037
1038 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
1039 chars after 'if' or 'while' commands in user-defined commands.
1040
1041 2004-09-08 Jim Blandy <jimb@redhat.com>
1042
1043 Fix bug reported and analyzed by Olivier Crete:
1044 * symfile.c (copy_section_addr_info): New function.
1045 (symbol_file_add_with_addrs_or_offsets): Use it to save the
1046 original set of address arguments, instead of handwritten code
1047 that uses one length to allocate and a different length to
1048 initialize. Use make_cleanup_free_section_addr_info.
1049 * symfile.h (copy_section_addr_info): New declaration.
1050 * utils.c: #include "symfile.h".
1051 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
1052 New functions.
1053 * defs.h (make_cleanup_free_section_addr_info): New declaration.
1054 * Makefile.in (utils.o): Update dependencies.
1055
1056 2004-09-08 Andrew Cagney <cagney@gnu.org>
1057
1058 * thread-db.c (keep_thread_db): Delete.
1059 (thread_db_new_objfile, thread_db_create_inferior)
1060 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
1061
1062 2004-09-08 Mark Kettenis <kettenis@gnu.org>
1063
1064 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
1065 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
1066 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
1067 (i386_frameless_signal_p): Remove prototype.
1068 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
1069 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
1070 I386_SSE_NUM_REGS.
1071 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
1072 instead of FP0_REGNUM.
1073 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
1074 of FP0_REGNUM and FPC_REGNUM.
1075
1076 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
1077 (sunos_solib_create_inferior_hook): Don't call
1078 sunos_relocate_main_executable.
1079
1080 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
1081 solib_svr4_fetch_link_map_offsets to
1082 svr4_ilp32_fetch_link_map_offsets.
1083 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
1084 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1085 svr4_ilp32_fetch_link_map_offsets.
1086 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
1087
1088 2004-09-07 Jim Blandy <jimb@redhat.com>
1089
1090 * frame.h (frame_register): Doc fix.
1091
1092 2004-09-07 Andrew Cagney <cagney@gnu.org>
1093
1094 * vx-share/wait.h: Delete #ifdef USG.
1095 * utils.c (request_quit): Ditto.
1096 * tui/tui.c (tui_reset): Ditto.
1097 * remote.c: Ditto.
1098 * remote-sds.c: Ditto.
1099 * remote-rdi.c: Ditto.
1100 * mdebugread.c: Ditto.
1101 * m68klinux-nat.c: Ditto.
1102 * infttrace.c: Ditto.
1103 * infptrace.c: Ditto.
1104 * i386v-nat.c: Ditto.
1105 * exec.c: Ditto.
1106 * dbxread.c: Ditto.
1107 * core-aout.c: Ditto.
1108
1109 2004-09-05 Joel Brobecker <brobecker@gnat.com>
1110
1111 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
1112 heuristic_proc_desc.
1113 (mips_insn32_frame_cache): Likewise.
1114
1115 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1116
1117 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
1118 left behind by error.
1119
1120 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1121
1122 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
1123 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
1124
1125 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1126
1127 * config/rs6000/xm-aix4.h: Remove this file.
1128 * config/rs6000/aix4.mh (XM_FILE): Delete.
1129
1130 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1131
1132 * config/rs6000/xm-rs6000.h: Remove this file.
1133 * config/rs6000/rs6000.mh (XM_FILE): Remove.
1134
1135 2004-09-03 Andrew Cagney <cagney@gnu.org>
1136
1137 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1138 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1139 only use.
1140
1141 * mips-tdep.c (temp_saved_regs): Delete.
1142 (set_reg_offset): Replace saved_regs parameter with this_cache.
1143 (heuristic_proc_desc, mips16_heuristic_proc_desc)
1144 (mips32_heuristic_proc_desc): Add this_cache parameter.
1145 (mips_insn32_frame_cache, mips_insn16_frame_cache)
1146 (after_prologue): Pass a NULL this_cache.
1147
1148 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1149 non-kernel trap prologues.
1150
1151 * mips-tdep.c (find_proc_desc): Delete function.
1152 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1153 simplify.
1154 (mips_insn16_frame_cache): Replace find_proc_desc with code from
1155 mips_insn32_frame_cache.
1156
1157 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
1158 Simplify as NEXT_FRAME is NULL.
1159 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1160
1161 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1162 local variable.
1163 (mips_skip_prologue): Update.
1164
1165 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1166 "cur_frame" parameter.
1167 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1168 (mips_insn32_frame_cache, find_proc_desc): Update
1169
1170 * config/vax/nm-obsd.h: Delete file.
1171 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1172 * config/vax/nm-nbsd.h: Delete file.
1173 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1174 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1175 * config/sh/nm-nbsd.h: Delete file.
1176 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1177 * config/rs6000/nm-rs6000ly.h: Delete file.
1178 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
1179 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1180 * config/powerpc/nm-obsd.h: Delete file.
1181 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1182 * config/powerpc/nm-nbsd.h: Delete file.
1183 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1184 * config/pa/nm-obsd.h: Delete file.
1185 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1186 * config/mips/nm-nbsd.h: Delete file.
1187 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
1188 * config/m88k/nm-obsd.h: Delete file.
1189 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1190 * config/m68k/nm-nbsd.h: Delete file.
1191 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
1192 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1193 * config/i386/nm-nbsd.h: Delete file.
1194 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
1195 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1196 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1197 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1198 * config/i386/nm-i386lynx.h: Delete file.
1199 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
1200 * config/arm/nm-nbsd.h: Delete file.
1201 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
1202 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1203
1204 * config/i386/tm-fbsd.h: Delete file.
1205 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
1206 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
1207
1208 * config/rs6000/tm-rs6000-aix4.h: Delete file.
1209 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
1210 * config/rs6000/aix4.mt (TM_FILE): Set to
1211 config/rs6000/tm-rs6000.h.
1212 * config/powerpc/tm-ppc-aix.h: Delete file.
1213 * config/powerpc/aix.mt (TM_FILE): Set to
1214 config/rs6000/tm-rs6000.h.
1215 * config/m68k/tm-linux.h: Delete file.
1216 * config/m68k/linux.mt (TM_FILE): Set to solib.h
1217 * config/i386/tm-linux64.h: Delete file.
1218 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
1219 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
1220
1221 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1222 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
1223 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
1224 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
1225 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
1226 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
1227 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
1228 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1229 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
1230
1231 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
1232 gdb_host_cpu.
1233
1234 2004-09-02 Joel Brobecker <brobecker@gnat.com>
1235
1236 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
1237 Minor reformatting. Some code factoring.
1238
1239 2004-09-02 Andrew Cagney <cagney@gnu.org>
1240
1241 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
1242 * config/vax/tm-nbsd.h: Delete file.
1243 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1244 * config/sparc/tm-vxworks.h: Delete file.
1245 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
1246 * config/sparc/tm-nbsd.h: Delete file.
1247 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
1248 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
1249 * config/sparc/tm-linux.h: Delete file.
1250 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
1251 * config/s390/tm-linux.h: Delete file.
1252 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
1253 * config/pa/tm-bsd.h: Delete file.
1254 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
1255 * config/m68k/tm-obsd.h: Delete file.
1256 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
1257 * config/m68k/tm-nbsd.h: Delete file.
1258 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
1259 * config/i386/tm-vxworks.h: Delete file.
1260 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
1261 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
1262 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
1263 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
1264 * config/i386/tm-nbsd.h: Delete file.
1265 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
1266 * config/i386/tm-i386lynx.h: Delete file.
1267 * config/cris/cris.mt (TM_FILE): Set to solib.h.
1268 * config/cris/tm-cris.h: Delete file.
1269
1270 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
1271 * configure: Re-generate.
1272 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
1273 * config/arm/tm-nbsd.h: Delete file.
1274
1275 * config/powerpc/tm-ppcle-sim.h: Delete.
1276 * config/powerpc/tm-ppcle-eabi.h: Delete.
1277 * config/powerpc/tm-nbsd.h: Delete.
1278 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
1279 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
1280 tm-ppcle-eabi.h.
1281
1282 * config/i386/nto.mh (NAT_FILE): Delete.
1283 * config/i386/nm-nto.h: Delete.
1284
1285 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
1286 * config/m68k/tm-os68k.h: Ditto.
1287 * config/m68k/tm-monitor.h: Ditto.
1288 * config/m68k/tm-cisco.h: Ditto.
1289 * config/m68k/st2000.mt (TM_FILE): Delete.
1290 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
1291 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
1292 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
1293 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
1294
1295 * config/m68k/tm-st2000.h: Delete.
1296 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
1297 * config/sparc/fbsd.mt (TM_FILE): Delete.
1298 * config/sparc/tm-fbsd.h: Delete.
1299
1300 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
1301 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
1302 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
1303
1304 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
1305 GDB_TM_FILE and GDB_XM_FILE.
1306 * gdbarch.c: Re-generate.
1307 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
1308 quotes in macro definition.
1309 * configure.in: Re-generate.
1310
1311 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
1312 validating architecture methods.
1313 * gdbarch.c: Re-generate.
1314
1315 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
1316 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
1317 GDB_MULTI_ARCH_PARTIAL.
1318 * gdbarch.h: Re-generate.
1319
1320 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
1321 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
1322 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
1323 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
1324 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
1325 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
1326 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
1327 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
1328 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
1329 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
1330 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
1331 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
1332
1333 2004-09-01 Andrew Cagney <cagney@gnu.org>
1334
1335 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
1336 and main_func_highpc.
1337 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
1338 * objfiles.c (init_entry_point_info, objfile_relocate): Update
1339 * nlmread.c (nlm_symfile_read): Update.
1340
1341 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1342
1343 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
1344 (mips_insn32_frame_cache): Inline call to find_proc_desc.
1345 (find_proc_desc): Remove dead code.
1346
1347 2004-09-01 Joel Brobecker <brobecker@gnat.com>
1348
1349 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
1350
1351 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
1352
1353 * observer.sh: Add struct so_list declaration.
1354 * Makefile.in: Add dependencies on observer.h for solib.c and
1355 breakpoint.c.
1356 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
1357 function.
1358 (_initialize_breakpoint): Register
1359 disable_breakpoints_in_unloaded_shlib as an observer of the
1360 "solib unloaded" observation event.
1361 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
1362 call decode_line_1 so unfound breakpoint errors are silent.
1363 * solib.c (update_solib_list): When a solib is discovered to have
1364 been unloaded by the program, notify all observers of the
1365 "solib unloaded" observation event.
1366
1367 2004-09-01 Andrew Cagney <cagney@gnu.org>
1368
1369 * frame.c: Include "objfiles.h".
1370 (inside_main_func): New function.
1371 (get_prev_frame): Use new inside_main_func.
1372 * Makefile.in (frame.o): Update dependencies.
1373 * defs.h (inside_main_func): Delete declaration.
1374 * blockframe.c (inside_main_func): Delete function.
1375
1376 2004-08-31 Jim Blandy <jimb@redhat.com>
1377
1378 * dwarf2read.c (is_vtable_name): New function, based on logic from
1379 read_structure_type, but passing the correct length to strncmp,
1380 and using 'sizeof' instead of 'strlen'.
1381 (read_structure_type): Call it.
1382
1383 2004-08-31 Joel Brobecker <brobecker@gnat.com>
1384
1385 * config/powerpc/aix.mh: Add comment.
1386
1387 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
1388
1389 * MAINTAINERS: Add self to Write-After-Approval.
1390
1391 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
1392
1393 * MAINTAINERS: Add self to Write-After-Approval.
1394
1395 2004-08-30 Andrew Cagney <cagney@gnu.org>
1396
1397 Fix PR breakpoints/1757.
1398 * infrun.c (struct execution_control_state): Replace
1399 remove_breakpoints_on_following_step with
1400 step_after_step_resume_breakpoint.
1401 (init_execution_control_state): Update.
1402 (handle_inferior_event): For signals, when stepping off a
1403 breakpoint, set step_after_step_resume_breakpoint. When
1404 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
1405 (keep_going): Delete code handling
1406 remove_breakpoints_on_following_step.
1407
1408 2004-08-29 David Lecomber <david@streamline-computing.com>
1409
1410 Fix PR gdb/648
1411 * language.h (enum array_ordering): New enum.
1412 * language.h (struct language_defn): New la_array_ordering
1413 attribute.
1414 * language.c (unknown_language_defn, auto_language_defn)
1415 (local_language_defn): Ditto.
1416 * ada-lang.c (ada_language_defn): Ditto.
1417 * c-lang.c (c_language_defn, cplus_language_defn)
1418 (asm_language_defn, minimal_language_defn): Ditto.
1419 * f-lang.c (f_language_defn): Ditto.
1420 * jv-lang.c (java_language_defn): Ditto.
1421 * m2-lang.c (f_language_defn): Ditto.
1422 * objc-lang.c (objc_language_defn): Ditto.
1423 * p-lang.c (pascal_language_defn): Ditto.
1424 * scm-lang.c (scm_language_defn): Ditto.
1425 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
1426 oriented large to small in type structure.
1427 * dwarf2read.c (read_array_order): New function.
1428 (read_array_type): Use read_array_order to check row/column
1429 major ordering.
1430
1431 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
1432
1433 * target.c (target_resize_to_sections): Check
1434 current_target.to_sections for an old value when updating.
1435
1436 2004-08-27 Joel Brobecker <brobecker@gnat.com>
1437
1438 * procfs.c (dbx_link_bpt_addr): New static global variable.
1439 (dbx_link_shadow_contents): New static global variable.
1440 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
1441 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
1442 if we just hit it.
1443 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
1444 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
1445 from run to run.
1446 (procfs_create_inferior): Remove syssgi syscall-exit notifications
1447 after the inferior has been forked.
1448 (remove_dbx_link_breakpoint): New function.
1449 (dbx_link_addr): New function.
1450 (insert_dbx_link_bpt_in_file): New function.
1451 (insert_dbx_link_bpt_in_region): New function.
1452 (insert_dbx_link_breakpoint): New function.
1453 (proc_trace_syscalls_1): New function, extracted from
1454 proc_trace_syscalls.
1455 (proc_trace_syscalls): Replace extract code by call to
1456 proc_trace_syscalls_1.
1457 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
1458 is no longer valid.
1459
1460 2004-08-25 Jim Blandy <jimb@redhat.com>
1461
1462 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
1463
1464 2004-08-25 Andrew Cagney <cagney@gnu.org>
1465
1466 * infrun.c (struct execution_control_state): Delete field
1467 "stepping_through_sigtramp".
1468 (init_execution_control_state): Do not set same.
1469 (context_switch): Do not pass same to save_infrun_state and
1470 load_infrun_state.
1471 * gdbthread.h (struct thread_info): Delete field
1472 stepping_through_sigtramp.
1473 (save_infrun_state, load_infrun_state): Delete parameter
1474 stepping_through_sigtramp.
1475 * thread.c (load_infrun_state, save_infrun_state): Update.
1476
1477 * infrun.c: Re-indent. Move expression operators to the beginning
1478 of the line. Remove long disabled #if 0 code.
1479
1480 2004-08-24 Andrew Cagney <cagney@gnu.org>
1481
1482 * doublest.h (floatformat_ieee_quad): Rename
1483 floatformat_ia64_quad.
1484 * doublest.c (floatformat_ieee_quad): Rename
1485 floatformat_ia64_quad.
1486 (_initialize_doublest): Update.
1487
1488 2004-08-24 Jim Blandy <jimb@redhat.com>
1489
1490 * dwarf2expr.h (struct dwarf_expr_context): New members
1491 'num_pieces' and 'pieces', for returning the result of an
1492 expression that uses DW_OP_piece.
1493 (struct dwarf_expr_piece): New struct type.
1494 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
1495 pieces.
1496 (free_dwarf_expr_context): Free pieces, if any.
1497 (add_piece): New function.
1498 (execute_stack_op): Implement DW_OP_piece.
1499 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
1500 expression is a list of pieces, print an error message.
1501 (dwarf2_loc_desc_needs_frame): If the expression yields
1502 pieces, and any piece is in a register, then we need a frame.
1503
1504 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
1505 the stack until we've decided what sort of result the evaluation
1506 has produced. Use separate variables, with more specific names.
1507
1508 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
1509
1510 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
1511 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
1512 (arm_netbsd_init_abi_common): Register them.
1513
1514 2004-08-22 Mark Kettenis <kettenis@gnu.org>
1515
1516 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
1517
1518 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
1519 safe_frame_unwind_memory instead of target_read_memory.
1520
1521 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
1522 Reorder includes.
1523 (fetch_register, store_register): Remove prototypes.
1524 (child_resume): Reorganize code and comments such that it is
1525 grouped a bit more logically.
1526 (attach): Explicitly compare errno against 0.
1527 (detach): Likewise. Use perror_with_name instead of
1528 print_sys_errmsg.
1529 * Makefile.in (infptrace.o): Update dependencies.
1530
1531 * ia64-linux-nat.c: Update copyright year.
1532 (fetch_debug_register, store_debug_register)
1533 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
1534 PTRACE_TYPE_ARG3.
1535 * config/ia64/nm-linux.h: Update copyright year.
1536 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
1537
1538 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
1539 from CORE_ADDR to struct frame_info *. Use
1540 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
1541 (amd64_linux_sigtramp_p): Adjust for changed signature of
1542 and64_linux_sigtramp_start
1543
1544 * gdb_ptrace.h: GNU/Linux.
1545
1546 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1547 Remove defines.
1548
1549 * infptrace.c: Include "gdb_assert.h".
1550 (PTRACE_XFER_TYPE): Remove define.
1551 (offsetof): Only define if U_REGS_OFFSET isn't defined.
1552 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
1553 Tweak comment.
1554 (fetch_inferior_registers, store_inferior_registers): Remove
1555 redundant culry braces. Tweak comment. s/regno/regnum.
1556 * Makefile.in (infptrace.o): Update dependencies.
1557
1558 * configure.in: Change test for return type of ptrace to default
1559 to `long' instead of `int'.
1560 * configure: Regenerate.
1561
1562 2004-08-21 Mark Kettenis <kettenis@gnu.org>
1563
1564 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
1565
1566 * configure.in: Check for ttrace function.
1567 * configure, config.in: Regenerate.
1568
1569 * gdb_ptrace.h: New file.
1570 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
1571 <sys/ptrace.h>.
1572 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
1573 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
1574 (attach): Don't define PT_ATTACH.
1575 (detach): Don't define PT_DETACH.
1576 * Makefile.in (gdb_ptrace_h): New variable.
1577 (infptrace.o): Update dependencies.
1578
1579 2004-08-16 Mark Kettenis <kettenis@gnu.org>
1580
1581 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
1582 instead of `int' if not already defined.
1583 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
1584 PTRACE_TYPE_ARG3.
1585 * infptrace.c (call_ptrace): Revert change that replaced
1586 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1587
1588 2004-08-15 Mark Kettenis <kettenis@gnu.org>
1589
1590 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
1591 Remove defines.
1592
1593 * linux-nat.c (kill_inferior): Add missing third and fourth
1594 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
1595
1596 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
1597 PTRACE_TYPE_RET.
1598
1599 * proc-why.c (proc_prettyfprint_why): Fix format string.
1600
1601 * solib-osf.c (osf_current_sos): Remove unsused label.
1602
1603 * configure.in: Add <ncurses/ncurses.h> to the list of possible
1604 curses headers.
1605 * configure, config.in: Regenerate.
1606 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
1607 <ncurses/ncurses.h>.
1608
1609 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
1610 * config/nm-nbsd.h: Update copyright year.
1611 (PTRACE_ARG3_TYPE): Remove define.
1612
1613 * sparc-nat.c (fetch_inferior_registers)
1614 (store_inferior_registers, sparc_xfer_wcookie):
1615 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1616
1617 * alphabsd-nat.c (fetch_inferior_registers):
1618 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1619 PTRACE_TYPE_ARG3.
1620 * amd64bsd-nat.c (fetch_inferior_registers)
1621 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1622 PTRACE_TYPE_ARG3.
1623 * armnbsd-nat.c: Update copyright year.
1624 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
1625 (store_register, store_regs, store_fp_register, store_fp_regs):
1626 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1627 * hppabsd-nat.c (fetch_inferior_registers)
1628 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1629 PTRACE_TYPE_ARG3.
1630 * i386bsd-nat.c (fetch_inferior_registers)
1631 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
1632 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1633 * m68kbsd-nat.c (fetch_inferior_registers)
1634 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1635 PTRACE_TYPE_ARG3.
1636 * m88kbsd-nat.c (fetch_inferior_registers)
1637 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1638 PTRACE_TYPE_ARG3.
1639 * mipsnbsd-nat.c: Update copyright year.
1640 (fetch_inferior_registers, store_inferior_registers):
1641 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1642 * ns32knbsd-nat.c: Update copyright year.
1643 (fetch_inferior_registers, store_inferior_registers):
1644 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1645 * ppcnbsd-nat.c (fetch_inferior_registers):
1646 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1647 PTRACE_TYPE_ARG3.
1648 * ppcobsd-nat.c (fetch_inferior_registers):
1649 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1650 PTRACE_TYPE_ARG3.
1651 * shnbsd-nat.c: Update copyright year.
1652 (fetch_inferior_registers, store_inferior_registers):
1653 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1654 * vaxbsd-nat.c (fetch_inferior_registers)
1655 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
1656 PTRACE_TYPE_ARG3.
1657
1658 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
1659 PTRACE_TYPE_ARG3.
1660 * infptrace.c (call_ptrace, child_resume, attach, detach)
1661 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
1662 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
1663 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
1664 PTRACE_TYPE_ARG3.
1665
1666 2004-08-14 Mark Kettenis <kettenis@gnu.org>
1667
1668 * defs.h: Remove out-of-date comment.
1669 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
1670 [!GETENV_PROVIDED] (getenv): Remove prototype.
1671
1672 * standalone.c: Remove file.
1673 * Makefile.in (standalone.o): Remove dependency.
1674
1675 * i386-linux-nat.c (dummy_sse_values): Remove function and
1676 prototype.
1677 (i386_linux_dr_get): Fix typo in comment.
1678 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
1679
1680 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
1681
1682 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1683 from declaration.
1684 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
1685 from definition.
1686
1687 2004-08-13 Mark Kettenis <kettenis@gnu.org>
1688
1689 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
1690 parenthesis in definition.
1691 * configure: Regenerated.
1692
1693 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
1694
1695 * PROBLEMS: Mention build/1411.
1696
1697 2004-08-09 Robert Millan <robertmh@gnu.org>
1698
1699 Committed by Nathanael Nerode.
1700 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
1701 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
1702
1703 2004-08-12 Andrew Cagney <cagney@gnu.org>
1704
1705 * NEWS: Mention fixes in GDB 6.2.1.
1706 * PROBLEMS: Remove mention of mips-irix.
1707
1708 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1709
1710 * config/powerpc/xm-aix.h: Delete.
1711 * config/powerpc/aix.mh (MH_FILE): Remove.
1712 * config/powerpc/aix432.mh (MH_FILE): Remove.
1713
1714 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1715
1716 * config/powerpc/aix.mh: Remove obsolete comment.
1717 * config/powerpc/aix432.mh: Likewise.
1718
1719 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1720
1721 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
1722
1723 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1724
1725 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
1726 this file is now empty.
1727 * config/xm-aix4.h: Remove, this file is no longer included
1728 anywhere.
1729
1730 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1731
1732 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
1733 that file is now empty.
1734 (termdef): Remove prototype, function no longer used.
1735
1736 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1737
1738 * doc/gdbint.texinfo (Host Definition): Remove documentation
1739 for USE_O_NOCTTY, no longer used.
1740 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
1741 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
1742
1743 2004-08-11 Joel Brobecker <brobecker@gnat.com>
1744
1745 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
1746 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
1747 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1748
1749 2004-08-11 Mark Kettenis <kettenis@gnu.org>
1750
1751 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
1752 instead of FIVE_ARG_PTRACE.
1753
1754 * inflow.c (O_NOCTTY): Define to zero if not already defined.
1755 (new_tty): Use O_NOCTTY unconditionally.
1756
1757 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1758
1759 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
1760 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
1761 fflush on stdout.
1762
1763 2004-08-10 Joel Brobecker <brobecker@gnat.com>
1764
1765 * xcoff_symfile_finish: Replace last call to xmfree by call
1766 to xfree.
1767
1768 2004-08-10 Andrew Cagney <cagney@gnu.org>
1769
1770 * main.c (captured_main): Delete call to init_malloc.
1771 * defs.h (init_malloc): Delete declaration.
1772 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
1773 (init_malloc): Delete functions.
1774
1775 * defs.h (xmfree): Delete.
1776 * utils.c (xmfree): Delete function.
1777 (xfree): Inline calls to xmfree and mfree.
1778 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
1779 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
1780 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
1781 * somread.c (som_symfile_finish): Ditto.
1782 * objfiles.c (allocate_objfile, free_objfile):
1783 * nlmread.c (nlm_symfile_finish): Ditto.
1784 * hpread.c (hpread_symfile_finish): Ditto.
1785 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
1786 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
1787 * coffread.c (coff_symfile_finish): Ditto.
1788
1789 * defs.h (xmcalloc): Delete declaration.
1790 * utils.c (xmcalloc): Delete.
1791 (xcalloc): Inline calls to xmcalloc and mcalloc.
1792 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
1793 xcalloc and xfree.
1794 * symtab.c (create_demangled_names_hash): Ditto.
1795
1796 * defs.h (xmrealloc): Delete.
1797 * utils.c (xmrealloc): Delete.
1798 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
1799 * symmisc.c (extend_psymbol_list): Use xrealloc.
1800 * source.c (find_source_lines): Ditto.
1801 * hpread.c (hpread_lookup_type): Ditto.
1802 * dbxread.c (add_bincl_to_list): Ditto.
1803
1804 * utils.c (xmmalloc): Delete.
1805 (xmalloc): Inline xmmalloc and mmalloc calls.
1806 (msavestring): Use xmalloc.
1807 * defs.h (xmmalloc): Delete declaration.
1808 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
1809 xmmalloc.
1810 * symmisc.c (extend_psymbol_list): Ditto.
1811 * symfile.c (init_psymbol_list): Ditto.
1812 * source.c (find_source_lines): Ditto.
1813 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
1814 * elfread.c (elf_symtab_read): Ditto.
1815 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
1816 * coffread.c (coff_symfile_init): Ditto.
1817
1818 2004-08-10 David Carlton <carlton@bactrian.org>
1819
1820 * MAINTAINERS: Remove David Carlton from c++ testsuite
1821 maintainers.
1822
1823 2004-08-10 Jerome Guitton <guitton@gnat.com>
1824
1825 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
1826 print a line feed before the prompt.
1827
1828 2004-08-10 Mark Kettenis <kettenis@gnu.org>
1829
1830 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
1831
1832 2004-08-09 Joel Brobecker <brobecker@gnat.com>
1833
1834 General cleanup of the AIX xm include file:
1835 * config/xm-aix4.h (fd_set): Remove undefine.
1836 Remove include of <sys/select.h>.
1837 (HAVE_TERMIO): Remove define.
1838 (USG): Likewise.
1839 (NULL): Remove redefine.
1840 (alloca): Remove #pragma.
1841 (vfork): Remove define.
1842 (termdef): Remove.
1843 (SIGWINCH_HANDLER): Remove.
1844 (SIGWINCH_HANDLER_BODY): Remove.
1845
1846 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1847
1848 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
1849 GDB_OSABI_OPENBSD_ELF.
1850
1851 2004-08-07 Robert Millan <robertmh@gnu.org>
1852
1853 * bsd-kvm.c: Check for nlist.h before including it.
1854
1855 2004-08-09 Mark Kettenis <kettenis@gnu.org>
1856
1857 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
1858 sigcontext' offset consistency checks for ancient BSD.
1859
1860 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
1861
1862 * configure.in: Check for <sys/types.h>. Check return and
1863 argument types of ptrace.
1864 * configure, config.in: Regenerate.
1865
1866 2004-08-09 Jim Blandy <jimb@redhat.com>
1867
1868 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
1869 rs6000_register_sim_regno): Doc fixes.
1870
1871 2004-08-08 Joel Brobecker <brobecker@gnat.com>
1872
1873 * mips-tdep.c: Include "floatformat.h".
1874 (n32n64_floatformat_always_valid): New function.
1875 (floatformat_n32n64_long_double_big): New constant.
1876 (mips_gdbarch_init): Set size and format of long double
1877 for N32 and N64 ABIs.
1878 * Makefile.in (mips-tdep.o): Update dependencies.
1879
1880 2004-08-08 Andrew Cagney <cagney@gnu.org>
1881
1882 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
1883 print. Improve script's error messages.
1884 * gdbarch.h: Re-generate.
1885
1886 * gdbarch.sh (pformat): New function.
1887 (float_format, double_format, long_double_format): List with bit
1888 members. Use pformat when printing.
1889 * gdbarch.c, gdbarch.h: Re-generate.
1890
1891 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
1892
1893 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
1894 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
1895 (ppcnbsd_supply_pcb): New function.
1896 (_initialize_ppcnbsd_nat): New prototype and function.
1897 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
1898 (LOADLIBES): New variable.
1899 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
1900
1901 2004-08-08 Andrew Cagney <cagney@gnu.org>
1902
1903 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
1904 (builtin_type_ieee_double, builtin_type_ia64_quad)
1905 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
1906 BE/LE floating-point types.
1907 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
1908 (builtin_type_ieee_double, builtin_type_ia64_quad)
1909 (builtin_type_ia64_spill): Declare.
1910 * doublest.c (_initialize_doublest, floatformat_ieee_single)
1911 (floatformat_ieee_double, floatformat_arm_ext)
1912 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
1913 of LE/BE floatformats.
1914 * doublest.h: (struct floatformat, floatformat_ieee_single)
1915 (floatformat_ieee_double, floatformat_arm_ext)
1916 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
1917
1918 2004-08-08 Mark Kettenis <kettenis@gnu.org>
1919
1920 * i386gnu-nat.c (gnu_store_registers): Fix typo.
1921
1922 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
1923 instead of regcache_raw_supply when storing the registers.
1924
1925 * i386gnu-nat.c: Update copyright year.
1926 (gnu_store_registers): Don't use deprecated_registers and
1927 deprecated_registers_valid. Use regcache_valid_p and
1928 regcache_raw_supply instead.
1929
1930 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
1931 frame_pc_unwind.
1932
1933 * procfs.c (procfs_pid_to_str): Remove redundant and unused
1934 variables. Incapitalized "process".
1935
1936 * configure.in: Add cursesX to the list of possible curses libs.
1937 Add cursesX.h to the list of possible curses headers.
1938 * configure, config.in: Regenerate.
1939
1940 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1941
1942 * configure.in: Test for struct lwp in <sys/lwp.h>.
1943 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
1944 the offset of l_addr in struct lwp.
1945
1946 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
1947
1948 * bsd-kvm.c: Include "gdbcore.h"
1949 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
1950
1951 2004-08-07 Andrew Cagney <cagney@gnu.org>
1952
1953 * gdbtypes.c (build_flt, build_complex): New functions.
1954 (gdbtypes_post_init): Use.
1955
1956 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
1957
1958 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
1959 through to builtin_type_uint128.
1960
1961 * c-exp.y: Use builtin_type function to obtain builtin types.
1962
1963 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
1964 builtin_uint128.
1965 * gdbtypes.c (gdbtypes_post_init): Update.
1966 (build_gdbtypes): Move initialization of builtin_type_int0
1967 through to builtin_type_uint128 from here ...
1968 (_initialize_gdbtypes): ... to here.
1969 * d10v-tdep.c (d10v_register_type): Update.
1970
1971 * doublest.c: Update copyright.
1972 (floatformat_from_length): Call error when floatformat is NULL.
1973 (extract_floating_by_length): Remove NULL fmt check.
1974 (store_floating_by_length): Ditto.
1975
1976 2004-08-07 Andrew Cagney <cagney@gnu.org>
1977
1978 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
1979 that the register is valid.
1980
1981 2004-08-05 Mark Kettenis <kettenis@chello.nl>
1982
1983 * i386-linux-tdep.c (i386_linux_sigtramp_start)
1984 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
1985 struct frame_info *. Use safe_frame_unwind_memory instead of
1986 deprecated_read_memory_nobpt.
1987 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
1988 changed signature of i386_linux_sigtramp_start and
1989 i386_linux_rt_sigtramp_start.
1990
1991 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
1992 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
1993 instead of deprecated_read_memory_nobpt.
1994 (i386nbsd_sigtramp_p): Adjust for changed signature of
1995 i386nbsd_sigtramp_offset.
1996
1997 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
1998 safe_frame_unwind_memory instead of target_read_memory.
1999
2000 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2001 !NO_SYS_FILE.
2002 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
2003 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
2004 (_initialize_kernel_u_addr): Remove prototype and function.
2005 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2006 !NO_SYS_FILE.
2007 * xcoffread.c: Likewise.
2008
2009 2004-08-06 Mark Kettenis <kettenis@gnu.org>
2010
2011 * vax-nat.c: New file.
2012 * vaxbsd-nat.c: Tweak comment.
2013 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
2014 vaxnbsd-tdep.c.
2015 (vax-nat.o): New dependency.
2016 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
2017 (vax-*-ultrix2*): Remove.
2018 * config/vax/vax.mh: New file.
2019 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
2020 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
2021 (vax_register_u_addr): New prototype.
2022 (REGISTER_U_ADDR): Define using vax_register_u_addr.
2023 * config/vax/vaxult2.mh: Remove file.
2024 * config/vax/vaxult.mh: Remove file.
2025 * config/vax/vaxbsd.mh: Remove file.
2026 * config/vax/vax.mt (TM_FILE): Remove.
2027 * config/vax/tm-vaxbsd.h: Remove file.
2028
2029 2004-08-06 Joel Brobecker <brobecker@gnat.com>
2030
2031 * aix-thread.c (get_signaled_thread): New function.
2032 (iter_trap): Delete, no longer used.
2033 (iter_tid): New function.
2034 (pd_update): Find the thread that received the SIGTRAP signal
2035 by first locating the kernel thread, and then finding its
2036 associated thread.
2037
2038 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
2039
2040 * lin-lwp.c (child_wait): Continue inferior after processing
2041 PTRACE_EVENT_CLONE event.
2042
2043 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
2044
2045 * MAINTAINERS: Add self to Write-After-Approval.
2046
2047 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
2048
2049 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
2050 libunwind-xxxx.so" where xxxx is UNW_TARGET.
2051
2052 2004-08-05 Andrew Cagney <cagney@gnu.org>
2053
2054 * config/xm-sysv4.h: Delete file.
2055 * config/mips/xm-irix5.h: Delete file.
2056 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
2057 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
2058 * config/ia64/xm-aix.h: Delete file.
2059 * config/ia64/aix.mh (XM_FILE): Delete.
2060 * config/pa/xm-hppah.h: Delete file.
2061 * config/pa/hpux11w.mh (XM_FILE): Delete.
2062 * config/pa/hpux11.mh (XM_FILE): Delete.
2063 * config/pa/hpux1020.mh (XM_FILE): Delete.
2064 * config/pa/hppahpux.mh (XM_FILE): Delete.
2065
2066 * config/alpha/xm-alphalinux.h: Delete file.
2067 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
2068 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
2069 * config/alpha/xm-alphaosf.h: Delete file.
2070 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
2071 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
2072 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
2073 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
2074
2075 * config/i386/xm-i386v.h: Delete file.
2076 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
2077 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
2078 * config/i386/xm-i386sco.h: Delete file.
2079 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
2080 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
2081 * config/i386/xm-i386v4.h: Delete file.
2082 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
2083 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
2084 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
2085 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
2086
2087 * config/vax/xm-vax.h: Delete file.
2088 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
2089 * config/vax/xm-vaxult2.h: Delete file.
2090 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
2091 * config/vax/vaxult2.mh (XM_FILE): Delete.
2092 * config/vax/xm-vaxult.h: Delete file.
2093 * config/vax/vaxult.mh (XM_FILE): Delete.
2094 * config/vax/xm-vaxbsd.h: Delete file.
2095 * config/vax/vaxbsd.mh (XM_FILE): Delete.
2096
2097 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
2098 * gdbarch.h, gdbarch.c: Re-generate.
2099 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
2100 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
2101 * frame.h: Delete deprecated_read_fp from comments.
2102 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
2103 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
2104
2105 2004-08-04 Mark Kettenis <kettenis@gnu.org>
2106
2107 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
2108 trampoline in OpenBSD 3.5-current.
2109
2110 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
2111 SSE registers.
2112
2113 * Makefile.in: Remove embedded page breaks.
2114
2115 2004-08-04 Jim Blandy <jimb@redhat.com>
2116
2117 * regcache.c (regcache_raw_read): Assert that, after calling
2118 target_fetch_registers, the register we're reading is cached.
2119
2120 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
2121 a call to 'internal_error', with a more helpful error message.
2122 * rs6000-tdep.c (e500_pseudo_register_read,
2123 e500_pseudo_register_write, rs6000_store_return_value): Same.
2124
2125 2004-08-04 Andrew Cagney <cagney@gnu.org>
2126
2127 * Makefile.in: Update dependencies.
2128
2129 2004-08-04 Jim Blandy <jimb@redhat.com>
2130
2131 Change the layout of the PowerPC E500 raw register cache to allow
2132 the lower 32-bit halves of the GPRS to be their own raw registers,
2133 not pseudoregisters.
2134 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
2135 add ppc_ev0_upper_regnum flag.
2136 * rs6000-tdep.c: #include "reggroups.h".
2137 (spe_register_p): Recognize the ev upper half registers as SPE
2138 registers.
2139 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2140 registers.
2141 (e500_move_ev_register): New function.
2142 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2143 vector registers are the pseudo-registers now, formed by splicing
2144 together the gprs and the upper-half registers.
2145 (e500_register_reggroup_p): New function.
2146 (P): Macro deleted.
2147 (P8, A4): New macro.
2148 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2149 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2150 macros.
2151 (registers_e500): Rearrange register set so that the raw register
2152 set contains 32-bit GPRs and upper-half registers, and the SPE
2153 vector registers become pseudo-registers.
2154 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
2155 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
2156 register numbers are now the same for the E500 as they are for
2157 other PowerPC variants. Register e500_register_reggroup_p as the
2158 register group function for the E500.
2159 * Makefile.in (rs6000-tdep.o): Update dependencies.
2160
2161 Adapt PPC E500 native support to the new raw regcache layout.
2162 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2163 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2164 (fetch_spe_register, store_spe_register): Handle fetching/storing
2165 all the SPE registers at once, if regno == -1. These now take
2166 over the job of fetch_spe_registers and store_spe_registers.
2167 (fetch_spe_registers, store_spe_registers): Deleted.
2168 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2169 unconditionally; they're always raw. Fetch/store SPE upper half
2170 registers, if present, instead of ev registers.
2171 (fetch_register, store_register): Remove sanity checks: gprs are
2172 never pseudo-registers now, so we never need to even mention any
2173 registers that are ever pseudoregisters.
2174
2175 Use a fixed register numbering when communicating with the PowerPC
2176 simulator.
2177 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
2178 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
2179 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
2180 New functions.
2181 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
2182 init_sim_regno_table.
2183 * Makefile.in (gdb_sim_ppc_h): New variable.
2184 (rs6000-tdep.o): Update dependencies.
2185
2186 2004-08-02 Andrew Cagney <cagney@gnu.org>
2187
2188 * cris-tdep.c (cris_register_size): Restore function, still used
2189 locally.
2190
2191 * gdbarch.sh (deprecated_target_read_fp)
2192 (deprecated_frame_locals_address, deprecated_frame_args_address)
2193 (deprecated_frame_chain_valid, deprecated_frame_chain)
2194 (deprecated_init_extra_frame_info, deprecated_pop_frame)
2195 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
2196 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
2197 * gdbarch.h, gdbarch.c: Re-generate.
2198 * regcache.c (deprecated_read_fp): Do not call
2199 DEPRECATED_TARGET_READ_FP_P.
2200 * infcmd.c (default_print_registers_info): Do not call
2201 DEPRECATED_DO_REGISTERS_INFO.
2202 * frame-base.c (default_frame_locals_address): Do not call
2203 DEPRECATED_FRAME_LOCALS_ADDRESS.
2204 (default_frame_args_address): Do not call
2205 DEPRECATED_FRAME_ARGS_ADDRESS.
2206
2207 * gdbarch.sh (deprecated_register_raw_size)
2208 (deprecated_register_virtual_size:int): Delete.
2209 * gdbarch.h, gdbarch.c: Re-generate.
2210 * cris-tdep.c (cris_register_size): Delete.
2211 (cris_gdbarch_init): Update.
2212 * alpha-tdep.c (alpha_register_raw_size)
2213 (alpha_register_virtual_size): Delete.
2214 (alpha_gdbarch_init): Update.
2215
2216 * gdbarch.sh (deprecated_register_virtual_type)
2217 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
2218 (deprecated_dummy_write_sp): Delete.
2219 * gdbarch.h, gdbarch.c: Re-generate.
2220
2221 * gdbarch.sh (deprecated_register_bytes): Delete.
2222 * gdbarch.h, gdbarch.c: Re-generate.
2223 * regcache.c (deprecated_register_bytes): New function.
2224 * regcache.h (deprecated_register_bytes): Declare.
2225 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
2226 * v850-tdep.c (v850_gdbarch_init): Update.
2227 * sh64-tdep.c (sh64_gdbarch_init): Update.
2228 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
2229 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
2230 * mcore-tdep.c (mcore_gdbarch_init): Update.
2231 * cris-tdep.c (cris_gdbarch_init): Update.
2232 * arm-tdep.c (arm_gdbarch_init): Update.
2233 * remote.c (init_remote_state): Update.
2234 * remote-vx.c (vx_prepare_to_store): Update.
2235 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
2236 * irix5-nat.c (fetch_core_registers): Update.
2237 * cris-tdep.c (cris_register_bytes_ok): Update.
2238 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
2239
2240 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
2241 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
2242 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
2243 (mips_insn16_frame_base_address, mips_insn16_frame_base)
2244 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
2245 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
2246 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
2247 (mips_insn32_frame_base_address, mips_insn32_frame_base)
2248 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
2249 with mips_insn16 and mips_insn32.
2250
2251 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
2252 * rs6000-tdep.c (rs6000_push_dummy_call)
2253 (rs6000_extract_return_value): Use register_size.
2254 * xstormy16-tdep.c (xstormy16_get_saved_register)
2255 (xstormy16_extract_return_value): Ditto.
2256 * valops.c (value_assign): Ditto.
2257 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
2258 * v850-tdep.c (v850_extract_return_value): Ditto.
2259 * tracepoint.c (collect_symbol): Ditto.
2260 * target.c (debug_print_register): Ditto.
2261 * stack.c (frame_info): Ditto.
2262 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
2263 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
2264 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
2265 (store_register_using_P): Ditto.
2266 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
2267 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
2268 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
2269 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
2270 * regcache.c (deprecated_read_register_bytes)
2271 (deprecated_write_register_bytes, read_register)
2272 (write_register): Ditto.
2273 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
2274 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
2275 * monitor.c (monitor_supply_register, monitor_fetch_register)
2276 (monitor_store_register): Ditto.
2277 * mn10300-tdep.c (mn10300_pop_frame_regular)
2278 (mn10300_print_register): Ditto.
2279 * mipsv4-nat.c (fill_fpregset): Ditto.
2280 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
2281 (mips64_fill_fpregset): Ditto.
2282 * mi/mi-main.c (register_changed_p, get_register)
2283 (mi_cmd_data_write_register_values): Ditto.
2284 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
2285 * irix5-nat.c (fill_gregset, fetch_core_registers):
2286 * infrun.c (write_inferior_status_register): Ditto.
2287 * infptrace.c (fetch_register, store_register): Ditto.
2288 * infcmd.c (default_print_registers_info): Ditto.
2289 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
2290 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
2291 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
2292 * hpux-thread.c (hpux_thread_fetch_registers)
2293 (hpux_thread_store_registers): Ditto.
2294 * hppah-nat.c (store_inferior_registers, fetch_register):
2295 * findvar.c (value_from_register): Ditto.
2296 * dve3900-rom.c (fetch_bitmapped_register):
2297 * cris-tdep.c (cris_gdbarch_init): Ditto.
2298 * alpha-tdep.h: Ditto.
2299 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
2300
2301 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
2302 DEPRECATED_REGISTER_RAW_SIZE from comments.
2303 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
2304 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
2305 DEPRECATED_REGISTER_RAW_SIZE.
2306 * findvar.c (value_of_register): Simplify by assuming that the
2307 registers raw and virtual sizes are identical.
2308 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
2309 comment.
2310 * arch-utils.c (generic_register_size): Simplify by assuming
2311 register_type.
2312
2313 * regcache.c (legacy_read_register_gen, real_register)
2314 (legacy_write_register_gen): Delete, not used.
2315
2316 * regcache.c (struct regcache_descr): Delete legacy_p.
2317 (init_legacy_regcache_descr): Delete function.
2318 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
2319 Do not use deprecated register functions.
2320 (regcache_raw_read, deprecated_write_register_gen):
2321 (deprecated_read_register_gen, regcache_raw_write): Delete code
2322 predicated on legacy_p.
2323 (register_size): Delete check against register raw size.
2324
2325 * cris-tdep.c (cris_register_type): Replace
2326 cris_register_virtual_type.
2327 (cris_gdbarch_init): Update, set register_type.
2328
2329 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
2330 * gdbarch.h, gdbarch.c: Re-generate.
2331 * arm-tdep.c (arm_frameless_function_invocation): Delete.
2332 (arm_gdbarch_init) Do not set frameless function invocation.
2333 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
2334 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
2335 * frv-tdep.c (frv_frameless_function_invocation): Delete.
2336 (frv_gdbarch_init): Do not set frameless function invocation.
2337 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
2338 * sh-tdep.c (sh_gdbarch_init): Ditto.
2339 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
2340 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
2341 * avr-tdep.c (avr_gdbarch_init): Ditto.
2342
2343 * blockframe.c (legacy_frame_chain_valid): Delete function.
2344
2345 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
2346 and pc. Update comments.
2347 (pc_in_dummy_frame): Delete function.
2348 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
2349 use the "id".
2350 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
2351 call_hi, top and pc, use the id.
2352 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
2353
2354 * dummy-frame.c: Include "gdb_string.h".
2355 (generic_save_call_dummy_addr, generic_push_dummy_frame)
2356 (generic_save_dummy_frame_tos): Delete.
2357 (dummy_frame_push): New function, replaces above.
2358 * dummy-frame.h: Update copyright.
2359 (dummy_frame_push): Declare.
2360 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
2361 (generic_save_call_dummy_addr): Delete declarations.
2362 * infcall.c: Include "dummy-frame.h".
2363 (call_function_by_hand): Add locals caller_regcache,
2364 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
2365 with call to frame_save_as_regcache plus cleanup. Delete calls to
2366 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
2367 Move clear_proceed_status to just before the resume, add call to
2368 dummy_frame_push (discard cleanup).
2369 * Makefile.in (infcall.o): Add $(dummy_frame_h).
2370 (dummy-frame.o): Add $(gdb_string_h).
2371
2372 2004-08-01 Andrew Cagney <cagney@gnu.org>
2373
2374 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
2375 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
2376 * dummy-frame.c (find_dummy_frame): Delete.
2377 (struct dummy_frame_cache, dummy_frame_sniffer)
2378 (dummy_frame_prev_register, dummy_frame_this_id)
2379 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
2380 frame unwinder using a dummy_frame_cache.
2381
2382 2004-08-01 Andrew Cagney <cagney@gnu.org>
2383
2384 * frame.h (frame_save_as_regcache): Declare.
2385 * frame.c (frame_save_as_regcache): New function.
2386 (do_frame_read_register): Replace do_frame_unwind_register.
2387 (frame_pop): Use frame_save_as_regcache.
2388 * dummy-frame.c (generic_push_dummy_frame): Use
2389 frame_save_as_regcache.
2390
2391 2004-08-01 Joel Brobecker <brobecker@gnat.com>
2392
2393 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
2394 file as included until we record the first line in the linetable.
2395
2396 2004-08-01 Andrew Cagney <cagney@gnu.org>
2397
2398 * frame.h (deprecated_pop_dummy_frame)
2399 (deprecated_read_register_dummy)
2400 (deprecated_generic_find_dummy_frame): Delete.
2401 * dummy-frame.c (deprecated_generic_find_dummy_frame)
2402 (deprecated_read_register_dummy)
2403 (deprecated_find_dummy_frame_regcache)
2404 (discard_innermost_dummy)
2405 (deprecated_pop_dummy_frame): Delete.
2406 (dummy_frame_this_id): Simplify.
2407 (struct dummy_frame): Delete "fp" and "sp".
2408 (find_dummy_frame): Simplify.
2409 (generic_push_dummy_frame): Do not set "fp" or "sp".
2410 (fprint_dummy_frames): Do not print "fp" and "sp"
2411
2412 2004-08-01 Mark Kettenis <kettenis@gnu.org>
2413
2414 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
2415 (struct i386_insn): New structure.
2416 (i386_match_insn): New function.
2417 (i386_frame_setup_skip_insns): New variable.
2418 (i386_analyze_frame_setup): Change to use i386_match_insn and the
2419 array i386_frame_setup_insns of instructions that should be
2420 skipped inside the frame setup sequence.
2421
2422 2004-08-01 Andrew Cagney <cagney@gnu.org>
2423
2424 * frame.h (deprecated_frame_xmalloc_with_cleanup)
2425 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2426 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2427 * stack.c (frame_info): Delete references to
2428 DEPRECATED_FRAME_INIT_SAVED_REGS and
2429 deprecated_get_frame_saved_regs.
2430 * frame.c (struct frame_info): Delete saved_regs and extra_info.
2431 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
2432 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
2433 (frame_unwind_register_signed)
2434 (frame_unwind_register_unsigned)
2435 (frame_unwind_unsigned_register): Use register_size.
2436 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
2437 (deprecated_frame_xmalloc_with_cleanup)
2438 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
2439 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
2440
2441 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
2442 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
2443 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
2444 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
2445
2446 * infcall.c (call_function_by_hand): Do not use
2447 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
2448 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
2449 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
2450 DEPRECATED_STACK_ALIGN.
2451
2452 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
2453
2454 Committed by Andrew Cagney.
2455 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
2456
2457 2004-08-01 Andrew Cagney <cagney@gnu.org>
2458
2459 * mips-tdep.c (mips16_frame_cache)
2460 (mips16_frame_this_id, mips16_frame_prev_register)
2461 (mips16_frame_unwind, mips16_frame_sniffer)
2462 (mips16_frame_base_address, mips16_frame_base)
2463 (mips16_frame_base_sniffer, mips32_frame_cache)
2464 (mips32_frame_this_id, mips32_frame_prev_register)
2465 (mips32_frame_unwind, mips32_frame_sniffer)
2466 (mips32_frame_base_address, mips32_frame_base)
2467 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
2468 separate heuristic mips16 and mips32 unwinders.
2469 (mips_stub_frame_cache, mips_stub_frame_this_id)
2470 (mips_stub_frame_prev_register)
2471 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
2472 (mips_stub_frame_base_address, mips_stub_frame_base)
2473 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
2474 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
2475 match true mdebug frames.
2476 (non_heuristic_proc_desc): Add forward declaration.
2477
2478 2004-08-01 Andrew Cagney <cagney@gnu.org>
2479
2480 * config/mips/tm-irix6.h: Delete file.
2481 * config/mips/tm-irix5.h: Delete file.
2482 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
2483 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
2484
2485 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
2486 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
2487 * config/nm-gnu.h (NO_CORE_OPS): Delete.
2488 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
2489 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
2490 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
2491 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
2492 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
2493 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
2494 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
2495 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
2496 (TARGET_SIGNAL_RAW_VALUES): Delete.
2497 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
2498 Delete.
2499 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
2500 (TARGET_HW_WATCH_LIMIT): Delete.
2501 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
2502 * minimon.h: Delete file.
2503
2504 * trad-frame.c (trad_frame_get_this_base)
2505 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
2506 functions.
2507 * trad-frame.h (trad_frame_set_this_base)
2508 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
2509
2510 2004-07-31 Andrew Cagney <cagney@gnu.org>
2511
2512 * trad-frame.c (trad_frame_get_prev_register): Rename
2513 trad_frame_get_prev_register.
2514 * vax-tdep.c (vax_frame_prev_register): Update.
2515 * trad-frame.h: Update.
2516 * trad-frame.c (trad_frame_get_register): Update.
2517 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
2518 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
2519 Update.
2520 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
2521 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
2522 Update.
2523 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
2524 Update.
2525 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
2526 Update.
2527 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
2528 Update.
2529 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
2530 Update.
2531 * s390-tdep.c (s390_frame_prev_register)
2532 (s390_stub_frame_prev_register)
2533 (s390_sigtramp_frame_prev_register): Update.
2534 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
2535 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
2536 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
2537 * m88k-tdep.c (m88k_frame_prev_register)
2538 * m68hc11-tdep.c (m68hc11_frame_prev_register)
2539 * m32r-tdep.c (m32r_frame_prev_register): Update.
2540 * hppa-tdep.c (hppa_frame_prev_register_helper)
2541 * frv-tdep.c (frv_frame_prev_register): Update.
2542 * d10v-tdep.c (d10v_frame_prev_register): Update.
2543 * cris-tdep.c (cris_frame_prev_register): Update.
2544 * avr-tdep.c (avr_frame_prev_register): Update.
2545 * arm-tdep.c (arm_prologue_prev_register)
2546 (arm_sigtramp_prev_register): Update.
2547
2548 2004-07-31 Andrew Cagney <cagney@gnu.org>
2549
2550 * frame.h (legacy_saved_regs_unwind)
2551 (legacy_frame_chain_valid, legacy_frame_p)
2552 (enum frame_type): Delete UNKNOWN_FRAME.
2553 * dummy-frame.c (dummy_frame_this_id): Simplify.
2554 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
2555 * frame.c (struct frame_info): Delete the field "type".
2556 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
2557 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
2558 (legacy_saved_regs_unwind, legacy_frame_p)
2559 (frame_type_from_pc): Delete.
2560 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
2561 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
2562
2563 2004-07-31 Mark Kettenis <kettenis@gnu.org>
2564
2565 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
2566 indentation.
2567
2568 * mips-nat.c: Remove file.
2569 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
2570 (mips-nat.o): Remove dependency.
2571
2572 * infptrace.c: Update copyright year.
2573 (fetch_register): Pass NULL in regcache_raw_supply call instead of
2574 explicitly setting the buffer to all zeroes.
2575
2576 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
2577 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
2578
2579 2004-07-30 Andrew Cagney <cagney@gnu.org>
2580
2581 * GDB 6.2 released from gdb_6_2-branch.
2582
2583 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
2584
2585 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
2586
2587 * exec.c (exec_file_attach):
2588 * nto-tdep.c (nto_find_and_open_solib):
2589 * pa64solib.c (pa64_solib_sizeof_symbol_table):
2590 * solib.c (solib_open):
2591 * somsolib.c (som_solib_sizeof_symbol_table):
2592 * source.c (is_regular_file, openp, open_source_file):
2593 * symfile.c (symfile_bfd_open):
2594 * wince.c (upload_to_device): Differentiate between the search for
2595 binary and source files.
2596
2597 2004-07-30 Andrew Cagney <cagney@gnu.org>
2598
2599 * complaints.c (_initialize_complaints): Pass NULL to
2600 add_setshow_zinteger_cmd for help_doc.
2601 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
2602
2603 2004-07-30 Andrew Cagney <cagney@gnu.org>
2604
2605 Fix PR i18n/761.
2606 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
2607 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
2608 $(PACKAGE).pot and update-po.
2609 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
2610 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
2611 (update-po): New rules.
2612 (localedir): Define using autoconf.
2613 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
2614 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
2615 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
2616 * configure.in: Generate CATALOGS and LINGUAS from contents of
2617 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
2618 * configure: Re-generate.
2619 * po/gdbtext: New file
2620
2621 2004-07-30 Jerome Guitton <guitton@gnat.com>
2622
2623 * MAINTAINERS: Reorder Write After Approval list in alphabetical
2624 order.
2625
2626 2004-07-30 David Lecomber <dsl@sources.redhat.com>
2627
2628 * dwarf2read.c (read_file_scope): Set producer if attribute
2629 present.
2630 (struct dwarf2_cu): Added new member producer.
2631
2632 2004-07-30 Jerome Guitton <guitton@gnat.com>
2633
2634 * inflow.c (kill_command): release file handles in BFD.
2635 * exec.c (exec_file_attach): Ditto.
2636 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
2637
2638 2004-07-29 Andrew Cagney <cagney@gnu.org>
2639
2640 * PROBLEMS (mips-irix): Note that it is broken.
2641
2642 2004-07-29 Andrew Cagney <cagney@gnu.org>
2643
2644 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
2645 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
2646
2647 * config/xm-nbsd.h: Delete file.
2648 * config/arm/xm-nbsd.h: Delete file.
2649 * config/i386/xm-nbsd.h: Delete file.
2650 * config/ns32k/xm-nbsd.h: Delete file.
2651 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
2652 * config/i386/nbsdelf.mh (XM_FILE): Delete.
2653 * config/i386/nbsdaout.mh (XM_FILE): Delete.
2654 * config/arm/nbsdelf.mh (XM_FILE): Delete.
2655 * config/arm/nbsdaout.mh (XM_FILE): Delete.
2656
2657 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
2658 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
2659 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
2660 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
2661 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
2662 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
2663
2664 * config/powerpc/xm-linux.h: Delete empty file.
2665 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
2666 * config/powerpc/linux.mh (XM_FILE): Delete.
2667 * config/m68k/xm-linux.h: Delete empty file.
2668 * config/m68k/linux.mh (XM_FILE): Delete.
2669 * config/ia64/xm-linux.h: Delete empty file.
2670 * config/ia64/linux.mh (XM_FILE): Delete.
2671 * config/arm/xm-linux.h: Delete empty file.
2672 * config/arm/linux.mh (XM_FILE): Delete.
2673
2674 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2675 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
2676 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2677 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
2678 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2679 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
2680 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
2681 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
2682
2683 * config/m68k/xm-m68k.h: Delete file.
2684 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
2685 copyright.
2686 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
2687 * config/pa/xm-linux.h: Delete empty file.
2688 * config/pa/linux.mh (XM_FILE): Delete.
2689 * config/i386/xm-i386.h: Delete empty file.
2690 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
2691 "i386/xm-i386.h".
2692 * config/i386/obsdaout.mh (XM_FILE): Delete.
2693 * config/i386/obsd64.mh (XM_FILE): Delete.
2694 * config/i386/fbsd64.mh (XM_FILE): Delete.
2695 * config/i386/nto.mh (XM_FILE): Delete.
2696 * config/i386/obsd.mh (XM_FILE): Delete.
2697 * config/i386/linux64.mh (XM_FILE): Delete.
2698 * config/i386/linux.mh (XM_FILE): Delete.
2699 * config/i386/i386sol2.mh (XM_FILE): Delete.
2700 * config/i386/i386gnu.mh (XM_FILE): Delete.
2701 * config/i386/fbsd.mh (XM_FILE): Delete.
2702 * config/i386/nbsd64.mh (XM_FILE): Delete.
2703
2704 2004-07-29 Andrew Cagney <cagney@gnu.org>
2705
2706 * config/pa/xm-linux.h: Do not include "floatformat.h".
2707 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2708 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2709 * config/i386/xm-i386.h: Do not include "floatformat.h".
2710 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2711 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
2712 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
2713 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
2714 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
2715 GDB_HOST_LONG_DOUBLE_FORMAT instead.
2716 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
2717 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
2718 * configure, config.in: Regenerate.
2719 * configure.host (gdb_host_float_format, gdb_host_double_format)
2720 (gdb_host_long_double_format): Set according to the host.
2721
2722 2004-07-29 Andrew Cagney <cagney@gnu.org>
2723
2724 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
2725
2726 2004-07-28 Andrew Cagney <cagney@gnu.org>
2727
2728 * PROBLEMS: Mention threads/1650.
2729 * NEWS: Mention the NPTL fix.
2730
2731 2004-07-28 Andrew Cagney <cagney@gnu.org>
2732
2733 * cli/cli-decode.c (add_setshow_cmd): Delete function.
2734 (add_setshow_cmd_full): Make static.
2735 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
2736 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
2737 * cli/cli-decode.c (add_setshow_filename_cmd)
2738 (add_setshow_string_cmd): New functions.
2739 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
2740 * mips-tdep.c (_initialize_mips_tdep): Update.
2741 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
2742 * cli/cli-logging.c (_initialize_cli_logging): Update.
2743 * complaints.c (_initialize_complaints): Update.
2744 * remote.c (_initialize_remote): Update.
2745
2746 2004-07-28 Andrew Cagney <cagney@gnu.org>
2747
2748 * cli/cli-decode.c (add_setshow_zinteger_cmd)
2749 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
2750 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
2751 print parameters. Make string parameters constant.
2752 * command.h: Update. Update copyright.
2753 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
2754 * observer.c (_initialize_observer): Ditto.
2755 * frame.c (_initialize_frame): Ditto.
2756 * complaints.c (_initialize_complaints): Ditto.
2757 * maint.c (_initialize_maint_cmds): Ditto.
2758 * target.c (initialize_targets): Ditto.
2759 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
2760 * infcall.c (_initialize_infcall): Ditto.
2761 * arm-tdep.c (_initialize_arm_tdep): Ditto.
2762 * m32r-rom.c (_initialize_m32r_rom): Ditto.
2763 * remote-rdi.c (_initialize_remote_rdi): Ditto.
2764 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
2765 * mips-tdep.c (_initialize_mips_tdep): Ditto.
2766
2767 2004-07-28 Andrew Cagney <cagney@gnu.org>
2768
2769 * gdbtypes.c (lookup_primitive_typename): Delete function.
2770 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
2771 * ada-lex.l: Use language_lookup_primitive_type_by_name.
2772 * gdbtypes.c (lookup_typename): Ditto.
2773 * f-exp.y (yylex): Ditto.
2774 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
2775
2776 * scm-lang.c (c_builtin_types): Delete extern declaration.
2777 (scm_language_defn): Replace
2778 string_char_type and primitive_type_vector with
2779 la_language_arch_info.
2780 * jv-lang.c (java_language_defn): Replace
2781 string_char_type and primitive_type_vector with
2782 la_language_arch_info.
2783 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
2784 c_builtin_types in comment.
2785 * c-lang.h (struct language_arch_info): Declare opaque.
2786 (c_language_arch_info): Declare.
2787 (c_builtin_types): Delete declaration.
2788 * c-lang.c (c_language_arch_info): Set string_char_type to
2789 builtin_char, not builtin_true_char. Make global.
2790 (c_builtin_types): Delete array.
2791 (asm_language_defn, minimal_language_defn): Replace
2792 string_char_type and primitive_type_vector with
2793 la_language_arch_info.
2794
2795 2004-07-28 Andrew Cagney <cagney@gnu.org>
2796
2797 * gdbtypes.h (struct builtin_type): Rename true_char to
2798 builtin_true_char.
2799 * gdbtypes.c (gdbtypes_post_init): Update.
2800 * c-lang.c (arch_info): New function.
2801 (enum c_primitive_types): New enum.
2802 (c_language_defn): Instead of string_char_type and
2803 primitive_type_vector set la_language_arch_info.
2804
2805 2004-07-28 Andrew Cagney <cagney@gnu.org>
2806
2807 * language.h (struct language_arch_info): Fix typo
2808 s/primative/primitive/.
2809 * gdbtypes.c (lookup_primitive_typename): Ditto.
2810 * language.c (language_lookup_primitive_type_by_name)
2811 (unknown_language_arch_info): Ditto.
2812
2813 2004-07-27 Andrew Cagney <cagney@gnu.org>
2814
2815 * defs.h (enum language): Add nr_languages.
2816 * language.h (struct language_arch_info): Define.
2817 (struct language_defn): Add la_language_arch_info.
2818 (language_lookup_primative_type_by_name): Declare.
2819 (language_string_char_type): Declare.
2820 * language.c (_initialize_language, language_gdbarch_post_init)
2821 (struct language_gdbarch, language_gdbarch_data): Implement
2822 per-architecture language information.
2823 (unknown_language_arch_info, language_string_char_type)
2824 (language_lookup_primative_type_by_name): New functions.
2825 (unknown_language_defn, auto_language_defn)
2826 (local_language_defn): Set la_language_arch_info to
2827 unknown_language_arch_info.
2828 (unknown_builtin_types): Delete.
2829 * gdbtypes.c (lookup_primitive_typename): Use
2830 language_lookup_primative_type_by_name.
2831 (create_string_type): Use language_string_char_type.
2832 * values.c (value_from_string): Use language_string_char_type.
2833 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
2834 * p-lang.c (pascal_language_defn): Ditto.
2835 * m2-lang.c (m2_language_defn): Ditto.
2836 * jv-lang.c (java_language_defn): Ditto.
2837 * objc-lang.c (objc_language_defn): Ditto.
2838 * f-lang.c (f_language_defn): Ditto.
2839 * c-lang.c (c_language_defn, cplus_language_defn)
2840 (asm_language_defn, minimal_language_defn): Ditto.
2841
2842 2004-07-27 Andrew Cagney <cagney@gnu.org>
2843
2844 * gdbtypes.h (struct builtin_type): Declare.
2845 (builtin_type): Declare.
2846 * d10v-tdep.c (d10v_register_type): Use builtin_type.
2847 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
2848 (gdbtypes_post_init): New function.
2849 (builtin_type): New function.
2850
2851 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
2852
2853 * remote-m32r-sdi.c: Fix breakpoint bug.
2854 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
2855 recv_char_data, recv_long_data): New functions to replace communication
2856 sequences.
2857
2858 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
2859
2860 Document PR threads/1650.
2861 * PROBLEMS (Threads): Document problem with many threads
2862
2863 2004-07-26 Andrew Cagney <cagney@gnu.org>
2864
2865 * gdb-mi.el: Move from here ...
2866 * mi/gdb-mi.el: ... to here.
2867
2868 2004-07-26 Andrew Cagney <cagney@gnu.org>
2869
2870 Problem reported by Ashley Pittman <ashley@quadrics.com>.
2871 * main.c (captured_main): When in batch mode always detach.
2872
2873 2004-07-26 Andrew Cagney <cagney@gnu.org>
2874
2875 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
2876 and h8300 as broken.
2877 * NEWS: END-OF-LIFE frame compatibility module.
2878 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
2879 specific comments.
2880
2881 2004-07-26 Andrew Cagney <cagney@gnu.org>
2882
2883 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
2884 * xcoffsolib.c (_initialize_xcoffsolib): Update.
2885 * wince.c (_initialize_wince): Update.
2886 * win32-nat.c (_initialize_win32_nat): Update.
2887 * varobj.c (_initialize_varobj): Update.
2888 * valops.c (_initialize_valops): Update.
2889 * utils.c (initialize_utils, initialize_utils): Update.
2890 * tui/tui-win.c (_initialize_tui_win): Update.
2891 * top.c (init_main): Update.
2892 * symfile.c (_initialize_symfile): Update.
2893 * source.c (_initialize_source): Update.
2894 * somsolib.c (_initialize_som_solib): Update.
2895 * solib.c (_initialize_solib): Update.
2896 * solib-frv.c (_initialize_frv_solib): Update.
2897 * serial.c (_initialize_serial): Update.
2898 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
2899 * remote.c (_initialize_remote, _initialize_remote): Update.
2900 * remote-vx.c (_initialize_vx): Update.
2901 * remote-utils.c (_initialize_sr_support): Update.
2902 * remote-sds.c (_initialize_remote_sds): Update.
2903 * remote-mips.c (_initialize_remote_mips): Update.
2904 * remote-e7000.c (_initialize_remote_e7000): Update.
2905 * proc-api.c (_initialize_proc_api): Update.
2906 * printcmd.c: Update.
2907 * parse.c (_initialize_parse): Update.
2908 * pa64solib.c (_initialize_pa64_solib): Update.
2909 * p-valprint.c (_initialize_pascal_valprint): Update.
2910 * monitor.c (_initialize_remote_monitors): Update.
2911 * mips-tdep.c (_initialize_mips_tdep): Update.
2912 * mcore-tdep.c (_initialize_mcore_tdep): Update.
2913 * maint.c (_initialize_maint_cmds): Update.
2914 * lin-lwp.c (_initialize_lin_lwp): Update.
2915 * language.c (_initialize_language): Update.
2916 * kod.c (_initialize_kod): Update.
2917 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
2918 * i386-tdep.c (_initialize_i386_tdep): Update.
2919 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
2920 * gdbarch.sh: Update.
2921 * gdbarch.c: Re-generate.
2922 * gdb-events.sh: Update.
2923 * gdb-events.c: Re-generate.
2924 * frame.c (_initialize_frame): Update.
2925 * exec.c: Update.
2926 * demangle.c (_initialize_demangler): Update.
2927 * dcache.c (_initialize_dcache): Update.
2928 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
2929 * cp-valprint.c (_initialize_cp_valprint): Update.
2930 * corefile.c (_initialize_core): Update.
2931 * command.h: Update.
2932 * cli/cli-decode.h: Update.
2933 * cli/cli-cmds.c (init_cli_cmds): Update.
2934 * charset.c (_initialize_charset): Update.
2935 * breakpoint.c (_initialize_breakpoint): Update.
2936 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
2937 * alpha-tdep.c (_initialize_alpha_tdep): Update.
2938 * aix-thread.c (_initialize_aix_thread): Update.
2939
2940 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2941
2942 Partial fix for PR backtrace/1718.
2943 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
2944 that GCC migrates into the prolugue. Don't handle any
2945 instructions that clobber %ebx.
2946
2947 2004-07-23 Andrew Cagney <cagney@gnu.org>
2948
2949 Use regcache_raw_collect instead of regcache_collect.
2950 * regcache.h (regcache_collect): Delete declaration.
2951 * regcache.c (regcache_colect): Delete function.
2952 * win32-nat.c (do_child_store_inferior_registers): Update.
2953 * sol-thread.c (sol_thread_store_registers): Update.
2954 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
2955 * rs6000-nat.c (store_register): Update.
2956 * remote.c (store_register_using_P, remote_store_registers): Update.
2957 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
2958 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
2959 (fill_vrregset, store_spe_registers, fill_gregset)
2960 (fill_gregset): Update.
2961 * nto-procfs.c (procfs_store_registers): Update.
2962 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
2963 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
2964 * m68klinux-nat.c (store_register, fill_gregset): Update.
2965 * m68k-tdep.c (fill_gregset): Update.
2966 * infptrace.c (store_register): Update.
2967 * i386-nto-tdep.c (i386nto_regset_fill): Update.
2968 * i386-linux-nat.c (store_register, fill_gregset): Update.
2969 * hppa-linux-nat.c (fill_gregset): Update.
2970 * go32-nat.c (store_register): Update.
2971 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
2972 (store_fp_regs): Update.
2973 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
2974 (store_nwfpe_extended, store_fpregister, store_fpregs)
2975 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
2976 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
2977 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
2978 (store_regs_user_thread, store_regs_kernel_thread): Update.
2979
2980 2004-07-24 Mark Kettenis <kettenis@gnu.org>
2981
2982 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
2983 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
2984 encoding.
2985 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
2986 member of `struct comp_unit'.
2987
2988 2004-07-23 Andrew Cagney <cagney@gnu.org>
2989
2990 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
2991 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
2992
2993 2004-07-23 Martin Hunt <hunt@redhat.com>
2994 Kevin Buettner <kevinb@redhat.com>
2995
2996 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
2997 alignment was being added to the offset instead of multiplied.
2998
2999 2004-07-23 Mark Kettenis <kettenis@gnu.org>
3000
3001 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
3002 changed signal trampoline in OpenBSD 3.5-current.
3003
3004 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
3005 <machine/pcb.h> and "bsd-kvm.h".
3006 (sparc64nbsd_supply_pcb): New function.
3007 (_initialize_sparc64nbsd_nat): Renamed from
3008 _initialize_sparcnbsd_nat. Enable libkvm interface.
3009 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
3010 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
3011 (LOADLIBES): New variable.
3012
3013 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
3014
3015 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
3016
3017 2004-07-21 Andrew Cagney <cagney@gnu.org>
3018
3019 Use regcache_raw_supply instead of supply_register.
3020 * regcache.h (supply_register): Delete declaration.
3021 * regcache.c (supply_register): Delete function.
3022 * wince.c (do_child_fetch_inferior_registers): Update.
3023 * win32-nat.c (do_child_fetch_inferior_registers)
3024 (fetch_elf_core_registers): Update.
3025 * v850ice.c (v850ice_fetch_registers): Update.
3026 * thread-db.c (thread_db_store_registers): Update.
3027 * sol-thread.c (sol_thread_store_registers): Update.
3028 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
3029 * rs6000-nat.c (fetch_register): Update.
3030 * rom68k-rom.c (rom68k_supply_one_register): Update.
3031 * remote.c (remote_wait, remote_async_wait): Update.
3032 * remote-st.c (get_hex_regs): Update.
3033 * remote-sim.c (gdbsim_fetch_register): Update.
3034 * remote-sds.c (sds_fetch_registers): Update.
3035 * remote-rdp.c (remote_rdp_fetch_register): Update.
3036 * remote-rdi.c (arm_rdi_fetch_registers): Update.
3037 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
3038 * remote-m32r-sdi.c (m32r_fetch_register): Update.
3039 * remote-hms.c (init_hms_cmds): Update.
3040 * remote-est.c (init_est_cmds): Update.
3041 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
3042 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
3043 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
3044 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
3045 (fetch_register, supply_vrregset, supply_vrregset)
3046 (fetch_spe_registers): Update.
3047 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
3048 * monitor.c (monitor_supply_register): Update.
3049 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
3050 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
3051 (mipsnbsd_supply_fpreg): Update.
3052 * mips-nat.c (fetch_inferior_registers)
3053 (fetch_core_registers): Update.
3054 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
3055 (supply_fpregset, mips64_supply_gregset)
3056 (mips64_supply_fpregset): Update.
3057 * m68klinux-nat.c (fetch_register, supply_gregset)
3058 (supply_fpregset): Update.
3059 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
3060 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
3061 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
3062 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
3063 * infptrace.c (fetch_register): Update.
3064 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
3065 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
3066 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
3067 (gnu_fetch_registers, gnu_store_registers): Update.
3068 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
3069 * i386-linux-nat.c (fetch_register, supply_gregset)
3070 (dummy_sse_values): Update.
3071 * hpux-thread.c (hpux_thread_fetch_registers): Update.
3072 * hppah-nat.c (fetch_register): Update.
3073 * hppa-linux-nat.c (fetch_register, supply_gregset)
3074 (supply_fpregset): Update.
3075 * go32-nat.c (fetch_register): Update.
3076 * dve3900-rom.c (fetch_bitmapped_register)
3077 (_initialize_r3900_rom): Update.
3078 * cris-tdep.c (supply_gregset): Update.
3079 * abug-rom.c (init_abug_cmds): Update.
3080 * core-aout.c (fetch_core_registers): Update.
3081 * armnbsd-nat.c (supply_gregset, supply_fparegset)
3082 (fetch_register, fetch_fp_register): Update.
3083 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
3084 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
3085 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
3086 * alphanbsd-tdep.c (fetch_core_registers): Update.
3087 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
3088 * alpha-nat.c (fetch_osf_core_registers)
3089 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
3090 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
3091 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
3092
3093 2004-07-21 Andrew Cagney <cagney@gnu.org>
3094
3095 * PROBLEMS: Mention breakpoints/1702.
3096 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
3097 that is known to work.
3098
3099 2004-07-21 Andrew Cagney <cagney@gnu.org>
3100
3101 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
3102 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
3103 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
3104 (handle_inferior_event): Wrap call to deprecated
3105 IGNORE_HELPER_CALL in #ifdef.
3106 * config/mips/tm-nbsd.h: Update.
3107
3108 2004-07-20 Jim Blandy <jimb@redhat.com>
3109
3110 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
3111 bfd_mach_ppc has no segment registers.
3112
3113 Include PowerPC SPR numbers for special-purpose registers.
3114 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
3115 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
3116 new member in initializer.
3117 (S, S4, SN4, S64): New macros for defining special-purpose
3118 registers.
3119 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
3120 registers_403, registers_403GC, registers_505, registers_860,
3121 registers_601, registers_602, registers_603, registers_604,
3122 registers_750, registers_e500): Use them.
3123
3124 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
3125 replace references with expression used to initialize variable.
3126
3127 2004-07-20 Andrew Cagney <cagney@gnu.org>
3128
3129 * breakpoint.c (deprecated_read_memory_nobpt): Rename
3130 read_memory_nobpt.
3131 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
3132 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
3133 (s390_sigtramp_frame_sniffer): Update.
3134 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
3135 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
3136 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
3137 (mips32_fetch_instruction): Update.
3138 * mcore-tdep.c (get_insn): Update.
3139 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3140 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3141 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3142 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3143 (i386_linux_rt_sigtramp_start): Update.
3144 * i386-linux-nat.c (child_resume): Update.
3145 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3146 * hppa-linux-tdep.c (insns_match_pattern): Update.
3147 * gdbcore.h: Update.
3148 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3149 * frame.c (safe_frame_unwind_memory): Update.
3150 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3151 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3152 * alpha-tdep.c (alpha_read_insn): Update.
3153
3154 2004-07-20 Andrew Cagney <cagney@gnu.org>
3155
3156 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
3157 containing both bytes and mask. Add "frame_type".
3158 * tramp-frame.c (tramp_frame_start): Update.
3159 (tramp_frame_prepend_unwinder): Update.
3160 * mips-linux-tdep.c (mips_linux_o32_sigframe)
3161 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3162 (mips_linux_n64_rt_sigframe): Update. Make "static const".
3163 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3164
3165 2004-07-19 Eli Zaretskii <eliz@gnu.org>
3166
3167 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3168 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3169 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3170 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3171
3172 2004-07-17 Andrew Cagney <cagney@gnu.org>
3173
3174 * NEWS, PROBLEMS: Update for 6.2.
3175
3176 * README: Update to 6.2.
3177
3178 * utils.c (xvasprintf): Call xstrvprintf.
3179
3180 * parse.c: Update copyright.
3181 (null_post_parser): Eliminate ARGSUSED.
3182
3183 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
3184 * tui/tui-win.c (tui_get_cmd_list): Ditto.
3185 * symfile-mem.c (_initialize_symfile_mem): Ditto.
3186
3187 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
3188 * ppc-linux-nat.c: Use "Linux kernel".
3189 * hppa-linux-tdep.c: Use GNU/Linux.
3190 * hppa-linux-nat.c: Use GNU/Linux.
3191 * dwarfread.c: Add [sic] to use of Linux.
3192
3193 * hppa-linux-nat.c: Do not include <string.h>.
3194 (supply_fpregset): Remove "register" attribute.
3195
3196 * solib-frv.c (fetch_loadmap): Use xfree, not free.
3197
3198 2004-07-17 Mark Kettenis <kettenis@gnu.org>
3199
3200 * configure.in: Define _MSE_INT_H on Solaris 9 too.
3201 * configure, config.in: Regenerated.
3202
3203 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
3204 "bsd-kvm.h".
3205 (vaxbsd_supply_pcb): New function.
3206 (_initialize_vaxbsd_nat): New prototype and function.
3207 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
3208 solib-sunos.o.
3209 (LOADLIBES): New variable.
3210 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3211 (LOADLIBES): New variable.
3212 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3213 (LOADLIBES): New variable.
3214 * Makefile.in (vaxbsd-nat.o): Update dependencies.
3215
3216 2004-07-16 Andrew Cagney <cagney@gnu.org>
3217
3218 * defs.h (event_loop_p): Replace variable declaration with macro,
3219 always 1.
3220 * main.c (captured_main): Delete options "-async" and "-noasync".
3221 (event_loop_p): Delete variable.
3222 * NEWS: Mention that "-async" and "-noasync" were removed.
3223
3224 2004-07-16 Andrew Cagney <cagney@gnu.org>
3225
3226 * remote-m32r-sdi.c: Re-indent.
3227
3228 2004-07-16 Jim Blandy <jimb@redhat.com>
3229
3230 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
3231 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
3232 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
3233 missing MPC823 SPRs.
3234 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
3235 incorrect. (This was corrected in GDB's register name tables on
3236 2004-07-14.)
3237
3238 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
3239 should be "esasrr" ("ESA Save and Restore Register").
3240
3241 2004-07-16 Andrew Cagney <cagney@gnu.org>
3242
3243 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
3244 calls, no longer applicable. Update comments and rename parameter
3245 "step_frame" to "return_frame".
3246
3247 2004-07-16 Andrew Cagney <cagney@gnu.org>
3248
3249 * frame.c (fprint_field): New function.
3250 (fprint_frame_id): Use fprint_field.
3251
3252 2004-07-15 Joel Brobecker <brobecker@gnat.com>
3253
3254 * ada-lang.c (ada_language_defn): Remove commented out code.
3255
3256 2004-07-15 Jim Blandy <jimb@redhat.com>
3257
3258 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
3259 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
3260
3261 2004-07-14 Jim Blandy <jimb@redhat.com>
3262
3263 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
3264
3265 * ppc-tdep.h (ppc_num_vrs): New enum constant.
3266
3267 * ppc-tdep.h (ppc_num_srs): New enum constant.
3268
3269 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
3270 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
3271 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
3272 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
3273 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
3274 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
3275 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
3276 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
3277 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
3278 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
3279 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
3280 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
3281 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
3282 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
3283 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
3284 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
3285 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
3286 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
3287 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
3288 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
3289 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
3290 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
3291 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
3292 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
3293 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
3294 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
3295 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
3296 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
3297 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
3298 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
3299 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
3300 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
3301 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
3302 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
3303 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
3304 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
3305 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
3306 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
3307 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
3308 special-purpose register numbers.
3309
3310 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
3311 manual mentions 'md_twb', but many mention 'm_twb', and at that
3312 point in the register list.)
3313
3314 2004-07-14 Andrew Cagney <cagney@gnu.org>
3315
3316 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
3317 instead of "internal-error".
3318
3319 2004-07-10 Joel Brobecker <brobecker@gnat.com>
3320
3321 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
3322 that was inserted inside a comment.
3323
3324 2004-07-10 Randolph Chung <tausq@debian.org>
3325
3326 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
3327 function.
3328 (hppa_hpux_push_dummy_code): New function.
3329 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
3330 Set find_global_pointer method.
3331
3332 2004-07-10 Mark Kettenis <kettenis@gnu.org>
3333
3334 * NEWS: Mention BSD libkvm interface.
3335
3336 2004-07-10 Michael Snyder <msnyder@redhat.com>
3337
3338 * symfile.c (generic_load): Comment typo.
3339 * stack.c (get_selected_block): Ditto.
3340 * regcache.c (regcache_cooked_read): Ditto.
3341 * monitor.c (monitor_debug): Ditto.
3342 * mips-tdep.c (mips_read_pc): Ditto.
3343 * i386-linux-nat.c (ps_get_thread_area): Ditto.
3344 * gdb_mbuild.sh: Ditto.
3345 * gdbarch.sh: Ditto.
3346 * gdbarch.h: Ditto.
3347
3348 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
3349
3350 * ada-tasks.c: Remove file.
3351
3352 Remove ARI problems:
3353
3354 * ada-exp.y (write_var_from_sym): Reformat to put operator at
3355 beginning of line.
3356
3357 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
3358 Add comment.
3359 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
3360 (MIN_OF_SIZE): Rename min_of_size. Add comment.
3361 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
3362 (UMIN_OF_SIZE): Remove.
3363 (max_of_type): New function to replace orphan macro in gdbtypes.h
3364 (min_of_type): Ditto.
3365 (discrete_type_high_bound): Use max_of_type.
3366 (discrete_type_low_bound): Use min_of_type.
3367 (possible_user_operator_p): Move operator to beginning of line.
3368 (ada_is_variant_part): Ditto.
3369 (ensure_lval): Rewrite to avoid deprecated operations.
3370 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
3371 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
3372 (ada_enum_name): Remove assignments in 'if' statements.
3373 (build_ada_types): Add gdbarch parameter.
3374 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
3375 with gdbarch_data_register_post_init.
3376 Use add_setshow_uinteger_cmd rather than add_set_cmd and
3377 add_show_from_set.
3378
3379 * ada-valprint.c (inspect_it): Remove declaration.
3380 (repeat_count_threshold): Remove declaration.
3381 (ada_print_floating): Remove assignments in 'if' statements.
3382 (print_str): Move operator to beginning of line.
3383
3384 2004-07-08 Jim Blandy <jimb@redhat.com>
3385
3386 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
3387
3388 2004-07-08 Bob Rossi <bob@brasko.net>
3389
3390 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
3391
3392 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
3393
3394 * language.h (struct_language_defn): Add new function pointer:
3395 la_class_name_from_physname. Also add new prototype for
3396 language_class_name_from_physname.
3397 * language.c (language_class_name_from_physname): New function.
3398 (unk_lang_class_name): Ditto.
3399 (unknown_language_defn, auto_language_defn): Change
3400 to add unk_lang_class_name function pointer for
3401 la_class_name_from_physname.
3402 (local_language_defn): Ditto.
3403 * dwarf2read.c (guess_structure_name): Change to call
3404 language_class_name_from_physname.
3405 (determine_class_name): Ditto.
3406 * cp-support.c (class_name_from_physname): Renamed.
3407 (cp_class_name_from_physname): New name of function.
3408 * cp-support.h: Ditto.
3409 * c-lang.c (c_language_defn): Change to add NULL
3410 for class_name_from_physname function pointer.
3411 (cplus_language_defn): Change to add cp_class_name_from_physname.
3412 * jv-lang.c (java_class_name_physname): New function.
3413 (java_find_last_component): New static routine.
3414 (java_language_defn): Add java_class_name_from_physname pointer.
3415 * ada-lang.c (ada_language_defn): Change to add NULL
3416 for class_name_from_physname function pointer.
3417 * f-lang.c (f_language_defn): Ditto.
3418 * m2-lang.c (m2_language_defn): Ditto.
3419 * objc-lang.c (objc_language_defn): Ditto.
3420 * p-lang.c (pascal_language_defn): Ditto.
3421 * scm-lang.c (scm_language_defn): Ditto.
3422
3423 2004-07-06 Andrew Cagney <cagney@gnu.org>
3424
3425 Patch from Bart Robinson.
3426 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
3427 (O_LARGEFILE): Define to 0, if not defined.
3428
3429 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3430
3431 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
3432 <machine/pcb.h> and "bsd-kvm.h".
3433 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
3434 (m68kbsd_supply_pcb): New function.
3435 (_initialize_m68kbsd_nat): New prototype and function.
3436 * Makefile.in (m68kbsd-nat.o): Update dependencies.
3437 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
3438 (LOADLIBES): New variable.
3439 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
3440 (LOADLIBES): New variable.
3441
3442 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
3443
3444 2004-07-03 Mark Kettenis <kettenis@gnu.org>
3445
3446 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
3447 <sys/proc.h>.
3448 (bsd_kvm_cmdlist): New variable.
3449 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
3450 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
3451 command and "kvm proc" command.
3452 * Makefile.in (bsd-kvm.o): Update dependencies.
3453
3454 2004-07-02 Mark Kettenis <kettenis@gnu.org>
3455
3456 * osabi.c: Update copyright year.
3457 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
3458 notes if EI_OSABI is set to ELFOSABI_HPUX.
3459
3460 2004-07-01 Michael Snyder <msnyder@redhat.com>
3461
3462 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
3463 that seems to have gotten whacked out of line.
3464
3465 2004-07-01 Mark Kettenis <kettenis@gnu.org>
3466
3467 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
3468 code.
3469
3470 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3471
3472 * ada-lang.c (decode_packed_array): Minor change to comment.
3473 (ada_value_slice_ptr): New function.
3474 (ada_value_slice): New function.
3475 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
3476 test. Don't know why it is there.
3477 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
3478 to avoid dereferencing huge arrays from which one is slicing.
3479 (empty_array): Correct to return an array rather than
3480 a subrange value.
3481 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
3482 on empty arrays (let'em use 'FIRST instead).
3483
3484 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
3485
3486 Address complaints from gdb_ari.sh:
3487
3488 * ada-exp.y: Include gdb_string.h rather than string.h.
3489 (convert_char_literal): Reformat declaration.
3490 * ada-lang.h: Include opaque struct declaration for struct frame_info.
3491 * ada-lex.l: Change use of free to xfree (the macro would do so
3492 anyway, but this is harmless).
3493 Include gdb_string.h rather than string.h.
3494 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
3495
3496 * ada-lang.c (parse): Remove K&Rism in parameter list.
3497 (is_name_suffix): Correct Linux => GNU/Linux in comment.
3498
3499 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3500
3501 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
3502 dead code.
3503
3504 2004-06-30 Mark Kettenis <kettenis@gnu.org>
3505
3506 * alphabsd-nat.c: Update copyright year.
3507 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
3508
3509 2004-06-29 Joel Brobecker <brobecker@gnat.com>
3510
3511 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
3512 (i386_cygwin_in_solib_call_trampoline): New function.
3513 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
3514 and skip_trampoline_code gdbarch methods.
3515
3516 2004-06-29 Jim Blandy <jimb@redhat.com>
3517
3518 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
3519 name actually used in the dependency lists.
3520
3521 2004-06-29 Randolph Chung <tausq@debian.org>
3522
3523 * NEWS (New native configurations): Mention GNU/Linux/hppa.
3524
3525 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3526
3527 * win32-nat.c (child_pid_to_exec_file): New function.
3528 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
3529 functionality.
3530
3531 2004-06-28 Andrew Cagney <cagney@gnu.org>
3532
3533 * defs.h (xstrvprintf): Declare.
3534 * utils.c (xstrvprintf): New function.
3535 (internal_vproblem, xstrprintf, xasprintf)
3536 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
3537 * serial.c (serial_printf): Ditto.
3538 * complaints.c (vcomplaint): Ditto.
3539
3540 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
3541
3542 * infcmd.c (attach_command): Move call to target_terminal_inferior
3543 behind loading symbol table.
3544
3545 2004-06-28 Andrew Cagney <cagney@gnu.org>
3546
3547 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
3548 change - add back extern deprecated_ui_loop_hook declaration.
3549
3550 2004-06-28 Andrew Cagney <cagney@gnu.org>
3551
3552 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
3553 xstrprintf.
3554 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
3555 (c_value_of_variable): Ditto.
3556 * utils.c (internal_vproblem): Ditto.
3557 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
3558 * remote.c (add_packet_config_cmd): Ditto.
3559 * remote-rdp.c (rdp_set_command_line): Ditto.
3560 * regcache.c (regcache_dump): Ditto.
3561 * frv-tdep.c (new_variant, new_variant): Ditto.
3562 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
3563 (fbsd_find_memory_regions): Ditto.
3564 * breakpoint.c (create_thread_event_breakpoint)
3565 (create_breakpoints): Ditto.
3566 * aix-thread.c (aix_thread_pid_to_str): Ditto.
3567 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
3568
3569 2004-06-28 Joel Brobecker <brobecker@gnat.com>
3570
3571 * ada-lang.c: Re-indent file, with some massaging to help indent
3572 a bit when the result is otherwise really too ugly.
3573
3574 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3575
3576 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
3577 code_addr_p and special_addr_p to 'unsigned int'.
3578
3579 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3580
3581 * i386v4-nat.c: Update copyright year and tweak comment.
3582 (regmap): Remove trailing comma.
3583 (supply_gregset): Rename local variable i to regnum. Call
3584 regcache_raw_supply instead of supply_register.
3585 (fill_gregset): Rename argument regno to regnum. Call
3586 regcache_raw_collect instead of regcache_collect.
3587
3588 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
3589
3590 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
3591 and special_addr_p.
3592 (frame_id_build, frame_id_build_special): Update comments.
3593 (frame_id_build_wild): New prototype.
3594 * frame.c (frame_id_build, frame_id_build_special): Fill in new
3595 struct frame_id fields.
3596 (frame_id_build_wild): New function.
3597 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
3598
3599 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3600
3601 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
3602 hppabsd-tdep.c.
3603
3604 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3605
3606 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
3607
3608 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3609
3610 * ada-lang.c: Re-indent file.
3611
3612 2004-06-27 Joel Brobecker <brobecker@gnat.com>
3613
3614 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
3615 (no_symtab_msg): Likewise.
3616
3617 2004-06-27 Andreas Schwab <schwab@suse.de>
3618
3619 * source.c: Fix whitespace.
3620
3621 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3622
3623 * configure.in: Include <sys/param.h> for td_pcb test.
3624 * configure: Regenerated.
3625
3626 * i386nbsd-nat.c: New file.
3627 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
3628 i386obsd-nat.c and i386obsd-tdep.c.
3629 (i386nbsd-nat.o): New dependency.
3630 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
3631 bsd-kvm.o.
3632 (LOADLIBES): New variable.
3633 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
3634 bsd-kvm.o.
3635 (LOADLIBES): New variable.
3636
3637 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
3638 (LOADLIBES): New variable.
3639
3640 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
3641 fetching from BSD_KVM_PADDR. Correctly lookup address for
3642 "_thread0".
3643
3644 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
3645 "bsd-kvm.h".
3646 (amd64fbsd_supply_pcb): New funcion.
3647 (_initialize_amd64fbsd_nat): Enable libkvm interface.
3648
3649 2004-06-27 <david@streamline-computing.com>
3650
3651 Partial fix for PR cli/1056.
3652 * valarith.c: Check for zero in division and remainder
3653 evaluation.
3654
3655 2004-06-27 Mark Kettenis <kettenis@gnu.org>
3656
3657 * i387-tdep.c: Remove excessive whitespace.
3658
3659 2004-06-26 Andrew Cagney <cagney@gnu.org>
3660
3661 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
3662 * gdb-events.h, gdb-events.c: Re-generate.
3663 * tui/tui-hooks.c (tui_install_hooks): Update.
3664 (tui_remove_hooks): Update.
3665 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
3666
3667 2004-06-26 Mark Kettenis <kettenis@gnu.org>
3668
3669 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
3670 (gregset_t, fpregset_t): Remove typedefs.
3671 (REG_OFFSET): Rename argument.
3672 (amd64bsd_r_reg_offset): Rename from reg_offset.
3673 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
3674 Remove functions.
3675 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
3676 of reg_offset.
3677 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
3678
3679 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
3680
3681 * vax-tdep.c: Tweak comment.
3682
3683 Add OpenBSD/hppa support.
3684 * NEWS (New native configurations): Mention OpenBSD/hppa.
3685 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
3686 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
3687 files.
3688 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
3689 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
3690 * configure.host: Add hppa*-*-openbsd*.
3691 * configure.tgt: Add hppa*-*-openbsd*.
3692
3693 2004-06-25 Andrew Cagney <cagney@gnu.org>
3694
3695 * defs.h (deprecated_ui_loop_hook): Deprecated.
3696 * wince.c (child_wait): Update.
3697 * win32-nat.c (child_wait): Update.
3698 * v850ice.c (v850ice_wait): Update.
3699 * top.c (deprecated_ui_loop_hook): Update.
3700 * serial.h: Update.
3701 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
3702 (do_unix_readchar): Update.
3703 * ser-tcp.c (net_open): Update.
3704 * remote-sim.c (gdb_os_poll_quit): Update.
3705 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
3706
3707 2004-06-24 Andrew Cagney <cagney@gnu.org>
3708
3709 * defs.h (deprecated_pre_add_symbol_hook)
3710 (deprecated_post_add_symbol_hook): Deprecated.
3711 * symfile.c (symbol_file_add_with_addrs_or_offsets)
3712 (symbol_file_add_with_addrs_or_offsets): Update references.
3713
3714 2004-06-24 Andrew Cagney <cagney@gnu.org>
3715
3716 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
3717 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
3718 * wince.c (ui_loop_hook): Delete extern declaration.
3719 * win32-nat.c (ui_loop_hook): Delete extern declaration..
3720 * v850ice.c (ui_loop_hook): Delete extern declaration..
3721 * ser-unix.c (ui_loop_hook): Delete extern declaration..
3722 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
3723 * remote-sim.c (ui_loop_hook): Delete extern declaration..
3724 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
3725 ui_loop_hook declaration.
3726
3727 2004-06-24 Andrew Cagney <cagney@gnu.org>
3728
3729 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
3730 entry_func_highpc fields.
3731 * objfiles.c (init_entry_point_info): Do not clear
3732 entry_func_lowpc and entry_func_highpc.
3733 (objfile_relocate): Do not relocate entry_func_lowpc and
3734 entry_func_highpc.
3735 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
3736 entry_func_highpc.
3737 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
3738 entry_func_highpc.
3739 * blockframe.c (legacy_frame_chain_valid): Replace tests against
3740 entry_func_lowpc and entry_func_highpc with call to
3741 inside_entry_func.
3742
3743 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3744
3745 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
3746 quad-precision floating point arguments in registers.
3747
3748 2004-06-24 Mark Kettenis <kettenis@gnu.org>
3749
3750 From Michael Mueller <m.mueller99@kay-mueller.de>:
3751 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
3752 account.
3753
3754 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
3755
3756 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
3757 to -1.
3758 * breakpoint.c (bpstat_stop_status): Move check for ignoring
3759 untriggered watchpoints to a separate if clause. Update function
3760 comment regarding STOPPED_BY_WATCHPOINT argument.
3761
3762 2004-06-22 Jim Blandy <jimb@redhat.com>
3763
3764 * gdbarch.sh: Doc fix.
3765
3766 2004-06-21 Martin Hunt <hunt@redhat.com>
3767 Kevin Buettner <kevinb@redhat.com>
3768
3769 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
3770 * mips-tdep.h (MIPS_SP_REGNUM): Define.
3771 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
3772 to set_gdbarch_sp_regnum(). Use cooked register number.
3773 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
3774
3775 2004-06-21 Andrew Cagney <cagney@gnu.org>
3776
3777 * gdbarch.sh: When the macro field is empty, do not generate a
3778 macro definition. When the macro field is "=", generate the macro
3779 name from the upper-case function name.
3780 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
3781 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
3782 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
3783 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
3784 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
3785 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
3786 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
3787 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
3788 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
3789 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
3790 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
3791 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
3792 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
3793 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
3794 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
3795 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
3796 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
3797 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
3798 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
3799 (DEPRECATED_USE_STRUCT_CONVENTION)
3800 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
3801 (DEPRECATED_FRAME_INIT_SAVED_REGS)
3802 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
3803 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
3804 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
3805 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
3806 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
3807 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
3808 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
3809 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
3810 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
3811 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
3812 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
3813 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
3814 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
3815 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
3816 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
3817 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
3818
3819 2004-06-21 Andrew Cagney <cagney@gnu.org>
3820
3821 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
3822 macro name, and the function rather than macro value. Only wrap
3823 macro print statements in #ifdef. Move format logic to where it
3824 is needed.
3825 * gdbarch.c: Re-generate.
3826
3827 * gdbarch.sh (read): Delete "print_p" and "description", add
3828 "garbage_at_eol". Check for non-empty garbage at end-of-line.
3829 Delete references to print_p.
3830 (TARGET_ARCHITECTURE): Delete print predicate.
3831 * gdbarch.c: Re-generate.
3832
3833 * gdbarch.sh: Check that multi-arch methods do not provide a
3834 macro.
3835 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
3836 (print_registers_info, print_float_info, print_vector_info)
3837 (adjust_breakpoint_address, remote_translate_xfer_address)
3838 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
3839 (address_class_type_flags_to_name, unwind_sp): Remove the macro
3840 name from the multi-arch definition.
3841
3842 2004-06-20 Andrew Cagney <cagney@gnu.org>
3843
3844 * gdbarch.sh: Sort by the function, instead of macro name.
3845 * gdbarch.c: Re-generate.
3846
3847 2004-06-20 Andrew Cagney <cagney@gnu.org>
3848
3849 * gdbarch.sh: Use the function, instead of macro name in
3850 errors and the log file.
3851 (return_value): Remove stray ":" in spec.
3852
3853 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
3854 * gdbarch.h, gdbarch.c: Re-generate.
3855 * Makefile.in (arch-utils.o): Update dependencies.
3856 * values.c (using_struct_return): Move code calling
3857 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
3858 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
3859 to legacy_return_value, simplify.
3860 * infcmd.c (print_return_value): Move code calling
3861 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
3862 to legacy_return_value, simplify.
3863 * infcall.c (call_function_by_hand): Move code calling
3864 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
3865 * arch-utils.c: Update copyright. Include "gdbcore.h".
3866 (legacy_return_value): New function.
3867 * arch-utils.h: Update copyright.
3868 (legacy_return_value): Declare.
3869
3870 2004-06-20 Andrew Cagney <cagney@gnu.org>
3871
3872 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
3873 * gdbarch.h, gdbarch.c: Re-generate.
3874 * values.c (using_struct_return): Update call.
3875 * mcore-tdep.c: Update comment.
3876 * infcall.c (call_function_by_hand): Update comment.
3877 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3878 * arch-utils.h (always_use_struct_convention): Update.
3879 * v850-tdep.c (v850_gdbarch_init): Update.
3880 * sh64-tdep.c (sh64_gdbarch_init): Update.
3881 * sh-tdep.c (sh_gdbarch_init): Update.
3882 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
3883 * mips-tdep.c (mips_gdbarch_init): Update.
3884 * mcore-tdep.c (mcore_gdbarch_init): Update.
3885 * m32r-tdep.c (m32r_gdbarch_init): Update.
3886 * ia64-tdep.c (ia64_gdbarch_init): Update.
3887 * h8300-tdep.c (h8300_gdbarch_init): Update.
3888 * frv-tdep.c (frv_gdbarch_init): Update.
3889 * cris-tdep.c (cris_gdbarch_init): Update.
3890 * arm-tdep.c (arm_gdbarch_init): Update.
3891 * alpha-tdep.c (alpha_gdbarch_init): Update.
3892
3893 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
3894
3895 * PROBLEMS: Add more specific information, and a work-around,
3896 for PR gdb/1458.
3897
3898 2004-06-18 Andrew Cagney <cagney@gnu.org>
3899
3900 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
3901 * gdbarch.h, gdbarch.c: Re-generate.
3902 * ada-lang.c (ada_finish_decode_line_1): Update.
3903 * infrun.c (handle_inferior_event): Update.
3904 * infcall.c (find_function_addr): Update.
3905 * linespec.c (minsym_found): Update.
3906 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
3907 Update.
3908 * blockframe.c (legacy_frameless_look_for_prologue): Update.
3909 * cli/cli-cmds.c (disassemble_command): Update.
3910 * vax-tdep.c (vax_gdbarch_init): Update.
3911
3912 2004-06-18 Mark Kettenis <kettenis@gnu.org>
3913
3914 * i386-tdep.c (i386_collect_fpregset): Fix comment.
3915
3916 2004-06-17 Andrew Cagney <cagney@gnu.org>
3917
3918 GDB 6.1.1 released from the GDB 6.1 branch.
3919 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
3920 * PROBLEMS: Ditto.
3921
3922 2004-06-16 Daniel Jacobowitz <dan@debian.org>
3923
3924 PR gdb/1658
3925 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
3926 operation as a uleb128. Found by Michael Coulter.
3927
3928 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
3929
3930 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
3931 make it non-static.
3932 * ada-lang.h (task_control_block): declaration moved from ada-task.c
3933 to ada-lang.h; this is needed to be able to implement the kill command
3934 in multi-task mode.
3935 (task_ptid): Ditto.
3936 (task_entry): Ditto.
3937 (task_list): Ditto.
3938 (ada_build_task_list): Ditto.
3939
3940 * ada-lang.c: Conditionalize routines and data structures related
3941 to breakpoints, exceptions, completion, and symbol caching on
3942 GNAT_GDB, since these are not yet used in the submitted public sources.
3943 (ada_main_name): Editorial: Move definition out of exception-related
3944 code.
3945
3946 2004-06-15 Andrew Cagney <cagney@gnu.org>
3947
3948 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
3949 deprecated_pc_in_call_dummy.
3950
3951 2004-06-15 Alan Modra <amodra@bigpond.net.au>
3952
3953 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
3954 bfd_get_section_size_before_reloc or _raw_size.
3955 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
3956 * dwarf2read.c (dwarf2_locate_sections): Likewise.
3957 (dwarf2_read_section): Likewise.
3958 * elfread.c (elf_locate_sections): Likewise.
3959 * gcore.c (derive_heap_segment): Likewise.
3960 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
3961 * remote-e7000.c (e7000_load): Likewise.
3962 * remote-m32r-sdi.c (m32r_load): Likewise.
3963 * remote-mips.c (mips_load_srec): Likewise.
3964 (pmon_load_fast): Likewise.
3965 * remote.c (compare_sections_command): Likewise.
3966 * symfile.c (add_section_size_callback): Likewise.
3967 (load_section_callback): Likewise.
3968 (pc_in_unmapped_range): Likewise.
3969 (pc_in_mapped_range): Likewise.
3970 (sections_overlap): Likewise.
3971 (list_overlays_command): Likewise.
3972 (simple_overlay_update_1): Likewise.
3973 (simple_overlay_update): Likewise.
3974 * tracepoint.c (remote_set_transparent_ranges): Likewise.
3975 * win32-nat.c (core_section_load_dll_symbols): Likewise.
3976
3977 2004-06-14 Randolph Chung <tausq@debian.org>
3978
3979 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
3980 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
3981 static.
3982 (hppa_hpux_inferior_created): New function.
3983 (hppa_hpux_init_abi): Register observer.
3984 * symfile.c (hp_cxx_exception_support_initialized)
3985 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
3986 (symbol_file_add_main_1, symbol_file_clear): Likewise.
3987
3988 2004-06-14 Randolph Chung <tausq@debian.org>
3989
3990 * MAINTAINERS (Write After Approval): Alphabetize my entry
3991 correctly.
3992
3993 2004-06-14 Andrew Cagney <cagney@gnu.org>
3994
3995 * MAINTAINERS (testsuite): List Michael Chastain as the lead
3996 testsuite maintainer.
3997
3998 2004-06-13 Andrew Cagney <cagney@gnu.org>
3999
4000 * infcmd.c (print_return_value): Fix logic, allow
4001 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
4002
4003 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
4004 defining any macros.
4005 * gdbarch.h: Re-generate.
4006
4007 * gdbarch.sh: Delete "level" attribute. Only check for a macro
4008 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
4009 * gdbarch.h: Re-generate.
4010
4011 * values.c (generic_use_struct_convention): Don't check gcc_p.
4012
4013 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4014 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
4015 * gdbarch.h, gdbarch.c: Regenerate.
4016 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
4017 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
4018 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4019 deprecated_max_register_raw_size and
4020 deprecated_max_register_virtual_size.
4021 * v850-tdep.c (v850_gdbarch_init): Ditto.
4022 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4023 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4024 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4025 * cris-tdep.c (cris_gdbarch_init): Ditto.
4026
4027 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
4028 * gdbarch.h, gdbarch.c: Re-generate.
4029 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
4030 (m68hc11_use_struct_convention): Delete function.
4031 (m68hc11_extract_struct_value_address): Delete function.
4032 (m68hc11_return_value): New function.
4033 (m68hc11_gdbarch_init): Instead of store_return_value,
4034 extract_return_value, return_value_on_stack,
4035 deprecated_extract_struct_value_address and use_struct_convention,
4036 set return_value.
4037 * values.c (using_struct_return): Do not call
4038 RETURN_VALUE_ON_STACK.
4039 * arch-utils.h (generic_return_value_on_stack_not): Delete
4040 declaration.
4041 * arch-utils.c (generic_return_value_on_stack_not): Delete
4042 function.
4043
4044 2004-06-12 Andrew Cagney <cagney@gnu.org>
4045
4046 * values.c (register_value_being_returned): Delete function.
4047 * infcmd.c (legacy_return_value): Delete function.
4048 * infcall.c (call_function_by_hand): Inline
4049 "register_value_being_returned", simplify.
4050 * values.c (using_struct_return): Update comment, refer to
4051 print_return_value instead of register_value_being_returned.
4052 * infcmd.c (print_return_value): Inline calls to
4053 register_value_being_returned and legacy_return_value. Simplify.
4054
4055 2004-06-11 Randolph Chung <tausq@debian.org>
4056
4057 * somread.c (som_symtab_read): Exclude gcc local symbols.
4058
4059 2004-06-11 Randolph Chung <tausq@debian.org>
4060
4061 * infrun.c (handle_inferior_event): Handle the case when a
4062 trampoline ends up in the runtime resolver, and if the trampoline
4063 has no name. Rearrange the code so that all the trampoline
4064 processing happens before other step-out-of-range handling.
4065
4066 2004-06-11 Martin Hunt <hunt@redhat.com>
4067
4068 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
4069 has no fpu.
4070
4071 2004-06-10 Andrew Cagney <cagney@gnu.org>
4072
4073 * blockframe.c (legacy_inside_entry_func): Delete.
4074 (legacy_frame_chain_valid): Inline call to
4075 legacy_inside_entry_func, simplify.
4076
4077 2004-06-10 Bob Rossi <bob@brasko.net>
4078
4079 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
4080 * dwarf2read.c (partial_die_info): Add dirname field.
4081 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
4082 (read_partial_die): Save away DW_AT_comp_dir.
4083 * defs.h (symtab_to_filename): Removed.
4084 * source.c (find_and_open_source): Added.
4085 (open_source_file): Just calls find_and_open_source.
4086 (symtab_to_filename): Removed.
4087 (symtab_to_fullname, psymtab_to_fullname): Added.
4088 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
4089 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
4090 symtab_to_filename.
4091 * symtab.h (partial_symtab): Add dirname field.
4092 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
4093 (mi_cmd_file_list_exec_source_file): Call new function
4094 symtab_to_fullname to find fullname.
4095 (mi_cmd_file_list_exec_source_files): Added.
4096 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
4097 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
4098
4099 2004-06-10 Andrew Cagney <cagney@gnu.org>
4100
4101 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
4102 to generic_use_struct_convention, the default value.
4103
4104 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
4105 of abort.
4106
4107 * ns32k-tdep.c (ns32k_push_arguments): New function.
4108 (ns32k_gdbarch_init): Set deprecated_push_arguments.
4109 * infcall.c (call_function_by_hand): Call error instead of
4110 legacy_push_arguments.
4111 * value.h (legacy_push_arguments): Delete declaration.
4112 * valops.c (legacy_push_arguments): Delete function.
4113 (value_push): Delete function.
4114
4115 2004-06-10 Brian Ford <ford@vss.fsi.com>
4116
4117 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
4118 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
4119 info.
4120 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
4121
4122 2004-06-10 Andrew Cagney <cagney@gnu.org>
4123
4124 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
4125 * gdbarch.h, gdbarch.c: Re-generate.
4126 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
4127 parameters.
4128 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
4129 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
4130 deprecated_pc_in_call_dummy instead of
4131 DEPRECATED_PC_IN_CALL_DUMMY.
4132 (arm_skip_prologue): Ditto.
4133 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
4134 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
4135 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
4136 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4137 Ditto.
4138 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
4139 (sh64_init_extra_frame_info, sh64_get_saved_register)
4140 (sh64_pop_frame): Ditto.
4141 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4142 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
4143 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4144 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
4145 (h8300_pop_frame): Ditto.
4146 * blockframe.c (legacy_inside_entry_func)
4147 (legacy_frame_chain_valid): Ditto.
4148 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4149 to deprecated_pc_in_call_dummy.
4150
4151 2004-06-09 Andrew Cagney <cagney@gnu.org>
4152
4153 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4154 provide a default value.
4155 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
4156 * gdbarch.h, gdbarch.c: Re-generate.
4157 * arch-utils.c (generic_convert_register_p): Rename
4158 legacy_convert_register_p
4159 (legacy_register_to_value, legacy_value_to_register): Delete
4160 functions.
4161 * arch-utils.h (generic_convert_register_p): Rename
4162 legacy_convert_register_p.
4163 (legacy_register_to_value, legacy_value_to_register): Delete
4164 declarations.
4165
4166 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4167 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4168 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4169 * gdbarch.h, gdbarch.c: Re-generate.
4170 * infcmd.c (default_print_registers_info): Simplify.
4171 * findvar.c (value_of_register): Simplify.
4172 * mi/mi-main.c (get_register): Simplify.
4173 * arch-utils.c (legacy_convert_register_p): Always return 0.
4174 (legacy_register_to_value, legacy_value_to_register): Always call
4175 internal_error.
4176
4177 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
4178 #ifdef CLEAR_INSN_CACHE code.
4179 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
4180 Delete #ifdef CLEAR_DEFERRED_STORES code.
4181
4182 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
4183
4184 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
4185 copyright.
4186 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
4187
4188 * config/mips/mipsv4.mh: Delete file.
4189
4190 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
4191 unreferenced macro.
4192 (hpread_adjust_stack_address): Delete declaration.
4193
4194 2004-06-08 Andrew Cagney <cagney@gnu.org>
4195
4196 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4197 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
4198 PTRACE_ATTACH / PTRACE_DETACH available call error.
4199 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
4200 * infttrace.c (update_thread_state_after_attach, attach, detach):
4201 Remove #ifdef wrappers.
4202 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
4203 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
4204 * config/nm-bsd.h (ATTACH_DETACH): Delete.
4205 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
4206 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
4207 * config/nm-linux.h (ATTACH_DETACH): Delete.
4208 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
4209 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
4210 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
4211 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
4212 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
4213
4214 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
4215
4216 * configure.in: Set $configdir to the right OS specific value.
4217 Use value when setting $tcldir and $tkdir.
4218 * configure: Regenerate.
4219
4220 2004-06-06 Paul Brook <paul@codesourcery.com>
4221
4222 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
4223 records.
4224
4225 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
4226
4227 * ada-lang.c (lookup_symbol_in_language): New function to allow
4228 re-use of another language's symbol lookup code. (Placed here
4229 temporarily while Ada support is being integrated into the public
4230 tree).
4231 (restore_language): New auxiliary function for
4232 lookup_symbol_in_language.
4233 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
4234 temporarily while Ada support is being integrated into the public
4235 tree).
4236
4237 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
4238
4239 * Makefile.in (check//%): New.
4240
4241 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
4242 (mn10300_store_return_value): Rewrite.
4243 (mn10300_type_align): New.
4244 (mn10300_use_struct_convention): Rewrite.
4245 (mn10300_return_value): New, using all of the above.
4246 (mn10300_pop_frame_regular): Add saved_regs_size.
4247 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
4248
4249 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
4250 regs if PC is on movm.
4251
4252 2004-06-07 Jim Blandy <jimb@redhat.com>
4253
4254 Add native Linux support for the PowerPC E500.
4255 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
4256 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
4257 all architectures except the E500.
4258 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
4259 #definitions.
4260 (struct gdb_evrregset_t): New type.
4261 (have_ptrace_getsetevrregs): New variable.
4262 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
4263 fetch_spe_registers): New functions.
4264 (fetch_register): Call fetch_spe_register as appropriate.
4265 Assert that we're only passed raw register numbers.
4266 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
4267 Don't fetch gprs if they're pseudoregisters.
4268 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
4269 store_spe_registers): New functions.
4270 (store_register): Call store_spe_register as appropriate.
4271 Assert that we're only passed raw register numbers.
4272 (store_ppc_registers): Call store_spe_registers as appropriate.
4273 Don't store gprs if they're pseudoregisters.
4274
4275 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
4276
4277 * thread-db.c (thread_get_info_callback): Fill in the thread_info
4278 struct if one exists, even if we are dealing with a zombie thread.
4279
4280 2004-06-07 Andrew Cagney <cagney@gnu.org>
4281
4282 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
4283 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
4284 Rename PC_REQUIRES_RUN_BEFORE_USE.
4285 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
4286 #ifdef.
4287
4288 2004-06-07 Randolph Chung <tausq@debian.org>
4289
4290 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
4291 unwinding after sp has been saved to the stack but before the end
4292 of the prologue, and after the fp has been modified but before it has
4293 been saved to the stack.
4294 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
4295 Remove superfluous definitions.
4296 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
4297
4298 2004-06-07 Guy Martin <gmsoft@gentoo.org>
4299
4300 Committed by Randolph Chung.
4301 * hppa-linux-nat.c: Include the correct version of the header file
4302 depending on the kernel version.
4303
4304 2004-06-06 Randolph Chung <tausq@debian.org>
4305
4306 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
4307 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
4308
4309 2004-06-06 Randolph Chung <tausq@debian.org>
4310
4311 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
4312 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
4313 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
4314 * hppa-tdep.c (hppa_symbol_address): New function definition.
4315 * hppa-tdep.h (hppa_symbol_address): New function declaration.
4316
4317 2004-06-06 Randolph Chung <tausq@debian.org>
4318
4319 * hppa-tdep.h (struct value): Forward declaration.
4320 (gdbarch_tdep): Define tdep find_global_pointer method.
4321 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
4322 associated with the function we are trying to call, and write it
4323 to the gp register.
4324 (hppa32_convert_from_funct_ptr_addr): New function.
4325 (hppa_find_global_pointer): New function.
4326 (hppa_gdbarch_init): Set default find_global_pointer method; set
4327 convert_from_func_ptr_addr method.
4328 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
4329 (hppa_linux_init_abi): Set find_global_pointer method.
4330 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
4331
4332 2004-06-06 Randolph Chung <tausq@debian.org>
4333
4334 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
4335 to struct value *function.
4336 * gdbarch.c: Regenerate.
4337 * gdbarch.h: Likewise.
4338 * infcall.c (call_function_by_hand): Pass entire function value
4339 to push_dummy_call.
4340
4341 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
4342 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
4343 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
4344 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
4345 * arm-tdep.c (arm_push_dummy_call): Likewise.
4346 * avr-tdep.c (avr_push_dummy_call): Likewise.
4347 * cris-tdep.c (cris_push_dummy_call): Likewise.
4348 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
4349 * frv-tdep.c (frv_push_dummy_call): Likewise.
4350 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
4351 * hppa-tdep.c (hppa32_push_dummy_call)
4352 (hppa64_push_dummy_call): Likewise.
4353 * i386-tdep.c (i386_push_dummy_call): Likewise.
4354 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
4355 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
4356 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
4357 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
4358 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
4359 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
4360 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
4361 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
4362 (ppc64_sysv_abi_push_dummy_call): Likewise.
4363 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
4364 (ppc64_sysv_abi_push_dummy_call): Likewise.
4365 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
4366 * s390-tdep.c (s390_push_dummy_call): Likewise.
4367 * sh-tdep.c (sh_push_dummy_call_fpu)
4368 (sh_push_dummy_call_nofpu): Likewise.
4369 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
4370 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
4371 * vax-tdep.c (vax_push_dummy_call): Likewise.
4372
4373 2004-06-04 Jim Blandy <jimb@redhat.com>
4374
4375 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
4376 gdbarch argument to register_size.
4377
4378 * rs6000-tdep.c (rs6000_store_return_value): Use
4379 regcache_cooked_write_part instead of
4380 deprecated_write_register_bytes.
4381 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
4382 not gdbarch_deprecated_store_return_value.
4383
4384 * ppc-linux-nat.c (store_register, fetch_register): Remove
4385 incorrect assertions. Simplify and generalize handling of
4386 transfers whose sizes are not multiples of, or less than, sizeof
4387 (PTRACE_XFER_TYPE).
4388
4389 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
4390
4391 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
4392 as a new thread event.
4393 * thread-db.c (thread_get_info_callback): If the thread is a
4394 zombie, return TD_THR_ZOMBIE.
4395 (thread_from_lwp): If thread_get_info_callback returns
4396 TD_THR_ZOMBIE, check if the thread is still on the thread list
4397 and return a -1 ptid if not found.
4398 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
4399 change the status to TARGET_WAITKIND_SPURIOUS.
4400
4401 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
4402
4403 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
4404 double values in little endian mode.
4405
4406 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
4407
4408 Committed by Andrew Cagney.
4409 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
4410 after last enum constant to avoid error from IBM C
4411 compiler.
4412
4413 2004-06-02 Jim Blandy <jimb@redhat.com>
4414
4415 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
4416 to 'message', and make it local to the lone block that uses it.
4417
4418 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
4419
4420 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
4421
4422 * ada-exp.y: Update copyright notice.
4423 Include block.h.
4424
4425 Replace REGNAME, LAST, INTERNAL_VARIABLE with
4426 SPECIAL_VARIABLE and unify the treatment of these cases.
4427
4428 (write_attribute_call0): Remove.
4429 (write_attribute_call1): Remove.
4430 (write_attribute_calln): Remove.
4431 (save_qualifier): Add missing semicolon.
4432
4433 (simple_exp,exp): Decomment (i.e., reactivate) code that was
4434 temporarily disabled to allow compilation with FSF head version.
4435
4436 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
4437 use individual operators (OP_*) for all attributes.
4438 (exp syntax): Use write_int.
4439 Handle STRING literals with OP_STRING.
4440 (variable syntax): Add limit parameter to calls to
4441 write_object_renaming.
4442
4443 (temp_parse_space): New definition to hold entities that need
4444 only live until the next call to ada_parse.
4445 (string_to_operator): Rename fields of ada_opname_table entries.
4446
4447 (write_var_from_sym): Record block.
4448 (write_var_from_name): Minor reformatting.
4449 Make sure saved name is properly encoded in the case of multiple
4450 matches, and set its language to Ada.
4451 Update comment.
4452 Modify to indicate unresolved name as symbol in the UNRESOLVED
4453 namespace, allocated in temp_parse_space.
4454 (write_int): New function.
4455
4456 (write_object_renaming): Add max_depth parameter to limit
4457 chains of object renamings.
4458 Handle case where root of renaming expression is itself a renaming.
4459 Use temp_parse_space for temporary name buffer.
4460 Handle renamings to dereferenced pointers (___XEXA suffices).
4461
4462 (ada_parse, yyerror, string_to_operator,
4463 write_var_from_sym, write_var_from_name, write_attribute_call0,
4464 write_attribute_call1, write_attribute_calln,
4465 write_object_renaming): Protoize.
4466
4467 (_initialize_ada_exp): New function.
4468
4469 * ada-lang.c: Update copyright notice.
4470 General terminology change to conform to GNAT compiler usage:
4471 mangle => encode, demangle => decode
4472 Include gdb_obstack.h.
4473 Include gdb_regex.h
4474 Include frame.h
4475 Include hashtab.h
4476 Include completer.h
4477 Include gdb_stat.h
4478 Include block.h
4479 Include infcall.h
4480
4481 (ADA_RETAIN_DOTS): Make sure this is defined.
4482 (TRUNCATION_TOWARDS_ZERO): Define.
4483 (struct string_vector): Define.
4484 (unresolved_names): Remove definition.
4485 (xnew_string_vector): New function.
4486 (string_vector_append): New function.
4487 (extract_string): Make static.
4488 (ada_unqualified_name): New function.
4489 (add_angle_brackets): New function.
4490 (function_name_from_pc): New function.
4491 (place_on_stack): Rename to ensure_lval.
4492
4493 (ensure_lval): Renamed from place_on_stack.
4494 Make identity on lvals.
4495 Update comment.
4496 (is_nonfunction): New interface.
4497 Only symbols in LOC_CONST class can be enumerals.
4498 (fill_in_ada_prototype): Remove; now independent of language.
4499 (add_defn_to_vec): Add obstack and symtab arguments.
4500 Use obstack to hold collected definitions.
4501 (num_defns_collected): New function.
4502 (defns_collected): New function.
4503 (ada_resolve_subexp): Rename to resolve_subexp.
4504 (resolve_subexp): Renamed from ada_resolve_subexp.
4505 (ada_op_name): Return non-const result.
4506 (ada_decoded_op_name): Renamed from ada_op_name, now used for
4507 other purposes.
4508
4509 (to_fixed_array_type): Add declaration.
4510 (coerce_unspec_val_to_type): Remove offset parameter.
4511 (find_sal_from_funcs_and_line): New interface.
4512 (find_line_in_linetable): Ditto.
4513
4514 (all_sals_for_line): Rename to ada_sals_for_line and make
4515 global.
4516 Add new parameter. When set, do not ask the user to choose the
4517 instance, but use the first one found instead.
4518 Use given line number in returned sals.
4519 Fix comment.
4520 Skip the prologue if funfirstline is set.
4521 Correct for memory leak when 0 lines found.
4522
4523 (value_pos_atr): Use pos_atr.
4524 (pos_atr): New function.
4525 (standard_lookup): Add block parameter.
4526
4527 (makeTimeStart): Remove declaration and uses.
4528 (makeTimeStop): Remove declaration and uses.
4529
4530 (ada_completer_word_break_characters): Allow for VMS.
4531 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
4532 (raise_sym_name): New constant.
4533 (raise_unhandled_sym_name): New constant.
4534 (raise_assert_sym_name): New constant.
4535 (process_raise_exception_name): New constant.
4536 (longest_exception_template): New constant.
4537 (warning_limit): New variable to limit warnings during expression
4538 evaluation.
4539 (warnings_issued): New variable to keep track of warnings issued.
4540 (known_runtime_file_name_patterns): New constant.
4541 (known_auxiliary_function_name_patterns): New constant.
4542 (symbol_list_obstack): New variable.
4543
4544 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
4545 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
4546 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
4547 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
4548 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
4549 ada_variant_discrim_name, field_alignment, dynamic_template_type,
4550 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
4551 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
4552 and strcmp.
4553
4554 (ada_get_field_index): New function.
4555 (lim_warning): New function.
4556 (ada_translate_error_message): New function.
4557 (MAX_OF_SIZE): New function.
4558 (MIN_OF_SIZE): New function.
4559 (UMAX_OF_SIZE): New function.
4560 (UMIN_OF_SIZE): New function.
4561 (discrete_type_high_bound): New function.
4562 (discrete_type_low_bound): New function.
4563 (base_type): New function.
4564 (do_command): Remove.
4565
4566 (ada_update_initial_language): Use language_ada, not language_unknown.
4567 (ada_encode): Renamed from ada_mangle.
4568 Obey ADA_RETAIN_DOTS.
4569 (ada_decode): Renamed from ada_demangle.
4570 Update coding conventions.
4571 (decoded_names_store): New hash table.
4572 (ada_decode_symbol): New function.
4573 (ada_la_decode): New function.
4574
4575 (modify_general_field): Correct computations of offset and bit
4576 position.
4577 (desc_base_type): Handle ref types, too.
4578 (ada_is_direct_array_type): New function.
4579
4580 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4581 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4582 (ada_is_bogus_array_descriptor,ada_type_of_array,
4583 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
4584 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
4585 ada_is_array_descriptor_type.
4586
4587 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
4588 (ada_is_packed_array_type): Handle pointers or
4589 references to packed arrays as well.
4590 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
4591 (decode_packed_array_type): Search for the packed array type
4592 symbol in the currently selected block and associated
4593 superblocks too.
4594 Use lookup_symbol again.
4595
4596 (decode_packed_array): Handle pointers and references.
4597 Update call to coerce_unspec_val_to_type.
4598 (decode_packed_array_type,value_subscript_packed): Limit warnings.
4599 (ada_value_primitive_packed_val): Improve comment.
4600
4601 (ada_index_type): Substitute int type for "undefined".
4602 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
4603 ada_array_langth, ada_is_string_type): Use renamed
4604 ada_is_simple_array_type.
4605 (empty_array): New function.
4606
4607 (ada_resolve): Rename to resolve.
4608 (resolve): Make static.
4609 Call renamed resolve_subexp.
4610 Update comment.
4611 (ada_resolve_subexp): Rename to resolve_subexp.
4612 (resolve_subexp): Update comment.
4613 Decomment disabled code.
4614 Add LOC_COMPUTED* cases.
4615 Modify to use temporary struct symbols (marked as being in
4616 UNDEF_NAMESPACE) to indicate unresolved names, instead of
4617 OP_UNRESOLVED_VALUE.
4618 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
4619 Add OP_STRING case.
4620 Remove OP_ARRAY.
4621 Use SYMBOL_PRINT_NAME instead of ada_demangle.
4622 Use new ada_lookup_symbol_list interface.
4623 Use new ada_resolve_function interface.
4624 Remove OP_TYPE case.
4625
4626 (ada_args_match): Idiot proof against null actuals.
4627 Use intermediate variables to clarify.
4628 (ada_resolve_function): Update comment and interface.
4629 (mangled_ordered_before): Rename to encoded_ordered_before and
4630 update comment.
4631 (sort_choices): Update comment and interface.
4632 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
4633 (user_select_syms): New interface.
4634 Use new sort_choices interface.
4635 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
4636 (possible_user_operator_p): Idiot-proof against null values.
4637 (ada_simple_renamed_entity): Don't make cleanup; rely on
4638 caller to free result string.
4639 Remove const from return type.
4640 (make_array_descriptor): Rename uses of place_on_stack to
4641 ensure_lval.
4642 Make sure that arrays are on stack.
4643
4644 (HASH_SIZE): Define.
4645 (struct cache_entry): Define.
4646 (cache_space): Define.
4647 (cache): Define.
4648 (clear_ada_sym_cache): New function.
4649 (find_entry): New function.
4650 (lookup_cached_symbol): New function.
4651 (defn_vector_size): Define.
4652 (cache_symbol): New function.
4653 (defn_symbols): Remove.
4654
4655 (standard_lookup): Use lookup_symbol_in_language to get effect of
4656 C lookup.
4657 Cache results.
4658
4659 (symbol_completion_match): New function.
4660 (symbol_completion_add): New function.
4661 (ada_make_symbol_completion_list): New function.
4662
4663 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
4664 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
4665 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
4666 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
4667
4668 (ada_lookup_simple_minsym): New function.
4669 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
4670
4671 (add_symbols_from_enclosing_procs): New interface.
4672 Conditionalize more helpfully.
4673 Don't bother if program isn't running.
4674 Use new interface to get_frame_block.
4675 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
4676
4677 (remove_extra_symbols): New interface.
4678 (xget_renaming_scope): New function.
4679 (is_package_name): New function.
4680 (renaming_is_visible): New function.
4681 (remove_out_of_scope_renamings): New function.
4682
4683 (ada_lookup_symbol_list): New interface.
4684 Properly reinitialize the symbol list obstack.
4685 Don't call add_symbols_from_enclosing_procs if we start from a
4686 static or global block.
4687 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
4688 add_symbols_from_enclosing_procs.
4689 Add symtab data to cached entries.
4690 Handle symbols prefixed with
4691 "standard__" specially; strip prefix and don't look in local symbols.
4692 Do not include out of scope renaming symbols in list of
4693 symbols returned.
4694 Add const to block parameter.
4695 Move check for non-local, non-global symbols earlier.
4696 Remove timing stuff.
4697 (ada_lookup_symbol): New interface.
4698 Find symtab as well.
4699 (ada_lookup_symbol_nonlocal): New function.
4700
4701 (is_name_suffix): Enhance suffix detection to recognize
4702 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
4703 (is_dot_digits_suffix): New function.
4704 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
4705
4706 (ada_add_block_symbols): New interface. Use obstack to return results
4707 in a vector of struct ada_symbol_infos. Add symtab argument.
4708 Use new interface to add_defn_to_vec.
4709 Remove calls to fill_in_ada_prototype.
4710 Use BLOCK_BUCKETS, BLOCK_BUCKET.
4711
4712 (ada_finish_decode_line_1): Add const qualification to local to fix
4713 warning.
4714 Start looking in static block for functions to avoid attempts
4715 to search frame chain for up-level variables.
4716 Adapt to new ada_sals_for_line interface.
4717 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
4718 Handle quoting of the function name inside the spec string.
4719 Skip prologue when funfirstline is set and update the
4720 function documentation to that effect.
4721
4722 (debug_print_lines, debug_print_block, debug_print_blocks,
4723 debug_print_symtab): Remove.
4724
4725 (ada_main_name): New function.
4726 (ada_exception_breakpoint_type): New function.
4727 (is_known_support_routine): New function.
4728 (ada_find_printable_frame): Renamed from find_printable_frame and made
4729 global.
4730 Remove level parameter.
4731 Use new interface to select_frame.
4732
4733 (begin_command): Remove.
4734 (ada_adjust_exception_stop): New function.
4735 (ada_print_exception_stop): New function.
4736 (exception_name_from_cond): New function.
4737 (ada_report_exception_break): Replace disabled code with
4738 conditionalization on GNAT_GDB.
4739 Get the exception name from the condition string.
4740 Remove and move functionality into new functions
4741 ada_print_exception_breakpoint_task and
4742 ada_print_exception_breakpoint_nontask.
4743 (error_breakpoint_runtime_sym_not_found): New function.
4744 (is_runtime_sym_defined): New function.
4745 (ada_breakpoint_rewrite): Uncomment suppressed code.
4746 Use symbolic error-message and runtime-symbol names.
4747 Surround runtime symbol names in quotes.
4748 Allow non-specific breakpoints on exceptions and assertions before
4749 program starts.
4750
4751 (ada_is_tagged_type): Add parameter.
4752 (ada_is_tag_type): New function.
4753 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
4754 (ada_variant_discrim_type): Ditto.
4755 (value_tag_from_contents_and_address): New function.
4756 (type_from_tag): New function.
4757 (struct tag_args): New structure used to communicate with
4758 ada_tag_name_1.
4759 (ada_tag_name_1): New function.
4760 (ada_tag_name): New function.
4761
4762 (ada_scan_number): Update comment.
4763 (find_struct_field): New function.
4764 (ada_search_struct_field): Make static.
4765 (ada_value_struct_elt): New version that returns references when
4766 given pointers or references to structs.
4767 (ada_lookup_struct_elt_type): Add 'refok' parameter.
4768 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
4769 interface.
4770 (ada_value_ind): Use new ada_to_fixed_value interface.
4771 (ada_coerce_ref): Ditto.
4772 (field_offset): Remove.
4773
4774 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
4775 (ada_find_renaming_symbol): New function.
4776 (ada_prefer_type): Prefer named types over unnamed ones.
4777 (variant_field_index): New function.
4778 (contains_variant_part): Removed: subsumed by variant_field_index.
4779 (ada_template_to_fixed_record_type): New function, mostly from
4780 template_to_fixed_record_type.
4781 (template_to_fixed_record_type):
4782 Do not scan the type fields beyond the last one; prevents a
4783 potential SEGV.
4784 Handle case where variant field is listed BEFORE discriminant it
4785 depends on.
4786 Fix calculation of record length when bit length is
4787 not evenly divisible by char length.
4788 Move code to ada_template_to_fixed_record_type and call it.
4789
4790 (template_to_static_fixed_type): Revise comment.
4791 Modify to work on ordinary record types as well as templates,
4792 so as to handle fields that use ___XVE or ___XVU encodings.
4793 (to_record_with_fixed_variant_part): Fill out comment.
4794 Initialize C++ stuff in right type.
4795 Allow case where DVAL is null.
4796 Handle case where variant field is not last.
4797 Fix typo concerning record length.
4798 (to_fixed_record_type): Decomment disabled code.
4799 (to_fixed_record_type): Use variant_field_index instead of
4800 contains_variant_part.
4801 (to_fixed_variant_branch_type): Ditto.
4802 (to_fixed_array_type): Decomment disabled code.
4803 (ada_to_fixed_type): Convert tagged types to the specific type.
4804 Deactivate the size-check for array types in order to avoid
4805 some false size alarms.
4806 (to_static_fixed_type): Decomment disabled code.
4807 Modify to call template_to_static_fixed_type
4808 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
4809 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
4810 Remove valaddr argument, as it is never really used.
4811 (ada_to_fixed_value): Change interface to act on single struct value*
4812 operand.
4813 (adjust_pc_past_prologue): New function.
4814 (ada_attribute_name): Modify to take enum exp_opcode argument.
4815
4816 (ada_enum_name): Recognize new homonym-distinguishing convention.
4817 Adjust local variable's type to remove compiler warning.
4818 Fix a small problem in the part that unqualifies the enumeration name.
4819 (ada_value_binop): New function.
4820 (ada_value_equal): New function.
4821
4822 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
4823 Don't give error message when not doing normal evaluation
4824 and a tagged type doesn't seem to contain a structure member.
4825 Give error message for packed arrays.
4826 For indexing arrays, handle pointers to packed arrays correctly.
4827 Handle case of 'first and 'last attributes of bare integral type
4828 without encoded subtype info.
4829 Remove some unnecessary casts.
4830 Fix uninitialized value of type in computing 'first, 'last, or 'length
4831 of array object.
4832 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
4833 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
4834 calls.
4835 Attributes are now exp_opcode values.
4836 Correct treatment of 'modulus.
4837 Better error message for taking 'length of wrong kind of type;
4838 improve comment.
4839 Change EVAL_NORMAL to noside for consistency.
4840 Use ada_value_binop for DIV, MOD, REM.
4841 Make special case out of array of length 0, since an argument
4842 of 0 upsets some platforms' malloc.
4843 Use OP_STRING instead of OP_ARRAY.
4844 For slice, add check that we have an array type before extracting
4845 a slice out of it. Avoids a SEGV.
4846 When evaluating an array slice, if the array type is a reference to
4847 an aligner type, then replace the aligner type by the actual type.
4848 Decomment disabled code.
4849 Remove some dead code.
4850 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
4851 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
4852 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
4853 and UNOP_MBR to UNOP_IN_RANGE.
4854 If an array type has a parallel ___XVE type, then use it.
4855 Turn arrays into pointers for lvalue arrays.
4856 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
4857 bounds error and handle 0-length slices.
4858 Use lim_warning.
4859 When selecting fields, apply ada_to_fixed_value (because the fields
4860 might have ___XVU or ___XVE encodings even if not dynamic.)
4861 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
4862 (ada_is_system_address_type): New function.
4863
4864 (get_var_value): Use new interface to ada_lookup_symbol_list.
4865 (get_int_var_value): New interface.
4866 (to_fixed_range_type): Allow unknown bound, with warning.
4867 (ada_is_modular_type): Decomment disabled code.
4868 (ADA_OPERATORS): New definition.
4869 (ada_operator_length): New function.
4870 (ada_expr_op_name): New function.
4871 (ada_forward_operator_length): New function.
4872 (ada_dump_subexp_body): New function.
4873 (ada_print_subexp): New function.
4874 (ada_exp_descriptor): New constant.
4875 (ada_op_print_tab): Add 'size. Remove FIXMEs.
4876 (ada_language_defn): Add ada_exp_descriptor entry.
4877 Change ada_parse => parse.
4878 Add post-parser entry.
4879 Use ada-specific non-local symbol lookup.
4880 Don't use C-style arrays.
4881 String lower-bound is 1.
4882 Decomment disabled code.
4883 (parse): New function.
4884 New fields ada_translate_error_message, ada_lookup_symbol,
4885 ada_lookup_minimal_symbol.
4886
4887 * ada-lang.h: Update copyright dates.
4888 Replace the mangle/demangle terminology throughout by the
4889 more appropriate encode/decode one.
4890 Include breakpoint.h.
4891 Forward declare struct partial_symbol, struct block.
4892 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
4893 (EXTRACT_ADDRESS): Remove.
4894 (EXTRACT_INT): Remove.
4895 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
4896 (MAX_ENCLOSING_FRAME_LEVELS): Define.
4897 (MAX_RENAMING_CHAIN_LENGTH): Define.
4898 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
4899
4900 (enum task_states): Remove.
4901 ada_task_states: Remove.
4902 (fat_string): Remove.
4903 (struct entry_call): Remove.
4904 (struct task_fields): Remove.
4905 (struct task_entry): Remove.
4906
4907 (struct ada_symbol_info): Define.
4908 (enum ada_attribute): Remove.
4909 (enum ada_operator): Define.
4910
4911 (ada_get_field_index): Declare.
4912 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
4913 (ada_is_simple_array): Rename to ada_is_simple_array_type.
4914 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
4915 (ada_lookup_symbol_list): New interface.
4916 (ada_decode_symbol): Declare.
4917 (ada_decode): Declare.
4918 (ada_lookup_symbol): New interface.
4919 (ada_update_initial_language): Declare.
4920 (ada_lookup_simple_minsym): Declare.
4921 (user_select_syms): New interface.
4922 (ada_sals_for_line): Declare.
4923 (ada_is_tagged_type): New interface.
4924 (ada_tag_name): Declare.
4925 (ada_lookup_struct_elt_type): Remove declaration.
4926 (ada_search_struct_field): Remove declaration.
4927 (ada_attribute_name): New interface.
4928 (ada_is_system_address_type): Declare.
4929 (ada_to_fixed_value): Remove declaration.
4930 (ada_template_to_fixed_record_type_1): Declare.
4931 (get_int_var_value): New interface.
4932 (ada_find_any_symbol): Declare.
4933 (ada_find_renaming_symbol): Declare.
4934 (ada_mangle): Rename to ada_encode.
4935 (ada_simple_renamed_entity): Remove const.
4936 (ada_main_name): Declare.
4937 (get_current_task): Rename to ada_get_current_task.
4938 (get_entry_number): Remove declaration.
4939 (ada_report_exception_break): Remove declaration.
4940 (ada_print_exception_breakpoint_nontask): Declare.
4941 (ada_print_exception_breakpoint_task): Declare.
4942 (ada_find_printable_frame): Declare.
4943
4944 * ada-lex.l: Update copyright notices.
4945 Use xmalloc and xfree instead of malloc and free.
4946 Use new interface to name_lookup.
4947 Use new interface to
4948 ada_mangle=>ada_encode.
4949 Redo handling of '$...' variable to parallel current treatment
4950 in c-exp.y.
4951 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
4952 digit_to_int, strtoulst, processInt, processReal, processId,
4953 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
4954 yywrap): Protoize.
4955
4956 (processInt): Use cast to remove harmless warning.
4957 (processReal): Modify to get rid of compiler warning on scan formats.
4958
4959 (processId): Replace xmalloc with obstack_alloc for name and remove
4960 call to ada_name_string_cleanup.
4961 Remove obsolete disabled code.
4962 (name_lookup): Ditto.
4963 New interface.
4964 Use obsavestring on temp_parse_space instead of savestring
4965 on name, and remove call to ada_name_string_cleanup.
4966 Free string returned from ada_simple_renamed_entity.
4967 Use new interface to ada_lookup_symbol_list.
4968 Decomment disabled code.
4969 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
4970 not types.
4971 When a type name lookup succeeds as a result of
4972 lookup_primitive_typename, check for regular type entry that has not
4973 yet been read in.
4974 Limit length of chain of renamed symbols we are willing to follow.
4975 Do not break names beginning with "standard__" into segments.
4976 (block_lookup): Use new interface to ada_lookup_symbol_list.
4977
4978 * ada-typeprint.c: Update copyright notice.
4979 (demangled_type_name): Rename to decoded_type_name.
4980 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
4981 (print_range_bound): Correct handling of negative
4982 bounds that make the index type looked unsigned under STABS.
4983 (print_dynamic_range_bound): Use new interface to get_int_var_value.
4984 (print_range_type_named): Use the builtin int type if no type
4985 corresponding to the given type name could be found.
4986 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
4987 Add some bullet-proofing.
4988 (print_variant_clauses): Allow for variant branches with ___XVU
4989 encodings that are not dynamic fields.
4990 Use new interface to ada_is_tagged_type.
4991 (print_record_type): Allow for fields with ___XVE encodings that
4992 are not dynamic fields.
4993 Use new interface to ada_is_tagged_type.
4994 (ada_print_type): ada_is_array_descriptor =>
4995 ada_is_array_descriptor_type.
4996
4997 * ada-valprint.c: Update copyright notice.
4998 Include gdb_string.h
4999 Include infcall.h
5000 (ui_memcpy): New function.
5001 (ada_print_floating): New function.
5002 (ada_print_str): Order arguments correctly.
5003 Correct handling of empty arrays and arrays of 0-length items.
5004 ada_is_array_descriptor => ada_is_array_descriptor_type
5005 Print values of type System.Address in hexadecimal format.
5006 Use ada_print_floating to print floating-point numbers in Ada format.
5007 Print class tag values with type names.
5008 No longer print the address of reference values. Avoids
5009 a potential confusion.
5010 (ada_value_print): Stop printing the object type for reference
5011 values, but preserve that behavior for access types. Avoids
5012 a potential confusion.
5013 Simplify one conditional expression, as the first part is now
5014 necessarily true.
5015 ada_is_array_descriptor => ada_is_array_descriptor_type
5016 Add check for arrays for null records, and print them by hand.
5017
5018 2004-06-01 Jim Blandy <jimb@redhat.com>
5019
5020 * ppc-tdep.h: Delete unused 'regoff' member.
5021 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
5022
5023 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
5024
5025 Fix PR symtab/1661.
5026 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
5027 (hpread_read_struct_type): Likewise.
5028
5029 2004-06-01 Andrew Cagney <cagney@gnu.org>
5030
5031 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
5032 instead of xasprintf.
5033 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
5034 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
5035 (mi_cmd_data_list_register_names)
5036 (mi_cmd_data_list_changed_registers)
5037 (mi_cmd_data_list_register_values)
5038 (get_register, mi_cmd_data_write_register_values)
5039 (mi_cmd_data_write_register_values)
5040 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
5041 (mi_cmd_target_download, mi_cmd_target_select)
5042 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
5043 (mi_execute_cli_command, mi_execute_async_cli_command)
5044 (mi_execute_async_cli_command): Ditto.
5045 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
5046 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
5047
5048 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
5049 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
5050 error_last_message instead of mi_error_last_message.
5051 * mi/mi-main.c (mi_error_last_message): Delete function.
5052
5053 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
5054 "invalid number of columns" error. Delete redundant "out of
5055 memory" check.
5056
5057 2004-05-31 Mark Kettenis <kettenis@gnu.org>
5058
5059 * i386bsd-nat.c: Don't include <sys/procfs.h>.
5060 (gregset_t, fpregset_t): Remove typedefs.
5061 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
5062 (REG_OFFSET): Rename argument.
5063 (i386bsd_r_reg_offset): Rename from reg_offset.
5064 (REG_ADDR): Remove macro.
5065 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
5066 functions.
5067 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
5068 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
5069 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
5070 instead of supply_gregset.
5071 (store_inferior_registers): Use `struct reg' and `struct fpreg'
5072 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
5073 instead of fill_gregset.
5074 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
5075
5076 * i386bsd-nat.c: Don't include "gregset.h".
5077 (supply_gregset, fill_gregset): Make static.
5078 (supply_fpregset, fill_fpregset): Remove.
5079 * Makefile.in (i386bsd-nat.o): Update dependencies.
5080
5081 2004-05-30 Mark Kettenis <kettenis@gnu.org>
5082
5083 * fbsd-proc.c: Include "regcache.h", "regset.h" and
5084 "gdb_assert.h". Con't include "gregset.h".
5085 (fbsd_make_corefile_notes): Use regset-based core file support
5086 instead off fill_gregset and fill_fpregset.
5087 * Makefile.in (fbsd-proc.o): Update dependencies.
5088
5089 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
5090 instructions.
5091 (m88k_frame_prev_register): Simplify code a bit.
5092
5093 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
5094 (amd64_collect_fpregset): New function.
5095 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
5096
5097 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
5098
5099 * i386-tdep.c (i386_supply_gregset): Adjust comment.
5100 (i386_collect_gregset): New function.
5101 (i386_supply_fpregset): Adjust comment.
5102 (i386_collect_fpregset): New function.
5103 (i386_regset_from_core_section): Use i386_collect_gregset and
5104 i386_collect_fpregset.
5105
5106 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
5107 handle VALUEP being null.
5108
5109 * regset.h (collect_regset_ftype): Unconstify fourth argument.
5110
5111 2004-05-29 Mark Kettenis <kettenis@gnu.org>
5112
5113 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
5114
5115 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
5116 assembler in OpenBSD 3.5-current.
5117 (amd64obsd_sigcontext_addr): Likewise.
5118
5119 2004-05-28 Jim Blandy <jimb@redhat.com>
5120
5121 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
5122 register set, so our regcache isn't declared "legacy" and our E500
5123 pseudoregister read and write functions aren't ignored.
5124 (rs6000_register_byte, rs6000_register_raw_size,
5125 rs6000_register_virtual_type, rs6000_register_convertible,
5126 rs6000_register_convert_to_virtual,
5127 rs6000_register_convert_to_raw): Deleted.
5128 (rs6000_register_type, rs6000_convert_register_p,
5129 rs6000_register_to_value, rs6000_value_to_register): New
5130 functions.
5131 (rs6000_gdbarch_init): Don't register
5132 gdbarch_deprecated_register_size,
5133 gdbarch_deprecated_register_bytes,
5134 gdbarch_deprecated_register_byte,
5135 gdbarch_deprecated_register_raw_size,
5136 gdbarch_deprecated_register_virtual_type,
5137 gdbarch_deprecated_register_convertible,
5138 gdbarch_deprecated_register_convert_to_virtual, or
5139 gdbarch_deprecated_register_convert_to_raw methods. Instead,
5140 register gdbarch_register_type, gdbarch_convert_register_p,
5141 gdbarch_register_to_value, and gdbarch_value_to_register methods.
5142
5143 2004-05-26 Jim Blandy <jimb@redhat.com>
5144
5145 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5146 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5147 functions, updated to match the register numberings used in GCC.
5148 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5149 rs6000_dwarf2_reg_to_regnum as register number conversions
5150 functions for STABS and Dwarf2.
5151
5152 2004-05-26 Randolph Chung <tausq@debian.org>
5153
5154 * infttrace.h (target_waitkind): Forward declare type instead of pulling
5155 in header file.
5156
5157 2004-05-25 Joel Brobecker <brobecker@gnat.com>
5158
5159 * NEWS: Document new "start" command.
5160
5161 2004-05-25 Randolph Chung <tausq@debian.org>
5162
5163 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5164 hppa-linux.
5165
5166 2004-05-25 Randolph Chung <tausq@debian.org>
5167
5168 * hppa-hpux-tdep.c (offsetof): Define.
5169 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5170 (hppa32_hpux_frame_base_before_sigtramp)
5171 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5172 (hppa64_hpux_frame_saved_pc_in_sigtramp)
5173 (hppa64_hpux_frame_base_before_sigtramp)
5174 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
5175 functions.
5176 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
5177 (hppa_hpux_sigtramp_frame_unwind_cache)
5178 (hppa_hpux_sigtramp_frame_this_id)
5179 (hppa_hpux_sigtramp_frame_prev_register)
5180 (hppa_hpux_sigtramp_frame_unwind)
5181 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
5182 (hppa_hpux_init_abi): Register sigtramp unwinder.
5183 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
5184
5185 2004-05-25 Randolph Chung <tausq@debian.org>
5186
5187 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
5188 and multiple stack unwinds.
5189 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
5190
5191 2004-05-25 Andrew Cagney <cagney@gnu.org>
5192
5193 * symfile.h (symbol_file_add_from_memory): Delete declaration.
5194 * symfile-mem.h: Delete file.
5195 * symfile-mem.c: Do not include "symfile-mem.h".
5196 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
5197 "struct bfd_section". When an error do not bother returning NULL.
5198 (add_symbol_file_from_memory_command): Use "struct bfd" and
5199 "struct bfd_section".
5200 * Makefile.in (symfile_mem_h): Delete.
5201 (symfile-mem.o): Update dependencies.
5202
5203 2004-05-25 Nick Roberts <nickrob@gnu.org>
5204
5205 * gdb-mi.el: New file.
5206
5207 2004-05-25 Andrew Cagney <cagney@gnu.org>
5208
5209 * inftarg.c: Include "observer.h".
5210 (child_attach, child_create_inferior): Notify inferior_created.
5211 * corelow.c: Include "observer.h".
5212 (core_open): Notify inferior_created.
5213 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
5214
5215 2004-05-25 Andrew Cagney <cagney@gnu.org>
5216
5217 * target.h (struct target_ops): Add from_tty to
5218 to_create_inferior.
5219 (target_create_inferior, find_default_create_inferior): Update.
5220 * infcmd.c (run_command): Update.
5221 * wince.c (child_create_inferior): Update.
5222 * win32-nat.c (child_create_inferior): Update.
5223 * uw-thread.c (uw_thread_create_inferior): Update.
5224 * thread-db.c (thread_db_create_inferior): Update.
5225 * target.c (debug_to_create_inferior)
5226 (find_default_create_inferior): Update.
5227 (maybe_kill_then_create_inferior): Update.
5228 * sol-thread.c (sol_thread_create_inferior): Update.
5229 * remote.c (extended_remote_async_create_inferior)
5230 (extended_remote_create_inferior): Update.
5231 * remote-vx.c (vx_create_inferior): Update.
5232 * remote-st.c (st2000_create_inferior): Update.
5233 * remote-sim.c (gdbsim_create_inferior): Update.
5234 * remote-sds.c (sds_create_inferior): Update.
5235 * remote-rdp.c (remote_rdp_create_inferior): Update.
5236 * remote-rdi.c (arm_rdi_create_inferior): Update.
5237 * remote-m32r-sdi.c (m32r_create_inferior): Update.
5238 * remote-e7000.c (e7000_create_inferior): Update.
5239 * procfs.c (procfs_create_inferior): Update.
5240 * ocd.c (ocd_create_inferior): Update.
5241 * ocd.h (ocd_create_inferior): Update.
5242 * nto-procfs.c (procfs_create_inferior): Update.
5243 * monitor.c (monitor_create_inferior): Update.
5244 * lin-lwp.c (lin_lwp_create_inferior): Update.
5245 * inftarg.c (child_create_inferior): Update.
5246 * hpux-thread.c (hpux_thread_create_inferior): Update.
5247 * gnu-nat.c (gnu_create_inferior): Update.
5248
5249 2004-05-25 Andrew Cagney <cagney@gnu.com>
5250
5251 * MAINTAINERS: Update e-mail address.
5252
5253 2004-05-24 Randolph Chung <tausq@debian.org>
5254
5255 * thread.c (info_threads_command, thread_apply_all_command)
5256 (thread_apply_command, thread_command, do_captured_thread_select):
5257 Remove HPUXHPPA-specific code.
5258
5259 2004-05-24 Randolph Chung <tausq@debian.org>
5260
5261 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
5262 unused symbols.
5263 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
5264 references.
5265
5266 2004-05-24 Joel Brobecker <brobecker@gnat.com>
5267
5268 * infcmd.c (kill_if_already_running): New function, extracted
5269 from run_command().
5270 (run_command): Replace extracted code by call to
5271 kill_if_already_running().
5272 (start_command): New function.
5273 (_initialize_infcmd): Add "start" command.
5274
5275 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5276
5277 Add OpenBSD/m88k support.
5278 * NEWS (New native configurations): Mention OpenBSD/m88k.
5279 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
5280 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
5281 * Makefile.in (m88k_tdep_h): New variable.
5282 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
5283 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
5284 * configure.host: Add m88*-*-openbsd*.
5285 * configure.tgt: Add m88*-*-openbsd*.
5286
5287 2004-05-24 Jim Blandy <jimb@redhat.com>
5288
5289 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
5290 to approve changes.
5291
5292 2004-05-24 Kevin Buettner <kevinb@redhat.com>
5293
5294 * symtab.c (fixup_section): Search section table when lookup by
5295 name fails.
5296
5297 2004-05-24 Randolph Chung <tausq@debian.org>
5298
5299 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
5300 be "small_struct".
5301
5302 2004-05-24 Mark Kettenis <kettenis@gnu.org>
5303
5304 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
5305 register number in regcache_raw_collect call.
5306 (m68kbsd_collect_fpregset): Likewise.
5307 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
5308
5309 * regset.h (struct regset): Add back `regset' member.
5310
5311 2004-05-23 Mark Kettenis <kettenis@gnu.org>
5312
5313 * configure.in: Check for td_pcb in `struct thread'.
5314 * configure, config.in: Regenerated.
5315
5316 * dpx2-nat.c: Remove file.
5317 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
5318 (dpx2-nat.o): Remove dependencies.
5319
5320 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
5321 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
5322 (amd64obsd_supply_pcb): New function.
5323 (_initialize_amd64obsd_nat): Enable libkvm interface.
5324 * Makefile.in (amd64obsd-nat.o): Update dependencies.
5325 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
5326 (LOADLIBES): New variable.
5327
5328 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
5329 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
5330 (sparc32nbsd_supply_pcb): New function.
5331 (_initialize_sparcnbsd_nat): Enable libkvm interface.
5332 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
5333 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5334 (LOADLIBES): New variable.
5335
5336 2004-05-22 Mark Kettenis <kettenis@gnu.org>
5337
5338 * bsd-kvm.c, bsd-kvm.h: New files.
5339 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5340 "bsd-kvm.h".
5341 (i386fbsd_supply_pcb): New function.
5342 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
5343 (i386fbsd-nat.o): Update dependencies.
5344 (bsd_kvm_h): New variable.
5345 (bsd-kvm.o): New dependency.
5346 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
5347 (LOADLIBES): New variable.
5348
5349 * regset.c: Tweak comment.
5350 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
5351 macro.
5352 * regset.h: Update copyright year.
5353 (struct regset): Remove `descr' member, add `gdbarch' member.
5354 (regset_alloc): Adjust prototype and comment.
5355 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
5356 (i386_supply_fpregset): Likewise.
5357 (i386_regset_from_core_section): Update call to regset_alloc.
5358 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
5359 REGSET->arch.
5360 (i386obsd_aout_regset_from_core_section): Update call to
5361 regset_alloc.
5362 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
5363 REGSET->arch.
5364 (i386nbsd_aout_regset_from_core_section): Update call to
5365 regset_alloc.
5366 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
5367 REGSET->arch.
5368 (amd64_regset_from_core_section): Update call to regset_alloc.
5369 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
5370 REGSET->arch.
5371 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
5372 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
5373 &sparc32nbsd_gregset in sparc32_supply_gregset call.
5374 (sparc32nbsd_init_abi): Update call to regset_alloc.
5375 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
5376 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
5377 (sparc64obsd_init_abi): Update call to regset_alloc.
5378 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
5379 &sparc64nbsd_gregset in sparc64_supply_gregset call.
5380 (sparc64nbsd_init_abi): Update call to regset_alloc.
5381 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
5382 &sparc64fbsd_gregset in sparc64_supply_gregset call.
5383 (sparc64fbsd_init_abi): Update call to regset_alloc.
5384
5385 2004-05-22 Jim Blandy <jimb@redhat.com>
5386
5387 * ppc-tdep.h (spe_register_p): New declaration.
5388 (struct gdbarch_tdep): New members: ppc_acc_regnum and
5389 ppc_spefscr_regnum.
5390 * rs6000-tdep.c (spe_register_p): New function.
5391 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
5392 spefscr.
5393 (rs6000_gdbarch_init): Initialize the new members of the tdep
5394 structure.
5395
5396 2004-05-21 Jim Blandy <jimb@redhat.com>
5397
5398 * ppc-linux-nat.c (fetch_register): Move code back to be next
5399 to the comment that describes it. (Moved code, instead of
5400 comment, for symmetry with store_register.)
5401
5402 Allocate regset structures in the gdbarch's obstack, not using
5403 xmalloc.
5404 * regset.c (regset_alloc): Renamed from regset_xmalloc.
5405 Add 'arch' argument. Allocate the regset on arch's obstack, not
5406 using xmalloc.
5407 * regset.h (regset_alloc): Update declaration.
5408 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
5409 gdbarch argument.
5410 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5411 * i386-tdep.c (i386_regset_from_core_section): Same.
5412 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5413 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5414 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5415 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5416 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5417 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5418
5419 2004-05-21 Joel Brobecker <brobecker@gnat.com>
5420
5421 * config/djgpp/fnchange.lst: Undo previous change, was useless.
5422
5423 2004-05-21 Jim Blandy <jimb@redhat.com>
5424
5425 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
5426 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
5427
5428 2004-05-20 Jim Blandy <jimb@redhat.com>
5429
5430 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
5431
5432 2004-05-20 Mark Kettenis <kettenis@gnu.org>
5433
5434 * regset.h: Make prototype const-correct.
5435 * regset.c (regset_xmalloc): Make const-correct.
5436
5437 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
5438
5439 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
5440 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
5441 (symbol_search_name): Declare.
5442
5443 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
5444 (iter_name_next_hashed): Ditto.
5445 (iter_name_next_linear): Ditto.
5446 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
5447
5448 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
5449 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
5450 (symbol_search_name): New function.
5451
5452 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
5453
5454 * minsyms.c (build_minimal_symbol_hash_tables): Change
5455 test for adding to demangled hash table to check for difference
5456 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
5457
5458 2004-05-19 Jim Blandy <jimb@redhat.com>
5459
5460 Use a constructor function to create regset structures.
5461 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
5462 (struct regset): Use supply_regset_ftype. Add new
5463 'collect_regset' member.
5464 (regset_xmalloc): New declaration.
5465 * regset.c: New file.
5466 * am64-tdep.c (amd64_regset_from_core_section): Use
5467 regset_xmalloc to construct regset structures.
5468 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
5469 * i386-tdep.c (i386_regset_from_core_section): Same.
5470 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
5471 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
5472 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
5473 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
5474 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
5475 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
5476 * Makefile.in (COMMON_OBS): Add regset.o.
5477 (regset.o): New rule.
5478
5479 2004-05-19 Joel Brobecker <brobecker@gnat.com>
5480
5481 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
5482 and pthread_cond_wait.c.
5483
5484 2004-05-18 Jim Blandy <jimb@redhat.com>
5485
5486 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
5487 before the mach-specific switch, and then let the individual cases
5488 override the defaults, rather than leaving them uninitialized
5489 until the switch and then setting them in each case.
5490
5491 2004-05-18 Randolph Chung <tausq@debian.org>
5492
5493 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
5494 millicode functions.
5495
5496 2004-05-18 Randolph Chung <tausq@debian.org>
5497
5498 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
5499 references to dld_flags_buffer consistent.
5500
5501 2004-05-18 Randolph Chung <tausq@debian.org>
5502
5503 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
5504 it for unwinding the stack.
5505
5506 2004-05-18 Randolph Chung <tausq@debian.org>
5507
5508 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
5509 Undefine these so we can overide them using gdbarch.
5510
5511 2004-05-18 Randolph Chung <tausq@debian.org>
5512
5513 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
5514 handling for 64-bit HPUX (elf).
5515
5516 2004-05-18 Daniel Jacobowitz <dan@debian.org>
5517
5518 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
5519 constants.
5520 * amd64-tdep.c (amd64_skip_prologue): Likewise.
5521 * ia64-tdep.c (examine_prologue): Likewise.
5522 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
5523 * v850-tdep.c (v850_fix_call_dummy): Likewise.
5524
5525 2004-05-18 Mark Kettenis <kettenis@gnu.org>
5526
5527 * vax-tdep.c (vax_return_value): Implement
5528 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5529
5530 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5531
5532 * vax-tdep.c (vax_return_value): Fix typo.
5533
5534 2004-05-17 Andrew Cagney <cagney@redhat.com>
5535
5536 * MAINTAINERS: Mark Salter was also responsible for
5537 testsuite/config/
5538
5539 * NEWS: Mention signal fixes.
5540
5541 2004-05-17 Randolph Chung <tausq@debian.org>
5542
5543 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
5544 check to see if we are unwinding an export stub. Export stubs clobber
5545 the %rp in the call path and stores the original rp in a stack slot.
5546
5547 2004-05-17 Jim Blandy <jimb@redhat.com>
5548
5549 * MAINTAINERS: Update address for J.T. Conklin.
5550
5551 2004-05-17 Randolph Chung <tausq@debian.org>
5552
5553 * hppa-tdep.c: Remove superfluous #include's.
5554 * Makefile.in (hppa-tdep.o): Update dependencies.
5555
5556 2004-05-17 Randolph Chung <tausq@debian.org>
5557
5558 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
5559 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
5560 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
5561 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
5562 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
5563 Remove static function declarations.
5564
5565 2004-05-17 Mark Kettenis <kettenis@gnu.org>
5566
5567 * alphabsd-nat.c: Update copyright year.
5568 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
5569
5570 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
5571 and M68K_A2_REGNUM.
5572
5573 * m68k-tdep.c (m68k_svr4_return_value): Implement
5574 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5575
5576 2004-05-16 Mark Kettenis <kettenis@gnu.org>
5577
5578 * sol-thread.c Update copyright year. Fix various coding
5579 standards violations. Tweak a few comments.
5580 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
5581 Delete prototypes.
5582
5583 2004-05-15 Randolph Chung <tausq@debian.org>
5584
5585 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
5586 as pointer instead of array reference since HPUX compiler does
5587 not accept unsized array arguments.
5588 * somsolib.c (dld_flags_buffer): Use constant array size.
5589
5590 2004-05-15 Mark Kettenis <kettenis@gnu.org>
5591
5592 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
5593 offset with decimal offset.
5594 (amd64obsd_sigcontext_addr): Return correct address for entire
5595 signal trampoline.
5596
5597 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
5598 instead of get_frame_base.
5599
5600 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
5601 (fill_gregset): Use regcache_raw_collect.
5602
5603 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
5604 ppcobsd-tdep.c.
5605
5606 * config/sparc/tm-nbsd64.h: Remove file.
5607 * config/tm-sunos.h: Remove file.
5608
5609 2004-05-15 Joel Brobecker <brobecker@gnat.com>
5610
5611 * rs6000-tdep.c (store_param_on_stack_p): New function,
5612 an improved version of some code extracted from skip_prologue().
5613 (skip_prologue): Use store_param_on_stack_p() to detect
5614 instructions saving a parameter on the stack. Detect when r0
5615 is used to save a parameter.
5616 Do not mark "li rx, SIMM" instructions as part of the prologue,
5617 unless the following instruction is also part of the prologue.
5618
5619 2004-05-14 Andrew Cagney <cagney@redhat.com>
5620
5621 * infrun.c (handle_inferior_event): Simplify
5622 STEP_OVER_UNDEBUGGABLE.
5623
5624 * infrun.c (handle_step_into_function): Delete function.
5625 (handle_inferior_event): Inline calls to
5626 handle_step_into_function.
5627
5628 2004-05-14 Jerome Guitton <guitton@gnat.com>
5629
5630 * rs6000-nat.c: Fix a comment.
5631
5632 2004-05-12 David Anderson <davea@sgi.com>
5633
5634 Committed by Jim Blandy <jimb@redhat.com>:
5635 * regcache.c (struct regcache_descr): fix comment spelling.
5636
5637 2004-05-13 J. Brobecker <brobecker@gnat.com>
5638
5639 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
5640 Fixes a link link failure.
5641
5642 2004-05-13 J. Brobecker <brobecker@gnat.com>
5643
5644 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
5645 error that was causing the build to fail.
5646
5647 2004-05-13 J. Brobecker <brobecker@gnat.com>
5648
5649 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
5650 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
5651
5652 2004-05-13 Andrew Cagney <cagney@redhat.com>
5653
5654 * infrun.c (handle_inferior_event): Check for
5655 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
5656 calls. Update comments.
5657
5658 2004-05-13 Jim Blandy <jimb@redhat.com>
5659
5660 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
5661 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5662 (store_regs_user_thread, store_regs_kernel_thread): Use
5663 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
5664 * ppc-linux-nat.c (fill_gregset): Same.
5665 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
5666 (ppc_linux_sigtramp_cache): Same.
5667 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
5668 (ppcnbsd_sigtramp_cache_init): Same.
5669 * rs6000-nat.c (fetch_core_registers): Same.
5670 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
5671 (rs6000_frame_cache): Same.
5672
5673 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
5674 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
5675 of assuming that the gprs are numbered starting with zero.
5676 * ppc-linux-nat.c (fill_gregset): Same.
5677 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
5678 * ppcnbsd-nat.c (getregs_supplies): Same.
5679 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
5680 * rs6000-nat.c (fetch_core_registers): Same.
5681 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
5682
5683 2004-05-07 Michael Snyder <msnyder@redhat.com>
5684
5685 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
5686 LOC_COMPUTED_ARG, and LOC_INDIRECT.
5687
5688 2004-05-13 Andrew Cagney <cagney@redhat.com>
5689
5690 * infrun.c (handle_inferior_event): Use frame_unwind_id.
5691
5692 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5693
5694 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
5695 base_address for shared libraries.
5696
5697 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
5698
5699 * MAINTAINERS (write after approval): Add myself.
5700
5701 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
5702
5703 * breakpoint.c (bpstat_stop_status): Add new argument
5704 STOPPED_BY_WATCHPOINT. Use it instead of testing
5705 target_stopped_data_address agaist 0 to check whether
5706 or not we stopped due to a hardware watchpoint.
5707 * breakpoint.h (bpstat_stop_status): Adapt prototype.
5708 * infrun.c (handle_inferior_event): Call bpstat_stop_status
5709 with new argument.
5710
5711 2004-05-12 Jim Blandy <jimb@redhat.com>
5712
5713 * configure.in: When checking whether we should use the -bbigtoc
5714 option, don't forget to restore the original value of LDFLAGS.
5715 * configure: Regenerated.
5716
5717 2004-05-12 Andrew Cagney <cagney@redhat.com>
5718
5719 * thread.c (load_infrun_state): Delete step_sp.
5720 * infrun.c (context_switch): Ditto.
5721 * inferior.h (step_sp): Ditto.
5722 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
5723 * gdbthread.h (struct thread_info, save_infrun_state)
5724 (restore_infrun_state): Ditto.
5725
5726 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
5727
5728 * MAINTAINERS (write after approval): Add myself.
5729
5730 2004-05-12 Andrew Cagney <cagney@redhat.com>
5731
5732 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
5733 eliminate reference to step_sp.
5734 (struct execution_control_state, init_execution_control_state)
5735 (handle_inferior_event, keep_going): Delete update_step_sp and
5736 step_sp.
5737 * infcmd.c (step_sp): Note that variable is unused.
5738
5739 2004-05-11 Andrew Cagney <cagney@redhat.com>
5740
5741 * infrun.c (step_over_function): Delete function.
5742 (handle_step_into_function): Use insert_step_resume_breakpoint.
5743 (insert_step_resume_breakpoint): Fix assertion.
5744
5745 2004-05-11 Nick Roberts <nickrob@gnu.org>
5746
5747 * utils.c (defaulted_query): Just use the normal query input type
5748 when printing the annotations.
5749
5750 2004-05-11 Andrew Cagney <cagney@redhat.com>
5751
5752 * infrun.c (handle_inferior_event): Simplify code handling
5753 step-into or return-from a signal trampoline.
5754
5755 2004-05-11 Andrew Cagney <cagney@redhat.com>
5756
5757 * ppcnbsd-tdep.c: Include "gdb_assert.h".
5758 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
5759
5760 2004-05-10 Jim Blandy <jimb@redhat.com>
5761
5762 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
5763 with a call to internal_error.
5764
5765 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
5766 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
5767 processor variant lacks those registers.
5768 (ppc_floating_point_unit_p): Change description to make it clear
5769 that this returns info about the ISA, not the ABI.
5770 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
5771 return true or false by checking tdep->ppc_fp0_regnum and
5772 tdep->ppc_fpscr_regnum. The original code replicated the BFD
5773 arch/mach switching done in rs6000_gdbarch_init; it's better to
5774 keep that logic there, and just check the results here.
5775 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
5776 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
5777 floating-point registers.
5778 (ppc_supply_fpregset, ppc_collect_fpregset)
5779 (rs6000_push_dummy_call, rs6000_extract_return_value)
5780 (rs6000_store_return_value): Assert that we have floating-point
5781 registers.
5782 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
5783 (rs6000_frame_cache): Don't note the locations at which
5784 floating-point registers were saved if we have no fprs.
5785 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
5786 registers.
5787 (fetch_regs_user_thread, fetch_regs_kernel_thread)
5788 (store_regs_user_thread, store_regs_kernel_thread): Only call
5789 supply_fprs / fill_fprs if we actually have floating-point
5790 registers.
5791 (special_register_p): Check ppc_fpscr_regnum before matching
5792 against it.
5793 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
5794 supply / collect fpscr if we don't have it.
5795 * ppc-bdm.c: #include "gdb_assert.h".
5796 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
5797 have floating-point registers, since I can't test this code on
5798 FP-free systems to adapt it.
5799 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
5800 fpscr and floating point register numbers if they don't exist.
5801 (fetch_register): Assert that we have floating-point registers
5802 before we reach the code that handles them.
5803 (store_register): Same. And use tdep instead of calling
5804 gdbarch_tdep again.
5805 (fill_fpregset): Don't try to collect FP registers and fpscr if we
5806 don't have them.
5807 (ppc_linux_sigtramp_cache): Don't record the saved locations of
5808 fprs and fpscr if we don't have them.
5809 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
5810 don't have them.
5811 * ppcnbsd-nat.c: #include "gdb_assert.h".
5812 (getfpregs_supplies): Assert that we have floating-point registers.
5813 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
5814 * ppcobsd-tdep.c: #include "gdb_assert.h".
5815 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
5816 have floating-point registers.
5817 * rs6000-nat.c (regmap): Don't match against the fpscr and
5818 floating point register numbers if they don't exist.
5819 (fetch_inferior_registers, store_inferior_registers,
5820 fetch_core_registers): Only fetch / store / supply the
5821 floating-point registers and the fpscr if we have them.
5822 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
5823 (ppcobsd-tdep.o): Update dependencies.
5824
5825 2004-05-10 Andrew Cagney <cagney@redhat.com>
5826
5827 * infrun.c (through_sigtramp_breakpoint): Delete variable.
5828 (context_switch): Do not switch through_sigtramp_breakpoint.
5829 * gdbthread.h (save_infrun_state, load_infrun_state)
5830 (struct thread_info): Delete through_sigtramp_breakpoint parameter
5831 and structure member.
5832 * thread.c (load_infrun_state, save_infrun_state): Update.
5833
5834 2004-05-10 Mark Kettenis <kettenis@gnu.org>
5835
5836 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
5837
5838 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
5839
5840 * acinclude.m4: Quote macro names being defined by AC_DEFUN
5841 throughout.
5842 * aclocal.m4: Regenerate.
5843
5844 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
5845
5846 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
5847
5848 2004-05-10 Andrew Cagney <cagney@redhat.com>
5849
5850 * infrun.c (check_sigtramp2): Delete function.
5851 (handle_inferior_event): When single stepping, and taking a
5852 signal, set a breakpoint at the signal return address. Delete
5853 redundant calls to check_sigtramp2.
5854 (insert_step_resume_breakpoint): New function.
5855 (through_sigtramp_breakpoint, handle_inferior_event)
5856 (follow_exec, wait_for_inferior, fetch_inferior_event)
5857 (currently_stepping, keep_going): Delete most uses of
5858 through_sigtramp_breakpoint, not that it should be deleted.
5859 (delete_breakpoint_current_contents): Delete function.
5860
5861 2004-05-10 Randolph Chung <tausq@debian.org>
5862
5863 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
5864 target.
5865 * config/pa/tm-linux.h: New file.
5866
5867 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
5868
5869 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
5870 of prefixes. Don't print the prefix twice in the CLI.
5871
5872 2004-05-10 Jim Blandy <jimb@redhat.com>
5873
5874 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
5875 collect all the gprs.
5876
5877 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
5878 loop collecting gprs.
5879
5880 2004-05-09 Andrew Cagney <cagney@redhat.com>
5881
5882 * remote-vx.c (net_step): Delete step-range code.
5883 * remote.c (remote_resume, init_all_packet_configs)
5884 (set_remote_protocol_E_packet_cmd)
5885 (show_remote_protocol_E_packet_cmd)
5886 (remote_protocol_E, show_remote_cmd, _initialize_remote)
5887 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
5888 (show_remote_protocol_e_packet_cmd): Ditto.
5889
5890 2004-05-09 Mark Kettenis <kettenis@gnu.org>
5891
5892 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
5893
5894 * hppa-tdep.h: Update copyright year.
5895 (struct trad_frame_saved_reg): Add opaque declaration.
5896
5897 * amd64-tdep.c (amd64_return_value): Implement
5898 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5899
5900 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
5901 (m68k_value_to_register): New functions.
5902 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
5903 value_to_register.
5904
5905 * defs.h (enum return_value_convention): Add
5906 RETURN_VALUE_ABI_RETURNS_ADDRESS and
5907 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
5908 * infcmd.c (legacy_return_value): New function.
5909 (print_return_value): Rwerite to implement
5910 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5911 * values.c (using_struct_return): Check for inequality to
5912 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
5913 RETURN_VALUE_STRUCT_CONVENTION.
5914 * i386-tdep.c (i386_return_value): Implement
5915 RETURN_VALUE_ABI_RETURNS_ADDRESS.
5916
5917 * vax-tdep.c: Tweak comments. Reorder include files. Don't
5918 include "symtab.h", "opcode/vax.h" and "inferior.h".
5919 (vax_skip_prologue): Replace calls to read_memory_integer by calls
5920 to read_memory_unsigned_integer.
5921 (vax_gdbarch_init): Reorder.
5922 (_initialize_vax_tdep): Spell out prototype.
5923 * Makefile.in (vax-tdep.o): Update dependencies.
5924
5925 2004-05-08 Andrew Cagney <cagney@redhat.com>
5926
5927 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
5928 * target.c (target_detach, target_disconnect): Ditto.
5929
5930 * infcall.c (call_function_by_hand): When no
5931 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
5932 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
5933 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
5934 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5935 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5936
5937 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
5938 * gdbarch.h, gdbarch.c: Re-generate.
5939 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5940 deprecated_fix_call_dummy.
5941 * v850-tdep.c (v850_gdbarch_init): Ditto.
5942 * infcall.c (call_function_by_hand): Do not call
5943 DEPRECATED_FIX_CALL_DUMMY.
5944
5945 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
5946 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
5947 * gdbarch.h, gdbarch.c: Re-generate.
5948 * arm-linux-tdep.c (arm_linux_call_dummy_words)
5949 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
5950 deprecated_sizeof_call_dummy_words.
5951 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
5952 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
5953 * v850-tdep.c (v850_gdbarch_init): Ditto.
5954 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
5955 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
5956 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
5957 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
5958 * arch-utils.h (legacy_call_dummy_words)
5959 (legacy_sizeof_call_dummy_words): Delete declarations.
5960 * arch-utils.c (legacy_call_dummy_words)
5961 (legacy_sizeof_call_dummy_words): Delete variables.
5962
5963 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
5964 * gdbarch.h, gdbarch.c: Re-generate.
5965 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
5966 * infcall.c (call_function_by_hand): Eliminate call to
5967 DEPRECATED_PUSH_DUMMY_FRAME.
5968 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5969 push_dummy_frame.
5970 (ns32k_push_dummy_frame): Delete function.
5971
5972 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
5973 deprecated_call_dummy_breakpoint_offset or
5974 deprecated_call_dummy_start_offset.
5975 * dummy-frame.c, arm-tdep.c: Update comments.
5976 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
5977 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
5978 * gdbarch.h, gdbarch.c: Re-generate.
5979
5980 * infcall.c (legacy_push_dummy_code): Delete function.
5981 (push_dummy_code): Delete call.
5982
5983 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
5984 * gdbarch.h, gdbarch.c: Re-generate.
5985 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
5986 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
5987 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
5988 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
5989
5990 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
5991 (struct frame_info): Delete opaque declaration.
5992 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
5993 * frame.c (get_frame_type): Delete call.
5994
5995 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
5996 pc_in_call_dummy.
5997 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
5998 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
5999
6000 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6001
6002 * alphanbsd-tdep.c: Include "gdb_string.h".
6003 * armnbsd-tdep.c: Update copyright year.
6004 Include "gdb_string.h".
6005 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
6006 dependencies.
6007
6008 * delta68-nat.c: Remove file.
6009 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
6010 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
6011 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
6012 (delta68-nat.o): Remove dependency.
6013
6014 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
6015 function.
6016 (m68k_gdbarch_init): Don't set
6017 deprecated_frameless_function_invocation.
6018
6019 2004-05-07 Randolph Chung <tausq@debian.org>
6020
6021 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
6022 read_memory_nobpt for code reading when doing frame unwinding.
6023 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
6024
6025 2004-05-07 Randolph Chung <tausq@debian.org>
6026
6027 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
6028 instead of sp, handle sigaltstack case.
6029 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
6030 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
6031 signal handler and not that of the caller.
6032 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
6033 hppa_linux_sigtramp_find_sigcontext.
6034
6035 2004-05-07 Randolph Chung <tausq@debian.org>
6036
6037 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
6038 hppa-linux-nat.c.
6039 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
6040 * hppa-linux-nat.c (fetch_register, store_register): Define.
6041 (fetch_inferior_registers, store_inferior_registers): Define.
6042 (supply_gregset): Add comment and clean up some unneeded code.
6043 (fill_gregset): Add comment and fix so that it saves registers in
6044 the right place in the gregset.
6045 (fill_fpregset): Fix buffer overrun problem.
6046 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
6047
6048 2004-05-07 Randolph Chung <tausq@debian.org>
6049
6050 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
6051 do common handling of the pcoqt register.
6052 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
6053 to use helper function.
6054 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
6055 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
6056 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
6057 generic fallback unwinder when all else fails.
6058 (hppa_gdbarch_init): Add fallback sniffer.
6059 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
6060 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
6061 to use helper function.
6062
6063 2004-05-08 Joel Brobecker <brobecker@gnat.com>
6064
6065 * config/djgpp/fnchange.lst: Add translation rules for
6066 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
6067
6068 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6069
6070 * frame.c (get_prev_frame_1): Work around GCC bug.
6071 * frame.h: Add comment about GCC bug.
6072
6073 2004-05-07 Andrew Cagney <cagney@redhat.com>
6074
6075 * observer.c: Include "commands.h" and "gdbcmd.h".
6076 (observer_debug, _initialize_observer): Add the
6077 command "set/show debug observer".
6078 * observer.sh: When observer debugging, log notify calls.
6079 * Makefile.in (observer.o): Update dependencies.
6080
6081 2004-05-07 Jason Molenda (jmolenda@apple.com)
6082
6083 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
6084
6085 2004-05-07 Jim Blandy <jimb@redhat.com>
6086
6087 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
6088 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
6089 to recognize gpr regnums, instead of assuming that
6090 tdep->ppc_fp0_regnum marks the end of the general-purpose
6091 registers.
6092
6093 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
6094 the given architecture has floating-point registers.
6095
6096 2004-05-07 Andrew Cagney <cagney@redhat.com>
6097
6098 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
6099 macro defined to 1.
6100 * gdbarch.h, gdbarch.c: Re-generate.
6101 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6102 deprecated_use_generic_dummy_frames.
6103
6104 2004-05-07 Brian Ford <ford@vss.fsi.com>
6105
6106 * NEWS: Mention Cygwin DWARF 2 support.
6107
6108 2004-05-07 Andrew Cagney <cagney@redhat.com>
6109
6110 * objfiles.h (struct entry_info): Delete unused fields
6111 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
6112 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
6113 * mipsread.c (mipscoff_symfile_read): Update.
6114 * mdebugread.c (parse_partial_symbols): Update.
6115 * dwarfread.c (read_file_scope): Update.
6116 * dwarf2read.c (read_file_scope): Update.
6117 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
6118 * coffread.c (complete_symtab): Update.
6119
6120 2004-05-07 Mark Kettenis <kettenis@gnu.org>
6121
6122 * infcall.c (_initialize_infcall): Fix typo.
6123
6124 2004-05-07 Andrew Cagney <cagney@redhat.com>
6125
6126 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
6127 * command.h (add_setshow_zinteger_cmd): Declare.
6128
6129 2004-05-06 Randolph Chung <tausq@debian.org>
6130
6131 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
6132 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
6133 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
6134 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
6135 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
6136 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6137 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
6138 definitions ...
6139 * hppa-tdep.h: ... to here, with HPPA_ prefix.
6140 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6141 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6142 (hppa64_hpux_frame_find_saved_regs_in_sig)
6143 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6144 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6145 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6146 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6147 (hppa_linux_sigtramp_frame_prev_register): Likewise.
6148 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6149 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6150 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6151 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6152 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6153 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6154 (hppa32_register_type, hppa_cannot_store_register)
6155 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
6156 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
6157 * hpread.c (hpread_process_one_debug_symbol): Likewise.
6158 * pa64solib.c (pa64_solib_have_load_event)
6159 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
6160 (pa64_solib_unloaded_library_pathname): Likewise.
6161 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6162 (som_solib_library_pathname): Likewise.
6163
6164 2004-05-05 Jim Ingham <jingham@apple.com>
6165
6166 * breakpoint.c (create_breakpoints): Copy the ignore count and
6167 thread id over from the pended breakpoint to the actual
6168 breakpoint.
6169
6170 2004-05-05 Andrew Cagney <cagney@redhat.com>
6171
6172 * gdbarch.sh (PARM_BOUNDARY): Delete.
6173 gdbarch.h, gdbarch.c: Re-generate.
6174 * valops.c (PARM_BOUNDARY): Delete macro.
6175 (value_push): Delete PARM_BOUNDARY code.
6176 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
6177
6178 2004-05-04 Jim Blandy <jimb@redhat.com>
6179
6180 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
6181 Don't assume that the gprs, fprs, and UISA sprs are
6182 contiguous, start at register number zero, and end with fpscr.
6183 Instead, use the numbers from the tdep structure.
6184
6185 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
6186 should no longer be used in code specific to the RS6000 and its
6187 derivatives.
6188 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
6189 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
6190 tdep->ppc_fp0_regnum.
6191 (ppc_supply_fpregset, ppc_collect_fpregset)
6192 (rs6000_push_dummy_call, rs6000_extract_return_value)
6193 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
6194 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
6195 FP0_REGNUM.
6196 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
6197 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
6198 Same.
6199 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
6200 bdm_ppc_store_registers): Same.
6201 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
6202 (store_register, fill_fpregset): Same.
6203 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
6204 (ppc_linux_supply_fpregset): Same.
6205 * ppcnbsd-nat.c (getfpregs_supplies): Same.
6206 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
6207 Same.
6208 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
6209 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
6210 ppc64_sysv_abi_return_value): Same.
6211 * rs6000-nat.c (regmap, fetch_inferior_registers)
6212 (store_inferior_registers, fetch_core_registers): Same.
6213
6214 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6215
6216 * m68knbsd-nat.c: Remove file.
6217 * m68knbsd-tdep.c: Remove file.
6218 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
6219 dependencies.
6220 * configure.host: Add m68k-*-netbsdelf*.
6221 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
6222 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
6223 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
6224 (XM_FILE): Remove.
6225 * config/m68k/nbsdelf.mh: New file.
6226 * config/m68k/nbsd.mt: New file.
6227 * config/m68k/nbsdaout.mt: Remove file.
6228 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
6229 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
6230 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
6231 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
6232 (use_struct_convention): Remove prototype.
6233 (USE_STRUCT_CONVENTION): Remove define.
6234 * config/m68k/xm-nbsd.h: Remove file.
6235
6236 2004-05-04 Michael Snyder <msnyder@redhat.com>
6237
6238 * m68k-tdep.c (m68k_gdbarch_init): Default to using
6239 reg_struct_return method (as gcc usually does for cross targets).
6240
6241 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
6242
6243 Committed by Andrew Cagney.
6244 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
6245 alignment padding when accessing ucontext struct members.
6246
6247 2004-05-04 Jim Blandy <jimb@redhat.com>
6248
6249 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
6250 'ppc_gplast_regnum' member.
6251 (ppc_num_gprs): New enum constant.
6252 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
6253 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
6254 * rs6000-nat.c (regmap, fetch_inferior_registers,
6255 store_inferior_registers): Same.
6256 * rs6000-tdep.c (e500_pseudo_register_read)
6257 (e500_pseudo_register_write): Same.
6258 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
6259
6260 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
6261 * ppc-tdep.h (ppc_num_fprs): New enum constant.
6262 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
6263 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
6264 FPLAST_REGNUM.
6265 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
6266 Same.
6267 * ppc-linux-nat.c (ppc_register_u_addr): Same.
6268 * rs6000-nat.c (regmap, fetch_inferior_registers)
6269 (store_inferior_registers): Same.
6270
6271 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
6272 with FPLAST_REGNUM.
6273
6274 2004-05-03 Joel Brobecker <brobecker@gnat.com>
6275
6276 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
6277 failure detected by recent versions of GCC.
6278 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
6279 to be consistent with the usage in dwarf2_create_include_psymtab.
6280
6281 2004-05-03 Michael Snyder <msnyder@redhat.com>
6282
6283 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
6284 (heuristic_proc_start): Whitespace cleanup.
6285
6286 2004-05-04 Mark Kettenis <kettenis@gnu.org>
6287
6288 * sun3-nat.c: Remove file.
6289 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
6290 dependencies.
6291 (ALLDEPFILES): Remove sun3-nat.c.
6292 (sun3-nat.o): Remove dependencies.
6293
6294 * i386-interix-nat.c, i386-interix-tdep.c,
6295 config/i386/nm-interix.h, config/i386/interix.mh,
6296 config/i386/interix.mt: Remove files.
6297 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
6298 dependencies.
6299
6300 2004-05-03 Mark Kettenis <kettenis@gnu.org>
6301
6302 * m68k-tdep.h (struct gdbarch_tdep): Add member
6303 struct_value_regnum.
6304 (m68k_svr4_init_abi): New prototype.
6305 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
6306 different calling conventions.
6307 (m68k_extract_return_value): Remove code dealing with single-field
6308 structs.
6309 (m68k_store_return_value): Remove code dealing with single-field
6310 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
6311 (m68k_extract_struct_value_address): Remove function.
6312 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
6313 (m68k_reg_struct_return_p, m68k_return_value)
6314 (m68k_svr4_return_value): New functions.
6315 (m68k_use_struct_convention): Remove function.
6316 (m68k_push_dummy_call): Use new struct_value_regnum member of
6317 `struct gdbarch_tdep' instead of hardcoded register number to
6318 store STRUCT_ADDR.
6319 (m68k_svr4_init_abi): New function.
6320 (m68k_gdbarch_init): Don't set extract_return_value,
6321 store_return_values, deprecated_extract_struct_value_address and
6322 use_struct_convention. Set return_value instead. Initialize new
6323 struct_value_regnum member of `struct gdbarch_tdep'.
6324 * m68klinux-tdep.c: Update copyright year.
6325 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
6326 (m68k_linux_extract_struct_value_address): Remove function.
6327 (m68k_linux_init_abi): Don't set extract_return_value,
6328 store_return_values, deprecated_extract_struct_value_address and
6329 use_struct_convention. Call m68k_svr4_init_abi but override the
6330 new struct_value_regnum member of `struct gdbarch_tdep'.
6331 * Makefile.in (m68k-tdep.o): Update dependencies.
6332
6333 2004-05-03 J. Brobecker <brobecker@gnat.com>
6334
6335 * dwarf2read.c (line_header): Add new included_p field in
6336 field file_names.
6337 (partial_die_info): New field has_stmt_list. New field line_offset.
6338 (dwarf2_create_include_psymtab): New function.
6339 (dwarf2_build_include_psymtabs): New function.
6340 (add_file_name): Add forward declaration. Initialize new field.
6341 (dwarf_decode_lines): Add new parameter. Enhance this procedure
6342 to be able to determine the list of files included by the
6343 given unit, and build their associated psymtabs.
6344 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
6345 files as well.
6346 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
6347 (read_file_scope): Update call to dwarf_decode_lines.
6348 (read_partial_die): Handle DW_AT_stmt_list attributes.
6349
6350 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
6351
6352 Unfix PR gdb/1626.
6353 * configure.in: Revert special case for osf5.*.
6354 * configure: Regenerate.
6355
6356 2004-05-02 Jim Blandy <jimb@redhat.com>
6357
6358 Move the symbol-file-from-memory functions into their own file.
6359 * symfile-mem.c, symfile-mem.h: New files.
6360 * symfile.c (symbol_file_add_from_bfd): New function.
6361 (symbol_file_add): Call symbol_file_add_from_bfd.
6362 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
6363 Moved to symfile-mem.c.
6364 (_initialize_symfile): Move definition of
6365 add-symbol-file-from-memory command to symfile-mem.c.
6366 * symfile.h (symbol_file_add_from_bfd): New declaration.
6367 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
6368 * config/powerpc/linux.mt (TDEPFILES): Same.
6369 * Makefile.in (SFILES): Add symfile-mem.c.
6370 (symfile_mem_h): New variable.
6371 (HFILES_NO_SRCDIR): Add symfile-mem.h.
6372 (symfile-mem.o): New rule.
6373
6374 2004-05-01 Andrew Cagney <cagney@redhat.com>
6375
6376 * breakpoint.c (insert_bp_location): Use get_frame_id, and
6377 frame_find_by_id instead of frame_relative_level.
6378 (do_enable_breakpoint): Ditto.
6379 * thread.c: Update copyright.
6380 (info_threads_command): Ditto, simplify.
6381
6382 * frame.c (deprecated_generic_get_saved_register): Delete
6383 function, moved to "xstormy16-tdep.c".
6384 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
6385 deprecated_generic_get_saved_register from "frame.c".
6386 (xstormy16_frame_saved_register): Call
6387 xstormy16_get_saved_register.
6388 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
6389 static.
6390 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
6391 * frame.h (deprecated_generic_get_saved_register): Delete.
6392
6393 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
6394
6395 * dwarfread.c: Update documentation on the state of dwarf-1.
6396
6397 2004-05-01 Andrew Cagney <cagney@redhat.com>
6398
6399 * stack.c (select_frame_command): Delete call to
6400 frame_relative_level.
6401 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
6402 Delete #if0 code.
6403 (frame_info): Do not print FRAMELESS.
6404 (print_block_frame_labels): Replace DEPRECATED_STREQ.
6405 (catch_info): Delete #if0 code.
6406
6407 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
6408 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
6409 of frame_relative_level.
6410 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
6411 to SENTINEL_FRAME.
6412 * frame.h (enum frame_type): Add SENTINEL_FRAME.
6413 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
6414 frame_relative_level.
6415
6416 * frame.h (deprecated_set_frame_type): Delete declaration.
6417 * frame.c (deprecated_set_frame_type): Delete function, update
6418 comments.
6419
6420 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
6421 * gdbarch.h, gdbarch.c: Re-generate.
6422 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
6423 (shnbsd_pc_in_sigtramp): Delete.
6424 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
6425 pc_in_sigtramp.
6426 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
6427 pc_in_sigtramp.
6428 * frame.h: Update comments.
6429 * ppc-linux-tdep.c: Update comments.
6430 * breakpoint.c (bpstat_what): Update comments.
6431
6432 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
6433 m68klinux-tdep.o's dependencies, were previously added to
6434 m68klinux-nat.o.
6435
6436 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
6437 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
6438 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
6439 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
6440 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
6441
6442 * Makefile.in (m68klinux-nat.o): Update dependencies.
6443 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6444 (m68k_linux_sigtramp_frame_cache)
6445 (m68k_linux_sigtramp_frame_this_id)
6446 (m68k_linux_sigtramp_frame_prev_register)
6447 (m68k_linux_sigtramp_frame_unwind)
6448 (m68k_linux_sigtramp_frame_sniffer)
6449 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
6450 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
6451 names, use trad-frame.h.
6452 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
6453 (struct m68k_sigtramp_info): Delete.
6454 * m68k-tdep.c (m68k_sigtramp_frame_cache)
6455 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
6456 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
6457 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
6458 "m68klinux-tdep.c".
6459
6460 * infrun.c (check_sigtramp2): Delete check for
6461 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
6462
6463 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6464
6465 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
6466
6467 2004-05-01 Andrew Cagney <cagney@redhat.com>
6468
6469 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
6470 (frv_linux_sigtramp_frame_cache)
6471 (frv_linux_sigtramp_frame_this_id)
6472 (frv_linux_sigtramp_frame_prev_register)
6473 (frv_linux_sigtramp_frame_unwind)
6474 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
6475 include "linux" in function and variable names, directly call
6476 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
6477 the latest trad-frame code.
6478 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
6479 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
6480 * Makefile.in (frv-linux-tdep.o): Update dependencies.
6481 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
6482 * frv-tdep.c (frv_sigtramp_frame_cache)
6483 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
6484 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
6485 frv-linux-tdep.c.
6486 (frv_gdbarch_init): Do not append a sigtramp sniffer.
6487 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
6488 (frv_set_sigcontext_reg_addr): Delete function.
6489
6490 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
6491 (DEPRECATED_SIGTRAMP_END): Delete.
6492 * gdbarch.h, gdbarch.c: Re-generate.
6493 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
6494 * config/vax/tm-vaxbsd.h: Update copyright.
6495 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6496 (DEPRECATED_IN_SIGTRAMP): Define.
6497 * config/m68k/tm-nbsd.h: Update copyright.
6498 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
6499 (DEPRECATED_IN_SIGTRAMP): Define.
6500
6501 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6502
6503 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
6504 encondings. Fixes PR gdb/1628.
6505
6506 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
6507 DW_CFA_restore state without a matching DW_CFA_remember_state
6508 instead of aborting. Fixes PR backtrace/1589.
6509
6510 2004-04-30 Joel Brobecker <brobecker@gnat.com>
6511
6512 * MAINTAINERS: Add self as AIX maintainer.
6513 Update my e-mail address in write-after-approval section.
6514
6515 2004-04-30 Andrew Cagney <cagney@redhat.com>
6516
6517 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
6518 (legacy_get_prev_frame): Ditto.
6519
6520 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
6521 (mips_gdbarch_init): Do not set pc_in_sigtramp.
6522 * mipsread.c (sigtramp_address): Delete extern variable.
6523 (mipscoff_new_init): Delete reference.
6524 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
6525 (fixup_sigtramp): Delete function.
6526 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
6527 (fixup_sigtramp): Delete declarations.
6528
6529 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
6530 deprecated_pc_in_sigtramp.
6531 (ppcnbsd_pc_in_sigtramp): Delete function.
6532
6533 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6534
6535 * config/m68k/nm-nbsd.h: Tweak comments.
6536 * config/m68k/nm-nbsdaout.h: Likewise.
6537
6538 2004-04-30 Andrew Cagney <cagney@redhat.com>
6539
6540 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
6541 legacy_pc_in_sigtramp.
6542 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
6543
6544 2004-05-01 Mark Kettenis <kettenis@gnu.org>
6545
6546 Add OpenBSD/m68k support.
6547 * NEWS (New native configurations): Mention OpenBSD/m68k.
6548 * m68kbsd-tdep.c: New file.
6549 * m68kbsd-nat.c: New file.
6550 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
6551 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
6552 * configure.host: Add m68k-*-openbsd.
6553 * configure.tgt: Add m68k-*-openbsd.
6554 * config/m68k/tm-obsd.h: New file.
6555 * config/m68k/obsd.mt: New file.
6556 * config/m68k/obsd.mh: New file.
6557 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
6558 m68kbsd-tdep.c.
6559
6560 2004-04-30 Andrew Cagney <cagney@redhat.com>
6561
6562 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
6563 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
6564
6565 2004-04-30 Mark Kettenis <kettenis@gnu.org>
6566
6567 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
6568 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
6569
6570 2004-04-30 Brian Ford <ford@vss.fsi.com>
6571
6572 Revert 2004-04-16 change.
6573 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
6574 (i386_coff_init_abi): Remove.
6575 * i386-tdep.h (i386_coff_init_abi): Remove.
6576 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
6577
6578 2004-04-30 Andrew Cagney <cagney@redhat.com>
6579
6580 * blockframe.c (find_pc_partial_function): Delete use of
6581 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
6582 DEPRECATED_SIGTRAMP_END.
6583
6584 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
6585 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
6586 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
6587 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
6588 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
6589
6590 * defs.h (deprecated_inside_entry_file): Delete declaration.
6591 * blockframe.c (deprecated_inside_entry_file): Delete function.
6592 (legacy_frame_chain_valid): Delete call.
6593 * sh64-tdep.c (sh64_frame_chain): Delete call.
6594 * objfiles.h: Update comments.
6595 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
6596 call.
6597 * frame.c (get_prev_frame): Delete call, update comments.
6598
6599 2004-04-30 Brian Ford <ford@vss.fsi.com>
6600
6601 * MAINTAINERS (Write After Approval): Add myself.
6602
6603 2004-04-30 Andrew Cagney <cagney@redhat.com>
6604
6605 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
6606 * gdbarch.h, gdbarch.c: Re-generate.
6607 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
6608 code.
6609
6610 2004-04-30 Andrew Cagney <cagney@redhat.com>
6611
6612 * gdb-events.sh (selected_thread_changed)
6613 (selected_frame_level_changed, target_changed): Delete.
6614 * gdb-events.h, gdb-events.c: Re-generate.
6615 * valops.c (value_assign): Update.
6616 * stack.c (select_frame_command, up_silently_base)
6617 (down_silently_base): Update.
6618
6619 2004-04-29 Andrew Cagney <cagney@redhat.com>
6620
6621 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
6622 registers correctly.
6623 (print_gp_register_row, mips32_heuristic_proc_desc)
6624 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
6625 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
6626 references to mips_isa_regsize.
6627
6628 2004-04-29 Andrew Cagney <cagney@redhat.com>
6629
6630 * mips-tdep.c (struct gdbarch_tdep): Delete
6631 mips_fp_register_double.
6632 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
6633 mips_abi_regsize.
6634 (mips_gdbarch_init): Do not set mips_fp_register_double.
6635 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
6636
6637 2004-04-29 Joel Brobecker <brobecker@gnat.com>
6638
6639 Committed by Andrew Cagney.
6640 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
6641 function calls.
6642
6643 2004-04-29 Andrew Cagney <cagney@redhat.com>
6644
6645 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
6646 gdbarch, use mips_abi, update callers.
6647 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
6648 mips_abi_regsize, update callers.
6649 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
6650 mips_default_abi_regsize.
6651 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
6652 mips_default_abi_regsize.
6653
6654 2004-04-29 Andrew Cagney <cagney@redhat.com>
6655
6656 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
6657 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
6658 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
6659 mips_default_abi_regsize.
6660 (mips_isa_regsize): Rename mips_regisze.
6661 * mipsnbsd-tdep.c: Update.
6662 * mips-linux-tdep.c: Update.
6663 * irix5-nat.c: Update.
6664 * mips-tdep.h (mips_isa_regsize): Update.
6665
6666 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
6667 Delete all disabled code.
6668 * gdb-events.h, gdb-events.c: Re-generate.
6669
6670 2004-04-19 Jerome Guitton <guitton@gnat.com>
6671 Mark Kettenis <kettenis@gnu.org>
6672
6673 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
6674 the function begins with a branch instruction.
6675
6676 2004-04-29 Mark Kettenis <kettenis@gnu.org>
6677
6678 * i386-tdep.c: Fix spelling mistakes.
6679
6680 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6681 Andrew Cagney <cagney@redhat.com>
6682
6683 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
6684 <sys/proc.h>.
6685 * acconfig.h: Provide default _KMEMUSER value.
6686 * config.in, configure: Re-generate.
6687 * NEWS: Mention fix.
6688
6689 2004-04-24 Randolph Chung <tausq@debian.org>
6690
6691 * configure.host (hppa*-*-linux*): New target.
6692 * configure.tgt (hppa*-*-linux*): Likewise.
6693 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
6694 gdbarch_init_osabi() call earlier so that osabi-specific frame
6695 unwinders can be registered first.
6696 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
6697 hppa-linux-nat.c.
6698 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
6699 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
6700 * config/pa/linux.mh: New file.
6701 * config/pa/linux.mt: New file.
6702 * config/pa/nm-linux.h: New file.
6703 * config/pa/xm-linux.h: New file.
6704 * hppa-linux-nat.c: New file.
6705 * hppa-linux-tdep.c: New file.
6706
6707 2004-04-28 Randolph Chung <tausq@debian.org>
6708
6709 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
6710 return values.
6711 (hppa32_push_dummy_call): Fix small struct and floating point argument
6712 passing, and make sure the stack frame is properly aligned.
6713
6714 2004-04-28 Andrew Cagney <cagney@redhat.com>
6715
6716 * stack.c (print_stack_frame): Fix description.
6717
6718 * NEWS: Mention gdb/gdbserver/configure execute permission
6719 changed. PR server/519.
6720
6721 2004-04-28 Andrew Cagney <cagney@redhat.com>
6722
6723 * stack.c (print_stack_frame_stub): Delete declaration.
6724 (struct print_stack_frame_args, print_stack_frame)
6725 (print_frame_info, print_frame): Replace "source" with print what.
6726 Replace "print" with "print_level". Replace "args" with
6727 "print_args".
6728 * frame.h (show_and_print_stack_frame, print_stack_frame)
6729 (print_frame_info): Update declarations.
6730 * stack.c (select_and_print_frame, frame_command)
6731 (current_frame_command, up_command, down_command): Update calls -
6732 use get_selected_frame, pass "enum print_what" for source, do not
6733 call frame_relative_level.
6734 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
6735 * remote-rdp.c (remote_rdp_open): Ditto.
6736 * remote-mips.c (common_open): Ditto.
6737 * remote-e7000.c (e7000_start_remote): Ditto.
6738 * ocd.c (ocd_start_remote): Ditto.
6739 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
6740 * infrun.c (normal_stop): Ditto.
6741 * inflow.c (kill_command): Ditto.
6742 * infcmd.c (finish_command): Ditto.
6743 * corelow.c (core_open): Ditto.
6744 * tracepoint.c (finish_tfind_command): Ditto.
6745 * thread.c (info_threads_command, info_threads_command)
6746 (restore_current_thread, do_captured_thread_select): Ditto.
6747 * ada-tasks.c (task_command): Ditto.
6748
6749 2004-04-26 Orjan Friberg <orjanf@axis.com>
6750
6751 * frame.c: Include "observer.h".
6752 (frame_observer_target_changed): New function.
6753 (_initialize_frame): Attach target_changed observer.
6754 * regcache.c: Include "observer.h".
6755 (regcache_observer_target_changed): New function.
6756 (_initialize_regcache): Attach target_changed observer.
6757 * valops.c: Include "observer.h".
6758 (value_assign): Notify target_changed event when modifying register.
6759 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
6760
6761 2004-04-26 Orjan Friberg <orjanf@axis.com>
6762
6763 From Paul Koning <pkoning@equallogic.com>:
6764 * breakpoint.c (free_valchain): New function.
6765 (insert_bp_location, delete_breakpoint): Use free_valchain.
6766 (remove_breakpoint): Do not remove the valchain.
6767 (bpstat_stop_status): If not stopped by watchpoint, skip
6768 watchpoints when generating stop status list.
6769 * infrun.c (handle_inferior_event): Make
6770 stepped_after_stopped_by_watchpoint a global variable.
6771 * remote.c (remote_stopped_data_address): Return watch data
6772 address rather than zero if stepped_after_stopped_by_watchpoint is
6773 set.
6774
6775 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
6776
6777 Fix PR gdb/1626.
6778 * configure.in: Check for curses after termcap.
6779 On osf5.*, do not check for ncurses.
6780 * configure: Regenerate.
6781
6782 2004-04-25 Mark Kettenis <kettenis@gnu.org>
6783
6784 * ppcobsd-nat.c: Include "ppc-tdep.h".
6785 * Makefile.in (ppcobsd-nat.o): Update dependencies.
6786
6787 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
6788 Fixes PR tdep/1623 and PR tdep/1624.
6789
6790 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
6791
6792 * xmodem.h, xmodem.c: Remove files.
6793 * Makefile.in: Remove references to xmodem.h, xmodem.c.
6794
6795 2004-04-23 Randolph Chung <tausq@debian.org>
6796
6797 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
6798 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
6799 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
6800 for handling stackless frames.
6801 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
6802
6803 2004-04-23 Randolph Chung <tausq@debian.org>
6804
6805 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
6806 starts at a pc before the frame is created.
6807
6808 2004-04-23 Joel Brobecker <brobecker@gnat.com>
6809
6810 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
6811
6812 2004-04-23 Jerome Guitton <guitton@gnat.com>
6813
6814 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
6815 use convert_typed_floating to get the appropriate format.
6816
6817 2004-04-22 Randolph Chung <tausq@debian.org>
6818
6819 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
6820 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
6821 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
6822 (hppa_sign_extend): Add prototype.
6823 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
6824 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
6825 (sign_extend): Rename with hppa_ prefix and make non-static. Other
6826 hppa targets will also use these functions.
6827 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
6828 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
6829 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
6830 (hppa_gdbarch_init): Remove gdbarch setting of
6831 skip_trampoline_code, in_solib_call_trampoline and
6832 in_solib_return_trampoline.
6833 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6834 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
6835 hppa_in_solib_call_trampoline.
6836 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
6837 Moved from hppa-tdep.c.
6838 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
6839 in_solib_call_trampoline and in_solib_return_trampoline.
6840
6841 2004-04-22 Randolph Chung <tausq@debian.org>
6842
6843 * hppa-tdep.c (hppa_debug): New variable.
6844 (find_unwind_entry, hppa_frame_cache): Add debug output.
6845 (_initialize_hppa_tdep): Add command to set debug flag.
6846
6847 2004-04-22 Andrew Cagney <cagney@redhat.com>
6848
6849 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
6850 "trad-frame.h".
6851 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
6852 signal trampoline unwinder.
6853 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
6854
6855 2004-04-22 Mark Kettenis <kettenis@gnu.org>
6856
6857 Add OpenBSD/powerpc support.
6858 * NEWS (New native configurations): Mention OpenBSD/powerpc.
6859 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
6860 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
6861 (ppc_collect_fpregset): New prototypes.
6862 * ppcobsd-nat.c: New file.
6863 * ppcobsd-tdep.c: New file.
6864 * ppcobsd-tdep.h: New file.
6865 * rs6000-tdep.c: Include "regset.h".
6866 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
6867 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
6868 New functions.
6869 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
6870 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
6871 (rs6000-tdep.o): Update dependencies.
6872 * configure.host: Add powerpc-*-openbsd.
6873 * configure.tgt: Add powerpc-*-openbsd.
6874 * config/powerpc/obsd.mh: New file.
6875 * config/powerpc/nm-obsd.h: New file.
6876 * config/powerpc/obsd.mt: New file.
6877
6878 2004-04-22 Andrew Cagney <cagney@redhat.com>
6879
6880 * frame.h (show_frame_info): Delete declaration.
6881
6882 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
6883 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
6884 * m32r-tdep.c (m32r_frame_this_id): Ditto.
6885 * frv-tdep.c (frv_frame_this_id): Ditto.
6886 * avr-tdep.c (avr_frame_this_id): Ditto.
6887
6888 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
6889
6890 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
6891
6892 2004-04-22 Jim Blandy <jimb@redhat.com>
6893
6894 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
6895 register number zero.
6896
6897 2004-04-21 Michael Snyder <msnyder@redhat.com>
6898
6899 * mips-tdep.c (heuristic_proc_start):
6900 Warning() already prefixes "Warning: ".
6901
6902 2004-04-21 Andrew Cagney <cagney@redhat.com>
6903
6904 * annotate.h (deprecated_annotate_starting_hook)
6905 (deprecated_annotate_stopped_hook)
6906 (deprecated_annotate_exited_hook)
6907 (deprecated_annotate_signal_hook)
6908 (deprecated_annotate_signalled_hook): Deprecate.
6909 * tracepoint.h (deprecated_create_tracepoint_hook)
6910 (deprecated_delete_tracepoint_hook)
6911 (deprecated_modify_tracepoint_hook)
6912 (deprecated_trace_find_hook)
6913 (deprecated_trace_start_stop_hook): Deprecate.
6914 * target.h (deprecated_target_new_objfile_hook): Deprecate.
6915 * remote.h (deprecated_target_resume_hook)
6916 (deprecated_target_wait_loop_hook): Deprecate.
6917 * gdbcore.h (deprecated_exec_file_display_hook)
6918 (deprecated_file_changed_hook): Deprecate.
6919 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
6920 * defs.h (deprecated_modify_breakpoint_hook)
6921 (deprecated_command_loop_hook, deprecated_show_load_progress)
6922 (deprecated_print_frame_info_listing_hook)
6923 (deprecated_query_hook, deprecated_warning_hook)
6924 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
6925 (deprecated_delete_breakpoint_hook)
6926 (deprecated_interactive_hook, deprecated_registers_changed_hook)
6927 (deprecated_readline_begin_hook, deprecated_readline_hook)
6928 (deprecated_readline_end_hook, deprecated_register_changed_hook)
6929 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
6930 (deprecated_context_hook, deprecated_target_wait_hook)
6931 (deprecated_attach_hook, deprecated_detach_hook)
6932 (deprecated_call_command_hook, deprecated_set_hook)
6933 (deprecated_error_hook, deprecated_error_begin_hook)
6934 (deprecated_ui_load_progress_hook): Deprecate.
6935 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
6936 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
6937 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
6938 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
6939 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
6940 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
6941 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
6942 * annotate.c, aix-thread.c: Update.
6943
6944 2004-04-21 Andrew Cagney <cagney@redhat.com>
6945
6946 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
6947 * vaxnbsd-tdep.c: Include "gdb_string.h".
6948
6949 * symfile.c (symbol_file_add_from_memory): #if 0 function.
6950 (add_symbol_file_from_memory_command): #if 0 function body, call
6951 error instead.
6952
6953 2004-04-21 Andrew Cagney <cagney@redhat.com>
6954
6955 * gdbcore.h: Update copyright.
6956 (deprecated_add_core_fns): Rename add_core_fns.
6957 * win32-nat.c (_initialize_core_win32): Update.
6958 * sun3-nat.c (_initialize_core_sun3): Update.
6959 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
6960 * rs6000-nat.c (_initialize_core_rs6000): Update.
6961 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
6962 * nto-tdep.c (_initialize_nto_tdep): Update.
6963 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
6964 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
6965 * mips-nat.c (_initialize_core_mips): Update.
6966 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
6967 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
6968 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
6969 * lynx-nat.c (_initialize_core_lynx): Update.
6970 * irix5-nat.c (_initialize_core_irix5): Update.
6971 * i386-interix-nat.c (_initialize_core_interix): Update.
6972 * cris-tdep.c (_initialize_cris_tdep): Update.
6973 * corelow.c (deprecated_add_core_fns): Update.
6974 * core-regset.c (_initialize_core_regset): Update.
6975 * core-aout.c (_initialize_core_aout): Update.
6976 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
6977 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
6978 * alpha-nat.c (_initialize_core_alpha): Update.
6979
6980 2004-04-21 Jim Blandy <jimb@redhat.com>
6981
6982 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
6983
6984 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
6985
6986 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
6987 Delete.
6988 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
6989 (read_attribute_value): Update calls to dwarf_alloc_block.
6990 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
6991 dwarf2_tmp_obstack.
6992 (psymtab_to_symtab_1): Likewise. Clean up using
6993 free_stack_comp_unit.
6994 (add_to_cu_func_list): Use the comp_unit_obstack.
6995
6996 2004-04-19 Joel Brobecker <brobecker@gnat.com>
6997
6998 * dwarf2read.c (dwarf2_flag_true_p): New function.
6999 (die_is_declaration): Use the function above. Add some comments.
7000
7001 2004-04-19 Mark Kettenis <kettenis@gnu.org>
7002
7003 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
7004 architecture when registering sparcnbsd_core_osabi_sniffer.
7005 Adjust comment.
7006
7007 2004-04-18 Mark Kettenis <kettenis@gnu.org>
7008
7009 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
7010 return value.
7011
7012 Based on a patch from Brian Ford <ford@vss.fsi.com>:
7013 * i386-tdep.c: Correct register numbering scheme comments
7014 throughout.
7015 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
7016 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
7017 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
7018 (i386_gdb_arch_init): Likewise.
7019
7020 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
7021 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
7022 ppcnbsd-tdep.o.
7023
7024 * m68k-tdep.h: Tweak comments.
7025 * m68k-tdep.c: Tweak comment.
7026
7027 2004-04-17 Randolph Chung <tausq@debian.org>
7028
7029 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
7030 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
7031 (hppa_hpux_som_init_abi): Set is_elf to 0.
7032 (hppa_hpux_elf_init_abi): Set is_elf to 1.
7033 * hppa-tdep.c (low_text_segment_address): Remove global.
7034 (record_text_segment_lowaddr): Pass in low address as parameter. Use
7035 section offset to calculate segment address.
7036 (internalize_unwinds): Define low_text_segment_address as local and
7037 pass to record_text_segment_lowaddr for ELF targets.
7038 (hppa_gdbarch_init): Zero fill tdep structure.
7039 (hppa_dump_tdep): Print tdep structure.
7040 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
7041
7042 2004-04-17 Randolph Chung <tausq@debian.org>
7043
7044 * hppa-tdep.c (hppa_pseudo_register_read): Define.
7045 (hppa_gdbarch_init): Set pseudo_register_read.
7046 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
7047 * regcache.c (supply_register): Remove check for
7048 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
7049
7050 2004-04-17 Randolph Chung <tausq@debian.org>
7051
7052 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
7053 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
7054 (hpread_adjust_stack_address): Move to hpread.c.
7055 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7056 obj_private_struct): Move from tm-hppa.h.
7057 * hpread.c (hppa-tdep.h): Include.
7058 (hpread_adjust_stack_address): Move from hppa-tdep.c.
7059 (hpread_read_function_type, hpread_read_doc_function_type)
7060 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
7061 directly.
7062 * pa64solib.c (hppa-tdep.h): Include.
7063 * somsolib.c (hppa-tdep.h): Include.
7064 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
7065 inferior_status): Remove unused forward declarations.
7066 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
7067 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7068 obj_private_struct): Move to hppa-tdep.h.
7069 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
7070
7071 2004-04-17 Randolph Chung <tausq@debian.org>
7072
7073 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
7074 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
7075 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
7076 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
7077 Remove forward declaration and make static.
7078 (hppa_reg_struct_has_addr): Remove.
7079
7080 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7081
7082 * observer.sh: Move comments in sed command to first column.
7083
7084 2004-04-16 Jason Molenda (jmolenda@apple.com)
7085
7086 * frame.c: Minor typeo corrections in comments.
7087
7088 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7089
7090 * observer.c (observer_test_first_notification_function): Update
7091 function profile.
7092 (observer_test_second_notification_function): Likewise.
7093 (observer_test_third_notification_function): Likewise.
7094
7095 2004-04-16 Mark Kettenis <kettenis@gnu.org>
7096
7097 From Brian Ford <ford@vss.fsi.com>:
7098 * i386-tdep.c (i386_coff_init_abi): New function.
7099 * i386-tdep.h (i386_coff_init_abi): New prototype.
7100 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
7101 register number translation functions for DWARF and DWARF 2.
7102
7103 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7104
7105 * dwarf2read.c: Back out my previous change, it was incorrect.
7106
7107 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
7108
7109 * dwarf2read.c: Include "hashtab.h".
7110 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
7111 has_namespace_info.
7112 (struct partial_die_info): Add comments. Use bitfields to reduce
7113 memory footprint. Add scope, scope_set, has_specification,
7114 spec_offset, die_parent, die_child, and die_sibling.
7115 (peek_die_abbrev): Add prototype.
7116 (partial_read_comp_unit_head): New function, broken out from
7117 dwarf2_build_psymtabs_hard.
7118 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
7119 Use partial_read_comp_unit_head. Initialize the CU and
7120 comp_unit_obstack. Update calls to read_partial_die and
7121 scan_partial_symbols. Use free_stack_comp_unit and
7122 load_partial_dies.
7123 (scan_partial_symbols): Change PDI to a pointer. Use the child and
7124 sibling pointers to walk partial DIEs. Call fixup_partial_die.
7125 Update calls to helper functions. Remove NAMESPACE argument.
7126 Update comments.
7127 (partial_die_parent_scope, partial_die_full_name): New functions.
7128 (add_partial_symbol): Remove namespace argument. Update call to
7129 pdi_needs_namespace. Use partial_die_full_name. Handle
7130 DW_TAG_namespace. Check has_namespace_info flag.
7131 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
7132 tag. Handle namespaces.
7133 (add_partial_namespace, add_partial_enumeration): Simplify.
7134 (guess_structure_name): New function, derived from
7135 add_partial_structure.
7136 (add_partial_structure): Remove.
7137 (determine_class_name): Update comment.
7138 (dwarf2_read_abbrevs): Set has_namespace_info flag.
7139 (is_type_tag_for_partial, load_partial_dies): New functions.
7140 (read_partial_die): Pass abbrev and abbrev_len as arguments.
7141 Record specifications instead of following them immediately.
7142 (find_partial_die_in_comp_unit, find_partial_die)
7143 (fixup_partial_die, free_stack_comp_unit)
7144 (hashtab_obstack_allocate, dummy_obstack_deallocate)
7145 (partial_die_hash, partial_die_eq): New functions.
7146 * Makefile.in (hashtab_h): Define.
7147 (dwarf2read.o): Update dependencies.
7148 (observer_inc, observer_h): Move to the correct section.
7149
7150 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7151
7152 * dwarf2read.c (dwarf2_attribute_true_p): New function.
7153 (die_is_declaration): Use the function above. Add comment.
7154
7155 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7156
7157 * dwarf2read.c (read_structure_scope): Identify stub types
7158 using die_is_declaration() only.
7159
7160 2004-04-15 Roland McGrath <roland@redhat.com>
7161
7162 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7163 argument instead of NAME.
7164 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7165 in call to symbol_file_add_with_addrs_or_offsets.
7166 (build_addr_info): New function, helper for ...
7167 (symbol_file_add_from_memory): New function.
7168 (add_symbol_file_from_memory_command): New function using that.
7169 (_initialize_symfile): Register it for add-symbol-file-from-memory.
7170 (pre_add_symbol_hook): Add const to argument type.
7171 * symfile.h (symbol_file_add_from_memory): Declare it.
7172
7173 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7174
7175 * NEWS (New native configurations): Mention OpenBSD/vax.
7176 * configure.host: Add vax-*-openbsd*.
7177 * config/vax/obsd.mh: New file.
7178 * config/vax/nm-obsd.h: New file.
7179
7180 * vax-tdep.c: Include "regset.h".
7181 (vax_supply_gregset): New function.
7182 (vax_gregset): New variable.
7183 (vax_regset_from_core_section): New function.
7184 (vax_gdbarch_init): Set regset_from_core_section.
7185 * Makefile.in (vax-tdep.o): Update dependencies.
7186
7187 2004-04-15 Andrew Cagney <cagney@redhat.com>
7188
7189 * observer.c (normal_stop_subject, observer_notify_normal_stop)
7190 (observer_normal_stop_notification_stub)
7191 (observer_attach_normal_stop, observer_detach_normal_stop):
7192 Delete, replaced by #include "observer.inc".
7193 * infrun.c (normal_stop): Pass "stop_bpstat" to
7194 observer_notify_normal_stop.
7195 * Makefile.in (observer_inc): Define.
7196 (observer.o): Update dependencies.
7197 (observer.h, observer.inc): New rules.
7198 * observer.h: Delete file.
7199 * observer.sh: New file.
7200
7201 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7202
7203 * vax-tdep.c (vax_frame_cache): Fix typo.
7204
7205 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7206
7207 * NEWS (New native configurations): Mention NetBSD/vax.
7208 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
7209 * config/vax/nbsdelf.mh: New file.
7210 * config/vax/nbsdaout.mh: New file.
7211 * config/vax/nm-nbsd.h: New file.
7212 * config/vax/nm-nbsdaout.h: New file.
7213
7214 * vaxnbsd-tdep.c: New file.
7215 * Makefile.in (vaxnbsd-tdep.o): New dependency.
7216 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
7217 * config/vax/nbsd.mt: New file.
7218 * config/vax/tm-nbsd.h: New file.
7219
7220 * Makefile.in (vaxbsd-nat.o): New dependency.
7221
7222 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
7223 * vax-tdep.c (vax_store_arguments): Remove struct_return and
7224 struct_addr arguments. Don't push return value address.
7225 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
7226 arguments to vax_store_arguments. Store return value address in
7227 R1.
7228 (vax_store_struct_return, vax_extract_return_value)
7229 (vax_store_return_value): Remove functions.
7230 (vax_return_value): New function.
7231 (vax_gdbarch_init): Set return value. Don't set
7232 deprecated_store_struct_return, deprecated_extract_struct_return
7233 and deprecated_store_return_value.
7234
7235 2004-04-14 Andreas Schwab <schwab@suse.de>
7236
7237 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
7238 value buffer.
7239 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
7240
7241 2004-04-14 Mark Kettenis <kettenis@gnu.org>
7242
7243 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
7244 (vax_unwind_dummy_id): New functions.
7245 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
7246 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
7247 variables.
7248 (vax_fix_call_dummy): Remove function.
7249 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
7250 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
7251 call_dummy_location, deprecated_call_dummy_words,
7252 deprecated_sizeof_call_dummy_words,
7253 deprecated_call_dummy_breakpoint_offset,
7254 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
7255 and deprecated_dummy_write_sp.
7256
7257 2004-04-13 David Carlton <carlton@kealia.com>
7258
7259 * MAINTAINERS: Move myself to "paper trail" section.
7260
7261 2004-04-12 Mark Kettenis <kettenis@gnu.org>
7262
7263 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
7264 "trad-frame.h".
7265 (vax_frame_init_saved_regs): Remove function.
7266 (vax_sigtramp_saved_pc): Remove function.
7267 (vax_frame_saved_pc): Remove function.
7268 (vax_frame_args_address): Remove function.
7269 (vax_frame_num_args): Rewrite.
7270 (vax_frame_chain): Remove function.
7271 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
7272 VAX_FP_REGNUM.
7273 (vax_pop_frame): Likewise.
7274 (vax_saved_pc_after_call): Remove function.
7275 (struct vax_frame_cache): New structure.
7276 (vax_frame_cache): New function.
7277 (vax_frame_this_id): New function.
7278 (vax_frame_prev_register): New function.
7279 (vax_frame_unwind): New variable.
7280 (vax_frame_sniffer): New function.
7281 (vax_frame_base_address): New function.
7282 (vax_frame_args_address): New function.
7283 (vax_frame_base): New variable.
7284 (vax_unwind_pc): New function.
7285 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
7286 deprecated_fp_regnum, deprecated_saved_pc_after_call,
7287 deprecated_frame_chain, deprecated_frame_saved_pc,
7288 deprecated_frame_args_address and
7289 deprecated_frame_init_saved_regs.
7290 * Makefile.in (vax-tdep.o): Update dependencies.
7291
7292 * vaxbsd-nat.c: New file.
7293
7294 * vax-tdep.h: Update copyright year. Adjust comments.
7295 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
7296 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
7297 (vax_regnum): New enum. Replacing...
7298 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
7299 (VAX_PS_REGNUM): ... these removed macros.
7300 * vax-tdep.c (vax_register_name): Remove prototype.
7301 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
7302 (vax_register_byte, vax_register_raw_size,
7303 vax_register_virtual_size, vax_register_virtual_type): Remove
7304 functions.
7305 (vax_register_type): New function.
7306 (vax_breakpoint_from_pc): Reorganize.
7307 (vax_gdbarch_init): Set register_type. Don't set
7308 deprecated_register_size, deprecated_register_bytes,
7309 deprecated_register_byte, deprecated_register_raw_size,
7310 deprecated_max_register_raw_size,
7311 deprecated_register_virtual_size,
7312 deprecated_max_register_virtual_size and
7313 deprecated_register_virtual_type. Add comment on stack direction.
7314
7315 2004-04-11 Mark Kettenis <kettenis@gnu.org>
7316
7317 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
7318 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
7319 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
7320
7321 2004-04-10 Randolph Chung <tausq@debian.org>
7322
7323 * MAINTAINERS (write after approval): Add myself.
7324
7325 2004-04-07 Randolph Chung <tausq@debian.org>
7326
7327 * hppa-tdep.c (hppa_inner_than): Remove.
7328 (is_pa_2): Remove unused static variable.
7329 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
7330
7331 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
7332
7333 * language.h (language_defn): Add new la_post_parser field.
7334 * parser-defs.h (null_post_parser): New declaration (default for
7335 la_post_parser).
7336
7337 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
7338 insert call to that function.
7339 (parse_exp_in_context): New function, including code formerly in
7340 parse_exp_1. Calls language-dependent post-parser after
7341 prefixification.
7342 (parse_expression_in_context): New exported function.
7343 (null_post_parser): New definition.
7344 * expression.h (parse_expression_in_context): Add declaration.
7345
7346 * p-lang.c (pascal_language_defn): Add trivial post-parser.
7347 * c-lang.c (c_language_defn): Ditto.
7348 (cplus_language_defn): Ditto.
7349 (asm_language_defn): Ditto.
7350 (minimal_language_defn): Ditto.
7351 * f-lang.c (f_language_defn): Ditto.
7352 * jv-lang.c (java_language_defn): Ditto.
7353 * language.c (unknown_language_defn): Ditto.
7354 (auto_language_defn): Ditto.
7355 (local_language_defn): Ditto.
7356 * m2-lang.c (m2_language_defn): Ditto.
7357 * scm-lang.c (scm_language_defn): Ditto.
7358 * obj-lang.c (objc_language_defn): Ditto.
7359
7360 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7361
7362 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
7363 (amd64nbsd_mcontext_addr): New function.
7364 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
7365 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
7366 with amd64nbsd_r_reg_offset, instead of building it on the fly.
7367
7368 * corelow.c (core_xfer_partial): Fix coding standards violation.
7369 Add support for TARGET_OBJECT_WCOOKIE.
7370
7371 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
7372 deprecated_pc_in_sigtramp.
7373 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
7374 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
7375 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
7376 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
7377 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
7378 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
7379 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
7380
7381 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
7382 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
7383 Fix typo.
7384
7385 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
7386 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
7387 (amd64_collect_fxsave): Likewise.
7388
7389 * i386-sol2-tdep.c: Include "gdb_string.h".
7390 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
7391 name.
7392 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7393
7394 2004-04-10 Mark Kettenis <kettenis@gnu.org>
7395
7396 * i386-sol2-tdep.c: Include "solib-svr4.h".
7397 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7398 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
7399 * config/i386/tm-i386sol2.h: Include :solib.h".
7400 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
7401 solib-svr4.o and solib-legacy.o.
7402 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
7403 solib-svr4.o.
7404
7405 2004-04-09 Mark Kettenis <kettenis@gnu.org>
7406
7407 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
7408 whether a register is supplied by PTRACE_GETFPREGS.
7409 (store_inferior_registers): Likewise.
7410 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
7411 whether a register is supplied by PT_GETFPREGS.
7412 (store_inferior_registers): Likewise.
7413
7414 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
7415 * config/i386/linux64.mt (TDEPFILES): Likewise.
7416
7417 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
7418
7419 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
7420 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7421 the program counter is in the range specified by `struct
7422 gdbarch_tdep'.
7423 * amd64-linux-tdep.c: Include "symtab.h".
7424 (amd64_linux_pc_in_sigtramp): Remove function.
7425 (amd64_linux_sigtramp_p): New function.
7426 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7427 deprecated_pc_in_sigtramp.
7428 * amd64nbsd-tdep.c: Include "symtab.h".
7429 (amd64nbsd_sigtramp_p): New function.
7430 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7431 deprecated_pc_in_sigtramp.
7432 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
7433 few comments.
7434 (amd64obsd_pc_in_sigtramp): Remove function.
7435 (amd64obsd_sigtramp_p): New function.
7436 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
7437 deprecated_pc_in_sigtramp.
7438 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
7439 (i386bsd_pc_ins_sigtramp): Remove prototype.
7440 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
7441 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
7442 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
7443 the program counter is in the range specified by `struct
7444 gdbarch_tdep'.
7445 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
7446 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
7447 (i386_go32_pc_in_sigtramp): Remove function.
7448 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
7449 Initialize TDEP->sigtramp_p.
7450 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
7451 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
7452 deprecated_pc_in_sigtramp.
7453 * i386-linux-tdep.c: Adjust comments.
7454 (i386_linux_pc_in_sigtramp): Remove function.
7455 (i386_linux_sigtramp_p): New function.
7456 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
7457 deprecated_pc_in_sigtramp.
7458 * i386-nto-tdep.c: Update copyright year.
7459 (i386nto_pc_in_sigtramp): Remove function.
7460 (i386nto_sigtramp_p): New function.
7461 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
7462 SP_REGNUM.
7463 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
7464 deprecated_pc_in_sigtramp.
7465 * i386-sol2-tdep.c: Update copyright year.
7466 (i386_sol2_pc_in_sigtramp): Remove function.
7467 (i386_sol2_sigtramp_p): New function.
7468 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
7469 deprecated_pc_in_sigtramp.
7470 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
7471 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
7472 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7473 deprecated_sigtramp_start and deprecated_sigtramp_end.
7474 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
7475 (i386nbsd_pc_in_sigtramp): Remove function.
7476 (i386nbsd_sigtramp_p): New function.
7477 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7478 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7479 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
7480 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
7481 (i386obsd_pc_in_sigtramp): Remove function.
7482 (i386obsd_sigtramp_p): New function.
7483 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
7484 functions.
7485 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
7486 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
7487 TDEP->sigtramp_p.
7488 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
7489 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
7490 dependencies.
7491
7492 * config/i386/i386aout.mt: Remove file.
7493
7494 * configure.tgt: Remove i[34567]86-*-go32*,
7495 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
7496 and i[34567]86-*-isc*. Set gdb_target to i386 for
7497 i[34567]86-*-netware* and i[34567]86-*-*.
7498 * config/i386/i386.mt: New file.
7499 * config/i386/embed.mt: Remove file.
7500 * config/i386/go32.mt: Remove file.
7501 * config/i386/i386nw.mt: Remove file.
7502 * config/i386/i386v.mt: Remove file.
7503 * config/i386/tm-go32.h: Remove file.
7504
7505 * tui/tui-hooks.c: Include "readline/readline.h" after
7506 "gdb_curses.h" instead of before.
7507 * tui/tui-io.c: Likewise.
7508
7509 * tui/tui.c: Fix typo in comment.
7510
7511 * sparc64-tdep.c (sparc_address_from_register): Remove function.
7512
7513 2004-04-08 Andrew Cagney <cagney@redhat.com>
7514
7515 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
7516 (deprecated_exception_support_initialized): Declare.
7517 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
7518 (initialize_hp_cxx_exception_support)
7519 (child_enable_exception_callback): Update.
7520 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
7521 (deprecated_exception_support_initialized): Rename
7522 deprecated_exception_catchpoints_are_fragile and
7523 deprecated_exception_support_initialized.
7524 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
7525
7526 * symtab.c (deprecated_hp_som_som_object_present): Rename
7527 hp_som_som_object_present.
7528 * symtab.h (deprecated_hp_som_som_object_present): Declare.
7529 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
7530 Update. Delete extern declaration.
7531 * valops.c (hp_som_som_object_present): Ditto.
7532 * parse.c (deprecated_hp_som_som_object_present)
7533 (parse_nested_classes_for_hpacc): Ditto.
7534 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
7535 * hppa-hpux-tdep.c (hp_som_som_object_present)
7536 (initialize_hp_cxx_exception_support): Ditto.
7537 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
7538 * cp-valprint.c (hp_som_som_object_present)
7539 (cp_print_class_method): Ditto.
7540 * c-typeprint.c (hp_som_som_object_present):
7541 (c_type_print_base): Ditto.
7542 * c-exp.y (hp_som_som_object_present): Ditto.
7543
7544 2004-04-08 Andrew Cagney <cagney@redhat.com>
7545
7546 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
7547 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
7548 (frame_unwind_find_by_frame): Re-implement the unwind code so
7549 that it can both prepend and append sniffers. Replace
7550 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
7551 * tramp-frame.c (tramp_frame_append): Use
7552 frame_unwind_prepend_unwinder.
7553 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
7554 frame_unwind_register_unwinder.
7555 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
7556 tramp_frame_append.
7557 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
7558 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
7559 (mips_linux_init_abi): Update.
7560
7561 2004-04-08 Kevin Buettner <kevinb@redhat.com>
7562
7563 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
7564 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
7565 file support.
7566
7567 2004-04-07 Kevin Buettner <kevinb@redhat.com>
7568
7569 * ia64-tdep.c (elf.h): Don't include.
7570 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
7571
7572 2004-04-07 Jason Molenda (jmolenda@apple.com)
7573
7574 * frame.h: Typeo corrections in comments.
7575
7576 2004-04-07 Jim Blandy <jimb@redhat.com>
7577
7578 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
7579 %esp and %ebp
7580
7581 2004-04-07 Mark Kettenis <kettenis@gnu.org>
7582
7583 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
7584 * config/sparc/linux64.mt (TDEPFILES): Likewise.
7585 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
7586 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
7587 and solib-legacy.o.
7588 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
7589 solib-svr4.o.
7590 * config/sparc/tm-sol2.h: Update copyright year. Include
7591 "solib.h".
7592
7593 * sparc-sol2-tdep.c: Update copyright year. Include
7594 "solib-svr4.h".
7595 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7596 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
7597 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
7598 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
7599 dependencies.
7600
7601 2004-04-06 Andrew Cagney <cagney@redhat.com>
7602
7603 * infttrace.c: Include "infttrace.h".
7604 * infttrace.h: Include "target.h".
7605 * Makefile.in (infttrace_h): Update.
7606 (infttrace.o): Update.
7607
7608 2004-04-06 Andrew Cagney <cagney@redhat.com>
7609
7610 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
7611 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
7612 move extern declarations from here ...
7613 * infttrace.h: ... to here.
7614 * Makefile.in (hppah-nat.o): Update dependencies.
7615
7616 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
7617 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
7618 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
7619 (hppa_breakpoint_from_pc): Delete.
7620
7621 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
7622
7623 2004-04-05 Andrew Cagney <cagney@redhat.com>
7624
7625 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
7626 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
7627 <sys/file.h>.
7628
7629 2004-04-06 Randolph Chung <tausq@debian.org>
7630
7631 Committed by Andrew Cagney (mechanical change).
7632 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
7633 exception_catchpoints_are_fragile, find_stub_with_shl_get,
7634 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
7635 child_enable_exception_callback, current_ex_event,
7636 null_symtab_and_line, child_get_current_exception_event,
7637 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
7638 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
7639 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
7640 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
7641 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
7642 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
7643 Move hpux-specific definitions ...
7644 * hppa-hpux-tdep.c: ... to here.
7645
7646 2004-04-05 Andrew Cagney <cagney@redhat.com>
7647
7648 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
7649 skip_prologue_using_sal.
7650
7651 2004-04-05 Andrew Cagney <cagney@redhat.com>
7652
7653 * config/i386/tm-i386.h: Delete file.
7654 * config/i386/tm-vxworks.h: Update copyright, do not include
7655 "tm-i386.h".
7656 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
7657 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
7658 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
7659 * config/i386/ncr3000.mt (TM_FILE): Delete.
7660 * config/i386/interix.mt (TM_FILE): Delete.
7661 * config/i386/i386v.mt (TM_FILE): Delete.
7662 * config/i386/i386nw.mt (TM_FILE): Delete.
7663 * config/i386/i386gnu.mt (TM_FILE): Delete.
7664 * config/i386/i386aout.mt (TM_FILE): Delete.
7665 * config/i386/embed.mt (TM_FILE): Delete.
7666
7667 2004-04-05 Kevin Buettner <kevinb@redhat.com>
7668
7669 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
7670 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
7671 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
7672 (accg7_regnum): New constants.
7673 (last_spr_regnum, last_pseudo_regnum): Update.
7674 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
7675 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
7676 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
7677 for accg registers.
7678 (frv_register_sim_regno): Update spr_map[].
7679
7680 2004-04-04 Andrew Cagney <cagney@redhat.com>
7681
7682 * config/mips/xm-riscos.h: Delete.
7683 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
7684 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
7685 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
7686 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
7687 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
7688 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
7689 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
7690 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
7691 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
7692 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
7693 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
7694 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
7695 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
7696 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
7697 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
7698 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
7699 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
7700 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
7701 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
7702 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
7703 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
7704 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
7705 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
7706 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
7707 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
7708 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
7709
7710 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
7711 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
7712 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
7713 * configure.host: Remove m680[01]0-sun-sunos3*,
7714 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
7715 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
7716 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
7717 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
7718 mips-*-riscos*.
7719 * NEWS: Mention removed systems.
7720
7721 2004-04-04 Andrew Cagney <cagney@redhat.com>
7722
7723 GDB 6.1 release created from 6.1 branch.
7724
7725 2004-04-04 Andrew Cagney <cagney@redhat.com>
7726
7727 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
7728 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
7729 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
7730
7731 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
7732 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
7733 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
7734
7735 2004-04-03 Jim Blandy <jimb@redhat.com>
7736
7737 * MAINTAINERS: Chris Faylor has changed employers; add him to
7738 "paper trail" section, and update his E-mail address.
7739
7740 2004-04-03 Andrew Cagney <cagney@redhat.com>
7741
7742 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
7743 generic dummy frames.
7744 * dummy-frame.c: Update copyright.
7745 (dummy_frame_sniffer): Delete check for generic dummy frames.
7746
7747 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
7748 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
7749 (REG_PARM_STACK_SPACE): Delete.
7750 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
7751 Inline reference to REG_PARM_STACK_SPACE.
7752
7753 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
7754 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7755 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7756 (FRAME_BASE_BEFORE_SIGTRAMP)
7757 (hppa32_hpux_frame_base_before_sigtramp)
7758 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
7759 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
7760 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
7761 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
7762 (FRAME_BASE_BEFORE_SIGTRAMP)
7763 (hppa64_hpux_frame_base_before_sigtramp)
7764 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
7765
7766 2004-04-03 Andrew Cagney <cagney@redhat.com>
7767
7768 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
7769
7770 2004-04-02 Andrew Cagney <cagney@redhat.com>
7771
7772 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
7773 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
7774 * dummy-frame.h: Delete out-of-date comments.
7775 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
7776 * gdbarch.h, gdbarch.c: Re-generate.
7777
7778 2004-04-02 Joel Brobecker <brobecker@gnat.com>
7779
7780 Committed by Andrew Cagney <cagney@redhat.com>.
7781 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
7782 into account an instruction saving a register if we have already
7783 seen an earlier instruction saving that same register.
7784
7785 2004-04-02 Andrew Cagney <cagney@redhat.com>
7786
7787 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
7788 * gdbarch.h, gdbarch.c: Re-generate.
7789 * frame.c (legacy_get_prev_frame): Delete references to
7790 DEPRECATED_INIT_FRAME_PC_FIRST.
7791
7792 * infrun.c (pc_in_sigtramp): Delete function.
7793 (check_sigtramp2): Inline call to pc_in_sigtramp, use
7794 get_frame_type.
7795
7796 2004-04-02 Andrew Cagney <cagney@redhat.com>
7797
7798 * infrun.c (handle_step_into_function): Delete code conditional on
7799 legacy_frame_p.
7800 (handle_inferior_event, step_over_function): Ditto.
7801
7802 2004-04-02 Andrew Cagney <cagney@redhat.com>
7803
7804 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
7805 "previous frame inner to this frame" test.
7806
7807 2004-04-02 Andrew Cagney <cagney@redhat.com>
7808
7809 * frame.c (safe_frame_unwind_memory): New function.
7810 * frame.h (safe_frame_unwind_memory): Declare. Update description
7811 of /safe_/ methods.
7812 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
7813 "next_frame". Use safe_frame_unwind_memory.
7814 (tramp_frame_sniffer): Update call to tramp_frame_start.
7815
7816 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
7817
7818 * dwarf2read.c (dwarf2_objfile_data_key): New.
7819 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
7820 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
7821 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
7822 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
7823 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
7824 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
7825 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
7826 Remove variables.
7827 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
7828 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
7829 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
7830 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
7831 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
7832 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
7833 Remove macros.
7834 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
7835 data.
7836 (dwarf2_locate_sections, dwarf2_build_psymtabs)
7837 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
7838 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
7839 (read_partial_die, read_full_die, read_indirect_string)
7840 (dwarf_decode_line_header, dwarf_decode_macros)
7841 (dwarf2_symbol_mark_computed): Remove use of removed macros.
7842 Update uses of removed variables.
7843 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
7844 of removed macros.
7845 (_initialize_dwarf2_read): New function.
7846 * symfile.h (dwarf2_has_info): Update prototype.
7847 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
7848 * elfread.c (elf_symfile_read): Likewise.
7849
7850 2004-04-01 Jim Blandy <jimb@redhat.com>
7851
7852 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
7853 function for register numbers on all the rs6000-derived targets.
7854 (rs6000_gdbarch_init): Don't register a separate
7855 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
7856 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
7857 variants.
7858
7859 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
7860 numbering.
7861
7862 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
7863
7864 * valarith.c: Update copyright notice.
7865 (value_add): Handle range types.
7866 (value_sub): Ditto.
7867 (value_equal): Ditto.
7868 (value_less): Ditto.
7869 (value_neg): Ditto.
7870 (value_complement): Ditto.
7871 (value_binop): Simplify slightly by using is_integral_type and
7872 eliminiating unnecessary COERCE_ENUMs.
7873
7874 2004-03-31 Andrew Cagney <cagney@redhat.com>
7875
7876 * frame.h (frame_unwind_id): Declare.
7877 * frame.c (frame_unwind_id): New function.
7878 (get_prev_frame_1): New function.
7879 (frame_debug_got_null_frame): New function.
7880 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
7881 code proper to prev_frame, update description.
7882 * infrun.c (step_over_function): Use frame_unwind_id.
7883
7884 2004-04-31 J. Brobecker <brobecker@gnat.com>
7885
7886 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
7887 (hppa64_push_dummy_call): Likewise.
7888
7889 2004-03-30 Jim Blandy <jimb@redhat.com>
7890
7891 From Ulrich Weigand:
7892 * utils.c (query): Do not use a va_list variable multiple times.
7893
7894 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7895
7896 * Makefile.in (linux_nat_h): Update dependencies.
7897 * configure.in: Check for <gnu/libc-version.h>.
7898 * configure: Regenerate.
7899 * config.in: Regenerate.
7900 * linux-nat.h: Include "target.h". Add waitstatus field to
7901 struct lwp_info.
7902 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
7903 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
7904 to.
7905 (lin_lwp_handle_extended): New function. Handle clone events.
7906 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
7907 thread exit events.
7908 (child_wait): Handle clone events.
7909 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
7910 * linux-nat.c (linux_enable_event_reporting): Turn on
7911 PTRACE_O_TRACECLONE.
7912 (linux_handle_extended_wait): Handle clone events.
7913 * thread-db.c: Include <gnu/libc-version.h>.
7914 (struct private_thread_info): Add dying flag.
7915 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
7916 higher.
7917 (attach_thread): Update comments. Handle dying threads.
7918 (detach_thread): Set the dying flag.
7919 (check_event): Always call attach_thread.
7920
7921 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
7922
7923 * mips-tdep.c (mips_pdr_data): New.
7924 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
7925 (_initialize_mips_tdep): Initialize mips_pdr_data.
7926
7927 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
7928
7929 * minsyms.c (install_minimal_symbols): Move dropping leading
7930 char from linkage name from here...
7931 (prim_record_minimal_symbol_and_info): ...to here. Simplify
7932 test for "__gnu_compiled*" symbols.
7933
7934 2004-03-28 Jim Blandy <jimb@redhat.com>
7935
7936 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
7937 registers to temp register r0 and byte stores as prologue
7938 instructions.
7939
7940 2004-03-28 Andrew Cagney <cagney@redhat.com>
7941
7942 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
7943 arm*-*-*.
7944
7945 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
7946
7947 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
7948 and switch the layout to force a display of register window.
7949
7950 2004-02-26 J. Brobecker <brobecker@gnat.com>
7951
7952 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
7953 of the INTEGER class.
7954
7955 2004-03-26 Jim Blandy <jimb@redhat.com>
7956
7957 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
7958 bytes long on PPC GNU/Linux.
7959
7960 2004-03-26 David Carlton <carlton@kealia.com>
7961
7962 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
7963
7964 2004-03-25 Andrew Cagney <cagney@redhat.com>
7965
7966 * PROBLEMS: Add general section titles, remove references to
7967 specific releases.
7968
7969 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
7970
7971 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
7972 INT_REGISTER_SIZE.
7973 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
7974 FP_REGISTER_VIRTUAL_SIZE.
7975 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
7976 of DEPRECATED_REGISTER_RAW_SIZE.
7977 (arm_register_type): Add gdbarch argument.
7978 (arm_register_raw_size, arm_register_virtual_size): Delete.
7979 (arm_register_byte, arm_extract_return_value)
7980 (arm_store_return_value, arm_get_longjmp_target): Update references
7981 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
7982 (arm_gdbarch_init): Likewise. Don't set
7983 deprecated_register_raw_size, deprecated_register_virtual_size,
7984 deprecated_max_register_raw_size,
7985 deprecated_max_register_virtual_size, or
7986 deprecated_max_register_virtual_type. Do set register_type.
7987 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
7988 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
7989 (FP_REGISTER_VIRTUAL_SIZE): Delete.
7990 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
7991 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
7992 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
7993 INT_REGISTER_SIZE.
7994 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
7995 (remote_rdp_store_register): Likewise.
7996
7997 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
7998
7999 * Makefile.in (mips-linux-tdep.o): Update dependencies.
8000 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
8001 to after osabi initialization.
8002 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
8003 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
8004 functions.
8005 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
8006 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
8007 variables.
8008 (mips_linux_init_abi): Append signal trampoline unwinders.
8009
8010 2004-03-24 Andrew Cagney <cagney@redhat.com>
8011
8012 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
8013 * tramp-frame.c: Include "gdb_assert.h".
8014 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
8015 correct sizeof.
8016 (tramp_frame_append): Validate the tramp frame's instructions.
8017 * Makefile.in (tramp-frame.o): Update dependencies.
8018
8019 2004-03-23 Andrew Cagney <cagney@redhat.com>
8020
8021 * trad-frame.h (trad_frame_set_reg_addr): Declare.
8022
8023 2004-03-23 Andrew Cagney <cagney@redhat.com>
8024
8025 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
8026 Nasser as past testsuite/lib/ (and other) maintainers.
8027
8028 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8029
8030 * infcmd.c (attach_command): Reread symbols if we already have
8031 an exec file.
8032
8033 2004-03-23 Andrew Cagney <cagney@redhat.com>
8034
8035 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
8036
8037 2004-03-23 Andrew Cagney <cagney@redhat.com>
8038
8039 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
8040 * gdbarch.h, gdbarch.c: Re-generate.
8041 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8042 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8043 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8044 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
8045 (DEPRECATED_SIGTRAMP_START): Update.
8046 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
8047 (DEPRECATED_SIGTRAMP_START): Update.
8048 * blockframe.c (find_pc_sect_partial_function): Update.
8049 * arch-utils.c (legacy_pc_in_sigtramp): Update.
8050
8051 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8052
8053 * remote.c (remote_open_1): Reopen the exec file and reread symbols
8054 if necessary.
8055
8056 2004-03-23 Andrew Cagney <cagney@redhat.com>
8057
8058 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
8059 predicate, deprecate.
8060 * gdbarch.h, gdbarch.c: Re-generate.
8061 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8062 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8063 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
8064 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8065 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
8066 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
8067 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
8068 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
8069 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
8070 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
8071 * blockframe.c (find_pc_partial_function): Update.
8072 * breakpoint.c (bpstat_what): Update.
8073 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
8074 * frv-linux-tdep.c (frv_linux_init_abi): Update.
8075 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
8076 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
8077 * i386-interix-tdep.c (i386_interix_init_abi): Update.
8078 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8079 * i386-nto-tdep.c (i386nto_init_abi): Update.
8080 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
8081 * i386-tdep.c (i386_sigtramp_frame_sniffer)
8082 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
8083 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8084 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8085 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8086 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
8087 * infrun.c (pc_in_sigtramp): Update.
8088 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
8089 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8090 * mips-tdep.c (mips_gdbarch_init): Update.
8091 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
8092 * ppc-linux-tdep.c: Update comment.
8093 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
8094 * shnbsd-tdep.c (shnbsd_init_abi): Update.
8095 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
8096 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
8097 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
8098 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
8099 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
8100 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
8101 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
8102 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8103
8104 2004-03-23 Andrew Cagney <cagney@redhat.com>
8105
8106 * tramp-frame.h, tramp-frame.h: New files.
8107 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
8108 Update rules to include "tramp-frame.h" and "tramp-frame.c".
8109
8110 * Makefile.in: Update all dependencies.
8111
8112 2004-03-23 Andrew Cagney <cagney@redhat.com>
8113
8114 * Makefile.in (trad_frame_h): Add $(frame_h).
8115 * trad-frame.h: Update copyright. Include "frame.h".
8116 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
8117 (trad_frame_set_id, trad_frame_get_id): Declare.
8118 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
8119 * trad-frame.c: Update copyright.
8120 (struct trad_frame_cache): Define.
8121 (trad_frame_cache_zalloc): New function.
8122 (trad_frame_set_id, trad_frame_get_id): New functions.
8123 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8124
8125 2004-03-22 Andrew Cagney <cagney@redhat.com>
8126
8127 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
8128 s390_pltstub_unwind_cache.
8129 (s390_stub_frame_unwind_cache): Rename
8130 s390_pltstub_frame_unwind_cache.
8131 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
8132 (s390_stub_frame_prev_register): Rename
8133 s390_pltstub_frame_prev_register.
8134 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
8135 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
8136
8137 From Ulrich Weigand:
8138 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8139 pointer calls like PLT calls.
8140
8141 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8142
8143 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8144 PC rather than the partial function start address. Use the start
8145 address to sanity check the found PDR.
8146
8147 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8148
8149 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8150 linux_handle_extended_wait.
8151
8152 2004-03-22 Andrew Cagney <cagney@redhat.com>
8153
8154 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
8155 function.
8156
8157 * frame.h (generic_pop_current_frame): Delete declaration.
8158 (deprecate_pop_dummy_frame): Deprecate
8159 generic_pop_dummy_frame.
8160 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8161 (generic_pop_current_frame): Delete function.
8162 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8163 generic_pop_current_frame.
8164 * v850-tdep.c (v850_pop_frame): Update.
8165 * mcore-tdep.c (mcore_pop_frame): Update.
8166 * sh64-tdep.c (sh64_pop_frame): Update.
8167 * h8300-tdep.c (h8300_pop_frame): Update.
8168
8169 2004-03-22 Andrew Cagney <cagney@redhat.com>
8170
8171 * frame.h (deprecated_pc_in_call_dummy): Rename
8172 generic_pc_in_call_dummy.
8173 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8174 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8175 generic_pc_in_call_dummy.
8176 (pc_in_dummy_frame): Make static.
8177 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
8178 * gdbarch.h, gdbarch.c: Re-generate.
8179 * dummy-frame.c (dummy_frame_sniffer): Simplify.
8180 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
8181 (legacy_get_prev_frame): Ditto.
8182 * inferior.h: Delete reference to generic_pc_in_call_dummy in
8183 comment.
8184
8185 2004-03-21 Andrew Cagney <cagney@redhat.com>
8186
8187 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
8188 declaration and out-of-date comment.
8189 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
8190 Delete function.
8191 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
8192 deprecated_pc_in_call_dummy.
8193
8194 * infrun.c (handle_inferior_event): For non legacy frames, use the
8195 frame ID and frame type to identify a signal trampoline. Update
8196 comments.
8197
8198 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
8199
8200 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
8201 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
8202
8203 2004-03-21 Andrew Cagney <cagney@redhat.com>
8204
8205 * frame-unwind.h: Update copyright.
8206 (struct frame_data): Add opaque declaration.
8207 (frame_sniffer_ftype): Declare.
8208 (struct frame_unwind): Add "unwind_data" and "sniffer".
8209 (frame_unwind_register_unwinder): Declare.
8210 (frame_unwind_find_by_frame): Add parameter "this_cache".
8211 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
8212 (legacy_get_prev_frame, legacy_get_prev_frame)
8213 (get_frame_type): Pass the prologue_cache to
8214 frame_unwind_find_by_frame.
8215 * frame-unwind.c (struct frame_unwind_table_entry): Add field
8216 "unwinder".
8217 (frame_unwind_register_unwinder): New function.
8218 (frame_unwind_find_by_frame): Handle an unwind sniffer.
8219
8220 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
8221
8222 * bcache.c (print_percentage): Use floating point to avoid
8223 incorrect results when portion*100 overflows.
8224
8225 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8226
8227 * ppc_tdep.h (ppc_linux_frame_saved_pc)
8228 (ppc_linux_init_extra_frame_info)
8229 (ppc_linux_frameless_function_invocation)
8230 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
8231 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
8232 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
8233 (rs6000_frame_chain): Delete declarations.
8234 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
8235 (ppc_linux_init_extra_frame_info)
8236 (ppc_linux_frameless_function_invocation)
8237 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
8238 (ppc_linux_init_abi): Remove registration of above deleted functions.
8239 * rs6000-tdep.c (rs6000_init_extra_frame_info)
8240 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
8241 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
8242 (rs6000_pop_frame, rs6000_frameless_function_invocation)
8243 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
8244 (rs6000_gdbarch_init): Remove registration of above deleted functions.
8245 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
8246 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
8247 frame management for all OSABIs.
8248
8249 2004-03-19 Andrew Cagney <cagney@redhat.com>
8250
8251 Committed by Kevin Buettner <kevinb@redhat.com>.
8252
8253 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
8254 Update copyright.
8255 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
8256 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
8257 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
8258 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
8259 unwinders. #ifdef legacy frame code.
8260 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
8261 "frame-base.h".
8262 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
8263 (struct rs6000_frame_cache, rs6000_frame_cache)
8264 (rs6000_frame_this_id, rs6000_frame_prev_register)
8265 (rs6000_frame_sniffer, rs6000_frame_unwind)
8266 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
8267 (rs6000_frame_base): Implement a traditional frame unwinder.
8268 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
8269 frame unwinder.
8270
8271 2004-03-19 Kevin Buettner <kevinb@redhat.com>
8272
8273 * breakpoint.c (adjust_breakpoint_address): Don't adjust
8274 breakpoint address for watchpoints or the catch eventpoints.
8275 Add new paramter ``bptype''. Adjust all callers.
8276
8277 2004-03-19 Andrew Cagney <cagney@redhat.com>
8278
8279 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
8280
8281 * PROBLEMS: Delete note that ARM does not use frame code, problem
8282 fixed.
8283
8284 2004-03-18 Andrew Cagney <cagney@redhat.com>
8285
8286 * stack.c (return_command): Delete code wrapped in #ifdef
8287 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
8288
8289 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
8290
8291 2004-03-18 Andrew Cagney <cagney@redhat.com>
8292
8293 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
8294 DEPRECATED_IN_SIGTRAMP.
8295 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8296 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
8297 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8298 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8299 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8300 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8301 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8302 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
8303 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
8304 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
8305
8306 2004-03-18 Andrew Cagney <cagney@redhat.com>
8307
8308 * frame-base.c: Update copyright. Include "gdb_obstack.h".
8309 (struct frame_base_table_entry): Define.
8310 (struct frame_base_table): Re-implement as a linked list.
8311 (frame_base_init): Re-implement.
8312 (frame_base_table): Delete function.
8313 (append_predicate): Delete function.
8314 (frame_base_append_sniffer): Update.
8315 (frame_base_set_default): Update.
8316 (frame_base_find_by_frame): Update.
8317 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
8318 * Makefile.in (frame-base.o): Update dependencies.
8319
8320 2004-03-17 Andrew Cagney <cagney@redhat.com>
8321
8322 * frame.c (legacy_get_prev_frame): Pass correct frame to
8323 frame_unwind_find_by_frame.
8324
8325 2004-03-17 David Carlton <carlton@kealia.com>
8326
8327 * NEWS: Mention C++ nested types and namespaces
8328
8329 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
8330
8331 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
8332 and "Regressions since gdb 5.3.". Add known regressions since
8333 gdb 6.0.
8334
8335 2004-03-16 David Carlton <carlton@kealia.com>
8336
8337 * dwarf2read.c (process_structure_scope): Process children even
8338 when we're a declaration.
8339
8340 2004-03-16 Andrew Cagney <cagney@redhat.com>
8341
8342 * symtab.h (find_pc_sect_partial_function): Delete declaration.
8343 * blockframe.c (find_pc_partial_function)
8344 (find_pc_sect_partial_function): Merge into a single
8345 find_pc_partial_function.
8346
8347 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8348
8349 * i386bsd-nat.c: s/regno/regnum/g.
8350 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
8351 FP0_REGNUM.
8352 (store_inferior_registers): Likewise.
8353
8354 2004-03-16 Mark Kettenis <kettenis@gnu.org>
8355
8356 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
8357 of i387_fill_fsave.
8358 (store_inferior_registers): Call i387_collect_fsave and
8359 i387_collect_fxsave instead of i387_fill_fsave and
8360 i387_fill_fxsave.
8361
8362 2004-03-15 Andrew Cagney <cagney@redhat.com>
8363
8364 * Makefile.in (frame-unwind.o): Update dependencies.
8365 * frame-unwind.c: Include "gdb_obstack.h".
8366 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
8367 parameter.
8368 (append_predicate): Delete function.
8369 (struct frame_unwind_table_entry): New structure.
8370 (struct frame_unwind_table): Replace "sniffer" with "head" and
8371 "tail".
8372 (frame_unwind_append_sniffer): Update.
8373 (frame_unwind_find_by_frame): Update.
8374 (_initialize_frame_unwind): Registe frame_unwind_init using
8375 gdbarch_data_register_pre_init.
8376
8377 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8378
8379 * i386bsd-nat.c: Update copyright year.
8380 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
8381 define unconditionally.
8382
8383 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8384
8385 * i387-tdep.h (i387_collect_fsave): New prototype.
8386 * i387-tdep.c (i387_collect_fsave): New function containing most
8387 of the code from i387_fill_fsave.
8388 (i387_fill_fsave): Call i387_collect_fsave.
8389
8390 2004-03-15 Mark Kettenis <kettenis@gnu.org>
8391
8392 * i386-linux-tdep.c: Update copyright year.
8393 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
8394 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
8395 svr4_ilp32_link_map_offsets instead of
8396 i386_linux_svr4_fetch_link_map_offsets.
8397
8398 2004-03-15 David Carlton <carlton@kealia.com>
8399
8400 Fix for PR c++/1553:
8401 * dwarf2read.c (read_structure_type): Determine type name by
8402 calling determine_class_name.
8403 (determine_class_name): New.
8404 (determine_prefix): Look at TYPE_TAG_NAME and call
8405 determine_class_name when appropriate.
8406 (determine_prefix_aux, class_name): Delete.
8407 (read_namespace): Set die->type.
8408
8409 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8410
8411 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
8412 unused macro definition. The definition in target.h (or perhaps
8413 elsewhere) takes precedence.
8414
8415 2004-03-15 Andrew Cagney <cagney@redhat.com>
8416
8417 * ppc-tdep.h: Update copyright.
8418 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
8419 function signatures to match "regsets.h".
8420 * ppc-linux-tdep.c: Include "regset.h".
8421 (ELF_GREGSET_SIZE): Delete.
8422 (right_supply_register): New function.
8423 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
8424 using right_supply_register.
8425 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
8426 functions.
8427 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
8428 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
8429 (_initialize_ppc_linux_tdep): Do not register
8430 ppc_linux_regset_core_fns.
8431 (ppc_linux_regset_from_core_section): Replace
8432 fetch_core_registers.
8433 (ppc_linux_regset_core_fns): Delete.
8434 * ppc-linux-nat.c: (right_fill_reg): New function.
8435 (supply_gregset): Update call to ppc_linux_supply_gregset.
8436 (fill_gregset): Clear the register set, use right_fill_reg.
8437 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
8438 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
8439
8440 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
8441 unsigned.
8442
8443 2004-03-15 Andrew Cagney <cagney@redhat.com>
8444
8445 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
8446 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
8447 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
8448 and register_gdbarch_data.
8449 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
8450 (struct gdbarch_data): Replace "init" by "pre_init" and
8451 "post_init".
8452 * gdbarch.h, gdbarch.c: Re-generate.
8453 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
8454 with"obstack", use OBSTACK_ZALLOC.
8455 (dwarf2_frame_ops): Delete.
8456 (dwarf2_frame_set_init_reg): Use gdbarch_data.
8457 (dwarf2_frame_init_reg): Use gdbarch_data.
8458 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
8459 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
8460 (_initialize_svr4_solib): Update.
8461 * user-regs.c (_initialize_user_regs): Update.
8462 * reggroups.c (_initialize_reggroup): Update.
8463 * regcache.c (_initialize_regcache): Update.
8464 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
8465 * libunwind-frame.c (_initialize_libunwind_frame): Update.
8466 * gnu-v3-abi.c (init_gnuv3_ops): Update.
8467 * frame-unwind.c (_initialize_frame_unwind): Update.
8468 * frame-base.c (_initialize_frame_base): Update.
8469 * user-regs.c (user_reg_add): Update.
8470 * reggroups.c (reggroup_add): Update.
8471 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
8472 * libunwind-frame.c (libunwind_frame_set_descr): Update.
8473 * frame-unwind.c (frame_unwind_append_sniffer): Update.
8474 * frame-base.c (frame_base_table): Update.
8475 * remote.c (_initialize_remote): Update.
8476 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
8477
8478 2004-03-15 Andrew Cagney <cagney@redhat.com>
8479
8480 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
8481
8482 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8483
8484 * Makefile.in (frv-linux-tdep.o): Add dependencies.
8485 * frv-linux-tdep.c: New file.
8486 * frv-tdep.c (struct gdbarch_tdep): Add new field
8487 ``sigcontext_reg_addr''.
8488 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
8489 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8490 (frv_sigramp_frame_sniffer): New functions.
8491 (frv_sigtramp_frame_unwind): New static global.
8492 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
8493 sniffers.
8494 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
8495 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
8496
8497 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8498
8499 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
8500 but not via a call to error(), when unable to read memory.
8501
8502 2004-03-15 Kevin Buettner <kevinb@redhat.com>
8503
8504 * frv-tdep.c (frv_call_dummy_words): Delete.
8505 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
8506
8507 2004-03-15 Andrew Cagney <cagney@redhat.com>
8508
8509 * infrun.c (handle_step_into_function, step_over_function): Only
8510 update and use STEP_FRAME_ID when the system is using legacy
8511 frames. Update comments.
8512
8513 2004-03-14 Mark Kettenis <kettenis@gnu.org>
8514
8515 * amd64-linux-tdep.h: Remove file.
8516 * amd64-linux-tdep.c: Don't include "inferior.h" and
8517 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
8518 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
8519 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
8520 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
8521 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
8522 macros.
8523 (user_to_gdb_regmap): Remove variable.
8524 (amd64_linux_gregset_reg_offset): New variable.
8525 (amd64_core_fns): Remove variable.
8526 (fetch_core_registers): Remove function.
8527 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
8528 functions.
8529 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
8530 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
8531 * Makefile.in (amd64_linux_tdep_h): Remove.
8532 (amd64-linux-nat.o): Update dependencies.
8533 (amd64-linux-tdep.o): Update dependencies.
8534
8535 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
8536 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
8537 functions.
8538 (fetch_inferior_registers, store_inferior_registers): Rewrite.
8539
8540 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
8541 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
8542
8543 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
8544
8545 * dwarf2read.c (read_structure_type): Rename from
8546 read_structure_scope. Don't create a symbol or call process_die.
8547 Return immediately if die->type is set. Call read_type_die before
8548 dwarf2_add_member_fn.
8549 (process_structure_scope): New function.
8550 (read_enumeration_type, process_enumeration_scope): New functions,
8551 broken out from read_enumeration. Don't create the enumeration
8552 type if it has already been created.
8553 (read_enumeration): Removed.
8554 (process_die): Call read_structure_type, process_structure_scope,
8555 read_enumeration_type, and process_enumeration_scope. Just call
8556 new_symbol for base and subrange types. Add a comment about other
8557 type dies.
8558 (read_type_die): Call read_enumeration_type.
8559 (add_partial_structure, new_symbol): Update comments.
8560
8561 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8562
8563 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
8564
8565 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
8566
8567 * tui/tui-win.h (tui_get_cmd_list): Declare.
8568 * tui/tui-win.c (tui_command): New function.
8569 (tui_get_cmd_list): New function.
8570 (_initialize_tui_win): Moved initialization of tui command in
8571 tui_get_cmd_list.
8572
8573 * tui/tui-data.c (init_content_element): Setup new data members.
8574 (init_win_info): Likewise.
8575 (free_content_elements): Free it.
8576 * tui/tui-data.h (struct tui_data_element): Store the register
8577 content to print.
8578 (struct tui_data_info): Keep the current register group.
8579
8580 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
8581
8582 * tui/tui-regs.h (tui_show_registers): Update prototype.
8583 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
8584 (tui_resize_all): No need to calculate anything for register window.
8585 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
8586 (tui_set_register_element, tui_set_general_regs_content): Remove.
8587 (tui_set_special_regs_content): Remove.
8588 (tui_set_general_and_special_regs_content): Remove.
8589 (tui_set_float_regs_content): Remove.
8590 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
8591 (tui_set_regs_content): Remove.
8592 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
8593 (tui_v_show_registers_command_support): Remove.
8594 (tui_show_registers): Use a reggroup to specify the registers to show.
8595 (tui_show_register_group): New function.
8596 (tui_display_registers_from): Compute the layout of register window
8597 and refresh with new API; be sure to delete old register windows.
8598 (tui_check_register_values): Update to use tui_get_register and
8599 tui_display_data.
8600 (tui_display_register): Just refresh the register window part.
8601 (tui_register_format): Format registers and save in tui_data_element.
8602 (tui_get_register): New to combine tui_reg_value_has_changed and
8603 tui_get_register_raw_value; fix to use the new gdb API.
8604 (tui_show_float_command): Renamed tui_reg_float_command.
8605 (tui_show_general_command): Renamed tui_reg_general_command.
8606 (tui_show_special_command): Renamed tui_reg_system_command.
8607 (_initialize_tui_regs): Remove unused commands.
8608
8609 2004-03-13 Mark Kettenis <kettenis@gnu.org>
8610
8611 * NEWS (New native configurations): Mention OpenBSD/amd64.
8612
8613 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
8614 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
8615 Remove defines.
8616 * config/i386/nm-fbsd64.h: Likewise.
8617 * config/i386/nm-obsd.h: Likewise.
8618 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
8619 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
8620
8621 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8622
8623 * frv-tdep.c (set_variant_scratch_registers): New function.
8624 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
8625 New constants.
8626
8627 From Richard Sandiford <rsandifo@redhat.com>:
8628 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
8629
8630 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8631
8632 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
8633 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
8634 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
8635 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
8636 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
8637 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
8638 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
8639 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
8640 definitions from frv-tdep.c to frv-tdep.h.
8641
8642 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8643
8644 Add shared library support for FR-V FDPIC ABI:
8645 * Makefile.in (solib-frv.o): Add dependencies.
8646 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
8647 New functions.
8648 (frv_push_dummy_call): Add support for FDPIC ABI.
8649 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
8650 for FDPIC ABI.
8651 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
8652 (frv_fdpic_find_canonical_descriptor): Declare.
8653 * solib-frv.c: New file.
8654 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
8655 * config/frv/tm-frv.h (solib.h): Include.
8656
8657 2004-03-12 Kevin Buettner <kevinb@redhat.com>
8658
8659 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
8660 (frv-tdep.o): Update dependencies.
8661 * frv-tdep.h: New file.
8662 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
8663 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
8664 constants.
8665 (struct gdbarch_tdep): Add new member ``frv_abi''.
8666 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
8667 functions.
8668 (new_variant): Set ``frv_abi'' field.
8669 (gdb_arch_init): Detect FDPIC executables.
8670
8671 2004-03-12 Mark Kettenis <kettenis@gnu.org>
8672
8673 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
8674 wrapper.
8675
8676 2004-03-11 Andrew Cagney <cagney@redhat.com>
8677
8678 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
8679
8680 2004-03-11 Kevin Buettner <kevinb@redhat.com>
8681
8682 * solist.h (master_so_list): New function.
8683 * solib.c (master_so_list): Likewise.
8684 * solib-svr4.c (enable_break): Iterate over so_list entries
8685 obtained from master list instead of entries obtained directly
8686 via svr4_current_sos().
8687
8688 2004-03-10 Ben Elliston <bje@gnu.org>
8689
8690 * MAINTAINERS: Update my mail address.
8691
8692 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
8693
8694 * remote-m32r-sdi.c: Support hardware watchpoint.
8695
8696 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8697
8698 * user-regs.c: Update copyright years.
8699 (struct user_regs): Rename to gdb_user_regs.
8700 (append_user_reg, builtin_user_regs, user_regs_init)
8701 (user_reg_add, user_reg_map_name_to_regnum)
8702 (usernum_to_user_reg): Update.
8703
8704 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8705
8706 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
8707 (skip_children): New functions.
8708 (locate_pdi_sibling): Call skip_children.
8709
8710 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8711
8712 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
8713 * gdbtypes.c (check_typedef): Update comments.
8714
8715 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8716
8717 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
8718 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
8719 pointer. Update comment about comp_unit_head.
8720 (struct abbrev_info): Shorten two int flags.
8721 (dwarf_alloc_abbrev): Take a CU argument.
8722 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
8723 each time through the loop. Update cleanup argument.
8724 (psymtab_to_symtab_1): Update cleanup call.
8725 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
8726 abbrev_obstack.
8727 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
8728 Just call obstack_free and clear the pointer.
8729
8730 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8731
8732 * infrun.c (handle_inferior_event): Remove short-circuit code for
8733 events in a different thread.
8734
8735 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8736
8737 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
8738 print the whole transfer.
8739 (initialize_targets): Update description of "set debug target".
8740
8741 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
8742
8743 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
8744
8745 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
8746
8747 * MAINTAINERS (write after approval): Add myself.
8748
8749 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8750
8751 * sh-tdep.c (sh_print_registers_info): Use for loop.
8752 Don't skip multiple registers when a float register is encountered.
8753
8754 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
8755
8756 Fix PR tdep/1291.
8757 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
8758 to official SH documentation.
8759
8760 2004-03-07 Andrew Cagney <cagney@redhat.com>
8761
8762 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
8763 unused function.
8764
8765 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
8766
8767 * arm-tdep.c (thumb_get_next_pc): Handle BX.
8768 (arm_get_next_pc): Handle BX and BLX.
8769
8770 2004-03-07 Andrew Cagney <cagney@redhat.com>
8771
8772 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
8773 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
8774 HPPA_SP_REGNUM.
8775 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
8776 (hppa_target_read_fp): Delete.
8777 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
8778 register_virtual_size, max_register_raw_size,
8779 max_register_virtual_size, register_byte, register_size,
8780 target_read_fp, fp_regnum, and register_bytes. Set register_type
8781 instead of register_virtual_type.
8782 (hppa32_register_type, hppa64_register_type): Replace
8783 hppa32_register_virtual_type and hppa64_register_virtual_type.
8784 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
8785 (HPPA_FP_REGNUM): Define.
8786
8787 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
8788
8789 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
8790 (pa_do_registers_info): Delete.
8791 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
8792 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
8793 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
8794
8795 * infcall.c (legacy_push_dummy_code): Delete #ifdef
8796 GDB_TARGET_IS_HPPA code.
8797 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
8798 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
8799 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
8800 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
8801 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
8802 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
8803 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
8804 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
8805 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
8806 (hppa_frameless_function_invocation, hppa64_store_return_value)
8807 (hppa_store_struct_return, hppa64_extract_return_value)
8808 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
8809 (hppa32_call_dummy_length, hppa64_call_dummy_length)
8810 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
8811 (find_proc_framesize, deposit_21, restore_pc_queue)
8812 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
8813 (rp_saved, pc_in_linker_stub): Delete.
8814
8815 Unconditionally enable 64-bit frame and ABI code.
8816 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
8817 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
8818 push_dummy_frame, fix_call_dummy, push_arguments,
8819 call_dummy_location, extract_return_value, use_struct_convention,
8820 store_return_value, store_struct_return, saved_pc_after_call,
8821 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
8822 frame_chain, frame_chain_valid, frameless_function_invocation,
8823 frame_saved_pc, and pop_frame.
8824
8825 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
8826 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
8827 (hppa_gdbarch_init): Do not set PC_REGNUM.
8828
8829 2004-03-06 Mark Kettenis <kettenis@gnu.org>
8830
8831 * config/alpha/tm-fbsd.h: Remove file.
8832 * config/alpha/fbsd.mt: Tweak comment.
8833 (TM_FILE): Set to tm-alpha.h.
8834
8835 2004-03-05 Andrew Cagney <cagney@redhat.com>
8836
8837 * infrun.c (step_over_function): When non-legacy code, and no
8838 step_frame_id, use the unwinder to get the caller's frame ID.
8839
8840 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8841
8842 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
8843 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
8844 bfd_arch_unknown. Adjust comment.
8845
8846 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
8847 * i386obsd-tdep.c: Correct spelling in comment.
8848 * i386nbsd-tdep.c: Correct spelling in comment.
8849 * sparc-tdep.c: Correct spelling in comments.
8850
8851 2004-03-05 David Carlton <carlton@kealia.com>
8852
8853 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
8854 bug.
8855
8856 2004-03-05 Mark Kettenis <kettenis@gnu.org>
8857
8858 * sparc-tdep.c: Fix typo in comment.
8859
8860 2004-03-04 J. Brobecker <brobecker@gnat.com>
8861
8862 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
8863
8864 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
8865
8866 * dwarf2read.c: Add comment describing memory lifetimes.
8867 (struct dwarf2_pinfo): Update comment.
8868 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
8869 (read_enumeration, new_symbol): Don't use obsavestring.
8870
8871 2004-03-04 Mark Kettenis <kettenis@gnu.org>
8872
8873 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
8874 instead of amd64_fill_fxsave.
8875 * amd64bsd-nat.c (store_inferior_registers): Likewise.
8876 * amd64fbsd-nat.c (fill_fpregset): Likewise.
8877
8878 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
8879 Reorganize code a bit.
8880
8881 2004-03-04 Orjan Friberg <orjanf@axis.com>
8882
8883 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
8884 when the frame pointer is pushed. Don't set the frame pointer's
8885 address on the stack unless it's actually located there.
8886 Set the SRP's address on the stack correctly when the PC is still in
8887 the prologue.
8888 (cris_return_value): New function.
8889 (cris_gdbarch_init): Clear deprecated store_return_value,
8890 extract_return_value.
8891
8892 2004-03-02 Jim Blandy <jimb@redhat.com>
8893
8894 * stabsread.c (reg_value_complaint): The maximum register number
8895 is one less than the number of registers.
8896
8897 2004-03-02 Andrew Cagney <cagney@redhat.com>
8898
8899 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
8900 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
8901 trailing comma and redundant assignment of I386_ST0_REGNUM.
8902 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
8903 32-bit segment registers.
8904
8905 2004-03-01 Andrew Cagney <cagney@redhat.com>
8906
8907 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
8908 use frame_relative_level and get_next_frame.
8909
8910 2004-02-29 Andrew Cagney <cagney@redhat.com>
8911
8912 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
8913 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
8914 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
8915 Delete macro.
8916
8917 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8918
8919 * inflow.c (terminal_inferior): Don't give up the terminal if we
8920 previously couldn't get the inferior's terminal state.
8921
8922 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
8923
8924 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
8925 PC_REGNUM.
8926
8927 2004-02-28 Andrew Cagney <cagney@redhat.com>
8928
8929 * NEWS: Refer to GDB 6.1.
8930 * README: Refer to GDB 6.1.
8931 * PROBLEMS: Refer to GDB 6.1.
8932
8933 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
8934
8935 * thread-db.c (disable_thread_signals): Remove unused function.
8936
8937 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8938
8939 * amd64-nat.c: Include "gdb_string.h".
8940 (amd64_collect_native_gregset): Zero-extend the 32-bit
8941 general-purpose registers and %eip.
8942
8943 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
8944 * amd64-tdep.c (amd64_collect_fxsave): New function.
8945 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
8946
8947 * i387-tdep.h: Update copyright year.
8948 (i387_collect_fxsave): New prototype.
8949 * i387-tdep.c: Update copyright year.
8950 (i387_collect_fxsave): New function containing most of the code
8951 from i387_fill_fxsave.
8952 (i387_fill_fxsave): Call i387_collect_fxsave.
8953
8954 2004-02-28 Andrew Cagney <cagney@redhat.com>
8955
8956 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
8957 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
8958
8959 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8960
8961 * amd64-tdep.c (amd64_frame_cache): Fix comment.
8962
8963 2004-02-28 Andrew Cagney <cagney@redhat.com>
8964
8965 * utils.c: Use "", instead of <>, to include readline.
8966 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
8967 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
8968 * source.c, solib.c, exec.c, event-top.c: Ditto.
8969 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
8970 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
8971 * Makefile.in: Update all dependencies.
8972 (readline_tilde_h, readline_history_h): Define.
8973 (readline_headers): Delete.
8974
8975 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8976
8977 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
8978 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
8979 "config/i386/tm-lx64.h".
8980
8981 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
8982 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
8983 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
8984
8985 2004-02-28 Andrew Cagney <cagney@redhat.com>
8986
8987 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
8988
8989 * breakpoint.c (_initialize_breakpoint): Use
8990 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
8991 Add help to show command.
8992
8993 2004-02-28 Mark Kettenis <kettenis@gnu.org>
8994
8995 * i386-nat.c: Reformat to be closer to coding standards.
8996 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
8997 `retval'. Make variables `align' and `size' local to while-loop.
8998 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
8999 (_initialize_i386_nat): New prototype.
9000
9001 * tui/tui.c: Include <readline/readline.h> instead of
9002 "readline/readline.h". Include it after <term.h> and
9003 "gdb_curses.h".
9004
9005 2004-02-27 Andrew Cagney <cagney@redhat.com>
9006
9007 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
9008 the new frame unwind code.
9009 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
9010 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
9011 PCOQ_HEAD_REGNUM.
9012
9013 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
9014 "return_value" and "push_dummy_call".
9015 (hppa32_use_struct_convention): Delete unused function.
9016 (hppa32_store_return_value): Delete unused function.
9017 (hppa32_extract_return_value): Delete unused function.
9018 (hppa32_stack_align): Delete function.
9019
9020 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
9021
9022 * coffread.c (enter_linenos): Don't let rawptr reference memory
9023 outside linetab[]'s limits.
9024
9025 2004-02-27 Andrew Cagney <cagney@redhat.com>
9026
9027 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
9028 inferior stack space - the stack needs to grow upwards.
9029 (hppa32_frame_align): New function.
9030 (hppa64_frame_align): Replace hppa_frame_align.
9031 (hppa_gdbarch_init): Update.
9032
9033 2004-02-26 Orjan Friberg <orjanf@axis.com>
9034
9035 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
9036 (dwarf2-frame.h): Include.
9037 (enum cris_regnums): New enum CRIS_FP_REGNUM.
9038 Remove static variables related to ABI setting.
9039 (struct gdbarch_tdep): Remove cris_abi member.
9040 (struct frame_extra_info): Remove.
9041 (cris_unwind_cache, stack_item): New structs.
9042 (cris_frame_unwind, cris_frame_base): New variables.
9043 (push_stack_item, pop_stack_item)
9044 (cris_frame_unwind_cache, cris_frame_this_id)
9045 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
9046 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
9047 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
9048 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
9049 (cris_reg_struct_has_addr): New functions.
9050 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
9051 (cris_frame_saved_pc, cris_saved_pc_after_call,
9052 (cris_store_struct_return, cris_frameless_function_invocation)
9053 (cris_pop_frame, cris_skip_prologue_main)
9054 (cris_abi_original_store_return_value)
9055 (cris_abi_v2_store_return_value)
9056 (cris_abi_original_extract_return_value)
9057 (cris_abi_v2_extract_return_value)
9058 (cris_abi_original_reg_struct_has_addr)
9059 (cris_abi_v2_reg_struct_has_addr)
9060 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
9061 (cris_push_return_address, cris_abi_update): Remove.
9062 (_initialize_cris_tdep): Remove ABI command.
9063 (cris_dump_tdep): Ditto.
9064 (cris_gdbarch_init): Remove ABI command.
9065 Set store_return_value, extract_return_value, push_dummy_code,
9066 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
9067 frame_unwind_append_sniffer, frame_base_set_default.
9068 Clear deprecated init_frame_pc, push_arguments, store_return_value,
9069 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
9070 sizeof_call_dummy_words, get_saved_register, push_return_address,
9071 pop_frame, store_struct_return, frame_init_saved_regs,
9072 init_extra_frame_info, frameless_function_invocation, frame_chain,
9073 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
9074 dummy_write_sp.
9075
9076 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9077
9078 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
9079 * valprint.c (print_hex_chars): Change from static to external.
9080 (print_char_chars): New function.
9081 * printcmd.c (print_scalar_formatted): For integer and enum types
9082 that are longer than LONGEST, perform processing via appropriate
9083 print_*_chars routines.
9084
9085 2004-02-26 Andrew Cagney <cagney@redhat.com>
9086
9087 * Makefile.in: Update dependencies.
9088 Changes from Ulrich Weigand,
9089 * s390-tdep.c: Include "dwarf2-frame.h".
9090 (s390_dwarf2_frame_init_reg): New function.
9091 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
9092 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
9093
9094 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9095
9096 * breakpoint.c (pending_break_support): New setting variable.
9097 (break_command_1): Account for pending_break_support setting
9098 when creating pending breakpoints.
9099 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
9100 (_initialize_breakpoint): Add "set breakpoint pending" and
9101 "show breakpoint pending" commands.
9102
9103 2004-02-26 Andrew Cagney <cagney@redhat.com>
9104
9105 Fix PR i18n/1570.
9106 * charset.c (backslashable, backslashed, represented): Remove 'e'
9107 from list of escaped characters, not part of ISO-C.
9108
9109 2004-02-25 J. Brobecker <brobecker@gnat.com>
9110
9111 From Peter Schauer <schauer@pdf.de>:
9112 * tui/tui.c: Move system header includes after local includes.
9113 Fixes a build failure on solaris systems.
9114
9115 2004-02-25 J. Brobecker <brobecker@gnat.com>
9116
9117 * configure.in: Refine the previous change.
9118 * configure: Regenerate.
9119
9120 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9121
9122 * amd64-tdep.h: Renamed from x86-64-tdep.h.
9123 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
9124 "amd64-tdep.h" instead of "x86-64-tdep.h".
9125 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9126 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
9127 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
9128 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9129 and "x86-64-tdep.c".
9130 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
9131 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9132 and "x86-64-tdep.c".
9133 * amd64bsd-nat.c: Update copyright year.
9134 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9135 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
9136 "x86-64-tdep.h".
9137 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9138 "x86-64-tdep.h".
9139 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9140 "x86-64-tdep.h".
9141 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9142 "x86-64-tdep.h".
9143 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9144 "x86-64-tdep.h".
9145 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9146 "x86-64-tdep.h".
9147 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9148 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9149 * Makefile.in (amd64_linux_tdep_h): Renamed from
9150 x86_64_linux_tdep_h.
9151 (amd64_tdep_h): Renamed from x86_64_tdep_h.
9152 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9153 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9154 (amd64obsd-tdep.o): Update dependencies.
9155 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
9156 dependencies.
9157 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
9158 dependencies.
9159 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
9160 amd64-linux-nat.c amd64-linux-tdep.c.
9161 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9162 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9163 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9164 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9165 amd64-tdep.o and amd64-linux-tdep.o.
9166 (TM_FILE): Set to tm-linux64.h.
9167 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9168 (NAT_FILE): Set to nm-linux64.h.
9169 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9170 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9171 amd64-tdep.o.
9172 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9173 amd64-tdep.o.
9174 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9175 amd64-tdep.o.
9176
9177 2004-02-25 Roland McGrath <roland@redhat.com>
9178
9179 * remote.c (remote_protocol_qPart_auxv): New variable.
9180 (init_all_packet_configs): Initialize it.
9181 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
9182 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
9183 (show_remote_cmd): Call it.
9184 (_initialize_remote): Initialize commands.
9185 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
9186 service TARGET_OBJECT_AUXV requests.
9187
9188 2004-02-25 J. Brobecker <brobecker@gnat.com>
9189
9190 * configure.in: Make sure that the wborder function is available.
9191 Otherwise, search for it in the cur_colr library.
9192 * configure: Regenerate.
9193
9194 2004-02-25 Andrew Cagney <cagney@redhat.com>
9195
9196 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
9197
9198 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9199
9200 * config/i386/tm-x86-64linux.h: Tweak comments.
9201
9202 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
9203
9204 * MAINTAINERS: Add self to write-after-approval list.
9205
9206 2004-02-25 Andrew Cagney <cagney@redhat.com>
9207
9208 PR cli/1566. Problem found, and fix suggested by David Allan.
9209 * cli/cli-script.c (execute_control_command): Unconditionally
9210 install a cleanup. Default "ret" to "invalid_control". Use
9211 "break" instead of "return" to escape from the switch.
9212
9213 2004-02-24 J. Brobecker <brobecker@gnat.com>
9214
9215 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
9216 with the lines macro defined in term.h on AiX.
9217 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
9218 a collision with the label_width macro defined in term.h on AiX.
9219
9220 2004-02-23 David Mosberger <davidm@hpl.hp.com>
9221
9222 Committed by Kevin Buettner <kevinb@redhat.com>.
9223
9224 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
9225 * ia64-tdep.c (ia64_write_pc): Make it a global function.
9226 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
9227 instead of ia64_write_pc().
9228 * ia64-linux-tdep.c (regcache.h): Include.
9229 (ia64_linux_write_pc): New function.
9230
9231 2004-02-23 Roland McGrath <roland@redhat.com>
9232
9233 * auxv.c (info_auxv_command): Fix typos in error messages.
9234
9235 2004-02-23 Mark Kettenis <kettenis@gnu.org>
9236
9237 * x86-64-tdep.h: Tweak comment.
9238 (enum amd64_regnum): New.
9239 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
9240 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
9241 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
9242 (X86_64_XMM1_REGNUM): Removed.
9243 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
9244 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
9245 prototypes for renamed functions.
9246 * x86-64-tdep.c: Fix typo.
9247 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
9248 register numbers.
9249 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
9250 Use constants from `enum amd64_regnum' for register numbers.
9251 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
9252 (amd64_analyze_prologue, amd64_frame_cache,
9253 amd64_sigtramp_frame_cache): Use constants from `enum
9254 amd64_regnum' for register numbers.
9255 (amd64_supply_fpregset): Adjust for renamed functions.
9256 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
9257 `enum amd64_regnum' for register numbers.
9258 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
9259 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
9260 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
9261 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
9262 (amd64_linux_fill_gregset): Adjust for renamed macros.
9263 (fetch_core_registers): Adjust for renamed functions.
9264 (amd64_linux_init_abi): Adjust for renamed functions.
9265 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
9266 renamed functions.
9267 * amd64-nat.c: Adjust for renamed macros.
9268 * amd64bsd-nat.c (fetch_inferior_registers)
9269 (store_inferior_registers): Use constants from `enum amd64_regnum'
9270 for register numbers. Adjust for renamed variables.
9271 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
9272 renamed variables.
9273 (_initialize_amd64fbsd_nat): Use constants from `enum
9274 amd64_regnum' for register numbers.
9275 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
9276 `enum amd64_regnum' for register numbers.
9277 (amd64fbsd_init_abi): Adjust for renamed functions.
9278 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
9279 `enum amd64_regnum' for register numbers.
9280 (amd64nbsd_init_abi): Adjust for renamed functions.
9281 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
9282 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
9283 `enum amd64_regnum' for register numbers.
9284 (amd64obsd_init_abi): Adjust for renamed functions.
9285 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
9286
9287 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9288
9289 * breakpoint.c (print_one_breakpoint): Do not output spaces
9290 after printing <PENDING> for a pending breakpoint.
9291
9292 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9293
9294 * printcmd.c (print_scalar_formatted): Initialize val_long
9295 to remove compiler warning message.
9296
9297 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
9298
9299 * defs.h (nquery, yquery): New prototypes.
9300 * breakpoint.c (break_command_1): Use new nquery interface.
9301 * utils.c (defaulted_query, nquery, yquery): New functions.
9302
9303 2004-02-23 Andrew Cagney <cagney@redhat.com>
9304
9305 * hppa-tdep.c (hppa_frame_align): New function.
9306 (hppa32_push_dummy_call): New function.
9307 (hppa64_push_dummy_call): New function.
9308 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
9309 disabled.
9310
9311 * infcall.c (legacy_push_dummy_code): Don't call deprecated
9312 FIX_CALL_DUMMY when push_dummy_call is available.
9313 (call_function_by_hand, push_dummy_code): Ditto.
9314
9315 2004-02-22 Andrew Cagney <cagney@redhat.com>
9316
9317 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
9318 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
9319 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
9320 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
9321 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
9322 call_dummy_location to ON_STACK.
9323
9324 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9325
9326 * x86-64-linux-tdep.c: Tweak comment.
9327 (amd64_linux_supply_gregset): Renamed from
9328 x86_64_linux_supply_gresget.
9329 (amd64_linux_fill_gregset): Renamed from
9330 x86_64_linux_fill_gregset.
9331 (fetch_core_registers): Adjust for renamed functions.
9332 (amd64_core_fns): Renamed from x86_64_core_fns.
9333 (amd64_linux_sigtramp_start): Renamed from
9334 x86_64_linux_sigtramp_start.
9335 (amd64_linux_pc_in_sigtramp): Renamed from
9336 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
9337 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
9338 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
9339 (amd64_linux_sigcontext_addr): Renamed from
9340 x86_64_linux_sigcontext_addr.
9341 (amd64_linux_sc_reg_offset): Renamed from
9342 x86_64_linux_sc_reg_offset.
9343 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
9344 Adjust for renamed functions and variables.
9345 (_initialize_amd64_linux_tdep): Renamed from
9346 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
9347 variables.
9348 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
9349 Adjust for renamed functions.
9350
9351 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
9352 from x86_64_linux_gregset64_reg_offset.
9353 (amd64_linux_gregset32_reg_offset): Rename from
9354 x86_64_linux_gregset64_reg_offset.
9355 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
9356 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
9357 (amd64_linux_dr_set_control): Renamed from
9358 x86_64_linux_dr_set_control. Adjust for renamed functions.
9359 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
9360 Adjust for renamed functions.
9361 (amd64_linux_dr_reset_addr): Renamed from
9362 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
9363 (amd64_linux_dr_get_status): Renamed from
9364 x86_64_linux_dr_get_status. Adjust for renamed functions.
9365 (_initialize_amd64_linux_nat): Renamed from
9366 _initialize_x86_64_linux_nat. Adjust for renamed variables and
9367 functions.
9368 * config/i386/nm-x86-64linux.h: Update copyright year.
9369 Adjust for renamed functions.
9370
9371 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
9372 amd64fbsd_sigtramp_start.
9373 (amd64fbsd_sigtramp_end_addr): Renamed from
9374 amd64fbsd_sigtramp_end.
9375 (amd64fbsd_init_abi): Adjust for renamed variables.
9376 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
9377 variables.
9378 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
9379 amd64fbsd_sigtramp_start.
9380 (amd64fbsd_sigtramp_end_addr): Renamed from
9381 amd64fbsd_sigtramp_end.
9382
9383 2004-02-22 Andrew Cagney <cagney@redhat.com>
9384
9385 * hppa-tdep.c (hppa32_return_value): New function.
9386 (hppa64_return_value): New function.
9387 (hppa_gdbarch_init): Set return_value; keep disabled.
9388
9389 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
9390 struct-return and inferior function call methods.
9391
9392 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9393 "frame-base.h".
9394 (struct hppa_frame_cache): Define.
9395 (hppa_frame_cache, hppa_frame_this_id): New functions.
9396 (hppa_frame_prev_register): New function.
9397 (hppa_frame_unwind, hppa_frame_base): New variables.
9398 (hppa_frame_unwind_sniffer): New function.
9399 (hppa_frame_base_address, hppa_unwind_pc): New function.
9400 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
9401 sniffer, and frame base sniffer; keep disabled.
9402 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
9403 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
9404
9405 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
9406 to predicates for "seriously old code".
9407
9408 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
9409 runtime if(0).
9410
9411 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
9412 unsigned.
9413 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
9414
9415 * config/pa/tm-hppa.h: Update copyright.
9416 (DEPRECATED_INIT_FRAME_PC): Delete macro.
9417 (deprecated_init_frame_pc_default): Delete declaration.
9418 (hppa_frame_init_saved_regs): Delete declaration.
9419 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
9420 * hppa-tdep.c: Include "arch-utils.h".
9421 (hppa_gdbarch_init): Set deprecated init_frame_pc
9422 and deprecated frame_init_saved_regs.
9423 (hppa_frame_init_saved_regs): Make static.
9424
9425 2004-02-22 Mark Kettenis <kettenis@gnu.org>
9426
9427 Remove old 386BSD support.
9428 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
9429 * configure.host: Remove i[34567]86-*-bsd*.
9430 * configure.tgt: Remove i[34567]86-*-bsd*.
9431 * i386b-nat.c: Removed.
9432 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
9433 (i386b-nat.o): Remove dependencies.
9434
9435 * config/i386/i386bsd.mh: Removed.
9436 * config/i386/i386bsd.mt: Removed.
9437 * config/i386/nm-i386bsd.h: Removed.
9438 * config/i386/tm-i386bsd.h: Removed.
9439 * config/i386/xm-i386bsd.h: Removed.
9440
9441 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
9442
9443 * amd64fbsd-tdep.c: Include "solib-svr4.h".
9444 (amd64fbsd_init_abi): Set link map offsets.
9445 * amd64nbsd-tdep.c: Include "slib-svr4.h".
9446 (amd64nbsd_init_abi): Set link map offsets.
9447 * amd64obsd-tdep.c: Include "solib-svr4.h".
9448 (amd64obsd_init_abi): Set link map offsets.
9449 * i386fbsd-tdep.c: Include "solib-svr4.h".
9450 (i386fbsd_init_abi): Set link map offsets.
9451 * i386nbsd-tdep.c: Include "solib-svr4.h".
9452 (i386nbsdelf_init_abi): Set link map offsets.
9453 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
9454 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
9455 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
9456 solib-legacy.o and core-aout.o. Reformat.
9457 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
9458 solib-svr4.o, solib-legacy.o. Reformat.
9459 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
9460 * config/i386/nbsdelf.mh: Reformat.
9461 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
9462 solib-svr4.o, solib-legacy.o and corelow.o.
9463 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
9464 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
9465 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
9466 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9467 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
9468 (TM_FILE): Set to tm-fbsd.h.
9469 * config/i386/nbsd.mt (TDEPFILES): Reformat.
9470 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
9471 solib-svr4.o.
9472 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
9473 solib-svr4.o.
9474 (TM_FILE): Set to nm-nbsd.h.
9475 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
9476 Simplify shared library support. Don't include "elf/common.h".
9477 (SVR4_SHARED_LIBS): Don't define.
9478 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
9479 "solib.h".
9480 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
9481 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
9482 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
9483 Don't include "i386/tm-i386.h". Include "solib.h".
9484 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
9485 Don't include "i386/tm-i386.h".
9486 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
9487 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
9488 Include "i386/xm-i386.h".
9489 (HOST_LONG_DOUBLE_FORMAT): Remove.
9490
9491 Fix OpenBSD/i386 sigtramp recognition.
9492 * i386-tdep.h: Update copyright year.
9493 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
9494 (i386bsd_sigtramp_end): New prototypes.
9495 (i386fbsd_sigtramp_start_addr): Renamed from
9496 i386fbsd_sigtramp_start.
9497 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9498 (i386obsd_sigtramp_start_addr): Renamed from
9499 i386obsd_sigtramp_start.
9500 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9501 * i386bsd-tdep.c: Update copyright year.
9502 (i386bsd_pc_in_sigtramp): Make public.
9503 * i386fbsd-nat.c: Update copyright year.
9504 (_initialize_i386fbsd_nat): Adjust for renamed variables.
9505 * i386fbsd-tdep.c: Update copyright year.
9506 (i386fbsd_sigtramp_start_addr): Renamed from
9507 i386fbsd_sigtramp_start.
9508 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
9509 (i386fbsdaout_init_abi): Adjust for renamed variables.
9510 * i386obsd-nat.c: Update copyright year.
9511 (_initialize_i386obsd_nat): Adjust for renamed variables.
9512 * i386obsd-tdep.c: Include "target.h".
9513 (i386obsd_page_size): New variable.
9514 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
9515 (i386obsd_sigtramp_end): New functions.
9516 (i386obsd_sigtramp_start_addr): Renamed from
9517 i386obsd_sigtramp_start.
9518 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
9519 (i386obsd_init_abi): Adjust for renamed variables. Set
9520 pc_in_sigtramp, sigtramp_start and sigtramp_end.
9521 * Makefile.in (i386obsd-tdep.o): Update dependencies.
9522
9523 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
9524 trampoline change in OpenBSD kernel.
9525
9526 * amd64-nat.c: Update copyright year.
9527 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
9528 architecture from REGCACHE.
9529
9530 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
9531 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
9532
9533 2004-02-21 Mark Kettenis <kettenis@gnu.org>
9534
9535 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
9536 i[34567]86-*-openbsd3.[0-3].
9537 * config/i386/obsdaout.mh: New file.
9538
9539 * config/i386/obsd.mh (MH_FLAGS): Remove.
9540
9541 Fix PR build/1549.
9542 * i386obsd-tdep.c: Update copyright years. Include
9543 "solib-svr4.h".
9544 (i386obsd_init_abi): Don't set regset_from_core_section here.
9545 (i386obsd_aout_init_abi): New function. Set
9546 regset_from_core_section here.
9547 (i386obsd_elf_init_abi): New function.
9548 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
9549 * Makefile.in (i386obsd-tdep.o): Update dependecies.
9550 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9551 (TM_FILE): Set to tm-nbsd.h.
9552
9553 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
9554 solib-sunos.o.
9555
9556 * solib-svr4.h: Update copyright year.
9557 (svr4_ilp32_fetch_link_map_offsets)
9558 (svr4_lp64_fetch_link_map_offsets): New prototype.
9559 * solib-svr4.c: Update copyright year.
9560 (svr4_ilp32_fetch_link_map_offsets)
9561 (svr4_lp64_fetch_link_map_offsets): New function.
9562
9563 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
9564
9565 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
9566 to the partial symbol table.
9567
9568 2004-02-20 J. brobecker <brobecker@gnat.com>
9569
9570 * PROBLEMS: Add description of problem documented under gdb/1560.
9571
9572 2004-02-20 Mark Kettenis <kettenis@gnu.org>
9573
9574 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
9575 comments.
9576 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
9577 functions.
9578 (amd64obsd_init_abi): Reorder initializations. Use
9579 amd64obsd_r_reg_offset to initialize the general-purpose register
9580 set details. Set regset_from_core_section.
9581 (_initialize_amd64obsd_tdep): Rename from
9582 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
9583 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
9584 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
9585
9586 * NEWS (New native configurations): Mention OpenBSD/alpha.
9587 * configure.tgt: Add alpha*-*-openbsd*.
9588 * configure.host: Add alpha*-*-openbsd*.
9589 * alphanbsd-tdep.c: Update copyright year.
9590 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
9591
9592 2004-02-20 Andrew Cagney <cagney@redhat.com>
9593
9594 Fix PR tdep/1372.
9595 * configure.tgt: Delete target "none-*-*".
9596 * configure.host: Delete host "none-*-*".
9597 * config/none/none.mh: Delete file.
9598 * config/none/none.mt: Delete file.
9599 * config/none/xm-none.h: Delete file.
9600 * config/none/tm-none.h: Delete file.
9601 * config/none/nm-none.h: Delete file.
9602
9603 2004-02-19 Fred Fish <fnf@redhat.com>
9604
9605 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
9606 cache->uses_fp prior to setting it.
9607
9608 2004-02-19 Fred Fish <fnf@redhat.com>
9609
9610 Fix for PR breakpoint/1558.
9611 * sh-tdep.c (IS_JSR): New macro.
9612 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
9613
9614 2004-02-19 Jim Blandy <jimb@redhat.com>
9615
9616 * findvar.c (value_from_register): Doc fix.
9617
9618 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
9619
9620 * printcmd.c (print_scalar_formatted): Do not check for sizeof
9621 type being greater than sizeof of host's LONGEST. Always use
9622 unpack_long() unless format 'f' chosen.
9623
9624 2004-02-19 Joel Brobecker <brobecker@gnat.com>
9625
9626 Committed by Elena Zannoni <ezannoni@redhat.com>
9627
9628 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
9629 contains a symbol wich is the best, non-exact match for the given
9630 pc. Update comments.
9631
9632 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
9633
9634 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
9635 macro, which was part of the now removed Mach 3 port.
9636 * utils.c (request_quit): Ditto.
9637
9638 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9639
9640 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
9641 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
9642
9643 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9644
9645 Committed by Mark Kettenis <kettenis@gnu.org>.
9646
9647 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
9648 Define.
9649
9650 2004-02-18 Andrew Cagney <cagney@redhat.com>
9651
9652 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
9653 CONFIG_INSTALL and CONFIG_UNINSTALL.
9654 * configure: Re-generate.
9655 * interps.h (INTERP_TUI): Define.
9656 * Makefile.in: Update dependencies.
9657 (TUI): New macro.
9658 (tui-main.o): Specify dependencies.
9659 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
9660 * tui/tui-main.c: New file.
9661
9662 2004-02-18 Mark Kettenis <kettenis@gnu.org>
9663
9664 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
9665 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
9666 dependencies.
9667 * configure.host: Add x86_64-*-openbsd*.
9668 * configure.tgt: Add x86_64-*-openbsd*.
9669 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
9670
9671 * tui/tui.c: Don't include <malloc.h>.
9672
9673 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
9674 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
9675 amd64nbsd-tdep.c.
9676
9677 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
9678 static. Remove extraneous whitespace.
9679 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
9680 static.
9681
9682 2004-02-17 Jim Blandy <jimb@redhat.com>
9683
9684 * findvar.c (value_from_register): Doc fix.
9685
9686 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
9687
9688 Committed by Jim Blandy <jimb@redhat.com>.
9689
9690 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
9691 CORE_ADDR as type for selectors. Correct types for GNU run time
9692 message lookup function to use double indirection.
9693 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
9694 * objc-lang.h (lookup_child_selector): Adapt prototype.
9695
9696 * s390-nat.c (SUBOFF): New macro.
9697 (supply_gregset, fill_gregset): Use it to handle debugging
9698 of 32-bit exectuables running under a 64-bit kernel.
9699 * s390-tdep.c: Include "solib-svr4.h".
9700 (s390_svr4_fetch_link_map_offset): New function.
9701 (s390x_svr_fetch_link_map_offset): Likewise.
9702 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
9703 * Makefile.in (s390-tdep.o): Update dependencies.
9704
9705 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
9706 "frame-unwind.h".
9707 (s390_readinstruction): Reformat. Use read_memory_nobpt.
9708 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
9709 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
9710 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
9711 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
9712 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
9713 S390_SIGNAL_FRAMESIZE,
9714 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
9715 (struct frame_extra_info): Remove.
9716 (s390_memset_extra_info): Remove.
9717 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
9718 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
9719 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
9720 (is_rse): Renamed to ...
9721 (is_rsy): ... this. Support long displacements.
9722 (is_rxe): Renamed to ...
9723 (is_rxy): ... this. Support long displacements.
9724 (compute_x_addr): Support long displacements.
9725 (struct s390_prologue_data): New data type.
9726 (s390_on_stack): Change API to use struct s390_prologue_data.
9727 (s390_store): Reimplement.
9728 (s390_load): New function.
9729 (s390_get_signal_frame_info): Remove.
9730 (s390_get_frame_info): Remove, replace by ...
9731 (s390_analyze_prolog): ... this new function.
9732 (s390_check_function_end): Remove.
9733 (s390_function_start): Remove.
9734 (s390_frameless_function_invokation): Remove.
9735 (s390_is_sigreturn): Remove.
9736 (s390_init_frame_pc_first): Remove.
9737 (s390_init_frame_extra_info): Remove.
9738 (s390_frame_init_saved_regs): Remove.
9739 (s390_frame_saved_pc_nofix): Remove.
9740 (s390_frame_saved_pc): Remove.
9741 (s390_frame_chain): Remove.
9742 (s390_fp_regnum, s390_read_fp): Remove.
9743 (s390_pop_frame_regular, s390_pop_frame): Remove.
9744 (s390_saved_pc_after_call): Remove.
9745 (s390_skip_prologue): Reimplement.
9746 (s390_in_function_epilogue_p): Support long displacements.
9747 (struct s390_unwind_cache): New data structure.
9748 (s390_frame_unwind_cache): New function.
9749 (s390_prologue_frame_unwind_cache): Likewise.
9750 (s390_backchain_frame_unwind_cache): Likewise.
9751 (s390_frame_this_id, s390_frame_prev_register): Likewise.
9752 (s390_frame_unwind): Define.
9753 (s390_frame_sniffer): New function.
9754 (struct s390_pltstub_unwind_cache): New data structure.
9755 (s390_pltstub_frame_unwind_cache): New function.
9756 (s390_pltstub_frame_this_id): Likewise.
9757 (s390_pltstub_frame_prev_register): Likewise.
9758 (s390_pltstub_frame_unwind): Define.
9759 (s390_pltstub_frame_sniffer): New function.
9760 (struct s390_sigtramp_unwind_cache): New data structure.
9761 (s390_sigtramp_frame_unwind_cache): New function.
9762 (s390_sigtramp_frame_this_id): Likewise.
9763 (s390_sigtramp_frame_prev_register): Likewise.
9764 (s390_sigtramp_frame_unwind): Define.
9765 (s390_sigtramp_frame_sniffer): New function.
9766 (s390_frame_base_address, s390_local_base_address): New functions.
9767 (s390_frame_base): Define.
9768 (s390_unwind_pc, s390_unwind_sp): New function.
9769 (s390_push_dummy_call): Use new frame base location.
9770 (s390_unwind_dummy_id): Likewise.
9771 (s390_gdbarch_init): Remove calls to:
9772 set_gdbarch_frameless_function_invocation,
9773 set_gdbarch_deprecated_init_frame_pc,
9774 set_gdbarch_deprecated_frame_chain,
9775 set_gdbarch_deprecated_frame_init_saved_regs,
9776 set_gdbarch_deprecated_pop_frame,
9777 set_gdbarch_deprecated_init_extra_frame_info,
9778 set_gdbarch_deprecated_init_frame_pc_first,
9779 set_gdbarch_deprecated_target_read_fp,
9780 set_gdbarch_deprecated_frame_saved_pc,
9781 set_gdbarch_deprecated_saved_pc_after_call,
9782 set_gdbarch_deprecated_fp_regnum.
9783 Add calls to:
9784 set_gdbarch_in_solib_call_trampoline,
9785 frame_unwind_append_sniffer,
9786 frame_base_set_default,
9787 set_gdbarch_unwind_pc,
9788 set_gdbarch_unwind_sp.
9789 * Makefile.in (s390-tdep.o): Update dependencies.
9790
9791 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
9792 (S390_STACK_FRAME_OVERHEAD): Remove.
9793 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
9794 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
9795 (s390_promote_integer_argument): Remove.
9796 (s390_cannot_extract_struct_value_address): Remove.
9797 (s390_use_struct_convention, s390_store_struct_return): Remove.
9798 (s390_extract_return_value, s390_store_return_value): Remove.
9799 (s390_return_value_convention, s390_return_value): New functions.
9800 (is_float_singleton): Handle typedefs.
9801 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
9802 Remove, replace by ...
9803 (s390_function_arg_pass_by_reference, s390_function_arg_float,
9804 s390_function_arg_integer): ... these new functions.
9805 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
9806 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
9807 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
9808 Fill in tdep->abi.
9809 Remove calls to:
9810 set_gdbarch_deprecated_store_struct_return,
9811 set_gdbarch_deprecated_extract_return_value,
9812 set_gdbarch_deprecated_store_return_value,
9813 set_gdbarch_use_struct_convention,
9814 set_gdbarch_extract_struct_value_address,
9815 set_gdbarch_deprecated_pc_in_call_dummy,
9816 set_gdbarch_deprecated_push_arguments,
9817 set_gdbarch_deprecated_save_dummy_frame_tos,
9818 set_gdbarch_deprecated_push_return_address,
9819 set_gdbarch_deprecated_sizeof_call_dummy_words,
9820 set_gdbarch_deprecated_call_dummy_words,
9821 set_gdbarch_deprecated_dummy_write_sp.
9822 Add calls to:
9823 set_gdbarch_push_dummy_call,
9824 set_gdbarch_unwind_dummy_id,
9825 set_gdbarch_return_value.
9826
9827 * config/s390/nm-linux.h: Update comments.
9828 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
9829 (STOPPED_BY_WATCHPOINT): Redefine.
9830 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
9831 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
9832 (s390_stopped_by_watchpoint): Likewise.
9833 (watch_area_cnt): Remove.
9834 * s390-nat.c: Update comments.
9835 (watch_area): Remove typedef.
9836 Global replace watch_area by struct watch_area.
9837 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
9838 (s390_stopped_by_watchpoint): Remove pid argument,
9839 use s390_inferior_tid. Add short-cut for the no watchpoint case.
9840 (s390_fix_watch_points): Remove pid argument,
9841 use s390_inferior_tid. Recompute area spanned by watchpoints.
9842 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
9843 argument. Reimplement.
9844
9845 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
9846 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
9847 (FETCH_INFERIOR_REGISTERS): Define.
9848 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
9849 core-regset.o.
9850 * config/s390/s390x.mt: Remove.
9851 * config/s390/tm-s390.h: Remove.
9852 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
9853 (TARGET_ELF64): Remove.
9854 (SKIP_TRAMPOLINE_CODE): Do not undefine.
9855 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
9856 s390*-*-* case; always set gdb_target to s390.
9857 * regformats/reg-s390.dat: Remove control registers.
9858 * regformats/reg-s390x.dat: Likewise.
9859 * s390-tdep.h: New file.
9860 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
9861 Include "inferior.h" and "s390-tdep.h".
9862 Remove private definition of offsetof.
9863 (s390_register_u_addr): Remove.
9864 (regmap_gregset, regmap_fpregset): Define.
9865 (supply_gregset, fill_gregset): Reimplement.
9866 (supply_fpregset, fill_fpregset): Likewise.
9867 (s390_inferior_tid): New function.
9868 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
9869 (fetch_inferior_registers, store_inferior_registers): Likewise.
9870 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
9871 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
9872 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
9873 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
9874 (struct gdbarch_tdep): Define.
9875 (struct s390_register_info): Define.
9876 (s390_register_info): New variable.
9877 (s390_register_name): Reimplement.
9878 (s390_register_type): New function.
9879 (s390_register_raw_size, s390x_register_raw_size): Remove.
9880 (s390_cannot_fetch_register): Remove.
9881 (s390_register_byte): Remove.
9882 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
9883 (s390_dwarf_regmap): New variable.
9884 (s390_dwarf_reg_to_regnum): New function.
9885 (s390_stab_reg_to_regnum): Remove.
9886 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
9887 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
9888 (s390_convert_register_p): Likewise.
9889 (s390_register_to_value, s390_value_to_register): Likewise.
9890 (s390_register_reggroup_p): Likewise.
9891 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
9892 s390_gregset, s390x_gregset, s390_fpregset): New variables.
9893 (s390_supply_regset, s390_regset_from_core_section): New functions.
9894 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
9895 (S390_FPR_SIZE): Likewise.
9896 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
9897 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
9898 (S390_NUM_GPRS): Move here from tm-s390.h.
9899 (S390_NUM_FPRS): Likewise.
9900 (s390_in_function_epilogue_p): New function.
9901 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
9902 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
9903 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
9904 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
9905 Replace S390_FP_REGNUM by S390_SP_REGNUM.
9906 Remove calls to:
9907 set_gdbarch_deprecated_max_register_raw_size,
9908 set_gdbarch_deprecated_max_register_virtual_size,
9909 set_gdbarch_deprecated_register_byte,
9910 set_gdbarch_cannot_fetch_register,
9911 set_gdbarch_cannot_store_register,
9912 set_gdbarch_deprecated_register_size,
9913 set_gdbarch_deprecated_register_raw_size,
9914 set_gdbarch_deprecated_register_virtual_size,
9915 set_gdbarch_deprecated_register_virtual_type,
9916 set_gdbarch_deprecated_register_bytes.
9917 Add calls to:
9918 set_gdbarch_num_pseudo_regs,
9919 set_gdbarch_register_type,
9920 set_gdbarch_convert_register_p,
9921 set_gdbarch_register_to_value,
9922 set_gdbarch_value_to_register,
9923 set_gdbarch_register_reggroup_p,
9924 set_gdbarch_regset_from_core_section,
9925 set_gdbarch_pseudo_register_read,
9926 set_gdbarch_pseudo_register_write,
9927 set_gdbarch_in_function_epilogue_p.
9928 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
9929 (s390_tdep_h): New variable.
9930
9931 2004-02-17 Jim Blandy <jimb@redhat.com>
9932
9933 * findvar.c (value_from_register): If the type has no length, just
9934 return an acceptable value --- don't report an internal error.
9935
9936 * stabsread.c (read_type): If we find any type numbers that are
9937 forward references, complain if the references aren't resolved by
9938 the time we're finished reading.
9939 (cleanup_undefined_types): Make error message more appropriate for
9940 a complaint.
9941
9942 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9943
9944 * Makefile.in (defs_h): Remove dependency on progress_h.
9945 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
9946 progress.h.
9947 * main.c (captured_main): Delete use of START_PROGRESS and
9948 END_PROGRESS.
9949
9950 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
9951
9952 * objfiles.c (terminate_minimal_symbol_table): Add back
9953 initialization of MSYMBOL_TYPE.
9954
9955 2004-02-17 David Mosberger <davidm@hpl.hp.com>
9956
9957 Committed by Andrew Cagney.
9958 * Makefile.in (ia64_tdep_h): New macro.
9959 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
9960 (ia64-tdep.o): Likewise.
9961 * ia64-tdep.h: New file.
9962 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
9963 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
9964 (ia64_aix_sigcontext_register_address): Likewise.
9965 (ia64_linux_getunwind_table): Delete declaration.
9966 * ia64-linux-tdep.c: Likewise.
9967
9968 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
9969
9970 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
9971 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
9972 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
9973
9974 2004-02-17 Andrew Cagney <cagney@redhat.com>
9975
9976 * symtab.c (skip_prologue_using_sal): New function.
9977 * symtab.h (skip_prologue_using_sal): Declare.
9978 * frv-tdep.c: Include "symtab.h".
9979 (skip_prologue_using_sal): Delete function.
9980 * mips-tdep.c (skip_prologue_using_sal): Delete function.
9981 * rs6000-tdep.c (refine_prologue_limit): Mention
9982 skip_prologue_using_sal.
9983 * ia64-tdep.c (refine_prologue_limit): Ditto.
9984 * Makefile.in: Update dependencies.
9985
9986 2004-02-16 Andrew Cagney <cagney@redhat.com>
9987
9988 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
9989 START_INFERIOR_TRAPS_EXPECTED.
9990 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
9991 START_INFERIOR_TRAPS_EXPECTED.
9992 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
9993 Delete macro.
9994 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
9995 macro, moved to "nm-osf.h". Update copyright.
9996 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
9997 update copyright.
9998
9999 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
10000 and function replacing FRAMELESS_FUNCTION_INVOCATION.
10001 * blockframe.c (legacy_frameless_look_for_prologue): Rename
10002 frameless_look_for_prologue.
10003 * frame.h (legacy_frameless_look_for_prologue): Rename
10004 frameless_look_for_prologue.
10005 * gdbarch.h, gdbarch.c: Re-generate.
10006 * sh64-tdep.c (sh64_gdbarch_init): Update.
10007 * sh-tdep.c (sh_gdbarch_init): Update.
10008 * s390-tdep.c (s390_gdbarch_init): Update.
10009 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10010 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10011 * m68k-tdep.c (m68k_gdbarch_init): Update.
10012 (delta68_frame_args_address): Update.
10013 * m32r-tdep.c (m32r_gdbarch_init): Update.
10014 * hppa-tdep.c (hppa_gdbarch_init): Update.
10015 * h8300-tdep.c (h8300_gdbarch_init): Update.
10016 * frv-tdep.c (frv_gdbarch_init): Update.
10017 (frv_frameless_function_invocation): Update.
10018 * cris-tdep.c (cris_gdbarch_init): Update.
10019 (cris_frameless_function_invocation): Update.
10020 * avr-tdep.c (avr_gdbarch_init): Update.
10021 * arm-tdep.c (arm_gdbarch_init): Update.
10022 * stack.c (frame_info): Update, call predicate.
10023 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
10024 * frame.c (legacy_get_prev_frame): Update, call predicate..
10025 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
10026 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
10027 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
10028 invocation.
10029 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10030 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10031 * vax-tdep.c (vax_gdbarch_init): Ditto.
10032
10033 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
10034 function.
10035
10036 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10037
10038 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
10039 initializations.
10040
10041 2004-02-16 Andrew Cagney <cagney@redhat.com>
10042
10043 * tui/tui-windata.c: Include "gdb_string.h".
10044 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
10045 * tui/tui-layout.c, tui/tui-command.c: Ditto.
10046 * Makefile.in: Update dependencies.
10047
10048 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10049
10050 * Makefile.in (infrun.o): Add $(gdb_assert_h).
10051 * infrun.c: Include "gdb_assert.h".
10052 (singlestep_ptid, saved_singlestep_ptid)
10053 (stepping_past_singlestep_breakpoint): New variables.
10054 (resume): Set singlestep_ptid. Check for singlestep thread
10055 hop.
10056 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
10057 (handle_inferior_event): Handle singlestep thread hop.
10058
10059 2004-02-16 Andrew Cagney <cagney@redhat.com>
10060
10061 * dwarf2-frame.c (dwarf2_frame_ops): New function.
10062 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
10063 (dwarf2_frame_init_reg): Ditto.
10064
10065 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
10066 suggested by Joshua Neuheisel
10067
10068 * configure.in: Always check for curses, including pdcurses.
10069 Warn, instead of error, when no curses are found. Enable TUI when
10070 curses is available.
10071 * configure: Re-generate.
10072
10073 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10074
10075 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
10076 sh_sh4_register_convert_to_virtual.
10077 (sh_register_convert_to_raw): Rename from
10078 sh_sh4_register_convert_to_raw.
10079 (sh_pseudo_register_read): Accomodate above name change.
10080 (sh_pseudo_register_write): Ditto.
10081
10082 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10083
10084 * sh-tdep.c (sh_generic_register_name): Remove.
10085 (sh_gdbarch_init): Use sh_sh_register_name in default case.
10086
10087 2004-02-15 Andrew Cagney <cagney@redhat.com>
10088
10089 * configure.in (build_warnings): Add -Wunused-function.
10090 * configure: Re-generate.
10091
10092 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
10093 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
10094
10095 * procfs.c (procfs_init_inferior): Assume that
10096 START_INFERIOR_TRAPS_EXPECTED is defined.
10097 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
10098 * config/ns32k/tm-nbsd.h: Delete file,
10099 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
10100
10101 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10102 * config/vax/tm-vax.h: Delete file.
10103
10104 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10105 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10106 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10107 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10108 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
10109 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10110 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
10111
10112 2004-02-15 Mark Kettenis <kettenis@gnu.org>
10113
10114 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
10115 * dwarf2-frame.c (dwarf2_frame_data): New variable.
10116 (struct dwarf2_frame_ops): New.
10117 (dwarf2_frame_default_init_reg): New function, based on
10118 dwarf2_frame_init_reg.
10119 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
10120 (dwarf2_frame_init_reg): Call architecture-specific function.
10121 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
10122 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
10123 instead of dwarf2_frame_data.
10124 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
10125 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
10126
10127 2004-02-15 Andrew Cagney <cagney@redhat.com>
10128
10129 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
10130 register_gdbarch_swap.
10131 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
10132 * f-lang.c (_initialize_f_language): Update, use
10133 DEPRECATED_REGISTER_GDBARCH_SWAP.
10134 * remote.c (_initialize_remote): Ditto.
10135 * regcache.c (_initialize_regcache): Ditto.
10136 * parse.c (_initialize_parse): Ditto.
10137 * infrun.c (_initialize_infrun): Ditto.
10138 * mi/mi-main.c (_initialize_mi_main): Ditto.
10139 * gdbtypes.c (_initialize_gdbtypes): Ditto.
10140
10141 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10142 poking .cacheable directly.
10143 * symfile.c (symfile_bfd_open): Ditto.
10144
10145 * Makefile.in: Update all dependencies.
10146
10147 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10148 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
10149 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
10150 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10151 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
10152
10153 2004-02-14 Andrew Cagney <cagney@redhat.com>
10154
10155 * arch-utils.c (legacy_convert_register_p): Check
10156 DEPRECATED_REGISTER_CONVERTIBLE_P.
10157 * findvar.c (value_of_register): Ditto.
10158
10159 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
10160 * gdbarch.h, gdbarch.c: Re-generate.
10161 * arch-utils.c (deprecated_register_convertible_not): Delete.
10162 * arch-utils.h (deprecated_register_convertible_not): Delete.
10163 * mi/mi-main.c (get_register): Update. Update copyright.
10164 * infcmd.c (default_print_registers_info): Update.
10165
10166 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10167 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10168 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
10169 * gdbarch.h, gdbarch.c: Re-generate.
10170 * frame.c (deprecated_get_next_frame_hack): Delete function.
10171 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10172 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10173 Update.
10174 * infcall.c (call_function_by_hand): Update.
10175
10176 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
10177
10178 * symfile.c (init_entry_point_info, entry_point_address): Move
10179 from here...
10180 * objfiles.c (init_entry_point_info, entry_point_address):..to
10181 here.
10182 * symfile.h (init_entry_point_info, entry_point_address): Remove
10183 prototypes.
10184 * objfiles.h (init_entry_point_info, entry_point_address):Add
10185 prototypes.
10186 * cris-tdep.c: Remove include of symfile.h. Add include of
10187 objfiles.h.
10188 * infcall.c: Ditto.
10189 * mcore-tdep.c: Ditto.
10190 * mn10300-tdep.c: Ditto.
10191 * sh64-tdep.c: Ditto.
10192 * v850-tdep.c: Ditto.
10193 * arm-tdep.c: Remove include of symfile.h.
10194 * blockframe.c: Ditto.
10195 * coffread.c: Ditto.
10196 * dbxread.c: Ditto.
10197 * dwarf2read.c: Ditto.
10198 * dwarfread.c: Ditto.
10199 * frv-tdep.c: Ditto.
10200 * ia64-tdep.c: Ditto.
10201 * mdebugread.c: Ditto.
10202 * mipsread.c: Ditto.
10203 * rs6000-tdep.c: Ditto.
10204 * s390-tdep.c: Ditto.
10205 * sh-tdep.c: Ditto.
10206 * xstormy16-tdep.c: Ditto.
10207 * gdbarch.sh: Remove include of symfile.h.
10208 * gdbarch.c: Regenerate.
10209 * solib-irix.c (enable_break): Use entry_point_address().
10210 Add comment about include file.
10211 * xcoffread.c: Add comment about include file.
10212 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
10213 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
10214 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
10215 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
10216 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
10217
10218 2004-02-13 Andrew Cagney <cagney@redhat.com>
10219
10220 * corelow.c (core_xfer_partial): Use "struct bfd_section".
10221 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
10222 copyright.
10223 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
10224
10225 2004-02-12 Fred Fish <fnf@redhat.com>
10226
10227 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
10228 set_gdbarch_store_return_value.
10229
10230 2004-02-12 Andrew Cagney <cagney@redhat.com>
10231
10232 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
10233 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
10234 (interrupt_query): Ditto.
10235 (ofunc): Delete unused variable.
10236 * cris-tdep.c (cris_abi): Delete unused function.
10237 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
10238 (cris_get_wide_opcode, cris_get_short_size): Ditto.
10239 (cris_get_asr_quick_shift_steps): Ditto.
10240 (cris_skip_prologue_frameless_p): Ditto.
10241 * arm-tdep.c (arm_push_return_address): Delete unused function.
10242 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
10243 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
10244 * s390-tdep.c (s390_function_start): Delete unused function.
10245
10246 2004-02-12 Andrew Cagney <cagney@redhat.com>
10247
10248 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
10249 gdbarch.h, gdbarch.c: Re-generate.
10250 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
10251 to generic_prologue_frameless_p.
10252 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
10253 * arch-utils.c (generic_prologue_frameless_p): Delete function.
10254
10255 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
10256
10257 * mips-linux-tdep.c: Include "frame.h".
10258 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
10259 (mips_linux_skip_resolver): New functions.
10260 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
10261 and set_gdbarch_in_solib_call_trampoline.
10262 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
10263 to after set_gdbarch_in_solib_return_trampoline. Only set the
10264 solib hooks to mips16 functions if the OS ABI is unknown.
10265 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
10266 including "config/tm-linux.h".
10267 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
10268 * Makefile.in (mips-linux-tdep.o): Update.
10269
10270 2004-02-11 David Carlton <carlton@kealia.com>
10271
10272 * linespec.c (decode_compound): Only look for a class symbol when
10273 considering all but the rightmost component.
10274
10275 2004-02-11 Andrew Cagney <cagney@redhat.com>
10276
10277 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
10278 abi code are are separatly grouped.
10279
10280 2004-02-11 Andrew Cagney <cagney@redhat.com>
10281
10282 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
10283 * gdbarch.h, gdbarch.c: Re-generate.
10284 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
10285 * v850-tdep.c (v850_gdbarch_init): Update.
10286 * sh64-tdep.c (sh64_gdbarch_init): Update.
10287 * sh-tdep.c (sh_gdbarch_init): Update.
10288 * s390-tdep.c (s390_gdbarch_init): Update.
10289 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
10290 * mips-tdep.c (mips_gdbarch_init): Update.
10291 * mcore-tdep.c (mcore_gdbarch_init): Update.
10292 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
10293 * m32r-tdep.c (m32r_gdbarch_init): Update.
10294 * ia64-tdep.c (ia64_gdbarch_init): Update.
10295 * hppa-tdep.c (hppa_gdbarch_init): Update.
10296 * h8300-tdep.c (h8300_gdbarch_init): Update.
10297 * frv-tdep.c (frv_gdbarch_init): Update.
10298 * d10v-tdep.c (d10v_gdbarch_init): Update.
10299 * cris-tdep.c (cris_gdbarch_init): Update.
10300 * avr-tdep.c (avr_gdbarch_init): Update.
10301 * arm-tdep.c (arm_gdbarch_init): Update.
10302 * alpha-tdep.c (alpha_gdbarch_init): Update.
10303
10304 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
10305
10306 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
10307 comma.
10308 (sh_sh4al_dsp_register_name): Ditto.
10309
10310 2004-02-10 Andrew Cagney <cagney@redhat.com>
10311
10312 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
10313 (mips_init_frame_pc_first): Delete function.
10314 (mips_frame_saved_pc): Delete function.
10315 (mips_frame_chain): Delete function.
10316 (mips_init_extra_frame_info): Delete function.
10317 (mips_xfer_register): Delete unused variable "reg".
10318 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
10319 (mips_n32n64_return_value): Delete unused variable "reg".
10320 (mips_n32n64_return_value): Delete unused variable "pos".
10321 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
10322 (mips_o32_return_value): Delete unused variable "pos".
10323 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
10324 (mips_print_fp_register): Delete unused variable "namelen"
10325 (mips_print_fp_register): Delete unused variable "flt2"
10326 (get_frame_pointer): Delete function.
10327 (cached_proc_desc): Delete static variable.
10328 (mips_pop_frame): Delete function.
10329 (mips_find_saved_regs): Delete function.
10330 (mips_get_saved_register): Delete function.
10331 (mips_saved_pc_after_call): Delete function.
10332 (SIGFRAME_BASE): Delete macro.
10333 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
10334 (SIGFRAME_PC_OFF): Delete macro.
10335 (SIGFRAME_REGSAVE_OFF): Delete macro.
10336 (mips_dump_tdep): Do not print deleted macro definitions.
10337
10338 2004-02-10 Andrew Cagney <cagney@redhat.com>
10339
10340 * Makefile.in (SFILES): Remove explictly listed tui files.
10341 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
10342
10343 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
10344
10345 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
10346 to use paddr functions to format ia64 addresses and long values.
10347 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
10348 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
10349 (get_kernel_table, ia64_find_proc_info_x): Ditto.
10350 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
10351 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
10352
10353 2004-02-10 Andrew Cagney <cagney@redhat.com>
10354
10355 * defs.h: Do not include "tui.h".
10356 * gdb_curses.h: New file.
10357 * tui/tui-hooks.h: New file.
10358 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
10359 (tui_install_hooks, tui_remove_hooks): Delete declarations.
10360 (tui_initialize_io): Delete declaration.
10361 (tui_initialize_readline: Delete redundant declaration.
10362 (struct tui_point): Delete definition.
10363 * tui/tui-data.h (struct tui_point): Define.
10364 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10365 * utils.c: Include "tui/tui.h".
10366 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
10367 * printcmd.c [TUI]: Include "tui/tui.h".
10368 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
10369 * tui/tui-command.c: Include "gdb_curses.h".
10370 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
10371 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
10372 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
10373 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
10374 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
10375 * Makefile.in: Update all dependencies.
10376 (tui_hooks_h, gdb_curses_h): Define.
10377 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
10378
10379 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
10380
10381 * objfiles.h (struct objfile): Remove unused fields auxf1 and
10382 auxf2. Add comments about some other rarely used fields.
10383
10384 2004-02-10 Andrew Cagney <cagney@redhat.com>
10385
10386 * Makefile.in (init.c): Fix script removing duplicates. Problem
10387 reported by Peter Schauer.
10388
10389 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10390
10391 * bcache.c (bcache_xmalloc): Use obstack_init instead of
10392 obstack_specify_allocation.
10393 * objfiles.c (allocate_objfile): Ditto.
10394 * solib-sunos.c (solib_add_common_symbols)
10395 (allocate_rt_common_objfile): Ditto.
10396 * symfile.c (reread_symbols): Ditto.
10397 * gdb_obstack.h: Add comment.
10398
10399 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
10400
10401 * linespec.c (decode_line_1, locate_first_half)
10402 (decode_compound, lookup_prefix_sym): Update comments. Delete old
10403 commented out code.
10404
10405 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
10406
10407 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
10408 obstack_free.
10409
10410 2004-02-09 Andrew Cagney <cagney@redhat.com>
10411
10412 * blockframe.c (find_pc_partial_function): If find_pc_overlay
10413 fails, try find_pc_section. Fix PR c++/1267.
10414 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
10415 instead of find_pc_mapped_section.
10416 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
10417 not default to the section containing PC. Fix PR symtab/1519.
10418
10419 2004-02-09 Andrew Cagney <cagney@redhat.com>
10420
10421 * Makefile.in (mips-tdep.o): Update dependencies.
10422 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
10423 "trad-frame.h".
10424 (mips_unwind_pc): Return the pseudo PC register.
10425 (mips_unwind_dummy_id): New function.
10426 (mips16_fetch_instruction): New function.
10427 (mips32_fetch_instruction): New function.
10428 (struct mips_frame_cache): Define.
10429 (mips_mdebug_frame_cache): New function.
10430 (mips_mdebug_frame_this_id): New function.
10431 (mips_mdebug_frame_prev_register): New function.
10432 (mips_mdebug_frame_unwind): Define.
10433 (mips_mdebug_frame_sniffer): New function.
10434 (mips_mdebug_frame_base_address): New function.
10435 (mips_mdebug_frame_base): Define.
10436 (mips_mdebug_frame_base_sniffer): New function.
10437 (mips_gdbarch_init): Append unwind and base sniffers. Set
10438 unwind_dummy_id.
10439
10440 2004-02-08 Andrew Cagney <cagney@redhat.com>
10441
10442 * frame.c: Print both the register number and name.
10443
10444 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
10445 and a sed into a single sed. Make .c and .o patterns more robust.
10446 (OBS): Delete.
10447 (INIT_FILES): Replace OBS with COMMON_OBS.
10448 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
10449
10450 2004-02-08 Mark Kettenis <kettenis@gnu.org>
10451
10452 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
10453 the PT_WCOOKIE request.
10454
10455 2004-02-08 Andrew Cagney <cagney@redhat.com>
10456
10457 * mips-tdep.c (mips_unwind_pc): New function.
10458 (mips_gdbarch_init): Set mips_unwind_pc.
10459
10460 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
10461 (get_frame_id): Allow the UNKNOWN_FRAME.
10462 (frame_register_unwind, get_frame_type): Ditto.
10463
10464 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
10465 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
10466 unwind_dummy_id indicates a legacy frame.
10467
10468 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
10469 * configure: Re-generate.
10470
10471 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
10472 methods.
10473
10474 2004-02-08 Andrew Cagney <cagney@redhat.com>
10475
10476 * configure.in (CONFIG_ALL): Set to Makefile target, and not
10477 makefile macro.
10478 * configure: Re-generate.
10479 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
10480 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
10481 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
10482 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
10483 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
10484 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
10485 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
10486 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
10487 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
10488 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
10489
10490 2004-02-07 Andrew Cagney <cagney@redhat.com>
10491
10492 * Makefile.in: Update all dependencies.
10493
10494 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
10495 * configure: Re-generate.
10496 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
10497 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
10498 (COMMON_OBS): Add "main.o" and "annotate.o".
10499 (ANNOTATE_OBS): Delete.
10500 (OBS): Remove ANNOTATE_OBS.
10501 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
10502 CONFIG_INITS.
10503 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
10504 against CONFIG_OBS and "main.o".
10505 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
10506 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
10507
10508 * tui/tui-command.c: Include "gdb_string.h", delete register
10509 attribute, use ISO-C function signatures.
10510 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
10511 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10512 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
10513 * tui/tui.c: Ditto.
10514
10515 * tui/tui-command.c: Change variable and function names to lower
10516 case.
10517 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
10518 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
10519 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10520 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10521 * tui/tui-winsource.c, tui/tui.c: Ditto.
10522
10523 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10524
10525 * buildsym.c (free_pending_blocks, finish_block)
10526 (record_pending_block, make_blockvector, end_symtab): Replace
10527 symbol_obstack with objfile_obstack.
10528 * coffread.c (process_coff_symbol, coff_read_struct_type)
10529 (coff_read_enum_type): Ditto.
10530 * cp-namespace.c (initialize_namespace_symtab)
10531 (check_one_possible_namespace_symbol): Ditto.
10532 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
10533 (dwarf2_symbol_mark_computed): Ditto.
10534 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
10535 * elfread.c (elf_symtab_read): Ditto.
10536 * hpread.c (hpread_symfile_init, hpread_symfile_init)
10537 (hpread_read_enum_type, hpread_read_function_type)
10538 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
10539 Ditto.
10540 * jv-lang.c (get_java_class_symtab, add_class_symbol)
10541 (java_link_class_type): Ditto.
10542 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
10543 (new_symbol): Ditto.
10544 * minsyms.c (install_minimal_symbols): Ditto.
10545 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
10546 (terminate_minimal_symbol_table): Replace symbol_obstack with
10547 objfile_obstack.
10548 (free_objfile): Remove freeing of symbol_obstack.
10549 * objfiles.h: Remove symbol_obstack field.
10550 * pa64solib.c (add_to_solist): Replace symbol_obstack with
10551 objfile_obstack.
10552 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10553 symbol_obstack.
10554 (solib_add_common_symbols): Replace symbol_obstack with
10555 objfile_obstack.
10556 * somsolib.c (som_solib_add): Ditto.
10557 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
10558 (common_block_start, common_block_end): Ditto.
10559 * symfile.c (reread_symbols): Remove freeing and init of
10560 symbol_obstack.
10561 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
10562 * symfile.h: Update comment.
10563 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
10564 stats printing.
10565 * symtab.c (symbol_set_names): Replace symbol_obstack with
10566 objfile_obstack.
10567 * symtab.h (struct general_symbol_info, struct minimal_symbol):
10568 Update comments.
10569 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
10570 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
10571 objfile_obstack.
10572
10573 2004-02-07 Andrew Cagney <cagney@redhat.com>
10574
10575 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
10576 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
10577 fields and variables.
10578 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
10579 (m_beInvisible): Delete macro.
10580 * tui/tui-data.h: Fix case case fields and variables.
10581 (m_genWinPtrIsNull): Delete macro.
10582 (tui_win_list): Rename winList.
10583 (TUI_SRC_WIN): Rename srcWin.
10584 (TUI_DISASM_WIN): Rename disassemWin.
10585 (TUI_DATA_WIN): Rename dataWin.
10586 (TUI_CMD_WIN): Rename cmdWin.
10587 (m_genWinPtrNotNull): Delete macro.
10588 (m_winPtrIsNull): Delete macro.
10589 (m_winPtrNotNull): Delete macro.
10590 (tui_win_is_source_type): Replace m_winIsSourceType
10591 (tui_win_is_auxillary): Replace m_winIsAuzillary.
10592 (tui_win_has_locator): Replace m_hasLocator.
10593 (tui_set_win_highlight): Replace m_setWinHighlightOn and
10594 m_setWinHighlightOff.
10595 * tui/tui-data.c: Update references.
10596 (tui_win_is_source_type, tui_set_win_highlight): New functions.
10597 (tui_win_has_locator, tui_win_is_auxillary): New functions.
10598 * tui/tui-command.c, tui/tui-disasm.c: Update references.
10599 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
10600 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
10601 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10602 * tui/tui-winsource.c, tui/tui.c: Ditto.
10603
10604 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10605
10606 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
10607 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
10608 StackGhost.
10609
10610 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
10611 variable `i6' to `i7'.
10612 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
10613
10614 2004-02-07 Andrew Cagney <cagney@redhat.com>
10615
10616 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
10617 (TuiPoint, TuiPointPtr): Ditto.
10618 (TuiStatus, TuiStatusPtr): Ditto.
10619 (TuiWinType, TuiWinTypePtr): Ditto.
10620 (struct tui_point): Rename _TuiPoint.
10621 (tui_get_low_disassembly_address): Rename
10622 tuiGetLowDisassemblyAddress.
10623 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
10624 (tuiFree): Delete declaration.
10625 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
10626 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
10627 * tui/tui.c (tuiFree): Delete function.
10628 * cli/cli-cmds.c (disassemble_command): Update references.
10629 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
10630 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
10631 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
10632 * tui/tui-winsource.c: Ditto.
10633
10634 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10635
10636 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
10637 coffstab_build_psymtabs, elfstab_build_psymtabs)
10638 (stabsect_build_psymtabs): Replace psymbol_obstack with
10639 objfile_obstack.
10640 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
10641 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
10642 Ditto.
10643 * dwarfread.c (scan_compilation_units): Ditto.
10644 * elfread.c (elfstab_offset_sections): Ditto.
10645 * hppa-tdep.c (read_unwind_info): Ditto.
10646 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
10647 (hpread_end_psymtab): Ditto.
10648 * mdebugread.c (mdebug_build_psymtabs, add_pending)
10649 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
10650 Ditto.
10651 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
10652 * objfiles.c (add_to_objfile_sections)
10653 (build_objfile_section_table): Ditto.
10654 (allocate_objfile): Remove init of psymbol_obstack.
10655 (free_objfile): Remove freeing of psymbol_obstack.
10656 * objfiles.h (struct objfile): Remove field
10657 psymbol_obstack. Update comments.
10658 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
10659 psymbol_obstack with objfile_obstack.
10660 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
10661 psymbol_obstack.
10662 * somread.c (som_symfile_offsets, init_import_symbols)
10663 (init_export_symbols): Replace psymbol_obstack with
10664 objfile_obstack.
10665 * somsolib.c (som_solib_add_solib_objfile): Ditto.
10666 * symfile.c (default_symfile_offsets, syms_from_objfile)
10667 (reread_symbols): Remove freeing and init of psymbol_obstack.
10668 (cashier_psymtab): Update comment.
10669 * symmisc.c (print_objfile_statistics): Don't report stats for
10670 psymbol obstack.
10671 * symtab.h (struct general_symbol_info, struct partial_symtab):
10672 Update comments.
10673 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
10674 (xcoff_symfile_offsets): Replace psymbol_obstack with
10675 objfile_obstack.
10676
10677 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
10678
10679 * objfiles.h (struct objfile): Add objfile_obstack field.
10680 Remove type_obstack field.
10681
10682 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
10683 read_structure_scope read_enumeration, new_symbol): Replace
10684 type_obstack with objfile_obstack.
10685 * dwarfread.c (struct_type, enum_type): Ditto.
10686 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
10687 (lookup_fundamental_type): Ditto.
10688 * gdbtypes.h (TYPE_ALLOC): Ditto.
10689 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
10690 (hpread_read_doc_function_type, hpread_read_struct_type)
10691 (fix_static_member_physnames, hpread_read_array_type)
10692 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
10693 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
10694 (java_link_class_type): Ditto.
10695 * mdebugread.c (parse_type): Ditto.
10696 * objfiles.c (allocate_objfile, free_objfile): Ditto.
10697 * solib-sunos.c (solib_add_common_symbols): Ditto.
10698 * stabsread.c (define_symbol, read_type, read_member_functions,
10699 read_cpp_abbrev, read_one_struct_field): Ditto.
10700 * symfile.c (reread_symbols): Ditto.
10701 * symmisc.c (print_objfile_statistics): Ditto.
10702
10703 2004-02-07 Andrew Cagney <cagney@redhat.com>
10704
10705 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
10706 (tui_exec_info_content): Rename TuiExecInfoContent.
10707 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
10708 (TuiWinInfo, TuiWinInfoPtr): Ditto.
10709 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
10710 (TuiList, TuiListPtr): Ditto.
10711 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
10712 (TuiDataType, TuiDataTypePtr): Ditto.
10713 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
10714 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
10715 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
10716 (TuiSourceElement, TuiSourceElementPtr): Ditto.
10717 (TuiDataElement, TuiDataElementPtr): Ditto.
10718 (TuiWinElement, TuiWinElementPtr): Ditto.
10719 (TuiDataInfo, TuiDataInfoPtr): Ditto.
10720 (TuiCommandElement, TuiCommandElementPtr): Ditto.
10721 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
10722 (TuiWhichElement, TuiWhichElementPtr): Ditto.
10723 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
10724 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
10725 * tui/tui-command.c, tui/tui-data.c: Update references.
10726 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
10727 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
10728 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
10729 * tui/tui-winsource.c, tui/tui.c: Ditto.
10730
10731 2004-02-07 Mark Kettenis <kettenis@gnu.org>
10732
10733 * dwarf2-frame.h: Update copyright.
10734 (enum dwarf2_frame_reg_rule): New.
10735 (struct dwarf2_frame_state_reg): New.
10736 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
10737 * dwarf2-frame.c: Update copyright.
10738 (enum dwarf2_reg_rule): Remove.
10739 (struct dwarf2_frame_state): Remove defenition of `struct
10740 dwarf2_frame_state_reg'.
10741 (read_reg): Call get_frame_arch to get the architecture instead of
10742 using CURRENT_GDBARCH.
10743 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
10744 DWARF2_FRAME_.
10745 (dwarf2_frame_init_reg): New function.
10746 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
10747 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
10748 initialize the register state. Prefix old `enum dwarf2_reg_rule'
10749 tags with DWARF2_FRAME_.
10750 (dwarf2_frame_prev_register): Call get_frame_arch to get the
10751 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
10752 dwarf2_reg_rule' tags with DWARF2_FRAME_.
10753
10754 2004-02-06 Andrew Cagney <cagney@redhat.com>
10755
10756 * tui/tui-data.h (struct tui_list): Rename _TuiList.
10757 (enum tui_data_type): Rename _TuiDataType.
10758 (struct tui_layout_def): Rename _TuiLayoutDef.
10759 (struct tui_source_element): Rename _TuiSourceElement.
10760 (struct tui_data_element): Rename _TuiDataElement.
10761 (struct tui_command_element): Rename _TuiCommandElement.
10762 (struct tui_locator_element): Rename _TuiLocatorElement.
10763 (union tui_which_element): Define.
10764 (struct tui_win_element): Rename _TuiWinElement.
10765 (struct tui_data_info): Rename _TuiDataInfo.
10766 (struct tui_source_info): Rename _TuiSourceInfo.
10767 (struct tui_command_info): Rename _TuiCommandInfo.
10768 (tui_initialize_static_data): Rename initializeStaticData.
10769 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
10770 (tui_alloc_win_info): Rename allocWinInfo.
10771 (tui_init_generic_part): Rename initGenericPart.
10772 (tui_init_win_info): Rename initWinInfo.
10773 (tui_alloc_content): Rename allocContent.
10774 (tui_add_content_elements): Rename addContentElements.
10775 (tui_init_content_element): Rename initContentElement.
10776 (tui_free_window): Rename freeWindow.
10777 (tui_free_win_content): Rename freeWinContent.
10778 (tui_free_data_content): Rename freeDataContent.
10779 (tui_free_all_source_wins_content): Rename
10780 freeAllSourceWinsContent.
10781 (tui_del_window): Rename tuiDelWindow.
10782 (tui_del_data_windows): Rename tuiDelDataWindows.
10783 (tui_partial_win_by_name): Rename partialWinByName.
10784 (tui_win_name): Rename winName.
10785 (tui_current_layout): Rename currentLayout.
10786 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
10787 (tui_term_height): Rename termHeight.
10788 (tui_set_term_height_to): Rename setTermHeightTo.
10789 (tui_term_width): Rename termWidth.
10790 (tui_set_term_width_to): Rename setTermWidthTo.
10791 (tui_set_gen_win_origin): Rename setGenWinOrigin.
10792 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
10793 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
10794 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
10795 (tui_source_windows): Rename sourceWindows.
10796 (tui_clear_source_windows): Rename clearSourceWindows.
10797 (tui_clear_source_windows_detail): Rename
10798 clearSourceWindowsDetail.
10799 (tui_clear_win_detail): Rename clearWinDetail.
10800 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
10801 (tui_default_tab_len): Rename tuiDefaultTabLen.
10802 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
10803 (tui_win_with_focus): Rename tuiWinWithFocus.
10804 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
10805 (tui_layout_def): Rename tuiLayoutDef.
10806 (tui_win_resized): Rename tuiWinResized.
10807 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
10808 (tui_next_win): Rename tuiNextWin.
10809 (tui_prev_win): Rename tuiPrevWin.
10810 (tui_add_to_source_windows): Rename addToSourceWindows.
10811 * tui/tui-winsource.c, tui/tui-win.c: Update references.
10812 * tui/tui-layout.c, tui/tui-source.c: Ditto.
10813 * tui/tui-stack.c, tui/tui-io.c: Ditto.
10814 * tui/tui.c, tui/tui-data.c: Ditto.
10815 * tui/tui-interp.c, tui/tui-data.c: Ditto.
10816 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
10817
10818 * tui/tui-source.h: Update copyright. Include "tui-data.h".
10819 (struct symtab): Declare.
10820 (tui_set_source_content): Rename tuiSetSourceContent.
10821 (tui_show_symtab_source): Rename tuiShowSource.
10822 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
10823 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
10824 * tui/tui-source.c: Update copyright. Update references.
10825 * tui/tui-win.c, tui/tui-winsource.c: Update references.
10826 * tui/tui-stack.c: Update references.
10827
10828 * tui/tui-win.h: Update copyright. Include "tui-data.h".
10829 (struct tui_win_info): Declare.
10830 (tui_scroll_forward): Rename tuiScrollForward.
10831 (tui_scroll_backward): Rename tuiScrollBackward.
10832 (tui_scroll_left): Rename tuiScrollLeft.
10833 (tui_scroll_right): Rename tuiScrollRight.
10834 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
10835 (tui_resize_all): Rename tuiResizeAll.
10836 (tui_refresh_all_win): Rename tuiRefreshAll.
10837 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
10838 * tui/tui-layout.c, * tui/tui-io.c: Update references.
10839 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
10840 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
10841
10842 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
10843 (tui_erase_data_content): Rename tuiEraseDataContent.
10844 (tui_display_all_data): Rename tuiDisplayAllData.
10845 (tui_check_data_values): Rename tuiCheckDataValues.
10846 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
10847 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
10848 (tui_first_data_element_no_in_line): Rename
10849 tuiFirstDataElementNoInLine.
10850 (tui_delete_data_content_windows): Rename
10851 tuiDeleteDataContentWindows.
10852 (tui_refresh_data_win): Rename tuiRefreshDataWin.
10853 (tui_display_data_from): Rename tuiDisplayDataFrom.
10854 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
10855 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
10856 * tui/tui-win.c, tui/tui-regs.c: Update references.
10857 * tui/tui-layout.c, tui/tui.c: Update references.
10858
10859 * tui/tui-wingeneral.h: Update copyright.
10860 (m_allBeVisible): Delete macro.
10861 (m_allBeInvisible): Delete macro.
10862 (struct tui_gen_win_info): Declare.
10863 (struct tui_win_info): Declare.
10864 (tui_unhighlight_win): Rename unhighlightWin.
10865 (tui_make_visible, tui_make_invisible): Replace makeVisible.
10866 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
10867 (tui_make_window): Rename makeWindow.
10868 (tui_copy_win): Rename copyWin.
10869 (tui_box_win): Rename boxWin.
10870 (tui_highlight_win): Rename highlightWin.
10871 (tui_check_and_display_highlight_if_needed): Rename
10872 checkAndDisplayHighlightIfNeeded.
10873 (tui_refresh_all): Rename refreshAll.
10874 (tui_delete_win): Rename tuiDelwin.
10875 (tui_refresh_win): Rename tuiRefreshWin.
10876 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
10877 (tui_make_visible, tui_make_invisible): New functions.
10878 (tui_make_all_visible, tui_make_all_invisible): New functions.
10879 (make_all_visible): Rename makeAllVisible.
10880 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
10881 * tui/tui-data.c, tui/tui-winsource.c: Update references.
10882 * tui/tui-windata.c, tui/tui-win.c: Update references.
10883 * tui/tui-regs.c, tui/tui-layout.c: Update references.
10884 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
10885
10886 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10887
10888 * proc-api.c (write_with_trace): Initialize local variable to
10889 silence compiler warning.
10890
10891 2004-02-06 Andrew Cagney <cagney@redhat.com>
10892
10893 * tui/tui-source.h: Do not include "defs.h".
10894 (struct tui_win_info): Declare.
10895 (tui_set_source_content_nil): Declare.
10896 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
10897 (union tui_line_or_address): Rename _TuiLineOrAddress.
10898 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
10899 (tui_update_source_window): Rename tuiUpdateSourceWindow.
10900 (tui_update_source_window_as_is): Rename
10901 tuiUpdateSourceWindowAsIs.
10902 (tui_update_source_windows_with_addr): Rename
10903 tuiUpdateSourceWindowsWithAddr.
10904 (tui_update_source_windows_with_line): Rename
10905 tuiUpdateSourceWindowsWithLine.
10906 (tui_clear_source_content): Rename tuiClearSourceContent.
10907 (tui_erase_source_content): Rename tuiEraseSourceContent.
10908 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
10909 (tui_show_source_content): Rename tuiShowSourceContent.
10910 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
10911 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
10912 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
10913 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
10914 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
10915 (tui_update_exec_info): Rename tuiUpdateExecInfo.
10916 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
10917 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
10918 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
10919 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
10920 (struct tui_win_info): Declare.
10921 * tui/tui-stack.c: Update references.
10922 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
10923 * tui/tui-win.c, tui/tui-source.c: Ditto.
10924 * tui/tui.c, tui/tui-disasm.c: Ditto.
10925
10926 2004-02-06 Mark Kettenis <kettenis@gnu.org>
10927
10928 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
10929 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
10930
10931 2004-02-05 Mark Kettenis <kettenis@gnu.org>
10932
10933 * infrun.c (handle_inferior_event): Allow for breakpoint
10934 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
10935 and SIGEMT. Update comments.
10936 * NEWS (Revised SPARC target): Mention support for non-executable
10937 stack.
10938
10939 2004-02-04 Mark Kettenis <kettenis@gnu.org>
10940
10941 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
10942 * inftarg.c: Update copyright year.
10943 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
10944 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
10945 (sparc_xfer_wcookie): New function.
10946 * sparc-tdep.c (sparc_fetch_wcookie): New function.
10947 * Makefile.in (sparc-nat.o): Update dependencies.
10948 * config/sparc/nm-nbsd.h: Include "target.h".
10949 (NATIVE_XFER_WCOOKIE): New define.
10950 (sparc_xfer_wcookie): New prototype.
10951
10952 2004-02-04 Andrew Cagney <cagney@redhat.com>
10953
10954 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
10955 SYSCALL_TRAP function.
10956 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
10957
10958 2004-02-04 Andrew Cagney <cagney@redhat.com>
10959 Daniel Jacobowitz <drow@mvista.com>
10960
10961 * objfiles.h: Delete comments refering to inside_entry_func and
10962 DEPRECATED_FRAME_CHAIN_VALID.
10963 * defs.h (inside_entry_func): Update prototype..
10964 * blockframe.c (inside_entry_func): Rename to
10965 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
10966 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
10967
10968 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
10969
10970 * breakpoint.c (struct captured_parse_breakpoint_args): Move
10971 outside of #ifdef SOLIB_ADD region.
10972 (do_restore_lang_radix_cleanup): Ditto.
10973 (resolve_pending_breakpoint): Ditto.
10974
10975 2004-02-03 Andrew Cagney <cagney@redhat.com>
10976
10977 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
10978 (process_note_abi_tag_sections): Delete unused function.
10979 (ia64_read_fp): Delete unused function.
10980 (gdbarch_extract_struct_value_address): Delete declaration.
10981
10982 2004-02-02 Andrew Cagney <cagney@redhat.com>
10983
10984 * vax-tdep.c (vax_frame_chain): Delete call to
10985 deprecated_inside_entry_file.
10986 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
10987
10988 2004-02-02 Mark Kettenis <kettenis@gnu.org>
10989
10990 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
10991 column that's "empty" or "same value" when eliminating REG_RA
10992 rules.
10993
10994 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10995
10996 * NEWS: Add information about new pending breakpoint support.
10997
10998 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
10999
11000 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
11001 and pending fields for pending breakpoint support.
11002 * breakpoint.c (breakpoint_enabled): Add check for not pending.
11003 (condition_command): Only parse condition if not a pending
11004 breakpoint.
11005 (print_one_breakpoint): Add support for pending breakpoints.
11006 (describe_other_breakpoints): Add checks to verify we are not
11007 dealing with pending breakpoints.
11008 (check_duplicates): Don't check pending breakpoints.
11009 (set_raw_breakpoint): Initialize pending flag.
11010 (do_restore_lang_radix_cleanup): New cleanup routine.
11011 (resolve_pending_breakpoint): New function.
11012 (re_enable_breakpoints_in_shlibs): Try and resolve any
11013 pending breakpoints via resolve_pending_breakpoint.
11014 (mention): Add pending breakpoint support.
11015 (parse_breakpoint_sals): Add new parameter to pass to
11016 decode_line_1 to indicate silent errors when files or functions
11017 are not found. Change all callers.
11018 (do_captured_parse_breakpoint): New function.
11019 (break_command_1): Change prototype to return an rc value and to
11020 take an optional pending breakpoint pointer. Support creating
11021 a pending breakpoint if a "not found" form of error occurs when
11022 parsing the breakpoint. Also support resolving an existing pending
11023 breakpoint and be silent if the resolution fails.
11024 (create_breakpoints): Change prototype to take pending breakpoint
11025 pointer. When resolving a pending breakpoint, use the new pointer
11026 to provide a conditional or commands added by the end-user.
11027 (delete_breakpoint): Add appropriate check for pending.
11028 (breakpoint_re_set_one): Ditto.
11029 (do_enable_breakpoint): Ditto.
11030
11031 2004-02-02 David Carlton <carlton@kealia.com>
11032
11033 * valops.c (enum oload_classification): New.
11034 (find_overload_match): Break implementation into separate
11035 functions; delete #if 0'd code; look for symbols within
11036 namespaces.
11037 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
11038 (find_oload_champ,oload_method_static,classify_oload_match): New.
11039 * cp-support.h: Add declaration for cp_func_name; update
11040 declaration for make_symbol_overload_list.
11041 * cp-support.c (cp_func_name): New.
11042 (overload_list_add_symbol): Fix comment, use
11043 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
11044 (make_symbol_overload_list): Take a function name and a namespace
11045 instead of a symbol; change implementation.
11046 (make_symbol_overload_list_using): New.
11047 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
11048
11049 2004-02-02 Fred Fish <fnf@redhat.com>
11050
11051 * main.c (gdb_stdtarg): Move definition to group with other
11052 gdb_stdtarg definitions and update copyright years.
11053 * remote-sim.c (gdb_os_write_stderr): Write output to
11054 gdb_stdtargerr stream instead of gdb_stdtarg stream.
11055 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
11056 gdb_stderr stream and update copyright years.
11057
11058 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11059
11060 * Makefile.in (mips-linux-nat.o): Update dependencies.
11061 * mips-linux-nat.c: Include mips-tdep.h.
11062
11063 2004-02-01 Roland McGrath <roland@redhat.com>
11064
11065 * sol-thread.c (sol_thread_xfer_partial): New function.
11066 (init_sol_thread_ops): Use that for to_xfer_partial hook.
11067 (init_sol_core_ops): Likewise.
11068
11069 * procfs.c (procfs_xfer_partial): New function.
11070 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
11071 * Makefile.in (procfs.o): Add $(auxv_h) dep.
11072
11073 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
11074 procfs_xfer_auxv function.
11075
11076 * procfs.c (procfs_make_note_section): If we can read
11077 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
11078 * linux-proc.c (linux_make_note_section): Likewise.
11079
11080 * auxv.h: New file.
11081 * auxv.c: New file.
11082 * Makefile.in (auxv_h): New variable.
11083 (COMMON_OBS): Add auxv.o here.
11084 (auxv.o): New target.
11085
11086 * corelow.c (core_xfer_partial): New function.
11087 (init_core_ops): Use it for core_ops.to_xfer_partial.
11088
11089 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
11090 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
11091 macro if that is defined.
11092
11093 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11094
11095 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
11096 and check the specified thread for each breakpoint.
11097 * breakpoint.h (bpstat_stop_status): Update prototype.
11098 * infrun.c (handle_inferior_event): Update calls to
11099 bpstat_stop_status.
11100
11101 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11102
11103 * Makefile.in (cli-cmds.o): Add $(readline_h).
11104
11105 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11106
11107 * cli/cli-cmds.c: Include readline.h.
11108 (complete_command): Pass the start of the last word to
11109 complete_line.
11110
11111 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11112
11113 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
11114 argument, and change first argument to a CORE_ADDR.
11115 * breakpoint.h (bpstat_stop_status): Update prototype.
11116 * infrun.c (adjust_pc_after_break): Add a new comment.
11117 (handle_inferior_event): Update calls to bpstat_stop_status.
11118
11119 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11120
11121 * breakpoint.h: Update copyright years.
11122
11123 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11124
11125 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
11126 (bpstat_stop_status): Don't decrement PC.
11127 * breakpoint.h (software_breakpoint_inserted_here_p): Add
11128 prototype.
11129 * infrun.c (adjust_pc_after_break): New function.
11130 (handle_inferior_event): Call it, early. Remove later references
11131 to DECR_PC_AFTER_BREAK.
11132 (normal_stop): Add commentary.
11133
11134 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11135
11136 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11137 2004-01-27 double-free fix.
11138
11139 2004-01-31 Mark Kettenis <kettenis@gnu.org>
11140
11141 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11142 (sparc32_frame_prev_register): Handle StackGhost.
11143 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11144
11145 2004-01-29 Roland McGrath <roland@redhat.com>
11146
11147 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11148 * configure: Regenerated.
11149
11150 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11151 * Makefile.in (procfs.o): Add dep.
11152
11153 2004-01-28 Andrew Cagney <cagney@redhat.com>
11154
11155 * tui/tui-stack.h: Update copyright.
11156 (struct frame_info): Add opaque declaration.
11157 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
11158 (tui_show_locator_content): Rename tuiShowLocatorContent.
11159 (tui_show_frame_info): Rename tuiShowFrameInfo.
11160 * tui/tui-stack.c: Update copyright. Update references.
11161 * tui/tui-winsource.c: Update references.
11162 * tui/tui-win.c: Update references.
11163 * tui/tui-layout.c: Update references.
11164 * tui/tui-hooks.c: Update copyright, update references.
11165 * tui/tui.c: Update copyright, update references.
11166 * tui/tui-disasm.c: Update references.
11167
11168 2004-01-28 David Carlton <carlton@kealia.com>
11169
11170 * dwarf2read.c (add_partial_structure): Use demangled name if
11171 namespace equals "".
11172
11173 2004-01-27 Jim Blandy <jimb@redhat.com>
11174
11175 Clean up misapplied patch:
11176 * dwarf2read.c (determine_prefix): Change one of the two forward
11177 declarations for 'determine_prefix_aux' to a declaration for this.
11178 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
11179 argument to 'die_specification'.
11180
11181 * dwarf2read.c (read_func_scope): Re-indent comment.
11182
11183 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
11184
11185 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
11186 b->exp to NULL after freeing so that error during re-parsing or
11187 evaluation of expressions associated with breakpoint don't
11188 eventually lead to re-freeing of storage.
11189 Committed by Andrew Cagney.
11190
11191 2004-01-27 Andrew Cagney <cagney@redhat.com>
11192
11193 * source.c (ambiguous_line_spec): Delete undefined declaration.
11194 * m32r-rom.c (m32r_set_board_address): Delete unused function.
11195 (m32r_set_server_address, m32r_set_download_path): Ditto.
11196 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
11197
11198 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
11199
11200 * dwarf2read.c: Update calls to changed and renamed functions, and
11201 references to moved variables.
11202
11203 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
11204 language, language_defn, list_in_scope, and ftypes members.
11205 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
11206 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
11207 (baseaddr): Remove globals.
11208
11209 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
11210 (set_cu_language, die_is_declaration, die_specification)
11211 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
11212 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
11213 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
11214 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
11215
11216 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
11217 cu.list_in_scope. Don't initialize cu_header_offset.
11218 (add_partial_symbol): Add local baseaddr.
11219 (psymtab_to_symtab_1): Add local baseaddr. Use
11220 objfile->section_offsets for consistency. Don't initialize
11221 cu_header_offset; do initialize cu.header.offset and
11222 cu.list_in_scope.
11223 (read_file_scope, read_func_scope, read_lexical_block_scope)
11224 (dwarf_decode_lines, new_symbol): Add local baseaddr.
11225
11226 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
11227
11228 * PROBLEMS: Add gdb/1516.
11229
11230 2003-12-29 Robert Millan <robertmh@gnu.org>
11231
11232 Patch committed by Andrw Cagney.
11233 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
11234 * configure.tgt: Match knetbsd*-gnu.
11235
11236 2004-01-26 Andrew Cagney <cagney@redhat.com>
11237
11238 * breakpoint.c (catch_command_1): Delete #ifdef code.
11239 (catch_fork_command_1): Delete #ifdef wrapper.
11240 (catch_exec_command_1): Ditto.
11241 (catch_load_command_1): Ditto.
11242 (catch_unload_command_1): Ditto.
11243
11244 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
11245 (catch_breakpoint): Delete #if0ed function.
11246 (disable_catch_breakpoint): Ditto.
11247 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
11248 (disable_catch, enable_catch, delete_catch): Ditto.
11249
11250 2004-01-26 Andrew Cagney <cagney@redhat.com>
11251
11252 * remote.c (echo_check, quit_flag): Delete variables.
11253 (cisco_kernel_mode): Delete variable.
11254 (minitelnet_return, tty_input, escape_count): Delete variables.
11255 (remote_cisco_mode): Delete variable.
11256 (remote_cisco_open, remote_cisco_close): Delete function.
11257 (remote_cisco_mourn, remote_cisco_wait): Delete function.
11258 (init_remote_cisco_ops): Delete function.
11259 (_initialize_remote): Do not install "remote cisco" code.
11260 (read_frame): Delete cisco specific code.
11261 (remote_info_process): Delete function.
11262 (remote_wait): Delete cisco specific code.
11263 (remote_cisco_section_offsets): Delete function.
11264 (remote_cisco_objfile_relocate): Delete function.
11265 (remote_async_wait): Delete cisco specific code.
11266 (minitelnet, readtty, readsocket): Delete function.
11267
11268 2004-01-26 Andrew Cagney <cagney@redhat.com>
11269
11270 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
11271 comments mentioning extract_returned_value_address.
11272 * infcmd.c (print_return_value): Update. Add comments on
11273 extract_returned_value_address.
11274 * stack.c (return_command): Add comments on
11275 extract_returned_value_address.
11276 * values.c: Update comment.
11277 * m32r-tdep.c: Update comment.
11278 * sparc-tdep.c: Update comment.
11279 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
11280 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11281 * sh64-tdep.c (sh64_gdbarch_init): Update.
11282 * sh-tdep.c (sh_gdbarch_init): Update.
11283 * s390-tdep.c (s390_gdbarch_init): Update.
11284 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
11285 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
11286 * m68k-tdep.c (m68k_gdbarch_init): Update.
11287 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11288 * m32r-tdep.c (m32r_gdbarch_init): Update.
11289 * ia64-tdep.c (ia64_gdbarch_init): Update.
11290 * h8300-tdep.c (h8300_gdbarch_init): Update.
11291 * frv-tdep.c (frv_gdbarch_init): Update.
11292 * arm-tdep.c (arm_gdbarch_init): Update.
11293 * alpha-tdep.c (alpha_gdbarch_init): Update.
11294
11295 2004-01-26 Andrew Cagney <cagney@redhat.com>
11296
11297 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
11298 SYMBOL_LOCATION_FUNCS
11299 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
11300 "struct symbol_ops".
11301 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
11302 type to "struct symbol_ops".
11303 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
11304 (struct symbol): Replace ".aux_value.loc.funcs" and
11305 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
11306 (SYMBOL_OBJFILE): Delete macro.
11307 (SYMBOL_LOCATION_FUNCS): Delete macro.
11308 (SYMBOL_LOCATION_BATON): Update.
11309 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
11310 intead of SYMBOL_LOCATION_FUNCS.
11311 * ax-gdb.c (gen_var_ref): Ditto.
11312 * printcmd.c (address_info): Ditto.
11313 * findvar.c (read_var_value): Ditto.
11314 (symbol_read_needs_frame): Ditto.
11315
11316 2004-01-26 Andrew Cagney <cagney@redhat.com>
11317
11318 * dwarf2read.c (read_func_scope): Document frame-base hack.
11319
11320 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11321
11322 * infcmd.c (print_return_value): Plug memory leak; delete
11323 ui_stream object. Rename argument `structure_return' to
11324 `struct_return'.
11325
11326 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11327
11328 * infcmd.c (print_return_value): Wrap long lines.
11329 (finish_command_continuation, finish_command): Remove unused
11330 variable `funcaddr'. Fix some coding-standards problems.
11331
11332 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
11333 SECT_SIZE is large enough, not whether it's exactly the right size.
11334 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
11335 TDEP->fpregset to zero.
11336
11337 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
11338 floating-point registers for traditional NetBSD core files.
11339 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
11340 TDEP->sizeof_fpregset here.
11341
11342 2004-01-25 Mark Kettenis <kettenis@gnu.org>
11343
11344 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
11345 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
11346 function with code split out from
11347 sparc32nbsd_sigcontext_frame_cache.
11348 (sparc32nbsd_sigcontext_frame_cache): Use
11349 sparc32nbsd_sigcontext_saved_regs.
11350 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
11351 OpenBSD.
11352 * sparcobsd-tdep.c: New file.
11353 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
11354 (sparcobsd-tdep.o): New dependency.
11355 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
11356 * config/sparc/obsd.mt: New file.
11357
11358 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
11359 TDEP->fpregset to be initialized to enable core file register
11360 sets.
11361
11362 2004-01-24 Mark Kettenis <kettenis@gnu.org>
11363
11364 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
11365 Add opaque declarations.
11366 (sparc64nbsd_sigcontext_saved_regs): New prototype.
11367 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
11368 function with code split out from
11369 sparc64nbsd_sigcontext_frame_cache.
11370 (sparc64nbsd_sigcontext_frame_cache): Use
11371 sparc64nbsd_sigcontext_saved_regs.
11372 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
11373 OpenBSD.
11374 * sparc64obsd-tdep.c: New file.
11375 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
11376 (sparc64obsd-tdep.o): New dependency.
11377 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
11378 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
11379 * config/sparc/obsd64.mt: New file.
11380
11381 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
11382 read the instruction at PC.
11383
11384 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
11385 value of GDB_OSABI_DEFAULT.
11386 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
11387 instead of GDB_OSABI_NETBSD_AOUT.
11388
11389 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
11390
11391 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
11392 copyright.
11393
11394 2004-01-23 Andrew Cagney <cagney@redhat.com>
11395
11396 * printcmd.c (display_command): Replace tui_set_display call with
11397 tui_set_layout_for_display_command.
11398 * tui/tui.h (enum tui_win_type): Define.
11399 (tui_set_layout): Delete declaration.
11400 (tui_set_layout_for_display_command): Rename set_tui_layout.
11401 * tui/tui-data.h (enum tui_layout_type): Define.
11402 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
11403 "tui.h".
11404 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
11405 (tui_default_win_height): Rename tuiDefaultWinHeight.
11406 (tui_default_win_viewport_height): Rename
11407 tuiDefaultWinViewportHeight.
11408 (tui_set_layout): RenametuiSetLayout.
11409 * tui/tui-layout.c: Update references.
11410 * tui/tui.c: Update references.
11411 * tui/tui-disasm.c: Update references.
11412
11413 2004-01-23 David Carlton <carlton@kealia.com>
11414
11415 Partial workaround for PR c++/1511:
11416 * cp-namespace.c: Include frame.h.
11417 (cp_lookup_transparent_type): New
11418 (cp_lookup_transparent_type_loop): New.
11419 * cp-support.h: Declare cp_lookup_transparent_type.
11420 * symtab.c (basic_lookup_transparent_type): Renamed from
11421 lookup_transparent_type.
11422 (lookup_transparent_type): Replace old body by a call to
11423 current_language->la_lookup_transparent_type.
11424 * symtab.h: Update copyright. Declare
11425 basic_lookup_transparent_type.
11426 * language.h: Update copyright.
11427 (struct language_defn): Add la_lookup_transparent_type.
11428 * language.c: Update copyright.
11429 (unknown_language_defn): Add basic_lookup_transparent_type.
11430 (auto_language_defn): Add basic_lookup_transparent_type.
11431 (local_language_defn): Add basic_lookup_transparent_type.
11432 * ada-lang.c: Update copyright.
11433 (ada_language_defn): Add basic_lookup_transparent_type.
11434 * c-lang.c: Update copyright.
11435 (c_language_defn): Add basic_lookup_transparent_type.
11436 (cplus_language_defn): Add basic_lookup_transparent_type.
11437 (asm_language_defn): Add basic_lookup_transparent_type.
11438 (minimal_language_defn): Add basic_lookup_transparent_type.
11439 * f-lang.c: Update copyright.
11440 (f_language_defn): Add basic_lookup_transparent_type.
11441 * jv-lang.c: Update copyright.
11442 (java_language_defn): Add basic_lookup_transparent_type.
11443 * m2-lang.c: Update copyright.
11444 (m2_language_defn): Add basic_lookup_transparent_type.
11445 * objc-lang.c: Update copyright.
11446 (objc_language_defn): Add basic_lookup_transparent_type.
11447 * p-lang.c: Update copyright.
11448 (p_language_defn): Add basic_lookup_transparent_type.
11449 * scm-lang.c: Update copyright.
11450 (scm_language_defn): Add basic_lookup_transparent_type.
11451 * Makefile.in (cp-namespace.o): Depend on frame.h.
11452
11453 2004-01-23 David Carlton <carlton@kealia.com>
11454
11455 Patch for PR c++/1520:
11456 * dwarf2read.c (read_func_scope): Set processing_current_prefix
11457 properly if we have a specification die.
11458 (determine_prefix_aux): Rename from determine_prefix.
11459 (determine_prefix): Like the old determine_prefix, but never
11460 returns NULL.
11461
11462 2004-01-23 Theodore A. Roth <troth@openavr.org>
11463
11464 * avr-tdep.c: Update copyright.
11465 (avr_iaddr_p): Delete unused function.
11466 (avr_saddr_p): Delete unused function.
11467
11468 2004-01-23 David Carlton <carlton@kealia.com>
11469
11470 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
11471 Fix for PR symtab/1534.
11472
11473 2004-01-23 Mark Kettenis <kettenis@gnu.org>
11474
11475 * NEWS (New native configurations): Mention OpenBSD/sparc and
11476 OpenBSD/sparc64.
11477 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
11478 * configure.host: Likewise.
11479 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
11480 handler for OpenBSD.
11481 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
11482
11483 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11484
11485 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
11486 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
11487
11488 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
11489 * cli/cli-cmds.c (shell_escape): Likewise.
11490
11491 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
11492 OpenBSD .note.openbsd.ident sections.
11493
11494 2004-01-22 David Carlton <carlton@kealia.com>
11495
11496 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
11497 get_scope_pc_bounds.
11498 (read_file_scope): Ditto.
11499 (get_scope_pc_bounds): New function, produced by extracting code
11500 from the above two functions, consolidating it, and adding support
11501 for DW_TAG_namespace.
11502
11503 2004-01-22 Mark Kettenis <kettenis@gnu.org>
11504
11505 * osabi.c (MAX_NOTESZ): New define.
11506 (check_note): New function.
11507 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
11508 check_note.
11509
11510 2004-01-21 Roland McGrath <roland@redhat.com>
11511
11512 * MAINTAINERS (write after approval): Add myself.
11513
11514 2004-01-21 Eli Zaretskii <eliz@gnu.org>
11515
11516 * utils.c (init_page_info): Move declarations of `rows' and
11517 `cols' before the __GO32__-specific code. Move the closing brace
11518 outside the #ifdef __GO32__..#endif block.
11519 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
11520
11521 2004-01-21 Paul Brook <paul@codesourcery.com>
11522
11523 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
11524 BPSTAT_WHAT_CHECK_SHLIBS.
11525
11526 2004-01-21 Paul Brook <paul@codesourcery.com>
11527
11528 * MAINTAINERS: Add myself to write-after-approval.
11529
11530 2004-01-20 Andrew Cagney <cagney@redhat.com>
11531
11532 * ax-gdb.c (print_axs_value): Delete unused function.
11533 * jv-lang.c (java_lookup_type): Delete unused function.
11534 * cli/cli-dump.c (dump_filetype): Delete unused function.
11535 * remote-mips.c (remote_mips_insert_hw_breakpoint)
11536 (remote_mips_remove_hw_breakpoint): Delete unused functions.
11537 (mips_getstring): Delete unused function.
11538 (pmon_insert_breakpoint): Delete #if0ed function.
11539 (PMON_MAX_BP): Delete #if0ed MACRO.
11540 (mips_pmon_bp_info): Delete #if0ed variable.
11541 (pmon_remove_breakpoint): Delete #if0ed function.
11542 * monitor.c (monitor_write_even_block): Delete unused function.
11543 (monitor_write_memory_block): Delete #if0ed code.
11544 * dink32-rom.c (dink32_load): Delete unused function.
11545 (_initialize_dink32_rom): Delete #if0ed code.
11546 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
11547
11548 * tui/tui-command.c: Update references.
11549 * tui/tui-io.c: Update references.
11550 * tui/tui-command.h: Update copyright.
11551 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
11552
11553 * source.c (ambiguous_line_spec): Delete never-defined function.
11554 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
11555 * gdbtypes.c (add_name, add_mangled_type): Ditto.
11556 * cli/cli-cmds.c (validate_comname): Ditto.
11557
11558 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
11559 "tui-data.h".
11560 (tui_set_disassem_content): Rename tuiSetDisassemContent.
11561 (tui_show_disassem): Rename tuiShowDisassem.
11562 (tui_show_disassem_and_update_source): Rename
11563 tuiVerticalDisassemScroll.
11564 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
11565 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
11566 * tui/tui.h: Update copyright.
11567 (enum tui_status): Define.
11568 * tui/tui-data.h (enum tui_scroll_direction): Define.
11569 * tui/tui-disasm.c: Update copyright. Update references.
11570 * tui/tui-winsource.c: Update copyright. Update references.
11571 * tui/tui-win.c: Update references.
11572 * tui/tui-layout.c: Update references.
11573
11574 2004-01-20 Andrew Cagney <cagney@redhat.com>
11575
11576 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
11577 sym2 to start of block.
11578
11579 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
11580
11581 * MAINTAINERS: Delete mmalloc.
11582 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
11583 * NEWS: Mention removal of --with-malloc.
11584 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
11585 * config.in: Regenerate.
11586 * configure: Regenerate.
11587 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
11588 USE_MMALLOC, MMCHECK_FORCE.
11589 * gdbinit.in: Remove mmalloc.
11590 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
11591 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
11592 * config/i386/go32.mh: Likewise.
11593 * config/i386/interix.mh: Likewise.
11594 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
11595
11596 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
11597
11598 * linespec.c (decode_variable, symtab_from_filename): Call
11599 error_silent with error message instead of throwing an exception
11600 directly.
11601 * defs.h (error_silent, error_output_message): Add prototypes.
11602 (catch_exceptions_with_msg): Ditto.
11603 * utils.c (error_silent, error_output_message): New functions.
11604 * top.c (catch_exceptions_with_msg): New function.
11605
11606 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
11607
11608 * mi/mi-cmds.h (enum print_values): Add definition.
11609
11610 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
11611 type and value for simple data types and just the name and type
11612 for complex ones, if required.
11613
11614 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
11615 children, if required.
11616
11617 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11618
11619 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
11620 unused declarations.
11621
11622 2004-01-19 Andrew Cagney <cagney@redhat.com>
11623
11624 * top.h (mapped_symbol_files): Delete declaration.
11625 * main.c (captured_main): Delete option "m" and "mapped".
11626 * objfiles.c (mapped_symbol_files): Delete variable.
11627 * symfile.c (symbol_file_command): Delete mmap code.
11628 (symbol_file_add_with_addrs_or_offsets): Ditto.
11629 (add_symbol_file_command, reread_separate_symbols): Ditto.
11630 * objfiles.h (OBJF_MAPPED): Delete.
11631 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
11632 (free_objfile) [USE_MMALLOC]: Ditto.
11633 (open_existing_mapped_file): Delete function.
11634 (open_mapped_file): Delete function.
11635 (map_to_file): Delete function.
11636
11637 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11638
11639 * infrun.c (step_into_function): Account for possible breakpoint
11640 adjustment when computing ``stop_func_start''.
11641
11642 2004-01-19 Kevin Buettner <kevinb@redhat.com>
11643
11644 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
11645 the region size against the size of a pointer, not the size of
11646 a register as given by DEPRECATED_REGISTER_SIZE.
11647
11648 2004-01-19 Andrew Cagney <cagney@redhat.com>
11649
11650 * tui/tui-regs.h: Include "tui-data.h".
11651 (tuiFirstRegElementNoInLine): Delete declaration.
11652 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
11653 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
11654 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
11655 (tui_calculate_regs_column_count): Rename
11656 tuiCalculateRegsColumnCount.
11657 (tui_check_register_values): Rename tuiCheckRegisterValues.
11658 (tui_show_registers): Rename tuiShowRegisters.
11659 (tui_display_registers_from_line): Rename
11660 tuiDisplayRegistersFromLine.
11661 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
11662 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
11663 (tui_first_reg_element_no_inline): Rename
11664 tuiFirstRegElementNoInLine.
11665 * tui/tui-data.h: Update copyright.
11666 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
11667 * tui/tui-windata.c: Update copyright, update references.
11668 * tui/tui-regs.c: Update copyright, update references.
11669 * tui/tui-win.c: Update copyright, update references.
11670 * tui/tui-layout.c: Update copyright, update references.
11671
11672 2004-01-18 Andrew Cagney <cagney@redhat.com>
11673
11674 * tui/tui-io.c: Update copyright.
11675 (key_is_end_sequence, key_is_backspace): New functions.
11676 (key_is_command_char, key_is_start_sequence): New function.
11677 (tui_getc): Update references.
11678 * tui/tui-io.h: Update copyright.
11679 (m_tuiStartNewLine): Delete macro.
11680 (m_isBackspace, m_isDeleteChar): Delete macros.
11681 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
11682 (m_isNextPage, m_isPrevPage): Delete macros.
11683 (m_isLeftArrow, m_isRightArrow): Delete macros.
11684 (m_isXdbStyleCommandChar): Delete macro.
11685 (key_is_start_sequence): Declare, replace m_isStartSequence.
11686 (key_is_end_sequence): Declare, replace m_isEndSequence.
11687 (key_is_backspace): Declare ,replace m_isBackspace.
11688 (key_is_command_char): Declare, replace m_isCommandChar.
11689 * tui/tui-command.c: Update copyright.
11690 (tuiDispatchCtrlChar): Update references.
11691
11692 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
11693 tuiSourceWin.h.
11694
11695 * tui/tui-command.c: Rename tui/tuiCommand.c.
11696 * tui/tui-command.h: Rename tui/tuiCommand.h.
11697 * tui/tui-data.c: Rename tui/tuiData.c.
11698 * tui/tui-data.h: Rename tui/tuiData.h.
11699 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
11700 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
11701 * tui/tui-io.c: Rename tui/tuiIO.c.
11702 * tui/tui-io.h: Rename tui/tuiIO.h.
11703 * tui/tui-layout.c: Rename tui/tuiLayout.c.
11704 * tui/tui-layout.h: Rename tui/tuiLayout.h.
11705 * tui/tui-regs.c: Rename tui/tuiRegs.c.
11706 * tui/tui-regs.h: Rename tui/tuiRegs.h.
11707 * tui/tui-source.c: Rename tui/tuiSource.c.
11708 * tui/tui-source.h: Rename tui/tuiSource.h.
11709 * tui/tui-stack.c: Rename tui/tuiStack.c.
11710 * tui/tui-stack.h: Rename tui/tuiStack.h.
11711 * tui/tui-win.c: Rename tui/tuiWin.c.
11712 * tui/tui-win.h: Rename tui/tuiWin.h.
11713 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
11714 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
11715 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
11716 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
11717 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
11718 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
11719 * tui/tui-file.c: Update includes.
11720 * tui/tui-hooks.c: Update includes.
11721 * tui/tui-interp.c: Update includes.
11722 * tui/tui.c: Update includes.
11723 * Makefile.in: Update all tui/ dependencies.
11724 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
11725
11726 * Makefile.in: Update copyright. Update dependencies.
11727
11728 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
11729 problem.
11730
11731 2004-01-18 Andrew Cagney <cagney@redhat.com>
11732
11733 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
11734 instead of register_gdbarch_init.
11735
11736 * remote-sds.c (tohex): Delete unused function. Update copyright.
11737 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
11738 * v850-tdep.c (v850_register_virtual_size): Ditto.
11739 * target.c (normal_target_post_startup_inferior): Ditto.
11740 * source.c (ambiguous_line_spec): Ditto.
11741 * remote.c (adapt_remote_get_threadinfo): Ditto.
11742 * mi/mi-out.c (out_field_fmt): Ditto.
11743 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
11744 (output_control_change_notification): Ditto.
11745 * m68k-tdep.c (m68k_register_byte): Ditto.
11746 (m68k_remote_breakpoint_from_pc): Ditto.
11747 * ui-out.c (init_ui_out_state): Delete unused declaration.
11748 * stabsread.c (search_value): Ditto.
11749 * mi/mi-cmd-env.c (env_cli_command): Ditto.
11750 * maint.c (print_section_table): Ditto.
11751 * infrun.c (set_follow_fork_mode_command): Ditto.
11752
11753 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11754
11755 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
11756 DW_CFA_def_cfa_exporession. Add support for
11757 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
11758 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
11759
11760 2004-01-18 Andrew Cagney <cagney@redhat.com>
11761
11762 * ocd.c: Update copyright.
11763 (bdm_read_register_command): Delete unused function.
11764 (_initialize_remote_ocd): Delete commented out reference.
11765 (get_quoted_char, reset_packet): Delete #if0ed function.
11766 (output_packet, put_quoted_char): Delete #if0ed function.
11767 (stu_put_packet, stu_get_packet): Delete #if0ed function.
11768 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
11769 (BDM_BREAKPOINT): Delete #if0ed macro.
11770 (remote_timeout): Delete #if0ed variable.
11771
11772 2004-01-18 Mark Kettenis <kettenis@gnu.org>
11773
11774 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
11775 (core-sol2.o): Remove dependency.
11776 * core-sol2.c: Remove file.
11777
11778 2004-01-17 Andrew Cagney <cagney@redhat.com>
11779
11780 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
11781 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
11782 enums.
11783
11784 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11785
11786 * remote.c: Update copyright years.
11787
11788 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11789
11790 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
11791
11792 2004-01-17 Andrew Cagney <cagney@redhat.com>
11793
11794 * mdebugread.c: Update copyright.
11795 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
11796 (parse_type, parse_procedure): Ditto.
11797 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
11798
11799 * cris-tdep.c (cris_store_struct_return): Put back accidently
11800 deleted function.
11801
11802 * gdbarch.sh: Update copyright year.
11803 * gdbarch.h, gdbarch.c: Re-generate.
11804
11805 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11806
11807 Suggested by George Anzinger.
11808 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
11809 correct stack offset. Include unknown opcode numbers in the error
11810 message.
11811
11812 2004-01-17 Andrew Cagney <cagney@redhat.com>
11813
11814 * x86-64-tdep.c (x86_64_init_abi): No need to clear
11815 extract_struct_value_address, i386 does not set it.
11816 * sparc64-tdep.c (sparc64_init_abi): Do not set
11817 extract_struct_value_address, never called.
11818 (sparc64_extract_struct_value_address): Delete function.
11819 * m68hc11-tdep.c: Update copyright.
11820 (m68hc11_gdbarch_init): Delete redundant assignment of
11821 extract_struct_value_address.
11822 * i386-tdep.c: Update copyright.
11823 (i386_gdbarch_init): Do not set extract_struct_value_address,
11824 never called.
11825 (i386_extract_struct_value_address): Delete function.
11826 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
11827 extract_struct_value_address, never called.
11828 (sparc32_extract_struct_value_address): #if 0 function. Add
11829 comments explaining its future.
11830
11831 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11832
11833 * arm-tdep.c (arm_write_pc): New function.
11834 (arm_gdbarch_init): Call set_gdbarch_write_pc.
11835
11836 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
11837
11838 * breakpoint.c (must_shift_inst_regs): Delete.
11839 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
11840 and SHIFT_INST_REGS.
11841 * infcmd.c (step_1, step_1_continuation): Delete references to
11842 SHIFT_INST_REGS.
11843 * infrun.c (keep_going): Likewise.
11844 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
11845 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
11846
11847 2004-01-17 Andrew Cagney <cagney@redhat.com>
11848
11849 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
11850 * gdbarch.h, gdbarch.c: Re-generate.
11851 * infcmd.c (print_return_value): Delete reference to
11852 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
11853
11854 * cris-tdep.c (cris_gdbarch_init): Do not set
11855 deprecated_extract_struct_value_address.
11856
11857 * xstormy16-tdep.c: Update copyright.
11858 (xstormy16_extract_struct_value_address): Update to current
11859 extract struct value address interface.
11860 (xstormy16_gdbarch_init): Set extract_struct_value_address.
11861 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
11862 current extract struct value address interface.
11863 (sh64_gdbarch_init): Set extract_struct_value_address.
11864
11865 * cris-tdep.c: Update copyright.
11866 (cris_extract_struct_value_address): Delete function.
11867 (struct_return_address): Delete variable.
11868 (cris_store_struct_return): Do not set struct_return_address.
11869
11870 * mcore-tdep.c: Update copyright.
11871 (mcore_extract_struct_value_address): Delete function. Update
11872 comments.
11873 (mcore_gdbarch_init): Update.
11874 * mn10300-tdep.c: Update copyright.
11875 (mn10300_extract_struct_value_address): Delete function.
11876 (mn10300_gdbarch_init): Update.
11877 * v850-tdep.c: Update copyright.
11878 (v850_extract_struct_value_address): Delete.
11879 (v850_gdbarch_init): Update.
11880 * ns32k-tdep.c: Update copyright.
11881 (ns32k_extract_struct_value_address): Delete.
11882 (ns32k_gdbarch_init): Update.
11883 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
11884 (hppa_gdbarch_init): Update.
11885 * vax-tdep.c: Update copyright.
11886 (vax_extract_struct_value_address): Delete.
11887 (vax_gdbarch_init): Update.
11888
11889 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
11890 * gdbarch.h, gdbarch.c: Re-generate.
11891 * procfs.c (procfs_fetch_registers): Delete reference to
11892 DEPRECATED_NPC_REGNUM.
11893 (procfs_store_registers): Ditto.
11894 * regcache.c (generic_target_write_pc): Simplify.
11895 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
11896
11897 * core-sol2.c (fetch_core_registers): Replace
11898 DEPRECATED_NPC_REGNUM with equivalent tdep value.
11899
11900 * hppa-tdep.c: Update copyright year.
11901 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
11902 NPC_REGNUM.
11903 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
11904
11905 * mips-tdep.c (mips_write_pc): New function.
11906 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
11907 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
11908 (mips_find_saved_regs, mips_software_single_step: Ditto.
11909 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
11910 mips_init_extra_frame_info, mips_pop_frame): Ditto.
11911
11912 2004-01-17 Andrew Cagney <cagney@redhat.com>
11913
11914 * mips-tdep.c: Re-indent. Group functions by ABI.
11915
11916 2004-01-17 Andrew Cagney <cagney@redhat.com>
11917
11918 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
11919 * gdbarch.c: Re-generate.
11920 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
11921 DECR_PC_AFTER_BREAK to zero.
11922 * vax-tdep.c (vax_gdbarch_init): Ditto.
11923 * v850-tdep.c (v850_gdbarch_init): Ditto.
11924 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
11925 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
11926 * sh-tdep.c (sh_gdbarch_init): Ditto.
11927 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
11928 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
11929 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
11930 * mips-tdep.c (mips_gdbarch_init): Ditto.
11931 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
11932 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
11933 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
11934 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
11935 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
11936 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
11937 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
11938 * frv-tdep.c (frv_gdbarch_init): Ditto.
11939 * cris-tdep.c (cris_gdbarch_init): Ditto.
11940 * avr-tdep.c (avr_gdbarch_init): Ditto.
11941 * arm-tdep.c (arm_gdbarch_init): Ditto.
11942 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
11943
11944 2004-01-17 J. Brobecker <brobecker@gnat.com>
11945
11946 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
11947 Delete, no longer used.
11948 (read_subrange_type): New function, mostly extracted from
11949 read_array_type().
11950 (read_array_type): Replace extracted code by call to
11951 read_subrange_type().
11952 (dwarf2_get_attr_constant_value): New function.
11953 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
11954 (add_partial_symbol): Likewise.
11955 (process_die): Likewise.
11956 (new_symbol): Likewise.
11957 (read_type_die): Likewise.
11958
11959 2004-01-16 Andrew Cagney <cagney@redhat.com>
11960
11961 * symfile.c: Update copyright year.
11962 (compare_symbols): Delete unused function.
11963 * stabsread.c: Update copyright year.
11964 (lrs_general_complaint): Delete unused function.
11965 (ref_search_value): Ditto.
11966 (get_substring): Delete declaration.
11967 * sh64-tdep.c: Update copyright year.
11968 (sh64_get_gdb_regnum): Delete unused function.
11969 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
11970 Delete unused function.
11971
11972 2004-01-17 Mark Kettenis <kettenis@gnu.org>
11973
11974 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
11975 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
11976
11977 2004-01-16 Andrew Cagney <cagney@redhat.com>
11978
11979 Changes from Peter Schauer.
11980 * rs6000-tdep.c: Update copyright year.
11981 (rs6000_push_dummy_call): Update the stack pointer before
11982 accessing the corresponding stack region.
11983 * rs6000-nat.c: Update copyright year.
11984 (set_host_arch): Set "info.abfd" to "exec_bfd".
11985
11986 2004-01-15 Mark Kettenis <kettenis@gnu.org>
11987
11988 * blockframe.c: Update copyright year.
11989 (inside_entry_func): Don't treat a zero PC specially.
11990
11991 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
11992
11993 * gcore.c (gcore_copy_callback): Use paddr_d to print size
11994 variable.
11995 (gcore_create_callback): Ditto. Skip any memory segment that has
11996 no permissions set.
11997
11998 2004-01-14 David Carlton <carlton@kealia.com>
11999
12000 Change symbols for C++ nested types to contain the fully qualified
12001 name, if possible. (At least in the DWARF-2 case.) Partial fix
12002 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
12003 c++/895.
12004 * c-exp.y (qualified_type): Handle types nested within classes.
12005 * cp-namespace.c: Update comments.
12006 (cp_set_block_scope): Delete #if 0.
12007 (cp_lookup_nested_type): Handle types nested within classes.
12008 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
12009 when appropriate.
12010 (add_partial_symbol): Add the name of the enclosing namespace to
12011 types.
12012 (pdi_needs_namespace): New.
12013 (add_partial_namespace): Tweak comment.
12014 (add_partial_structure): New.
12015 (psymtab_to_symtab_1): Initialize processing_current_prefix
12016 here...
12017 (process_die): instead of here.
12018 (read_structure_scope): Try to figure out the name of the class or
12019 namespace that the structure might be defined within.
12020 (read_enumeration): Generate fully-qualified names, if possible.
12021 (read_namespace): Don't set name to NULL.
12022 (die_specification): New.
12023 (new_symbol): Generate fully-qualified names for types.
12024 (read_type_die): Determine appropriate prefix.
12025 (determine_prefix): New.
12026 (typename_concat): New.
12027 (class_name): New.
12028 * valops.c (value_aggregate_elt): Pass NOSIDE to
12029 value_struct_elt_for_reference.
12030 (value_struct_elt_for_reference): Make static, add NOSIDE
12031 parameter, call value_maybe_namespace_elt as a last resort.
12032 (value_namespace_elt): Break out code into
12033 value_maybe_namespace_elt.
12034 (value_maybe_namespace_elt): New.
12035
12036 2004-01-12 Andrew Cagney <cagney@redhat.com>
12037
12038 * mips-tdep.c (mips_convert_register_p): Handle both raw and
12039 cooked floating-point registers.
12040 (mips_gdbarch_init): Set convert_register_p, register_to_value,
12041 and value_to_register.
12042
12043 2004-01-13 Andrew Cagney <cagney@redhat.com>
12044
12045 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
12046 * gdbarch.c: Re-generate.
12047 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12048 FUNCTION_START_OFFSET.
12049 * v850-tdep.c (v850_gdbarch_init): Ditto.
12050 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12051 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12052 * sh-tdep.c (sh_gdbarch_init): Ditto.
12053 * s390-tdep.c (s390_gdbarch_init): Ditto.
12054 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12055 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12056 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12057 * mips-tdep.c (mips_gdbarch_init): Ditto.
12058 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12059 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
12060 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12061 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12062 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12063 * i386-tdep.c (i386_gdbarch_init): Ditto.
12064 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12065 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12066 * frv-tdep.c (frv_gdbarch_init): Ditto.
12067 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12068 * cris-tdep.c (cris_gdbarch_init): Ditto.
12069 * avr-tdep.c (avr_gdbarch_init): Ditto.
12070 * arm-tdep.c (arm_gdbarch_init): Ditto.
12071 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12072
12073 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
12074
12075 * infrun.c (follow_fork_mode_ask): Remove.
12076 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
12077 (follow_fork): Simplify and remove internal error for
12078 follow_fork_mode_ask.
12079 (_initialize_infrun): Update "set follow-fork-mode" help text.
12080
12081 2004-01-13 Andrew Cagney <cagney@redhat.com>
12082
12083 * configure.in: Update copyright year.
12084 (build_warnings): Add -Wunused-label.
12085 * configure: Re-generate.
12086
12087 2004-01-12 Andrew Cagney <cagney@redhat.com>
12088
12089 * exec.h (exec_ops): Make "extern".
12090
12091 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
12092 the function is void.
12093 (mips_pseudo_register_write): Ditto.
12094
12095 2004-01-12 Andrew Cagney <cagney@redhat.com>
12096
12097 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
12098 call. Never defined.
12099 * sparc-tdep.h (struct frame_info): Add opaque declaration.
12100 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
12101 (struct sparc_gregset, struct regcache): Ditto.
12102 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
12103
12104 2004-01-12 Andrew Cagney <cagney@redhat.com>
12105
12106 * mi/ChangeLog: Delete file. Renamed to ...
12107 * mi/ChangeLog-1999-2003: New file.
12108 * tui/ChangeLog: Delete file. Renamed to ...
12109 * tui/ChangeLog-1998-2003: New file.
12110
12111 2004-01-11 Mark Kettenis <kettenis@gnu.org>
12112
12113 * sparc64nbsd-tdep.c: Include "regset.h".
12114 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
12115 Remove variables.
12116 (fetch_core_registers): Remove function.
12117 (sparc64nbsd_core_fns): Remove variable.
12118 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
12119 functions.
12120 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
12121 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12122 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
12123
12124 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
12125 sparc_extract_struct_value_address.
12126 (sparc32_gdbarch_init): Set extract_struct_value_address.
12127 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
12128 function.
12129 (sparc64_init_abi): Set extract_struct_value_address. Don't set
12130 return_value_on_stack.
12131
12132 * NEWS: Mention that %cs and %ss have been added to the AMD64
12133 configurations
12134
12135 * frame.c: Update copyright year.
12136 (get_prev_frame): Improve comment.
12137
12138 * sparc64fbsd-tdep.c: Include "regset.h".
12139 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12140 Remove variables.
12141 (fetch_core_registers): Remove function.
12142 (sparc64fbsd_core_fns): Remove variable.
12143 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12144 functions.
12145 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12146 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12147 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
12148
12149 * sparcnbsd-tdep.c: Include "regset.h".
12150 (fetch_core_registers): Remove function.
12151 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12152 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12153 functions.
12154 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
12155 TDEP->fpregset.
12156 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
12157
12158 * sparc-tdep.h (struct regset): Provide opaque declaration.
12159 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
12160 fpregset and sizeof_fpregset members.
12161 * sparc-tdep.c (struct regset): Provide opaque declaration.
12162 (sparc_regset_from_core_section): New function.
12163 (sparc32_gdbarch_init): Initialize TDEP->gregset,
12164 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12165 Set regset_from_core_section when appropriate.
12166
12167 2004-01-10 Mark Kettenis <kettenis@gnu.org>
12168
12169 * x86-64-tdep.c (amd64_non_pod_p): New function.
12170 (amd64_classify_aggregate): Return class memory for non-POD
12171 C++ structure types.
12172
12173 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12174 argument. Use it to reserve a register if necessary.
12175 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12176 amd64_push_arguments.
12177
12178 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
12179
12180 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
12181 register numbers in comments.
12182 * x86-64-tdep.h: Update copyright year.
12183 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
12184 Adjust for addition of %cs and %ss.
12185 * amd64fbsd-nat.c: Update copyright year.
12186 (reg_offset): Add register offsets for %cs and %ss.
12187 * amd64fbsd-tdep.c: Update copyright year.
12188 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
12189 (amd64fbsd_sc_reg_offset): Likewise.
12190 * x86-64-linux-nat.c: Update copyright year.
12191 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
12192 and %ss.
12193 * amd64nbsd-nat.c: Update copyright year.
12194 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
12195 * amd64nbsd-tdep.c: Update copyright year.
12196 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
12197 * x86-64-linux-tdep.c: Update copyright year.
12198 (user_to_gdb_regmap): Add mapping for %cs and %ss.
12199 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
12200 * regformats/reg-x86-64.dat: Add %cs and %ss.
12201
12202 * blockframe.c (inside_entry_func): Reformat. Introduce new local
12203 variables to prevent long lines. Update comments to reflect
12204 reality.
12205
12206 2004-01-09 David Carlton <carlton@kealia.com>
12207
12208 Checked in by Elena Zannoni <ezannoni@redhat.com>.
12209 * dwarf2read.c (read_namespace): Pull out name-generating code
12210 into namespace_name. Rename previous_namespace to previous_prefix
12211 and processing_current_namespace to processing_current_prefix..
12212 (namespace_name): New function.
12213 (add_partial_symbol): Substitute uses of pdi->name with
12214 actual_name.
12215 * cp-support.h: Rename processing_current_namespace to
12216 processing_current_prefix.
12217 Update copyright year.
12218 * cp-namespace.c: Rename processing_current_namespace to
12219 processing_current_prefix.
12220 Update copyright year.
12221
12222 2004-01-09 Andrew Cagney <cagney@redhat.com>
12223
12224 * jv-valprint.c, ser-unix.c: Add missing copyright years.
12225
12226 2004-01-09 Mark Kettenis <kettenis@gnu.org>
12227
12228 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
12229 complaining.
12230 (process_one_symbol): Deal with N_PATCH stabs.
12231
12232 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
12233
12234 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
12235 ifdeffed code.
12236 Update copyright year.
12237
12238 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12239
12240 * config/pa/tm-hppa.h: Update extern declarations for
12241 hppa32_hpux_frame_saved_pc_in_sigtramp,
12242 hppa32_hpux_frame_base_before_sigtramp, and
12243 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
12244
12245 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
12246
12247 * config/pa/tm-hppah.h: Update copyright years.
12248
12249 2004-01-08 Andrew Cagney <cagney@redhat.com>
12250
12251 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
12252 (mips_o32_reg_struct_has_addr): Delete function.
12253 (mips_gdbarch_init): Update.
12254 (mips_extract_struct_value_address): Delete function.
12255
12256 2004-01-08 David Mosberger <davidm@hpl.hp.com>
12257
12258 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
12259 reality.
12260
12261 2004-01-07 Andrew Cagney <cagney@redhat.com>
12262
12263 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
12264 architecture's elf flags (when available).
12265
12266 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
12267 FPU to the start, check the MIPS FPU when looking for an old
12268 architecture.
12269 (set_mipsfpu_single_command): Update the architecture.
12270 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
12271
12272 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
12273 (mips_mask_address_p): Add "tdep" parameter.
12274 (show_mask_address, mips_addr_bits_remove): Update.
12275 (mips_dump_tdep): Update.
12276 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
12277 (MIPS_STACK_ARGSIZE): Delete macro.
12278 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
12279 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
12280 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
12281 (mips_dump_tdep): Update.
12282 (MIPS_SAVED_REGSIZE): Delete macro.
12283 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
12284 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
12285 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
12286 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
12287 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
12288 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
12289 (mips_pop_frame, return_value_location): Update.
12290 (mips_n32n64_return_value, mips_dump_tdep): Update.
12291
12292 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
12293 MIPS ABI.
12294
12295 * mips-tdep.c: Update copyright.
12296 (mips_gdbarch_init): Merge two code blocks handling the register
12297 name and number layout.
12298
12299 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
12300
12301 * tracepoint.c (validate_actionline): Fix segv at EOF
12302
12303 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
12304
12305 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
12306 properly for static fields.
12307
12308 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
12309 Jason Molenda <jmolenda@apple.com>
12310
12311 * disasm.c: Update copyright to include 2004.
12312 (do_mixed_source_and_assembly): For uiout asm list
12313 and tuple cleanups, initialize to null_cleanup instead of
12314 NULL and do so prior to loop. Only reset when we close off
12315 the tuple/list. Move check for whether to close off the
12316 asm tuple/list to after dump_insns call where it will be run
12317 on each loop iteration.
12318
12319 2004-01-05 Andrew Cagney <cagney@redhat.com>
12320
12321 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
12322 should be a switch case and not a label.
12323 * mips-tdep.c (mips32_next_pc): Delete unused labels
12324 "greater_equal_branch" and "less_zero_branch".
12325 * jv-valprint.c (java_print_value_fields): Delete unused label
12326 "flush_it".
12327
12328 * target.c (unpush_target): Only close a target that is in the
12329 target stack.
12330
12331 2004-01-05 Mark Kettenis <kettenis@gnu.org>
12332
12333 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
12334 address from [sp + 64] instead of %o2.
12335
12336 * frame.c (get_prev_frame): Don't try to unwind the PC. This
12337 fixes PR backtrace/1476.
12338
12339 2004-01-05 Andrew Cagney <cagney@redhat.com>
12340
12341 * libunwind-frame.h (struct frame_id): Add opaque declaration,
12342 move to start of file.
12343 * i386-tdep.h (struct regcache): Add opaque declaration.
12344 * config/ia64/nm-linux.h (struct target_ops): Add opaque
12345 declaration.
12346 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
12347 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
12348 * win32-nat.c (fake_create_process): Use ISO C style definition.
12349 * stabsread.c (define_symbol): Delete #ifndef
12350 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
12351 stabs_argument_has_addr call, macro never defined.
12352
12353 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
12354
12355 * op50-rom.c: Delete.
12356 * w89k-rom.c: Delete.
12357 * Makefile.in: Remove references.
12358
12359 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12360
12361 * x86-64-tdep.c: Update copyright year.
12362 (struct amd64_register_info): Rename from x86_64_register_info.
12363 (amd64_register_info): Rename from x86_64_register_info.
12364 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
12365 (amd64_register_name): Rename from x86_64_register_name.
12366 (amd64_register_type): Rename from x86_64_register_type.
12367 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
12368 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
12369 (amd64_dwarf_reg_to_regnum): Rename from
12370 x86_64_dwarf_reg_to_regnum.
12371 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
12372 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
12373 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
12374 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
12375 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
12376 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
12377 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
12378 (amd64_frame_cache): Rename from x86_64_frame_cache.
12379 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
12380 (amd64_frame_prev_register): Rename from
12381 x86_64_frame_prev_register.
12382 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
12383 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
12384 (amd64_sigtramp_frame_cache): Rename from
12385 x86_64_sigtramp_frame_cache.
12386 (amd64_sigtramp_frame_prev_register): Rename from
12387 x86_64_sigtramp_frame_prev_register.
12388 (amd64_sigtramp_frame_unwind): Rename from
12389 x86_64_sigtramp_frame_unwind.
12390 (amd64_sigtramp_frame_sniffer): Rename from
12391 x86_64_sigtramp_frame_sniffer.
12392 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
12393 (amd64_frame_base): Rename from x86_64_frame_base.
12394 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
12395 (amd64_frame_align): Rename from x86_64_frame_align.
12396 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
12397 (amd64_regset_from_core_section): Rename from
12398 x86_64_regset_from_core_section.
12399 (x86_64_init_abi): Update comments.
12400
12401 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
12402
12403 * MAINTAINERS (write after approval): Add myself.
12404
12405 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12406
12407 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
12408 `float' arguments.
12409
12410 2004-01-04 Mark Kettenis <kettenis@gnu.org>
12411
12412 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
12413 such that it mentions a specific version of GCC that exhibits this
12414 bug.
12415
12416 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12417
12418 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
12419 structure that has a single `float' member, store it in %f1 in
12420 addition to %f0.
12421
12422 * sparc-sol2-nat.c: Add missing '\'.
12423
12424 * sparc-tdep.c (sparc32_return_value): New function.
12425 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
12426 Remove functions.
12427 (sparc32_gdbarch_init): Set return_value, don't set
12428 extract_return_value, store_return_value, use_struct_convention
12429 and return_value_on_stack.
12430
12431 * sparc-sol2-nat.c: Add missing ')'.
12432
12433 2004-01-03 J. Brobecker <brobecker@gnat.com>
12434
12435 * infrun.c (handle_step_into_function): New function.
12436 (handle_inferior_event): Extract out some code into the new
12437 function above.
12438
12439 2004-01-03 J. Brobecker <brobecker@gnat.com>
12440
12441 * infrun.c (handle_inferior_event): Move the declaration of
12442 real_stop_pc inside the if blocks where it is used.
12443
12444 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12445
12446 * sparc64-tdep.c (sparc64_16_byte_align_p)
12447 (sparc64_store_floating_fields, sparc64_store_floating_fields):
12448 Use check_typedef to get subtypes of structures and unions.
12449 (sparc64_store_return_value): Fix calculation of the appropriate
12450 offset into VALBUF when storing a structure or union.
12451 (sparc64_return_value): New function.
12452 (sparc64_use_struct_convention): Remove function.
12453 (sparc64_init_abi): Set return_value, don't set
12454 extract_return_value, store_return_value and
12455 use_struct_convention.
12456
12457 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
12458
12459 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
12460 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
12461 gdb/config/alpha/xm-alphaosf.h,
12462 gdb/config/powerpc/tm-ppcle-eabi.h,
12463 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
12464 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
12465 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
12466 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
12467 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
12468 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
12469 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
12470 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
12471 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
12472 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
12473 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
12474 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
12475 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
12476 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
12477 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
12478 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
12479 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
12480 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
12481 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
12482 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
12483 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
12484 Remove lines for .cvsignore files.
12485
12486 2004-01-03 J. Brobecker <brobecker@gnat.com>
12487
12488 * infrun.c: Back out the previous change.
12489
12490 2004-01-03 Mark Kettenis <kettenis@gnu.org>
12491
12492 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
12493 sparc-*-sunos4* to the list of REMOVED configurations.
12494
12495 * configure.tgt: Add back sparc-*-vxworks*.
12496 * remote-vxsparc.c: Remove all includes except for "defs.h",
12497 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
12498 Include "sparc-tdep.h".
12499 (SPARC_R_G1): New define.
12500 (vxsparc_gregset): New variable.
12501 (ext_format_sparc): Remove extern declaration.
12502 (vx_read_register): Rewrite to use sparc32_supply_gregset and
12503 sparc32_supply_fpregset.
12504 (vx_write_register): Rewrite to use sparc32_collect_gregset,
12505 sparc_collect_rwindow and sparc32_collect_fpregset.
12506 * config/sparc/tm-vxworks.h: New file, based on recently removed
12507 tm-vxsparc.h.
12508 * config/sparc/vxworks.mt: New file, based on recently removed
12509 vxworks.mt.
12510
12511 2004-01-03 J. Brobecker <brobecker@gnat.com>
12512
12513 * infrun.c (handle_step_into_function): New function.
12514 (handle_inferior_event): Extract out some code into the new
12515 function above.
12516
12517 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12518
12519 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
12520 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
12521 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
12522 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
12523 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
12524 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
12525 (sparc_nat_h): New variable.
12526 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
12527 (tm-sun4os4.h): Remove dependency.
12528 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
12529 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
12530 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
12531 sparc-tdep.o): Update dependencies.
12532 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
12533 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
12534 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
12535 dependencies.
12536 * configure.host: Remove existing sparc-*-lynxos*,
12537 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
12538 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
12539 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
12540 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
12541 triplets.
12542 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
12543 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
12544 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
12545 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
12546 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
12547 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
12548 sparc64-*-solaris2* and sparc64-*-* triplets.
12549 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
12550 "symtab.h" and "objfiles.h".
12551 (BIAS): Remove define.
12552 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
12553 (X_DISP19): Remove macros.
12554 (sparc_fetch_instruction): Remove function.
12555 (struct gdbarch_tdep): Remove definition.
12556 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
12557 (sparc_breakpoint_from_pc): Remove function.
12558 (struct sparc64_frame_cache): Remove definition.
12559 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
12560 sparc64_unwind_pc): Remove functions.
12561 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
12562 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
12563 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
12564 (sparc64_frame_cache): Change return type to `struct
12565 sparc_frame_cache *'. Simply call sparc_frame_cache.
12566 (sparc64_frame_this_id, sparc64_frame_prev_register,
12567 sparc64_frame_base_address): Use `struct sparc_frame_cache'
12568 instead of `struct sparc64_frame_cache.
12569 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
12570 sparc_analyze_control_transfer, sparc_software_single_step,
12571 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
12572 _initialize_sparc64_tdep): Remove functions.
12573 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
12574 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
12575 macros.
12576 (sparc64_supply_gregset, sparc64_collect_gregset,
12577 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
12578 (sparc64_init_abi): New function.
12579 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
12580 inclusion guard. Include "sparc-tdep.h".
12581 (BIAS): Define.
12582 (r_tstate_offset, r_fprs_offset): New defines.
12583 (enum sparc_regnum): Remove defenition.
12584 (enum sparc64_regnum): Reformat.
12585 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
12586 (sparc64_init_abi, sparc64_supply_gregset,
12587 sparc64_collect_gregset, sparc64_supply_fpregset,
12588 sparc64_collect_fpregset): New prototypes.
12589 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
12590 Add extern declarations.
12591 (sparc64_sol2_init_abi): New prototype.
12592 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12593 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12594 prototypes.
12595 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
12596 "sparnbsd-nat.h".
12597 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
12598 functions.
12599 (_initialize_sparc64fbsd_nat): Remove initialization of
12600 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
12601 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
12602 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
12603 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
12604 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
12605 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
12606 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
12607 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
12608 (sparc64fbsd_r_y_offset): Remove variables.
12609 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12610 Make static and const.
12611 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
12612 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
12613 functions.
12614 (sparc64fbsd_gregset): New variable.
12615 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
12616 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
12617 and sparc64_supply_fpregset.
12618 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
12619 (sparc64fbsd_sigtramp_frame_this_id)
12620 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
12621 (sparc64fbsd_sigtramp_frame_unwind): New variable.
12622 (sparc64fbsd_sigtramp_frame_sniffer): New function.
12623 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
12624 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
12625 * sparcnbsd-tdep.c: Update copyright year. Include
12626 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
12627 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
12628 "value.h" and "sparcnbsd-tdep.h".
12629 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
12630 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
12631 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
12632 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
12633 defines.
12634 (sparcnbsd_gregset): New variable.
12635 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
12636 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
12637 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
12638 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
12639 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
12640 variables.
12641 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
12642 (sparc32nbsd_sigcontext_frame_this_id)
12643 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
12644 (sparc32nbsd_sigcontext_frame_unwind): New variable.
12645 (sparc32nbsd_sigtramp_frame_sniffer): New function.
12646 (sparcnbsd_get_longjmp_target_32,
12647 sparcnbsd_get_longjmp_target_64): Remove functions.
12648 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
12649 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
12650 sparcnbsd_init_elf): Remove.
12651 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
12652 (sparcnbsd_elf_init_abi): New functions.
12653 (_initialize_sparcnbsd_tdep): New prototype.
12654 (_initialize_sparnbsd_tdep): Update.
12655 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
12656 corelow.o. Add sparc64-nat.o and sparc-nat.o.
12657 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
12658 * config/sparc/linux.mh: Update comment.
12659 (XM_FILE, HOST_IPC): Remove variables.
12660 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
12661 sparc-linux-nat.o.
12662 * config/sparc/linux.mt: Update comment.
12663 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
12664 * config/sparc/nbsd.mt: Reformat.
12665 * config/sparc/nbsd64.mh: Update comment.
12666 (NATDEPFILES): Add sparc-nat.o.
12667 * config/sparc/nbsd64.mt: Update comment.
12668 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
12669 (TM_FILE): Set to tm-nbsd.h.
12670 * config/sparc/nbsdelf.mh: Update comment.
12671 (NATDEPFILES): Add sparc-nat.o.
12672 (XM_FILE): Delete.
12673 * config/sparc/nbsdaout.mh: Update comment.
12674 (NATDEPFILES): Add sparc-nat.o
12675 (XM_FILE): Delete.
12676 * config/sparc/nm-linux.h: Update copyright year. Don't include
12677 "config/nm-svr4.h" and "solib.h". Add protection against multiple
12678 inclusion.
12679 (KERNEL_U_SIZE): Remove define.
12680 (kernel_u_size): Remove prototype.
12681 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
12682 * config/sparc/nm-nbsd.h: Update copyright. Don't include
12683 "regcache.h".
12684 (CHILD_PREPARE_TO_STORE): Remove define.
12685 * config/sparc/nm-nbsdaout.h: Tweak some comments.
12686 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
12687 sparcnbsd-nat.c: Rewrite files.
12688 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
12689 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
12690 sparcnbsd-tdep.h: Remove files.
12691 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
12692 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
12693 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
12694 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
12695 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
12696 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
12697 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
12698 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
12699 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
12700 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
12701 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
12702 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
12703 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
12704 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
12705 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
12706 * config/sparc/linux64.mh, config/sparc/linux64.mt,
12707 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
12708 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
12709 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
12710
12711 2004-01-02 Andrew Cagney <cagney@redhat.com>
12712
12713 From 2003-12-18 Kazuhiro Inaoka:
12714 * configure.host: Add m32r-linux target.
12715
12716 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
12717
12718 * top.c (print_gdb_version): Update year to 2004.
12719
12720 2004-01-02 Mark Mitchell <mark@codesourcery.com>
12721
12722 * MAINTAINERS: Add myself to the write-after-approval category.
12723
12724 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
12725
12726 From Bernardo Innocenti <bernie@develer.com>:
12727 * configure.tgt: Add uClinux target.
12728
12729 2004-01-02 Andrew Cagney <cagney@redhat.com>
12730
12731 * utils.c (do_my_cleanups): Make static, add forward declaration.
12732 * defs.h (do_my_cleanups): Delete declaration.
12733
12734 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
12735
12736 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
12737 bfd/ChangeLog-0203.
12738
12739 2004-01-02 Mark Kettenis <kettenis@gnu.org>
12740
12741 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
12742 in <machine/reg.h>.
12743 * configure, config.in: Regenerate.
12744
12745 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
12746 tui/ChangeLog-1998-2003.
12747 \f
12748 Local Variables:
12749 mode: change-log
12750 left-margin: 8
12751 fill-column: 74
12752 version-control: never
12753 End:
This page took 0.296531 seconds and 4 git commands to generate.