* hppa-hpux-nat.c (hppa_hpux_child_can_run): Tweak comment.
[binutils-gdb.git] / gdb / ChangeLog
1 2004-12-12 Mark Kettenis <kettenis@gnu.org>
2
3 * hppa-hpux-nat.c (hppa_hpux_child_can_run): Tweak comment.
4
5 2004-12-11 Mark Kettenis <kettenis@gnu.org>
6
7 * hppa-hpux-nat.c (ss_mpsfu_high): Remove define.
8 (hppa_hpux_save_state_offset): New function, replacing variable
9 with the same name.
10 (hppa_cannot_fetch_register, hppa_cannot_store_register): Remove
11 functions.
12 (hppa_hpux_fetch_register): Don't call hppa_cannot_fetch_register.
13 Use new hppa_hpux_save_state_offset function. Add special
14 handling for handling 64-bit "flags" register.
15 (hppa_hpux_store_register): Likewise.
16 (hppa_hpux_child_can_run): Tweak comment.
17
18 * inf-ttrace.c (inf_ttrace_him): Set TTEVT_BPT_SSTEP if available.
19 (inf_ttrace_attach): Likewise.
20 (inf_ttrace_resume_callback): New function.
21 (inf_ttrace_resume): Don't use TT_PROC_CONTINUE. Iterate over all
22 lwps and call inf_ttrace_resume_callback instead.
23 (inf_ttrace_wait): Handle TTEVT_BPT_SSTEP.
24
25 * inf-ttrace.c (_initialize_inf_ttrace): Unconditionially compile.
26
27 2004-12-10 Michael Snyder <msnyder@redhat.com>
28
29 * mn10300-tdep.c: New file. This is a re-implementation of
30 the mn10300 target back-end using the new frame api etc.
31 * mn10300-tdep.h: New file.
32 * config/mn10300/mn10300.mt: New file (or replace old file).
33 * configure.tgt: Add mn10300 target.
34
35 2004-12-10 Mark Kettenis <kettenis@gnu.org>
36
37 * configure.host (hppa*-*-hpux11*): Remove.
38 * config/pa/hpux11.mh: Remove file.
39
40 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Fix
41 typo.
42
43 2004-12-10 Kris Warkentin <kewarken@qnx.com>
44
45 * nto-tdep.h: Include osabi.h. Prototypes for generic Neutrino
46 osabi sniffer, signal handling initializer, 'in_dynsym_resolve_code'
47 function and nto_set_target function.
48 (struct nto_target_ops): Put comments inline with struct. Add osabi
49 sniffer hook. Redefine macros to permit testing/assignment. Remove
50 nto_ prefix from members.
51 * nto-tdep.c (nto_find_and_open_solib): Allocate all buffers
52 dynamically to support arbitrary root paths. Check for basename of
53 lib in search path and then check for absolute.
54 (nto_in_dynsym_resolve_code): New function.
55 (nto_core_sniffer): New function.
56 (regset_core_fns): Register core sniffer.
57 (nto_initialize_signals): New function.
58 (_initialize_nto_tdep): Move signal initialization code to above to
59 avoid initialization race conditions.
60 (nto_set_target): New function.
61 * nto-procfs.c: Minor formatting/indenting changes.
62 (procfs_is_nto_target): New function.
63 (procfs_open): Set nto_is_nto_target.
64 (_initialize_procfs): Ditto. Remove notice_signals() call to avoid
65 initialization race conditions.
66 (procfs_create_inferior): Resume inferior after creation.
67 * i386-nto-tdep.c: Declare i386_nto_target.
68 (init_i386nto_ops): Initialize i386_nto_target instead of
69 current_nto_target.
70 (i386nto_init_abi): Initialize signals. Call nto_set_target. Set
71 TARGET_SO_IN_DYNSYM_RESOLVE_CODE.
72 (_initialize_i386nto_tdep): Call init_i386nto_ops. Register osabi
73 sniffer.
74
75 2004-12-10 Mark Kettenis <kettenis@gnu.org>
76
77 * hppa-hpux-tdep.c (child_enable_exception_callback): Use XMALLOC.
78 (hppa_hpux_sigtramp_frame_unwind_cache): Use ARRAY_SIZE.
79 (hppa_hpux_init_abi): Reformat long line.
80
81 2004-12-09 Mark Kettenis <kettenis@gnu.org>
82
83 * hppa-hpux-tdep.c: Include "regset.h".
84 (HPPA_HPUX_SS_WIDEREGS, HPPA_HPUX_SS_FLAGS_OFFSET)
85 (HPPA_HPUX_SS_NARROW_OFFSET, HPPA_HPUX_SS_FPBLOCK_OFFSET)
86 (HPPA_HPUX_SS_WIDE_OFFSET, HPPA_HPUX_SAVE_STATE_SIZE)
87 (HPPA_HPUX_PA89_SAVE_STATE_SIZE): New defines.
88 (hppa_hpux_supply_ss_narrow, hppa_hpux_supply_ss_fpblock)
89 (hppa_hpux_supply_ss_wide, hppa_hpux_supply_save_state): New
90 functions.
91 (hppa_hpux_regset): New variable.
92 (hppa_hpux_regset_from_core_section): New function.
93 (hppa_hpux_init_abi): Set regset_from_core_section.
94 (hppa_hpux_core_osabi_sniffer): New function.
95 (_initialize_hppa_hpux_tdep): Register
96 hppa_hpux_core_osabi_sniffer.
97 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
98 * config/pa/hppahpux.mt (TDEPFILES): Add corelow.o.
99
100 2004-12-09 Randolph Chung <tausq@debian.org>
101
102 * solib-pa64.c (pa64_relocate_section_addresses): Properly relocate
103 text and data sections.
104 (pa64_current_sos): Also include the dld in the list of current shared
105 objects.
106 (pa64_solib_get_solib_by_pc): Update comments.
107 (pa64_solib_get_text_base): New function.
108 (pa64_solib_select): Set solib_get_text_base method.
109
110 2004-12-08 Daniel Jacobowitz <dan@debian.org>
111
112 * linux-thread-db.c (BUILD_THREAD): Delete.
113 (thread_get_info_callback): Include LWP ID in thread ID.
114 (thread_from_lwp, check_event, find_new_threads_callback): Likewise.
115 (lwp_from_thread): Use the LWP ID from the thread ID.
116
117 2004-12-07 Randolph Chung <tausq@debian.org>
118
119 * hppa-tdep.c (hppa_frame_prev_register_helper): Zero out the entire
120 register for both 32- and 64-bit targets.
121
122 2004-12-07 Randolph Chung <tausq@debian.org>
123
124 * frame.c (get_prev_frame): Don't terminate unwinding at main if we
125 are unwinding through a dummy frame.
126
127 2004-12-07 Randolph Chung <tausq@debian.org>
128
129 * hppa-tdep.h (gdbarch_tdep): Add unwind_adjust_stub method.
130 * hppa-hpux-tdep.c (hppa_hpux_unwind_adjust_stub): New function.
131 (hppa_hpux_init_abi) Set unwind_adjust_stub method.
132 * hppa-tdep.c (hppa_frame_cache): Call unwind_adjust_stub method
133 if defined.
134
135 2004-12-07 Randolph Chung <tausq@debian.org>
136
137 * hppa-tdep.c (hppa_stub_Frame_unwind_cache): Stop unwinding if
138 unwinding from a frame with pc == 0.
139 (hppa_stub_frame_this_id): Likewise.
140 (hppa_stub_frame_prev_register): Only provide real values if the frame
141 cache is not NULL.
142
143 2004-12-07 Randolph Chung <tausq@debian.org>
144
145 * solib-som.c: New file.
146 * solib-som.h: New file.
147 * solib-pa64.c: New file.
148 * solib-pa64.h: New file.
149
150 2004-12-07 Mark Kettenis <kettenis@gnu.org>
151
152 * Makefile.in (inf-ttrace.o): Fix typo.
153
154 2004-12-07 Jim Blandy <jimb@redhat.com>
155
156 * remote.c (remote_threads_info, remote_current_thread): Use
157 strtoul to parse thread ID numbers.
158
159 2004-12-07 Mark Kettenis <kettenis@gnu.org>
160
161 * inf-ttrace.c: Include "gdbthread.h".
162 (inf_ttrace_num_lwps): New variable.
163 (inf_ttrace_num_lwps_in_syscall): Renamed from
164 inf_ttrace_num_threads_in_syscall.
165 (inf_ttrace_him): Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
166 TTEVT_LWP_TERMINATE events.
167 (inf_ttrace_create_inferior): Assert that INF_TTRACE_NUM_LWPS is
168 zero.
169 (inf_ttrace_mourn_inferior): Set INF_TTRACE_NUM_LWPS to zero.
170 (inf_ttrace_attach): Assert that INF_TTRACE_NUM_LWPS is zero.
171 Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE
172 events.
173 (inf_ttrace_wait): Report status as TARGET_WAITKIND_SPURIOUS by
174 default. Handle TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
175 TTEVT_LWP_TERMINATE events.
176 (inf_ttrace_thread_alive, inf_ttrace_pid_to_str): New functions.
177 (inf_ttrace_target): Set to_thread_alive and to_pid_to_str.
178 * Makefile.in (inf-ttrace.o): Update dependencies.
179
180 * hppa-tdep.h (hppa_read_pc, hppa_write_pc, hppa_unwind_pc): New
181 prototypes.
182 * hppa-tdep.c (hppa_read_pc): Rename from hppa_target_read_pc.
183 Make global. Remove HP-UX specific code. Use
184 frame_unwind_register_unsigned instead of
185 frame_unwind_register_signed.
186 (hppa_write_pc): Rename from hppa_target_write_pc. Make global.
187 Remove HP-UX specific code.
188 (hppa_unwind_pc): Make global. Remove HP-UX specific code.
189 (hppa_frame_prev_register_helper): Set "flags" register to zero
190 for all unwound frames.
191 (hppa_gdbarch_init): Adjust.
192 * hppa-hpux-tdep.c (HPPA_HPUX_SS_INSYSCALL): New define.
193 (hppa_hpux_read_pc, hppa_hpux_write_pc)
194 (hppa_hpux_unwind_pc): New functions.
195 (hppa_hpux_init_abi): Set read_pc, write_pc and unwind_pc.
196
197 2004-12-07 Andreas Schwab <schwab@suse.de>
198
199 * main.c (long_options): Add entry for "-l".
200 (print_gdb_help): Add line for -l option.
201 * NEWS: Mention it.
202
203 2004-12-05 Randolph Chung <tausq@debian.org>
204
205 * hppah-nat.c (store_inferior_registers): Rewrite logic to not use
206 DEPRECATED_REGISTER_BYTE.
207
208 2004-12-05 Randolph Chung <tausq@debian.org>
209
210 * hppa-tdep.c (unwind_command): Print the stub type for stub unwind
211 records.
212
213 2004-12-05 Mark Kettenis <kettenis@gnu.org>
214
215 * somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.
216 * config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.
217
218 * hppa-hpux-tdep.c: Update copyright notice and year.
219
220 2004-12-05 Richard Earnshaw <rearnsha@arm.com>
221
222 * doublest.c (FLOATFORMAT_LARGEST_BYTES): New define.
223 (get_field, put_field): Assert that the format is one we can handle.
224 Simplify logic accordingly.
225 (floatformat_normalize_byteorder): New function.
226 (convert_floatformat_to_doublest): Use floatformat_normalize_byteorder
227 to normalize and select modified byte order. Pass modified byte order
228 to get_field.
229 (floatformat_is_negative, floatformat_is_nan, floatformat_mantissa):
230 Likewise.
231 (convert_doublest_to_floatformat): Select an appropriate intermediate
232 byte order if necessary. Always convert to the final format before
233 returning.
234
235 2004-12-04 Daniel Jacobowitz <dan@debian.org>
236
237 PR tui/1703
238 * linux-nat.c (linux_tracefork_child): Use _exit instead of exit.
239 Suggested by Joshua Neuheisel.
240
241 2004-12-03 Randolph Chung <tausq@debian.org>
242
243 * gdbarch.sh (instruction_nullified): Delete.
244 * gdbarch.c: Regenerate.
245 * gdbarch.h: Regenerate.
246 * hppa-tdep.c (hppa_target_read_pc): Adjust pc if instruction is
247 nullified.
248 (hppa_unwind_pc): Likewise.
249 (hppa_instruction_nullified): Delete.
250 (hppa_gdbarch_init): Don't set instruction_nullified method.
251 * infrun.c (infwait_states): Remove infwait_nullified_state.
252 (handle_inferior_event): Remove handling of infwait_nullified_state.
253 Remove handling of nullified instructions.
254
255 2004-12-03 Mark Kettenis <kettenis@gnu.org>
256
257 * inf-ttrace.c: Include <sys/mman.h>.
258 (struct inf_ttrace_page): New.
259 (struct inf_ttrace_page_dict): New.
260 (inf_ttrace_num_threads_in_syscall)
261 (inf_ttrace_reenable_page_protections): New variables.
262 (inf_ttrace_enable_syscall_events)
263 (inf_ttrace_disable_syscall_events, inf_ttrace_get_page)
264 (inf_ttrace_add_page, inf_ttrace_insert_page)
265 (inf_ttrace_remove_page, inf_ttrace_mask_page_protections)
266 (inf_ttrace_enable_page_protections)
267 (inf_ttrace_disable_page_protections)
268 (inf_ttrace_insert_watchpoint, inf_ttrace_remove_watchpoint)
269 (inf_ttrace_can_use_hw_breakpoint)
270 (inf_ttrace_region_size_ok_for_hw_watchpoint)
271 (inf_ttrace_stopped_by_watchpoint): New functions.
272 (inf_ttrace_him): Remove unsused varaible `tts'.
273 (inf_ttrace_create_inferior): Add assertionts.
274 (inf_ttrace_mourn_inferior): Clear page dictionary.
275 (inf_ttrace_attach): Set initial event mask.
276 (inf_ttrace_detach): Reset number of threads in system call.
277 (inf_ttrace_wait): Deal with system call events.
278 (inf_ttrace_target): Initialize "hardware" watchpoint-related
279 parts of the target vector.
280 (_initialize_inf_ttrace): New prototype and function.
281
282 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
283 type of `gp' variable.
284
285 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
286
287 * README: Remove config.if from directory listing.
288
289 2004-12-01 Joel Brobecker <brobecker@gnat.com>
290
291 * alpha-tdep.c (alpha_register_name): Add comment.
292 (alpha_cannot_fetch_register): Exclude registers numbers which
293 are no longer used from the list of registers that can be fetched.
294 (alpha_cannot_store_register): Exclude registers numbers which
295 are no longer used from the list of registers that can be stored.
296 * alpha-nat.c (fetch_osf_core_registers): Add missing value in
297 core_reg_mapping array.
298
299 2004-12-01 Joel Brobecker <brobecker@gnat.com>
300
301 * alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
302 the register value from the correct frame.
303
304 2004-11-30 Randolph Chung <tausq@debian.org>
305
306 * hppa-linux-tdep.c (insns_match_pattern_relaxed): New function.
307 (hppa_linux_in_dyncall): Check that we are inside the range of
308 $$dyncall, not necessarily at the first insn.
309 (hppa_linux_in_solib_call_trampoline): Identify a trampoline
310 even if the pc does not point to the first insn of the trampoline.
311
312 2004-11-30 Randolph Chung <tausq@debian.org>
313
314 * breakpoint.c (break_at_finish_command): Delete.
315 (break_at_finish_command_1): Delete.
316 (break_at_finish_at_depth_command): Delete.
317 (break_at_finish_at_depth_command_1): Delete.
318 (tbreak_at_finish_command): Delete.
319 * hppa-tdep.c (_initialize_hppa_tdep): Remove deprecated xbreak, tbreak
320 and bx commands.
321
322 2004-11-30 Andrew Cagney <cagney@gnu.org>
323
324 * config/nm-gnu.h: Delete file.
325 * config/i386/nm-i386gnu.h: Inline "config/nm-gnu.h".
326
327 * config/nm-sysv4.h: Delete file.
328 * config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h".
329 * config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h".
330 * config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h".
331 * config/ia64/nm-aix.h: Inline "config/nm-sysv4.h".
332 * config/mips/nm-irix5.h: Inline "config/nm-sysv4.h".
333
334 2004-11-29 Andrew Cagney <cagney@gnu.org>
335
336 * MAINTAINERS: Add Randolph Chung (pa), Jeff Johnston (ia64), Kei
337 Sakamoto (m32r), Joel Brobecker (mips), and Ulrich Weigand (s390)
338 as can-commit architecture developers.
339
340 2004-11-29 Mark Kettenis <kettenis@gnu.org>
341
342 * sparc-tdep.c (X_RS1, X_SIMM13): New macros.
343 (sparc32_skip_prologue): Skip instructions that store arguments in
344 registers into their corresponding stack slots.
345
346 * config/m68k/nbsdaout.mh (NAT_FILE): Set to solib.h instead of
347 tm-solib.h.
348 * config/m68k/obsd.mh (NAT_FILE): Likewise.
349
350 * sparc-tdep.h (sparc32nbsd_elf_init_abi): New prototype.
351 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Make global.
352 * sparcobsd-tdep.c (sparc32obsd_init_abi): Call
353 sparc32nbsd_elf_init_abi. Remove duplicate code.
354
355 * config/sparc/nbsdaout.mh (NAT_FILE): Set to solib.h.
356 * config/sparc/nbsdelf.mh (NAT_FILE): Remove variable.
357 * config/sparc/nm-nbsd.h: Remove file.
358 * config/sparc/nm-nbsdaout.h: Remove file.
359
360 * sparc-nat.c (inf_ptrace_xfer_partial): New variable.
361 (sparc_xfer_partial): New function.
362 (sparc_target): Save value of to_xfer_partial from ptrace vector.
363 Set to_xfer_partial.
364
365 * fork-child.c (fork_inferior): Fork instead of vfork if
366 PRE_TRACE_FUN is non-null.
367
368 2004-11-24 Fred Fish <fnf@specifixinc.com>
369
370 * rs6000-tdep.c (skip_prologue): Use line table info to skip over
371 compiler generated function calls made as part of a prologue.
372
373 2004-11-23 Mark Kettenis <kettenis@gnu.org>
374
375 * inf-ttrace.c: New file.
376 * inf-ttrace.h: New file.
377 * hppa-hpux-nat.c [HAVE_TTRACE]: Include <sys/ttrace>.
378 Include "inf-ttrace.h".
379 (ss_mpsfu_high): Define to ss_tlsp if necessary.
380 (hppa_hpux_fetch_register, hppa_hpux_store_register): Use
381 ptid_get_pid instead of PIDGET. Modify to handle both ttrace and
382 ptrace systems.
383 (_initialize_hppa_hpux_nat) [HAVE_TTRACE]: Call inf_ttrace_traget
384 instead of inf_ptrace_target.
385 * config/pa/hpux.mh (NATDEPFILES): Add inf-ttrace.o.
386 * Makefile.in (inf_ttrace_h): New variable.
387 (hppa-hpux-nat.o): Update dependency.
388 (inf-ttrace.o): New dependency.
389 (ALLDEPFILES): Add inf-ptrace.c and inf-ttrace.c.
390
391 2004-11-23 Randolph Chung <tausq@debian.org>
392
393 * arch-utils.c (generic_instruction_nullified): New.
394 * arch-utils.h (generic_instruction_nullified): New.
395 * gdbarch.sh (instruction_nullified): New method.
396 * gdbarch.c: Regenerate.
397 * gdbarch.h: Regenerate.
398 * infrun.c (INSTRUCTION_NULLIFIED): Delete.
399 (handle_inferior_event): Replace INSTRUCTION_NULLIFIED with calls to
400 new gdbarch method.
401 * config/pa/tm-hppa.h (INSTRUCTION_NULLIFIED): Delete definition.
402 * hppa-tdep.c (hppa_instruction_nullified): Remove prototype and make
403 static. Rewrite to work directly off the passed regcache.
404 (hppa_gdbarch_init): Set instruction_nullified method.
405
406 2004-11-23 Joel Brobecker <brobecker@gnat.com>
407
408 * sparc-tdep.c (sparc_is_unimp_insn): New function.
409 (sparc32_frame_cache): For functions where there is no debugging
410 information to help us determine whether it's a struct-return
411 function or not, fallback on checking whether the instruction
412 at the return address is an "unimp" instruction or not.
413
414 2004-11-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
415
416 * MAINTAINERS: Add myself to write after approval section.
417
418 * hppa-hpux-nat.c (child_suppress_run): Add variable to allow
419 hpux-thread.c to suppress children from running.
420 (hppa_hpux_child_can_run): New function.
421 (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run.
422 * hpux-thread.c: Include string.h and hppa-tdep.h.
423 (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM,
424 HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively.
425 (hpux_thread_store_registers): Replace deprecated_registers with
426 calls to regcache_raw_read.
427 * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC.
428
429 2004-11-21 Mark Kettenis <kettenis@gnu.org>
430
431 * sparc64fbsd-nat.c: Update copyright year.
432 (_initialize_sparc64fbsd_nat): Construct and add target vector.
433 * config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
434 inftarg.o.
435
436 2004-11-21 Daniel Jacobowitz <dan@debian.org>
437
438 * sparc-tdep.c (sparc_software_single_step): Handle stepping to NULL.
439
440 2004-11-21 Daniel Jacobowitz <dan@debian.org>
441
442 * linux-nat.c (my_waitpid): New function.
443 (linux_test_for_tracefork): Make more robust and verbose. Take
444 an ORIGINAL_PID argument and test for PTRACE_SETOPTIONS first.
445 (linux_supports_tracefork, linux_supports_tracevforkdone): Take a PID
446 argument. Update calls to linux_test_for_tracefork.
447 (linux_enable_event_reporting, child_follow_fork)
448 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
449 (child_insert_exec_catchpoint): Update calls to
450 linux_supports_tracefork and linux_supports_tracevforkdone.
451
452 2004-11-21 Daniel Jacobowitz <dan@debian.org>
453
454 * valarith.c (value_subscript): Copy VALUE_FRAME_ID.
455 (value_subscripted_rvalue): Likewise.
456 * valops.c (search_struct_field, value_slice): Likewise.
457
458 2004-11-21 Mark Kettenis <kettenis@gnu.org>
459
460 * inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
461 Reorder includes a bit. Fix comment.
462 * Makefile.in (inf-ptrace.o): Update dependencies.
463
464 2004-11-21 Andreas Schwab <schwab@suse.de>
465
466 * m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
467 (m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
468 svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
469 to glibc_skip_solib_resolver.
470 * config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o. Remove
471 solib-legacy.o.
472 * Makefile.in (m68klinux-tdep.o): Update dependencies.
473
474 2004-11-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
475
476 * infttrace.h (ttrace_write_reg_64): Add prototype.
477 * hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
478 expression.
479 (store_inferior_registers): Correct formatting. Replace uses of
480 deprecated_registers with calls to regcache_raw_read,
481 regcache_raw_write_part and regcache_raw_read_part.
482
483 2004-11-21 Mark Kettenis <kettenis@gnu.org>
484
485 * config/pa/hppahpux.mh: Remove file.
486 * config/pa/hpux1020.mh: Remove file.
487
488 2004-11-20 Andreas Schwab <schwab@suse.de>
489
490 * configure.host: Set host floatformat for m68k.
491
492 2004-11-20 Eli Zaretskii <eliz@gnu.org>
493
494 * config/djgpp/fnchange.lst: Resolve file-name clash between
495 hppa-hpux-tdep.c and the new hppa-hpux-nat.c.
496
497 2004-11-20 Mark Kettenis <kettenis@gnu.org>
498
499 * hppa-hpux-nat.c: New file.
500 * config/pa/hpux.mh (NATDEPFILES): New file.
501 * Makefile.in (ALLDEPFILES): Add hppa-hpux-nat.c.
502 (hppa-hpux-nat.o): New dependency.
503 * configure.host: Remove hppa*-*-hpux10.20.
504 (hppa*-*-hpux*, hppa*-*-hiux*): Set gdb_host to hpux.mh.
505
506 * inf-ptrace.c: Fix coding style.
507
508 * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
509 * infptrace.c (call_ptrace): Simply call ptrace with four
510 arguments.
511
512 * dbxread.c (process_one_symbol): Fix a few coding standard
513 issues. Improve code formatting.
514
515 * dbxread.c: Include "gdb_string.h".
516 (record_minimal_symbol, read_ofile_symtab): Replace
517 DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp.
518 * Makefile.in (dbxread.o): Update dependencies.
519
520 * dwarf2-frame.c (read_encoded_value): Correctly calculate number
521 of bytes read for aligned LEB128 encodings.
522
523 2004-11-19 Mark Kettenis <kettenis@gnu.org>
524
525 * bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value from
526 parse_and_eval_address to u_long before converting it to a pointer
527 type.
528 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Change type of
529 ps_strings from int to u_long.
530 * i386obsd-nat.c (_initialize_i386obsd_nat): Cast _ps.val to
531 u_long instead of CORE_ADDR.
532
533 2004-11-18 Mark Kettenis <kettenis@gnu.org>
534
535 * dbxread.c (process_one_symbol): Do not adjust address of first
536 N_SLINE stab for a function for code generated by non-GCC
537 compilers.
538
539 2004-11-18 Kevin Buettner <kevinb@redhat.com>
540
541 * solib-null.c: New file.
542
543 2004-11-17 Andrew Cagney <cagney@gnu.org>
544
545 * MAINTAINERS: Drop MIPS and remote.
546
547 2004-11-15 Andrew Cagney <cagney@gnu.org>
548
549 * findvar.c (value_of_register): Set the frame ID.
550 * value.c (value_primitive_field): Copy the frame ID.
551 * valops.c (value_assign): Simplify lval_register case, there's
552 always a frame.
553
554 2004-11-14 Daniel Jacobowitz <dan@debian.org>
555
556 * Makefile.in (mips-linux-tdep.o): Update dependencies.
557 * mips-linux-tdep.c: Include "regcache.h".
558 (fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
559
560 2004-11-14 Daniel Jacobowitz <dan@debian.org>
561
562 * Makefile.in (linux-thread-db.o): Fix typo in last change.
563
564 2004-11-14 Daniel Jacobowitz <dan@debian.org>
565
566 * linux-thread-db.c: New file, renamed from thread-db.c.
567 * thread-db.c: Remove.
568 * Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
569 * config/alpha/alpha-linux.mh (NATDEPFILES): Rename thread-db.o
570 to linux-thread-db.o.
571 * config/arm/linux.mh (NATDEPFILES): Likewise.
572 * config/i386/linux.mh (NATDEPFILES): Likewise.
573 * config/i386/linux64.mh (NATDEPFILES): Likewise.
574 * config/ia64/linux.mh (NATDEPFILES): Likewise.
575 * config/m32r/linux.mh (NATDEPFILES): Likewise.
576 * config/m68k/linux.mh (NATDEPFILES): Likewise.
577 * config/mips/linux.mh (NATDEPFILES): Likewise.
578 * config/pa/linux.mh (NATDEPFILES): Likewise.
579 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
580 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
581 * config/s390/s390.mh (NATDEPFILES): Likewise.
582 * config/sparc/linux.mh (NATDEPFILES): Likewise.
583 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
584
585 2004-11-13 Andrew Cagney <cagney@gnu.org>
586
587 * config/i386/i386lynx.mh: Delete file.
588 * config/i386/i386lynx.mt: Delete file.
589 * Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
590 * i386ly-tdep.c: Delete.
591
592 * config/tm-lynx.h: Delete, inline contents ...
593 * config/rs6000/tm-rs6000ly.h: ... here.
594
595 * config/tm-sysv4.h: Delete file, inlining contents.
596 * config/ia64/tm-aix.h (SKIP_TRAMPOLINE_CODE): Define.
597 * config/tm-linux.h (SKIP_TRAMPOLINE_CODE): Define.
598 * config/tm-nto.h (SKIP_TRAMPOLINE_CODE): Define.
599
600 * regcache.h (deprecated_register_valid): Delete.
601 (deprecated_registers): Delete.
602 * regcache.c (deprecated_register_valid): Delete.
603 (deprecated_registers): Delete.
604 (deprecated_read_register_byte, _initialize_regcache)
605 (deprecated_write_register_bytes, build_regcache): Update.
606 * config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
607 remote-sds.o.
608 * config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
609 * config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
610
611 * NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
612 v850-*-* under removed.
613 * configure.host: Delete ns32k-*-netbsd*.
614 * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
615 ns32k-*-netbsd*, and v850*-*-*.
616 * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
617 "Deleted"
618 * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
619 * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
620 * mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
621 * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
622 * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
623 * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
624 * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
625 * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
626 * v850-tdep.c: Delete.
627
628 2004-11-13 Joel Brobecker <brobecker@gnat.com>
629
630 * irix5-nat.c (fetch_core_registers): Replace use of
631 deprecated_registers by equivalent code.
632
633 2004-11-13 Joel Brobecker <brobecker@gnat.com>
634
635 * irix5-nat.c (fill_gregset): Replace use of deprecated_registers
636 with equivalent code.
637 (fill_fpregset): Likewise.
638
639 2004-11-13 Andrew Cagney <cagney@gnu.org>
640
641 * MAINTAINERS: Do not list "Deleted" architectures.
642
643 * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
644 m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
645 sparc-*-vxworks*.
646 * NEWS: Mention that vxworks was deleted.
647 * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete.
648 * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete.
649 * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete.
650 * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete.
651 * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete.
652 * vx-share/ptrace.h, vx-share/regPacket.h: Delete.
653 * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete.
654 * vx-share/wait.h, vx-share/xdr_ld.c: Delete.
655 * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete.
656 * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete.
657 * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete.
658 * remote-vxmips.c, remote-vx.c: Delete.
659 * remote-vx68.c: Delete.
660 * config/m68k/tm-os68k.h: Remove reference to VxWorks.
661 * config/m68k/os68k.mt, ada-lang.h: Ditto.
662 * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o)
663 (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
664
665 2004-11-13 Eli Zaretskii <eliz@gnu.org>
666
667 * config/i386/xm-go32.h: Don't include fopen-bin.h.
668 Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
669
670 * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
671 branch that doesn't define CRLF_SOURCE_FILES; always use
672 binary-mode open.
673 (print_source_lines_base, forward_search_command)
674 (reverse_search_command): Enable the code that accepts DOS-style
675 CRLF line endings on all platforms (this removes the need for
676 CRLF_SOURCE_FILES).
677
678 * defs.h: Fix wording of the comment before FOPEN_RB.
679 (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
680
681 * config/djgpp/fnchange.lst: Group renames for opcode directory
682 together.
683
684 * config/djgpp/djconfig.sh: Replace file names that don't exist
685 anymore with existing files, for checking the unpacked
686 distribution.
687
688 * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
689 Export pre-cooked values in configure-* targets that begin with
690 "@test -f stage_last".
691
692 2004-11-12 Andrew Cagney <cagney@gnu.org>
693
694 * defs.h (enum lval_type): Delete lval_reg_frame_relative.
695 * value.h (struct value): Update comment.
696 * valops.c (value_assign): Fold lval_reg_fame_relative into
697 lval_register.
698 * findvar.c (value_from_register, locate_var_value): Ditto.
699
700 2004-11-12 Randolph Chung <tausq@debian.org>
701
702 * config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
703 * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
704 (write_exp_msymbol): Remove conditional check for symbols starting
705 with $. Update comments.
706
707 2004-11-12 Randolph Chung <tausq@debian.org>
708
709 * pa64solib.c (pa64_solib_thread_start_addr): Rename from
710 so_lib_thread_start_addr.
711 * pa64solib.h (so_list): Forward declare.
712 (pa64_solib_thread_start_addr): Prototype.
713 * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
714 (no_shared_libraries): Remove.
715 (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
716 * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
717 * hpread.c (hpread_process_one_debug_symbol): Use either the som or
718 the elf solib handler to find the start address.
719
720 * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support
721 files to the target makefile.
722 * config/pa/hpux1020.mh (NATDEPFILES): Likewise.
723 * config/pa/hpux11.mh (NATDEPFILES): Likewise.
724 * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
725
726 * config/pa/hppa64.mt (TDEPFILES): Put target-specific support
727 files for symbol reading and shared library handling here.
728 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
729 (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target
730 without bringing in 64-bit support.
731
732 2004-11-12 Andrew Cagney <cagney@gnu.org>
733
734 * sparc-tdep.c: Replace VALUE_TYPE with value_type.
735 * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
736 * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
737 * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
738 * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
739 * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
740 * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
741
742 Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
743 * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
744 (VALUE_REGNUM): Define.
745 (struct value): Delete location.regnum, rename "regno" to
746 "regnum".
747 * value.c, valops.c, valarith.c, findvar.c: Update.
748
749 * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
750 (VALUE_BITPOS): Delete.
751 (value_type, value_offset, value_bitsize, value_bitpos): Declare.
752 * value.c (value_type, value_offset, value_bitpos)
753 (value_bitsize): New functions. Update references.
754 * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
755 * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
756 * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
757 * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
758 * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
759 * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
760 * valops.c, eval.c, findvar.c, breakpoint.c: Update.
761 * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
762 * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
763
764 2004-11-12 Andrew Cagney <cagney@gnu.org>
765
766 * cris-tdep.c (cris_register_offset): Delete, never called.
767 (cris_spec_reg_applicable): Delete cris_ver_sim.
768 * MAINTAINERS: List d10v as OBSOLETE.
769 * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
770 FOPEN_WB et.al., defined by "fopen-bin.h".
771
772 2004-11-12 Randolph Chung <tausq@debian.org>
773
774 * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
775 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
776 * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
777 * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
778
779 2004-11-12 Mark Kettenis <kettenis@jive.nl>
780
781 * tui/tui-io.c: Don't include "terminal.h".
782 * Makefile.in (tui-io.o): Update dependencies.
783
784 2004-11-12 Kei Sakamoto <sakamoto.kei@renesas.com>
785
786 * Makefile.in (m32r-linux-tdep.o): Update dependencies.
787 * m32r-linux-tdep.c (m32r_linux_init_abi): Call
788 set_gdbarch_regset_from_core_section for core file support.
789 (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
790 New functions.
791
792 2004-11-11 Randolph Chung <tausq@debian.org>
793
794 * hppa-tdep.c (skip_prologue_hard_way): Make static, add
795 stop_after_branch parameter and use it to determine if we should look
796 at the delay slot of the first branch insn to find prologue insns.
797 (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
798 (hppa_frame_cache): Likewise.
799
800 2004-11-11 Randolph Chung <tausq@debian.org>
801
802 * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
803 register so that it can be unwound from anywhere in the prologue.
804
805 2004-11-10 msnyder <msnyder@redhat.com>
806
807 * rs6000-tdep.c (skip_prologue): After saving lr_offset,
808 must invalidate lr_reg (so we don't try to save it again).
809 Ditto for cr_offset and cr_reg.
810
811 2004-11-05 Jon Beniston <jon@beniston.com>
812
813 Committed by Andrew Cagney.
814 * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK
815 when an unexpected packet is received, as the target stubs
816 continually retransmit the same packet until ACKed.
817
818 2004-11-10 Randolph Chung <tausq@debian.org>
819
820 * frame.c (get_prev_frame): Use get_frame_type to retrieve the
821 frame's type.
822
823 2004-11-10 Randolph Chung <tausq@debian.org>
824
825 * blockframe.c (inside_entry_func): Move to .....
826 * frame.c (inside_entry_func): ... here, and make static.
827 (backtrace_past_entry): New flag.
828 (get_prev_frame): Stop backtrace at the entry function if enabled
829 by flag. Update comments.
830 (_initialize_frame): Add command to set backtrace_past_entry flag.
831 * defs.h (inside_entry_func): Remove prototype.
832
833 2004-11-10 Mark Kettenis <kettenis@gnu.org>
834
835 * dwarf2read.c: Fix formatting.
836
837 2004-11-10 Andrew Cagney <cagney@gnu.org>
838
839 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
840 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
841 macros with function declarations.
842 * value.c (coerce_ref, coerce_array, coerce_number)
843 (coerce_enum): New functions.
844 (value_as_long, value_as_address): Update.
845 * ada-lang.c (ada_coerce_ref, ada_value_binop)
846 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
847 * jv-lang.c (evaluate_subexp_java): Update.
848 * valarith.c (value_less, value_neg, value_complement)
849 (value_binop, value_add, value_subscript, value_x_binop)
850 (value_logical_not, value_sub): Update.
851 * valops.c (check_field, value_struct_elt, value_ind)
852 (value_find_oload_method_list, value_cast, value_assign): Update.
853 * eval.c (evaluate_subexp_standard): Update.
854
855 2004-11-10 Mark Kettenis <kettenis@gnu.org>
856
857 * mips-tdep.c (mips32_relative_offset): Change return type to
858 LONGEST, change argument type to ULONGEST. Fix sign-extension.
859
860 2004-11-10 Randolph Chung <tausq@debian.org>
861
862 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
863 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
864 (hppa_fetch_pointer_argument): Likewise.
865 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
866 deprecated_read_memory_nobpt.
867 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
868 add_set_cmd sequence with add_setshow_boolean_cmd.
869
870 2004-11-09 Andrew Cagney <cagney@gnu.org>
871
872 GDB 6.3 released from GDB 6.3 branch.
873
874 2004-11-09 Andrew Cagney <cagney@gnu.org>
875
876 * values.c: Rename to ...
877 * value.c: ..., new file.
878 * Makefile.in: Update.
879
880 2004-11-09 Daniel Jacobowitz <dan@debian.org>
881
882 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
883 size.
884
885 2004-11-09 Andrew Cagney <cagney@gnu.org>
886
887 * TODO: Delete.
888
889 * value.h (struct value): Delete field bfd_section.
890 (VALUE_BFD_SECTION): Delete macro.
891 (COERCE_REF): Update.
892 (value_at, value_at_lazy): Delete asection parameter.
893 * printcmd.c (print_formatted, x_command): Update.
894 (do_examine): Delete asection parameter.
895 (next_section): Delete variable.
896 * valops.c (value_cast, value_at, value_at_lazy)
897 (value_coerce_function, value_addr, value_ind, value_string)
898 (find_rt_vbase_offset, value_full_object): Update.
899 * hpacc-abi.c (hpacc_virtual_fn_field)
900 (hpacc_value_rtti_type): Update.
901 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
902 (gnuv3_baseclass_offset): Update.
903 * f-valprint.c (f_val_print): Update.
904 * c-valprint.c (c_val_print): Update.
905 * p-valprint.c (pascal_val_print): Update.
906 * jv-valprint.c (java_value_print): Update.
907 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
908 * ada-lang.c (ada_value_primitive_packed_val)
909 (ada_evaluate_subexp): Update.
910 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
911 * expprint.c (print_subexp_standard): Update.
912 * infcall.c (call_function_by_hand): Update.
913 * valarith.c (value_add): Update.
914 * eval.c (evaluate_subexp_standard): Update.
915 * values.c (allocate_value, value_copy, value_static_field): Update.
916 * findvar.c (read_var_value, locate_var_value): Update.
917
918 2004-11-09 Andrew Cagney <cagney@gnu.org>
919
920 * i386-linux-tdep.c: Include "dwarf2-frame.h".
921 * Makefile.in: Update all dependencies.
922
923 2004-11-08 Andrew Cagney <cagney@gnu.org>
924
925 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
926 (sentinel_frame_unwinder): Add the prev_pc method.
927 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
928 available. Do not handle the sentinel-frame case.
929 * frame-unwind.h (frame_prev_register_ftype): Define.
930 (struct frame_unwind): Add prev_pc;
931
932 2004-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
933
934 * configure.in: Check for ncurses/term.h.
935 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
936 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
937 * tui/tui.c: Don't include term.h.
938 * configure, config.in: Rebuilt.
939
940 2004-11-08 Mark Kettenis <kettenis@gnu.org>
941
942 * m68kbsd-nat.c: Include "inf-ptrace.h".
943 (_initialize_m68kbsd_nat): Fix pasto.
944 * Makefile.in (m68kbsd-nat.o): Update dependencies.
945
946 2004-11-08 Randolph Chung <tausq@debian.org>
947
948 * infrun.c (debug_infrun): New variable.
949 (resume, proceed, wait_for_inferior): Annotate with debug messages.
950 (handle_inferior_event, keep_going): Likewise.
951 (_initialize_infrun): Register "set debug infrun" command.
952
953 2004-11-08 Andreas Schwab <schwab@suse.de>
954
955 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
956 PTRACE_EVENT_VFORKDONE.
957 (child_follow_fork): Adjust.
958
959 2004-11-08 Andrew Cagney <cagney@gnu.org>
960
961 * README: Refer to 6.3, not 6.2, update directory listing droppng
962 references to intl/ and mmalloc/.
963 * PROBLEMS: Refer to 6.3 not 6.2.
964
965 * PROBLEMS: Delete no-longer applicable problems.
966
967 2004-11-07 Andrew Cagney <cagney@redhat.com>
968 Daniel Jacobowitz <dan@debian.org>
969 Roland McGrath <roland@redhat.com>
970
971 * Makefile.in (symfile-mem.o): Update dependencies.
972 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
973 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
974 * inf-ptrace.c (inf_ptrace_attach): Call
975 observer_notify_inferior_created.
976 * inftarg.c (child_attach): Likewise.
977 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
978 (symbol_file_add_from_memory): Take NAME argument. Use it for
979 the new BFD's filename.
980 (add_symbol_file_from_memory_command): Update call to
981 symbol_file_add_from_memory.
982 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
983 (symbol_file_add_from_memory_wrapper): New.
984 (_initialize_symfile_mem): Register add_vsyscall_page as an
985 inferior_created observer.
986
987 2004-11-07 Mark Kettenis <kettenis@gnu.org>
988
989 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
990 fetch_inferior_registers. Make static.
991 (m68kbsd_store_inferior_registers): Rename from
992 store_inferior_registers. Make static.
993 (_initialize_m68kbsd_nat): Construct and add target vector.
994 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
995 inftarg.o. Add inf-ptrace.o.
996 (NAT_FILE): Set to tm-solib.h.
997 (LOADLIBES): New variable.
998 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
999 inftarg.o. Add inf-ptrace.o.
1000 (NAT_FILE): Delete variable.
1001 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1002 inftarg.o. Add inf-ptrace.o.
1003 (NAT_FILE): Set to tm-solib.h.
1004 * config/m68k/nm-nbsdaout.h: Remove file.
1005
1006 2004-11-07 Daniel Jacobowitz <dan@debian.org>
1007
1008 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
1009 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
1010 (dwarf2_signal_frame_unwind): New.
1011 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
1012 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
1013
1014 2004-11-07 Mark Kettenis <kettenis@gnu.org>
1015
1016 * Makefile.in (mips64obsd-tdep.o): Fix typo.
1017
1018 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
1019 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
1020 to only include the structure members we actually need.
1021 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
1022 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
1023 only include the structure members we actually need.
1024 (mipsnbsd_init_abi): Update.
1025
1026 * mips64obsd-nat.c: Include "mips-tdep.h".
1027 (MIPS64OBSD_NUM_REGS): Remove define.
1028 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
1029 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
1030 floating-point registers correctly.
1031 * Makefile.in (mips64obsd-nat.o): Update dependencies.
1032
1033 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
1034 "gdb_assert.h".
1035 (mips64obsd_sigframe_init): New function.
1036 (mips64obsd_sigframe): New variable.
1037 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
1038 unwinder.
1039 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
1040
1041 2004-11-06 Joel Brobecker <brobecker@gnat.com>
1042
1043 * alpha-mdebug-tdep.c: #include mdebugread.h.
1044 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
1045 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
1046
1047 2004-11-05 Andrew Cagney <cagney@gnu.org>
1048
1049 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
1050 CFI and the init_reg method leave the register unspecified.
1051 Include the register name in the "Incomplete CFI data" complaint.
1052 Supress leading zeros in the address.
1053
1054 2004-11-05 Mark Kettenis <kettenis@gnu.org>
1055
1056 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
1057 skipping a personality routine in a CIE augmentation.
1058
1059 2004-11-05 Jeff Johnston <jjohnstn@redhat.com>
1060
1061 * defs.h (fatal, vfatal): New function prototypes.
1062 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
1063 via catch_errors.
1064 (backtrace_command): Change to call backtrace_command_stub via
1065 catch_errors instead of calling backtrace_command_1 directly.
1066 (backtrace_full_command): Ditto.
1067 * utils.c (error_stream_1): New static function.
1068 (verror): Change to call error_stream_1 instead of error_stream.
1069 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
1070 (vfatal, fatal): New functions.
1071
1072 2004-11-05 Andrew Cagney <cagney@gnu.org>
1073
1074 * stack.c (parse_frame_specification_1): Clear selected_frame_p
1075 when not using selected frame.
1076
1077 2004-11-05 Mark Kettenis <kettenis@jive.nl>
1078
1079 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
1080 personality routine in a CIE augmentation.
1081
1082 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
1083
1084 * stack.c (set_current_sal_from_frame): New function.
1085 (print_args_stub): Use it.
1086 (print_frame_info): Don't set sal here.
1087
1088 2004-11-04 Mark Kettenis <kettenis@gnu.org>
1089
1090 * dwarf2-frame.c (read_encoded_value): Change type of third
1091 argument to `unsigned char *'. Add support for LEB128 encodings.
1092
1093 2004-11-04 Jim Blandy <jimb@redhat.com>
1094
1095 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
1096 prevent cross-objfile references.
1097 (make_cv_type): Doc fix. Don't create cross-objfile references,
1098 even for stub types.
1099 (replace_type): Add assertion to prevent cross-objfile references.
1100 (check_typedef): Never resolve a stub type by copying over a type
1101 from another file.
1102
1103 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
1104
1105 * Makefile.in (m32r-tdep.o): Update dependencies.
1106 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
1107 ABI-specific overrides.
1108
1109 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
1110
1111 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
1112 unnecessary parallel execution bit.
1113 (m32r_memory_remove_breakpoint): Ditto.
1114 (m32r_breakpoint_from_pc): Update.
1115
1116 2004-11-03 Randolph Chung <tausq@debian.org>
1117
1118 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
1119 frame_func_unwind to locate the unwind entry.
1120 (hppa_frame_this_id): Likewise.
1121
1122 2004-11-03 Andrew Cagney <cagney@gnu.org>
1123
1124 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
1125 packet, obsolete configurations, end-of-life deprecated_registers.
1126
1127 2004-11-02 Mark Kettenis <kettenis@gnu.org>
1128
1129 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
1130 encodings as well as unsigned encodings.
1131
1132 2004-11-02 Andrew Cagney <cagney@gnu.org>
1133
1134 * value.h (COERCE_VARYING_ARRAY): Delete.
1135 * valops.c (value_cast, value_slice): Delete use.
1136 * valarith.c (value_subscript, value_concat): Delete use.
1137
1138 2004-11-02 Paul Hilfinger <hilfingr@nile.gnat.com>
1139
1140 * NEWS: GDB understands GNAT Ada.
1141
1142 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
1143
1144 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
1145 (amd64-sol2-tdep.o): Add dependencies.
1146 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
1147 config/i386/sol2-64.mt: New files.
1148 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
1149 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
1150 (supply_gregset): Correct order of arguments to
1151 amd64_supply_native_gregset.
1152 (fill_gregset): Correct order of arguments to
1153 amd64_collect_native_gregset.
1154 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
1155 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
1156 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
1157 for definition of NEW_PROC_API.
1158 * configure: Regenerate.
1159
1160 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
1161
1162 * MAINTAINERS (Write After Approval): Add myself.
1163
1164 2004-11-01 Andrew Cagney <cagney@gnu.org>
1165
1166 * configure.tgt: Mark d10v-*-* as obsolete.
1167 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
1168
1169 2004-11-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1170
1171 * values.c (modify_field): Correct handling of bit-fields that
1172 don't fit in 32 bits. Use unsigned operations throughout and
1173 simplify the code a bit. Document preconditions.
1174
1175 2004-10-31 Andrew Cagney <cagney@gnu.org>
1176
1177 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1178 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1179 (in_plt_section): Delete.
1180
1181 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
1182 (mips_gdbarch_init): Do not set same.
1183
1184 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
1185 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
1186
1187 * gdbarch.sh (in_solib_call_trampoline): Delete.
1188 * gdbarch.h, gdbarch.c: Re-generate.
1189
1190 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
1191 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
1192 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
1193 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
1194 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
1195
1196 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1197
1198 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1199 (mipsnbsd_fetch_inferior_registers): Rename from
1200 fetch_inferior_registers. Make static.
1201 (mipsnbsd_store_inferior_registers): Rename from
1202 store_inferior_registers. Make static.
1203 (_initialize_mipsnbsd_nat): New function and prototype.
1204 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1205 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
1206 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
1207 inf-ptrace.o.
1208
1209 2004-10-31 Andrew Cagney <cagney@gnu.org>
1210
1211 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
1212 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
1213 delete corresponding unused function.
1214 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
1215 in_solib_call_trampoline.
1216 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1217 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1218 * config/mips/tm-nbsd.h: Ditto.
1219 * config/arm/tm-linux.h: Ditto.
1220 * config/mips/tm-linux.h: Ditto.
1221
1222 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
1223 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
1224 in_solib_call_trampoline, delete corresponding unused function.
1225 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
1226 (vaxnbsd_aout_init_abi): Ditto.
1227 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
1228 (sparc32nbsd_aout_init_abi): Ditto.
1229 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
1230 (ppc_linux_init_abi): Ditto.
1231 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
1232 (ns32knbsd_init_abi_aout): Ditto.
1233 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
1234 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
1235 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
1236 (m68kbsd_aout_init_abi): Ditto.
1237 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
1238 (i386_cygwin_init_abi): Ditto.
1239 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
1240 (i386bsd_init_abi): Ditto.
1241
1242 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
1243 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
1244 isn't used by this architecture.
1245 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
1246 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
1247 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
1248 * s390-tdep.c (s390_gdbarch_init): Ditto.
1249 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
1250 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
1251 * i386-tdep.c (i386_svr4_init_abi): Ditto.
1252 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
1253 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
1254 * amd64-tdep.c (amd64_init_abi): Ditto.
1255
1256 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
1257 in_solib_call_trampoline to its default value of
1258 generic_in_solib_call_trampoline.
1259 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
1260 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
1261 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
1262 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
1263 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
1264 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
1265
1266 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
1267
1268 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
1269
1270 * config/mips/tm-mips.h: Delete file.
1271 * remote-mips.c: Delete tm-mips.h from comment.
1272 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
1273 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
1274 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
1275 * config/mips/tm-linux.h: Don't include tm-mips.h.
1276 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
1277 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
1278 * config/mips/tm-wince.h: Don't include.
1279
1280 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
1281 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
1282 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1283 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1284
1285 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
1286 * mdebugread.c (ecoff_relocate_efi): Delete function.
1287 * objfiles.c (objfile_relocate): Delete #ifdef
1288 MDEBUG_EFI_SYMBOL_NAME code.
1289
1290 2004-10-31 Orjan Friberg <organ.friberg@axis.com>
1291 Andrew Cagney <cagney@gnu.org>
1292
1293 * gdbarch.sh (single_step_through_delay): Add.
1294 * gdbarch.h, gdbarch.c: Re-generate.
1295 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
1296 (mips_step_skips_delay): Delete.
1297 * mips-tdep.c (mips_single_step_through_delay): Replace
1298 mips_step_skips_delay.
1299 (mips_gdbarch_init): Set single_step_through_delay.
1300 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
1301
1302 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1303
1304 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
1305 from TRAMP_FRAME frame type.
1306
1307 2004-10-31 Andrew Cagney <cagney@gnu.org>
1308
1309 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
1310
1311 * mips-tdep.c (mips_ignore_helper): Delete.
1312 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
1313 * infrun.c (handle_inferior_event): Delete #ifdef
1314 DEPRECATED_IGNORE_HELPER_CALL code.
1315
1316 * config/mips/tm-mips.h (RA_REGNUM): Delete.
1317
1318 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1319
1320 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
1321 (fill_fpregset): Do not compile for 64-bit systems.
1322 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
1323 * Makefile.in (i386-sol2-nat.o): Update dependencies.
1324 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
1325
1326 2004-10-30 Andrew Cagney <cagney@gnu.org>
1327
1328 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
1329 (struct mdebug_extra_func_info): Define.
1330 * config/alpha/tm-alpha.h: Delete same.
1331 * config/mips/tm-mips.h: Delete same.
1332 * mdebugread.c: Delete same.
1333 * Makefile.in: Update dependencies.
1334 * mips-mdebug-tdep.c: Include "mdebugread.h".
1335
1336 * objfiles.c: Include "mdebugread.h".
1337 * mdebugread.c: Include "mdebugread.h".
1338 (ecoff_relocate_cfi): Delete.
1339 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
1340 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
1341 * mdebugread.h (ecoff_relocate_efi): New file.
1342 * Makefile.in: Update dependencies.
1343
1344 * mips-tdep.c (struct frame_extra_info): Delete.
1345 (temp_proc_desc): Delete.
1346
1347 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1348 MIPS_EFI_SYMBOL_NAME.
1349 (mips_extra_func_info_t, mips_extra_func_info): Delete.
1350 (struct mdebug_extra_func_info): Replace struct
1351 alpha_extra_func_info and alpha_extra_func_info_t.
1352 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1353 MIPS_EFI_SYMBOL_NAME.
1354 (struct mdebug_extra_func_info): Replace struct
1355 alpha_extra_func_info and alpha_extra_func_info_t.
1356 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
1357 * mdebugread.c, alpha-mdebug-tdep.c:
1358
1359 Suggested by Mark Kettenis.
1360 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
1361 fields frame_adjust and high_addr.
1362 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
1363 (non_heuristic_proc_desc): Delete references.
1364
1365 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
1366 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
1367 * mips-tdep.c: Update.
1368
1369 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
1370 (MIPS_LAST_EMBED_REGNUM): Add.
1371 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
1372 (LAST_EMBED_REGNUM): Delete.
1373 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
1374
1375 * config/mips/tm-mips.h (PS_REGNUM): Delete.
1376 * mips-tdep.h (MIPS_PS_REGNUM): Add.
1377 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
1378 * mips-linux-nat.c: Update.
1379
1380 * mips-tdep.h: Add comments on registers.
1381 (MIPS_UNUSED_REGNUM): Define.
1382 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
1383 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
1384 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
1385 * mips-linux-nat.c, remote-mips.c: Update.
1386
1387 * config/mips/tm-mips.h (t_insn): Delete.
1388 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
1389 Replace t_insn with ULONGEST.
1390
1391 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1392
1393 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
1394 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
1395 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
1396 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1397 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
1398 (mipsnbsd_core_osabi_sniffer): New function.
1399 (mipsnbsd_init_abi): Set regset_from_core_section.
1400 (_initialize_mipsnbsd_tdep): Remove calls to
1401 deprecated_add_core_fns.
1402 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
1403 (mipsnbsd_regset_from_core_section): New functions.
1404 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
1405 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1406
1407 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
1408 Remove optimization for DEPRECATED_FP_REGNUM.
1409
1410 2004-10-30 Andrew Cagney <cagney@gnu.org>
1411
1412 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
1413 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
1414 (alpha_setup_arbitrary_frame): Delete.
1415 * mips-tdep.c (setup_arbitrary_frame): Delete.
1416 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
1417 (setup_arbitrary_frame): Delete.
1418 * stack.c (parse_frame_specification_1): When specified, call
1419 create_new_frame with two parameters. Delete #ifdef
1420 SETUP_ARBITRARY_FRAME.
1421
1422 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
1423 (MIPS_INSTLEN): Delete.
1424 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
1425 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
1426 * remote-mips.c, mips-tdep.c: Update.
1427
1428 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
1429 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
1430 * mips-tdep.c (mips_mdebug_frame_cache)
1431 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
1432 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
1433 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
1434 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
1435 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
1436 (mips_gdbarch_init): Do not append mdebug sniffers.
1437 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
1438 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
1439 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
1440 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
1441 * Makefile.in: Update dependencies.
1442
1443 * mips-tdep.h (mips_abi_regsize): Declare.
1444 * mips-tdep.c (mips_abi_regsize): Make non-static.
1445
1446 * mips-tdep.c (gdb_print_insn_mips): Simplify.
1447 (make_mips16_addr): Delete.
1448
1449 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1450
1451 * i386-sol2-nat.c: New file.
1452 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
1453 i386-sol2-tdep.c.
1454 (i386-sol2-nat.o): Update dependencies.
1455 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
1456 i386-sol2-nat.o.
1457
1458 2004-10-30 Andrew Cagney <cagney@gnu.org>
1459
1460 Total breakage identified by Joel Brobecker.
1461 * mips-tdep.c (after_prologue): Delete.
1462 (mips_skip_prologue): Use skip_prologue_using_sal.
1463 (heuristic_proc_desc): Delete, unused.
1464
1465 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1466
1467 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
1468 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
1469 Cleanup coding style.
1470
1471 2004-10-30 Andrew Cagney <cagney@gnu.org>
1472
1473 * mips-tdep.h (mips_pc_is_mips16): Declare.
1474 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
1475 non-static. Update calls.
1476
1477 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
1478 * command.h (add_setshow_enum_cmd): Declare.
1479 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
1480
1481 * mips-tdep.c (_initialize_mips_tdep): Use
1482 add_setshow_zinteger_cmd.
1483
1484 * mips-tdep.c (mips_eabi_extract_return_value)
1485 (mips_o64_extract_return_value, mips_o64_store_return_value)
1486 (return_value_location, mips_eabi_reg_struct_has_addr)
1487 (mips_eabi_use_struct_convention)
1488 (mips_eabi_store_return_value): Delete.
1489 (mips_eabi_store_return_value): New function.
1490 (mips_eabi_return_value): New function.
1491 (mips_gdbarch_init): For O64 and EABI, delete
1492 extract_return_value, store_return_value, use_struct_convention
1493 and reg_struct_has_addr, add return_value.
1494
1495 * mips-tdep.c (read_signed_register): Use
1496 regcache_cooked_read_signed.
1497
1498 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1499
1500 * mipsread.c: Cleanup coding style.
1501 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
1502 (mipscoff_symfile_finish): Remove prototypes.
1503
1504 2004-10-29 Mark Kettenis <kettenis@gnu.org>
1505
1506 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1507 (mips_mdebug_frame_cache, mips16_scan_prologue)
1508 (mips32_scan_prologue, mips_stub_frame_cache)
1509 (heuristic_proc_start, heuristic_proc_desc)
1510 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1511 (mips_n32n64_return_value, mips_o32_push_dummy_call)
1512 (mips_o32_return_value, mips_o64_push_dummy_call)
1513 (mips_step_skips_delay, mips_skip_trampoline_code)
1514 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
1515 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
1516 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
1517 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
1518 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
1519 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
1520 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
1521 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
1522 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
1523 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
1524 ZERO_REGNUM.
1525 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
1526 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
1527 ZERO_REGNUM.
1528 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
1529 A0_REGNUM.
1530 * mipsnbsd-nat.c: Include "mips-tdep.h".
1531 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
1532 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1533
1534 2004-10-29 Andrew Cagney <cagney@gnu.org>
1535
1536 * stack.c (parse_frame_specification_1): New function based on
1537 parse_frame_specification. Add message and selected_frame_p
1538 paramters. Truely always return non-NULL.
1539 (parse_frame_specification): Call parse_frame_specification_1.
1540 (frame_info): Update. Eliminate target_has_stack check.
1541 (select_frame_command): Update.
1542
1543 2004-10-29 Andrew Cagney <cagney@gnu.org>
1544
1545 * frame.h (get_selected_frame): Add message parameter.
1546 * frame.c (get_selected_frame): Add and use message parameter.
1547 * stack.c (current_frame_command, return_command, locals_info)
1548 (catch_info, args_info, up_silently_base, down_silently_base): Use
1549 get_selected_frame with an explicit message.
1550 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
1551 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
1552 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
1553 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
1554 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
1555 * breakpoint.c: Update.
1556
1557 2004-10-29 Andrew Cagney <cagney@gnu.org>
1558
1559 * trad-frame.c (trad_frame_get_prev_register): Use
1560 frame_unwind_register instead of frame_register_unwind, do not
1561 recurse the register's location.
1562 * xstormy16-tdep.c (xstormy16_frame_prev_register):
1563 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
1564 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
1565 * sh-tdep.c (sh_frame_prev_register): Ditto.
1566 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
1567 * i386-tdep.c (i386_frame_prev_register): Ditto.
1568 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
1569 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
1570
1571 2004-10-28 Mark Kettenis <kettenis@jive.nl>
1572
1573 * proc-events.c: Fix several coding-style issues. Consistently
1574 use #ifdef instead of #if defined().
1575 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
1576 ARRAY_SIZE.
1577 (_initialize_proc_events): New prototype.
1578
1579 * proc-why.c: Fix several coding-style issues.
1580 (proc_prettyfprint_why): Use ARRAY_SIZE.
1581
1582 2004-10-27 Jim Blandy <jimb@redhat.com>
1583
1584 * remote.c (fetch_register_using_p): Construct 'p' packet in a
1585 manner independent of the host byte order.
1586
1587 2004-10-27 Mark Kettenis <kettenis@gnu.org>
1588
1589 * mips-tdep.c (id_delayed): Remove prototype.
1590
1591 2004-10-26 Mark Kettenis <kettenis@gnu.org>
1592
1593 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
1594 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
1595 to enum with register numbers.
1596 (enum mips_insn_size): New enum.
1597
1598 2004-10-26 Andrew Cagney <cagney@gnu.org>
1599
1600 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
1601 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
1602 (mips_gdbarch_init): Update.
1603 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
1604
1605 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1606 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
1607 IN_SOLIB_RETURN_TRAMPOLINE.
1608 * mips-tdep.c (mips_dump_tdep): Do not print
1609 IN_SOLIB_RETURN_TRAMPOLINE.
1610 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
1611 (mips_gdbarch_init): Update.
1612
1613 * mips-tdep.h (mips_software_single_step): Move to here ...
1614 * config/mips/tm-mips.h: ... from here.
1615 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
1616 (SOFTWARE_SINGLE_STEP): Delete.
1617 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
1618
1619 2004-10-25 Andrew Cagney <cagney@gnu.org>
1620
1621 * NEWS: Add Changes since GDB 6.3 section.
1622
1623 2004-10-23 Andreas Schwab <schwab@suse.de>
1624
1625 * ada-lang.c (grow_vect): Return the new array instead of
1626 expecting pointer to pointer to avoid violation of aliasing rules.
1627 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
1628
1629 2004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
1630
1631 * s390-tdep.c (enum pv_boolean): Remove.
1632 (pv_is_array_ref): Remove.
1633 (s390_on_stack): Remove.
1634 (S390_NUM_SPILL_SLOTS): Remove.
1635 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
1636 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
1637 (s390_store): Track all stores of orginal incoming registers to the
1638 stack constant offsets relative to the CFA, instead of only tracking
1639 stores into specific spill slots.
1640 (s390_load): Likewise.
1641 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
1642 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
1643 defined as call-saved by the ABI.
1644 (s390_push_dummy_call): Use bottom of dummy call argument save area
1645 as return value, not the top. Do not store to the called function's
1646 register save area.
1647 (s390_unwind_dummy_id): Adapt accordingly.
1648
1649 2004-10-23 Andrew Cagney <cagney@gnu.org>
1650
1651 * objfiles.h (struct objfile): Rename obj_private to
1652 deprecated_obj_private, sym_private to deprecated_sym_private, and
1653 sym_stab_info to deprecated_sym_stab_info.
1654 * gdb-stabs.h: Update.
1655 * elfread.c: Update.
1656 * dbxread.c: Update.
1657 * coffread.c: Update.
1658 * xcoffread.c: Update.
1659 * symfile.c: Update.
1660 * somread.c: Update.
1661 * nlmread.c: Update.
1662 * mdebugread.c: Update.
1663 * hpread.c: Update.
1664 * coffread.c: Update.
1665
1666 2004-10-23 Mark Kettenis <kettenis@gnu.org>
1667
1668 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
1669 * configure.host: Add mips64*-*-openbsd*.
1670 * configure.tgt: Add mips64*-*-openbsd*.
1671 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
1672 mips64obsd-tdep.c.
1673 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
1674 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
1675
1676 2004-10-21 Joel Brobecker <brobecker@gnat.com>
1677
1678 * symtab.c (symbol_search_name): Minor reformatting.
1679
1680 2004-10-20 Joel Brobecker <brobecker@gnat.com>
1681
1682 * symtab.h: Fix typo in comment.
1683
1684 2004-10-19 Mark Kettenis <kettenis@gnu.org>
1685
1686 * dwarf2read.c (struct comp_unit_head): Fix coding style.
1687 (dwarf_decode_line_header): Likewise.
1688
1689 2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
1690
1691 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
1692
1693 2004-10-19 Andrew Cagney <cagney@gnu.org>
1694
1695 GDB 6.3 branch created.
1696 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
1697
1698 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1699
1700 * dwarf2read.c (set_cu_language): Set language to Ada for
1701 DW_LANG_Ada83 and DW_LANG_Ada95.
1702
1703 2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
1704
1705 From Andreas Schwab <schwab@suse.de>:
1706 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
1707 for xmalloc and xrealloc.
1708
1709 2004-10-15 Andrew Cagney <cagney@gnu.org>
1710
1711 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
1712 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
1713 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
1714 Update dependencies.
1715
1716 2004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
1717
1718 * ada-lang.c (ada_lookup_symbol): Correct comment.
1719 (ada_evaluate_subexp): Change error message for
1720 OP_FUNCALL case so as not to indicate an internal error.
1721
1722 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1723
1724 Committed by Paul Hilfinger.
1725 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
1726 type sizes in XVE/XVU types, and emit a warning when that happens,
1727 instead of rounding up the size of the resulting type.
1728 Some minor reformatting.
1729 (ada_is_aligner_type): Do not consider a type as an aligner type
1730 if there is a corresponding XVS type as well.
1731 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
1732 have several levels of pointer indirection to the array.
1733
1734 2004-10-15 Jerome Guitton <guitton@gnat.com>
1735
1736 Committed by Paul Hilfinger.
1737 * ada-lang.c (check_size): New function.
1738 (coerce_unspec_val_to_type): call check_size to make sure
1739 that the object size is reasonable.
1740 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
1741 Implements the case when we get a reference when we evaluate
1742 the expression of one of the bounds of the slice.
1743 (ada_value_struct_elt): when a packed array field is
1744 a reference, use ada_coerce_ref to dereference it; use
1745 ada_value_ind only if it is a pointer.
1746
1747 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1748
1749 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
1750 a bit to avoid the necessity of an advance declaration. Remove
1751 declaration.
1752 (set_reg_offset): Move implemenation up.
1753 (mips16_get_imm): Likewise.
1754 (mips16_scan_prologue): Likewise.
1755 (reset_saved_regs): Likewise.
1756 (mips32_scan_prologue): Likewise.
1757
1758 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1759
1760 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
1761 Remove sp as a parameter, compute it internally instead. Move
1762 prologue scanning limit from heuristic_proc_desc to here.
1763 (mips16_scan_prologue): Likewise.
1764 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
1765 by call to mips16_scan_prologue.
1766 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
1767 by call to mips32_scan_prologue.
1768 (heuristic_proc_desc): Remove code that's no longer necessary.
1769 Update calls to mips16_scan_prologue and mips32_scan_prologue.
1770 (mips_skip_prologue): Update calls to mips16_scan_prologue
1771 and mips32_scan_prologue.
1772
1773 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1774
1775 * mips-tdep.c (mips16_scan_prologue): Merge code from
1776 mips16_skip_prologue. Now return the address of the first
1777 instruction past the function prologue.
1778 (mips16_skip_prologue): Remove, no longer necessary.
1779 (mips_skip_prologue): Replace call to mips16_skip_prologue
1780 by call to mips16_scan_prologue.
1781
1782 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1783
1784 * mips-tdep.c (mips32_scan_prologue): Merge code from
1785 mips32_skip_prologue. Now return the address of the first
1786 instruction past the function prologue.
1787 (mips32_skip_prologue): Remove. No longer necessary.
1788 (mips16_skip_prologue): Add parameter end_pc instead of
1789 computing it.
1790 (mips_skip_prologue): Compute the upper limit for the
1791 prologue scanning. Update call to mips16_skip_prologue.
1792 Replace call to mips32_skip_prologue by call to
1793 mips32_scan_prologue.
1794
1795 2004-10-14 Mark Kettenis <kettenis@gnu.org>
1796
1797 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1798 NetBSD system call stubs that store %rp in the ERP slot of the
1799 stack frame.
1800
1801 * source.c: Always define O_BINARY to 0 if not defined already.
1802 (openp): Unconditionally use O_BINARY.
1803
1804 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1805 * event-top.c (gdb_readline2): Likewise.
1806
1807 2004-10-14 Orjan Friberg <orjanf@axis.com>
1808
1809 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1810 deprecated_add_core_fns which was removed by mistake.
1811
1812 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1813
1814 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1815 references to deprecated_registers[] with equivalent code.
1816
1817 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1818
1819 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1820 ``deprecated_registers'' with equivalent code. Use gdb_assert()
1821 instead of explicit test and print statement.
1822
1823 2004-10-12 Mark Kettenis <kettenis@gnu.org>
1824
1825 * sparc-nat.c: Include "inf-ptrace.h".
1826 (sparc_target): New function.
1827 * sparc-nat.h: Update copyright year.
1828 (sparc_target): New prototype.
1829 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1830 (_initialize_sparcnbsd_nat): Construct and add target vector.
1831 * sparc64nbsd-nat.c: Include "target.h".
1832 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1833 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1834 Update dependencies.
1835 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1836 inftarg.o, add inf-ptrace.o.
1837 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1838 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1839 (NAT_FILE): Set to nm-bsd.h.
1840 (LOADLIBES): New variable.
1841 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1842 infarg.o, add inf-ptrace.o.
1843 * config/sparc/nm-nbsdaout.h: Remove file.
1844 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1845 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1846 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1847
1848 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1849 "fopen-same.h". Update comment.
1850
1851 2004-10-11 Mark Kettenis <kettenis@gnu.org>
1852
1853 * i386gnu-nat.c: Include "gdb_string.h".
1854 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1855 registers when the floating-point state isn't initialized.
1856 * Makefile.in (i386gnu-nat.o): Update dependencies.
1857
1858 2004-10-11 David Anderson <davea@sgi.com>
1859
1860 * regcache.c (regcache_raw_read): Comment was missing "to".
1861 Extraneous ' removed.
1862 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1863 comment now describes use.
1864
1865 2004-10-11 Orjan Friberg <orjanf@axis.com>
1866
1867 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1868 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1869 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1870 (cris_sigtramp_frame_sniffer): New functions.
1871 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1872 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1873 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1874 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1875 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1876 command.
1877 (cris_version_update): Remove, replace with ...
1878 (set_cris_version): New function.
1879 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1880 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1881 (_initialize_cris_tdep): Remove CRIS mode command.
1882 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1883 cris-fpless-backtrace command.
1884 (cris_scan_prologue): Fix prologue scanning limit.
1885 (cris_register_type): Update to reflect actual registers.
1886 (cris_register_bytes_ok) Remove.
1887 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1888 Remove set_gdbarch_deprecated_register_size,
1889 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1890
1891 2004-10-10 Andrew Cagney <cagney@gnu.org>
1892
1893 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1894 comment.
1895
1896 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1897
1898 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1899
1900 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1901
1902 * mips-tdep.c (mips16_scan_prologue): Renames
1903 mips16_heuristic_proc_desc. Update comment.
1904 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1905 (heuristic_proc_desc): Update calls to the 2 functions above.
1906
1907 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1908
1909 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1910 Update comments. Also immediately return empty cache when the start
1911 address of our function could not be found.
1912 (mips_insn32_frame_cache): Likewise.
1913
1914 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1915
1916 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1917 (mips_insn16_frame_cache): Pass frame cache in call to
1918 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1919 Remove code that became redundant as a consequence.
1920 (mips32_heuristic_proc_desc): No longer compute a fake
1921 procedure descriptor. Compute the full frame cache instead.
1922 Some minor comment reformatting.
1923
1924 2004-10-10 Jim Blandy <jimb@redhat.com>
1925
1926 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1927 reader, tracing bytecode stuff): Remove self.
1928
1929 2004-10-10 Mark Kettenis <kettenis@gnu.org>
1930
1931 * sparc64-linux-tdep.c: Update copyright year. Don't include
1932 "solib-svr4.h".
1933 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1934 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1935 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1936
1937 * sparc-linux-tdep.c: Update copyright year.
1938 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1939 to struct frame_info *. Use safe_frame_unwind_memory instead of
1940 deprecated_read_memory_nobpt.
1941 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1942 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
1943 changed signature of sparc_linux_sigtramp_start.
1944 (sparc32_linux_pc_in_sigtramp): Remove function.
1945 (sparc32_linux_sigtramp_p): New function.
1946 (sparc32_linux_sigtramp_frame_sniffer): Use
1947 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1948
1949 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1950 Remove function.
1951 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1952
1953 * ada-lang.c (lim_warning): Re-implement as a varargs function.
1954 (decode_packed_array_type, value_subscript_packed)
1955 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1956 argument in call to lim_warning.
1957
1958 * configure.in: Really disable the TUI if an enhanced curses
1959 library isn't found.
1960 * configure: Regenerate.
1961
1962 2004-10-09 Mark Kettenis <kettenis@gnu.org>
1963
1964 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1965 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1966 * config/i386/nm-nbsdaout.h: Remove file.
1967 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1968 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1969 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1970 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1971 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1972 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1973 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1974 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1975 (ldd, ld_un, ld_2): Remove defines.
1976 * config/i386/nm-obsd.h: Likewise.
1977
1978 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
1979
1980 * ada-lex.l: Remove useless rule whose right-context clause
1981 causes unreferenced static function warning for yyrealloc.
1982 (ada_flex_use): Remove the artificial reference to yyrealloc.
1983
1984 2004-10-08 Andrew Cagney <cagney@gnu.org>
1985
1986 * target.h (struct target_ops): Rename to_xfer_memory to
1987 deprecated_xfer_memory.
1988 * target.c: Update.
1989 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1990 * wince.c: Update.
1991 * win32-nat.c: Update.
1992 * v850ice.c: Update.
1993 * uw-thread.c: Update.
1994 * thread-db.c: Update.
1995 * sol-thread.c: Update.
1996 * remote.c: Update.
1997 * remote-vx.c: Update.
1998 * remote-st.c: Update.
1999 * remote-sim.c: Update.
2000 * remote-sds.c: Update.
2001 * remote-rdp.c: Update.
2002 * remote-rdi.c: Update.
2003 * remote-mips.c: Update.
2004 * remote-m32r-sdi.c: Update.
2005 * remote-e7000.c: Update.
2006 * procfs.c: Update.
2007 * ppc-bdm.c: Update.
2008 * nto-procfs.c: Update.
2009 * monitor.c: Update.
2010 * linux-nat.c: Update.
2011 * inftarg.c: Update.
2012 * hpux-thread.c: Update.
2013 * go32-nat.c: Update.
2014 * gnu-nat.c: Update.
2015 * exec.c: Update.
2016 * corelow.c: Update.
2017 * bsd-kvm.c: Update.
2018 * aix-thread.c: Update.
2019
2020 2004-10-08 Andrew Cagney <cagney@gnu.org>
2021
2022 * target.c (debug_target): Move to near start of file.
2023 (target_stopped_data_address_p): Re-org logic, add casts.
2024
2025 2004-10-02 Mark Kettenis <kettenis@gnu.org>
2026
2027 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
2028 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
2029 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
2030 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
2031 New defines.
2032
2033 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
2034
2035 * target.h (to_stopped_data_address): Change prototype to
2036 take a CORE_ADDR pointer and return an int.
2037 * target.c (update_current_target): Change to_stopped_data_address
2038 to match new prototype.
2039 (debug_to_stopped_data_address): Change appropriately.
2040 * breakpoint.c (bpstat_stop_status): Change call to
2041 target_stopped_data_address to use new prototype.
2042 * frv-tdep.c (frv_have_stopped_data_address): New function.
2043 (frv_stopped_data_address): Change to new prototype and
2044 functionality.
2045 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
2046 prototype and functionality.
2047 (ia64_stopped_by_watchpoint): New function.
2048 * i386-nat.c (i386_stopped_data_address): Change to new
2049 prototype and functionality.
2050 (i386_stopped_by_watchpoint): New function.
2051 * remote.c (remote_stopped_data_address): Change to new prototype
2052 and functionality.
2053 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
2054 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
2055 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
2056 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
2057 new i386_stopped_by_watchpoint function.
2058 (i386_stopped_by_watchpoint): New prototype.
2059 (i386_stoppped_data_address): Change to new prototype.
2060 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
2061 new ia64_stopped_by_watchpoint function.
2062 (ia64_stopped_by_watchpoint): New prototype.
2063 (ia64_stopped_data_address): Ditto.
2064
2065 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
2066
2067 * ada-typeprint.c (ada_print_type): Use int_string for printing
2068 modulus of modular type.
2069 * ada-lang.h (ada_modulus): Change return type to unsigned.
2070 * ada-lang.c (ada_language_arch_info): Correct type of
2071 string_char_type.
2072 (ada_modulus): Return unsigned result.
2073 (ada_lookup_symbol): Remove user disambiguation and modify comment
2074 accordingly.
2075
2076 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
2077
2078 Committed by Paul Hilfinger.
2079 * ada-lang.c (decode_packed_array): On big-endian targets,
2080 left-justify the value if it comes with a modular type.
2081
2082 2004-10-08 Joel Brobecker <brobecker@gnat.com>
2083
2084 Committed by Paul Hilfinger.
2085 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
2086 (is_name_suffix): Add support for "___JM" suffixes.
2087 (ada_check_typedef): Renames ada_completed_type.
2088 Update all users of CHECK_TYPEDEF, check_typedef, and
2089 ada_complete_type to call ada_check_typedef.
2090 * ada-typeprint.c: Likewise.
2091 * ada-valprint.c: Likewise.
2092
2093 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
2094
2095 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
2096
2097 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
2098
2099 * MAINTAINERS: Update e-mail address.
2100
2101 2004-10-07 Daniel Jacobowitz <dan@debian.org>
2102
2103 From Maciej W. Rozycki <macro@mips.com>:
2104 * mips-tdep.c (mips32_next_pc): Check the register's contents,
2105 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
2106
2107 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
2108
2109 * m32r-tdep.c (decode_prologue): Support functions written
2110 in assembler language. Recognize trap instructions as the
2111 end of prologue.
2112 (m32r_frame_unwind_cache): Ditto.
2113 (m32r_skip_prologue): Extend search limit. Quit analyzing
2114 prologue if pc's location is not readable.
2115
2116 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
2117
2118 * Makefile.in (.l.c): Do conversions of names of alloc and free
2119 functions that are done for .y.c files, plus special one
2120 for yy_flex_realloc. Also, correct missing-file tests here.
2121 * ada-lex.l (malloc, free): Remove macros.
2122 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
2123 xrealloc.
2124 (ada_flex_use): Dummy definition to remove warnings about unused
2125 functions.
2126 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
2127 to suppress warning.
2128
2129 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2130
2131 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
2132 RETURN_VALUE.
2133 (sh_return_value_fpu): Ditto for CPUs with FPU.
2134 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
2135 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
2136 Install sh_return_value_nofpu resp. sh_return_value_fpu as
2137 RETURN_VALUE functions.
2138
2139 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2140
2141 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
2142 (sh_pseudo_register_write): Ditto.
2143
2144 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2145
2146 * sh-tdep.c (IS_MACL_STS): New define.
2147 (IS_MOVI20): Ditto.
2148 (IS_MACL_LDS): Ditto.
2149 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
2150 instructions in prologue.
2151 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
2152 instructions in epilogue.
2153
2154 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2155
2156 * sh-tdep.c (SH_NUM_REGS): Define as 67.
2157 (sh_sh_register_name): Add eight empty register names.
2158 (sh_sh3_register_name): Ditto.
2159 (sh_sh3e_register_name): Ditto.
2160 (sh_sh2e_register_name): Ditto.
2161 (sh_sh2a_register_name): New function, defining SH2A register set.
2162 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
2163 in nofpu case.
2164 (sh_sh_dsp_register_name): Add eight empty register names.
2165 (sh_sh3_dsp_register_name): Ditto.
2166 (sh_sh4_register_name): Ditto.
2167 (sh_sh4_nofpu_register_name): Ditto.
2168 (sh_sh4al_dsp_register_name): Ditto.
2169 (sh2a_show_regs): New function.
2170 (sh2a_nofpu_show_regs): New function.
2171 (sh_sh2a_register_type): New function.
2172 (do_bank_register_info): New function.
2173 (sh_print_pseudo_register): Call do_bank_register_info.
2174 Call sh_print_pseudo_register for valid "bank" register.
2175 (sh_sh2a_register_sim_regno): New function.
2176 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
2177 Increment pseudo register count by one for all sh variants with
2178 pseudo registers to accomodate pseudo bank register.
2179 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
2180 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
2181 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
2182 Increment pseudo register numbers.
2183
2184 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2185
2186 * dwarf2read.c (read_subroutine_type): Call make_function_type
2187 instead of lookup_function_type.
2188
2189 2004-10-05 Jim Blandy <jimb@redhat.com>
2190
2191 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
2192 (Previous change missed some uses.)
2193
2194 2004-10-05 Andrew Cagney <cagney@gnu.org>
2195
2196 * target.h (deprecated_child_ops): Rename child_ops.
2197 * wince.c: Update copyright. Rename child_ops.
2198 * win32-nat.c: Rename child_ops.
2199 * target.c: Rename child_ops.
2200 * rs6000-nat.c: Rename child_ops.
2201 * linux-nat.c: Rename child_ops.
2202 * infttrace.c: Rename child_ops.
2203 * inftarg.c: Rename child_ops.
2204 * infptrace.c: Rename child_ops.
2205 * hppah-nat.c: Update copyright. Rename child_ops.
2206 * hpux-thread.c: Update copyright. Rename child_ops.
2207
2208 2004-10-05 Daniel Jacobowitz <dan@debian.org>
2209
2210 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
2211
2212 2004-10-05 Andrew Cagney <cagney@gnu.org>
2213
2214 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
2215
2216 2004-10-05 Daniel Jacobowitz <dan@debian.org>
2217
2218 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
2219 (die_ref_table): Remove.
2220 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
2221 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
2222 the usage of this type.
2223 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
2224 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
2225 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
2226 (dwarf2_create_include_psymtab): Update comment.
2227 (find_partial_die): Remove third argument. Remove unreachable call
2228 to error ().
2229 (dwarf2_find_containing_comp_unit): Update comments. Change one
2230 assertion to an error. Remove an unreachable error.
2231 (dwarf2_find_comp_unit): Update comments.
2232 (type_at_offset): Remove dead code.
2233 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
2234 (store_in_ref_table): Add CU argument.
2235 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
2236 inter-compilation-unit references.
2237 (load_full_comp_unit, process_full_comp_unit): New functions, based
2238 on psymtab_to_symtab_1.
2239 (psymtab_to_symtab_1): Use them.
2240 (dwarf2_add_dependence): New function.
2241 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
2242 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
2243 (partial_die_parent_scope, guess_structure_name): Update for changes
2244 to find_partial_die.
2245 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
2246 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
2247 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
2248 (read_die_and_children): Update call to store_in_ref_table.
2249 (do_free_die_list_cleanup): Remove.
2250 (fixup_partial_die): Update for changes to find_partial_die.
2251 (read_full_die): Handle queueing absolute references.
2252 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
2253 (dwarf2_attr, die_specification, die_type)
2254 (die_containing_type, dwarf2_extension): Update calls to
2255 follow_die_ref.
2256 (dump_die): Update DW_FORM_ref* handling.
2257 (dwarf2_get_ref_die_offset): Likewise.
2258 (free_one_comp_unit): Release the dies list.
2259 (dwarf2_mark_helper): New function.
2260 (dwarf2_mark): Use it.
2261
2262 2004-10-05 Mark Kettenis <kettenis@jive.nl>
2263
2264 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
2265 when writing to memory.
2266
2267 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
2268
2269 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
2270 (m32r_extract_struct_value_address): Delete function.
2271 (m32r_return_value): New function.
2272 (m32r_gdbarch_init): Instead of store_return_value,
2273 extract_return_value, deprecated_extract_struct_value_address
2274 and deprecated_use_struct_convention, set return_value.
2275
2276 2004-10-03 Daniel Jacobowitz <dan@debian.org>
2277
2278 * dwarf2read.c (read_subrange_type): Add comment for variable
2279 sized arrays.
2280
2281 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
2282
2283 * Makefile.in (.l.c): Modify rule for compatibility with recent
2284 versions of flex, and remove most command-line options.
2285 * ada-lex.l: Add %options line in place of -I -i and -s command-line
2286 options.
2287
2288 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
2289
2290 Turn on initial Ada support (mainly expression evaluation).
2291
2292 * Makefile.in (SFILES): Remove ada-tasks.c.
2293 (HFILES_NO_SRCDIR): Add ada-lang.h.
2294 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
2295 (YYOBJ): Add ada-exp.o.
2296 (rule .l.c): Generalize to not mention ada.
2297 * symtab.c: Include ada-lang.h.
2298 (symbol_natural_name, symbol_demangled_name)
2299 (symbol_search_name): Add Ada case.
2300
2301 2004-10-01 Andrew Cagney <cagney@gnu.org>
2302
2303 * Makefile.in (COMMON_OBS): Add inf-child.o.
2304 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
2305 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2306 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2307 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
2308 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
2309 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
2310 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
2311 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
2312 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2313 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2314 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
2315 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
2316 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
2317
2318 * target.c (xfer_using_stratum): Change return type to LONGEST.
2319 On each iteration offset, readbuf and writebuf.
2320 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
2321 partial_length, and read/modify/write predicate, update comments.
2322 Pass buffer.word to ptrace write.
2323
2324 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2325
2326 * symfile.c (init_filename_language_table): Add extensions for
2327 Ada.
2328 * defs.h (enum language): Add language_ada.
2329 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
2330 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
2331 (add_symbols_from_enclosing_procs): Make a no-op for now.
2332 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
2333 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
2334 (find_line_in_linetable, find_next_line_in_linetable)
2335 (read_all_symtabs, is_plausible_func_for_line)
2336 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
2337 (is_runtime_sym_defined, check_size): Remove declaration.
2338 (function_name_from_pc, ada_translate_error_message)
2339 (ada_lookup_minimal_symbol): Remove definition.
2340 (ada_add_block_symbols): Remove useless label.
2341 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
2342 useless declaration.
2343 (ada_is_exception_sym): Likewise.
2344
2345 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
2346
2347 Add m32r-linux support.
2348 * configure.tgt: Add m32r*-*-linux*.
2349 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
2350 and m32r-linux-tdep.c.
2351 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
2352 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
2353 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
2354 m32r-linux-tdep.c.
2355 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
2356 config/m32r/linux.mh, config/m32r/linux.mt,
2357 config/m32r/nm-linux.h: New files.
2358
2359 2004-09-30 Joel Brobecker <brobecker@gnat.com>
2360
2361 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
2362 (mips32_fetch_instruction): Remove, unused.
2363
2364 2004-09-30 Joel Brobecker <brobecker@gnat.com>
2365
2366 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
2367 conditions that will always be true.
2368
2369 2004-09-30 Mark Kettenis <kettenis@gnu.org>
2370
2371 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
2372 (vaxbsd_fetch_inferior_registers): Rename from
2373 fetch_inferior_registers. Make static.
2374 (vaxbsd_store_inferior_registers): Rename from
2375 store_inferior_registers. Make static.
2376 (_initialize_vaxbsd_nat): Construct and add target vector.
2377 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2378 inftarg.o. Add inf-child.o and inf-ptrace.o.
2379 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2380 inftarg.o. Add inf-child.o and inf-ptrace.o.
2381 (NAT_FILE): Remove.
2382 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
2383 inftarg.o. Add inf-child.o and inf-ptrace.o.
2384 (NAT_FILE): Remove.
2385 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2386
2387 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
2388 (m88kbsd_fetch_inferior_registers): Rename from
2389 fetch_inferior_registers. Make static.
2390 (m88kbsd_store_inferior_registers): Rename from
2391 store_inferior_registers. Make static.
2392 (_initialize_m88kbsd_nat): New prototype and function.
2393 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
2394 inftarg.o. Add inf-child.o and inf-ptrace.o.
2395 (NAT_FILE): Remove.
2396 * Makefile.in (m88kbsd-nat.o): Update dependencies.
2397
2398 2004-09-30 Andrew Cagney <cagney@gnu.org>
2399
2400 * target.c (target_xfer_partial): New function.
2401 (target_read_memory_partial, target_write_memory_partial)
2402 (default_xfer_partial, target_read_partial, target_write_partial)
2403 (xfer_using_stratum): Use.
2404 (debug_to_xfer_partial): Delete function.
2405 (setup_target_debug): Do not override to_xfer_partial.
2406
2407 2004-09-30 Mark Kettenis <kettenis@chello.nl>
2408
2409 * fork-child.c: Update copyright year. Fix coding style.
2410
2411 2004-09-29 Mark Kettenis <kettenis@gnu.org>
2412
2413 * defs.h (msavestring, mstrsave): Remove prototypes.
2414 * utils.c (msavestring, mstrsave): Remove functions.
2415 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
2416 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
2417 of mstrsave.
2418 * source.c (find_and_open_source): Use xstrdup instead of
2419 mstrsave.
2420
2421 2004-09-30 Andrew Cagney <cagney@gnu.org>
2422
2423 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
2424 (inf_ptrace_xfer_memory): Delete.
2425 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
2426 (target_read_memory, target_write_memory): Use xfer_using_stratum
2427 when target_xfer_partial_p.
2428 (debug_target): Move to start of file.
2429 (target_read_memory_partial, target_write_memory_partial): Use
2430 to_xfer_partial when target_xfer_partial_p.
2431
2432 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
2433 inf_ptrace_xfer_memory with equivalent code.
2434 * inftarg.c (child_xfer_partial): When performing a write, pass
2435 writebuf to child_xfer_memory.
2436
2437 * target.c (target_read_string): Use target_read_memory instead of
2438 target_xfer_memory.
2439
2440 2004-09-29 Andrew Cagney <cagney@gnu.org>
2441
2442 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
2443 the address of status.
2444
2445 * infptrace.c (ptrace_wait): Mention problem with HPUX.
2446 (kill_inferior): Inline ptrace_wait call.
2447 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
2448 * inftarg.c (child_wait): Inline ptrace_wait call.
2449
2450 * target.h (struct target_ops): Delete field to_post_wait.
2451 (target_post_wait): Delete macro.
2452 (child_post_wait): Delete declaration.
2453 * target.c (update_current_target, update_current_target)
2454 (debug_to_post_wait, setup_target_debug): Delete functions and
2455 references.
2456 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
2457 * inftarg.c (child_post_wait): Delete.
2458 (init_child_ops): Do not set to_post_wait.
2459 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
2460 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
2461 * inf-child.c (inf_child_post_wait): Delete.
2462 (inf_child_target): Do not set to_post_wait.
2463 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
2464 (inf_ptrace_target): Do not set to_post_wait.
2465
2466 * wince.c (child_ops): Delete.
2467 * win32-nat.c (child_ops): Delete.
2468
2469 * inftarg.c (inftarg_set_find_memory_regions)
2470 (inftarg_set_make_corefile_notes): Delete functions.
2471 (_initialize_linux_nat): Inline calls.
2472
2473 * target.h (child_ops): Declare.
2474 * inftarg.c (child_ops): Move from here ...
2475 * target.c (child_ops): ... to here.
2476 * wince.c (child_ops): Delete extern declaration.
2477 * win32-nat.c (child_ops): Delete extern declaration.
2478 * linux-nat.c (child_ops): Delete extern declaration.
2479 * hpux-thread.c (child_ops): Delete extern declaration.
2480
2481 2004-09-28 Mark Kettenis <kettenis@gnu.org>
2482
2483 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
2484
2485 2004-09-28 Mark Kettenis <kettenis@gnu.org>
2486
2487 * configure.in: Only set host_makefile_frag when building a native
2488 debugger.
2489 * configure: Regenerate.
2490
2491 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
2492 for OpenBSD ELF.
2493
2494 2004-09-28 Andrew Cagney <cagney@gnu.org>
2495
2496 Problem identified by Paul Hilfinger.
2497 * Makefile.in (ada_lex_c): Define.
2498 (ada-lex.o): Delete rule.
2499
2500 * linux-proc.c: Delete file.
2501 * Makefile.in: Update.
2502 * config/sparc/linux64.mh (NATDEPFILES):
2503 * config/sparc/linux.mh (NATDEPFILES): Update.
2504 * config/s390/s390.mh (NATDEPFILES): Update.
2505 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
2506 * config/powerpc/linux.mh (NATDEPFILES): Update.
2507 * config/pa/linux.mh (NATDEPFILES): Update.
2508 * config/mips/linux.mh (NATDEPFILES): Update.
2509 * config/m68k/linux.mh (NATDEPFILES): Update.
2510 * config/ia64/linux.mh (NATDEPFILES): Update.
2511 * config/i386/linux64.mh (NATDEPFILES): Update.
2512 * config/i386/linux.mh (NATDEPFILES): Update.
2513 * config/arm/linux.mh (NATDEPFILES): Update.
2514 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
2515 * linux-nat.c: Update copyright. Include <sys/param.h>,
2516 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
2517 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
2518 (O_LARGEFILE): Possibly define.
2519 (_initialize_linux_nat, linux_proc_pending_signals)
2520 (add_line_to_sigset, linux_proc_xfer_memory)
2521 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
2522 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
2523 (struct linux_corefile_thread_data)
2524 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
2525 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
2526
2527 2004-09-16 Andrew Cagney <cagney@gnu.org>
2528
2529 * lin-lwp.c: Delete file.
2530 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
2531 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
2532 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
2533 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
2534 (linux_nat_attach, detach_callback, linux_nat_detach)
2535 (resume_callback, resume_clear_callback, linux_nat_resume)
2536 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
2537 (stop_wait_callback, linux_nat_has_pending, flush_callback)
2538 (status_callback, running_callback, count_events_callback)
2539 (select_singlestep_lwp_callback, select_event_lwp_callback)
2540 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
2541 (child_wait, stop_and_resume_callback, linux_nat_wait)
2542 (kill_callback, kill_wait_callback, linux_nat_kill)
2543 (linux_nat_create_inferior, linux_nat_mourn_inferior)
2544 (linux_nat_xfer_memory, linux_nat_thread_alive)
2545 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
2546 (_initialize_linux_nat): New functions.
2547 * Makefile.in: Update all dependencies.
2548 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2549 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2550 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
2551 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2552 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2553 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2554 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2555 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2556 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2557 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2558 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2559 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2560 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2561
2562 2004-09-27 Mark Kettenis <kettenis@gnu.org>
2563
2564 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
2565 config/i386/obsd64.mh (NAT_FILE): Remove variable.
2566
2567 * configure.in: Don't comment out NATDEPFILES in the generated
2568 Makefile if NAT_FILE is unset.
2569 * configure: Regenerate.
2570
2571 2004-09-27 Andrew Cagney <cagney@gnu.org>
2572
2573 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
2574 (insert_step_resume_breakpoint): Delete.
2575 (insert_step_resume_breakpoint_at_frame): New function.
2576 (insert_step_resume_breakpoint_at_sal): New function.
2577 (handle_inferior_event, step_into_function)
2578 (insert_step_resume_breakpoint): Simplify by using same.
2579
2580 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
2581
2582 2004-09-26 Mark Kettenis <kettenis@gnu.org>
2583
2584 * fbsd-proc.c: Remove file.
2585 * Makefile.in (fbsd-proc.o): Remove dependency.
2586
2587 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
2588 code together.
2589
2590 * config/i386/nm-fbsd64.h: Remove file.
2591 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2592
2593 2004-09-26 Mark Kettenis <kettenis@gnu.org>
2594
2595 * amd64-nat.h: Update copyright year.
2596 (amd64bsd_target): New prototype.
2597 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
2598 (amd64bsd_target): New function.
2599 (amd64bsd_fetch_inferior_registers): Rename from
2600 fetch_inferior_registers. Make static.
2601 (amd64bsd_store_inferior_registers): Rename from
2602 store_inferior_registers. Make static.
2603 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
2604 (_initialize_amd64fbsd_nat): Construct and add target vector.
2605 * amd64nbsd-nat.o: Include "target.h".
2606 (_initialize_amd64nbsd_nat): Construct and add target vector.
2607 * amd64obsd-nat.c: Include "target.h".
2608 (_initialize_amd64obsd_nat): Construct and add target vector.
2609 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
2610 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
2611 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
2612 fbsd-nat.o.
2613 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
2614 Remove infptrace.o and inftarg.o. Add inf-child.o and
2615 inf-ptrace.o.
2616 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
2617 (amd64obsd-nat.o): Update dependencies.
2618
2619 2004-09-25 Mark Kettenis <kettenis@gnu.org>
2620
2621 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
2622 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
2623 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
2624 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
2625 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
2626
2627 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
2628 Inline attach call.
2629 (inf_ptrace_detach): Inline detach call.
2630
2631 * configure.in: Check for waddstr instead of mvwaddstr when
2632 searching for curses library. Check for wborder.
2633 * configure, config.in: Regenerate.
2634 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
2635 available.
2636
2637 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
2638
2639 2004-09-24 Robert Picco <Robert.Picco@hp.com>
2640
2641 Committed by Andrew Cagney.
2642 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
2643 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
2644 configuration.
2645 (fetch_register_using_p): Implement 'p' packet. Based on code by
2646 Fernando Nasser.
2647 (remote_fetch_registers): Call fetch_register_using_p.
2648 (init_all_packet_configs, show_remote_cmd)
2649 (_initialize_remote): Add p-packet.
2650
2651 2004-09-24 Mark Kettenis <kettenis@gnu.org>
2652
2653 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
2654 instead of call_ptrace. Call wait directly instead of
2655 ptrace_wait.
2656 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
2657 (inf_ptrace_wait): Inline ptrace_wait call.
2658
2659 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2660
2661 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
2662 rolled back instead.
2663
2664 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2665
2666 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
2667 the new argument order.
2668
2669 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
2670
2671 * MAINTAINERS: Remove "broken" from XStormy16 entry.
2672 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
2673 (struct gdbarch_tdep): Remove.
2674 (struct xstormy16_frame_cache): New frame cache structure.
2675 (xstormy16_register_byte, xstormy16_register_raw_size)
2676 (xstormy16_reg_virtual_type, xstormy16_register_type)
2677 (xstormy16_push_arguments, xstormy16_push_return_address)
2678 (xstormy16_pop_frame, xstormy16_store_struct_return)
2679 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
2680 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
2681 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
2682 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
2683 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
2684 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
2685 (xstormy16_use_struct_convention): Drop gcc_p parameter.
2686 (xstormy16_extract_return_value, xstormy16_store_return_value):
2687 Regcachify. Drop useless struct convention handling.
2688 (xstormy16_register_type, xstormy16_return_value)
2689 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
2690 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
2691 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
2692 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
2693 (xstormy16_unwind_sp, xstormy16_unwind_pc)
2694 (xstormy16_unwind_dummy_id) : New functions.
2695 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
2696 of xstormy16_scan_prologue.
2697 (xstormy16_frame_unwind): New frame_unwind structure.
2698 (xstormy16_frame_base): New frame_base structure.
2699 (xstormy16_gdbarch_init): Accomodate all of the above changes.
2700 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
2701
2702 2004-09-22 Mark Kettenis <kettenis@gnu.org>
2703
2704 * language.c (language_gdbarch_post_init): Fix off-by one error.
2705
2706 2004-09-21 Daniel Jacobowitz <dan@debian.org>
2707
2708 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
2709 (struct dwarf2_offset_and_type): New.
2710 (set_die_type, reset_die_and_siblings_types, get_die_type)
2711 (offset_and_type_hash, offset_and_type_eq): New functions.
2712 (read_structure_type, read_enumeration_type, read_array_type)
2713 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
2714 (read_tag_reference_type, read_tag_const_type)
2715 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
2716 (read_typedef, read_base_type, read_subrange_type): Use
2717 set_die_type.
2718
2719 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2720
2721 * Makefile.in (dwarf2read.o): Update dependencies.
2722 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
2723 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
2724 and read_in_chain.
2725 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
2726 mark, and has_form_ref_addr.
2727 (struct dwarf2_per_cu_data): New.
2728 (dwarf2_max_cache_age): New.
2729 (dwarf2_build_psymtabs_hard): Free cached compilation units
2730 after loading. Create and manage the list of compilation units.
2731 Remove unnecessary NULL initialization. Fix indentation.
2732 (psymtab_to_symtab_1): Initialize all of CU.
2733 (dwarf2_read_abbrevs): Set has_form_ref_addr.
2734 (find_partial_die): Use dwarf2_find_containing_comp_unit
2735 and load_comp_unit.
2736 (free_stack_comp_unit): Update comments. Clear the per-cu
2737 pointer. Handle aging.
2738 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
2739 (age_cached_comp_units, free_one_cached_comp_unit)
2740 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
2741 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
2742 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
2743 (show_dwarf2_cmd): New.
2744 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
2745 and "maint show dwarf2 max-cache-age".
2746 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2747 externs.
2748 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
2749 global.
2750
2751 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
2752
2753 * dwarf2read.c (typename_concat): Change prototype to accept obstack
2754 and dwarf2_cu struct pointer as arguments. Change function to use
2755 obstack if provided and use dwarf2_cu to determine language-specific
2756 separator.
2757 (partial_die_parent_scope): Change comment to include java. Use
2758 new version of typename_concat instead of obconcat.
2759 (partial_die_full_name): Use typename_concat.
2760 (read_namespace): Ditto.
2761 (read_enumeration_type): Use typename_concat instead of obconcat.
2762 (new_symbol): Ditto.
2763 (add_partial_symbol): Enhance tests for C++ to also test for Java.
2764 (guess_structure_name): Ditto.
2765 (read_subroutine_type): Ditto.
2766 (read_structure_type): Ditto.
2767 (is_vtable_name): Add Java support.
2768 (determine_class_name): Switch to new typename_concat call.
2769 (determine_prefix): Switch to new typename_concat call.
2770 * jv-exp.y (FuncStart): New pattern.
2771 (MethodInvocation): Add support for simple function calls. Change
2772 warning message for other forms of inferior call currently not
2773 supported.
2774 * valarith.c (value_subscript): Treat an array with upper-bound
2775 of -1 as unknown size.
2776
2777 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2778
2779 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2780 (lookup_partial_symtab): Use symtab_to_fullname.
2781
2782 2004-09-19 Jim Blandy <jimb@redhat.com>
2783
2784 * minsyms.c (lookup_minimal_symbol): Doc fix.
2785
2786 2004-09-20 Andrew Cagney <cagney@gnu.org>
2787
2788 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
2789 CHILD_RESUME.
2790 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2791 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2792 KILL_INFERIOR.
2793 * infptrace.c: Update.
2794
2795 2004-09-19 Daniel Jacobowitz <dan@debian.org>
2796
2797 * symtab.c (output_source_filename): Mark first argument as const.
2798 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2799 for "info sources" output.
2800
2801 2004-09-20 Mark Kettenis <kettenis@gnu.org>
2802
2803 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2804 <machine/vmparam.h>.
2805 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2806 (register_u_addr): Remove prototype.
2807
2808 2004-09-19 Mark Kettenis <kettenis@gnu.org>
2809
2810 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2811 (i386bsd_fetch_inferior_registers): Rename from
2812 fetch_inferior_registers. Make static.
2813 (i386bsd_store_inferior_registers): Rename from
2814 store_inferior_registers. Make static.
2815 (i386bsd_target): New function.
2816 * i386bsd-nat.h: New file.
2817 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2818 "i386bsd-nat.h".
2819 (i386fbsd_resume): Rename from child_resume. Make static.
2820 (_initialize_i386fbsd_nat): Construct and add target vector.
2821 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2822 (_initialize_i386nbsd_nat): Construct and add target vector.
2823 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2824 Remove defines.
2825 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2826 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
2827 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2828 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2829 (LOADLIBES): New variable.
2830 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2831 inf-ptrace.o. Remove inftarg.o.
2832 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2833 inf-ptrace.o. Remove inftarg.o.
2834 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2835 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2836 (LOADLIBES): New variable.
2837 * Makefile.in (i386bsd_nat_h): New variable.
2838 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2839 dependencies.
2840
2841 * sparc64nbsd-tdep.c: Include "objfiles.h".
2842 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2843 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2844 svr4_lp64_fetch_link_map_offsets.
2845 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2846 "nbsd-tdep.h".
2847 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2848 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2849 svr4_lp64_fetch_link_map_offsets.
2850 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2851 dependencies.
2852
2853 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2854 * fbsd-nat.h: New file.
2855 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2856 (fbsd_nat_h): New variable.
2857 (fbsd-nat.o): New dependency.
2858
2859 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2860 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2861
2862 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2863 comment.
2864
2865 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2866
2867 * ada-exp.y (type_int): New function to add layer of abstraction
2868 around references to expression types.
2869 (type_long): Ditto.
2870 (type_long_long): Ditto.
2871 (type_float): Ditto.
2872 (type_double): Ditto.
2873 (type_long_double): Ditto.
2874 (type_char): Ditto.
2875 (type_system_address): Ditto.
2876 (simple_exp): Use type_* functions in place of builtin_*
2877 variables.
2878 (exp): Ditto.
2879 (write_var_from_name): Ditto.
2880 (write_object_renaming): Ditto.
2881 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2882 declaration.
2883 (build_ada_types): Remove, replacing with...
2884 (ada_language_arch_info): New function to initialize primitive
2885 type vector in language_arch_info.
2886 (ada_array_length): Remove use of builtin_type_ada_int.
2887 (value_pos_atr): Ditto.
2888 (ada_evaluate_subexp): Ditto.
2889 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2890 builtin_type_ada_long_long, builtin_type_ada_char,
2891 builtin_type_ada_float, builtin_type_ada_double,
2892 builtin_type_ada_long_double, builtin_type_ada_natural,
2893 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2894 (ada_builtin_types): Remove.
2895 (ada_language_defn): Remove entries for la_builtin_type_vector and
2896 string_char_type and use ada_language_arch_info.
2897 (_initialize_ada_language): Do type-vector initialization along
2898 the lines of c-lang.c.
2899 (ada_create_fundamental_type): Break up line.
2900 (ada_dump_symtab): Remove unused function.
2901 (enum ada_primitive_types): Define.
2902 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2903 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2904 builtin_type_ada_float, builtin_type_ada_double,
2905 builtin_type_ada_long_double, builtin_type_ada_natural,
2906 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2907 * ada-lex.l: Use type_* functions in place of builtin_* variables.
2908 (processInt): Ditto.
2909 (processReal): Ditto.
2910 (name_lookup): Ditto.
2911 * ada-typeprint.c (print_range): Use builtin_type_int, not
2912 builtin_type_ada_int.
2913
2914 2004-09-18 Mark Kettenis <kettenis@gnu.org>
2915
2916 * i386-tdep.c (i386_register_name): Rename regno to regnum.
2917
2918 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2919 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2920 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2921 * configure.in: Improve checks for curses library by checking for
2922 mvwaddstr instead of initscr. Drop HP curses in favour of
2923 standard curses on HP-UX.
2924 * configure: Regenerated.
2925
2926 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2927
2928 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2929 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
2930 Minor formatting changes.
2931 (empty_array): Slight rewrite for formatting.
2932 (emit_char,parse,ada_language_defn,build_ada_types,
2933 ada_is_exception_sym, _initialize_ada_language): Move
2934 definitions around.
2935 (ada_dump_symtab): Remove unused definition.
2936 (ada_maybe_exception_partial_symbol): Remove unused definition.
2937
2938 2004-09-16 Andrew Cagney <cagney@gnu.org>
2939
2940 * inf-child.c: Include "gdb_string.h".
2941 (inf_child_core_file_to_sym_file): Delete.
2942 (inf_child_target): Set to_fetch_registers and to_store_registers.
2943 * inf-ptrace.c: Include "gdb_string.h".
2944 * Makefile.in: Update all dependencies.
2945
2946 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2947 problem.
2948
2949 2004-09-14 Joel Brobecker <brobecker@gnat.com>
2950
2951 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2952 call to heuristic_proc_desc. Remove code that became redundant
2953 as a consequence.
2954 (read_next_frame_reg): Remove special case for SP_REGNUM.
2955 (set_reg_offset): Fix small typo.
2956 (reset_saved_regs): New procedure.
2957 (mips32_heuristic_proc_desc): No longer compute a fake
2958 procedure descriptor. Compute the full frame cache instead.
2959 Some minor comment reformatting.
2960
2961 2004-09-14 Andrew Cagney <cagney@gnu.org>
2962
2963 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2964 maintainer.
2965
2966 * thread-db.c (thread_db_new_objfile): Assume that there is a
2967 child process.
2968
2969 2004-09-13 Jim Blandy <jimb@redhat.com>
2970
2971 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2972 so that its storage isn't referenced after its lifetime ends.
2973
2974 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2975 and never assigned to. Delete it, and the 'if (use_buffer)'
2976 clauses. Delete 'raw_buffer', since it is now unused.
2977
2978 2004-09-13 Andrew Cagney <cagney@gnu.org>
2979
2980 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2981 * configure: Re-generate.
2982 * nlm/Makefile.in (TAGS): Update.
2983 * Makefile.in (TAGS): Update.
2984 * config/vax/nbsd.mt (TM_FILE): Update.
2985 * config/sparc/vxworks.mt (TM_FILE): Update.
2986 * config/sparc/sol2.mt (TM_FILE): Update.
2987 * config/sparc/sol2-64.mt (TM_FILE): Update.
2988 * config/sparc/obsd64.mt (TM_FILE): Update.
2989 * config/sparc/obsd.mt (TM_FILE): Update.
2990 * config/sparc/nbsd64.mt (TM_FILE): Update.
2991 * config/sparc/nbsd.mt (TM_FILE): Update.
2992 * config/sparc/linux64.mt (TM_FILE): Update.
2993 * config/sparc/linux.mt (TM_FILE): Update.
2994 * config/sparc/fbsd.mt (TM_FILE): Update.
2995 * config/sh/wince.mt (TM_FILE): Update.
2996 * config/sh/nbsd.mt (TM_FILE): Update.
2997 * config/sh/linux.mt (TM_FILE): Update.
2998 * config/sh/embed.mt (TM_FILE): Update.
2999 * config/s390/s390.mt (TM_FILE): Update.
3000 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
3001 * config/rs6000/rs6000.mt (TM_FILE): Update.
3002 * config/rs6000/aix4.mt (TM_FILE): Update.
3003 * config/powerpc/vxworks.mt (TM_FILE): Update.
3004 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
3005 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
3006 * config/powerpc/obsd.mt (TM_FILE): Update.
3007 * config/powerpc/nbsd.mt (TM_FILE): Update.
3008 * config/powerpc/linux.mt (TM_FILE): Update.
3009 * config/powerpc/aix.mt (TM_FILE): Update.
3010 * config/pa/obsd.mt (TM_FILE): Update.
3011 * config/pa/linux.mt (TM_FILE): Update.
3012 * config/pa/hppahpux.mt (TM_FILE): Update.
3013 * config/pa/hppa64.mt (TM_FILE): Update.
3014 * config/pa/hppa.mt (TM_FILE): Update.
3015 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
3016 * config/mips/wince.mt (TM_FILE): Update.
3017 * config/mips/vxmips.mt (TM_FILE): Update.
3018 * config/mips/nbsd.mt (TM_FILE): Update.
3019 * config/mips/linux.mt (TM_FILE): Update.
3020 * config/mips/irix6.mt (TM_FILE): Update.
3021 * config/mips/irix5.mt (TM_FILE): Update.
3022 * config/mips/embed.mt (TM_FILE): Update.
3023 * config/m68k/vxworks68.mt (TM_FILE): Update.
3024 * config/m68k/st2000.mt (TM_FILE): Update.
3025 * config/m68k/os68k.mt (TM_FILE): Update.
3026 * config/m68k/obsd.mt (TM_FILE): Update.
3027 * config/m68k/nbsd.mt (TM_FILE): Update.
3028 * config/m68k/monitor.mt (TM_FILE): Update.
3029 * config/m68k/linux.mt (TM_FILE): Update.
3030 * config/m68k/cisco.mt (TM_FILE): Update.
3031 * config/ia64/linux.mt (TM_FILE): Update.
3032 * config/ia64/aix.mt (TM_FILE): Update.
3033 * config/ia64/ia64.mt (TM_FILE): Update.
3034 * config/i386/vxworks.mt (TM_FILE): Update.
3035 * config/i386/obsd64.mt (TM_FILE): Update.
3036 * config/i386/obsd.mt (TM_FILE): Update.
3037 * config/i386/nto.mt (TM_FILE): Update.
3038 * config/i386/nbsd64.mt (TM_FILE): Update.
3039 * config/i386/nbsd.mt (TM_FILE): Update.
3040 * config/i386/linux64.mt (TM_FILE): Update.
3041 * config/i386/linux.mt (TM_FILE): Update.
3042 * config/i386/i386sol2.mt (TM_FILE): Update.
3043 * config/i386/i386lynx.mt (TM_FILE): Update.
3044 * config/i386/fbsd64.mt (TM_FILE): Update.
3045 * config/i386/fbsd.mt (TM_FILE): Update.
3046 * config/i386/cygwin.mt (TM_FILE): Update.
3047 * config/h8300/h8300.mt (TM_FILE): Update.
3048 * config/frv/frv.mt (TM_FILE): Update.
3049 * config/cris/cris.mt (TM_FILE): Update.
3050 * config/arm/wince.mt (TM_FILE): Update.
3051 * config/arm/nbsd.mt (TM_FILE): Update.
3052 * config/arm/linux.mt (TM_FILE): Update.
3053 * config/arm/embed.mt (TM_FILE): Update.
3054 * config/alpha/nbsd.mt (TM_FILE): Update.
3055 * config/alpha/fbsd.mt (TM_FILE): Update.
3056 * config/alpha/alpha.mt (TM_FILE): Update.
3057 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
3058 * config/alpha/alpha-linux.mt (TM_FILE): Update.
3059
3060 Eliminate event_loop_p, always has the value 1.
3061 * defs.h (event_loop_p): Delete macro.
3062 * breakpoint.c (until_break_command): Simplify.
3063 * utils.c (prompt_for_continue): Simplify.
3064 * tracepoint.c (read_actions): Simplify.
3065 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
3066 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
3067 (set_prompt, init_main): Simplify.
3068 (init_signals, disconnect): Delete, unused.
3069 * remote.c (remote_async_resume)
3070 (extended_remote_async_create_inferior): Simplify.
3071 * mi/mi-interp.c (mi_input): Delete, unused.
3072 (mi_interpreter_resume, mi_command_loop): Simplify.
3073 * interps.c (current_interp_command_loop): Simplify.
3074 * infrun.c (proceed): Simplify.
3075 * infcmd.c (run_command, continue_command, step_1, jump_command)
3076 (until_command, advance_command, finish_command)
3077 (interrupt_target_command): Simplify.
3078 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
3079
3080 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3081 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3082 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3083 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3084 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3085 * mips-tdep.c (mips_dump_tdep): Do not print same.
3086
3087 2004-09-12 Andrew Cagney <cagney@gnu.org>
3088
3089 * valprint.c (print_longest): Use fputs_filtered. Make "val"
3090 const.
3091 * Makefile.in (valprint.o): Delete explict rule.
3092
3093 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
3094 reported by Dave Anderson.
3095
3096 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
3097
3098 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
3099
3100 2004-09-12 Salvador E. Tropea <set@users.sf.net>
3101 Andrew Cagney <cagney@gnu.org>
3102
3103 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
3104 (mi_cmd_data_list_register_values)
3105 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
3106 the register number computation.
3107
3108 2004-09-12 Andrew Cagney <cagney@gnu.org>
3109
3110 * ppcnbsd-nat.c: Include "inf-ptrace.h".
3111 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
3112 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
3113 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
3114 target.
3115 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
3116 inf-ptrace.o and inf-child.o.
3117 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
3118 * Makefile.in: Update dependencies.
3119
3120 2004-09-11 Andrew Cagney <cagney@gnu.org>
3121
3122 * language.c (hex_string, hex_string_custom): Move from here ...
3123 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
3124 (CELLSIZE): Increase to 50.
3125 * language.h (hex_string, hex_string_custom): Move from here ...
3126 * defs.h: ... to here.
3127 * Makefile.in: Update all dependencies.
3128
3129 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
3130
3131 * language.c (local_hex_format_custom): Remove.
3132 (local_hex_string): Rename to hex_string, use C format, and move to
3133 utils.c
3134 (local_hex_string_custom): Rename to hex_string_custom and change
3135 interface. Now uses C format. Move to utils.c
3136 (local_octal_format_custom): Remove.
3137 (local_decimal_format_custom): Remove.
3138 (unknown_language_defn): Remove language-specific number
3139 formatting entries.
3140 (auto_language_defn): Ditto.
3141 (local_language_defn): Ditto.
3142 * language.h (struct language_format_info): Delete declaration.
3143 (struct language_defn): Remove language_format_info fields
3144 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
3145 (local_binary_format): Remove macro.
3146 (local_binary_format_prefix): Remove macro.
3147 (local_binary_format_specifier): Remove macro.
3148 (local_binary_format_suffix): Remove macro.
3149 (local_octal_format): Remove macro.
3150 (local_octal_format_prefix): Remove macro.
3151 (local_octal_format_specifier): Remove macro.
3152 (local_octal_format_suffix): Remove macro.
3153 (local_decimal_format): Remove macro.
3154 (local_decimal_format_prefix): Remove macro.
3155 (local_decimal_format_specifier): Remove macro.
3156 (local_decimal_format_suffix): Remove macro.
3157 (local_hex_format): Remove macro.
3158 (local_hex_format_prefix): Remove macro.
3159 (local_hex_format_specifier): Remove macro.
3160 (local_hex_format_suffix): Remove macro.
3161 (local_decimal_format_custom): Remove.
3162 (local_octal_format_custom): Remove.
3163 (local_hex_format_custom): Remove.
3164 (local_hex_string): Rename to hex_string and move to defs.h.
3165 (local_hex_string_custom): Rename to hex_string_custom, change
3166 interface, and move to defs.h.
3167 * utils.c: (int_string): New function.
3168 (hex_string): New function (from language.c).
3169 (hex_string_custom): New function (from language.c).
3170 (octal2str): New function.
3171 (decimal2str): Add width parameter.
3172 (paddr_u): Use new decimal2str interface.
3173 (paddr_d): Ditto.
3174 * defs.h (hex_string): Declare.
3175 (hex_string_custom): Declare.
3176 (int_string): Declare.
3177 * printcmd.c (print_scalar_formatted): Remove localized binary
3178 formatting.
3179 * valprint.c (print_longest): Use int_string.
3180 (print_floating): Use C hex format.
3181 (print_hex_chars): Ditto.
3182 (print_binary_chars): Remove language-specific formatting.
3183 (print_octal_chars): Use C octal format.
3184 (print_decimal_chars): Delocalize format.
3185 (print_decimal): Remove.
3186 * ada-lang.c (ada_language_defn): Remove language-specific number
3187 formatting entries.
3188 * p-lang.c (pascal_language_defn): Ditto.
3189 * c-lang.c (c_language_defn): Ditto.
3190 (cplus_language_defn): Ditto.
3191 (asm_language_defn): Ditto.
3192 (minimal_language_defn): Ditto.
3193 * f-lang.c (f_language_defn): Ditto.
3194 * jv-lang.c (java_language_defn): Ditto.
3195 * m2-lang.c (m2_language_defn): Ditto.
3196 * scm-lang.c (scm_language_defn): Ditto.
3197 * objc-lang.c (objc_language_defn): Ditto.
3198 * memattr.c (mem_info_command): Use renamed hex_string_custom with
3199 new interface.
3200 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
3201 * ui-out.c (ui_out_field_core_addr): Ditto.
3202 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
3203 * exec.c (print_section_info): Ditto.
3204 * i387-tdep.c (print_i387_status_word): Ditto.
3205 (print_i387_control_word): Ditto.
3206 (i387_print_float_info): Ditto.
3207 * maint.c (maint_print_section_info): Ditto.
3208 * solib.c (info_sharedlibrary_command): Ditto.
3209 * somsolib.c (som_sharedlibrary_info_command): Ditto.
3210 * symtab.c (print_msymbol_info): Ditto.
3211 * tracepoint.c (tracepoints_info): Ditto.
3212 * solib-frv.c (lm_base): Ditto.
3213 (frv_current_sos): Ditto.
3214 (enable_break2): Ditto.
3215 (enable_break): Ditto.
3216 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
3217 (process_one_symbol): Ditto.
3218 * infcmd.c (program_info): Ditto.
3219 * mdebugread.c (parse_partial_symbols): Ditto.
3220 * symfile.c (add_symbol_file_command): Ditto.
3221 * cli/cli-cmds.c (edit_command): Ditto.
3222 (list_command): Ditto.
3223 * infcall.c (call_function_by_hand): Ditto.
3224 * remote-vx.c (vx_run_files_info): Ditto.
3225 (vx_wait): Ditto.
3226 (vx_attach): Ditto.
3227 (vx_detach): Ditto.
3228 (vx_kill): Ditto.
3229 * aix-thread.c (pdc_symbol_addrs): Ditto.
3230 (pdc_read_regs): Ditto.
3231 (pdc_write_regs): Ditto.
3232 (pdc_read_data): Ditto.
3233 (pdc_write_data): Ditto.
3234 * d10v-tdep.c (display_trace): Ditto.
3235 * rs6000-nat.c (find_toc_address): Ditto.
3236 * aix-thread.c: Don't include language.h.
3237 * buildsym.c: Ditto.
3238 * dbxread.c: Ditto.
3239 * mdebugread.c: Ditto.
3240 * rs6000-nat.c: Ditto.
3241 * buildsym.c (make_blockvector): Use renamed hex_string.
3242
3243 2004-09-10 Jason Molenda (jmolenda@apple.com)
3244
3245 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
3246 chars after 'if' or 'while' commands in user-defined commands.
3247
3248 2004-09-08 Jim Blandy <jimb@redhat.com>
3249
3250 Fix bug reported and analyzed by Olivier Crete:
3251 * symfile.c (copy_section_addr_info): New function.
3252 (symbol_file_add_with_addrs_or_offsets): Use it to save the
3253 original set of address arguments, instead of handwritten code
3254 that uses one length to allocate and a different length to
3255 initialize. Use make_cleanup_free_section_addr_info.
3256 * symfile.h (copy_section_addr_info): New declaration.
3257 * utils.c: #include "symfile.h".
3258 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
3259 New functions.
3260 * defs.h (make_cleanup_free_section_addr_info): New declaration.
3261 * Makefile.in (utils.o): Update dependencies.
3262
3263 2004-09-08 Andrew Cagney <cagney@gnu.org>
3264
3265 * thread-db.c (keep_thread_db): Delete.
3266 (thread_db_new_objfile, thread_db_create_inferior)
3267 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
3268
3269 2004-09-08 Mark Kettenis <kettenis@gnu.org>
3270
3271 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
3272 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
3273 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
3274 (i386_frameless_signal_p): Remove prototype.
3275 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
3276 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
3277 I386_SSE_NUM_REGS.
3278 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
3279 instead of FP0_REGNUM.
3280 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
3281 of FP0_REGNUM and FPC_REGNUM.
3282
3283 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
3284 (sunos_solib_create_inferior_hook): Don't call
3285 sunos_relocate_main_executable.
3286
3287 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
3288 solib_svr4_fetch_link_map_offsets to
3289 svr4_ilp32_fetch_link_map_offsets.
3290 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
3291 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
3292 svr4_ilp32_fetch_link_map_offsets.
3293 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
3294
3295 2004-09-07 Jim Blandy <jimb@redhat.com>
3296
3297 * frame.h (frame_register): Doc fix.
3298
3299 2004-09-07 Andrew Cagney <cagney@gnu.org>
3300
3301 * vx-share/wait.h: Delete #ifdef USG.
3302 * utils.c (request_quit): Ditto.
3303 * tui/tui.c (tui_reset): Ditto.
3304 * remote.c: Ditto.
3305 * remote-sds.c: Ditto.
3306 * remote-rdi.c: Ditto.
3307 * mdebugread.c: Ditto.
3308 * m68klinux-nat.c: Ditto.
3309 * infttrace.c: Ditto.
3310 * infptrace.c: Ditto.
3311 * i386v-nat.c: Ditto.
3312 * exec.c: Ditto.
3313 * dbxread.c: Ditto.
3314 * core-aout.c: Ditto.
3315
3316 2004-09-05 Joel Brobecker <brobecker@gnat.com>
3317
3318 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
3319 heuristic_proc_desc.
3320 (mips_insn32_frame_cache): Likewise.
3321
3322 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3323
3324 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
3325 left behind by error.
3326
3327 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3328
3329 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
3330 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
3331
3332 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3333
3334 * config/rs6000/xm-aix4.h: Remove this file.
3335 * config/rs6000/aix4.mh (XM_FILE): Delete.
3336
3337 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3338
3339 * config/rs6000/xm-rs6000.h: Remove this file.
3340 * config/rs6000/rs6000.mh (XM_FILE): Remove.
3341
3342 2004-09-03 Andrew Cagney <cagney@gnu.org>
3343
3344 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
3345 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
3346 only use.
3347
3348 * mips-tdep.c (temp_saved_regs): Delete.
3349 (set_reg_offset): Replace saved_regs parameter with this_cache.
3350 (heuristic_proc_desc, mips16_heuristic_proc_desc)
3351 (mips32_heuristic_proc_desc): Add this_cache parameter.
3352 (mips_insn32_frame_cache, mips_insn16_frame_cache)
3353 (after_prologue): Pass a NULL this_cache.
3354
3355 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
3356 non-kernel trap prologues.
3357
3358 * mips-tdep.c (find_proc_desc): Delete function.
3359 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
3360 simplify.
3361 (mips_insn16_frame_cache): Replace find_proc_desc with code from
3362 mips_insn32_frame_cache.
3363
3364 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
3365 Simplify as NEXT_FRAME is NULL.
3366 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
3367
3368 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
3369 local variable.
3370 (mips_skip_prologue): Update.
3371
3372 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
3373 "cur_frame" parameter.
3374 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
3375 (mips_insn32_frame_cache, find_proc_desc): Update
3376
3377 * config/vax/nm-obsd.h: Delete file.
3378 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3379 * config/vax/nm-nbsd.h: Delete file.
3380 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
3381 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3382 * config/sh/nm-nbsd.h: Delete file.
3383 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3384 * config/rs6000/nm-rs6000ly.h: Delete file.
3385 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
3386 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3387 * config/powerpc/nm-obsd.h: Delete file.
3388 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3389 * config/powerpc/nm-nbsd.h: Delete file.
3390 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3391 * config/pa/nm-obsd.h: Delete file.
3392 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3393 * config/mips/nm-nbsd.h: Delete file.
3394 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3395 * config/m88k/nm-obsd.h: Delete file.
3396 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3397 * config/m68k/nm-nbsd.h: Delete file.
3398 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
3399 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3400 * config/i386/nm-nbsd.h: Delete file.
3401 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
3402 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3403 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3404 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3405 * config/i386/nm-i386lynx.h: Delete file.
3406 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3407 * config/arm/nm-nbsd.h: Delete file.
3408 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
3409 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3410
3411 * config/i386/tm-fbsd.h: Delete file.
3412 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
3413 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
3414
3415 * config/rs6000/tm-rs6000-aix4.h: Delete file.
3416 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
3417 * config/rs6000/aix4.mt (TM_FILE): Set to
3418 config/rs6000/tm-rs6000.h.
3419 * config/powerpc/tm-ppc-aix.h: Delete file.
3420 * config/powerpc/aix.mt (TM_FILE): Set to
3421 config/rs6000/tm-rs6000.h.
3422 * config/m68k/tm-linux.h: Delete file.
3423 * config/m68k/linux.mt (TM_FILE): Set to solib.h
3424 * config/i386/tm-linux64.h: Delete file.
3425 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
3426 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
3427
3428 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3429 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
3430 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
3431 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3432 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
3433 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
3434 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
3435 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3436 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3437
3438 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
3439 gdb_host_cpu.
3440
3441 2004-09-02 Joel Brobecker <brobecker@gnat.com>
3442
3443 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
3444 Minor reformatting. Some code factoring.
3445
3446 2004-09-02 Andrew Cagney <cagney@gnu.org>
3447
3448 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
3449 * config/vax/tm-nbsd.h: Delete file.
3450 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3451 * config/sparc/tm-vxworks.h: Delete file.
3452 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
3453 * config/sparc/tm-nbsd.h: Delete file.
3454 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
3455 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
3456 * config/sparc/tm-linux.h: Delete file.
3457 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
3458 * config/s390/tm-linux.h: Delete file.
3459 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
3460 * config/pa/tm-bsd.h: Delete file.
3461 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
3462 * config/m68k/tm-obsd.h: Delete file.
3463 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
3464 * config/m68k/tm-nbsd.h: Delete file.
3465 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3466 * config/i386/tm-vxworks.h: Delete file.
3467 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
3468 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
3469 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
3470 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
3471 * config/i386/tm-nbsd.h: Delete file.
3472 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
3473 * config/i386/tm-i386lynx.h: Delete file.
3474 * config/cris/cris.mt (TM_FILE): Set to solib.h.
3475 * config/cris/tm-cris.h: Delete file.
3476
3477 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
3478 * configure: Re-generate.
3479 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
3480 * config/arm/tm-nbsd.h: Delete file.
3481
3482 * config/powerpc/tm-ppcle-sim.h: Delete.
3483 * config/powerpc/tm-ppcle-eabi.h: Delete.
3484 * config/powerpc/tm-nbsd.h: Delete.
3485 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
3486 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
3487 tm-ppcle-eabi.h.
3488
3489 * config/i386/nto.mh (NAT_FILE): Delete.
3490 * config/i386/nm-nto.h: Delete.
3491
3492 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
3493 * config/m68k/tm-os68k.h: Ditto.
3494 * config/m68k/tm-monitor.h: Ditto.
3495 * config/m68k/tm-cisco.h: Ditto.
3496 * config/m68k/st2000.mt (TM_FILE): Delete.
3497 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
3498 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
3499 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
3500 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
3501
3502 * config/m68k/tm-st2000.h: Delete.
3503 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
3504 * config/sparc/fbsd.mt (TM_FILE): Delete.
3505 * config/sparc/tm-fbsd.h: Delete.
3506
3507 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
3508 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
3509 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
3510
3511 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
3512 GDB_TM_FILE and GDB_XM_FILE.
3513 * gdbarch.c: Re-generate.
3514 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
3515 quotes in macro definition.
3516 * configure.in: Re-generate.
3517
3518 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
3519 validating architecture methods.
3520 * gdbarch.c: Re-generate.
3521
3522 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
3523 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
3524 GDB_MULTI_ARCH_PARTIAL.
3525 * gdbarch.h: Re-generate.
3526
3527 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
3528 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
3529 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
3530 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
3531 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
3532 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
3533 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
3534 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
3535 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
3536 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
3537 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
3538 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
3539
3540 2004-09-01 Andrew Cagney <cagney@gnu.org>
3541
3542 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
3543 and main_func_highpc.
3544 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
3545 * objfiles.c (init_entry_point_info, objfile_relocate): Update
3546 * nlmread.c (nlm_symfile_read): Update.
3547
3548 2004-09-01 Joel Brobecker <brobecker@gnat.com>
3549
3550 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
3551 (mips_insn32_frame_cache): Inline call to find_proc_desc.
3552 (find_proc_desc): Remove dead code.
3553
3554 2004-09-01 Joel Brobecker <brobecker@gnat.com>
3555
3556 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
3557
3558 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
3559
3560 * observer.sh: Add struct so_list declaration.
3561 * Makefile.in: Add dependencies on observer.h for solib.c and
3562 breakpoint.c.
3563 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
3564 function.
3565 (_initialize_breakpoint): Register
3566 disable_breakpoints_in_unloaded_shlib as an observer of the
3567 "solib unloaded" observation event.
3568 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
3569 call decode_line_1 so unfound breakpoint errors are silent.
3570 * solib.c (update_solib_list): When a solib is discovered to have
3571 been unloaded by the program, notify all observers of the
3572 "solib unloaded" observation event.
3573
3574 2004-09-01 Andrew Cagney <cagney@gnu.org>
3575
3576 * frame.c: Include "objfiles.h".
3577 (inside_main_func): New function.
3578 (get_prev_frame): Use new inside_main_func.
3579 * Makefile.in (frame.o): Update dependencies.
3580 * defs.h (inside_main_func): Delete declaration.
3581 * blockframe.c (inside_main_func): Delete function.
3582
3583 2004-08-31 Jim Blandy <jimb@redhat.com>
3584
3585 * dwarf2read.c (is_vtable_name): New function, based on logic from
3586 read_structure_type, but passing the correct length to strncmp,
3587 and using 'sizeof' instead of 'strlen'.
3588 (read_structure_type): Call it.
3589
3590 2004-08-31 Joel Brobecker <brobecker@gnat.com>
3591
3592 * config/powerpc/aix.mh: Add comment.
3593
3594 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
3595
3596 * MAINTAINERS: Add self to Write-After-Approval.
3597
3598 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
3599
3600 * MAINTAINERS: Add self to Write-After-Approval.
3601
3602 2004-08-30 Andrew Cagney <cagney@gnu.org>
3603
3604 Fix PR breakpoints/1757.
3605 * infrun.c (struct execution_control_state): Replace
3606 remove_breakpoints_on_following_step with
3607 step_after_step_resume_breakpoint.
3608 (init_execution_control_state): Update.
3609 (handle_inferior_event): For signals, when stepping off a
3610 breakpoint, set step_after_step_resume_breakpoint. When
3611 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
3612 (keep_going): Delete code handling
3613 remove_breakpoints_on_following_step.
3614
3615 2004-08-29 David Lecomber <david@streamline-computing.com>
3616
3617 Fix PR gdb/648
3618 * language.h (enum array_ordering): New enum.
3619 * language.h (struct language_defn): New la_array_ordering
3620 attribute.
3621 * language.c (unknown_language_defn, auto_language_defn)
3622 (local_language_defn): Ditto.
3623 * ada-lang.c (ada_language_defn): Ditto.
3624 * c-lang.c (c_language_defn, cplus_language_defn)
3625 (asm_language_defn, minimal_language_defn): Ditto.
3626 * f-lang.c (f_language_defn): Ditto.
3627 * jv-lang.c (java_language_defn): Ditto.
3628 * m2-lang.c (f_language_defn): Ditto.
3629 * objc-lang.c (objc_language_defn): Ditto.
3630 * p-lang.c (pascal_language_defn): Ditto.
3631 * scm-lang.c (scm_language_defn): Ditto.
3632 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
3633 oriented large to small in type structure.
3634 * dwarf2read.c (read_array_order): New function.
3635 (read_array_type): Use read_array_order to check row/column
3636 major ordering.
3637
3638 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
3639
3640 * target.c (target_resize_to_sections): Check
3641 current_target.to_sections for an old value when updating.
3642
3643 2004-08-27 Joel Brobecker <brobecker@gnat.com>
3644
3645 * procfs.c (dbx_link_bpt_addr): New static global variable.
3646 (dbx_link_shadow_contents): New static global variable.
3647 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
3648 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
3649 if we just hit it.
3650 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
3651 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
3652 from run to run.
3653 (procfs_create_inferior): Remove syssgi syscall-exit notifications
3654 after the inferior has been forked.
3655 (remove_dbx_link_breakpoint): New function.
3656 (dbx_link_addr): New function.
3657 (insert_dbx_link_bpt_in_file): New function.
3658 (insert_dbx_link_bpt_in_region): New function.
3659 (insert_dbx_link_breakpoint): New function.
3660 (proc_trace_syscalls_1): New function, extracted from
3661 proc_trace_syscalls.
3662 (proc_trace_syscalls): Replace extract code by call to
3663 proc_trace_syscalls_1.
3664 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
3665 is no longer valid.
3666
3667 2004-08-25 Jim Blandy <jimb@redhat.com>
3668
3669 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
3670
3671 2004-08-25 Andrew Cagney <cagney@gnu.org>
3672
3673 * infrun.c (struct execution_control_state): Delete field
3674 "stepping_through_sigtramp".
3675 (init_execution_control_state): Do not set same.
3676 (context_switch): Do not pass same to save_infrun_state and
3677 load_infrun_state.
3678 * gdbthread.h (struct thread_info): Delete field
3679 stepping_through_sigtramp.
3680 (save_infrun_state, load_infrun_state): Delete parameter
3681 stepping_through_sigtramp.
3682 * thread.c (load_infrun_state, save_infrun_state): Update.
3683
3684 * infrun.c: Re-indent. Move expression operators to the beginning
3685 of the line. Remove long disabled #if 0 code.
3686
3687 2004-08-24 Andrew Cagney <cagney@gnu.org>
3688
3689 * doublest.h (floatformat_ieee_quad): Rename
3690 floatformat_ia64_quad.
3691 * doublest.c (floatformat_ieee_quad): Rename
3692 floatformat_ia64_quad.
3693 (_initialize_doublest): Update.
3694
3695 2004-08-24 Jim Blandy <jimb@redhat.com>
3696
3697 * dwarf2expr.h (struct dwarf_expr_context): New members
3698 'num_pieces' and 'pieces', for returning the result of an
3699 expression that uses DW_OP_piece.
3700 (struct dwarf_expr_piece): New struct type.
3701 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
3702 pieces.
3703 (free_dwarf_expr_context): Free pieces, if any.
3704 (add_piece): New function.
3705 (execute_stack_op): Implement DW_OP_piece.
3706 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
3707 expression is a list of pieces, print an error message.
3708 (dwarf2_loc_desc_needs_frame): If the expression yields
3709 pieces, and any piece is in a register, then we need a frame.
3710
3711 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
3712 the stack until we've decided what sort of result the evaluation
3713 has produced. Use separate variables, with more specific names.
3714
3715 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
3716
3717 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
3718 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
3719 (arm_netbsd_init_abi_common): Register them.
3720
3721 2004-08-22 Mark Kettenis <kettenis@gnu.org>
3722
3723 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
3724
3725 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
3726 safe_frame_unwind_memory instead of target_read_memory.
3727
3728 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
3729 Reorder includes.
3730 (fetch_register, store_register): Remove prototypes.
3731 (child_resume): Reorganize code and comments such that it is
3732 grouped a bit more logically.
3733 (attach): Explicitly compare errno against 0.
3734 (detach): Likewise. Use perror_with_name instead of
3735 print_sys_errmsg.
3736 * Makefile.in (infptrace.o): Update dependencies.
3737
3738 * ia64-linux-nat.c: Update copyright year.
3739 (fetch_debug_register, store_debug_register)
3740 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
3741 PTRACE_TYPE_ARG3.
3742 * config/ia64/nm-linux.h: Update copyright year.
3743 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
3744
3745 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
3746 from CORE_ADDR to struct frame_info *. Use
3747 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
3748 (amd64_linux_sigtramp_p): Adjust for changed signature of
3749 and64_linux_sigtramp_start
3750
3751 * gdb_ptrace.h: GNU/Linux.
3752
3753 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3754 Remove defines.
3755
3756 * infptrace.c: Include "gdb_assert.h".
3757 (PTRACE_XFER_TYPE): Remove define.
3758 (offsetof): Only define if U_REGS_OFFSET isn't defined.
3759 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
3760 Tweak comment.
3761 (fetch_inferior_registers, store_inferior_registers): Remove
3762 redundant culry braces. Tweak comment. s/regno/regnum.
3763 * Makefile.in (infptrace.o): Update dependencies.
3764
3765 * configure.in: Change test for return type of ptrace to default
3766 to `long' instead of `int'.
3767 * configure: Regenerate.
3768
3769 2004-08-21 Mark Kettenis <kettenis@gnu.org>
3770
3771 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3772
3773 * configure.in: Check for ttrace function.
3774 * configure, config.in: Regenerate.
3775
3776 * gdb_ptrace.h: New file.
3777 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3778 <sys/ptrace.h>.
3779 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3780 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
3781 (attach): Don't define PT_ATTACH.
3782 (detach): Don't define PT_DETACH.
3783 * Makefile.in (gdb_ptrace_h): New variable.
3784 (infptrace.o): Update dependencies.
3785
3786 2004-08-16 Mark Kettenis <kettenis@gnu.org>
3787
3788 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
3789 instead of `int' if not already defined.
3790 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3791 PTRACE_TYPE_ARG3.
3792 * infptrace.c (call_ptrace): Revert change that replaced
3793 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3794
3795 2004-08-15 Mark Kettenis <kettenis@gnu.org>
3796
3797 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3798 Remove defines.
3799
3800 * linux-nat.c (kill_inferior): Add missing third and fourth
3801 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
3802
3803 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3804 PTRACE_TYPE_RET.
3805
3806 * proc-why.c (proc_prettyfprint_why): Fix format string.
3807
3808 * solib-osf.c (osf_current_sos): Remove unsused label.
3809
3810 * configure.in: Add <ncurses/ncurses.h> to the list of possible
3811 curses headers.
3812 * configure, config.in: Regenerate.
3813 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3814 <ncurses/ncurses.h>.
3815
3816 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3817 * config/nm-nbsd.h: Update copyright year.
3818 (PTRACE_ARG3_TYPE): Remove define.
3819
3820 * sparc-nat.c (fetch_inferior_registers)
3821 (store_inferior_registers, sparc_xfer_wcookie):
3822 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3823
3824 * alphabsd-nat.c (fetch_inferior_registers):
3825 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3826 PTRACE_TYPE_ARG3.
3827 * amd64bsd-nat.c (fetch_inferior_registers)
3828 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3829 PTRACE_TYPE_ARG3.
3830 * armnbsd-nat.c: Update copyright year.
3831 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3832 (store_register, store_regs, store_fp_register, store_fp_regs):
3833 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3834 * hppabsd-nat.c (fetch_inferior_registers)
3835 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3836 PTRACE_TYPE_ARG3.
3837 * i386bsd-nat.c (fetch_inferior_registers)
3838 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3839 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3840 * m68kbsd-nat.c (fetch_inferior_registers)
3841 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3842 PTRACE_TYPE_ARG3.
3843 * m88kbsd-nat.c (fetch_inferior_registers)
3844 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3845 PTRACE_TYPE_ARG3.
3846 * mipsnbsd-nat.c: Update copyright year.
3847 (fetch_inferior_registers, store_inferior_registers):
3848 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3849 * ns32knbsd-nat.c: Update copyright year.
3850 (fetch_inferior_registers, store_inferior_registers):
3851 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3852 * ppcnbsd-nat.c (fetch_inferior_registers):
3853 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3854 PTRACE_TYPE_ARG3.
3855 * ppcobsd-nat.c (fetch_inferior_registers):
3856 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3857 PTRACE_TYPE_ARG3.
3858 * shnbsd-nat.c: Update copyright year.
3859 (fetch_inferior_registers, store_inferior_registers):
3860 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3861 * vaxbsd-nat.c (fetch_inferior_registers)
3862 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3863 PTRACE_TYPE_ARG3.
3864
3865 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3866 PTRACE_TYPE_ARG3.
3867 * infptrace.c (call_ptrace, child_resume, attach, detach)
3868 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3869 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3870 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3871 PTRACE_TYPE_ARG3.
3872
3873 2004-08-14 Mark Kettenis <kettenis@gnu.org>
3874
3875 * defs.h: Remove out-of-date comment.
3876 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3877 [!GETENV_PROVIDED] (getenv): Remove prototype.
3878
3879 * standalone.c: Remove file.
3880 * Makefile.in (standalone.o): Remove dependency.
3881
3882 * i386-linux-nat.c (dummy_sse_values): Remove function and
3883 prototype.
3884 (i386_linux_dr_get): Fix typo in comment.
3885 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3886
3887 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3888
3889 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3890 from declaration.
3891 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3892 from definition.
3893
3894 2004-08-13 Mark Kettenis <kettenis@gnu.org>
3895
3896 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3897 parenthesis in definition.
3898 * configure: Regenerated.
3899
3900 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
3901
3902 * PROBLEMS: Mention build/1411.
3903
3904 2004-08-09 Robert Millan <robertmh@gnu.org>
3905
3906 Committed by Nathanael Nerode.
3907 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3908 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3909
3910 2004-08-12 Andrew Cagney <cagney@gnu.org>
3911
3912 * NEWS: Mention fixes in GDB 6.2.1.
3913 * PROBLEMS: Remove mention of mips-irix.
3914
3915 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3916
3917 * config/powerpc/xm-aix.h: Delete.
3918 * config/powerpc/aix.mh (MH_FILE): Remove.
3919 * config/powerpc/aix432.mh (MH_FILE): Remove.
3920
3921 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3922
3923 * config/powerpc/aix.mh: Remove obsolete comment.
3924 * config/powerpc/aix432.mh: Likewise.
3925
3926 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3927
3928 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3929
3930 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3931
3932 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3933 this file is now empty.
3934 * config/xm-aix4.h: Remove, this file is no longer included
3935 anywhere.
3936
3937 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3938
3939 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3940 that file is now empty.
3941 (termdef): Remove prototype, function no longer used.
3942
3943 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3944
3945 * doc/gdbint.texinfo (Host Definition): Remove documentation
3946 for USE_O_NOCTTY, no longer used.
3947 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3948 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3949
3950 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3951
3952 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3953 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3954 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3955
3956 2004-08-11 Mark Kettenis <kettenis@gnu.org>
3957
3958 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3959 instead of FIVE_ARG_PTRACE.
3960
3961 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3962 (new_tty): Use O_NOCTTY unconditionally.
3963
3964 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3965
3966 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3967 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3968 fflush on stdout.
3969
3970 2004-08-10 Joel Brobecker <brobecker@gnat.com>
3971
3972 * xcoff_symfile_finish: Replace last call to xmfree by call
3973 to xfree.
3974
3975 2004-08-10 Andrew Cagney <cagney@gnu.org>
3976
3977 * main.c (captured_main): Delete call to init_malloc.
3978 * defs.h (init_malloc): Delete declaration.
3979 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3980 (init_malloc): Delete functions.
3981
3982 * defs.h (xmfree): Delete.
3983 * utils.c (xmfree): Delete function.
3984 (xfree): Inline calls to xmfree and mfree.
3985 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3986 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3987 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3988 * somread.c (som_symfile_finish): Ditto.
3989 * objfiles.c (allocate_objfile, free_objfile):
3990 * nlmread.c (nlm_symfile_finish): Ditto.
3991 * hpread.c (hpread_symfile_finish): Ditto.
3992 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3993 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3994 * coffread.c (coff_symfile_finish): Ditto.
3995
3996 * defs.h (xmcalloc): Delete declaration.
3997 * utils.c (xmcalloc): Delete.
3998 (xcalloc): Inline calls to xmcalloc and mcalloc.
3999 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
4000 xcalloc and xfree.
4001 * symtab.c (create_demangled_names_hash): Ditto.
4002
4003 * defs.h (xmrealloc): Delete.
4004 * utils.c (xmrealloc): Delete.
4005 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
4006 * symmisc.c (extend_psymbol_list): Use xrealloc.
4007 * source.c (find_source_lines): Ditto.
4008 * hpread.c (hpread_lookup_type): Ditto.
4009 * dbxread.c (add_bincl_to_list): Ditto.
4010
4011 * utils.c (xmmalloc): Delete.
4012 (xmalloc): Inline xmmalloc and mmalloc calls.
4013 (msavestring): Use xmalloc.
4014 * defs.h (xmmalloc): Delete declaration.
4015 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
4016 xmmalloc.
4017 * symmisc.c (extend_psymbol_list): Ditto.
4018 * symfile.c (init_psymbol_list): Ditto.
4019 * source.c (find_source_lines): Ditto.
4020 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
4021 * elfread.c (elf_symtab_read): Ditto.
4022 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
4023 * coffread.c (coff_symfile_init): Ditto.
4024
4025 2004-08-10 David Carlton <carlton@bactrian.org>
4026
4027 * MAINTAINERS: Remove David Carlton from c++ testsuite
4028 maintainers.
4029
4030 2004-08-10 Jerome Guitton <guitton@gnat.com>
4031
4032 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
4033 print a line feed before the prompt.
4034
4035 2004-08-10 Mark Kettenis <kettenis@gnu.org>
4036
4037 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
4038
4039 2004-08-09 Joel Brobecker <brobecker@gnat.com>
4040
4041 General cleanup of the AIX xm include file:
4042 * config/xm-aix4.h (fd_set): Remove undefine.
4043 Remove include of <sys/select.h>.
4044 (HAVE_TERMIO): Remove define.
4045 (USG): Likewise.
4046 (NULL): Remove redefine.
4047 (alloca): Remove #pragma.
4048 (vfork): Remove define.
4049 (termdef): Remove.
4050 (SIGWINCH_HANDLER): Remove.
4051 (SIGWINCH_HANDLER_BODY): Remove.
4052
4053 2004-08-09 Mark Kettenis <kettenis@gnu.org>
4054
4055 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
4056 GDB_OSABI_OPENBSD_ELF.
4057
4058 2004-08-07 Robert Millan <robertmh@gnu.org>
4059
4060 * bsd-kvm.c: Check for nlist.h before including it.
4061
4062 2004-08-09 Mark Kettenis <kettenis@gnu.org>
4063
4064 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
4065 sigcontext' offset consistency checks for ancient BSD.
4066
4067 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
4068
4069 * configure.in: Check for <sys/types.h>. Check return and
4070 argument types of ptrace.
4071 * configure, config.in: Regenerate.
4072
4073 2004-08-09 Jim Blandy <jimb@redhat.com>
4074
4075 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
4076 rs6000_register_sim_regno): Doc fixes.
4077
4078 2004-08-08 Joel Brobecker <brobecker@gnat.com>
4079
4080 * mips-tdep.c: Include "floatformat.h".
4081 (n32n64_floatformat_always_valid): New function.
4082 (floatformat_n32n64_long_double_big): New constant.
4083 (mips_gdbarch_init): Set size and format of long double
4084 for N32 and N64 ABIs.
4085 * Makefile.in (mips-tdep.o): Update dependencies.
4086
4087 2004-08-08 Andrew Cagney <cagney@gnu.org>
4088
4089 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
4090 print. Improve script's error messages.
4091 * gdbarch.h: Re-generate.
4092
4093 * gdbarch.sh (pformat): New function.
4094 (float_format, double_format, long_double_format): List with bit
4095 members. Use pformat when printing.
4096 * gdbarch.c, gdbarch.h: Re-generate.
4097
4098 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
4099
4100 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
4101 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
4102 (ppcnbsd_supply_pcb): New function.
4103 (_initialize_ppcnbsd_nat): New prototype and function.
4104 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4105 (LOADLIBES): New variable.
4106 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
4107
4108 2004-08-08 Andrew Cagney <cagney@gnu.org>
4109
4110 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
4111 (builtin_type_ieee_double, builtin_type_ia64_quad)
4112 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
4113 BE/LE floating-point types.
4114 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
4115 (builtin_type_ieee_double, builtin_type_ia64_quad)
4116 (builtin_type_ia64_spill): Declare.
4117 * doublest.c (_initialize_doublest, floatformat_ieee_single)
4118 (floatformat_ieee_double, floatformat_arm_ext)
4119 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
4120 of LE/BE floatformats.
4121 * doublest.h: (struct floatformat, floatformat_ieee_single)
4122 (floatformat_ieee_double, floatformat_arm_ext)
4123 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
4124
4125 2004-08-08 Mark Kettenis <kettenis@gnu.org>
4126
4127 * i386gnu-nat.c (gnu_store_registers): Fix typo.
4128
4129 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
4130 instead of regcache_raw_supply when storing the registers.
4131
4132 * i386gnu-nat.c: Update copyright year.
4133 (gnu_store_registers): Don't use deprecated_registers and
4134 deprecated_registers_valid. Use regcache_valid_p and
4135 regcache_raw_supply instead.
4136
4137 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
4138 frame_pc_unwind.
4139
4140 * procfs.c (procfs_pid_to_str): Remove redundant and unused
4141 variables. Incapitalized "process".
4142
4143 * configure.in: Add cursesX to the list of possible curses libs.
4144 Add cursesX.h to the list of possible curses headers.
4145 * configure, config.in: Regenerate.
4146
4147 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
4148
4149 * configure.in: Test for struct lwp in <sys/lwp.h>.
4150 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
4151 the offset of l_addr in struct lwp.
4152
4153 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
4154
4155 * bsd-kvm.c: Include "gdbcore.h"
4156 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
4157
4158 2004-08-07 Andrew Cagney <cagney@gnu.org>
4159
4160 * gdbtypes.c (build_flt, build_complex): New functions.
4161 (gdbtypes_post_init): Use.
4162
4163 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
4164
4165 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
4166 through to builtin_type_uint128.
4167
4168 * c-exp.y: Use builtin_type function to obtain builtin types.
4169
4170 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
4171 builtin_uint128.
4172 * gdbtypes.c (gdbtypes_post_init): Update.
4173 (build_gdbtypes): Move initialization of builtin_type_int0
4174 through to builtin_type_uint128 from here ...
4175 (_initialize_gdbtypes): ... to here.
4176 * d10v-tdep.c (d10v_register_type): Update.
4177
4178 * doublest.c: Update copyright.
4179 (floatformat_from_length): Call error when floatformat is NULL.
4180 (extract_floating_by_length): Remove NULL fmt check.
4181 (store_floating_by_length): Ditto.
4182
4183 2004-08-07 Andrew Cagney <cagney@gnu.org>
4184
4185 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
4186 that the register is valid.
4187
4188 2004-08-05 Mark Kettenis <kettenis@chello.nl>
4189
4190 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4191 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
4192 struct frame_info *. Use safe_frame_unwind_memory instead of
4193 deprecated_read_memory_nobpt.
4194 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
4195 changed signature of i386_linux_sigtramp_start and
4196 i386_linux_rt_sigtramp_start.
4197
4198 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
4199 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
4200 instead of deprecated_read_memory_nobpt.
4201 (i386nbsd_sigtramp_p): Adjust for changed signature of
4202 i386nbsd_sigtramp_offset.
4203
4204 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
4205 safe_frame_unwind_memory instead of target_read_memory.
4206
4207 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4208 !NO_SYS_FILE.
4209 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
4210 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
4211 (_initialize_kernel_u_addr): Remove prototype and function.
4212 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4213 !NO_SYS_FILE.
4214 * xcoffread.c: Likewise.
4215
4216 2004-08-06 Mark Kettenis <kettenis@gnu.org>
4217
4218 * vax-nat.c: New file.
4219 * vaxbsd-nat.c: Tweak comment.
4220 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
4221 vaxnbsd-tdep.c.
4222 (vax-nat.o): New dependency.
4223 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
4224 (vax-*-ultrix2*): Remove.
4225 * config/vax/vax.mh: New file.
4226 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
4227 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
4228 (vax_register_u_addr): New prototype.
4229 (REGISTER_U_ADDR): Define using vax_register_u_addr.
4230 * config/vax/vaxult2.mh: Remove file.
4231 * config/vax/vaxult.mh: Remove file.
4232 * config/vax/vaxbsd.mh: Remove file.
4233 * config/vax/vax.mt (TM_FILE): Remove.
4234 * config/vax/tm-vaxbsd.h: Remove file.
4235
4236 2004-08-06 Joel Brobecker <brobecker@gnat.com>
4237
4238 * aix-thread.c (get_signaled_thread): New function.
4239 (iter_trap): Delete, no longer used.
4240 (iter_tid): New function.
4241 (pd_update): Find the thread that received the SIGTRAP signal
4242 by first locating the kernel thread, and then finding its
4243 associated thread.
4244
4245 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
4246
4247 * lin-lwp.c (child_wait): Continue inferior after processing
4248 PTRACE_EVENT_CLONE event.
4249
4250 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
4251
4252 * MAINTAINERS: Add self to Write-After-Approval.
4253
4254 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
4255
4256 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
4257 libunwind-xxxx.so" where xxxx is UNW_TARGET.
4258
4259 2004-08-05 Andrew Cagney <cagney@gnu.org>
4260
4261 * config/xm-sysv4.h: Delete file.
4262 * config/mips/xm-irix5.h: Delete file.
4263 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
4264 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
4265 * config/ia64/xm-aix.h: Delete file.
4266 * config/ia64/aix.mh (XM_FILE): Delete.
4267 * config/pa/xm-hppah.h: Delete file.
4268 * config/pa/hpux11w.mh (XM_FILE): Delete.
4269 * config/pa/hpux11.mh (XM_FILE): Delete.
4270 * config/pa/hpux1020.mh (XM_FILE): Delete.
4271 * config/pa/hppahpux.mh (XM_FILE): Delete.
4272
4273 * config/alpha/xm-alphalinux.h: Delete file.
4274 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
4275 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
4276 * config/alpha/xm-alphaosf.h: Delete file.
4277 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
4278 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
4279 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
4280 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
4281
4282 * config/i386/xm-i386v.h: Delete file.
4283 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
4284 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
4285 * config/i386/xm-i386sco.h: Delete file.
4286 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
4287 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
4288 * config/i386/xm-i386v4.h: Delete file.
4289 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
4290 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
4291 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
4292 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
4293
4294 * config/vax/xm-vax.h: Delete file.
4295 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
4296 * config/vax/xm-vaxult2.h: Delete file.
4297 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
4298 * config/vax/vaxult2.mh (XM_FILE): Delete.
4299 * config/vax/xm-vaxult.h: Delete file.
4300 * config/vax/vaxult.mh (XM_FILE): Delete.
4301 * config/vax/xm-vaxbsd.h: Delete file.
4302 * config/vax/vaxbsd.mh (XM_FILE): Delete.
4303
4304 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
4305 * gdbarch.h, gdbarch.c: Re-generate.
4306 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
4307 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
4308 * frame.h: Delete deprecated_read_fp from comments.
4309 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
4310 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
4311
4312 2004-08-04 Mark Kettenis <kettenis@gnu.org>
4313
4314 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
4315 trampoline in OpenBSD 3.5-current.
4316
4317 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
4318 SSE registers.
4319
4320 * Makefile.in: Remove embedded page breaks.
4321
4322 2004-08-04 Jim Blandy <jimb@redhat.com>
4323
4324 * regcache.c (regcache_raw_read): Assert that, after calling
4325 target_fetch_registers, the register we're reading is cached.
4326
4327 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
4328 a call to 'internal_error', with a more helpful error message.
4329 * rs6000-tdep.c (e500_pseudo_register_read,
4330 e500_pseudo_register_write, rs6000_store_return_value): Same.
4331
4332 2004-08-04 Andrew Cagney <cagney@gnu.org>
4333
4334 * Makefile.in: Update dependencies.
4335
4336 2004-08-04 Jim Blandy <jimb@redhat.com>
4337
4338 Change the layout of the PowerPC E500 raw register cache to allow
4339 the lower 32-bit halves of the GPRS to be their own raw registers,
4340 not pseudoregisters.
4341 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
4342 add ppc_ev0_upper_regnum flag.
4343 * rs6000-tdep.c: #include "reggroups.h".
4344 (spe_register_p): Recognize the ev upper half registers as SPE
4345 registers.
4346 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
4347 registers.
4348 (e500_move_ev_register): New function.
4349 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
4350 vector registers are the pseudo-registers now, formed by splicing
4351 together the gprs and the upper-half registers.
4352 (e500_register_reggroup_p): New function.
4353 (P): Macro deleted.
4354 (P8, A4): New macro.
4355 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
4356 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
4357 macros.
4358 (registers_e500): Rearrange register set so that the raw register
4359 set contains 32-bit GPRs and upper-half registers, and the SPE
4360 vector registers become pseudo-registers.
4361 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
4362 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
4363 register numbers are now the same for the E500 as they are for
4364 other PowerPC variants. Register e500_register_reggroup_p as the
4365 register group function for the E500.
4366 * Makefile.in (rs6000-tdep.o): Update dependencies.
4367
4368 Adapt PPC E500 native support to the new raw regcache layout.
4369 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
4370 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
4371 (fetch_spe_register, store_spe_register): Handle fetching/storing
4372 all the SPE registers at once, if regno == -1. These now take
4373 over the job of fetch_spe_registers and store_spe_registers.
4374 (fetch_spe_registers, store_spe_registers): Deleted.
4375 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
4376 unconditionally; they're always raw. Fetch/store SPE upper half
4377 registers, if present, instead of ev registers.
4378 (fetch_register, store_register): Remove sanity checks: gprs are
4379 never pseudo-registers now, so we never need to even mention any
4380 registers that are ever pseudoregisters.
4381
4382 Use a fixed register numbering when communicating with the PowerPC
4383 simulator.
4384 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
4385 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
4386 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
4387 New functions.
4388 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
4389 init_sim_regno_table.
4390 * Makefile.in (gdb_sim_ppc_h): New variable.
4391 (rs6000-tdep.o): Update dependencies.
4392
4393 2004-08-02 Andrew Cagney <cagney@gnu.org>
4394
4395 * cris-tdep.c (cris_register_size): Restore function, still used
4396 locally.
4397
4398 * gdbarch.sh (deprecated_target_read_fp)
4399 (deprecated_frame_locals_address, deprecated_frame_args_address)
4400 (deprecated_frame_chain_valid, deprecated_frame_chain)
4401 (deprecated_init_extra_frame_info, deprecated_pop_frame)
4402 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
4403 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
4404 * gdbarch.h, gdbarch.c: Re-generate.
4405 * regcache.c (deprecated_read_fp): Do not call
4406 DEPRECATED_TARGET_READ_FP_P.
4407 * infcmd.c (default_print_registers_info): Do not call
4408 DEPRECATED_DO_REGISTERS_INFO.
4409 * frame-base.c (default_frame_locals_address): Do not call
4410 DEPRECATED_FRAME_LOCALS_ADDRESS.
4411 (default_frame_args_address): Do not call
4412 DEPRECATED_FRAME_ARGS_ADDRESS.
4413
4414 * gdbarch.sh (deprecated_register_raw_size)
4415 (deprecated_register_virtual_size:int): Delete.
4416 * gdbarch.h, gdbarch.c: Re-generate.
4417 * cris-tdep.c (cris_register_size): Delete.
4418 (cris_gdbarch_init): Update.
4419 * alpha-tdep.c (alpha_register_raw_size)
4420 (alpha_register_virtual_size): Delete.
4421 (alpha_gdbarch_init): Update.
4422
4423 * gdbarch.sh (deprecated_register_virtual_type)
4424 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
4425 (deprecated_dummy_write_sp): Delete.
4426 * gdbarch.h, gdbarch.c: Re-generate.
4427
4428 * gdbarch.sh (deprecated_register_bytes): Delete.
4429 * gdbarch.h, gdbarch.c: Re-generate.
4430 * regcache.c (deprecated_register_bytes): New function.
4431 * regcache.h (deprecated_register_bytes): Declare.
4432 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4433 * v850-tdep.c (v850_gdbarch_init): Update.
4434 * sh64-tdep.c (sh64_gdbarch_init): Update.
4435 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4436 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4437 * mcore-tdep.c (mcore_gdbarch_init): Update.
4438 * cris-tdep.c (cris_gdbarch_init): Update.
4439 * arm-tdep.c (arm_gdbarch_init): Update.
4440 * remote.c (init_remote_state): Update.
4441 * remote-vx.c (vx_prepare_to_store): Update.
4442 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
4443 * irix5-nat.c (fetch_core_registers): Update.
4444 * cris-tdep.c (cris_register_bytes_ok): Update.
4445 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4446
4447 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
4448 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
4449 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
4450 (mips_insn16_frame_base_address, mips_insn16_frame_base)
4451 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
4452 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
4453 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
4454 (mips_insn32_frame_base_address, mips_insn32_frame_base)
4455 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
4456 with mips_insn16 and mips_insn32.
4457
4458 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
4459 * rs6000-tdep.c (rs6000_push_dummy_call)
4460 (rs6000_extract_return_value): Use register_size.
4461 * xstormy16-tdep.c (xstormy16_get_saved_register)
4462 (xstormy16_extract_return_value): Ditto.
4463 * valops.c (value_assign): Ditto.
4464 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
4465 * v850-tdep.c (v850_extract_return_value): Ditto.
4466 * tracepoint.c (collect_symbol): Ditto.
4467 * target.c (debug_print_register): Ditto.
4468 * stack.c (frame_info): Ditto.
4469 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
4470 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4471 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
4472 (store_register_using_P): Ditto.
4473 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4474 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
4475 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4476 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
4477 * regcache.c (deprecated_read_register_bytes)
4478 (deprecated_write_register_bytes, read_register)
4479 (write_register): Ditto.
4480 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
4481 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
4482 * monitor.c (monitor_supply_register, monitor_fetch_register)
4483 (monitor_store_register): Ditto.
4484 * mn10300-tdep.c (mn10300_pop_frame_regular)
4485 (mn10300_print_register): Ditto.
4486 * mipsv4-nat.c (fill_fpregset): Ditto.
4487 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
4488 (mips64_fill_fpregset): Ditto.
4489 * mi/mi-main.c (register_changed_p, get_register)
4490 (mi_cmd_data_write_register_values): Ditto.
4491 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
4492 * irix5-nat.c (fill_gregset, fetch_core_registers):
4493 * infrun.c (write_inferior_status_register): Ditto.
4494 * infptrace.c (fetch_register, store_register): Ditto.
4495 * infcmd.c (default_print_registers_info): Ditto.
4496 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
4497 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
4498 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
4499 * hpux-thread.c (hpux_thread_fetch_registers)
4500 (hpux_thread_store_registers): Ditto.
4501 * hppah-nat.c (store_inferior_registers, fetch_register):
4502 * findvar.c (value_from_register): Ditto.
4503 * dve3900-rom.c (fetch_bitmapped_register):
4504 * cris-tdep.c (cris_gdbarch_init): Ditto.
4505 * alpha-tdep.h: Ditto.
4506 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
4507
4508 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
4509 DEPRECATED_REGISTER_RAW_SIZE from comments.
4510 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
4511 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
4512 DEPRECATED_REGISTER_RAW_SIZE.
4513 * findvar.c (value_of_register): Simplify by assuming that the
4514 registers raw and virtual sizes are identical.
4515 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
4516 comment.
4517 * arch-utils.c (generic_register_size): Simplify by assuming
4518 register_type.
4519
4520 * regcache.c (legacy_read_register_gen, real_register)
4521 (legacy_write_register_gen): Delete, not used.
4522
4523 * regcache.c (struct regcache_descr): Delete legacy_p.
4524 (init_legacy_regcache_descr): Delete function.
4525 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
4526 Do not use deprecated register functions.
4527 (regcache_raw_read, deprecated_write_register_gen):
4528 (deprecated_read_register_gen, regcache_raw_write): Delete code
4529 predicated on legacy_p.
4530 (register_size): Delete check against register raw size.
4531
4532 * cris-tdep.c (cris_register_type): Replace
4533 cris_register_virtual_type.
4534 (cris_gdbarch_init): Update, set register_type.
4535
4536 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
4537 * gdbarch.h, gdbarch.c: Re-generate.
4538 * arm-tdep.c (arm_frameless_function_invocation): Delete.
4539 (arm_gdbarch_init) Do not set frameless function invocation.
4540 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
4541 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
4542 * frv-tdep.c (frv_frameless_function_invocation): Delete.
4543 (frv_gdbarch_init): Do not set frameless function invocation.
4544 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4545 * sh-tdep.c (sh_gdbarch_init): Ditto.
4546 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4547 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4548 * avr-tdep.c (avr_gdbarch_init): Ditto.
4549
4550 * blockframe.c (legacy_frame_chain_valid): Delete function.
4551
4552 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
4553 and pc. Update comments.
4554 (pc_in_dummy_frame): Delete function.
4555 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
4556 use the "id".
4557 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
4558 call_hi, top and pc, use the id.
4559 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
4560
4561 * dummy-frame.c: Include "gdb_string.h".
4562 (generic_save_call_dummy_addr, generic_push_dummy_frame)
4563 (generic_save_dummy_frame_tos): Delete.
4564 (dummy_frame_push): New function, replaces above.
4565 * dummy-frame.h: Update copyright.
4566 (dummy_frame_push): Declare.
4567 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
4568 (generic_save_call_dummy_addr): Delete declarations.
4569 * infcall.c: Include "dummy-frame.h".
4570 (call_function_by_hand): Add locals caller_regcache,
4571 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
4572 with call to frame_save_as_regcache plus cleanup. Delete calls to
4573 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
4574 Move clear_proceed_status to just before the resume, add call to
4575 dummy_frame_push (discard cleanup).
4576 * Makefile.in (infcall.o): Add $(dummy_frame_h).
4577 (dummy-frame.o): Add $(gdb_string_h).
4578
4579 2004-08-01 Andrew Cagney <cagney@gnu.org>
4580
4581 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
4582 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
4583 * dummy-frame.c (find_dummy_frame): Delete.
4584 (struct dummy_frame_cache, dummy_frame_sniffer)
4585 (dummy_frame_prev_register, dummy_frame_this_id)
4586 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
4587 frame unwinder using a dummy_frame_cache.
4588
4589 2004-08-01 Andrew Cagney <cagney@gnu.org>
4590
4591 * frame.h (frame_save_as_regcache): Declare.
4592 * frame.c (frame_save_as_regcache): New function.
4593 (do_frame_read_register): Replace do_frame_unwind_register.
4594 (frame_pop): Use frame_save_as_regcache.
4595 * dummy-frame.c (generic_push_dummy_frame): Use
4596 frame_save_as_regcache.
4597
4598 2004-08-01 Joel Brobecker <brobecker@gnat.com>
4599
4600 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
4601 file as included until we record the first line in the linetable.
4602
4603 2004-08-01 Andrew Cagney <cagney@gnu.org>
4604
4605 * frame.h (deprecated_pop_dummy_frame)
4606 (deprecated_read_register_dummy)
4607 (deprecated_generic_find_dummy_frame): Delete.
4608 * dummy-frame.c (deprecated_generic_find_dummy_frame)
4609 (deprecated_read_register_dummy)
4610 (deprecated_find_dummy_frame_regcache)
4611 (discard_innermost_dummy)
4612 (deprecated_pop_dummy_frame): Delete.
4613 (dummy_frame_this_id): Simplify.
4614 (struct dummy_frame): Delete "fp" and "sp".
4615 (find_dummy_frame): Simplify.
4616 (generic_push_dummy_frame): Do not set "fp" or "sp".
4617 (fprint_dummy_frames): Do not print "fp" and "sp"
4618
4619 2004-08-01 Mark Kettenis <kettenis@gnu.org>
4620
4621 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
4622 (struct i386_insn): New structure.
4623 (i386_match_insn): New function.
4624 (i386_frame_setup_skip_insns): New variable.
4625 (i386_analyze_frame_setup): Change to use i386_match_insn and the
4626 array i386_frame_setup_insns of instructions that should be
4627 skipped inside the frame setup sequence.
4628
4629 2004-08-01 Andrew Cagney <cagney@gnu.org>
4630
4631 * frame.h (deprecated_frame_xmalloc_with_cleanup)
4632 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4633 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4634 * stack.c (frame_info): Delete references to
4635 DEPRECATED_FRAME_INIT_SAVED_REGS and
4636 deprecated_get_frame_saved_regs.
4637 * frame.c (struct frame_info): Delete saved_regs and extra_info.
4638 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
4639 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
4640 (frame_unwind_register_signed)
4641 (frame_unwind_register_unsigned)
4642 (frame_unwind_unsigned_register): Use register_size.
4643 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
4644 (deprecated_frame_xmalloc_with_cleanup)
4645 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4646 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4647
4648 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
4649 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
4650 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
4651 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
4652
4653 * infcall.c (call_function_by_hand): Do not use
4654 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
4655 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
4656 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
4657 DEPRECATED_STACK_ALIGN.
4658
4659 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
4660
4661 Committed by Andrew Cagney.
4662 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
4663
4664 2004-08-01 Andrew Cagney <cagney@gnu.org>
4665
4666 * mips-tdep.c (mips16_frame_cache)
4667 (mips16_frame_this_id, mips16_frame_prev_register)
4668 (mips16_frame_unwind, mips16_frame_sniffer)
4669 (mips16_frame_base_address, mips16_frame_base)
4670 (mips16_frame_base_sniffer, mips32_frame_cache)
4671 (mips32_frame_this_id, mips32_frame_prev_register)
4672 (mips32_frame_unwind, mips32_frame_sniffer)
4673 (mips32_frame_base_address, mips32_frame_base)
4674 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
4675 separate heuristic mips16 and mips32 unwinders.
4676 (mips_stub_frame_cache, mips_stub_frame_this_id)
4677 (mips_stub_frame_prev_register)
4678 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
4679 (mips_stub_frame_base_address, mips_stub_frame_base)
4680 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
4681 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
4682 match true mdebug frames.
4683 (non_heuristic_proc_desc): Add forward declaration.
4684
4685 2004-08-01 Andrew Cagney <cagney@gnu.org>
4686
4687 * config/mips/tm-irix6.h: Delete file.
4688 * config/mips/tm-irix5.h: Delete file.
4689 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
4690 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
4691
4692 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
4693 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
4694 * config/nm-gnu.h (NO_CORE_OPS): Delete.
4695 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
4696 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
4697 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
4698 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
4699 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
4700 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
4701 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
4702 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
4703 (TARGET_SIGNAL_RAW_VALUES): Delete.
4704 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4705 Delete.
4706 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
4707 (TARGET_HW_WATCH_LIMIT): Delete.
4708 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
4709 * minimon.h: Delete file.
4710
4711 * trad-frame.c (trad_frame_get_this_base)
4712 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
4713 functions.
4714 * trad-frame.h (trad_frame_set_this_base)
4715 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
4716
4717 2004-07-31 Andrew Cagney <cagney@gnu.org>
4718
4719 * trad-frame.c (trad_frame_get_prev_register): Rename
4720 trad_frame_get_prev_register.
4721 * vax-tdep.c (vax_frame_prev_register): Update.
4722 * trad-frame.h: Update.
4723 * trad-frame.c (trad_frame_get_register): Update.
4724 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
4725 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
4726 Update.
4727 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
4728 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
4729 Update.
4730 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
4731 Update.
4732 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
4733 Update.
4734 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
4735 Update.
4736 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
4737 Update.
4738 * s390-tdep.c (s390_frame_prev_register)
4739 (s390_stub_frame_prev_register)
4740 (s390_sigtramp_frame_prev_register): Update.
4741 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
4742 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
4743 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
4744 * m88k-tdep.c (m88k_frame_prev_register)
4745 * m68hc11-tdep.c (m68hc11_frame_prev_register)
4746 * m32r-tdep.c (m32r_frame_prev_register): Update.
4747 * hppa-tdep.c (hppa_frame_prev_register_helper)
4748 * frv-tdep.c (frv_frame_prev_register): Update.
4749 * d10v-tdep.c (d10v_frame_prev_register): Update.
4750 * cris-tdep.c (cris_frame_prev_register): Update.
4751 * avr-tdep.c (avr_frame_prev_register): Update.
4752 * arm-tdep.c (arm_prologue_prev_register)
4753 (arm_sigtramp_prev_register): Update.
4754
4755 2004-07-31 Andrew Cagney <cagney@gnu.org>
4756
4757 * frame.h (legacy_saved_regs_unwind)
4758 (legacy_frame_chain_valid, legacy_frame_p)
4759 (enum frame_type): Delete UNKNOWN_FRAME.
4760 * dummy-frame.c (dummy_frame_this_id): Simplify.
4761 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
4762 * frame.c (struct frame_info): Delete the field "type".
4763 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
4764 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
4765 (legacy_saved_regs_unwind, legacy_frame_p)
4766 (frame_type_from_pc): Delete.
4767 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
4768 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
4769
4770 2004-07-31 Mark Kettenis <kettenis@gnu.org>
4771
4772 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4773 indentation.
4774
4775 * mips-nat.c: Remove file.
4776 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4777 (mips-nat.o): Remove dependency.
4778
4779 * infptrace.c: Update copyright year.
4780 (fetch_register): Pass NULL in regcache_raw_supply call instead of
4781 explicitly setting the buffer to all zeroes.
4782
4783 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
4784 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
4785
4786 2004-07-30 Andrew Cagney <cagney@gnu.org>
4787
4788 * GDB 6.2 released from gdb_6_2-branch.
4789
4790 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4791
4792 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4793
4794 * exec.c (exec_file_attach):
4795 * nto-tdep.c (nto_find_and_open_solib):
4796 * pa64solib.c (pa64_solib_sizeof_symbol_table):
4797 * solib.c (solib_open):
4798 * somsolib.c (som_solib_sizeof_symbol_table):
4799 * source.c (is_regular_file, openp, open_source_file):
4800 * symfile.c (symfile_bfd_open):
4801 * wince.c (upload_to_device): Differentiate between the search for
4802 binary and source files.
4803
4804 2004-07-30 Andrew Cagney <cagney@gnu.org>
4805
4806 * complaints.c (_initialize_complaints): Pass NULL to
4807 add_setshow_zinteger_cmd for help_doc.
4808 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4809
4810 2004-07-30 Andrew Cagney <cagney@gnu.org>
4811
4812 Fix PR i18n/761.
4813 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4814 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4815 $(PACKAGE).pot and update-po.
4816 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4817 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4818 (update-po): New rules.
4819 (localedir): Define using autoconf.
4820 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4821 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4822 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4823 * configure.in: Generate CATALOGS and LINGUAS from contents of
4824 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
4825 * configure: Re-generate.
4826 * po/gdbtext: New file
4827
4828 2004-07-30 Jerome Guitton <guitton@gnat.com>
4829
4830 * MAINTAINERS: Reorder Write After Approval list in alphabetical
4831 order.
4832
4833 2004-07-30 David Lecomber <dsl@sources.redhat.com>
4834
4835 * dwarf2read.c (read_file_scope): Set producer if attribute
4836 present.
4837 (struct dwarf2_cu): Added new member producer.
4838
4839 2004-07-30 Jerome Guitton <guitton@gnat.com>
4840
4841 * inflow.c (kill_command): release file handles in BFD.
4842 * exec.c (exec_file_attach): Ditto.
4843 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4844
4845 2004-07-29 Andrew Cagney <cagney@gnu.org>
4846
4847 * PROBLEMS (mips-irix): Note that it is broken.
4848
4849 2004-07-29 Andrew Cagney <cagney@gnu.org>
4850
4851 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4852 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4853
4854 * config/xm-nbsd.h: Delete file.
4855 * config/arm/xm-nbsd.h: Delete file.
4856 * config/i386/xm-nbsd.h: Delete file.
4857 * config/ns32k/xm-nbsd.h: Delete file.
4858 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4859 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4860 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4861 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4862 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4863
4864 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4865 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4866 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4867 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4868 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4869 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4870
4871 * config/powerpc/xm-linux.h: Delete empty file.
4872 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4873 * config/powerpc/linux.mh (XM_FILE): Delete.
4874 * config/m68k/xm-linux.h: Delete empty file.
4875 * config/m68k/linux.mh (XM_FILE): Delete.
4876 * config/ia64/xm-linux.h: Delete empty file.
4877 * config/ia64/linux.mh (XM_FILE): Delete.
4878 * config/arm/xm-linux.h: Delete empty file.
4879 * config/arm/linux.mh (XM_FILE): Delete.
4880
4881 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4882 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4883 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4884 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4885 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4886 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4887 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4888 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4889
4890 * config/m68k/xm-m68k.h: Delete file.
4891 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4892 copyright.
4893 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4894 * config/pa/xm-linux.h: Delete empty file.
4895 * config/pa/linux.mh (XM_FILE): Delete.
4896 * config/i386/xm-i386.h: Delete empty file.
4897 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4898 "i386/xm-i386.h".
4899 * config/i386/obsdaout.mh (XM_FILE): Delete.
4900 * config/i386/obsd64.mh (XM_FILE): Delete.
4901 * config/i386/fbsd64.mh (XM_FILE): Delete.
4902 * config/i386/nto.mh (XM_FILE): Delete.
4903 * config/i386/obsd.mh (XM_FILE): Delete.
4904 * config/i386/linux64.mh (XM_FILE): Delete.
4905 * config/i386/linux.mh (XM_FILE): Delete.
4906 * config/i386/i386sol2.mh (XM_FILE): Delete.
4907 * config/i386/i386gnu.mh (XM_FILE): Delete.
4908 * config/i386/fbsd.mh (XM_FILE): Delete.
4909 * config/i386/nbsd64.mh (XM_FILE): Delete.
4910
4911 2004-07-29 Andrew Cagney <cagney@gnu.org>
4912
4913 * config/pa/xm-linux.h: Do not include "floatformat.h".
4914 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4915 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4916 * config/i386/xm-i386.h: Do not include "floatformat.h".
4917 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4918 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4919 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4920 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
4921 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4922 GDB_HOST_LONG_DOUBLE_FORMAT instead.
4923 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4924 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4925 * configure, config.in: Regenerate.
4926 * configure.host (gdb_host_float_format, gdb_host_double_format)
4927 (gdb_host_long_double_format): Set according to the host.
4928
4929 2004-07-29 Andrew Cagney <cagney@gnu.org>
4930
4931 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4932
4933 2004-07-28 Andrew Cagney <cagney@gnu.org>
4934
4935 * PROBLEMS: Mention threads/1650.
4936 * NEWS: Mention the NPTL fix.
4937
4938 2004-07-28 Andrew Cagney <cagney@gnu.org>
4939
4940 * cli/cli-decode.c (add_setshow_cmd): Delete function.
4941 (add_setshow_cmd_full): Make static.
4942 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4943 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4944 * cli/cli-decode.c (add_setshow_filename_cmd)
4945 (add_setshow_string_cmd): New functions.
4946 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
4947 * mips-tdep.c (_initialize_mips_tdep): Update.
4948 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
4949 * cli/cli-logging.c (_initialize_cli_logging): Update.
4950 * complaints.c (_initialize_complaints): Update.
4951 * remote.c (_initialize_remote): Update.
4952
4953 2004-07-28 Andrew Cagney <cagney@gnu.org>
4954
4955 * cli/cli-decode.c (add_setshow_zinteger_cmd)
4956 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4957 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4958 print parameters. Make string parameters constant.
4959 * command.h: Update. Update copyright.
4960 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4961 * observer.c (_initialize_observer): Ditto.
4962 * frame.c (_initialize_frame): Ditto.
4963 * complaints.c (_initialize_complaints): Ditto.
4964 * maint.c (_initialize_maint_cmds): Ditto.
4965 * target.c (initialize_targets): Ditto.
4966 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4967 * infcall.c (_initialize_infcall): Ditto.
4968 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4969 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4970 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4971 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4972 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4973
4974 2004-07-28 Andrew Cagney <cagney@gnu.org>
4975
4976 * gdbtypes.c (lookup_primitive_typename): Delete function.
4977 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4978 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4979 * gdbtypes.c (lookup_typename): Ditto.
4980 * f-exp.y (yylex): Ditto.
4981 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4982
4983 * scm-lang.c (c_builtin_types): Delete extern declaration.
4984 (scm_language_defn): Replace
4985 string_char_type and primitive_type_vector with
4986 la_language_arch_info.
4987 * jv-lang.c (java_language_defn): Replace
4988 string_char_type and primitive_type_vector with
4989 la_language_arch_info.
4990 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4991 c_builtin_types in comment.
4992 * c-lang.h (struct language_arch_info): Declare opaque.
4993 (c_language_arch_info): Declare.
4994 (c_builtin_types): Delete declaration.
4995 * c-lang.c (c_language_arch_info): Set string_char_type to
4996 builtin_char, not builtin_true_char. Make global.
4997 (c_builtin_types): Delete array.
4998 (asm_language_defn, minimal_language_defn): Replace
4999 string_char_type and primitive_type_vector with
5000 la_language_arch_info.
5001
5002 2004-07-28 Andrew Cagney <cagney@gnu.org>
5003
5004 * gdbtypes.h (struct builtin_type): Rename true_char to
5005 builtin_true_char.
5006 * gdbtypes.c (gdbtypes_post_init): Update.
5007 * c-lang.c (arch_info): New function.
5008 (enum c_primitive_types): New enum.
5009 (c_language_defn): Instead of string_char_type and
5010 primitive_type_vector set la_language_arch_info.
5011
5012 2004-07-28 Andrew Cagney <cagney@gnu.org>
5013
5014 * language.h (struct language_arch_info): Fix typo
5015 s/primative/primitive/.
5016 * gdbtypes.c (lookup_primitive_typename): Ditto.
5017 * language.c (language_lookup_primitive_type_by_name)
5018 (unknown_language_arch_info): Ditto.
5019
5020 2004-07-27 Andrew Cagney <cagney@gnu.org>
5021
5022 * defs.h (enum language): Add nr_languages.
5023 * language.h (struct language_arch_info): Define.
5024 (struct language_defn): Add la_language_arch_info.
5025 (language_lookup_primative_type_by_name): Declare.
5026 (language_string_char_type): Declare.
5027 * language.c (_initialize_language, language_gdbarch_post_init)
5028 (struct language_gdbarch, language_gdbarch_data): Implement
5029 per-architecture language information.
5030 (unknown_language_arch_info, language_string_char_type)
5031 (language_lookup_primative_type_by_name): New functions.
5032 (unknown_language_defn, auto_language_defn)
5033 (local_language_defn): Set la_language_arch_info to
5034 unknown_language_arch_info.
5035 (unknown_builtin_types): Delete.
5036 * gdbtypes.c (lookup_primitive_typename): Use
5037 language_lookup_primative_type_by_name.
5038 (create_string_type): Use language_string_char_type.
5039 * values.c (value_from_string): Use language_string_char_type.
5040 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
5041 * p-lang.c (pascal_language_defn): Ditto.
5042 * m2-lang.c (m2_language_defn): Ditto.
5043 * jv-lang.c (java_language_defn): Ditto.
5044 * objc-lang.c (objc_language_defn): Ditto.
5045 * f-lang.c (f_language_defn): Ditto.
5046 * c-lang.c (c_language_defn, cplus_language_defn)
5047 (asm_language_defn, minimal_language_defn): Ditto.
5048
5049 2004-07-27 Andrew Cagney <cagney@gnu.org>
5050
5051 * gdbtypes.h (struct builtin_type): Declare.
5052 (builtin_type): Declare.
5053 * d10v-tdep.c (d10v_register_type): Use builtin_type.
5054 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
5055 (gdbtypes_post_init): New function.
5056 (builtin_type): New function.
5057
5058 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
5059
5060 * remote-m32r-sdi.c: Fix breakpoint bug.
5061 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
5062 recv_char_data, recv_long_data): New functions to replace communication
5063 sequences.
5064
5065 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
5066
5067 Document PR threads/1650.
5068 * PROBLEMS (Threads): Document problem with many threads
5069
5070 2004-07-26 Andrew Cagney <cagney@gnu.org>
5071
5072 * gdb-mi.el: Move from here ...
5073 * mi/gdb-mi.el: ... to here.
5074
5075 2004-07-26 Andrew Cagney <cagney@gnu.org>
5076
5077 Problem reported by Ashley Pittman <ashley@quadrics.com>.
5078 * main.c (captured_main): When in batch mode always detach.
5079
5080 2004-07-26 Andrew Cagney <cagney@gnu.org>
5081
5082 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
5083 and h8300 as broken.
5084 * NEWS: END-OF-LIFE frame compatibility module.
5085 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
5086 specific comments.
5087
5088 2004-07-26 Andrew Cagney <cagney@gnu.org>
5089
5090 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
5091 * xcoffsolib.c (_initialize_xcoffsolib): Update.
5092 * wince.c (_initialize_wince): Update.
5093 * win32-nat.c (_initialize_win32_nat): Update.
5094 * varobj.c (_initialize_varobj): Update.
5095 * valops.c (_initialize_valops): Update.
5096 * utils.c (initialize_utils, initialize_utils): Update.
5097 * tui/tui-win.c (_initialize_tui_win): Update.
5098 * top.c (init_main): Update.
5099 * symfile.c (_initialize_symfile): Update.
5100 * source.c (_initialize_source): Update.
5101 * somsolib.c (_initialize_som_solib): Update.
5102 * solib.c (_initialize_solib): Update.
5103 * solib-frv.c (_initialize_frv_solib): Update.
5104 * serial.c (_initialize_serial): Update.
5105 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
5106 * remote.c (_initialize_remote, _initialize_remote): Update.
5107 * remote-vx.c (_initialize_vx): Update.
5108 * remote-utils.c (_initialize_sr_support): Update.
5109 * remote-sds.c (_initialize_remote_sds): Update.
5110 * remote-mips.c (_initialize_remote_mips): Update.
5111 * remote-e7000.c (_initialize_remote_e7000): Update.
5112 * proc-api.c (_initialize_proc_api): Update.
5113 * printcmd.c: Update.
5114 * parse.c (_initialize_parse): Update.
5115 * pa64solib.c (_initialize_pa64_solib): Update.
5116 * p-valprint.c (_initialize_pascal_valprint): Update.
5117 * monitor.c (_initialize_remote_monitors): Update.
5118 * mips-tdep.c (_initialize_mips_tdep): Update.
5119 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5120 * maint.c (_initialize_maint_cmds): Update.
5121 * lin-lwp.c (_initialize_lin_lwp): Update.
5122 * language.c (_initialize_language): Update.
5123 * kod.c (_initialize_kod): Update.
5124 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
5125 * i386-tdep.c (_initialize_i386_tdep): Update.
5126 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
5127 * gdbarch.sh: Update.
5128 * gdbarch.c: Re-generate.
5129 * gdb-events.sh: Update.
5130 * gdb-events.c: Re-generate.
5131 * frame.c (_initialize_frame): Update.
5132 * exec.c: Update.
5133 * demangle.c (_initialize_demangler): Update.
5134 * dcache.c (_initialize_dcache): Update.
5135 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
5136 * cp-valprint.c (_initialize_cp_valprint): Update.
5137 * corefile.c (_initialize_core): Update.
5138 * command.h: Update.
5139 * cli/cli-decode.h: Update.
5140 * cli/cli-cmds.c (init_cli_cmds): Update.
5141 * charset.c (_initialize_charset): Update.
5142 * breakpoint.c (_initialize_breakpoint): Update.
5143 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
5144 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5145 * aix-thread.c (_initialize_aix_thread): Update.
5146
5147 2004-07-24 Mark Kettenis <kettenis@gnu.org>
5148
5149 Partial fix for PR backtrace/1718.
5150 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
5151 that GCC migrates into the prolugue. Don't handle any
5152 instructions that clobber %ebx.
5153
5154 2004-07-23 Andrew Cagney <cagney@gnu.org>
5155
5156 Use regcache_raw_collect instead of regcache_collect.
5157 * regcache.h (regcache_collect): Delete declaration.
5158 * regcache.c (regcache_colect): Delete function.
5159 * win32-nat.c (do_child_store_inferior_registers): Update.
5160 * sol-thread.c (sol_thread_store_registers): Update.
5161 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
5162 * rs6000-nat.c (store_register): Update.
5163 * remote.c (store_register_using_P, remote_store_registers): Update.
5164 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
5165 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
5166 (fill_vrregset, store_spe_registers, fill_gregset)
5167 (fill_gregset): Update.
5168 * nto-procfs.c (procfs_store_registers): Update.
5169 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
5170 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
5171 * m68klinux-nat.c (store_register, fill_gregset): Update.
5172 * m68k-tdep.c (fill_gregset): Update.
5173 * infptrace.c (store_register): Update.
5174 * i386-nto-tdep.c (i386nto_regset_fill): Update.
5175 * i386-linux-nat.c (store_register, fill_gregset): Update.
5176 * hppa-linux-nat.c (fill_gregset): Update.
5177 * go32-nat.c (store_register): Update.
5178 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
5179 (store_fp_regs): Update.
5180 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
5181 (store_nwfpe_extended, store_fpregister, store_fpregs)
5182 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
5183 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
5184 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
5185 (store_regs_user_thread, store_regs_kernel_thread): Update.
5186
5187 2004-07-24 Mark Kettenis <kettenis@gnu.org>
5188
5189 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
5190 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
5191 encoding.
5192 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
5193 member of `struct comp_unit'.
5194
5195 2004-07-23 Andrew Cagney <cagney@gnu.org>
5196
5197 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
5198 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
5199
5200 2004-07-23 Martin Hunt <hunt@redhat.com>
5201 Kevin Buettner <kevinb@redhat.com>
5202
5203 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
5204 alignment was being added to the offset instead of multiplied.
5205
5206 2004-07-23 Mark Kettenis <kettenis@gnu.org>
5207
5208 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
5209 changed signal trampoline in OpenBSD 3.5-current.
5210
5211 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
5212 <machine/pcb.h> and "bsd-kvm.h".
5213 (sparc64nbsd_supply_pcb): New function.
5214 (_initialize_sparc64nbsd_nat): Renamed from
5215 _initialize_sparcnbsd_nat. Enable libkvm interface.
5216 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
5217 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
5218 (LOADLIBES): New variable.
5219
5220 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
5221
5222 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
5223
5224 2004-07-21 Andrew Cagney <cagney@gnu.org>
5225
5226 Use regcache_raw_supply instead of supply_register.
5227 * regcache.h (supply_register): Delete declaration.
5228 * regcache.c (supply_register): Delete function.
5229 * wince.c (do_child_fetch_inferior_registers): Update.
5230 * win32-nat.c (do_child_fetch_inferior_registers)
5231 (fetch_elf_core_registers): Update.
5232 * v850ice.c (v850ice_fetch_registers): Update.
5233 * thread-db.c (thread_db_store_registers): Update.
5234 * sol-thread.c (sol_thread_store_registers): Update.
5235 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
5236 * rs6000-nat.c (fetch_register): Update.
5237 * rom68k-rom.c (rom68k_supply_one_register): Update.
5238 * remote.c (remote_wait, remote_async_wait): Update.
5239 * remote-st.c (get_hex_regs): Update.
5240 * remote-sim.c (gdbsim_fetch_register): Update.
5241 * remote-sds.c (sds_fetch_registers): Update.
5242 * remote-rdp.c (remote_rdp_fetch_register): Update.
5243 * remote-rdi.c (arm_rdi_fetch_registers): Update.
5244 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
5245 * remote-m32r-sdi.c (m32r_fetch_register): Update.
5246 * remote-hms.c (init_hms_cmds): Update.
5247 * remote-est.c (init_est_cmds): Update.
5248 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
5249 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
5250 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
5251 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
5252 (fetch_register, supply_vrregset, supply_vrregset)
5253 (fetch_spe_registers): Update.
5254 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
5255 * monitor.c (monitor_supply_register): Update.
5256 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
5257 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
5258 (mipsnbsd_supply_fpreg): Update.
5259 * mips-nat.c (fetch_inferior_registers)
5260 (fetch_core_registers): Update.
5261 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
5262 (supply_fpregset, mips64_supply_gregset)
5263 (mips64_supply_fpregset): Update.
5264 * m68klinux-nat.c (fetch_register, supply_gregset)
5265 (supply_fpregset): Update.
5266 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
5267 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
5268 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
5269 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
5270 * infptrace.c (fetch_register): Update.
5271 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
5272 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
5273 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
5274 (gnu_fetch_registers, gnu_store_registers): Update.
5275 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
5276 * i386-linux-nat.c (fetch_register, supply_gregset)
5277 (dummy_sse_values): Update.
5278 * hpux-thread.c (hpux_thread_fetch_registers): Update.
5279 * hppah-nat.c (fetch_register): Update.
5280 * hppa-linux-nat.c (fetch_register, supply_gregset)
5281 (supply_fpregset): Update.
5282 * go32-nat.c (fetch_register): Update.
5283 * dve3900-rom.c (fetch_bitmapped_register)
5284 (_initialize_r3900_rom): Update.
5285 * cris-tdep.c (supply_gregset): Update.
5286 * abug-rom.c (init_abug_cmds): Update.
5287 * core-aout.c (fetch_core_registers): Update.
5288 * armnbsd-nat.c (supply_gregset, supply_fparegset)
5289 (fetch_register, fetch_fp_register): Update.
5290 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
5291 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
5292 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
5293 * alphanbsd-tdep.c (fetch_core_registers): Update.
5294 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
5295 * alpha-nat.c (fetch_osf_core_registers)
5296 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
5297 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
5298 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
5299
5300 2004-07-21 Andrew Cagney <cagney@gnu.org>
5301
5302 * PROBLEMS: Mention breakpoints/1702.
5303 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
5304 that is known to work.
5305
5306 2004-07-21 Andrew Cagney <cagney@gnu.org>
5307
5308 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
5309 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
5310 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
5311 (handle_inferior_event): Wrap call to deprecated
5312 IGNORE_HELPER_CALL in #ifdef.
5313 * config/mips/tm-nbsd.h: Update.
5314
5315 2004-07-20 Jim Blandy <jimb@redhat.com>
5316
5317 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
5318 bfd_mach_ppc has no segment registers.
5319
5320 Include PowerPC SPR numbers for special-purpose registers.
5321 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
5322 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
5323 new member in initializer.
5324 (S, S4, SN4, S64): New macros for defining special-purpose
5325 registers.
5326 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
5327 registers_403, registers_403GC, registers_505, registers_860,
5328 registers_601, registers_602, registers_603, registers_604,
5329 registers_750, registers_e500): Use them.
5330
5331 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
5332 replace references with expression used to initialize variable.
5333
5334 2004-07-20 Andrew Cagney <cagney@gnu.org>
5335
5336 * breakpoint.c (deprecated_read_memory_nobpt): Rename
5337 read_memory_nobpt.
5338 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
5339 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
5340 (s390_sigtramp_frame_sniffer): Update.
5341 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
5342 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
5343 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
5344 (mips32_fetch_instruction): Update.
5345 * mcore-tdep.c (get_insn): Update.
5346 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
5347 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
5348 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
5349 * i386-linux-tdep.c (i386_linux_sigtramp_start)
5350 (i386_linux_rt_sigtramp_start): Update.
5351 * i386-linux-nat.c (child_resume): Update.
5352 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
5353 * hppa-linux-tdep.c (insns_match_pattern): Update.
5354 * gdbcore.h: Update.
5355 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
5356 * frame.c (safe_frame_unwind_memory): Update.
5357 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
5358 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
5359 * alpha-tdep.c (alpha_read_insn): Update.
5360
5361 2004-07-20 Andrew Cagney <cagney@gnu.org>
5362
5363 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
5364 containing both bytes and mask. Add "frame_type".
5365 * tramp-frame.c (tramp_frame_start): Update.
5366 (tramp_frame_prepend_unwinder): Update.
5367 * mips-linux-tdep.c (mips_linux_o32_sigframe)
5368 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
5369 (mips_linux_n64_rt_sigframe): Update. Make "static const".
5370 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
5371
5372 2004-07-19 Eli Zaretskii <eliz@gnu.org>
5373
5374 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
5375 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
5376 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
5377 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
5378
5379 2004-07-17 Andrew Cagney <cagney@gnu.org>
5380
5381 * NEWS, PROBLEMS: Update for 6.2.
5382
5383 * README: Update to 6.2.
5384
5385 * utils.c (xvasprintf): Call xstrvprintf.
5386
5387 * parse.c: Update copyright.
5388 (null_post_parser): Eliminate ARGSUSED.
5389
5390 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
5391 * tui/tui-win.c (tui_get_cmd_list): Ditto.
5392 * symfile-mem.c (_initialize_symfile_mem): Ditto.
5393
5394 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
5395 * ppc-linux-nat.c: Use "Linux kernel".
5396 * hppa-linux-tdep.c: Use GNU/Linux.
5397 * hppa-linux-nat.c: Use GNU/Linux.
5398 * dwarfread.c: Add [sic] to use of Linux.
5399
5400 * hppa-linux-nat.c: Do not include <string.h>.
5401 (supply_fpregset): Remove "register" attribute.
5402
5403 * solib-frv.c (fetch_loadmap): Use xfree, not free.
5404
5405 2004-07-17 Mark Kettenis <kettenis@gnu.org>
5406
5407 * configure.in: Define _MSE_INT_H on Solaris 9 too.
5408 * configure, config.in: Regenerated.
5409
5410 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5411 "bsd-kvm.h".
5412 (vaxbsd_supply_pcb): New function.
5413 (_initialize_vaxbsd_nat): New prototype and function.
5414 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
5415 solib-sunos.o.
5416 (LOADLIBES): New variable.
5417 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5418 (LOADLIBES): New variable.
5419 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5420 (LOADLIBES): New variable.
5421 * Makefile.in (vaxbsd-nat.o): Update dependencies.
5422
5423 2004-07-16 Andrew Cagney <cagney@gnu.org>
5424
5425 * defs.h (event_loop_p): Replace variable declaration with macro,
5426 always 1.
5427 * main.c (captured_main): Delete options "-async" and "-noasync".
5428 (event_loop_p): Delete variable.
5429 * NEWS: Mention that "-async" and "-noasync" were removed.
5430
5431 2004-07-16 Andrew Cagney <cagney@gnu.org>
5432
5433 * remote-m32r-sdi.c: Re-indent.
5434
5435 2004-07-16 Jim Blandy <jimb@redhat.com>
5436
5437 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
5438 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
5439 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
5440 missing MPC823 SPRs.
5441 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
5442 incorrect. (This was corrected in GDB's register name tables on
5443 2004-07-14.)
5444
5445 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
5446 should be "esasrr" ("ESA Save and Restore Register").
5447
5448 2004-07-16 Andrew Cagney <cagney@gnu.org>
5449
5450 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
5451 calls, no longer applicable. Update comments and rename parameter
5452 "step_frame" to "return_frame".
5453
5454 2004-07-16 Andrew Cagney <cagney@gnu.org>
5455
5456 * frame.c (fprint_field): New function.
5457 (fprint_frame_id): Use fprint_field.
5458
5459 2004-07-15 Joel Brobecker <brobecker@gnat.com>
5460
5461 * ada-lang.c (ada_language_defn): Remove commented out code.
5462
5463 2004-07-15 Jim Blandy <jimb@redhat.com>
5464
5465 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
5466 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
5467
5468 2004-07-14 Jim Blandy <jimb@redhat.com>
5469
5470 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
5471
5472 * ppc-tdep.h (ppc_num_vrs): New enum constant.
5473
5474 * ppc-tdep.h (ppc_num_srs): New enum constant.
5475
5476 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
5477 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
5478 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
5479 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
5480 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
5481 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
5482 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
5483 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
5484 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
5485 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
5486 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
5487 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
5488 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
5489 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
5490 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
5491 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
5492 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
5493 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
5494 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
5495 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
5496 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
5497 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
5498 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
5499 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
5500 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
5501 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
5502 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
5503 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
5504 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
5505 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
5506 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
5507 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
5508 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
5509 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
5510 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
5511 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
5512 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
5513 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
5514 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
5515 special-purpose register numbers.
5516
5517 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
5518 manual mentions 'md_twb', but many mention 'm_twb', and at that
5519 point in the register list.)
5520
5521 2004-07-14 Andrew Cagney <cagney@gnu.org>
5522
5523 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
5524 instead of "internal-error".
5525
5526 2004-07-10 Joel Brobecker <brobecker@gnat.com>
5527
5528 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
5529 that was inserted inside a comment.
5530
5531 2004-07-10 Randolph Chung <tausq@debian.org>
5532
5533 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
5534 function.
5535 (hppa_hpux_push_dummy_code): New function.
5536 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
5537 Set find_global_pointer method.
5538
5539 2004-07-10 Mark Kettenis <kettenis@gnu.org>
5540
5541 * NEWS: Mention BSD libkvm interface.
5542
5543 2004-07-10 Michael Snyder <msnyder@redhat.com>
5544
5545 * symfile.c (generic_load): Comment typo.
5546 * stack.c (get_selected_block): Ditto.
5547 * regcache.c (regcache_cooked_read): Ditto.
5548 * monitor.c (monitor_debug): Ditto.
5549 * mips-tdep.c (mips_read_pc): Ditto.
5550 * i386-linux-nat.c (ps_get_thread_area): Ditto.
5551 * gdb_mbuild.sh: Ditto.
5552 * gdbarch.sh: Ditto.
5553 * gdbarch.h: Ditto.
5554
5555 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
5556
5557 * ada-tasks.c: Remove file.
5558
5559 Remove ARI problems:
5560
5561 * ada-exp.y (write_var_from_sym): Reformat to put operator at
5562 beginning of line.
5563
5564 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
5565 Add comment.
5566 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
5567 (MIN_OF_SIZE): Rename min_of_size. Add comment.
5568 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
5569 (UMIN_OF_SIZE): Remove.
5570 (max_of_type): New function to replace orphan macro in gdbtypes.h
5571 (min_of_type): Ditto.
5572 (discrete_type_high_bound): Use max_of_type.
5573 (discrete_type_low_bound): Use min_of_type.
5574 (possible_user_operator_p): Move operator to beginning of line.
5575 (ada_is_variant_part): Ditto.
5576 (ensure_lval): Rewrite to avoid deprecated operations.
5577 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
5578 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
5579 (ada_enum_name): Remove assignments in 'if' statements.
5580 (build_ada_types): Add gdbarch parameter.
5581 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
5582 with gdbarch_data_register_post_init.
5583 Use add_setshow_uinteger_cmd rather than add_set_cmd and
5584 add_show_from_set.
5585
5586 * ada-valprint.c (inspect_it): Remove declaration.
5587 (repeat_count_threshold): Remove declaration.
5588 (ada_print_floating): Remove assignments in 'if' statements.
5589 (print_str): Move operator to beginning of line.
5590
5591 2004-07-08 Jim Blandy <jimb@redhat.com>
5592
5593 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
5594
5595 2004-07-08 Bob Rossi <bob@brasko.net>
5596
5597 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
5598
5599 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
5600
5601 * language.h (struct_language_defn): Add new function pointer:
5602 la_class_name_from_physname. Also add new prototype for
5603 language_class_name_from_physname.
5604 * language.c (language_class_name_from_physname): New function.
5605 (unk_lang_class_name): Ditto.
5606 (unknown_language_defn, auto_language_defn): Change
5607 to add unk_lang_class_name function pointer for
5608 la_class_name_from_physname.
5609 (local_language_defn): Ditto.
5610 * dwarf2read.c (guess_structure_name): Change to call
5611 language_class_name_from_physname.
5612 (determine_class_name): Ditto.
5613 * cp-support.c (class_name_from_physname): Renamed.
5614 (cp_class_name_from_physname): New name of function.
5615 * cp-support.h: Ditto.
5616 * c-lang.c (c_language_defn): Change to add NULL
5617 for class_name_from_physname function pointer.
5618 (cplus_language_defn): Change to add cp_class_name_from_physname.
5619 * jv-lang.c (java_class_name_physname): New function.
5620 (java_find_last_component): New static routine.
5621 (java_language_defn): Add java_class_name_from_physname pointer.
5622 * ada-lang.c (ada_language_defn): Change to add NULL
5623 for class_name_from_physname function pointer.
5624 * f-lang.c (f_language_defn): Ditto.
5625 * m2-lang.c (m2_language_defn): Ditto.
5626 * objc-lang.c (objc_language_defn): Ditto.
5627 * p-lang.c (pascal_language_defn): Ditto.
5628 * scm-lang.c (scm_language_defn): Ditto.
5629
5630 2004-07-06 Andrew Cagney <cagney@gnu.org>
5631
5632 Patch from Bart Robinson.
5633 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
5634 (O_LARGEFILE): Define to 0, if not defined.
5635
5636 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5637
5638 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
5639 <machine/pcb.h> and "bsd-kvm.h".
5640 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
5641 (m68kbsd_supply_pcb): New function.
5642 (_initialize_m68kbsd_nat): New prototype and function.
5643 * Makefile.in (m68kbsd-nat.o): Update dependencies.
5644 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5645 (LOADLIBES): New variable.
5646 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5647 (LOADLIBES): New variable.
5648
5649 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
5650
5651 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5652
5653 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
5654 <sys/proc.h>.
5655 (bsd_kvm_cmdlist): New variable.
5656 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
5657 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
5658 command and "kvm proc" command.
5659 * Makefile.in (bsd-kvm.o): Update dependencies.
5660
5661 2004-07-02 Mark Kettenis <kettenis@gnu.org>
5662
5663 * osabi.c: Update copyright year.
5664 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
5665 notes if EI_OSABI is set to ELFOSABI_HPUX.
5666
5667 2004-07-01 Michael Snyder <msnyder@redhat.com>
5668
5669 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
5670 that seems to have gotten whacked out of line.
5671
5672 2004-07-01 Mark Kettenis <kettenis@gnu.org>
5673
5674 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
5675 code.
5676
5677 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5678
5679 * ada-lang.c (decode_packed_array): Minor change to comment.
5680 (ada_value_slice_ptr): New function.
5681 (ada_value_slice): New function.
5682 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
5683 test. Don't know why it is there.
5684 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
5685 to avoid dereferencing huge arrays from which one is slicing.
5686 (empty_array): Correct to return an array rather than
5687 a subrange value.
5688 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
5689 on empty arrays (let'em use 'FIRST instead).
5690
5691 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5692
5693 Address complaints from gdb_ari.sh:
5694
5695 * ada-exp.y: Include gdb_string.h rather than string.h.
5696 (convert_char_literal): Reformat declaration.
5697 * ada-lang.h: Include opaque struct declaration for struct frame_info.
5698 * ada-lex.l: Change use of free to xfree (the macro would do so
5699 anyway, but this is harmless).
5700 Include gdb_string.h rather than string.h.
5701 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
5702
5703 * ada-lang.c (parse): Remove K&Rism in parameter list.
5704 (is_name_suffix): Correct Linux => GNU/Linux in comment.
5705
5706 2004-06-30 Mark Kettenis <kettenis@gnu.org>
5707
5708 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
5709 dead code.
5710
5711 2004-06-30 Mark Kettenis <kettenis@gnu.org>
5712
5713 * alphabsd-nat.c: Update copyright year.
5714 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
5715
5716 2004-06-29 Joel Brobecker <brobecker@gnat.com>
5717
5718 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
5719 (i386_cygwin_in_solib_call_trampoline): New function.
5720 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
5721 and skip_trampoline_code gdbarch methods.
5722
5723 2004-06-29 Jim Blandy <jimb@redhat.com>
5724
5725 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
5726 name actually used in the dependency lists.
5727
5728 2004-06-29 Randolph Chung <tausq@debian.org>
5729
5730 * NEWS (New native configurations): Mention GNU/Linux/hppa.
5731
5732 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
5733
5734 * win32-nat.c (child_pid_to_exec_file): New function.
5735 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
5736 functionality.
5737
5738 2004-06-28 Andrew Cagney <cagney@gnu.org>
5739
5740 * defs.h (xstrvprintf): Declare.
5741 * utils.c (xstrvprintf): New function.
5742 (internal_vproblem, xstrprintf, xasprintf)
5743 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
5744 * serial.c (serial_printf): Ditto.
5745 * complaints.c (vcomplaint): Ditto.
5746
5747 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
5748
5749 * infcmd.c (attach_command): Move call to target_terminal_inferior
5750 behind loading symbol table.
5751
5752 2004-06-28 Andrew Cagney <cagney@gnu.org>
5753
5754 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
5755 change - add back extern deprecated_ui_loop_hook declaration.
5756
5757 2004-06-28 Andrew Cagney <cagney@gnu.org>
5758
5759 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
5760 xstrprintf.
5761 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
5762 (c_value_of_variable): Ditto.
5763 * utils.c (internal_vproblem): Ditto.
5764 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
5765 * remote.c (add_packet_config_cmd): Ditto.
5766 * remote-rdp.c (rdp_set_command_line): Ditto.
5767 * regcache.c (regcache_dump): Ditto.
5768 * frv-tdep.c (new_variant, new_variant): Ditto.
5769 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
5770 (fbsd_find_memory_regions): Ditto.
5771 * breakpoint.c (create_thread_event_breakpoint)
5772 (create_breakpoints): Ditto.
5773 * aix-thread.c (aix_thread_pid_to_str): Ditto.
5774 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
5775
5776 2004-06-28 Joel Brobecker <brobecker@gnat.com>
5777
5778 * ada-lang.c: Re-indent file, with some massaging to help indent
5779 a bit when the result is otherwise really too ugly.
5780
5781 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5782
5783 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
5784 code_addr_p and special_addr_p to 'unsigned int'.
5785
5786 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5787
5788 * i386v4-nat.c: Update copyright year and tweak comment.
5789 (regmap): Remove trailing comma.
5790 (supply_gregset): Rename local variable i to regnum. Call
5791 regcache_raw_supply instead of supply_register.
5792 (fill_gregset): Rename argument regno to regnum. Call
5793 regcache_raw_collect instead of regcache_collect.
5794
5795 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5796
5797 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5798 and special_addr_p.
5799 (frame_id_build, frame_id_build_special): Update comments.
5800 (frame_id_build_wild): New prototype.
5801 * frame.c (frame_id_build, frame_id_build_special): Fill in new
5802 struct frame_id fields.
5803 (frame_id_build_wild): New function.
5804 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5805
5806 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5807
5808 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5809 hppabsd-tdep.c.
5810
5811 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5812
5813 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5814
5815 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5816
5817 * ada-lang.c: Re-indent file.
5818
5819 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5820
5821 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5822 (no_symtab_msg): Likewise.
5823
5824 2004-06-27 Andreas Schwab <schwab@suse.de>
5825
5826 * source.c: Fix whitespace.
5827
5828 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5829
5830 * configure.in: Include <sys/param.h> for td_pcb test.
5831 * configure: Regenerated.
5832
5833 * i386nbsd-nat.c: New file.
5834 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5835 i386obsd-nat.c and i386obsd-tdep.c.
5836 (i386nbsd-nat.o): New dependency.
5837 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5838 bsd-kvm.o.
5839 (LOADLIBES): New variable.
5840 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5841 bsd-kvm.o.
5842 (LOADLIBES): New variable.
5843
5844 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5845 (LOADLIBES): New variable.
5846
5847 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5848 fetching from BSD_KVM_PADDR. Correctly lookup address for
5849 "_thread0".
5850
5851 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5852 "bsd-kvm.h".
5853 (amd64fbsd_supply_pcb): New funcion.
5854 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5855
5856 2004-06-27 <david@streamline-computing.com>
5857
5858 Partial fix for PR cli/1056.
5859 * valarith.c: Check for zero in division and remainder
5860 evaluation.
5861
5862 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5863
5864 * i387-tdep.c: Remove excessive whitespace.
5865
5866 2004-06-26 Andrew Cagney <cagney@gnu.org>
5867
5868 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5869 * gdb-events.h, gdb-events.c: Re-generate.
5870 * tui/tui-hooks.c (tui_install_hooks): Update.
5871 (tui_remove_hooks): Update.
5872 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5873
5874 2004-06-26 Mark Kettenis <kettenis@gnu.org>
5875
5876 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5877 (gregset_t, fpregset_t): Remove typedefs.
5878 (REG_OFFSET): Rename argument.
5879 (amd64bsd_r_reg_offset): Rename from reg_offset.
5880 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5881 Remove functions.
5882 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5883 of reg_offset.
5884 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5885
5886 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5887
5888 * vax-tdep.c: Tweak comment.
5889
5890 Add OpenBSD/hppa support.
5891 * NEWS (New native configurations): Mention OpenBSD/hppa.
5892 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5893 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5894 files.
5895 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5896 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5897 * configure.host: Add hppa*-*-openbsd*.
5898 * configure.tgt: Add hppa*-*-openbsd*.
5899
5900 2004-06-25 Andrew Cagney <cagney@gnu.org>
5901
5902 * defs.h (deprecated_ui_loop_hook): Deprecated.
5903 * wince.c (child_wait): Update.
5904 * win32-nat.c (child_wait): Update.
5905 * v850ice.c (v850ice_wait): Update.
5906 * top.c (deprecated_ui_loop_hook): Update.
5907 * serial.h: Update.
5908 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
5909 (do_unix_readchar): Update.
5910 * ser-tcp.c (net_open): Update.
5911 * remote-sim.c (gdb_os_poll_quit): Update.
5912 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5913
5914 2004-06-24 Andrew Cagney <cagney@gnu.org>
5915
5916 * defs.h (deprecated_pre_add_symbol_hook)
5917 (deprecated_post_add_symbol_hook): Deprecated.
5918 * symfile.c (symbol_file_add_with_addrs_or_offsets)
5919 (symbol_file_add_with_addrs_or_offsets): Update references.
5920
5921 2004-06-24 Andrew Cagney <cagney@gnu.org>
5922
5923 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5924 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5925 * wince.c (ui_loop_hook): Delete extern declaration.
5926 * win32-nat.c (ui_loop_hook): Delete extern declaration..
5927 * v850ice.c (ui_loop_hook): Delete extern declaration..
5928 * ser-unix.c (ui_loop_hook): Delete extern declaration..
5929 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5930 * remote-sim.c (ui_loop_hook): Delete extern declaration..
5931 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5932 ui_loop_hook declaration.
5933
5934 2004-06-24 Andrew Cagney <cagney@gnu.org>
5935
5936 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5937 entry_func_highpc fields.
5938 * objfiles.c (init_entry_point_info): Do not clear
5939 entry_func_lowpc and entry_func_highpc.
5940 (objfile_relocate): Do not relocate entry_func_lowpc and
5941 entry_func_highpc.
5942 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5943 entry_func_highpc.
5944 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5945 entry_func_highpc.
5946 * blockframe.c (legacy_frame_chain_valid): Replace tests against
5947 entry_func_lowpc and entry_func_highpc with call to
5948 inside_entry_func.
5949
5950 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5951
5952 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5953 quad-precision floating point arguments in registers.
5954
5955 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5956
5957 From Michael Mueller <m.mueller99@kay-mueller.de>:
5958 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5959 account.
5960
5961 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
5962
5963 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5964 to -1.
5965 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5966 untriggered watchpoints to a separate if clause. Update function
5967 comment regarding STOPPED_BY_WATCHPOINT argument.
5968
5969 2004-06-22 Jim Blandy <jimb@redhat.com>
5970
5971 * gdbarch.sh: Doc fix.
5972
5973 2004-06-21 Martin Hunt <hunt@redhat.com>
5974 Kevin Buettner <kevinb@redhat.com>
5975
5976 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5977 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5978 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5979 to set_gdbarch_sp_regnum(). Use cooked register number.
5980 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5981
5982 2004-06-21 Andrew Cagney <cagney@gnu.org>
5983
5984 * gdbarch.sh: When the macro field is empty, do not generate a
5985 macro definition. When the macro field is "=", generate the macro
5986 name from the upper-case function name.
5987 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5988 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5989 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5990 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5991 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5992 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5993 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5994 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5995 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5996 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5997 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5998 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5999 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
6000 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
6001 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6002 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
6003 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
6004 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
6005 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
6006 (DEPRECATED_USE_STRUCT_CONVENTION)
6007 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
6008 (DEPRECATED_FRAME_INIT_SAVED_REGS)
6009 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
6010 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
6011 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6012 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
6013 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
6014 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
6015 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
6016 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
6017 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
6018 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
6019 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
6020 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
6021 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
6022 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
6023 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
6024 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
6025
6026 2004-06-21 Andrew Cagney <cagney@gnu.org>
6027
6028 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
6029 macro name, and the function rather than macro value. Only wrap
6030 macro print statements in #ifdef. Move format logic to where it
6031 is needed.
6032 * gdbarch.c: Re-generate.
6033
6034 * gdbarch.sh (read): Delete "print_p" and "description", add
6035 "garbage_at_eol". Check for non-empty garbage at end-of-line.
6036 Delete references to print_p.
6037 (TARGET_ARCHITECTURE): Delete print predicate.
6038 * gdbarch.c: Re-generate.
6039
6040 * gdbarch.sh: Check that multi-arch methods do not provide a
6041 macro.
6042 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
6043 (print_registers_info, print_float_info, print_vector_info)
6044 (adjust_breakpoint_address, remote_translate_xfer_address)
6045 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
6046 (address_class_type_flags_to_name, unwind_sp): Remove the macro
6047 name from the multi-arch definition.
6048
6049 2004-06-20 Andrew Cagney <cagney@gnu.org>
6050
6051 * gdbarch.sh: Sort by the function, instead of macro name.
6052 * gdbarch.c: Re-generate.
6053
6054 2004-06-20 Andrew Cagney <cagney@gnu.org>
6055
6056 * gdbarch.sh: Use the function, instead of macro name in
6057 errors and the log file.
6058 (return_value): Remove stray ":" in spec.
6059
6060 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
6061 * gdbarch.h, gdbarch.c: Re-generate.
6062 * Makefile.in (arch-utils.o): Update dependencies.
6063 * values.c (using_struct_return): Move code calling
6064 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
6065 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
6066 to legacy_return_value, simplify.
6067 * infcmd.c (print_return_value): Move code calling
6068 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
6069 to legacy_return_value, simplify.
6070 * infcall.c (call_function_by_hand): Move code calling
6071 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
6072 * arch-utils.c: Update copyright. Include "gdbcore.h".
6073 (legacy_return_value): New function.
6074 * arch-utils.h: Update copyright.
6075 (legacy_return_value): Declare.
6076
6077 2004-06-20 Andrew Cagney <cagney@gnu.org>
6078
6079 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
6080 * gdbarch.h, gdbarch.c: Re-generate.
6081 * values.c (using_struct_return): Update call.
6082 * mcore-tdep.c: Update comment.
6083 * infcall.c (call_function_by_hand): Update comment.
6084 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6085 * arch-utils.h (always_use_struct_convention): Update.
6086 * v850-tdep.c (v850_gdbarch_init): Update.
6087 * sh64-tdep.c (sh64_gdbarch_init): Update.
6088 * sh-tdep.c (sh_gdbarch_init): Update.
6089 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6090 * mips-tdep.c (mips_gdbarch_init): Update.
6091 * mcore-tdep.c (mcore_gdbarch_init): Update.
6092 * m32r-tdep.c (m32r_gdbarch_init): Update.
6093 * ia64-tdep.c (ia64_gdbarch_init): Update.
6094 * h8300-tdep.c (h8300_gdbarch_init): Update.
6095 * frv-tdep.c (frv_gdbarch_init): Update.
6096 * cris-tdep.c (cris_gdbarch_init): Update.
6097 * arm-tdep.c (arm_gdbarch_init): Update.
6098 * alpha-tdep.c (alpha_gdbarch_init): Update.
6099
6100 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
6101
6102 * PROBLEMS: Add more specific information, and a work-around,
6103 for PR gdb/1458.
6104
6105 2004-06-18 Andrew Cagney <cagney@gnu.org>
6106
6107 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
6108 * gdbarch.h, gdbarch.c: Re-generate.
6109 * ada-lang.c (ada_finish_decode_line_1): Update.
6110 * infrun.c (handle_inferior_event): Update.
6111 * infcall.c (find_function_addr): Update.
6112 * linespec.c (minsym_found): Update.
6113 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
6114 Update.
6115 * blockframe.c (legacy_frameless_look_for_prologue): Update.
6116 * cli/cli-cmds.c (disassemble_command): Update.
6117 * vax-tdep.c (vax_gdbarch_init): Update.
6118
6119 2004-06-18 Mark Kettenis <kettenis@gnu.org>
6120
6121 * i386-tdep.c (i386_collect_fpregset): Fix comment.
6122
6123 2004-06-17 Andrew Cagney <cagney@gnu.org>
6124
6125 GDB 6.1.1 released from the GDB 6.1 branch.
6126 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
6127 * PROBLEMS: Ditto.
6128
6129 2004-06-16 Daniel Jacobowitz <dan@debian.org>
6130
6131 PR gdb/1658
6132 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
6133 operation as a uleb128. Found by Michael Coulter.
6134
6135 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
6136
6137 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
6138 make it non-static.
6139 * ada-lang.h (task_control_block): declaration moved from ada-task.c
6140 to ada-lang.h; this is needed to be able to implement the kill command
6141 in multi-task mode.
6142 (task_ptid): Ditto.
6143 (task_entry): Ditto.
6144 (task_list): Ditto.
6145 (ada_build_task_list): Ditto.
6146
6147 * ada-lang.c: Conditionalize routines and data structures related
6148 to breakpoints, exceptions, completion, and symbol caching on
6149 GNAT_GDB, since these are not yet used in the submitted public sources.
6150 (ada_main_name): Editorial: Move definition out of exception-related
6151 code.
6152
6153 2004-06-15 Andrew Cagney <cagney@gnu.org>
6154
6155 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
6156 deprecated_pc_in_call_dummy.
6157
6158 2004-06-15 Alan Modra <amodra@bigpond.net.au>
6159
6160 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
6161 bfd_get_section_size_before_reloc or _raw_size.
6162 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
6163 * dwarf2read.c (dwarf2_locate_sections): Likewise.
6164 (dwarf2_read_section): Likewise.
6165 * elfread.c (elf_locate_sections): Likewise.
6166 * gcore.c (derive_heap_segment): Likewise.
6167 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
6168 * remote-e7000.c (e7000_load): Likewise.
6169 * remote-m32r-sdi.c (m32r_load): Likewise.
6170 * remote-mips.c (mips_load_srec): Likewise.
6171 (pmon_load_fast): Likewise.
6172 * remote.c (compare_sections_command): Likewise.
6173 * symfile.c (add_section_size_callback): Likewise.
6174 (load_section_callback): Likewise.
6175 (pc_in_unmapped_range): Likewise.
6176 (pc_in_mapped_range): Likewise.
6177 (sections_overlap): Likewise.
6178 (list_overlays_command): Likewise.
6179 (simple_overlay_update_1): Likewise.
6180 (simple_overlay_update): Likewise.
6181 * tracepoint.c (remote_set_transparent_ranges): Likewise.
6182 * win32-nat.c (core_section_load_dll_symbols): Likewise.
6183
6184 2004-06-14 Randolph Chung <tausq@debian.org>
6185
6186 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
6187 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
6188 static.
6189 (hppa_hpux_inferior_created): New function.
6190 (hppa_hpux_init_abi): Register observer.
6191 * symfile.c (hp_cxx_exception_support_initialized)
6192 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
6193 (symbol_file_add_main_1, symbol_file_clear): Likewise.
6194
6195 2004-06-14 Randolph Chung <tausq@debian.org>
6196
6197 * MAINTAINERS (Write After Approval): Alphabetize my entry
6198 correctly.
6199
6200 2004-06-14 Andrew Cagney <cagney@gnu.org>
6201
6202 * MAINTAINERS (testsuite): List Michael Chastain as the lead
6203 testsuite maintainer.
6204
6205 2004-06-13 Andrew Cagney <cagney@gnu.org>
6206
6207 * infcmd.c (print_return_value): Fix logic, allow
6208 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
6209
6210 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
6211 defining any macros.
6212 * gdbarch.h: Re-generate.
6213
6214 * gdbarch.sh: Delete "level" attribute. Only check for a macro
6215 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
6216 * gdbarch.h: Re-generate.
6217
6218 * values.c (generic_use_struct_convention): Don't check gcc_p.
6219
6220 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6221 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
6222 * gdbarch.h, gdbarch.c: Regenerate.
6223 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
6224 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
6225 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6226 deprecated_max_register_raw_size and
6227 deprecated_max_register_virtual_size.
6228 * v850-tdep.c (v850_gdbarch_init): Ditto.
6229 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6230 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6231 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6232 * cris-tdep.c (cris_gdbarch_init): Ditto.
6233
6234 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
6235 * gdbarch.h, gdbarch.c: Re-generate.
6236 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
6237 (m68hc11_use_struct_convention): Delete function.
6238 (m68hc11_extract_struct_value_address): Delete function.
6239 (m68hc11_return_value): New function.
6240 (m68hc11_gdbarch_init): Instead of store_return_value,
6241 extract_return_value, return_value_on_stack,
6242 deprecated_extract_struct_value_address and use_struct_convention,
6243 set return_value.
6244 * values.c (using_struct_return): Do not call
6245 RETURN_VALUE_ON_STACK.
6246 * arch-utils.h (generic_return_value_on_stack_not): Delete
6247 declaration.
6248 * arch-utils.c (generic_return_value_on_stack_not): Delete
6249 function.
6250
6251 2004-06-12 Andrew Cagney <cagney@gnu.org>
6252
6253 * values.c (register_value_being_returned): Delete function.
6254 * infcmd.c (legacy_return_value): Delete function.
6255 * infcall.c (call_function_by_hand): Inline
6256 "register_value_being_returned", simplify.
6257 * values.c (using_struct_return): Update comment, refer to
6258 print_return_value instead of register_value_being_returned.
6259 * infcmd.c (print_return_value): Inline calls to
6260 register_value_being_returned and legacy_return_value. Simplify.
6261
6262 2004-06-11 Randolph Chung <tausq@debian.org>
6263
6264 * somread.c (som_symtab_read): Exclude gcc local symbols.
6265
6266 2004-06-11 Randolph Chung <tausq@debian.org>
6267
6268 * infrun.c (handle_inferior_event): Handle the case when a
6269 trampoline ends up in the runtime resolver, and if the trampoline
6270 has no name. Rearrange the code so that all the trampoline
6271 processing happens before other step-out-of-range handling.
6272
6273 2004-06-11 Martin Hunt <hunt@redhat.com>
6274
6275 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
6276 has no fpu.
6277
6278 2004-06-10 Andrew Cagney <cagney@gnu.org>
6279
6280 * blockframe.c (legacy_inside_entry_func): Delete.
6281 (legacy_frame_chain_valid): Inline call to
6282 legacy_inside_entry_func, simplify.
6283
6284 2004-06-10 Bob Rossi <bob@brasko.net>
6285
6286 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
6287 * dwarf2read.c (partial_die_info): Add dirname field.
6288 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
6289 (read_partial_die): Save away DW_AT_comp_dir.
6290 * defs.h (symtab_to_filename): Removed.
6291 * source.c (find_and_open_source): Added.
6292 (open_source_file): Just calls find_and_open_source.
6293 (symtab_to_filename): Removed.
6294 (symtab_to_fullname, psymtab_to_fullname): Added.
6295 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
6296 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
6297 symtab_to_filename.
6298 * symtab.h (partial_symtab): Add dirname field.
6299 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
6300 (mi_cmd_file_list_exec_source_file): Call new function
6301 symtab_to_fullname to find fullname.
6302 (mi_cmd_file_list_exec_source_files): Added.
6303 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
6304 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
6305
6306 2004-06-10 Andrew Cagney <cagney@gnu.org>
6307
6308 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
6309 to generic_use_struct_convention, the default value.
6310
6311 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
6312 of abort.
6313
6314 * ns32k-tdep.c (ns32k_push_arguments): New function.
6315 (ns32k_gdbarch_init): Set deprecated_push_arguments.
6316 * infcall.c (call_function_by_hand): Call error instead of
6317 legacy_push_arguments.
6318 * value.h (legacy_push_arguments): Delete declaration.
6319 * valops.c (legacy_push_arguments): Delete function.
6320 (value_push): Delete function.
6321
6322 2004-06-10 Brian Ford <ford@vss.fsi.com>
6323
6324 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
6325 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
6326 info.
6327 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
6328
6329 2004-06-10 Andrew Cagney <cagney@gnu.org>
6330
6331 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
6332 * gdbarch.h, gdbarch.c: Re-generate.
6333 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
6334 parameters.
6335 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
6336 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
6337 deprecated_pc_in_call_dummy instead of
6338 DEPRECATED_PC_IN_CALL_DUMMY.
6339 (arm_skip_prologue): Ditto.
6340 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
6341 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
6342 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
6343 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
6344 Ditto.
6345 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
6346 (sh64_init_extra_frame_info, sh64_get_saved_register)
6347 (sh64_pop_frame): Ditto.
6348 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
6349 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
6350 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
6351 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
6352 (h8300_pop_frame): Ditto.
6353 * blockframe.c (legacy_inside_entry_func)
6354 (legacy_frame_chain_valid): Ditto.
6355 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
6356 to deprecated_pc_in_call_dummy.
6357
6358 2004-06-09 Andrew Cagney <cagney@gnu.org>
6359
6360 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
6361 provide a default value.
6362 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
6363 * gdbarch.h, gdbarch.c: Re-generate.
6364 * arch-utils.c (generic_convert_register_p): Rename
6365 legacy_convert_register_p
6366 (legacy_register_to_value, legacy_value_to_register): Delete
6367 functions.
6368 * arch-utils.h (generic_convert_register_p): Rename
6369 legacy_convert_register_p.
6370 (legacy_register_to_value, legacy_value_to_register): Delete
6371 declarations.
6372
6373 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
6374 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
6375 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
6376 * gdbarch.h, gdbarch.c: Re-generate.
6377 * infcmd.c (default_print_registers_info): Simplify.
6378 * findvar.c (value_of_register): Simplify.
6379 * mi/mi-main.c (get_register): Simplify.
6380 * arch-utils.c (legacy_convert_register_p): Always return 0.
6381 (legacy_register_to_value, legacy_value_to_register): Always call
6382 internal_error.
6383
6384 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
6385 #ifdef CLEAR_INSN_CACHE code.
6386 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
6387 Delete #ifdef CLEAR_DEFERRED_STORES code.
6388
6389 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
6390
6391 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
6392 copyright.
6393 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
6394
6395 * config/mips/mipsv4.mh: Delete file.
6396
6397 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
6398 unreferenced macro.
6399 (hpread_adjust_stack_address): Delete declaration.
6400
6401 2004-06-08 Andrew Cagney <cagney@gnu.org>
6402
6403 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6404 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
6405 PTRACE_ATTACH / PTRACE_DETACH available call error.
6406 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
6407 * infttrace.c (update_thread_state_after_attach, attach, detach):
6408 Remove #ifdef wrappers.
6409 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
6410 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6411 * config/nm-bsd.h (ATTACH_DETACH): Delete.
6412 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
6413 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
6414 * config/nm-linux.h (ATTACH_DETACH): Delete.
6415 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
6416 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
6417 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
6418 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
6419 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
6420
6421 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
6422
6423 * configure.in: Set $configdir to the right OS specific value.
6424 Use value when setting $tcldir and $tkdir.
6425 * configure: Regenerate.
6426
6427 2004-06-06 Paul Brook <paul@codesourcery.com>
6428
6429 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
6430 records.
6431
6432 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
6433
6434 * ada-lang.c (lookup_symbol_in_language): New function to allow
6435 re-use of another language's symbol lookup code. (Placed here
6436 temporarily while Ada support is being integrated into the public
6437 tree).
6438 (restore_language): New auxiliary function for
6439 lookup_symbol_in_language.
6440 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
6441 temporarily while Ada support is being integrated into the public
6442 tree).
6443
6444 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
6445
6446 * Makefile.in (check//%): New.
6447
6448 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
6449 (mn10300_store_return_value): Rewrite.
6450 (mn10300_type_align): New.
6451 (mn10300_use_struct_convention): Rewrite.
6452 (mn10300_return_value): New, using all of the above.
6453 (mn10300_pop_frame_regular): Add saved_regs_size.
6454 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
6455
6456 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
6457 regs if PC is on movm.
6458
6459 2004-06-07 Jim Blandy <jimb@redhat.com>
6460
6461 Add native Linux support for the PowerPC E500.
6462 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
6463 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
6464 all architectures except the E500.
6465 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
6466 #definitions.
6467 (struct gdb_evrregset_t): New type.
6468 (have_ptrace_getsetevrregs): New variable.
6469 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
6470 fetch_spe_registers): New functions.
6471 (fetch_register): Call fetch_spe_register as appropriate.
6472 Assert that we're only passed raw register numbers.
6473 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
6474 Don't fetch gprs if they're pseudoregisters.
6475 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
6476 store_spe_registers): New functions.
6477 (store_register): Call store_spe_register as appropriate.
6478 Assert that we're only passed raw register numbers.
6479 (store_ppc_registers): Call store_spe_registers as appropriate.
6480 Don't store gprs if they're pseudoregisters.
6481
6482 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
6483
6484 * thread-db.c (thread_get_info_callback): Fill in the thread_info
6485 struct if one exists, even if we are dealing with a zombie thread.
6486
6487 2004-06-07 Andrew Cagney <cagney@gnu.org>
6488
6489 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
6490 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
6491 Rename PC_REQUIRES_RUN_BEFORE_USE.
6492 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
6493 #ifdef.
6494
6495 2004-06-07 Randolph Chung <tausq@debian.org>
6496
6497 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
6498 unwinding after sp has been saved to the stack but before the end
6499 of the prologue, and after the fp has been modified but before it has
6500 been saved to the stack.
6501 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
6502 Remove superfluous definitions.
6503 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
6504
6505 2004-06-07 Guy Martin <gmsoft@gentoo.org>
6506
6507 Committed by Randolph Chung.
6508 * hppa-linux-nat.c: Include the correct version of the header file
6509 depending on the kernel version.
6510
6511 2004-06-06 Randolph Chung <tausq@debian.org>
6512
6513 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
6514 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
6515
6516 2004-06-06 Randolph Chung <tausq@debian.org>
6517
6518 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6519 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
6520 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
6521 * hppa-tdep.c (hppa_symbol_address): New function definition.
6522 * hppa-tdep.h (hppa_symbol_address): New function declaration.
6523
6524 2004-06-06 Randolph Chung <tausq@debian.org>
6525
6526 * hppa-tdep.h (struct value): Forward declaration.
6527 (gdbarch_tdep): Define tdep find_global_pointer method.
6528 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
6529 associated with the function we are trying to call, and write it
6530 to the gp register.
6531 (hppa32_convert_from_funct_ptr_addr): New function.
6532 (hppa_find_global_pointer): New function.
6533 (hppa_gdbarch_init): Set default find_global_pointer method; set
6534 convert_from_func_ptr_addr method.
6535 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
6536 (hppa_linux_init_abi): Set find_global_pointer method.
6537 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
6538
6539 2004-06-06 Randolph Chung <tausq@debian.org>
6540
6541 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
6542 to struct value *function.
6543 * gdbarch.c: Regenerate.
6544 * gdbarch.h: Likewise.
6545 * infcall.c (call_function_by_hand): Pass entire function value
6546 to push_dummy_call.
6547
6548 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
6549 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
6550 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
6551 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
6552 * arm-tdep.c (arm_push_dummy_call): Likewise.
6553 * avr-tdep.c (avr_push_dummy_call): Likewise.
6554 * cris-tdep.c (cris_push_dummy_call): Likewise.
6555 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
6556 * frv-tdep.c (frv_push_dummy_call): Likewise.
6557 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
6558 * hppa-tdep.c (hppa32_push_dummy_call)
6559 (hppa64_push_dummy_call): Likewise.
6560 * i386-tdep.c (i386_push_dummy_call): Likewise.
6561 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
6562 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
6563 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
6564 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
6565 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
6566 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6567 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
6568 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
6569 (ppc64_sysv_abi_push_dummy_call): Likewise.
6570 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
6571 (ppc64_sysv_abi_push_dummy_call): Likewise.
6572 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6573 * s390-tdep.c (s390_push_dummy_call): Likewise.
6574 * sh-tdep.c (sh_push_dummy_call_fpu)
6575 (sh_push_dummy_call_nofpu): Likewise.
6576 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
6577 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
6578 * vax-tdep.c (vax_push_dummy_call): Likewise.
6579
6580 2004-06-04 Jim Blandy <jimb@redhat.com>
6581
6582 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
6583 gdbarch argument to register_size.
6584
6585 * rs6000-tdep.c (rs6000_store_return_value): Use
6586 regcache_cooked_write_part instead of
6587 deprecated_write_register_bytes.
6588 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
6589 not gdbarch_deprecated_store_return_value.
6590
6591 * ppc-linux-nat.c (store_register, fetch_register): Remove
6592 incorrect assertions. Simplify and generalize handling of
6593 transfers whose sizes are not multiples of, or less than, sizeof
6594 (PTRACE_XFER_TYPE).
6595
6596 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
6597
6598 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
6599 as a new thread event.
6600 * thread-db.c (thread_get_info_callback): If the thread is a
6601 zombie, return TD_THR_ZOMBIE.
6602 (thread_from_lwp): If thread_get_info_callback returns
6603 TD_THR_ZOMBIE, check if the thread is still on the thread list
6604 and return a -1 ptid if not found.
6605 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
6606 change the status to TARGET_WAITKIND_SPURIOUS.
6607
6608 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
6609
6610 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
6611 double values in little endian mode.
6612
6613 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
6614
6615 Committed by Andrew Cagney.
6616 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
6617 after last enum constant to avoid error from IBM C
6618 compiler.
6619
6620 2004-06-02 Jim Blandy <jimb@redhat.com>
6621
6622 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
6623 to 'message', and make it local to the lone block that uses it.
6624
6625 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
6626
6627 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
6628
6629 * ada-exp.y: Update copyright notice.
6630 Include block.h.
6631
6632 Replace REGNAME, LAST, INTERNAL_VARIABLE with
6633 SPECIAL_VARIABLE and unify the treatment of these cases.
6634
6635 (write_attribute_call0): Remove.
6636 (write_attribute_call1): Remove.
6637 (write_attribute_calln): Remove.
6638 (save_qualifier): Add missing semicolon.
6639
6640 (simple_exp,exp): Decomment (i.e., reactivate) code that was
6641 temporarily disabled to allow compilation with FSF head version.
6642
6643 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
6644 use individual operators (OP_*) for all attributes.
6645 (exp syntax): Use write_int.
6646 Handle STRING literals with OP_STRING.
6647 (variable syntax): Add limit parameter to calls to
6648 write_object_renaming.
6649
6650 (temp_parse_space): New definition to hold entities that need
6651 only live until the next call to ada_parse.
6652 (string_to_operator): Rename fields of ada_opname_table entries.
6653
6654 (write_var_from_sym): Record block.
6655 (write_var_from_name): Minor reformatting.
6656 Make sure saved name is properly encoded in the case of multiple
6657 matches, and set its language to Ada.
6658 Update comment.
6659 Modify to indicate unresolved name as symbol in the UNRESOLVED
6660 namespace, allocated in temp_parse_space.
6661 (write_int): New function.
6662
6663 (write_object_renaming): Add max_depth parameter to limit
6664 chains of object renamings.
6665 Handle case where root of renaming expression is itself a renaming.
6666 Use temp_parse_space for temporary name buffer.
6667 Handle renamings to dereferenced pointers (___XEXA suffices).
6668
6669 (ada_parse, yyerror, string_to_operator,
6670 write_var_from_sym, write_var_from_name, write_attribute_call0,
6671 write_attribute_call1, write_attribute_calln,
6672 write_object_renaming): Protoize.
6673
6674 (_initialize_ada_exp): New function.
6675
6676 * ada-lang.c: Update copyright notice.
6677 General terminology change to conform to GNAT compiler usage:
6678 mangle => encode, demangle => decode
6679 Include gdb_obstack.h.
6680 Include gdb_regex.h
6681 Include frame.h
6682 Include hashtab.h
6683 Include completer.h
6684 Include gdb_stat.h
6685 Include block.h
6686 Include infcall.h
6687
6688 (ADA_RETAIN_DOTS): Make sure this is defined.
6689 (TRUNCATION_TOWARDS_ZERO): Define.
6690 (struct string_vector): Define.
6691 (unresolved_names): Remove definition.
6692 (xnew_string_vector): New function.
6693 (string_vector_append): New function.
6694 (extract_string): Make static.
6695 (ada_unqualified_name): New function.
6696 (add_angle_brackets): New function.
6697 (function_name_from_pc): New function.
6698 (place_on_stack): Rename to ensure_lval.
6699
6700 (ensure_lval): Renamed from place_on_stack.
6701 Make identity on lvals.
6702 Update comment.
6703 (is_nonfunction): New interface.
6704 Only symbols in LOC_CONST class can be enumerals.
6705 (fill_in_ada_prototype): Remove; now independent of language.
6706 (add_defn_to_vec): Add obstack and symtab arguments.
6707 Use obstack to hold collected definitions.
6708 (num_defns_collected): New function.
6709 (defns_collected): New function.
6710 (ada_resolve_subexp): Rename to resolve_subexp.
6711 (resolve_subexp): Renamed from ada_resolve_subexp.
6712 (ada_op_name): Return non-const result.
6713 (ada_decoded_op_name): Renamed from ada_op_name, now used for
6714 other purposes.
6715
6716 (to_fixed_array_type): Add declaration.
6717 (coerce_unspec_val_to_type): Remove offset parameter.
6718 (find_sal_from_funcs_and_line): New interface.
6719 (find_line_in_linetable): Ditto.
6720
6721 (all_sals_for_line): Rename to ada_sals_for_line and make
6722 global.
6723 Add new parameter. When set, do not ask the user to choose the
6724 instance, but use the first one found instead.
6725 Use given line number in returned sals.
6726 Fix comment.
6727 Skip the prologue if funfirstline is set.
6728 Correct for memory leak when 0 lines found.
6729
6730 (value_pos_atr): Use pos_atr.
6731 (pos_atr): New function.
6732 (standard_lookup): Add block parameter.
6733
6734 (makeTimeStart): Remove declaration and uses.
6735 (makeTimeStop): Remove declaration and uses.
6736
6737 (ada_completer_word_break_characters): Allow for VMS.
6738 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
6739 (raise_sym_name): New constant.
6740 (raise_unhandled_sym_name): New constant.
6741 (raise_assert_sym_name): New constant.
6742 (process_raise_exception_name): New constant.
6743 (longest_exception_template): New constant.
6744 (warning_limit): New variable to limit warnings during expression
6745 evaluation.
6746 (warnings_issued): New variable to keep track of warnings issued.
6747 (known_runtime_file_name_patterns): New constant.
6748 (known_auxiliary_function_name_patterns): New constant.
6749 (symbol_list_obstack): New variable.
6750
6751 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
6752 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
6753 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
6754 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
6755 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
6756 ada_variant_discrim_name, field_alignment, dynamic_template_type,
6757 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
6758 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
6759 and strcmp.
6760
6761 (ada_get_field_index): New function.
6762 (lim_warning): New function.
6763 (ada_translate_error_message): New function.
6764 (MAX_OF_SIZE): New function.
6765 (MIN_OF_SIZE): New function.
6766 (UMAX_OF_SIZE): New function.
6767 (UMIN_OF_SIZE): New function.
6768 (discrete_type_high_bound): New function.
6769 (discrete_type_low_bound): New function.
6770 (base_type): New function.
6771 (do_command): Remove.
6772
6773 (ada_update_initial_language): Use language_ada, not language_unknown.
6774 (ada_encode): Renamed from ada_mangle.
6775 Obey ADA_RETAIN_DOTS.
6776 (ada_decode): Renamed from ada_demangle.
6777 Update coding conventions.
6778 (decoded_names_store): New hash table.
6779 (ada_decode_symbol): New function.
6780 (ada_la_decode): New function.
6781
6782 (modify_general_field): Correct computations of offset and bit
6783 position.
6784 (desc_base_type): Handle ref types, too.
6785 (ada_is_direct_array_type): New function.
6786
6787 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6788 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6789 (ada_is_bogus_array_descriptor,ada_type_of_array,
6790 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6791 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
6792 ada_is_array_descriptor_type.
6793
6794 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6795 (ada_is_packed_array_type): Handle pointers or
6796 references to packed arrays as well.
6797 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6798 (decode_packed_array_type): Search for the packed array type
6799 symbol in the currently selected block and associated
6800 superblocks too.
6801 Use lookup_symbol again.
6802
6803 (decode_packed_array): Handle pointers and references.
6804 Update call to coerce_unspec_val_to_type.
6805 (decode_packed_array_type,value_subscript_packed): Limit warnings.
6806 (ada_value_primitive_packed_val): Improve comment.
6807
6808 (ada_index_type): Substitute int type for "undefined".
6809 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6810 ada_array_langth, ada_is_string_type): Use renamed
6811 ada_is_simple_array_type.
6812 (empty_array): New function.
6813
6814 (ada_resolve): Rename to resolve.
6815 (resolve): Make static.
6816 Call renamed resolve_subexp.
6817 Update comment.
6818 (ada_resolve_subexp): Rename to resolve_subexp.
6819 (resolve_subexp): Update comment.
6820 Decomment disabled code.
6821 Add LOC_COMPUTED* cases.
6822 Modify to use temporary struct symbols (marked as being in
6823 UNDEF_NAMESPACE) to indicate unresolved names, instead of
6824 OP_UNRESOLVED_VALUE.
6825 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
6826 Add OP_STRING case.
6827 Remove OP_ARRAY.
6828 Use SYMBOL_PRINT_NAME instead of ada_demangle.
6829 Use new ada_lookup_symbol_list interface.
6830 Use new ada_resolve_function interface.
6831 Remove OP_TYPE case.
6832
6833 (ada_args_match): Idiot proof against null actuals.
6834 Use intermediate variables to clarify.
6835 (ada_resolve_function): Update comment and interface.
6836 (mangled_ordered_before): Rename to encoded_ordered_before and
6837 update comment.
6838 (sort_choices): Update comment and interface.
6839 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6840 (user_select_syms): New interface.
6841 Use new sort_choices interface.
6842 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6843 (possible_user_operator_p): Idiot-proof against null values.
6844 (ada_simple_renamed_entity): Don't make cleanup; rely on
6845 caller to free result string.
6846 Remove const from return type.
6847 (make_array_descriptor): Rename uses of place_on_stack to
6848 ensure_lval.
6849 Make sure that arrays are on stack.
6850
6851 (HASH_SIZE): Define.
6852 (struct cache_entry): Define.
6853 (cache_space): Define.
6854 (cache): Define.
6855 (clear_ada_sym_cache): New function.
6856 (find_entry): New function.
6857 (lookup_cached_symbol): New function.
6858 (defn_vector_size): Define.
6859 (cache_symbol): New function.
6860 (defn_symbols): Remove.
6861
6862 (standard_lookup): Use lookup_symbol_in_language to get effect of
6863 C lookup.
6864 Cache results.
6865
6866 (symbol_completion_match): New function.
6867 (symbol_completion_add): New function.
6868 (ada_make_symbol_completion_list): New function.
6869
6870 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6871 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6872 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6873 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6874
6875 (ada_lookup_simple_minsym): New function.
6876 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6877
6878 (add_symbols_from_enclosing_procs): New interface.
6879 Conditionalize more helpfully.
6880 Don't bother if program isn't running.
6881 Use new interface to get_frame_block.
6882 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6883
6884 (remove_extra_symbols): New interface.
6885 (xget_renaming_scope): New function.
6886 (is_package_name): New function.
6887 (renaming_is_visible): New function.
6888 (remove_out_of_scope_renamings): New function.
6889
6890 (ada_lookup_symbol_list): New interface.
6891 Properly reinitialize the symbol list obstack.
6892 Don't call add_symbols_from_enclosing_procs if we start from a
6893 static or global block.
6894 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6895 add_symbols_from_enclosing_procs.
6896 Add symtab data to cached entries.
6897 Handle symbols prefixed with
6898 "standard__" specially; strip prefix and don't look in local symbols.
6899 Do not include out of scope renaming symbols in list of
6900 symbols returned.
6901 Add const to block parameter.
6902 Move check for non-local, non-global symbols earlier.
6903 Remove timing stuff.
6904 (ada_lookup_symbol): New interface.
6905 Find symtab as well.
6906 (ada_lookup_symbol_nonlocal): New function.
6907
6908 (is_name_suffix): Enhance suffix detection to recognize
6909 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6910 (is_dot_digits_suffix): New function.
6911 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6912
6913 (ada_add_block_symbols): New interface. Use obstack to return results
6914 in a vector of struct ada_symbol_infos. Add symtab argument.
6915 Use new interface to add_defn_to_vec.
6916 Remove calls to fill_in_ada_prototype.
6917 Use BLOCK_BUCKETS, BLOCK_BUCKET.
6918
6919 (ada_finish_decode_line_1): Add const qualification to local to fix
6920 warning.
6921 Start looking in static block for functions to avoid attempts
6922 to search frame chain for up-level variables.
6923 Adapt to new ada_sals_for_line interface.
6924 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6925 Handle quoting of the function name inside the spec string.
6926 Skip prologue when funfirstline is set and update the
6927 function documentation to that effect.
6928
6929 (debug_print_lines, debug_print_block, debug_print_blocks,
6930 debug_print_symtab): Remove.
6931
6932 (ada_main_name): New function.
6933 (ada_exception_breakpoint_type): New function.
6934 (is_known_support_routine): New function.
6935 (ada_find_printable_frame): Renamed from find_printable_frame and made
6936 global.
6937 Remove level parameter.
6938 Use new interface to select_frame.
6939
6940 (begin_command): Remove.
6941 (ada_adjust_exception_stop): New function.
6942 (ada_print_exception_stop): New function.
6943 (exception_name_from_cond): New function.
6944 (ada_report_exception_break): Replace disabled code with
6945 conditionalization on GNAT_GDB.
6946 Get the exception name from the condition string.
6947 Remove and move functionality into new functions
6948 ada_print_exception_breakpoint_task and
6949 ada_print_exception_breakpoint_nontask.
6950 (error_breakpoint_runtime_sym_not_found): New function.
6951 (is_runtime_sym_defined): New function.
6952 (ada_breakpoint_rewrite): Uncomment suppressed code.
6953 Use symbolic error-message and runtime-symbol names.
6954 Surround runtime symbol names in quotes.
6955 Allow non-specific breakpoints on exceptions and assertions before
6956 program starts.
6957
6958 (ada_is_tagged_type): Add parameter.
6959 (ada_is_tag_type): New function.
6960 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6961 (ada_variant_discrim_type): Ditto.
6962 (value_tag_from_contents_and_address): New function.
6963 (type_from_tag): New function.
6964 (struct tag_args): New structure used to communicate with
6965 ada_tag_name_1.
6966 (ada_tag_name_1): New function.
6967 (ada_tag_name): New function.
6968
6969 (ada_scan_number): Update comment.
6970 (find_struct_field): New function.
6971 (ada_search_struct_field): Make static.
6972 (ada_value_struct_elt): New version that returns references when
6973 given pointers or references to structs.
6974 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6975 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6976 interface.
6977 (ada_value_ind): Use new ada_to_fixed_value interface.
6978 (ada_coerce_ref): Ditto.
6979 (field_offset): Remove.
6980
6981 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6982 (ada_find_renaming_symbol): New function.
6983 (ada_prefer_type): Prefer named types over unnamed ones.
6984 (variant_field_index): New function.
6985 (contains_variant_part): Removed: subsumed by variant_field_index.
6986 (ada_template_to_fixed_record_type): New function, mostly from
6987 template_to_fixed_record_type.
6988 (template_to_fixed_record_type):
6989 Do not scan the type fields beyond the last one; prevents a
6990 potential SEGV.
6991 Handle case where variant field is listed BEFORE discriminant it
6992 depends on.
6993 Fix calculation of record length when bit length is
6994 not evenly divisible by char length.
6995 Move code to ada_template_to_fixed_record_type and call it.
6996
6997 (template_to_static_fixed_type): Revise comment.
6998 Modify to work on ordinary record types as well as templates,
6999 so as to handle fields that use ___XVE or ___XVU encodings.
7000 (to_record_with_fixed_variant_part): Fill out comment.
7001 Initialize C++ stuff in right type.
7002 Allow case where DVAL is null.
7003 Handle case where variant field is not last.
7004 Fix typo concerning record length.
7005 (to_fixed_record_type): Decomment disabled code.
7006 (to_fixed_record_type): Use variant_field_index instead of
7007 contains_variant_part.
7008 (to_fixed_variant_branch_type): Ditto.
7009 (to_fixed_array_type): Decomment disabled code.
7010 (ada_to_fixed_type): Convert tagged types to the specific type.
7011 Deactivate the size-check for array types in order to avoid
7012 some false size alarms.
7013 (to_static_fixed_type): Decomment disabled code.
7014 Modify to call template_to_static_fixed_type
7015 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
7016 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
7017 Remove valaddr argument, as it is never really used.
7018 (ada_to_fixed_value): Change interface to act on single struct value*
7019 operand.
7020 (adjust_pc_past_prologue): New function.
7021 (ada_attribute_name): Modify to take enum exp_opcode argument.
7022
7023 (ada_enum_name): Recognize new homonym-distinguishing convention.
7024 Adjust local variable's type to remove compiler warning.
7025 Fix a small problem in the part that unqualifies the enumeration name.
7026 (ada_value_binop): New function.
7027 (ada_value_equal): New function.
7028
7029 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
7030 Don't give error message when not doing normal evaluation
7031 and a tagged type doesn't seem to contain a structure member.
7032 Give error message for packed arrays.
7033 For indexing arrays, handle pointers to packed arrays correctly.
7034 Handle case of 'first and 'last attributes of bare integral type
7035 without encoded subtype info.
7036 Remove some unnecessary casts.
7037 Fix uninitialized value of type in computing 'first, 'last, or 'length
7038 of array object.
7039 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
7040 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
7041 calls.
7042 Attributes are now exp_opcode values.
7043 Correct treatment of 'modulus.
7044 Better error message for taking 'length of wrong kind of type;
7045 improve comment.
7046 Change EVAL_NORMAL to noside for consistency.
7047 Use ada_value_binop for DIV, MOD, REM.
7048 Make special case out of array of length 0, since an argument
7049 of 0 upsets some platforms' malloc.
7050 Use OP_STRING instead of OP_ARRAY.
7051 For slice, add check that we have an array type before extracting
7052 a slice out of it. Avoids a SEGV.
7053 When evaluating an array slice, if the array type is a reference to
7054 an aligner type, then replace the aligner type by the actual type.
7055 Decomment disabled code.
7056 Remove some dead code.
7057 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
7058 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
7059 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
7060 and UNOP_MBR to UNOP_IN_RANGE.
7061 If an array type has a parallel ___XVE type, then use it.
7062 Turn arrays into pointers for lvalue arrays.
7063 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
7064 bounds error and handle 0-length slices.
7065 Use lim_warning.
7066 When selecting fields, apply ada_to_fixed_value (because the fields
7067 might have ___XVU or ___XVE encodings even if not dynamic.)
7068 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
7069 (ada_is_system_address_type): New function.
7070
7071 (get_var_value): Use new interface to ada_lookup_symbol_list.
7072 (get_int_var_value): New interface.
7073 (to_fixed_range_type): Allow unknown bound, with warning.
7074 (ada_is_modular_type): Decomment disabled code.
7075 (ADA_OPERATORS): New definition.
7076 (ada_operator_length): New function.
7077 (ada_expr_op_name): New function.
7078 (ada_forward_operator_length): New function.
7079 (ada_dump_subexp_body): New function.
7080 (ada_print_subexp): New function.
7081 (ada_exp_descriptor): New constant.
7082 (ada_op_print_tab): Add 'size. Remove FIXMEs.
7083 (ada_language_defn): Add ada_exp_descriptor entry.
7084 Change ada_parse => parse.
7085 Add post-parser entry.
7086 Use ada-specific non-local symbol lookup.
7087 Don't use C-style arrays.
7088 String lower-bound is 1.
7089 Decomment disabled code.
7090 (parse): New function.
7091 New fields ada_translate_error_message, ada_lookup_symbol,
7092 ada_lookup_minimal_symbol.
7093
7094 * ada-lang.h: Update copyright dates.
7095 Replace the mangle/demangle terminology throughout by the
7096 more appropriate encode/decode one.
7097 Include breakpoint.h.
7098 Forward declare struct partial_symbol, struct block.
7099 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
7100 (EXTRACT_ADDRESS): Remove.
7101 (EXTRACT_INT): Remove.
7102 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
7103 (MAX_ENCLOSING_FRAME_LEVELS): Define.
7104 (MAX_RENAMING_CHAIN_LENGTH): Define.
7105 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
7106
7107 (enum task_states): Remove.
7108 ada_task_states: Remove.
7109 (fat_string): Remove.
7110 (struct entry_call): Remove.
7111 (struct task_fields): Remove.
7112 (struct task_entry): Remove.
7113
7114 (struct ada_symbol_info): Define.
7115 (enum ada_attribute): Remove.
7116 (enum ada_operator): Define.
7117
7118 (ada_get_field_index): Declare.
7119 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
7120 (ada_is_simple_array): Rename to ada_is_simple_array_type.
7121 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
7122 (ada_lookup_symbol_list): New interface.
7123 (ada_decode_symbol): Declare.
7124 (ada_decode): Declare.
7125 (ada_lookup_symbol): New interface.
7126 (ada_update_initial_language): Declare.
7127 (ada_lookup_simple_minsym): Declare.
7128 (user_select_syms): New interface.
7129 (ada_sals_for_line): Declare.
7130 (ada_is_tagged_type): New interface.
7131 (ada_tag_name): Declare.
7132 (ada_lookup_struct_elt_type): Remove declaration.
7133 (ada_search_struct_field): Remove declaration.
7134 (ada_attribute_name): New interface.
7135 (ada_is_system_address_type): Declare.
7136 (ada_to_fixed_value): Remove declaration.
7137 (ada_template_to_fixed_record_type_1): Declare.
7138 (get_int_var_value): New interface.
7139 (ada_find_any_symbol): Declare.
7140 (ada_find_renaming_symbol): Declare.
7141 (ada_mangle): Rename to ada_encode.
7142 (ada_simple_renamed_entity): Remove const.
7143 (ada_main_name): Declare.
7144 (get_current_task): Rename to ada_get_current_task.
7145 (get_entry_number): Remove declaration.
7146 (ada_report_exception_break): Remove declaration.
7147 (ada_print_exception_breakpoint_nontask): Declare.
7148 (ada_print_exception_breakpoint_task): Declare.
7149 (ada_find_printable_frame): Declare.
7150
7151 * ada-lex.l: Update copyright notices.
7152 Use xmalloc and xfree instead of malloc and free.
7153 Use new interface to name_lookup.
7154 Use new interface to
7155 ada_mangle=>ada_encode.
7156 Redo handling of '$...' variable to parallel current treatment
7157 in c-exp.y.
7158 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
7159 digit_to_int, strtoulst, processInt, processReal, processId,
7160 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
7161 yywrap): Protoize.
7162
7163 (processInt): Use cast to remove harmless warning.
7164 (processReal): Modify to get rid of compiler warning on scan formats.
7165
7166 (processId): Replace xmalloc with obstack_alloc for name and remove
7167 call to ada_name_string_cleanup.
7168 Remove obsolete disabled code.
7169 (name_lookup): Ditto.
7170 New interface.
7171 Use obsavestring on temp_parse_space instead of savestring
7172 on name, and remove call to ada_name_string_cleanup.
7173 Free string returned from ada_simple_renamed_entity.
7174 Use new interface to ada_lookup_symbol_list.
7175 Decomment disabled code.
7176 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
7177 not types.
7178 When a type name lookup succeeds as a result of
7179 lookup_primitive_typename, check for regular type entry that has not
7180 yet been read in.
7181 Limit length of chain of renamed symbols we are willing to follow.
7182 Do not break names beginning with "standard__" into segments.
7183 (block_lookup): Use new interface to ada_lookup_symbol_list.
7184
7185 * ada-typeprint.c: Update copyright notice.
7186 (demangled_type_name): Rename to decoded_type_name.
7187 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
7188 (print_range_bound): Correct handling of negative
7189 bounds that make the index type looked unsigned under STABS.
7190 (print_dynamic_range_bound): Use new interface to get_int_var_value.
7191 (print_range_type_named): Use the builtin int type if no type
7192 corresponding to the given type name could be found.
7193 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
7194 Add some bullet-proofing.
7195 (print_variant_clauses): Allow for variant branches with ___XVU
7196 encodings that are not dynamic fields.
7197 Use new interface to ada_is_tagged_type.
7198 (print_record_type): Allow for fields with ___XVE encodings that
7199 are not dynamic fields.
7200 Use new interface to ada_is_tagged_type.
7201 (ada_print_type): ada_is_array_descriptor =>
7202 ada_is_array_descriptor_type.
7203
7204 * ada-valprint.c: Update copyright notice.
7205 Include gdb_string.h
7206 Include infcall.h
7207 (ui_memcpy): New function.
7208 (ada_print_floating): New function.
7209 (ada_print_str): Order arguments correctly.
7210 Correct handling of empty arrays and arrays of 0-length items.
7211 ada_is_array_descriptor => ada_is_array_descriptor_type
7212 Print values of type System.Address in hexadecimal format.
7213 Use ada_print_floating to print floating-point numbers in Ada format.
7214 Print class tag values with type names.
7215 No longer print the address of reference values. Avoids
7216 a potential confusion.
7217 (ada_value_print): Stop printing the object type for reference
7218 values, but preserve that behavior for access types. Avoids
7219 a potential confusion.
7220 Simplify one conditional expression, as the first part is now
7221 necessarily true.
7222 ada_is_array_descriptor => ada_is_array_descriptor_type
7223 Add check for arrays for null records, and print them by hand.
7224
7225 2004-06-01 Jim Blandy <jimb@redhat.com>
7226
7227 * ppc-tdep.h: Delete unused 'regoff' member.
7228 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
7229
7230 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
7231
7232 Fix PR symtab/1661.
7233 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
7234 (hpread_read_struct_type): Likewise.
7235
7236 2004-06-01 Andrew Cagney <cagney@gnu.org>
7237
7238 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
7239 instead of xasprintf.
7240 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
7241 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
7242 (mi_cmd_data_list_register_names)
7243 (mi_cmd_data_list_changed_registers)
7244 (mi_cmd_data_list_register_values)
7245 (get_register, mi_cmd_data_write_register_values)
7246 (mi_cmd_data_write_register_values)
7247 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
7248 (mi_cmd_target_download, mi_cmd_target_select)
7249 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
7250 (mi_execute_cli_command, mi_execute_async_cli_command)
7251 (mi_execute_async_cli_command): Ditto.
7252 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
7253 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
7254
7255 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
7256 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
7257 error_last_message instead of mi_error_last_message.
7258 * mi/mi-main.c (mi_error_last_message): Delete function.
7259
7260 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
7261 "invalid number of columns" error. Delete redundant "out of
7262 memory" check.
7263
7264 2004-05-31 Mark Kettenis <kettenis@gnu.org>
7265
7266 * i386bsd-nat.c: Don't include <sys/procfs.h>.
7267 (gregset_t, fpregset_t): Remove typedefs.
7268 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
7269 (REG_OFFSET): Rename argument.
7270 (i386bsd_r_reg_offset): Rename from reg_offset.
7271 (REG_ADDR): Remove macro.
7272 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
7273 functions.
7274 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
7275 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
7276 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
7277 instead of supply_gregset.
7278 (store_inferior_registers): Use `struct reg' and `struct fpreg'
7279 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
7280 instead of fill_gregset.
7281 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
7282
7283 * i386bsd-nat.c: Don't include "gregset.h".
7284 (supply_gregset, fill_gregset): Make static.
7285 (supply_fpregset, fill_fpregset): Remove.
7286 * Makefile.in (i386bsd-nat.o): Update dependencies.
7287
7288 2004-05-30 Mark Kettenis <kettenis@gnu.org>
7289
7290 * fbsd-proc.c: Include "regcache.h", "regset.h" and
7291 "gdb_assert.h". Con't include "gregset.h".
7292 (fbsd_make_corefile_notes): Use regset-based core file support
7293 instead off fill_gregset and fill_fpregset.
7294 * Makefile.in (fbsd-proc.o): Update dependencies.
7295
7296 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
7297 instructions.
7298 (m88k_frame_prev_register): Simplify code a bit.
7299
7300 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
7301 (amd64_collect_fpregset): New function.
7302 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
7303
7304 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
7305
7306 * i386-tdep.c (i386_supply_gregset): Adjust comment.
7307 (i386_collect_gregset): New function.
7308 (i386_supply_fpregset): Adjust comment.
7309 (i386_collect_fpregset): New function.
7310 (i386_regset_from_core_section): Use i386_collect_gregset and
7311 i386_collect_fpregset.
7312
7313 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
7314 handle VALUEP being null.
7315
7316 * regset.h (collect_regset_ftype): Unconstify fourth argument.
7317
7318 2004-05-29 Mark Kettenis <kettenis@gnu.org>
7319
7320 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
7321
7322 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
7323 assembler in OpenBSD 3.5-current.
7324 (amd64obsd_sigcontext_addr): Likewise.
7325
7326 2004-05-28 Jim Blandy <jimb@redhat.com>
7327
7328 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
7329 register set, so our regcache isn't declared "legacy" and our E500
7330 pseudoregister read and write functions aren't ignored.
7331 (rs6000_register_byte, rs6000_register_raw_size,
7332 rs6000_register_virtual_type, rs6000_register_convertible,
7333 rs6000_register_convert_to_virtual,
7334 rs6000_register_convert_to_raw): Deleted.
7335 (rs6000_register_type, rs6000_convert_register_p,
7336 rs6000_register_to_value, rs6000_value_to_register): New
7337 functions.
7338 (rs6000_gdbarch_init): Don't register
7339 gdbarch_deprecated_register_size,
7340 gdbarch_deprecated_register_bytes,
7341 gdbarch_deprecated_register_byte,
7342 gdbarch_deprecated_register_raw_size,
7343 gdbarch_deprecated_register_virtual_type,
7344 gdbarch_deprecated_register_convertible,
7345 gdbarch_deprecated_register_convert_to_virtual, or
7346 gdbarch_deprecated_register_convert_to_raw methods. Instead,
7347 register gdbarch_register_type, gdbarch_convert_register_p,
7348 gdbarch_register_to_value, and gdbarch_value_to_register methods.
7349
7350 2004-05-26 Jim Blandy <jimb@redhat.com>
7351
7352 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
7353 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
7354 functions, updated to match the register numberings used in GCC.
7355 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
7356 rs6000_dwarf2_reg_to_regnum as register number conversions
7357 functions for STABS and Dwarf2.
7358
7359 2004-05-26 Randolph Chung <tausq@debian.org>
7360
7361 * infttrace.h (target_waitkind): Forward declare type instead of pulling
7362 in header file.
7363
7364 2004-05-25 Joel Brobecker <brobecker@gnat.com>
7365
7366 * NEWS: Document new "start" command.
7367
7368 2004-05-25 Randolph Chung <tausq@debian.org>
7369
7370 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
7371 hppa-linux.
7372
7373 2004-05-25 Randolph Chung <tausq@debian.org>
7374
7375 * hppa-hpux-tdep.c (offsetof): Define.
7376 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
7377 (hppa32_hpux_frame_base_before_sigtramp)
7378 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7379 (hppa64_hpux_frame_saved_pc_in_sigtramp)
7380 (hppa64_hpux_frame_base_before_sigtramp)
7381 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
7382 functions.
7383 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
7384 (hppa_hpux_sigtramp_frame_unwind_cache)
7385 (hppa_hpux_sigtramp_frame_this_id)
7386 (hppa_hpux_sigtramp_frame_prev_register)
7387 (hppa_hpux_sigtramp_frame_unwind)
7388 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
7389 (hppa_hpux_init_abi): Register sigtramp unwinder.
7390 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
7391
7392 2004-05-25 Randolph Chung <tausq@debian.org>
7393
7394 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
7395 and multiple stack unwinds.
7396 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
7397
7398 2004-05-25 Andrew Cagney <cagney@gnu.org>
7399
7400 * symfile.h (symbol_file_add_from_memory): Delete declaration.
7401 * symfile-mem.h: Delete file.
7402 * symfile-mem.c: Do not include "symfile-mem.h".
7403 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
7404 "struct bfd_section". When an error do not bother returning NULL.
7405 (add_symbol_file_from_memory_command): Use "struct bfd" and
7406 "struct bfd_section".
7407 * Makefile.in (symfile_mem_h): Delete.
7408 (symfile-mem.o): Update dependencies.
7409
7410 2004-05-25 Nick Roberts <nickrob@gnu.org>
7411
7412 * gdb-mi.el: New file.
7413
7414 2004-05-25 Andrew Cagney <cagney@gnu.org>
7415
7416 * inftarg.c: Include "observer.h".
7417 (child_attach, child_create_inferior): Notify inferior_created.
7418 * corelow.c: Include "observer.h".
7419 (core_open): Notify inferior_created.
7420 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
7421
7422 2004-05-25 Andrew Cagney <cagney@gnu.org>
7423
7424 * target.h (struct target_ops): Add from_tty to
7425 to_create_inferior.
7426 (target_create_inferior, find_default_create_inferior): Update.
7427 * infcmd.c (run_command): Update.
7428 * wince.c (child_create_inferior): Update.
7429 * win32-nat.c (child_create_inferior): Update.
7430 * uw-thread.c (uw_thread_create_inferior): Update.
7431 * thread-db.c (thread_db_create_inferior): Update.
7432 * target.c (debug_to_create_inferior)
7433 (find_default_create_inferior): Update.
7434 (maybe_kill_then_create_inferior): Update.
7435 * sol-thread.c (sol_thread_create_inferior): Update.
7436 * remote.c (extended_remote_async_create_inferior)
7437 (extended_remote_create_inferior): Update.
7438 * remote-vx.c (vx_create_inferior): Update.
7439 * remote-st.c (st2000_create_inferior): Update.
7440 * remote-sim.c (gdbsim_create_inferior): Update.
7441 * remote-sds.c (sds_create_inferior): Update.
7442 * remote-rdp.c (remote_rdp_create_inferior): Update.
7443 * remote-rdi.c (arm_rdi_create_inferior): Update.
7444 * remote-m32r-sdi.c (m32r_create_inferior): Update.
7445 * remote-e7000.c (e7000_create_inferior): Update.
7446 * procfs.c (procfs_create_inferior): Update.
7447 * ocd.c (ocd_create_inferior): Update.
7448 * ocd.h (ocd_create_inferior): Update.
7449 * nto-procfs.c (procfs_create_inferior): Update.
7450 * monitor.c (monitor_create_inferior): Update.
7451 * lin-lwp.c (lin_lwp_create_inferior): Update.
7452 * inftarg.c (child_create_inferior): Update.
7453 * hpux-thread.c (hpux_thread_create_inferior): Update.
7454 * gnu-nat.c (gnu_create_inferior): Update.
7455
7456 2004-05-25 Andrew Cagney <cagney@gnu.com>
7457
7458 * MAINTAINERS: Update e-mail address.
7459
7460 2004-05-24 Randolph Chung <tausq@debian.org>
7461
7462 * thread.c (info_threads_command, thread_apply_all_command)
7463 (thread_apply_command, thread_command, do_captured_thread_select):
7464 Remove HPUXHPPA-specific code.
7465
7466 2004-05-24 Randolph Chung <tausq@debian.org>
7467
7468 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
7469 unused symbols.
7470 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
7471 references.
7472
7473 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7474
7475 * infcmd.c (kill_if_already_running): New function, extracted
7476 from run_command().
7477 (run_command): Replace extracted code by call to
7478 kill_if_already_running().
7479 (start_command): New function.
7480 (_initialize_infcmd): Add "start" command.
7481
7482 2004-05-24 Mark Kettenis <kettenis@gnu.org>
7483
7484 Add OpenBSD/m88k support.
7485 * NEWS (New native configurations): Mention OpenBSD/m88k.
7486 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
7487 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
7488 * Makefile.in (m88k_tdep_h): New variable.
7489 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
7490 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
7491 * configure.host: Add m88*-*-openbsd*.
7492 * configure.tgt: Add m88*-*-openbsd*.
7493
7494 2004-05-24 Jim Blandy <jimb@redhat.com>
7495
7496 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
7497 to approve changes.
7498
7499 2004-05-24 Kevin Buettner <kevinb@redhat.com>
7500
7501 * symtab.c (fixup_section): Search section table when lookup by
7502 name fails.
7503
7504 2004-05-24 Randolph Chung <tausq@debian.org>
7505
7506 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
7507 be "small_struct".
7508
7509 2004-05-24 Mark Kettenis <kettenis@gnu.org>
7510
7511 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
7512 register number in regcache_raw_collect call.
7513 (m68kbsd_collect_fpregset): Likewise.
7514 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
7515
7516 * regset.h (struct regset): Add back `regset' member.
7517
7518 2004-05-23 Mark Kettenis <kettenis@gnu.org>
7519
7520 * configure.in: Check for td_pcb in `struct thread'.
7521 * configure, config.in: Regenerated.
7522
7523 * dpx2-nat.c: Remove file.
7524 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
7525 (dpx2-nat.o): Remove dependencies.
7526
7527 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
7528 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
7529 (amd64obsd_supply_pcb): New function.
7530 (_initialize_amd64obsd_nat): Enable libkvm interface.
7531 * Makefile.in (amd64obsd-nat.o): Update dependencies.
7532 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
7533 (LOADLIBES): New variable.
7534
7535 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
7536 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
7537 (sparc32nbsd_supply_pcb): New function.
7538 (_initialize_sparcnbsd_nat): Enable libkvm interface.
7539 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
7540 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
7541 (LOADLIBES): New variable.
7542
7543 2004-05-22 Mark Kettenis <kettenis@gnu.org>
7544
7545 * bsd-kvm.c, bsd-kvm.h: New files.
7546 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
7547 "bsd-kvm.h".
7548 (i386fbsd_supply_pcb): New function.
7549 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
7550 (i386fbsd-nat.o): Update dependencies.
7551 (bsd_kvm_h): New variable.
7552 (bsd-kvm.o): New dependency.
7553 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
7554 (LOADLIBES): New variable.
7555
7556 * regset.c: Tweak comment.
7557 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
7558 macro.
7559 * regset.h: Update copyright year.
7560 (struct regset): Remove `descr' member, add `gdbarch' member.
7561 (regset_alloc): Adjust prototype and comment.
7562 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
7563 (i386_supply_fpregset): Likewise.
7564 (i386_regset_from_core_section): Update call to regset_alloc.
7565 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
7566 REGSET->arch.
7567 (i386obsd_aout_regset_from_core_section): Update call to
7568 regset_alloc.
7569 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
7570 REGSET->arch.
7571 (i386nbsd_aout_regset_from_core_section): Update call to
7572 regset_alloc.
7573 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
7574 REGSET->arch.
7575 (amd64_regset_from_core_section): Update call to regset_alloc.
7576 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
7577 REGSET->arch.
7578 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
7579 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
7580 &sparc32nbsd_gregset in sparc32_supply_gregset call.
7581 (sparc32nbsd_init_abi): Update call to regset_alloc.
7582 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
7583 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
7584 (sparc64obsd_init_abi): Update call to regset_alloc.
7585 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
7586 &sparc64nbsd_gregset in sparc64_supply_gregset call.
7587 (sparc64nbsd_init_abi): Update call to regset_alloc.
7588 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
7589 &sparc64fbsd_gregset in sparc64_supply_gregset call.
7590 (sparc64fbsd_init_abi): Update call to regset_alloc.
7591
7592 2004-05-22 Jim Blandy <jimb@redhat.com>
7593
7594 * ppc-tdep.h (spe_register_p): New declaration.
7595 (struct gdbarch_tdep): New members: ppc_acc_regnum and
7596 ppc_spefscr_regnum.
7597 * rs6000-tdep.c (spe_register_p): New function.
7598 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
7599 spefscr.
7600 (rs6000_gdbarch_init): Initialize the new members of the tdep
7601 structure.
7602
7603 2004-05-21 Jim Blandy <jimb@redhat.com>
7604
7605 * ppc-linux-nat.c (fetch_register): Move code back to be next
7606 to the comment that describes it. (Moved code, instead of
7607 comment, for symmetry with store_register.)
7608
7609 Allocate regset structures in the gdbarch's obstack, not using
7610 xmalloc.
7611 * regset.c (regset_alloc): Renamed from regset_xmalloc.
7612 Add 'arch' argument. Allocate the regset on arch's obstack, not
7613 using xmalloc.
7614 * regset.h (regset_alloc): Update declaration.
7615 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
7616 gdbarch argument.
7617 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7618 * i386-tdep.c (i386_regset_from_core_section): Same.
7619 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7620 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7621 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7622 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7623 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7624 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7625
7626 2004-05-21 Joel Brobecker <brobecker@gnat.com>
7627
7628 * config/djgpp/fnchange.lst: Undo previous change, was useless.
7629
7630 2004-05-21 Jim Blandy <jimb@redhat.com>
7631
7632 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
7633 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
7634
7635 2004-05-20 Jim Blandy <jimb@redhat.com>
7636
7637 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
7638
7639 2004-05-20 Mark Kettenis <kettenis@gnu.org>
7640
7641 * regset.h: Make prototype const-correct.
7642 * regset.c (regset_xmalloc): Make const-correct.
7643
7644 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
7645
7646 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
7647 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
7648 (symbol_search_name): Declare.
7649
7650 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
7651 (iter_name_next_hashed): Ditto.
7652 (iter_name_next_linear): Ditto.
7653 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
7654
7655 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
7656 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
7657 (symbol_search_name): New function.
7658
7659 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
7660
7661 * minsyms.c (build_minimal_symbol_hash_tables): Change
7662 test for adding to demangled hash table to check for difference
7663 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
7664
7665 2004-05-19 Jim Blandy <jimb@redhat.com>
7666
7667 Use a constructor function to create regset structures.
7668 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
7669 (struct regset): Use supply_regset_ftype. Add new
7670 'collect_regset' member.
7671 (regset_xmalloc): New declaration.
7672 * regset.c: New file.
7673 * am64-tdep.c (amd64_regset_from_core_section): Use
7674 regset_xmalloc to construct regset structures.
7675 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7676 * i386-tdep.c (i386_regset_from_core_section): Same.
7677 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7678 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7679 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7680 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7681 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7682 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7683 * Makefile.in (COMMON_OBS): Add regset.o.
7684 (regset.o): New rule.
7685
7686 2004-05-19 Joel Brobecker <brobecker@gnat.com>
7687
7688 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
7689 and pthread_cond_wait.c.
7690
7691 2004-05-18 Jim Blandy <jimb@redhat.com>
7692
7693 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
7694 before the mach-specific switch, and then let the individual cases
7695 override the defaults, rather than leaving them uninitialized
7696 until the switch and then setting them in each case.
7697
7698 2004-05-18 Randolph Chung <tausq@debian.org>
7699
7700 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
7701 millicode functions.
7702
7703 2004-05-18 Randolph Chung <tausq@debian.org>
7704
7705 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
7706 references to dld_flags_buffer consistent.
7707
7708 2004-05-18 Randolph Chung <tausq@debian.org>
7709
7710 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
7711 it for unwinding the stack.
7712
7713 2004-05-18 Randolph Chung <tausq@debian.org>
7714
7715 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
7716 Undefine these so we can overide them using gdbarch.
7717
7718 2004-05-18 Randolph Chung <tausq@debian.org>
7719
7720 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
7721 handling for 64-bit HPUX (elf).
7722
7723 2004-05-18 Daniel Jacobowitz <dan@debian.org>
7724
7725 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
7726 constants.
7727 * amd64-tdep.c (amd64_skip_prologue): Likewise.
7728 * ia64-tdep.c (examine_prologue): Likewise.
7729 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
7730 * v850-tdep.c (v850_fix_call_dummy): Likewise.
7731
7732 2004-05-18 Mark Kettenis <kettenis@gnu.org>
7733
7734 * vax-tdep.c (vax_return_value): Implement
7735 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7736
7737 2004-05-17 Mark Kettenis <kettenis@gnu.org>
7738
7739 * vax-tdep.c (vax_return_value): Fix typo.
7740
7741 2004-05-17 Andrew Cagney <cagney@redhat.com>
7742
7743 * MAINTAINERS: Mark Salter was also responsible for
7744 testsuite/config/
7745
7746 * NEWS: Mention signal fixes.
7747
7748 2004-05-17 Randolph Chung <tausq@debian.org>
7749
7750 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
7751 check to see if we are unwinding an export stub. Export stubs clobber
7752 the %rp in the call path and stores the original rp in a stack slot.
7753
7754 2004-05-17 Jim Blandy <jimb@redhat.com>
7755
7756 * MAINTAINERS: Update address for J.T. Conklin.
7757
7758 2004-05-17 Randolph Chung <tausq@debian.org>
7759
7760 * hppa-tdep.c: Remove superfluous #include's.
7761 * Makefile.in (hppa-tdep.o): Update dependencies.
7762
7763 2004-05-17 Randolph Chung <tausq@debian.org>
7764
7765 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
7766 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
7767 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
7768 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
7769 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
7770 Remove static function declarations.
7771
7772 2004-05-17 Mark Kettenis <kettenis@gnu.org>
7773
7774 * alphabsd-nat.c: Update copyright year.
7775 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7776
7777 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7778 and M68K_A2_REGNUM.
7779
7780 * m68k-tdep.c (m68k_svr4_return_value): Implement
7781 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7782
7783 2004-05-16 Mark Kettenis <kettenis@gnu.org>
7784
7785 * sol-thread.c Update copyright year. Fix various coding
7786 standards violations. Tweak a few comments.
7787 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
7788 Delete prototypes.
7789
7790 2004-05-15 Randolph Chung <tausq@debian.org>
7791
7792 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7793 as pointer instead of array reference since HPUX compiler does
7794 not accept unsized array arguments.
7795 * somsolib.c (dld_flags_buffer): Use constant array size.
7796
7797 2004-05-15 Mark Kettenis <kettenis@gnu.org>
7798
7799 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7800 offset with decimal offset.
7801 (amd64obsd_sigcontext_addr): Return correct address for entire
7802 signal trampoline.
7803
7804 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7805 instead of get_frame_base.
7806
7807 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7808 (fill_gregset): Use regcache_raw_collect.
7809
7810 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7811 ppcobsd-tdep.c.
7812
7813 * config/sparc/tm-nbsd64.h: Remove file.
7814 * config/tm-sunos.h: Remove file.
7815
7816 2004-05-15 Joel Brobecker <brobecker@gnat.com>
7817
7818 * rs6000-tdep.c (store_param_on_stack_p): New function,
7819 an improved version of some code extracted from skip_prologue().
7820 (skip_prologue): Use store_param_on_stack_p() to detect
7821 instructions saving a parameter on the stack. Detect when r0
7822 is used to save a parameter.
7823 Do not mark "li rx, SIMM" instructions as part of the prologue,
7824 unless the following instruction is also part of the prologue.
7825
7826 2004-05-14 Andrew Cagney <cagney@redhat.com>
7827
7828 * infrun.c (handle_inferior_event): Simplify
7829 STEP_OVER_UNDEBUGGABLE.
7830
7831 * infrun.c (handle_step_into_function): Delete function.
7832 (handle_inferior_event): Inline calls to
7833 handle_step_into_function.
7834
7835 2004-05-14 Jerome Guitton <guitton@gnat.com>
7836
7837 * rs6000-nat.c: Fix a comment.
7838
7839 2004-05-12 David Anderson <davea@sgi.com>
7840
7841 Committed by Jim Blandy <jimb@redhat.com>:
7842 * regcache.c (struct regcache_descr): fix comment spelling.
7843
7844 2004-05-13 J. Brobecker <brobecker@gnat.com>
7845
7846 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7847 Fixes a link link failure.
7848
7849 2004-05-13 J. Brobecker <brobecker@gnat.com>
7850
7851 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7852 error that was causing the build to fail.
7853
7854 2004-05-13 J. Brobecker <brobecker@gnat.com>
7855
7856 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7857 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7858
7859 2004-05-13 Andrew Cagney <cagney@redhat.com>
7860
7861 * infrun.c (handle_inferior_event): Check for
7862 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7863 calls. Update comments.
7864
7865 2004-05-13 Jim Blandy <jimb@redhat.com>
7866
7867 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7868 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7869 (store_regs_user_thread, store_regs_kernel_thread): Use
7870 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7871 * ppc-linux-nat.c (fill_gregset): Same.
7872 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7873 (ppc_linux_sigtramp_cache): Same.
7874 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7875 (ppcnbsd_sigtramp_cache_init): Same.
7876 * rs6000-nat.c (fetch_core_registers): Same.
7877 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7878 (rs6000_frame_cache): Same.
7879
7880 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7881 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7882 of assuming that the gprs are numbered starting with zero.
7883 * ppc-linux-nat.c (fill_gregset): Same.
7884 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7885 * ppcnbsd-nat.c (getregs_supplies): Same.
7886 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7887 * rs6000-nat.c (fetch_core_registers): Same.
7888 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7889
7890 2004-05-07 Michael Snyder <msnyder@redhat.com>
7891
7892 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7893 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7894
7895 2004-05-13 Andrew Cagney <cagney@redhat.com>
7896
7897 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7898
7899 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7900
7901 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7902 base_address for shared libraries.
7903
7904 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7905
7906 * MAINTAINERS (write after approval): Add myself.
7907
7908 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7909
7910 * breakpoint.c (bpstat_stop_status): Add new argument
7911 STOPPED_BY_WATCHPOINT. Use it instead of testing
7912 target_stopped_data_address agaist 0 to check whether
7913 or not we stopped due to a hardware watchpoint.
7914 * breakpoint.h (bpstat_stop_status): Adapt prototype.
7915 * infrun.c (handle_inferior_event): Call bpstat_stop_status
7916 with new argument.
7917
7918 2004-05-12 Jim Blandy <jimb@redhat.com>
7919
7920 * configure.in: When checking whether we should use the -bbigtoc
7921 option, don't forget to restore the original value of LDFLAGS.
7922 * configure: Regenerated.
7923
7924 2004-05-12 Andrew Cagney <cagney@redhat.com>
7925
7926 * thread.c (load_infrun_state): Delete step_sp.
7927 * infrun.c (context_switch): Ditto.
7928 * inferior.h (step_sp): Ditto.
7929 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7930 * gdbthread.h (struct thread_info, save_infrun_state)
7931 (restore_infrun_state): Ditto.
7932
7933 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
7934
7935 * MAINTAINERS (write after approval): Add myself.
7936
7937 2004-05-12 Andrew Cagney <cagney@redhat.com>
7938
7939 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7940 eliminate reference to step_sp.
7941 (struct execution_control_state, init_execution_control_state)
7942 (handle_inferior_event, keep_going): Delete update_step_sp and
7943 step_sp.
7944 * infcmd.c (step_sp): Note that variable is unused.
7945
7946 2004-05-11 Andrew Cagney <cagney@redhat.com>
7947
7948 * infrun.c (step_over_function): Delete function.
7949 (handle_step_into_function): Use insert_step_resume_breakpoint.
7950 (insert_step_resume_breakpoint): Fix assertion.
7951
7952 2004-05-11 Nick Roberts <nickrob@gnu.org>
7953
7954 * utils.c (defaulted_query): Just use the normal query input type
7955 when printing the annotations.
7956
7957 2004-05-11 Andrew Cagney <cagney@redhat.com>
7958
7959 * infrun.c (handle_inferior_event): Simplify code handling
7960 step-into or return-from a signal trampoline.
7961
7962 2004-05-11 Andrew Cagney <cagney@redhat.com>
7963
7964 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7965 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7966
7967 2004-05-10 Jim Blandy <jimb@redhat.com>
7968
7969 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7970 with a call to internal_error.
7971
7972 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7973 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7974 processor variant lacks those registers.
7975 (ppc_floating_point_unit_p): Change description to make it clear
7976 that this returns info about the ISA, not the ABI.
7977 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7978 return true or false by checking tdep->ppc_fp0_regnum and
7979 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7980 arch/mach switching done in rs6000_gdbarch_init; it's better to
7981 keep that logic there, and just check the results here.
7982 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7983 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7984 floating-point registers.
7985 (ppc_supply_fpregset, ppc_collect_fpregset)
7986 (rs6000_push_dummy_call, rs6000_extract_return_value)
7987 (rs6000_store_return_value): Assert that we have floating-point
7988 registers.
7989 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7990 (rs6000_frame_cache): Don't note the locations at which
7991 floating-point registers were saved if we have no fprs.
7992 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7993 registers.
7994 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7995 (store_regs_user_thread, store_regs_kernel_thread): Only call
7996 supply_fprs / fill_fprs if we actually have floating-point
7997 registers.
7998 (special_register_p): Check ppc_fpscr_regnum before matching
7999 against it.
8000 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
8001 supply / collect fpscr if we don't have it.
8002 * ppc-bdm.c: #include "gdb_assert.h".
8003 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
8004 have floating-point registers, since I can't test this code on
8005 FP-free systems to adapt it.
8006 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
8007 fpscr and floating point register numbers if they don't exist.
8008 (fetch_register): Assert that we have floating-point registers
8009 before we reach the code that handles them.
8010 (store_register): Same. And use tdep instead of calling
8011 gdbarch_tdep again.
8012 (fill_fpregset): Don't try to collect FP registers and fpscr if we
8013 don't have them.
8014 (ppc_linux_sigtramp_cache): Don't record the saved locations of
8015 fprs and fpscr if we don't have them.
8016 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
8017 don't have them.
8018 * ppcnbsd-nat.c: #include "gdb_assert.h".
8019 (getfpregs_supplies): Assert that we have floating-point registers.
8020 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
8021 * ppcobsd-tdep.c: #include "gdb_assert.h".
8022 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
8023 have floating-point registers.
8024 * rs6000-nat.c (regmap): Don't match against the fpscr and
8025 floating point register numbers if they don't exist.
8026 (fetch_inferior_registers, store_inferior_registers,
8027 fetch_core_registers): Only fetch / store / supply the
8028 floating-point registers and the fpscr if we have them.
8029 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
8030 (ppcobsd-tdep.o): Update dependencies.
8031
8032 2004-05-10 Andrew Cagney <cagney@redhat.com>
8033
8034 * infrun.c (through_sigtramp_breakpoint): Delete variable.
8035 (context_switch): Do not switch through_sigtramp_breakpoint.
8036 * gdbthread.h (save_infrun_state, load_infrun_state)
8037 (struct thread_info): Delete through_sigtramp_breakpoint parameter
8038 and structure member.
8039 * thread.c (load_infrun_state, save_infrun_state): Update.
8040
8041 2004-05-10 Mark Kettenis <kettenis@gnu.org>
8042
8043 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
8044
8045 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8046
8047 * acinclude.m4: Quote macro names being defined by AC_DEFUN
8048 throughout.
8049 * aclocal.m4: Regenerate.
8050
8051 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
8052
8053 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
8054
8055 2004-05-10 Andrew Cagney <cagney@redhat.com>
8056
8057 * infrun.c (check_sigtramp2): Delete function.
8058 (handle_inferior_event): When single stepping, and taking a
8059 signal, set a breakpoint at the signal return address. Delete
8060 redundant calls to check_sigtramp2.
8061 (insert_step_resume_breakpoint): New function.
8062 (through_sigtramp_breakpoint, handle_inferior_event)
8063 (follow_exec, wait_for_inferior, fetch_inferior_event)
8064 (currently_stepping, keep_going): Delete most uses of
8065 through_sigtramp_breakpoint, not that it should be deleted.
8066 (delete_breakpoint_current_contents): Delete function.
8067
8068 2004-05-10 Randolph Chung <tausq@debian.org>
8069
8070 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
8071 target.
8072 * config/pa/tm-linux.h: New file.
8073
8074 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
8075
8076 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
8077 of prefixes. Don't print the prefix twice in the CLI.
8078
8079 2004-05-10 Jim Blandy <jimb@redhat.com>
8080
8081 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
8082 collect all the gprs.
8083
8084 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
8085 loop collecting gprs.
8086
8087 2004-05-09 Andrew Cagney <cagney@redhat.com>
8088
8089 * remote-vx.c (net_step): Delete step-range code.
8090 * remote.c (remote_resume, init_all_packet_configs)
8091 (set_remote_protocol_E_packet_cmd)
8092 (show_remote_protocol_E_packet_cmd)
8093 (remote_protocol_E, show_remote_cmd, _initialize_remote)
8094 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
8095 (show_remote_protocol_e_packet_cmd): Ditto.
8096
8097 2004-05-09 Mark Kettenis <kettenis@gnu.org>
8098
8099 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
8100
8101 * hppa-tdep.h: Update copyright year.
8102 (struct trad_frame_saved_reg): Add opaque declaration.
8103
8104 * amd64-tdep.c (amd64_return_value): Implement
8105 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8106
8107 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
8108 (m68k_value_to_register): New functions.
8109 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
8110 value_to_register.
8111
8112 * defs.h (enum return_value_convention): Add
8113 RETURN_VALUE_ABI_RETURNS_ADDRESS and
8114 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
8115 * infcmd.c (legacy_return_value): New function.
8116 (print_return_value): Rwerite to implement
8117 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8118 * values.c (using_struct_return): Check for inequality to
8119 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
8120 RETURN_VALUE_STRUCT_CONVENTION.
8121 * i386-tdep.c (i386_return_value): Implement
8122 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8123
8124 * vax-tdep.c: Tweak comments. Reorder include files. Don't
8125 include "symtab.h", "opcode/vax.h" and "inferior.h".
8126 (vax_skip_prologue): Replace calls to read_memory_integer by calls
8127 to read_memory_unsigned_integer.
8128 (vax_gdbarch_init): Reorder.
8129 (_initialize_vax_tdep): Spell out prototype.
8130 * Makefile.in (vax-tdep.o): Update dependencies.
8131
8132 2004-05-08 Andrew Cagney <cagney@redhat.com>
8133
8134 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
8135 * target.c (target_detach, target_disconnect): Ditto.
8136
8137 * infcall.c (call_function_by_hand): When no
8138 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
8139 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
8140 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
8141 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8142 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8143
8144 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
8145 * gdbarch.h, gdbarch.c: Re-generate.
8146 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8147 deprecated_fix_call_dummy.
8148 * v850-tdep.c (v850_gdbarch_init): Ditto.
8149 * infcall.c (call_function_by_hand): Do not call
8150 DEPRECATED_FIX_CALL_DUMMY.
8151
8152 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
8153 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
8154 * gdbarch.h, gdbarch.c: Re-generate.
8155 * arm-linux-tdep.c (arm_linux_call_dummy_words)
8156 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
8157 deprecated_sizeof_call_dummy_words.
8158 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
8159 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8160 * v850-tdep.c (v850_gdbarch_init): Ditto.
8161 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8162 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
8163 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8164 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8165 * arch-utils.h (legacy_call_dummy_words)
8166 (legacy_sizeof_call_dummy_words): Delete declarations.
8167 * arch-utils.c (legacy_call_dummy_words)
8168 (legacy_sizeof_call_dummy_words): Delete variables.
8169
8170 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
8171 * gdbarch.h, gdbarch.c: Re-generate.
8172 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
8173 * infcall.c (call_function_by_hand): Eliminate call to
8174 DEPRECATED_PUSH_DUMMY_FRAME.
8175 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8176 push_dummy_frame.
8177 (ns32k_push_dummy_frame): Delete function.
8178
8179 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8180 deprecated_call_dummy_breakpoint_offset or
8181 deprecated_call_dummy_start_offset.
8182 * dummy-frame.c, arm-tdep.c: Update comments.
8183 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
8184 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
8185 * gdbarch.h, gdbarch.c: Re-generate.
8186
8187 * infcall.c (legacy_push_dummy_code): Delete function.
8188 (push_dummy_code): Delete call.
8189
8190 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
8191 * gdbarch.h, gdbarch.c: Re-generate.
8192 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
8193 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
8194 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
8195 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
8196
8197 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
8198 (struct frame_info): Delete opaque declaration.
8199 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
8200 * frame.c (get_frame_type): Delete call.
8201
8202 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8203 pc_in_call_dummy.
8204 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
8205 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
8206
8207 2004-05-08 Mark Kettenis <kettenis@gnu.org>
8208
8209 * alphanbsd-tdep.c: Include "gdb_string.h".
8210 * armnbsd-tdep.c: Update copyright year.
8211 Include "gdb_string.h".
8212 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
8213 dependencies.
8214
8215 * delta68-nat.c: Remove file.
8216 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
8217 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
8218 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
8219 (delta68-nat.o): Remove dependency.
8220
8221 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
8222 function.
8223 (m68k_gdbarch_init): Don't set
8224 deprecated_frameless_function_invocation.
8225
8226 2004-05-07 Randolph Chung <tausq@debian.org>
8227
8228 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
8229 read_memory_nobpt for code reading when doing frame unwinding.
8230 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
8231
8232 2004-05-07 Randolph Chung <tausq@debian.org>
8233
8234 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
8235 instead of sp, handle sigaltstack case.
8236 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
8237 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
8238 signal handler and not that of the caller.
8239 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
8240 hppa_linux_sigtramp_find_sigcontext.
8241
8242 2004-05-07 Randolph Chung <tausq@debian.org>
8243
8244 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
8245 hppa-linux-nat.c.
8246 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
8247 * hppa-linux-nat.c (fetch_register, store_register): Define.
8248 (fetch_inferior_registers, store_inferior_registers): Define.
8249 (supply_gregset): Add comment and clean up some unneeded code.
8250 (fill_gregset): Add comment and fix so that it saves registers in
8251 the right place in the gregset.
8252 (fill_fpregset): Fix buffer overrun problem.
8253 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
8254
8255 2004-05-07 Randolph Chung <tausq@debian.org>
8256
8257 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
8258 do common handling of the pcoqt register.
8259 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
8260 to use helper function.
8261 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
8262 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
8263 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
8264 generic fallback unwinder when all else fails.
8265 (hppa_gdbarch_init): Add fallback sniffer.
8266 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
8267 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
8268 to use helper function.
8269
8270 2004-05-08 Joel Brobecker <brobecker@gnat.com>
8271
8272 * config/djgpp/fnchange.lst: Add translation rules for
8273 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
8274
8275 2004-05-08 Mark Kettenis <kettenis@gnu.org>
8276
8277 * frame.c (get_prev_frame_1): Work around GCC bug.
8278 * frame.h: Add comment about GCC bug.
8279
8280 2004-05-07 Andrew Cagney <cagney@redhat.com>
8281
8282 * observer.c: Include "commands.h" and "gdbcmd.h".
8283 (observer_debug, _initialize_observer): Add the
8284 command "set/show debug observer".
8285 * observer.sh: When observer debugging, log notify calls.
8286 * Makefile.in (observer.o): Update dependencies.
8287
8288 2004-05-07 Jason Molenda (jmolenda@apple.com)
8289
8290 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
8291
8292 2004-05-07 Jim Blandy <jimb@redhat.com>
8293
8294 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
8295 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
8296 to recognize gpr regnums, instead of assuming that
8297 tdep->ppc_fp0_regnum marks the end of the general-purpose
8298 registers.
8299
8300 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
8301 the given architecture has floating-point registers.
8302
8303 2004-05-07 Andrew Cagney <cagney@redhat.com>
8304
8305 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
8306 macro defined to 1.
8307 * gdbarch.h, gdbarch.c: Re-generate.
8308 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8309 deprecated_use_generic_dummy_frames.
8310
8311 2004-05-07 Brian Ford <ford@vss.fsi.com>
8312
8313 * NEWS: Mention Cygwin DWARF 2 support.
8314
8315 2004-05-07 Andrew Cagney <cagney@redhat.com>
8316
8317 * objfiles.h (struct entry_info): Delete unused fields
8318 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
8319 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
8320 * mipsread.c (mipscoff_symfile_read): Update.
8321 * mdebugread.c (parse_partial_symbols): Update.
8322 * dwarfread.c (read_file_scope): Update.
8323 * dwarf2read.c (read_file_scope): Update.
8324 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
8325 * coffread.c (complete_symtab): Update.
8326
8327 2004-05-07 Mark Kettenis <kettenis@gnu.org>
8328
8329 * infcall.c (_initialize_infcall): Fix typo.
8330
8331 2004-05-07 Andrew Cagney <cagney@redhat.com>
8332
8333 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
8334 * command.h (add_setshow_zinteger_cmd): Declare.
8335
8336 2004-05-06 Randolph Chung <tausq@debian.org>
8337
8338 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
8339 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
8340 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
8341 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
8342 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
8343 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
8344 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
8345 definitions ...
8346 * hppa-tdep.h: ... to here, with HPPA_ prefix.
8347 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
8348 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
8349 (hppa64_hpux_frame_find_saved_regs_in_sig)
8350 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
8351 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
8352 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
8353 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
8354 (hppa_linux_sigtramp_frame_prev_register): Likewise.
8355 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
8356 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
8357 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
8358 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
8359 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
8360 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
8361 (hppa32_register_type, hppa_cannot_store_register)
8362 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
8363 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
8364 * hpread.c (hpread_process_one_debug_symbol): Likewise.
8365 * pa64solib.c (pa64_solib_have_load_event)
8366 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
8367 (pa64_solib_unloaded_library_pathname): Likewise.
8368 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
8369 (som_solib_library_pathname): Likewise.
8370
8371 2004-05-05 Jim Ingham <jingham@apple.com>
8372
8373 * breakpoint.c (create_breakpoints): Copy the ignore count and
8374 thread id over from the pended breakpoint to the actual
8375 breakpoint.
8376
8377 2004-05-05 Andrew Cagney <cagney@redhat.com>
8378
8379 * gdbarch.sh (PARM_BOUNDARY): Delete.
8380 gdbarch.h, gdbarch.c: Re-generate.
8381 * valops.c (PARM_BOUNDARY): Delete macro.
8382 (value_push): Delete PARM_BOUNDARY code.
8383 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
8384
8385 2004-05-04 Jim Blandy <jimb@redhat.com>
8386
8387 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
8388 Don't assume that the gprs, fprs, and UISA sprs are
8389 contiguous, start at register number zero, and end with fpscr.
8390 Instead, use the numbers from the tdep structure.
8391
8392 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
8393 should no longer be used in code specific to the RS6000 and its
8394 derivatives.
8395 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
8396 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
8397 tdep->ppc_fp0_regnum.
8398 (ppc_supply_fpregset, ppc_collect_fpregset)
8399 (rs6000_push_dummy_call, rs6000_extract_return_value)
8400 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
8401 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
8402 FP0_REGNUM.
8403 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
8404 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
8405 Same.
8406 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
8407 bdm_ppc_store_registers): Same.
8408 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
8409 (store_register, fill_fpregset): Same.
8410 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
8411 (ppc_linux_supply_fpregset): Same.
8412 * ppcnbsd-nat.c (getfpregs_supplies): Same.
8413 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
8414 Same.
8415 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
8416 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
8417 ppc64_sysv_abi_return_value): Same.
8418 * rs6000-nat.c (regmap, fetch_inferior_registers)
8419 (store_inferior_registers, fetch_core_registers): Same.
8420
8421 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8422
8423 * m68knbsd-nat.c: Remove file.
8424 * m68knbsd-tdep.c: Remove file.
8425 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
8426 dependencies.
8427 * configure.host: Add m68k-*-netbsdelf*.
8428 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
8429 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
8430 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
8431 (XM_FILE): Remove.
8432 * config/m68k/nbsdelf.mh: New file.
8433 * config/m68k/nbsd.mt: New file.
8434 * config/m68k/nbsdaout.mt: Remove file.
8435 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
8436 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
8437 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
8438 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
8439 (use_struct_convention): Remove prototype.
8440 (USE_STRUCT_CONVENTION): Remove define.
8441 * config/m68k/xm-nbsd.h: Remove file.
8442
8443 2004-05-04 Michael Snyder <msnyder@redhat.com>
8444
8445 * m68k-tdep.c (m68k_gdbarch_init): Default to using
8446 reg_struct_return method (as gcc usually does for cross targets).
8447
8448 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8449
8450 Committed by Andrew Cagney.
8451 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
8452 alignment padding when accessing ucontext struct members.
8453
8454 2004-05-04 Jim Blandy <jimb@redhat.com>
8455
8456 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
8457 'ppc_gplast_regnum' member.
8458 (ppc_num_gprs): New enum constant.
8459 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
8460 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
8461 * rs6000-nat.c (regmap, fetch_inferior_registers,
8462 store_inferior_registers): Same.
8463 * rs6000-tdep.c (e500_pseudo_register_read)
8464 (e500_pseudo_register_write): Same.
8465 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
8466
8467 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
8468 * ppc-tdep.h (ppc_num_fprs): New enum constant.
8469 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
8470 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
8471 FPLAST_REGNUM.
8472 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8473 Same.
8474 * ppc-linux-nat.c (ppc_register_u_addr): Same.
8475 * rs6000-nat.c (regmap, fetch_inferior_registers)
8476 (store_inferior_registers): Same.
8477
8478 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
8479 with FPLAST_REGNUM.
8480
8481 2004-05-03 Joel Brobecker <brobecker@gnat.com>
8482
8483 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
8484 failure detected by recent versions of GCC.
8485 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
8486 to be consistent with the usage in dwarf2_create_include_psymtab.
8487
8488 2004-05-03 Michael Snyder <msnyder@redhat.com>
8489
8490 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
8491 (heuristic_proc_start): Whitespace cleanup.
8492
8493 2004-05-04 Mark Kettenis <kettenis@gnu.org>
8494
8495 * sun3-nat.c: Remove file.
8496 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
8497 dependencies.
8498 (ALLDEPFILES): Remove sun3-nat.c.
8499 (sun3-nat.o): Remove dependencies.
8500
8501 * i386-interix-nat.c, i386-interix-tdep.c,
8502 config/i386/nm-interix.h, config/i386/interix.mh,
8503 config/i386/interix.mt: Remove files.
8504 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
8505 dependencies.
8506
8507 2004-05-03 Mark Kettenis <kettenis@gnu.org>
8508
8509 * m68k-tdep.h (struct gdbarch_tdep): Add member
8510 struct_value_regnum.
8511 (m68k_svr4_init_abi): New prototype.
8512 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
8513 different calling conventions.
8514 (m68k_extract_return_value): Remove code dealing with single-field
8515 structs.
8516 (m68k_store_return_value): Remove code dealing with single-field
8517 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
8518 (m68k_extract_struct_value_address): Remove function.
8519 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
8520 (m68k_reg_struct_return_p, m68k_return_value)
8521 (m68k_svr4_return_value): New functions.
8522 (m68k_use_struct_convention): Remove function.
8523 (m68k_push_dummy_call): Use new struct_value_regnum member of
8524 `struct gdbarch_tdep' instead of hardcoded register number to
8525 store STRUCT_ADDR.
8526 (m68k_svr4_init_abi): New function.
8527 (m68k_gdbarch_init): Don't set extract_return_value,
8528 store_return_values, deprecated_extract_struct_value_address and
8529 use_struct_convention. Set return_value instead. Initialize new
8530 struct_value_regnum member of `struct gdbarch_tdep'.
8531 * m68klinux-tdep.c: Update copyright year.
8532 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
8533 (m68k_linux_extract_struct_value_address): Remove function.
8534 (m68k_linux_init_abi): Don't set extract_return_value,
8535 store_return_values, deprecated_extract_struct_value_address and
8536 use_struct_convention. Call m68k_svr4_init_abi but override the
8537 new struct_value_regnum member of `struct gdbarch_tdep'.
8538 * Makefile.in (m68k-tdep.o): Update dependencies.
8539
8540 2004-05-03 J. Brobecker <brobecker@gnat.com>
8541
8542 * dwarf2read.c (line_header): Add new included_p field in
8543 field file_names.
8544 (partial_die_info): New field has_stmt_list. New field line_offset.
8545 (dwarf2_create_include_psymtab): New function.
8546 (dwarf2_build_include_psymtabs): New function.
8547 (add_file_name): Add forward declaration. Initialize new field.
8548 (dwarf_decode_lines): Add new parameter. Enhance this procedure
8549 to be able to determine the list of files included by the
8550 given unit, and build their associated psymtabs.
8551 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
8552 files as well.
8553 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
8554 (read_file_scope): Update call to dwarf_decode_lines.
8555 (read_partial_die): Handle DW_AT_stmt_list attributes.
8556
8557 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
8558
8559 Unfix PR gdb/1626.
8560 * configure.in: Revert special case for osf5.*.
8561 * configure: Regenerate.
8562
8563 2004-05-02 Jim Blandy <jimb@redhat.com>
8564
8565 Move the symbol-file-from-memory functions into their own file.
8566 * symfile-mem.c, symfile-mem.h: New files.
8567 * symfile.c (symbol_file_add_from_bfd): New function.
8568 (symbol_file_add): Call symbol_file_add_from_bfd.
8569 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
8570 Moved to symfile-mem.c.
8571 (_initialize_symfile): Move definition of
8572 add-symbol-file-from-memory command to symfile-mem.c.
8573 * symfile.h (symbol_file_add_from_bfd): New declaration.
8574 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
8575 * config/powerpc/linux.mt (TDEPFILES): Same.
8576 * Makefile.in (SFILES): Add symfile-mem.c.
8577 (symfile_mem_h): New variable.
8578 (HFILES_NO_SRCDIR): Add symfile-mem.h.
8579 (symfile-mem.o): New rule.
8580
8581 2004-05-01 Andrew Cagney <cagney@redhat.com>
8582
8583 * breakpoint.c (insert_bp_location): Use get_frame_id, and
8584 frame_find_by_id instead of frame_relative_level.
8585 (do_enable_breakpoint): Ditto.
8586 * thread.c: Update copyright.
8587 (info_threads_command): Ditto, simplify.
8588
8589 * frame.c (deprecated_generic_get_saved_register): Delete
8590 function, moved to "xstormy16-tdep.c".
8591 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
8592 deprecated_generic_get_saved_register from "frame.c".
8593 (xstormy16_frame_saved_register): Call
8594 xstormy16_get_saved_register.
8595 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
8596 static.
8597 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
8598 * frame.h (deprecated_generic_get_saved_register): Delete.
8599
8600 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
8601
8602 * dwarfread.c: Update documentation on the state of dwarf-1.
8603
8604 2004-05-01 Andrew Cagney <cagney@redhat.com>
8605
8606 * stack.c (select_frame_command): Delete call to
8607 frame_relative_level.
8608 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
8609 Delete #if0 code.
8610 (frame_info): Do not print FRAMELESS.
8611 (print_block_frame_labels): Replace DEPRECATED_STREQ.
8612 (catch_info): Delete #if0 code.
8613
8614 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
8615 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
8616 of frame_relative_level.
8617 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
8618 to SENTINEL_FRAME.
8619 * frame.h (enum frame_type): Add SENTINEL_FRAME.
8620 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
8621 frame_relative_level.
8622
8623 * frame.h (deprecated_set_frame_type): Delete declaration.
8624 * frame.c (deprecated_set_frame_type): Delete function, update
8625 comments.
8626
8627 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
8628 * gdbarch.h, gdbarch.c: Re-generate.
8629 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
8630 (shnbsd_pc_in_sigtramp): Delete.
8631 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
8632 pc_in_sigtramp.
8633 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
8634 pc_in_sigtramp.
8635 * frame.h: Update comments.
8636 * ppc-linux-tdep.c: Update comments.
8637 * breakpoint.c (bpstat_what): Update comments.
8638
8639 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
8640 m68klinux-tdep.o's dependencies, were previously added to
8641 m68klinux-nat.o.
8642
8643 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
8644 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
8645 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8646 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8647 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8648
8649 * Makefile.in (m68klinux-nat.o): Update dependencies.
8650 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8651 (m68k_linux_sigtramp_frame_cache)
8652 (m68k_linux_sigtramp_frame_this_id)
8653 (m68k_linux_sigtramp_frame_prev_register)
8654 (m68k_linux_sigtramp_frame_unwind)
8655 (m68k_linux_sigtramp_frame_sniffer)
8656 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
8657 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
8658 names, use trad-frame.h.
8659 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
8660 (struct m68k_sigtramp_info): Delete.
8661 * m68k-tdep.c (m68k_sigtramp_frame_cache)
8662 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
8663 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
8664 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
8665 "m68klinux-tdep.c".
8666
8667 * infrun.c (check_sigtramp2): Delete check for
8668 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
8669
8670 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8671
8672 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
8673
8674 2004-05-01 Andrew Cagney <cagney@redhat.com>
8675
8676 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8677 (frv_linux_sigtramp_frame_cache)
8678 (frv_linux_sigtramp_frame_this_id)
8679 (frv_linux_sigtramp_frame_prev_register)
8680 (frv_linux_sigtramp_frame_unwind)
8681 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
8682 include "linux" in function and variable names, directly call
8683 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
8684 the latest trad-frame code.
8685 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
8686 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
8687 * Makefile.in (frv-linux-tdep.o): Update dependencies.
8688 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
8689 * frv-tdep.c (frv_sigtramp_frame_cache)
8690 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8691 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
8692 frv-linux-tdep.c.
8693 (frv_gdbarch_init): Do not append a sigtramp sniffer.
8694 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
8695 (frv_set_sigcontext_reg_addr): Delete function.
8696
8697 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
8698 (DEPRECATED_SIGTRAMP_END): Delete.
8699 * gdbarch.h, gdbarch.c: Re-generate.
8700 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
8701 * config/vax/tm-vaxbsd.h: Update copyright.
8702 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8703 (DEPRECATED_IN_SIGTRAMP): Define.
8704 * config/m68k/tm-nbsd.h: Update copyright.
8705 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8706 (DEPRECATED_IN_SIGTRAMP): Define.
8707
8708 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8709
8710 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
8711 encondings. Fixes PR gdb/1628.
8712
8713 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
8714 DW_CFA_restore state without a matching DW_CFA_remember_state
8715 instead of aborting. Fixes PR backtrace/1589.
8716
8717 2004-04-30 Joel Brobecker <brobecker@gnat.com>
8718
8719 * MAINTAINERS: Add self as AIX maintainer.
8720 Update my e-mail address in write-after-approval section.
8721
8722 2004-04-30 Andrew Cagney <cagney@redhat.com>
8723
8724 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
8725 (legacy_get_prev_frame): Ditto.
8726
8727 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
8728 (mips_gdbarch_init): Do not set pc_in_sigtramp.
8729 * mipsread.c (sigtramp_address): Delete extern variable.
8730 (mipscoff_new_init): Delete reference.
8731 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
8732 (fixup_sigtramp): Delete function.
8733 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
8734 (fixup_sigtramp): Delete declarations.
8735
8736 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
8737 deprecated_pc_in_sigtramp.
8738 (ppcnbsd_pc_in_sigtramp): Delete function.
8739
8740 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8741
8742 * config/m68k/nm-nbsd.h: Tweak comments.
8743 * config/m68k/nm-nbsdaout.h: Likewise.
8744
8745 2004-04-30 Andrew Cagney <cagney@redhat.com>
8746
8747 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
8748 legacy_pc_in_sigtramp.
8749 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
8750
8751 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8752
8753 Add OpenBSD/m68k support.
8754 * NEWS (New native configurations): Mention OpenBSD/m68k.
8755 * m68kbsd-tdep.c: New file.
8756 * m68kbsd-nat.c: New file.
8757 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
8758 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
8759 * configure.host: Add m68k-*-openbsd.
8760 * configure.tgt: Add m68k-*-openbsd.
8761 * config/m68k/tm-obsd.h: New file.
8762 * config/m68k/obsd.mt: New file.
8763 * config/m68k/obsd.mh: New file.
8764 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
8765 m68kbsd-tdep.c.
8766
8767 2004-04-30 Andrew Cagney <cagney@redhat.com>
8768
8769 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
8770 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8771
8772 2004-04-30 Mark Kettenis <kettenis@gnu.org>
8773
8774 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8775 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8776
8777 2004-04-30 Brian Ford <ford@vss.fsi.com>
8778
8779 Revert 2004-04-16 change.
8780 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
8781 (i386_coff_init_abi): Remove.
8782 * i386-tdep.h (i386_coff_init_abi): Remove.
8783 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
8784
8785 2004-04-30 Andrew Cagney <cagney@redhat.com>
8786
8787 * blockframe.c (find_pc_partial_function): Delete use of
8788 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
8789 DEPRECATED_SIGTRAMP_END.
8790
8791 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8792 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8793 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8794 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8795 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8796
8797 * defs.h (deprecated_inside_entry_file): Delete declaration.
8798 * blockframe.c (deprecated_inside_entry_file): Delete function.
8799 (legacy_frame_chain_valid): Delete call.
8800 * sh64-tdep.c (sh64_frame_chain): Delete call.
8801 * objfiles.h: Update comments.
8802 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8803 call.
8804 * frame.c (get_prev_frame): Delete call, update comments.
8805
8806 2004-04-30 Brian Ford <ford@vss.fsi.com>
8807
8808 * MAINTAINERS (Write After Approval): Add myself.
8809
8810 2004-04-30 Andrew Cagney <cagney@redhat.com>
8811
8812 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8813 * gdbarch.h, gdbarch.c: Re-generate.
8814 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8815 code.
8816
8817 2004-04-30 Andrew Cagney <cagney@redhat.com>
8818
8819 * gdb-events.sh (selected_thread_changed)
8820 (selected_frame_level_changed, target_changed): Delete.
8821 * gdb-events.h, gdb-events.c: Re-generate.
8822 * valops.c (value_assign): Update.
8823 * stack.c (select_frame_command, up_silently_base)
8824 (down_silently_base): Update.
8825
8826 2004-04-29 Andrew Cagney <cagney@redhat.com>
8827
8828 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8829 registers correctly.
8830 (print_gp_register_row, mips32_heuristic_proc_desc)
8831 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8832 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8833 references to mips_isa_regsize.
8834
8835 2004-04-29 Andrew Cagney <cagney@redhat.com>
8836
8837 * mips-tdep.c (struct gdbarch_tdep): Delete
8838 mips_fp_register_double.
8839 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8840 mips_abi_regsize.
8841 (mips_gdbarch_init): Do not set mips_fp_register_double.
8842 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8843
8844 2004-04-29 Joel Brobecker <brobecker@gnat.com>
8845
8846 Committed by Andrew Cagney.
8847 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8848 function calls.
8849
8850 2004-04-29 Andrew Cagney <cagney@redhat.com>
8851
8852 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8853 gdbarch, use mips_abi, update callers.
8854 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8855 mips_abi_regsize, update callers.
8856 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8857 mips_default_abi_regsize.
8858 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8859 mips_default_abi_regsize.
8860
8861 2004-04-29 Andrew Cagney <cagney@redhat.com>
8862
8863 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8864 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8865 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8866 mips_default_abi_regsize.
8867 (mips_isa_regsize): Rename mips_regisze.
8868 * mipsnbsd-tdep.c: Update.
8869 * mips-linux-tdep.c: Update.
8870 * irix5-nat.c: Update.
8871 * mips-tdep.h (mips_isa_regsize): Update.
8872
8873 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8874 Delete all disabled code.
8875 * gdb-events.h, gdb-events.c: Re-generate.
8876
8877 2004-04-19 Jerome Guitton <guitton@gnat.com>
8878 Mark Kettenis <kettenis@gnu.org>
8879
8880 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8881 the function begins with a branch instruction.
8882
8883 2004-04-29 Mark Kettenis <kettenis@gnu.org>
8884
8885 * i386-tdep.c: Fix spelling mistakes.
8886
8887 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8888 Andrew Cagney <cagney@redhat.com>
8889
8890 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8891 <sys/proc.h>.
8892 * acconfig.h: Provide default _KMEMUSER value.
8893 * config.in, configure: Re-generate.
8894 * NEWS: Mention fix.
8895
8896 2004-04-24 Randolph Chung <tausq@debian.org>
8897
8898 * configure.host (hppa*-*-linux*): New target.
8899 * configure.tgt (hppa*-*-linux*): Likewise.
8900 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8901 gdbarch_init_osabi() call earlier so that osabi-specific frame
8902 unwinders can be registered first.
8903 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8904 hppa-linux-nat.c.
8905 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8906 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8907 * config/pa/linux.mh: New file.
8908 * config/pa/linux.mt: New file.
8909 * config/pa/nm-linux.h: New file.
8910 * config/pa/xm-linux.h: New file.
8911 * hppa-linux-nat.c: New file.
8912 * hppa-linux-tdep.c: New file.
8913
8914 2004-04-28 Randolph Chung <tausq@debian.org>
8915
8916 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8917 return values.
8918 (hppa32_push_dummy_call): Fix small struct and floating point argument
8919 passing, and make sure the stack frame is properly aligned.
8920
8921 2004-04-28 Andrew Cagney <cagney@redhat.com>
8922
8923 * stack.c (print_stack_frame): Fix description.
8924
8925 * NEWS: Mention gdb/gdbserver/configure execute permission
8926 changed. PR server/519.
8927
8928 2004-04-28 Andrew Cagney <cagney@redhat.com>
8929
8930 * stack.c (print_stack_frame_stub): Delete declaration.
8931 (struct print_stack_frame_args, print_stack_frame)
8932 (print_frame_info, print_frame): Replace "source" with print what.
8933 Replace "print" with "print_level". Replace "args" with
8934 "print_args".
8935 * frame.h (show_and_print_stack_frame, print_stack_frame)
8936 (print_frame_info): Update declarations.
8937 * stack.c (select_and_print_frame, frame_command)
8938 (current_frame_command, up_command, down_command): Update calls -
8939 use get_selected_frame, pass "enum print_what" for source, do not
8940 call frame_relative_level.
8941 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8942 * remote-rdp.c (remote_rdp_open): Ditto.
8943 * remote-mips.c (common_open): Ditto.
8944 * remote-e7000.c (e7000_start_remote): Ditto.
8945 * ocd.c (ocd_start_remote): Ditto.
8946 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8947 * infrun.c (normal_stop): Ditto.
8948 * inflow.c (kill_command): Ditto.
8949 * infcmd.c (finish_command): Ditto.
8950 * corelow.c (core_open): Ditto.
8951 * tracepoint.c (finish_tfind_command): Ditto.
8952 * thread.c (info_threads_command, info_threads_command)
8953 (restore_current_thread, do_captured_thread_select): Ditto.
8954 * ada-tasks.c (task_command): Ditto.
8955
8956 2004-04-26 Orjan Friberg <orjanf@axis.com>
8957
8958 * frame.c: Include "observer.h".
8959 (frame_observer_target_changed): New function.
8960 (_initialize_frame): Attach target_changed observer.
8961 * regcache.c: Include "observer.h".
8962 (regcache_observer_target_changed): New function.
8963 (_initialize_regcache): Attach target_changed observer.
8964 * valops.c: Include "observer.h".
8965 (value_assign): Notify target_changed event when modifying register.
8966 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8967
8968 2004-04-26 Orjan Friberg <orjanf@axis.com>
8969
8970 From Paul Koning <pkoning@equallogic.com>:
8971 * breakpoint.c (free_valchain): New function.
8972 (insert_bp_location, delete_breakpoint): Use free_valchain.
8973 (remove_breakpoint): Do not remove the valchain.
8974 (bpstat_stop_status): If not stopped by watchpoint, skip
8975 watchpoints when generating stop status list.
8976 * infrun.c (handle_inferior_event): Make
8977 stepped_after_stopped_by_watchpoint a global variable.
8978 * remote.c (remote_stopped_data_address): Return watch data
8979 address rather than zero if stepped_after_stopped_by_watchpoint is
8980 set.
8981
8982 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
8983
8984 Fix PR gdb/1626.
8985 * configure.in: Check for curses after termcap.
8986 On osf5.*, do not check for ncurses.
8987 * configure: Regenerate.
8988
8989 2004-04-25 Mark Kettenis <kettenis@gnu.org>
8990
8991 * ppcobsd-nat.c: Include "ppc-tdep.h".
8992 * Makefile.in (ppcobsd-nat.o): Update dependencies.
8993
8994 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8995 Fixes PR tdep/1623 and PR tdep/1624.
8996
8997 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
8998
8999 * xmodem.h, xmodem.c: Remove files.
9000 * Makefile.in: Remove references to xmodem.h, xmodem.c.
9001
9002 2004-04-23 Randolph Chung <tausq@debian.org>
9003
9004 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
9005 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
9006 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
9007 for handling stackless frames.
9008 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
9009
9010 2004-04-23 Randolph Chung <tausq@debian.org>
9011
9012 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
9013 starts at a pc before the frame is created.
9014
9015 2004-04-23 Joel Brobecker <brobecker@gnat.com>
9016
9017 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
9018
9019 2004-04-23 Jerome Guitton <guitton@gnat.com>
9020
9021 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
9022 use convert_typed_floating to get the appropriate format.
9023
9024 2004-04-22 Randolph Chung <tausq@debian.org>
9025
9026 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
9027 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
9028 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
9029 (hppa_sign_extend): Add prototype.
9030 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
9031 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
9032 (sign_extend): Rename with hppa_ prefix and make non-static. Other
9033 hppa targets will also use these functions.
9034 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
9035 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
9036 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
9037 (hppa_gdbarch_init): Remove gdbarch setting of
9038 skip_trampoline_code, in_solib_call_trampoline and
9039 in_solib_return_trampoline.
9040 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
9041 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
9042 hppa_in_solib_call_trampoline.
9043 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
9044 Moved from hppa-tdep.c.
9045 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
9046 in_solib_call_trampoline and in_solib_return_trampoline.
9047
9048 2004-04-22 Randolph Chung <tausq@debian.org>
9049
9050 * hppa-tdep.c (hppa_debug): New variable.
9051 (find_unwind_entry, hppa_frame_cache): Add debug output.
9052 (_initialize_hppa_tdep): Add command to set debug flag.
9053
9054 2004-04-22 Andrew Cagney <cagney@redhat.com>
9055
9056 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
9057 "trad-frame.h".
9058 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
9059 signal trampoline unwinder.
9060 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
9061
9062 2004-04-22 Mark Kettenis <kettenis@gnu.org>
9063
9064 Add OpenBSD/powerpc support.
9065 * NEWS (New native configurations): Mention OpenBSD/powerpc.
9066 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
9067 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
9068 (ppc_collect_fpregset): New prototypes.
9069 * ppcobsd-nat.c: New file.
9070 * ppcobsd-tdep.c: New file.
9071 * ppcobsd-tdep.h: New file.
9072 * rs6000-tdep.c: Include "regset.h".
9073 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
9074 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
9075 New functions.
9076 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
9077 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
9078 (rs6000-tdep.o): Update dependencies.
9079 * configure.host: Add powerpc-*-openbsd.
9080 * configure.tgt: Add powerpc-*-openbsd.
9081 * config/powerpc/obsd.mh: New file.
9082 * config/powerpc/nm-obsd.h: New file.
9083 * config/powerpc/obsd.mt: New file.
9084
9085 2004-04-22 Andrew Cagney <cagney@redhat.com>
9086
9087 * frame.h (show_frame_info): Delete declaration.
9088
9089 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
9090 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
9091 * m32r-tdep.c (m32r_frame_this_id): Ditto.
9092 * frv-tdep.c (frv_frame_this_id): Ditto.
9093 * avr-tdep.c (avr_frame_this_id): Ditto.
9094
9095 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
9096
9097 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
9098
9099 2004-04-22 Jim Blandy <jimb@redhat.com>
9100
9101 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
9102 register number zero.
9103
9104 2004-04-21 Michael Snyder <msnyder@redhat.com>
9105
9106 * mips-tdep.c (heuristic_proc_start):
9107 Warning() already prefixes "Warning: ".
9108
9109 2004-04-21 Andrew Cagney <cagney@redhat.com>
9110
9111 * annotate.h (deprecated_annotate_starting_hook)
9112 (deprecated_annotate_stopped_hook)
9113 (deprecated_annotate_exited_hook)
9114 (deprecated_annotate_signal_hook)
9115 (deprecated_annotate_signalled_hook): Deprecate.
9116 * tracepoint.h (deprecated_create_tracepoint_hook)
9117 (deprecated_delete_tracepoint_hook)
9118 (deprecated_modify_tracepoint_hook)
9119 (deprecated_trace_find_hook)
9120 (deprecated_trace_start_stop_hook): Deprecate.
9121 * target.h (deprecated_target_new_objfile_hook): Deprecate.
9122 * remote.h (deprecated_target_resume_hook)
9123 (deprecated_target_wait_loop_hook): Deprecate.
9124 * gdbcore.h (deprecated_exec_file_display_hook)
9125 (deprecated_file_changed_hook): Deprecate.
9126 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
9127 * defs.h (deprecated_modify_breakpoint_hook)
9128 (deprecated_command_loop_hook, deprecated_show_load_progress)
9129 (deprecated_print_frame_info_listing_hook)
9130 (deprecated_query_hook, deprecated_warning_hook)
9131 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
9132 (deprecated_delete_breakpoint_hook)
9133 (deprecated_interactive_hook, deprecated_registers_changed_hook)
9134 (deprecated_readline_begin_hook, deprecated_readline_hook)
9135 (deprecated_readline_end_hook, deprecated_register_changed_hook)
9136 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
9137 (deprecated_context_hook, deprecated_target_wait_hook)
9138 (deprecated_attach_hook, deprecated_detach_hook)
9139 (deprecated_call_command_hook, deprecated_set_hook)
9140 (deprecated_error_hook, deprecated_error_begin_hook)
9141 (deprecated_ui_load_progress_hook): Deprecate.
9142 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
9143 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
9144 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
9145 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
9146 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
9147 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
9148 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
9149 * annotate.c, aix-thread.c: Update.
9150
9151 2004-04-21 Andrew Cagney <cagney@redhat.com>
9152
9153 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
9154 * vaxnbsd-tdep.c: Include "gdb_string.h".
9155
9156 * symfile.c (symbol_file_add_from_memory): #if 0 function.
9157 (add_symbol_file_from_memory_command): #if 0 function body, call
9158 error instead.
9159
9160 2004-04-21 Andrew Cagney <cagney@redhat.com>
9161
9162 * gdbcore.h: Update copyright.
9163 (deprecated_add_core_fns): Rename add_core_fns.
9164 * win32-nat.c (_initialize_core_win32): Update.
9165 * sun3-nat.c (_initialize_core_sun3): Update.
9166 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
9167 * rs6000-nat.c (_initialize_core_rs6000): Update.
9168 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
9169 * nto-tdep.c (_initialize_nto_tdep): Update.
9170 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
9171 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
9172 * mips-nat.c (_initialize_core_mips): Update.
9173 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9174 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
9175 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
9176 * lynx-nat.c (_initialize_core_lynx): Update.
9177 * irix5-nat.c (_initialize_core_irix5): Update.
9178 * i386-interix-nat.c (_initialize_core_interix): Update.
9179 * cris-tdep.c (_initialize_cris_tdep): Update.
9180 * corelow.c (deprecated_add_core_fns): Update.
9181 * core-regset.c (_initialize_core_regset): Update.
9182 * core-aout.c (_initialize_core_aout): Update.
9183 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
9184 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
9185 * alpha-nat.c (_initialize_core_alpha): Update.
9186
9187 2004-04-21 Jim Blandy <jimb@redhat.com>
9188
9189 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
9190
9191 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
9192
9193 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
9194 Delete.
9195 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
9196 (read_attribute_value): Update calls to dwarf_alloc_block.
9197 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
9198 dwarf2_tmp_obstack.
9199 (psymtab_to_symtab_1): Likewise. Clean up using
9200 free_stack_comp_unit.
9201 (add_to_cu_func_list): Use the comp_unit_obstack.
9202
9203 2004-04-19 Joel Brobecker <brobecker@gnat.com>
9204
9205 * dwarf2read.c (dwarf2_flag_true_p): New function.
9206 (die_is_declaration): Use the function above. Add some comments.
9207
9208 2004-04-19 Mark Kettenis <kettenis@gnu.org>
9209
9210 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
9211 architecture when registering sparcnbsd_core_osabi_sniffer.
9212 Adjust comment.
9213
9214 2004-04-18 Mark Kettenis <kettenis@gnu.org>
9215
9216 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
9217 return value.
9218
9219 Based on a patch from Brian Ford <ford@vss.fsi.com>:
9220 * i386-tdep.c: Correct register numbering scheme comments
9221 throughout.
9222 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
9223 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
9224 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
9225 (i386_gdb_arch_init): Likewise.
9226
9227 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
9228 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
9229 ppcnbsd-tdep.o.
9230
9231 * m68k-tdep.h: Tweak comments.
9232 * m68k-tdep.c: Tweak comment.
9233
9234 2004-04-17 Randolph Chung <tausq@debian.org>
9235
9236 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
9237 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
9238 (hppa_hpux_som_init_abi): Set is_elf to 0.
9239 (hppa_hpux_elf_init_abi): Set is_elf to 1.
9240 * hppa-tdep.c (low_text_segment_address): Remove global.
9241 (record_text_segment_lowaddr): Pass in low address as parameter. Use
9242 section offset to calculate segment address.
9243 (internalize_unwinds): Define low_text_segment_address as local and
9244 pass to record_text_segment_lowaddr for ELF targets.
9245 (hppa_gdbarch_init): Zero fill tdep structure.
9246 (hppa_dump_tdep): Print tdep structure.
9247 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
9248
9249 2004-04-17 Randolph Chung <tausq@debian.org>
9250
9251 * hppa-tdep.c (hppa_pseudo_register_read): Define.
9252 (hppa_gdbarch_init): Set pseudo_register_read.
9253 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
9254 * regcache.c (supply_register): Remove check for
9255 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
9256
9257 2004-04-17 Randolph Chung <tausq@debian.org>
9258
9259 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
9260 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
9261 (hpread_adjust_stack_address): Move to hpread.c.
9262 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9263 obj_private_struct): Move from tm-hppa.h.
9264 * hpread.c (hppa-tdep.h): Include.
9265 (hpread_adjust_stack_address): Move from hppa-tdep.c.
9266 (hpread_read_function_type, hpread_read_doc_function_type)
9267 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
9268 directly.
9269 * pa64solib.c (hppa-tdep.h): Include.
9270 * somsolib.c (hppa-tdep.h): Include.
9271 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
9272 inferior_status): Remove unused forward declarations.
9273 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
9274 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9275 obj_private_struct): Move to hppa-tdep.h.
9276 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
9277
9278 2004-04-17 Randolph Chung <tausq@debian.org>
9279
9280 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
9281 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
9282 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
9283 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
9284 Remove forward declaration and make static.
9285 (hppa_reg_struct_has_addr): Remove.
9286
9287 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9288
9289 * observer.sh: Move comments in sed command to first column.
9290
9291 2004-04-16 Jason Molenda (jmolenda@apple.com)
9292
9293 * frame.c: Minor typeo corrections in comments.
9294
9295 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9296
9297 * observer.c (observer_test_first_notification_function): Update
9298 function profile.
9299 (observer_test_second_notification_function): Likewise.
9300 (observer_test_third_notification_function): Likewise.
9301
9302 2004-04-16 Mark Kettenis <kettenis@gnu.org>
9303
9304 From Brian Ford <ford@vss.fsi.com>:
9305 * i386-tdep.c (i386_coff_init_abi): New function.
9306 * i386-tdep.h (i386_coff_init_abi): New prototype.
9307 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
9308 register number translation functions for DWARF and DWARF 2.
9309
9310 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9311
9312 * dwarf2read.c: Back out my previous change, it was incorrect.
9313
9314 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
9315
9316 * dwarf2read.c: Include "hashtab.h".
9317 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
9318 has_namespace_info.
9319 (struct partial_die_info): Add comments. Use bitfields to reduce
9320 memory footprint. Add scope, scope_set, has_specification,
9321 spec_offset, die_parent, die_child, and die_sibling.
9322 (peek_die_abbrev): Add prototype.
9323 (partial_read_comp_unit_head): New function, broken out from
9324 dwarf2_build_psymtabs_hard.
9325 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
9326 Use partial_read_comp_unit_head. Initialize the CU and
9327 comp_unit_obstack. Update calls to read_partial_die and
9328 scan_partial_symbols. Use free_stack_comp_unit and
9329 load_partial_dies.
9330 (scan_partial_symbols): Change PDI to a pointer. Use the child and
9331 sibling pointers to walk partial DIEs. Call fixup_partial_die.
9332 Update calls to helper functions. Remove NAMESPACE argument.
9333 Update comments.
9334 (partial_die_parent_scope, partial_die_full_name): New functions.
9335 (add_partial_symbol): Remove namespace argument. Update call to
9336 pdi_needs_namespace. Use partial_die_full_name. Handle
9337 DW_TAG_namespace. Check has_namespace_info flag.
9338 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
9339 tag. Handle namespaces.
9340 (add_partial_namespace, add_partial_enumeration): Simplify.
9341 (guess_structure_name): New function, derived from
9342 add_partial_structure.
9343 (add_partial_structure): Remove.
9344 (determine_class_name): Update comment.
9345 (dwarf2_read_abbrevs): Set has_namespace_info flag.
9346 (is_type_tag_for_partial, load_partial_dies): New functions.
9347 (read_partial_die): Pass abbrev and abbrev_len as arguments.
9348 Record specifications instead of following them immediately.
9349 (find_partial_die_in_comp_unit, find_partial_die)
9350 (fixup_partial_die, free_stack_comp_unit)
9351 (hashtab_obstack_allocate, dummy_obstack_deallocate)
9352 (partial_die_hash, partial_die_eq): New functions.
9353 * Makefile.in (hashtab_h): Define.
9354 (dwarf2read.o): Update dependencies.
9355 (observer_inc, observer_h): Move to the correct section.
9356
9357 2004-04-15 Joel Brobecker <brobecker@gnat.com>
9358
9359 * dwarf2read.c (dwarf2_attribute_true_p): New function.
9360 (die_is_declaration): Use the function above. Add comment.
9361
9362 2004-04-15 Joel Brobecker <brobecker@gnat.com>
9363
9364 * dwarf2read.c (read_structure_scope): Identify stub types
9365 using die_is_declaration() only.
9366
9367 2004-04-15 Roland McGrath <roland@redhat.com>
9368
9369 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
9370 argument instead of NAME.
9371 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
9372 in call to symbol_file_add_with_addrs_or_offsets.
9373 (build_addr_info): New function, helper for ...
9374 (symbol_file_add_from_memory): New function.
9375 (add_symbol_file_from_memory_command): New function using that.
9376 (_initialize_symfile): Register it for add-symbol-file-from-memory.
9377 (pre_add_symbol_hook): Add const to argument type.
9378 * symfile.h (symbol_file_add_from_memory): Declare it.
9379
9380 2004-04-15 Mark Kettenis <kettenis@gnu.org>
9381
9382 * NEWS (New native configurations): Mention OpenBSD/vax.
9383 * configure.host: Add vax-*-openbsd*.
9384 * config/vax/obsd.mh: New file.
9385 * config/vax/nm-obsd.h: New file.
9386
9387 * vax-tdep.c: Include "regset.h".
9388 (vax_supply_gregset): New function.
9389 (vax_gregset): New variable.
9390 (vax_regset_from_core_section): New function.
9391 (vax_gdbarch_init): Set regset_from_core_section.
9392 * Makefile.in (vax-tdep.o): Update dependencies.
9393
9394 2004-04-15 Andrew Cagney <cagney@redhat.com>
9395
9396 * observer.c (normal_stop_subject, observer_notify_normal_stop)
9397 (observer_normal_stop_notification_stub)
9398 (observer_attach_normal_stop, observer_detach_normal_stop):
9399 Delete, replaced by #include "observer.inc".
9400 * infrun.c (normal_stop): Pass "stop_bpstat" to
9401 observer_notify_normal_stop.
9402 * Makefile.in (observer_inc): Define.
9403 (observer.o): Update dependencies.
9404 (observer.h, observer.inc): New rules.
9405 * observer.h: Delete file.
9406 * observer.sh: New file.
9407
9408 2004-04-15 Mark Kettenis <kettenis@gnu.org>
9409
9410 * vax-tdep.c (vax_frame_cache): Fix typo.
9411
9412 2004-04-14 Mark Kettenis <kettenis@gnu.org>
9413
9414 * NEWS (New native configurations): Mention NetBSD/vax.
9415 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
9416 * config/vax/nbsdelf.mh: New file.
9417 * config/vax/nbsdaout.mh: New file.
9418 * config/vax/nm-nbsd.h: New file.
9419 * config/vax/nm-nbsdaout.h: New file.
9420
9421 * vaxnbsd-tdep.c: New file.
9422 * Makefile.in (vaxnbsd-tdep.o): New dependency.
9423 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
9424 * config/vax/nbsd.mt: New file.
9425 * config/vax/tm-nbsd.h: New file.
9426
9427 * Makefile.in (vaxbsd-nat.o): New dependency.
9428
9429 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
9430 * vax-tdep.c (vax_store_arguments): Remove struct_return and
9431 struct_addr arguments. Don't push return value address.
9432 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
9433 arguments to vax_store_arguments. Store return value address in
9434 R1.
9435 (vax_store_struct_return, vax_extract_return_value)
9436 (vax_store_return_value): Remove functions.
9437 (vax_return_value): New function.
9438 (vax_gdbarch_init): Set return value. Don't set
9439 deprecated_store_struct_return, deprecated_extract_struct_return
9440 and deprecated_store_return_value.
9441
9442 2004-04-14 Andreas Schwab <schwab@suse.de>
9443
9444 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
9445 value buffer.
9446 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
9447
9448 2004-04-14 Mark Kettenis <kettenis@gnu.org>
9449
9450 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
9451 (vax_unwind_dummy_id): New functions.
9452 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
9453 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
9454 variables.
9455 (vax_fix_call_dummy): Remove function.
9456 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
9457 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
9458 call_dummy_location, deprecated_call_dummy_words,
9459 deprecated_sizeof_call_dummy_words,
9460 deprecated_call_dummy_breakpoint_offset,
9461 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
9462 and deprecated_dummy_write_sp.
9463
9464 2004-04-13 David Carlton <carlton@kealia.com>
9465
9466 * MAINTAINERS: Move myself to "paper trail" section.
9467
9468 2004-04-12 Mark Kettenis <kettenis@gnu.org>
9469
9470 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
9471 "trad-frame.h".
9472 (vax_frame_init_saved_regs): Remove function.
9473 (vax_sigtramp_saved_pc): Remove function.
9474 (vax_frame_saved_pc): Remove function.
9475 (vax_frame_args_address): Remove function.
9476 (vax_frame_num_args): Rewrite.
9477 (vax_frame_chain): Remove function.
9478 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
9479 VAX_FP_REGNUM.
9480 (vax_pop_frame): Likewise.
9481 (vax_saved_pc_after_call): Remove function.
9482 (struct vax_frame_cache): New structure.
9483 (vax_frame_cache): New function.
9484 (vax_frame_this_id): New function.
9485 (vax_frame_prev_register): New function.
9486 (vax_frame_unwind): New variable.
9487 (vax_frame_sniffer): New function.
9488 (vax_frame_base_address): New function.
9489 (vax_frame_args_address): New function.
9490 (vax_frame_base): New variable.
9491 (vax_unwind_pc): New function.
9492 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
9493 deprecated_fp_regnum, deprecated_saved_pc_after_call,
9494 deprecated_frame_chain, deprecated_frame_saved_pc,
9495 deprecated_frame_args_address and
9496 deprecated_frame_init_saved_regs.
9497 * Makefile.in (vax-tdep.o): Update dependencies.
9498
9499 * vaxbsd-nat.c: New file.
9500
9501 * vax-tdep.h: Update copyright year. Adjust comments.
9502 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
9503 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
9504 (vax_regnum): New enum. Replacing...
9505 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
9506 (VAX_PS_REGNUM): ... these removed macros.
9507 * vax-tdep.c (vax_register_name): Remove prototype.
9508 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
9509 (vax_register_byte, vax_register_raw_size,
9510 vax_register_virtual_size, vax_register_virtual_type): Remove
9511 functions.
9512 (vax_register_type): New function.
9513 (vax_breakpoint_from_pc): Reorganize.
9514 (vax_gdbarch_init): Set register_type. Don't set
9515 deprecated_register_size, deprecated_register_bytes,
9516 deprecated_register_byte, deprecated_register_raw_size,
9517 deprecated_max_register_raw_size,
9518 deprecated_register_virtual_size,
9519 deprecated_max_register_virtual_size and
9520 deprecated_register_virtual_type. Add comment on stack direction.
9521
9522 2004-04-11 Mark Kettenis <kettenis@gnu.org>
9523
9524 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
9525 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
9526 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
9527
9528 2004-04-10 Randolph Chung <tausq@debian.org>
9529
9530 * MAINTAINERS (write after approval): Add myself.
9531
9532 2004-04-07 Randolph Chung <tausq@debian.org>
9533
9534 * hppa-tdep.c (hppa_inner_than): Remove.
9535 (is_pa_2): Remove unused static variable.
9536 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
9537
9538 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
9539
9540 * language.h (language_defn): Add new la_post_parser field.
9541 * parser-defs.h (null_post_parser): New declaration (default for
9542 la_post_parser).
9543
9544 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
9545 insert call to that function.
9546 (parse_exp_in_context): New function, including code formerly in
9547 parse_exp_1. Calls language-dependent post-parser after
9548 prefixification.
9549 (parse_expression_in_context): New exported function.
9550 (null_post_parser): New definition.
9551 * expression.h (parse_expression_in_context): Add declaration.
9552
9553 * p-lang.c (pascal_language_defn): Add trivial post-parser.
9554 * c-lang.c (c_language_defn): Ditto.
9555 (cplus_language_defn): Ditto.
9556 (asm_language_defn): Ditto.
9557 (minimal_language_defn): Ditto.
9558 * f-lang.c (f_language_defn): Ditto.
9559 * jv-lang.c (java_language_defn): Ditto.
9560 * language.c (unknown_language_defn): Ditto.
9561 (auto_language_defn): Ditto.
9562 (local_language_defn): Ditto.
9563 * m2-lang.c (m2_language_defn): Ditto.
9564 * scm-lang.c (scm_language_defn): Ditto.
9565 * obj-lang.c (objc_language_defn): Ditto.
9566
9567 2004-04-10 Mark Kettenis <kettenis@gnu.org>
9568
9569 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
9570 (amd64nbsd_mcontext_addr): New function.
9571 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
9572 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
9573 with amd64nbsd_r_reg_offset, instead of building it on the fly.
9574
9575 * corelow.c (core_xfer_partial): Fix coding standards violation.
9576 Add support for TARGET_OBJECT_WCOOKIE.
9577
9578 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
9579 deprecated_pc_in_sigtramp.
9580 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
9581 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
9582 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
9583 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
9584 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
9585 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
9586 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
9587
9588 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
9589 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
9590 Fix typo.
9591
9592 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
9593 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
9594 (amd64_collect_fxsave): Likewise.
9595
9596 * i386-sol2-tdep.c: Include "gdb_string.h".
9597 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
9598 name.
9599 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9600
9601 2004-04-10 Mark Kettenis <kettenis@gnu.org>
9602
9603 * i386-sol2-tdep.c: Include "solib-svr4.h".
9604 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9605 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9606 * config/i386/tm-i386sol2.h: Include :solib.h".
9607 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
9608 solib-svr4.o and solib-legacy.o.
9609 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
9610 solib-svr4.o.
9611
9612 2004-04-09 Mark Kettenis <kettenis@gnu.org>
9613
9614 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
9615 whether a register is supplied by PTRACE_GETFPREGS.
9616 (store_inferior_registers): Likewise.
9617 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
9618 whether a register is supplied by PT_GETFPREGS.
9619 (store_inferior_registers): Likewise.
9620
9621 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
9622 * config/i386/linux64.mt (TDEPFILES): Likewise.
9623
9624 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
9625
9626 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
9627 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9628 the program counter is in the range specified by `struct
9629 gdbarch_tdep'.
9630 * amd64-linux-tdep.c: Include "symtab.h".
9631 (amd64_linux_pc_in_sigtramp): Remove function.
9632 (amd64_linux_sigtramp_p): New function.
9633 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9634 deprecated_pc_in_sigtramp.
9635 * amd64nbsd-tdep.c: Include "symtab.h".
9636 (amd64nbsd_sigtramp_p): New function.
9637 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9638 deprecated_pc_in_sigtramp.
9639 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
9640 few comments.
9641 (amd64obsd_pc_in_sigtramp): Remove function.
9642 (amd64obsd_sigtramp_p): New function.
9643 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9644 deprecated_pc_in_sigtramp.
9645 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
9646 (i386bsd_pc_ins_sigtramp): Remove prototype.
9647 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
9648 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
9649 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9650 the program counter is in the range specified by `struct
9651 gdbarch_tdep'.
9652 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
9653 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
9654 (i386_go32_pc_in_sigtramp): Remove function.
9655 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
9656 Initialize TDEP->sigtramp_p.
9657 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
9658 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
9659 deprecated_pc_in_sigtramp.
9660 * i386-linux-tdep.c: Adjust comments.
9661 (i386_linux_pc_in_sigtramp): Remove function.
9662 (i386_linux_sigtramp_p): New function.
9663 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9664 deprecated_pc_in_sigtramp.
9665 * i386-nto-tdep.c: Update copyright year.
9666 (i386nto_pc_in_sigtramp): Remove function.
9667 (i386nto_sigtramp_p): New function.
9668 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
9669 SP_REGNUM.
9670 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
9671 deprecated_pc_in_sigtramp.
9672 * i386-sol2-tdep.c: Update copyright year.
9673 (i386_sol2_pc_in_sigtramp): Remove function.
9674 (i386_sol2_sigtramp_p): New function.
9675 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
9676 deprecated_pc_in_sigtramp.
9677 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
9678 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
9679 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9680 deprecated_sigtramp_start and deprecated_sigtramp_end.
9681 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
9682 (i386nbsd_pc_in_sigtramp): Remove function.
9683 (i386nbsd_sigtramp_p): New function.
9684 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9685 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9686 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
9687 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
9688 (i386obsd_pc_in_sigtramp): Remove function.
9689 (i386obsd_sigtramp_p): New function.
9690 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
9691 functions.
9692 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9693 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9694 TDEP->sigtramp_p.
9695 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
9696 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
9697 dependencies.
9698
9699 * config/i386/i386aout.mt: Remove file.
9700
9701 * configure.tgt: Remove i[34567]86-*-go32*,
9702 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
9703 and i[34567]86-*-isc*. Set gdb_target to i386 for
9704 i[34567]86-*-netware* and i[34567]86-*-*.
9705 * config/i386/i386.mt: New file.
9706 * config/i386/embed.mt: Remove file.
9707 * config/i386/go32.mt: Remove file.
9708 * config/i386/i386nw.mt: Remove file.
9709 * config/i386/i386v.mt: Remove file.
9710 * config/i386/tm-go32.h: Remove file.
9711
9712 * tui/tui-hooks.c: Include "readline/readline.h" after
9713 "gdb_curses.h" instead of before.
9714 * tui/tui-io.c: Likewise.
9715
9716 * tui/tui.c: Fix typo in comment.
9717
9718 * sparc64-tdep.c (sparc_address_from_register): Remove function.
9719
9720 2004-04-08 Andrew Cagney <cagney@redhat.com>
9721
9722 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
9723 (deprecated_exception_support_initialized): Declare.
9724 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
9725 (initialize_hp_cxx_exception_support)
9726 (child_enable_exception_callback): Update.
9727 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
9728 (deprecated_exception_support_initialized): Rename
9729 deprecated_exception_catchpoints_are_fragile and
9730 deprecated_exception_support_initialized.
9731 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
9732
9733 * symtab.c (deprecated_hp_som_som_object_present): Rename
9734 hp_som_som_object_present.
9735 * symtab.h (deprecated_hp_som_som_object_present): Declare.
9736 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
9737 Update. Delete extern declaration.
9738 * valops.c (hp_som_som_object_present): Ditto.
9739 * parse.c (deprecated_hp_som_som_object_present)
9740 (parse_nested_classes_for_hpacc): Ditto.
9741 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
9742 * hppa-hpux-tdep.c (hp_som_som_object_present)
9743 (initialize_hp_cxx_exception_support): Ditto.
9744 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
9745 * cp-valprint.c (hp_som_som_object_present)
9746 (cp_print_class_method): Ditto.
9747 * c-typeprint.c (hp_som_som_object_present):
9748 (c_type_print_base): Ditto.
9749 * c-exp.y (hp_som_som_object_present): Ditto.
9750
9751 2004-04-08 Andrew Cagney <cagney@redhat.com>
9752
9753 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
9754 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
9755 (frame_unwind_find_by_frame): Re-implement the unwind code so
9756 that it can both prepend and append sniffers. Replace
9757 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
9758 * tramp-frame.c (tramp_frame_append): Use
9759 frame_unwind_prepend_unwinder.
9760 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
9761 frame_unwind_register_unwinder.
9762 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
9763 tramp_frame_append.
9764 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
9765 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
9766 (mips_linux_init_abi): Update.
9767
9768 2004-04-08 Kevin Buettner <kevinb@redhat.com>
9769
9770 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9771 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
9772 file support.
9773
9774 2004-04-07 Kevin Buettner <kevinb@redhat.com>
9775
9776 * ia64-tdep.c (elf.h): Don't include.
9777 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9778
9779 2004-04-07 Jason Molenda (jmolenda@apple.com)
9780
9781 * frame.h: Typeo corrections in comments.
9782
9783 2004-04-07 Jim Blandy <jimb@redhat.com>
9784
9785 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
9786 %esp and %ebp
9787
9788 2004-04-07 Mark Kettenis <kettenis@gnu.org>
9789
9790 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9791 * config/sparc/linux64.mt (TDEPFILES): Likewise.
9792 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9793 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9794 and solib-legacy.o.
9795 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9796 solib-svr4.o.
9797 * config/sparc/tm-sol2.h: Update copyright year. Include
9798 "solib.h".
9799
9800 * sparc-sol2-tdep.c: Update copyright year. Include
9801 "solib-svr4.h".
9802 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9803 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9804 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9805 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
9806 dependencies.
9807
9808 2004-04-06 Andrew Cagney <cagney@redhat.com>
9809
9810 * infttrace.c: Include "infttrace.h".
9811 * infttrace.h: Include "target.h".
9812 * Makefile.in (infttrace_h): Update.
9813 (infttrace.o): Update.
9814
9815 2004-04-06 Andrew Cagney <cagney@redhat.com>
9816
9817 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9818 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9819 move extern declarations from here ...
9820 * infttrace.h: ... to here.
9821 * Makefile.in (hppah-nat.o): Update dependencies.
9822
9823 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9824 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
9825 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
9826 (hppa_breakpoint_from_pc): Delete.
9827
9828 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9829
9830 2004-04-05 Andrew Cagney <cagney@redhat.com>
9831
9832 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9833 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9834 <sys/file.h>.
9835
9836 2004-04-06 Randolph Chung <tausq@debian.org>
9837
9838 Committed by Andrew Cagney (mechanical change).
9839 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9840 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9841 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9842 child_enable_exception_callback, current_ex_event,
9843 null_symtab_and_line, child_get_current_exception_event,
9844 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9845 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9846 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9847 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9848 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9849 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9850 Move hpux-specific definitions ...
9851 * hppa-hpux-tdep.c: ... to here.
9852
9853 2004-04-05 Andrew Cagney <cagney@redhat.com>
9854
9855 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9856 skip_prologue_using_sal.
9857
9858 2004-04-05 Andrew Cagney <cagney@redhat.com>
9859
9860 * config/i386/tm-i386.h: Delete file.
9861 * config/i386/tm-vxworks.h: Update copyright, do not include
9862 "tm-i386.h".
9863 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9864 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9865 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9866 * config/i386/ncr3000.mt (TM_FILE): Delete.
9867 * config/i386/interix.mt (TM_FILE): Delete.
9868 * config/i386/i386v.mt (TM_FILE): Delete.
9869 * config/i386/i386nw.mt (TM_FILE): Delete.
9870 * config/i386/i386gnu.mt (TM_FILE): Delete.
9871 * config/i386/i386aout.mt (TM_FILE): Delete.
9872 * config/i386/embed.mt (TM_FILE): Delete.
9873
9874 2004-04-05 Kevin Buettner <kevinb@redhat.com>
9875
9876 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9877 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9878 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9879 (accg7_regnum): New constants.
9880 (last_spr_regnum, last_pseudo_regnum): Update.
9881 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9882 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
9883 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9884 for accg registers.
9885 (frv_register_sim_regno): Update spr_map[].
9886
9887 2004-04-04 Andrew Cagney <cagney@redhat.com>
9888
9889 * config/mips/xm-riscos.h: Delete.
9890 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9891 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9892 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9893 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9894 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9895 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9896 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9897 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9898 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9899 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9900 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9901 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9902 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9903 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9904 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9905 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9906 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9907 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9908 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9909 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9910 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9911 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9912 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9913 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9914 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9915 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
9916
9917 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9918 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9919 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9920 * configure.host: Remove m680[01]0-sun-sunos3*,
9921 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9922 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9923 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9924 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9925 mips-*-riscos*.
9926 * NEWS: Mention removed systems.
9927
9928 2004-04-04 Andrew Cagney <cagney@redhat.com>
9929
9930 GDB 6.1 release created from 6.1 branch.
9931
9932 2004-04-04 Andrew Cagney <cagney@redhat.com>
9933
9934 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9935 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9936 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9937
9938 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9939 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9940 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9941
9942 2004-04-03 Jim Blandy <jimb@redhat.com>
9943
9944 * MAINTAINERS: Chris Faylor has changed employers; add him to
9945 "paper trail" section, and update his E-mail address.
9946
9947 2004-04-03 Andrew Cagney <cagney@redhat.com>
9948
9949 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9950 generic dummy frames.
9951 * dummy-frame.c: Update copyright.
9952 (dummy_frame_sniffer): Delete check for generic dummy frames.
9953
9954 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
9955 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
9956 (REG_PARM_STACK_SPACE): Delete.
9957 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9958 Inline reference to REG_PARM_STACK_SPACE.
9959
9960 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9961 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9962 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9963 (FRAME_BASE_BEFORE_SIGTRAMP)
9964 (hppa32_hpux_frame_base_before_sigtramp)
9965 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9966 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9967 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9968 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9969 (FRAME_BASE_BEFORE_SIGTRAMP)
9970 (hppa64_hpux_frame_base_before_sigtramp)
9971 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9972
9973 2004-04-03 Andrew Cagney <cagney@redhat.com>
9974
9975 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9976
9977 2004-04-02 Andrew Cagney <cagney@redhat.com>
9978
9979 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9980 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9981 * dummy-frame.h: Delete out-of-date comments.
9982 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9983 * gdbarch.h, gdbarch.c: Re-generate.
9984
9985 2004-04-02 Joel Brobecker <brobecker@gnat.com>
9986
9987 Committed by Andrew Cagney <cagney@redhat.com>.
9988 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9989 into account an instruction saving a register if we have already
9990 seen an earlier instruction saving that same register.
9991
9992 2004-04-02 Andrew Cagney <cagney@redhat.com>
9993
9994 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9995 * gdbarch.h, gdbarch.c: Re-generate.
9996 * frame.c (legacy_get_prev_frame): Delete references to
9997 DEPRECATED_INIT_FRAME_PC_FIRST.
9998
9999 * infrun.c (pc_in_sigtramp): Delete function.
10000 (check_sigtramp2): Inline call to pc_in_sigtramp, use
10001 get_frame_type.
10002
10003 2004-04-02 Andrew Cagney <cagney@redhat.com>
10004
10005 * infrun.c (handle_step_into_function): Delete code conditional on
10006 legacy_frame_p.
10007 (handle_inferior_event, step_over_function): Ditto.
10008
10009 2004-04-02 Andrew Cagney <cagney@redhat.com>
10010
10011 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
10012 "previous frame inner to this frame" test.
10013
10014 2004-04-02 Andrew Cagney <cagney@redhat.com>
10015
10016 * frame.c (safe_frame_unwind_memory): New function.
10017 * frame.h (safe_frame_unwind_memory): Declare. Update description
10018 of /safe_/ methods.
10019 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
10020 "next_frame". Use safe_frame_unwind_memory.
10021 (tramp_frame_sniffer): Update call to tramp_frame_start.
10022
10023 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
10024
10025 * dwarf2read.c (dwarf2_objfile_data_key): New.
10026 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
10027 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
10028 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
10029 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
10030 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
10031 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
10032 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
10033 Remove variables.
10034 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
10035 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
10036 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
10037 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
10038 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
10039 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
10040 Remove macros.
10041 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
10042 data.
10043 (dwarf2_locate_sections, dwarf2_build_psymtabs)
10044 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
10045 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
10046 (read_partial_die, read_full_die, read_indirect_string)
10047 (dwarf_decode_line_header, dwarf_decode_macros)
10048 (dwarf2_symbol_mark_computed): Remove use of removed macros.
10049 Update uses of removed variables.
10050 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
10051 of removed macros.
10052 (_initialize_dwarf2_read): New function.
10053 * symfile.h (dwarf2_has_info): Update prototype.
10054 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
10055 * elfread.c (elf_symfile_read): Likewise.
10056
10057 2004-04-01 Jim Blandy <jimb@redhat.com>
10058
10059 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
10060 function for register numbers on all the rs6000-derived targets.
10061 (rs6000_gdbarch_init): Don't register a separate
10062 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
10063 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
10064 variants.
10065
10066 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
10067 numbering.
10068
10069 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
10070
10071 * valarith.c: Update copyright notice.
10072 (value_add): Handle range types.
10073 (value_sub): Ditto.
10074 (value_equal): Ditto.
10075 (value_less): Ditto.
10076 (value_neg): Ditto.
10077 (value_complement): Ditto.
10078 (value_binop): Simplify slightly by using is_integral_type and
10079 eliminiating unnecessary COERCE_ENUMs.
10080
10081 2004-03-31 Andrew Cagney <cagney@redhat.com>
10082
10083 * frame.h (frame_unwind_id): Declare.
10084 * frame.c (frame_unwind_id): New function.
10085 (get_prev_frame_1): New function.
10086 (frame_debug_got_null_frame): New function.
10087 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
10088 code proper to prev_frame, update description.
10089 * infrun.c (step_over_function): Use frame_unwind_id.
10090
10091 2004-04-31 J. Brobecker <brobecker@gnat.com>
10092
10093 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
10094 (hppa64_push_dummy_call): Likewise.
10095
10096 2004-03-30 Jim Blandy <jimb@redhat.com>
10097
10098 From Ulrich Weigand:
10099 * utils.c (query): Do not use a va_list variable multiple times.
10100
10101 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
10102
10103 * Makefile.in (linux_nat_h): Update dependencies.
10104 * configure.in: Check for <gnu/libc-version.h>.
10105 * configure: Regenerate.
10106 * config.in: Regenerate.
10107 * linux-nat.h: Include "target.h". Add waitstatus field to
10108 struct lwp_info.
10109 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
10110 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
10111 to.
10112 (lin_lwp_handle_extended): New function. Handle clone events.
10113 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
10114 thread exit events.
10115 (child_wait): Handle clone events.
10116 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
10117 * linux-nat.c (linux_enable_event_reporting): Turn on
10118 PTRACE_O_TRACECLONE.
10119 (linux_handle_extended_wait): Handle clone events.
10120 * thread-db.c: Include <gnu/libc-version.h>.
10121 (struct private_thread_info): Add dying flag.
10122 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
10123 higher.
10124 (attach_thread): Update comments. Handle dying threads.
10125 (detach_thread): Set the dying flag.
10126 (check_event): Always call attach_thread.
10127
10128 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
10129
10130 * mips-tdep.c (mips_pdr_data): New.
10131 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
10132 (_initialize_mips_tdep): Initialize mips_pdr_data.
10133
10134 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
10135
10136 * minsyms.c (install_minimal_symbols): Move dropping leading
10137 char from linkage name from here...
10138 (prim_record_minimal_symbol_and_info): ...to here. Simplify
10139 test for "__gnu_compiled*" symbols.
10140
10141 2004-03-28 Jim Blandy <jimb@redhat.com>
10142
10143 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
10144 registers to temp register r0 and byte stores as prologue
10145 instructions.
10146
10147 2004-03-28 Andrew Cagney <cagney@redhat.com>
10148
10149 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
10150 arm*-*-*.
10151
10152 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
10153
10154 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
10155 and switch the layout to force a display of register window.
10156
10157 2004-02-26 J. Brobecker <brobecker@gnat.com>
10158
10159 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
10160 of the INTEGER class.
10161
10162 2004-03-26 Jim Blandy <jimb@redhat.com>
10163
10164 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
10165 bytes long on PPC GNU/Linux.
10166
10167 2004-03-26 David Carlton <carlton@kealia.com>
10168
10169 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
10170
10171 2004-03-25 Andrew Cagney <cagney@redhat.com>
10172
10173 * PROBLEMS: Add general section titles, remove references to
10174 specific releases.
10175
10176 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
10177
10178 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
10179 INT_REGISTER_SIZE.
10180 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
10181 FP_REGISTER_VIRTUAL_SIZE.
10182 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
10183 of DEPRECATED_REGISTER_RAW_SIZE.
10184 (arm_register_type): Add gdbarch argument.
10185 (arm_register_raw_size, arm_register_virtual_size): Delete.
10186 (arm_register_byte, arm_extract_return_value)
10187 (arm_store_return_value, arm_get_longjmp_target): Update references
10188 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
10189 (arm_gdbarch_init): Likewise. Don't set
10190 deprecated_register_raw_size, deprecated_register_virtual_size,
10191 deprecated_max_register_raw_size,
10192 deprecated_max_register_virtual_size, or
10193 deprecated_max_register_virtual_type. Do set register_type.
10194 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
10195 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
10196 (FP_REGISTER_VIRTUAL_SIZE): Delete.
10197 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
10198 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
10199 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
10200 INT_REGISTER_SIZE.
10201 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
10202 (remote_rdp_store_register): Likewise.
10203
10204 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
10205
10206 * Makefile.in (mips-linux-tdep.o): Update dependencies.
10207 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
10208 to after osabi initialization.
10209 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
10210 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
10211 functions.
10212 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
10213 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
10214 variables.
10215 (mips_linux_init_abi): Append signal trampoline unwinders.
10216
10217 2004-03-24 Andrew Cagney <cagney@redhat.com>
10218
10219 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
10220 * tramp-frame.c: Include "gdb_assert.h".
10221 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
10222 correct sizeof.
10223 (tramp_frame_append): Validate the tramp frame's instructions.
10224 * Makefile.in (tramp-frame.o): Update dependencies.
10225
10226 2004-03-23 Andrew Cagney <cagney@redhat.com>
10227
10228 * trad-frame.h (trad_frame_set_reg_addr): Declare.
10229
10230 2004-03-23 Andrew Cagney <cagney@redhat.com>
10231
10232 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
10233 Nasser as past testsuite/lib/ (and other) maintainers.
10234
10235 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
10236
10237 * infcmd.c (attach_command): Reread symbols if we already have
10238 an exec file.
10239
10240 2004-03-23 Andrew Cagney <cagney@redhat.com>
10241
10242 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
10243
10244 2004-03-23 Andrew Cagney <cagney@redhat.com>
10245
10246 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
10247 * gdbarch.h, gdbarch.c: Re-generate.
10248 * i386obsd-tdep.c (i386obsd_init_abi): Update.
10249 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10250 * i386bsd-tdep.c (i386bsd_init_abi): Update.
10251 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
10252 (DEPRECATED_SIGTRAMP_START): Update.
10253 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
10254 (DEPRECATED_SIGTRAMP_START): Update.
10255 * blockframe.c (find_pc_sect_partial_function): Update.
10256 * arch-utils.c (legacy_pc_in_sigtramp): Update.
10257
10258 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
10259
10260 * remote.c (remote_open_1): Reopen the exec file and reread symbols
10261 if necessary.
10262
10263 2004-03-23 Andrew Cagney <cagney@redhat.com>
10264
10265 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
10266 predicate, deprecate.
10267 * gdbarch.h, gdbarch.c: Re-generate.
10268 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
10269 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
10270 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
10271 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
10272 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
10273 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
10274 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
10275 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
10276 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
10277 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
10278 * blockframe.c (find_pc_partial_function): Update.
10279 * breakpoint.c (bpstat_what): Update.
10280 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
10281 * frv-linux-tdep.c (frv_linux_init_abi): Update.
10282 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
10283 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
10284 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10285 * i386-linux-tdep.c (i386_linux_init_abi): Update.
10286 * i386-nto-tdep.c (i386nto_init_abi): Update.
10287 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
10288 * i386-tdep.c (i386_sigtramp_frame_sniffer)
10289 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
10290 * i386bsd-tdep.c (i386bsd_init_abi): Update.
10291 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10292 * i386obsd-tdep.c (i386obsd_init_abi): Update.
10293 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
10294 * infrun.c (pc_in_sigtramp): Update.
10295 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
10296 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10297 * mips-tdep.c (mips_gdbarch_init): Update.
10298 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
10299 * ppc-linux-tdep.c: Update comment.
10300 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
10301 * shnbsd-tdep.c (shnbsd_init_abi): Update.
10302 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
10303 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
10304 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
10305 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
10306 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
10307 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
10308 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
10309 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
10310
10311 2004-03-23 Andrew Cagney <cagney@redhat.com>
10312
10313 * tramp-frame.h, tramp-frame.h: New files.
10314 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
10315 Update rules to include "tramp-frame.h" and "tramp-frame.c".
10316
10317 * Makefile.in: Update all dependencies.
10318
10319 2004-03-23 Andrew Cagney <cagney@redhat.com>
10320
10321 * Makefile.in (trad_frame_h): Add $(frame_h).
10322 * trad-frame.h: Update copyright. Include "frame.h".
10323 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
10324 (trad_frame_set_id, trad_frame_get_id): Declare.
10325 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
10326 * trad-frame.c: Update copyright.
10327 (struct trad_frame_cache): Define.
10328 (trad_frame_cache_zalloc): New function.
10329 (trad_frame_set_id, trad_frame_get_id): New functions.
10330 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
10331
10332 2004-03-22 Andrew Cagney <cagney@redhat.com>
10333
10334 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
10335 s390_pltstub_unwind_cache.
10336 (s390_stub_frame_unwind_cache): Rename
10337 s390_pltstub_frame_unwind_cache.
10338 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
10339 (s390_stub_frame_prev_register): Rename
10340 s390_pltstub_frame_prev_register.
10341 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
10342 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
10343
10344 From Ulrich Weigand:
10345 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
10346 pointer calls like PLT calls.
10347
10348 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
10349
10350 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
10351 PC rather than the partial function start address. Use the start
10352 address to sanity check the found PDR.
10353
10354 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
10355
10356 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
10357 linux_handle_extended_wait.
10358
10359 2004-03-22 Andrew Cagney <cagney@redhat.com>
10360
10361 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
10362 function.
10363
10364 * frame.h (generic_pop_current_frame): Delete declaration.
10365 (deprecate_pop_dummy_frame): Deprecate
10366 generic_pop_dummy_frame.
10367 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
10368 (generic_pop_current_frame): Delete function.
10369 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
10370 generic_pop_current_frame.
10371 * v850-tdep.c (v850_pop_frame): Update.
10372 * mcore-tdep.c (mcore_pop_frame): Update.
10373 * sh64-tdep.c (sh64_pop_frame): Update.
10374 * h8300-tdep.c (h8300_pop_frame): Update.
10375
10376 2004-03-22 Andrew Cagney <cagney@redhat.com>
10377
10378 * frame.h (deprecated_pc_in_call_dummy): Rename
10379 generic_pc_in_call_dummy.
10380 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
10381 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
10382 generic_pc_in_call_dummy.
10383 (pc_in_dummy_frame): Make static.
10384 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
10385 * gdbarch.h, gdbarch.c: Re-generate.
10386 * dummy-frame.c (dummy_frame_sniffer): Simplify.
10387 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
10388 (legacy_get_prev_frame): Ditto.
10389 * inferior.h: Delete reference to generic_pc_in_call_dummy in
10390 comment.
10391
10392 2004-03-21 Andrew Cagney <cagney@redhat.com>
10393
10394 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
10395 declaration and out-of-date comment.
10396 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10397 Delete function.
10398 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
10399 deprecated_pc_in_call_dummy.
10400
10401 * infrun.c (handle_inferior_event): For non legacy frames, use the
10402 frame ID and frame type to identify a signal trampoline. Update
10403 comments.
10404
10405 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
10406
10407 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
10408 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
10409
10410 2004-03-21 Andrew Cagney <cagney@redhat.com>
10411
10412 * frame-unwind.h: Update copyright.
10413 (struct frame_data): Add opaque declaration.
10414 (frame_sniffer_ftype): Declare.
10415 (struct frame_unwind): Add "unwind_data" and "sniffer".
10416 (frame_unwind_register_unwinder): Declare.
10417 (frame_unwind_find_by_frame): Add parameter "this_cache".
10418 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
10419 (legacy_get_prev_frame, legacy_get_prev_frame)
10420 (get_frame_type): Pass the prologue_cache to
10421 frame_unwind_find_by_frame.
10422 * frame-unwind.c (struct frame_unwind_table_entry): Add field
10423 "unwinder".
10424 (frame_unwind_register_unwinder): New function.
10425 (frame_unwind_find_by_frame): Handle an unwind sniffer.
10426
10427 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
10428
10429 * bcache.c (print_percentage): Use floating point to avoid
10430 incorrect results when portion*100 overflows.
10431
10432 2004-03-19 Kevin Buettner <kevinb@redhat.com>
10433
10434 * ppc_tdep.h (ppc_linux_frame_saved_pc)
10435 (ppc_linux_init_extra_frame_info)
10436 (ppc_linux_frameless_function_invocation)
10437 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
10438 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
10439 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
10440 (rs6000_frame_chain): Delete declarations.
10441 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
10442 (ppc_linux_init_extra_frame_info)
10443 (ppc_linux_frameless_function_invocation)
10444 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
10445 (ppc_linux_init_abi): Remove registration of above deleted functions.
10446 * rs6000-tdep.c (rs6000_init_extra_frame_info)
10447 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
10448 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
10449 (rs6000_pop_frame, rs6000_frameless_function_invocation)
10450 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
10451 (rs6000_gdbarch_init): Remove registration of above deleted functions.
10452 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
10453 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
10454 frame management for all OSABIs.
10455
10456 2004-03-19 Andrew Cagney <cagney@redhat.com>
10457
10458 Committed by Kevin Buettner <kevinb@redhat.com>.
10459
10460 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
10461 Update copyright.
10462 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
10463 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
10464 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
10465 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
10466 unwinders. #ifdef legacy frame code.
10467 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10468 "frame-base.h".
10469 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
10470 (struct rs6000_frame_cache, rs6000_frame_cache)
10471 (rs6000_frame_this_id, rs6000_frame_prev_register)
10472 (rs6000_frame_sniffer, rs6000_frame_unwind)
10473 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
10474 (rs6000_frame_base): Implement a traditional frame unwinder.
10475 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
10476 frame unwinder.
10477
10478 2004-03-19 Kevin Buettner <kevinb@redhat.com>
10479
10480 * breakpoint.c (adjust_breakpoint_address): Don't adjust
10481 breakpoint address for watchpoints or the catch eventpoints.
10482 Add new paramter ``bptype''. Adjust all callers.
10483
10484 2004-03-19 Andrew Cagney <cagney@redhat.com>
10485
10486 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
10487
10488 * PROBLEMS: Delete note that ARM does not use frame code, problem
10489 fixed.
10490
10491 2004-03-18 Andrew Cagney <cagney@redhat.com>
10492
10493 * stack.c (return_command): Delete code wrapped in #ifdef
10494 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
10495
10496 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
10497
10498 2004-03-18 Andrew Cagney <cagney@redhat.com>
10499
10500 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
10501 DEPRECATED_IN_SIGTRAMP.
10502 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10503 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
10504 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10505 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10506 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10507 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10508 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10509 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10510 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
10511 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
10512
10513 2004-03-18 Andrew Cagney <cagney@redhat.com>
10514
10515 * frame-base.c: Update copyright. Include "gdb_obstack.h".
10516 (struct frame_base_table_entry): Define.
10517 (struct frame_base_table): Re-implement as a linked list.
10518 (frame_base_init): Re-implement.
10519 (frame_base_table): Delete function.
10520 (append_predicate): Delete function.
10521 (frame_base_append_sniffer): Update.
10522 (frame_base_set_default): Update.
10523 (frame_base_find_by_frame): Update.
10524 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
10525 * Makefile.in (frame-base.o): Update dependencies.
10526
10527 2004-03-17 Andrew Cagney <cagney@redhat.com>
10528
10529 * frame.c (legacy_get_prev_frame): Pass correct frame to
10530 frame_unwind_find_by_frame.
10531
10532 2004-03-17 David Carlton <carlton@kealia.com>
10533
10534 * NEWS: Mention C++ nested types and namespaces
10535
10536 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
10537
10538 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
10539 and "Regressions since gdb 5.3.". Add known regressions since
10540 gdb 6.0.
10541
10542 2004-03-16 David Carlton <carlton@kealia.com>
10543
10544 * dwarf2read.c (process_structure_scope): Process children even
10545 when we're a declaration.
10546
10547 2004-03-16 Andrew Cagney <cagney@redhat.com>
10548
10549 * symtab.h (find_pc_sect_partial_function): Delete declaration.
10550 * blockframe.c (find_pc_partial_function)
10551 (find_pc_sect_partial_function): Merge into a single
10552 find_pc_partial_function.
10553
10554 2004-03-16 Mark Kettenis <kettenis@gnu.org>
10555
10556 * i386bsd-nat.c: s/regno/regnum/g.
10557 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
10558 FP0_REGNUM.
10559 (store_inferior_registers): Likewise.
10560
10561 2004-03-16 Mark Kettenis <kettenis@gnu.org>
10562
10563 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
10564 of i387_fill_fsave.
10565 (store_inferior_registers): Call i387_collect_fsave and
10566 i387_collect_fxsave instead of i387_fill_fsave and
10567 i387_fill_fxsave.
10568
10569 2004-03-15 Andrew Cagney <cagney@redhat.com>
10570
10571 * Makefile.in (frame-unwind.o): Update dependencies.
10572 * frame-unwind.c: Include "gdb_obstack.h".
10573 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
10574 parameter.
10575 (append_predicate): Delete function.
10576 (struct frame_unwind_table_entry): New structure.
10577 (struct frame_unwind_table): Replace "sniffer" with "head" and
10578 "tail".
10579 (frame_unwind_append_sniffer): Update.
10580 (frame_unwind_find_by_frame): Update.
10581 (_initialize_frame_unwind): Registe frame_unwind_init using
10582 gdbarch_data_register_pre_init.
10583
10584 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10585
10586 * i386bsd-nat.c: Update copyright year.
10587 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
10588 define unconditionally.
10589
10590 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10591
10592 * i387-tdep.h (i387_collect_fsave): New prototype.
10593 * i387-tdep.c (i387_collect_fsave): New function containing most
10594 of the code from i387_fill_fsave.
10595 (i387_fill_fsave): Call i387_collect_fsave.
10596
10597 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10598
10599 * i386-linux-tdep.c: Update copyright year.
10600 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
10601 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
10602 svr4_ilp32_link_map_offsets instead of
10603 i386_linux_svr4_fetch_link_map_offsets.
10604
10605 2004-03-15 David Carlton <carlton@kealia.com>
10606
10607 Fix for PR c++/1553:
10608 * dwarf2read.c (read_structure_type): Determine type name by
10609 calling determine_class_name.
10610 (determine_class_name): New.
10611 (determine_prefix): Look at TYPE_TAG_NAME and call
10612 determine_class_name when appropriate.
10613 (determine_prefix_aux, class_name): Delete.
10614 (read_namespace): Set die->type.
10615
10616 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10617
10618 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
10619 unused macro definition. The definition in target.h (or perhaps
10620 elsewhere) takes precedence.
10621
10622 2004-03-15 Andrew Cagney <cagney@redhat.com>
10623
10624 * ppc-tdep.h: Update copyright.
10625 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
10626 function signatures to match "regsets.h".
10627 * ppc-linux-tdep.c: Include "regset.h".
10628 (ELF_GREGSET_SIZE): Delete.
10629 (right_supply_register): New function.
10630 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
10631 using right_supply_register.
10632 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
10633 functions.
10634 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
10635 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
10636 (_initialize_ppc_linux_tdep): Do not register
10637 ppc_linux_regset_core_fns.
10638 (ppc_linux_regset_from_core_section): Replace
10639 fetch_core_registers.
10640 (ppc_linux_regset_core_fns): Delete.
10641 * ppc-linux-nat.c: (right_fill_reg): New function.
10642 (supply_gregset): Update call to ppc_linux_supply_gregset.
10643 (fill_gregset): Clear the register set, use right_fill_reg.
10644 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
10645 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
10646
10647 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
10648 unsigned.
10649
10650 2004-03-15 Andrew Cagney <cagney@redhat.com>
10651
10652 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
10653 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
10654 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
10655 and register_gdbarch_data.
10656 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
10657 (struct gdbarch_data): Replace "init" by "pre_init" and
10658 "post_init".
10659 * gdbarch.h, gdbarch.c: Re-generate.
10660 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
10661 with"obstack", use OBSTACK_ZALLOC.
10662 (dwarf2_frame_ops): Delete.
10663 (dwarf2_frame_set_init_reg): Use gdbarch_data.
10664 (dwarf2_frame_init_reg): Use gdbarch_data.
10665 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
10666 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
10667 (_initialize_svr4_solib): Update.
10668 * user-regs.c (_initialize_user_regs): Update.
10669 * reggroups.c (_initialize_reggroup): Update.
10670 * regcache.c (_initialize_regcache): Update.
10671 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
10672 * libunwind-frame.c (_initialize_libunwind_frame): Update.
10673 * gnu-v3-abi.c (init_gnuv3_ops): Update.
10674 * frame-unwind.c (_initialize_frame_unwind): Update.
10675 * frame-base.c (_initialize_frame_base): Update.
10676 * user-regs.c (user_reg_add): Update.
10677 * reggroups.c (reggroup_add): Update.
10678 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
10679 * libunwind-frame.c (libunwind_frame_set_descr): Update.
10680 * frame-unwind.c (frame_unwind_append_sniffer): Update.
10681 * frame-base.c (frame_base_table): Update.
10682 * remote.c (_initialize_remote): Update.
10683 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
10684
10685 2004-03-15 Andrew Cagney <cagney@redhat.com>
10686
10687 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
10688
10689 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10690
10691 * Makefile.in (frv-linux-tdep.o): Add dependencies.
10692 * frv-linux-tdep.c: New file.
10693 * frv-tdep.c (struct gdbarch_tdep): Add new field
10694 ``sigcontext_reg_addr''.
10695 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
10696 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
10697 (frv_sigramp_frame_sniffer): New functions.
10698 (frv_sigtramp_frame_unwind): New static global.
10699 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
10700 sniffers.
10701 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
10702 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
10703
10704 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10705
10706 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
10707 but not via a call to error(), when unable to read memory.
10708
10709 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10710
10711 * frv-tdep.c (frv_call_dummy_words): Delete.
10712 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
10713
10714 2004-03-15 Andrew Cagney <cagney@redhat.com>
10715
10716 * infrun.c (handle_step_into_function, step_over_function): Only
10717 update and use STEP_FRAME_ID when the system is using legacy
10718 frames. Update comments.
10719
10720 2004-03-14 Mark Kettenis <kettenis@gnu.org>
10721
10722 * amd64-linux-tdep.h: Remove file.
10723 * amd64-linux-tdep.c: Don't include "inferior.h" and
10724 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
10725 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
10726 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
10727 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
10728 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
10729 macros.
10730 (user_to_gdb_regmap): Remove variable.
10731 (amd64_linux_gregset_reg_offset): New variable.
10732 (amd64_core_fns): Remove variable.
10733 (fetch_core_registers): Remove function.
10734 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
10735 functions.
10736 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
10737 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
10738 * Makefile.in (amd64_linux_tdep_h): Remove.
10739 (amd64-linux-nat.o): Update dependencies.
10740 (amd64-linux-tdep.o): Update dependencies.
10741
10742 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
10743 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
10744 functions.
10745 (fetch_inferior_registers, store_inferior_registers): Rewrite.
10746
10747 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
10748 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
10749
10750 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
10751
10752 * dwarf2read.c (read_structure_type): Rename from
10753 read_structure_scope. Don't create a symbol or call process_die.
10754 Return immediately if die->type is set. Call read_type_die before
10755 dwarf2_add_member_fn.
10756 (process_structure_scope): New function.
10757 (read_enumeration_type, process_enumeration_scope): New functions,
10758 broken out from read_enumeration. Don't create the enumeration
10759 type if it has already been created.
10760 (read_enumeration): Removed.
10761 (process_die): Call read_structure_type, process_structure_scope,
10762 read_enumeration_type, and process_enumeration_scope. Just call
10763 new_symbol for base and subrange types. Add a comment about other
10764 type dies.
10765 (read_type_die): Call read_enumeration_type.
10766 (add_partial_structure, new_symbol): Update comments.
10767
10768 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10769
10770 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10771
10772 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10773
10774 * tui/tui-win.h (tui_get_cmd_list): Declare.
10775 * tui/tui-win.c (tui_command): New function.
10776 (tui_get_cmd_list): New function.
10777 (_initialize_tui_win): Moved initialization of tui command in
10778 tui_get_cmd_list.
10779
10780 * tui/tui-data.c (init_content_element): Setup new data members.
10781 (init_win_info): Likewise.
10782 (free_content_elements): Free it.
10783 * tui/tui-data.h (struct tui_data_element): Store the register
10784 content to print.
10785 (struct tui_data_info): Keep the current register group.
10786
10787 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
10788
10789 * tui/tui-regs.h (tui_show_registers): Update prototype.
10790 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10791 (tui_resize_all): No need to calculate anything for register window.
10792 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10793 (tui_set_register_element, tui_set_general_regs_content): Remove.
10794 (tui_set_special_regs_content): Remove.
10795 (tui_set_general_and_special_regs_content): Remove.
10796 (tui_set_float_regs_content): Remove.
10797 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10798 (tui_set_regs_content): Remove.
10799 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10800 (tui_v_show_registers_command_support): Remove.
10801 (tui_show_registers): Use a reggroup to specify the registers to show.
10802 (tui_show_register_group): New function.
10803 (tui_display_registers_from): Compute the layout of register window
10804 and refresh with new API; be sure to delete old register windows.
10805 (tui_check_register_values): Update to use tui_get_register and
10806 tui_display_data.
10807 (tui_display_register): Just refresh the register window part.
10808 (tui_register_format): Format registers and save in tui_data_element.
10809 (tui_get_register): New to combine tui_reg_value_has_changed and
10810 tui_get_register_raw_value; fix to use the new gdb API.
10811 (tui_show_float_command): Renamed tui_reg_float_command.
10812 (tui_show_general_command): Renamed tui_reg_general_command.
10813 (tui_show_special_command): Renamed tui_reg_system_command.
10814 (_initialize_tui_regs): Remove unused commands.
10815
10816 2004-03-13 Mark Kettenis <kettenis@gnu.org>
10817
10818 * NEWS (New native configurations): Mention OpenBSD/amd64.
10819
10820 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10821 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10822 Remove defines.
10823 * config/i386/nm-fbsd64.h: Likewise.
10824 * config/i386/nm-obsd.h: Likewise.
10825 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
10826 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
10827
10828 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10829
10830 * frv-tdep.c (set_variant_scratch_registers): New function.
10831 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10832 New constants.
10833
10834 From Richard Sandiford <rsandifo@redhat.com>:
10835 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10836
10837 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10838
10839 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10840 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10841 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10842 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10843 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10844 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10845 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10846 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10847 definitions from frv-tdep.c to frv-tdep.h.
10848
10849 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10850
10851 Add shared library support for FR-V FDPIC ABI:
10852 * Makefile.in (solib-frv.o): Add dependencies.
10853 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10854 New functions.
10855 (frv_push_dummy_call): Add support for FDPIC ABI.
10856 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10857 for FDPIC ABI.
10858 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10859 (frv_fdpic_find_canonical_descriptor): Declare.
10860 * solib-frv.c: New file.
10861 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10862 * config/frv/tm-frv.h (solib.h): Include.
10863
10864 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10865
10866 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10867 (frv-tdep.o): Update dependencies.
10868 * frv-tdep.h: New file.
10869 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10870 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10871 constants.
10872 (struct gdbarch_tdep): Add new member ``frv_abi''.
10873 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10874 functions.
10875 (new_variant): Set ``frv_abi'' field.
10876 (gdb_arch_init): Detect FDPIC executables.
10877
10878 2004-03-12 Mark Kettenis <kettenis@gnu.org>
10879
10880 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10881 wrapper.
10882
10883 2004-03-11 Andrew Cagney <cagney@redhat.com>
10884
10885 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10886
10887 2004-03-11 Kevin Buettner <kevinb@redhat.com>
10888
10889 * solist.h (master_so_list): New function.
10890 * solib.c (master_so_list): Likewise.
10891 * solib-svr4.c (enable_break): Iterate over so_list entries
10892 obtained from master list instead of entries obtained directly
10893 via svr4_current_sos().
10894
10895 2004-03-10 Ben Elliston <bje@gnu.org>
10896
10897 * MAINTAINERS: Update my mail address.
10898
10899 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10900
10901 * remote-m32r-sdi.c: Support hardware watchpoint.
10902
10903 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10904
10905 * user-regs.c: Update copyright years.
10906 (struct user_regs): Rename to gdb_user_regs.
10907 (append_user_reg, builtin_user_regs, user_regs_init)
10908 (user_reg_add, user_reg_map_name_to_regnum)
10909 (usernum_to_user_reg): Update.
10910
10911 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10912
10913 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10914 (skip_children): New functions.
10915 (locate_pdi_sibling): Call skip_children.
10916
10917 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10918
10919 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10920 * gdbtypes.c (check_typedef): Update comments.
10921
10922 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10923
10924 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10925 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10926 pointer. Update comment about comp_unit_head.
10927 (struct abbrev_info): Shorten two int flags.
10928 (dwarf_alloc_abbrev): Take a CU argument.
10929 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10930 each time through the loop. Update cleanup argument.
10931 (psymtab_to_symtab_1): Update cleanup call.
10932 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10933 abbrev_obstack.
10934 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10935 Just call obstack_free and clear the pointer.
10936
10937 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10938
10939 * infrun.c (handle_inferior_event): Remove short-circuit code for
10940 events in a different thread.
10941
10942 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10943
10944 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10945 print the whole transfer.
10946 (initialize_targets): Update description of "set debug target".
10947
10948 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10949
10950 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10951
10952 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
10953
10954 * MAINTAINERS (write after approval): Add myself.
10955
10956 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10957
10958 * sh-tdep.c (sh_print_registers_info): Use for loop.
10959 Don't skip multiple registers when a float register is encountered.
10960
10961 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10962
10963 Fix PR tdep/1291.
10964 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10965 to official SH documentation.
10966
10967 2004-03-07 Andrew Cagney <cagney@redhat.com>
10968
10969 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10970 unused function.
10971
10972 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
10973
10974 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10975 (arm_get_next_pc): Handle BX and BLX.
10976
10977 2004-03-07 Andrew Cagney <cagney@redhat.com>
10978
10979 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10980 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10981 HPPA_SP_REGNUM.
10982 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10983 (hppa_target_read_fp): Delete.
10984 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10985 register_virtual_size, max_register_raw_size,
10986 max_register_virtual_size, register_byte, register_size,
10987 target_read_fp, fp_regnum, and register_bytes. Set register_type
10988 instead of register_virtual_type.
10989 (hppa32_register_type, hppa64_register_type): Replace
10990 hppa32_register_virtual_type and hppa64_register_virtual_type.
10991 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10992 (HPPA_FP_REGNUM): Define.
10993
10994 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10995
10996 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10997 (pa_do_registers_info): Delete.
10998 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
10999 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
11000 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
11001
11002 * infcall.c (legacy_push_dummy_code): Delete #ifdef
11003 GDB_TARGET_IS_HPPA code.
11004 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
11005 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
11006 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
11007 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
11008 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
11009 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
11010 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
11011 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
11012 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
11013 (hppa_frameless_function_invocation, hppa64_store_return_value)
11014 (hppa_store_struct_return, hppa64_extract_return_value)
11015 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
11016 (hppa32_call_dummy_length, hppa64_call_dummy_length)
11017 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
11018 (find_proc_framesize, deposit_21, restore_pc_queue)
11019 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
11020 (rp_saved, pc_in_linker_stub): Delete.
11021
11022 Unconditionally enable 64-bit frame and ABI code.
11023 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
11024 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
11025 push_dummy_frame, fix_call_dummy, push_arguments,
11026 call_dummy_location, extract_return_value, use_struct_convention,
11027 store_return_value, store_struct_return, saved_pc_after_call,
11028 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
11029 frame_chain, frame_chain_valid, frameless_function_invocation,
11030 frame_saved_pc, and pop_frame.
11031
11032 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
11033 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
11034 (hppa_gdbarch_init): Do not set PC_REGNUM.
11035
11036 2004-03-06 Mark Kettenis <kettenis@gnu.org>
11037
11038 * config/alpha/tm-fbsd.h: Remove file.
11039 * config/alpha/fbsd.mt: Tweak comment.
11040 (TM_FILE): Set to tm-alpha.h.
11041
11042 2004-03-05 Andrew Cagney <cagney@redhat.com>
11043
11044 * infrun.c (step_over_function): When non-legacy code, and no
11045 step_frame_id, use the unwinder to get the caller's frame ID.
11046
11047 2004-03-05 Mark Kettenis <kettenis@gnu.org>
11048
11049 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
11050 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
11051 bfd_arch_unknown. Adjust comment.
11052
11053 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
11054 * i386obsd-tdep.c: Correct spelling in comment.
11055 * i386nbsd-tdep.c: Correct spelling in comment.
11056 * sparc-tdep.c: Correct spelling in comments.
11057
11058 2004-03-05 David Carlton <carlton@kealia.com>
11059
11060 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
11061 bug.
11062
11063 2004-03-05 Mark Kettenis <kettenis@gnu.org>
11064
11065 * sparc-tdep.c: Fix typo in comment.
11066
11067 2004-03-04 J. Brobecker <brobecker@gnat.com>
11068
11069 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
11070
11071 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
11072
11073 * dwarf2read.c: Add comment describing memory lifetimes.
11074 (struct dwarf2_pinfo): Update comment.
11075 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
11076 (read_enumeration, new_symbol): Don't use obsavestring.
11077
11078 2004-03-04 Mark Kettenis <kettenis@gnu.org>
11079
11080 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
11081 instead of amd64_fill_fxsave.
11082 * amd64bsd-nat.c (store_inferior_registers): Likewise.
11083 * amd64fbsd-nat.c (fill_fpregset): Likewise.
11084
11085 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
11086 Reorganize code a bit.
11087
11088 2004-03-04 Orjan Friberg <orjanf@axis.com>
11089
11090 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
11091 when the frame pointer is pushed. Don't set the frame pointer's
11092 address on the stack unless it's actually located there.
11093 Set the SRP's address on the stack correctly when the PC is still in
11094 the prologue.
11095 (cris_return_value): New function.
11096 (cris_gdbarch_init): Clear deprecated store_return_value,
11097 extract_return_value.
11098
11099 2004-03-02 Jim Blandy <jimb@redhat.com>
11100
11101 * stabsread.c (reg_value_complaint): The maximum register number
11102 is one less than the number of registers.
11103
11104 2004-03-02 Andrew Cagney <cagney@redhat.com>
11105
11106 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
11107 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
11108 trailing comma and redundant assignment of I386_ST0_REGNUM.
11109 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
11110 32-bit segment registers.
11111
11112 2004-03-01 Andrew Cagney <cagney@redhat.com>
11113
11114 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
11115 use frame_relative_level and get_next_frame.
11116
11117 2004-02-29 Andrew Cagney <cagney@redhat.com>
11118
11119 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
11120 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
11121 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
11122 Delete macro.
11123
11124 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11125
11126 * inflow.c (terminal_inferior): Don't give up the terminal if we
11127 previously couldn't get the inferior's terminal state.
11128
11129 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11130
11131 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
11132 PC_REGNUM.
11133
11134 2004-02-28 Andrew Cagney <cagney@redhat.com>
11135
11136 * NEWS: Refer to GDB 6.1.
11137 * README: Refer to GDB 6.1.
11138 * PROBLEMS: Refer to GDB 6.1.
11139
11140 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
11141
11142 * thread-db.c (disable_thread_signals): Remove unused function.
11143
11144 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11145
11146 * amd64-nat.c: Include "gdb_string.h".
11147 (amd64_collect_native_gregset): Zero-extend the 32-bit
11148 general-purpose registers and %eip.
11149
11150 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
11151 * amd64-tdep.c (amd64_collect_fxsave): New function.
11152 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
11153
11154 * i387-tdep.h: Update copyright year.
11155 (i387_collect_fxsave): New prototype.
11156 * i387-tdep.c: Update copyright year.
11157 (i387_collect_fxsave): New function containing most of the code
11158 from i387_fill_fxsave.
11159 (i387_fill_fxsave): Call i387_collect_fxsave.
11160
11161 2004-02-28 Andrew Cagney <cagney@redhat.com>
11162
11163 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
11164 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
11165
11166 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11167
11168 * amd64-tdep.c (amd64_frame_cache): Fix comment.
11169
11170 2004-02-28 Andrew Cagney <cagney@redhat.com>
11171
11172 * utils.c: Use "", instead of <>, to include readline.
11173 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
11174 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
11175 * source.c, solib.c, exec.c, event-top.c: Ditto.
11176 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
11177 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
11178 * Makefile.in: Update all dependencies.
11179 (readline_tilde_h, readline_history_h): Define.
11180 (readline_headers): Delete.
11181
11182 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11183
11184 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
11185 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
11186 "config/i386/tm-lx64.h".
11187
11188 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
11189 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
11190 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
11191
11192 2004-02-28 Andrew Cagney <cagney@redhat.com>
11193
11194 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
11195
11196 * breakpoint.c (_initialize_breakpoint): Use
11197 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
11198 Add help to show command.
11199
11200 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11201
11202 * i386-nat.c: Reformat to be closer to coding standards.
11203 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
11204 `retval'. Make variables `align' and `size' local to while-loop.
11205 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
11206 (_initialize_i386_nat): New prototype.
11207
11208 * tui/tui.c: Include <readline/readline.h> instead of
11209 "readline/readline.h". Include it after <term.h> and
11210 "gdb_curses.h".
11211
11212 2004-02-27 Andrew Cagney <cagney@redhat.com>
11213
11214 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
11215 the new frame unwind code.
11216 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
11217 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
11218 PCOQ_HEAD_REGNUM.
11219
11220 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
11221 "return_value" and "push_dummy_call".
11222 (hppa32_use_struct_convention): Delete unused function.
11223 (hppa32_store_return_value): Delete unused function.
11224 (hppa32_extract_return_value): Delete unused function.
11225 (hppa32_stack_align): Delete function.
11226
11227 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
11228
11229 * coffread.c (enter_linenos): Don't let rawptr reference memory
11230 outside linetab[]'s limits.
11231
11232 2004-02-27 Andrew Cagney <cagney@redhat.com>
11233
11234 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
11235 inferior stack space - the stack needs to grow upwards.
11236 (hppa32_frame_align): New function.
11237 (hppa64_frame_align): Replace hppa_frame_align.
11238 (hppa_gdbarch_init): Update.
11239
11240 2004-02-26 Orjan Friberg <orjanf@axis.com>
11241
11242 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
11243 (dwarf2-frame.h): Include.
11244 (enum cris_regnums): New enum CRIS_FP_REGNUM.
11245 Remove static variables related to ABI setting.
11246 (struct gdbarch_tdep): Remove cris_abi member.
11247 (struct frame_extra_info): Remove.
11248 (cris_unwind_cache, stack_item): New structs.
11249 (cris_frame_unwind, cris_frame_base): New variables.
11250 (push_stack_item, pop_stack_item)
11251 (cris_frame_unwind_cache, cris_frame_this_id)
11252 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
11253 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
11254 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
11255 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
11256 (cris_reg_struct_has_addr): New functions.
11257 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
11258 (cris_frame_saved_pc, cris_saved_pc_after_call,
11259 (cris_store_struct_return, cris_frameless_function_invocation)
11260 (cris_pop_frame, cris_skip_prologue_main)
11261 (cris_abi_original_store_return_value)
11262 (cris_abi_v2_store_return_value)
11263 (cris_abi_original_extract_return_value)
11264 (cris_abi_v2_extract_return_value)
11265 (cris_abi_original_reg_struct_has_addr)
11266 (cris_abi_v2_reg_struct_has_addr)
11267 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
11268 (cris_push_return_address, cris_abi_update): Remove.
11269 (_initialize_cris_tdep): Remove ABI command.
11270 (cris_dump_tdep): Ditto.
11271 (cris_gdbarch_init): Remove ABI command.
11272 Set store_return_value, extract_return_value, push_dummy_code,
11273 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
11274 frame_unwind_append_sniffer, frame_base_set_default.
11275 Clear deprecated init_frame_pc, push_arguments, store_return_value,
11276 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
11277 sizeof_call_dummy_words, get_saved_register, push_return_address,
11278 pop_frame, store_struct_return, frame_init_saved_regs,
11279 init_extra_frame_info, frameless_function_invocation, frame_chain,
11280 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
11281 dummy_write_sp.
11282
11283 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
11284
11285 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
11286 * valprint.c (print_hex_chars): Change from static to external.
11287 (print_char_chars): New function.
11288 * printcmd.c (print_scalar_formatted): For integer and enum types
11289 that are longer than LONGEST, perform processing via appropriate
11290 print_*_chars routines.
11291
11292 2004-02-26 Andrew Cagney <cagney@redhat.com>
11293
11294 * Makefile.in: Update dependencies.
11295 Changes from Ulrich Weigand,
11296 * s390-tdep.c: Include "dwarf2-frame.h".
11297 (s390_dwarf2_frame_init_reg): New function.
11298 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
11299 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
11300
11301 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
11302
11303 * breakpoint.c (pending_break_support): New setting variable.
11304 (break_command_1): Account for pending_break_support setting
11305 when creating pending breakpoints.
11306 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
11307 (_initialize_breakpoint): Add "set breakpoint pending" and
11308 "show breakpoint pending" commands.
11309
11310 2004-02-26 Andrew Cagney <cagney@redhat.com>
11311
11312 Fix PR i18n/1570.
11313 * charset.c (backslashable, backslashed, represented): Remove 'e'
11314 from list of escaped characters, not part of ISO-C.
11315
11316 2004-02-25 J. Brobecker <brobecker@gnat.com>
11317
11318 From Peter Schauer <schauer@pdf.de>:
11319 * tui/tui.c: Move system header includes after local includes.
11320 Fixes a build failure on solaris systems.
11321
11322 2004-02-25 J. Brobecker <brobecker@gnat.com>
11323
11324 * configure.in: Refine the previous change.
11325 * configure: Regenerate.
11326
11327 2004-02-25 Mark Kettenis <kettenis@gnu.org>
11328
11329 * amd64-tdep.h: Renamed from x86-64-tdep.h.
11330 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
11331 "amd64-tdep.h" instead of "x86-64-tdep.h".
11332 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11333 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
11334 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
11335 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11336 and "x86-64-tdep.c".
11337 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
11338 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11339 and "x86-64-tdep.c".
11340 * amd64bsd-nat.c: Update copyright year.
11341 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11342 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
11343 "x86-64-tdep.h".
11344 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
11345 "x86-64-tdep.h".
11346 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
11347 "x86-64-tdep.h".
11348 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
11349 "x86-64-tdep.h".
11350 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
11351 "x86-64-tdep.h".
11352 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
11353 "x86-64-tdep.h".
11354 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
11355 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
11356 * Makefile.in (amd64_linux_tdep_h): Renamed from
11357 x86_64_linux_tdep_h.
11358 (amd64_tdep_h): Renamed from x86_64_tdep_h.
11359 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
11360 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
11361 (amd64obsd-tdep.o): Update dependencies.
11362 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
11363 dependencies.
11364 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
11365 dependencies.
11366 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
11367 amd64-linux-nat.c amd64-linux-tdep.c.
11368 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
11369 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
11370 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
11371 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
11372 amd64-tdep.o and amd64-linux-tdep.o.
11373 (TM_FILE): Set to tm-linux64.h.
11374 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
11375 (NAT_FILE): Set to nm-linux64.h.
11376 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
11377 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11378 amd64-tdep.o.
11379 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11380 amd64-tdep.o.
11381 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11382 amd64-tdep.o.
11383
11384 2004-02-25 Roland McGrath <roland@redhat.com>
11385
11386 * remote.c (remote_protocol_qPart_auxv): New variable.
11387 (init_all_packet_configs): Initialize it.
11388 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
11389 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
11390 (show_remote_cmd): Call it.
11391 (_initialize_remote): Initialize commands.
11392 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
11393 service TARGET_OBJECT_AUXV requests.
11394
11395 2004-02-25 J. Brobecker <brobecker@gnat.com>
11396
11397 * configure.in: Make sure that the wborder function is available.
11398 Otherwise, search for it in the cur_colr library.
11399 * configure: Regenerate.
11400
11401 2004-02-25 Andrew Cagney <cagney@redhat.com>
11402
11403 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
11404
11405 2004-02-25 Mark Kettenis <kettenis@gnu.org>
11406
11407 * config/i386/tm-x86-64linux.h: Tweak comments.
11408
11409 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
11410
11411 * MAINTAINERS: Add self to write-after-approval list.
11412
11413 2004-02-25 Andrew Cagney <cagney@redhat.com>
11414
11415 PR cli/1566. Problem found, and fix suggested by David Allan.
11416 * cli/cli-script.c (execute_control_command): Unconditionally
11417 install a cleanup. Default "ret" to "invalid_control". Use
11418 "break" instead of "return" to escape from the switch.
11419
11420 2004-02-24 J. Brobecker <brobecker@gnat.com>
11421
11422 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
11423 with the lines macro defined in term.h on AiX.
11424 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
11425 a collision with the label_width macro defined in term.h on AiX.
11426
11427 2004-02-23 David Mosberger <davidm@hpl.hp.com>
11428
11429 Committed by Kevin Buettner <kevinb@redhat.com>.
11430
11431 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
11432 * ia64-tdep.c (ia64_write_pc): Make it a global function.
11433 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
11434 instead of ia64_write_pc().
11435 * ia64-linux-tdep.c (regcache.h): Include.
11436 (ia64_linux_write_pc): New function.
11437
11438 2004-02-23 Roland McGrath <roland@redhat.com>
11439
11440 * auxv.c (info_auxv_command): Fix typos in error messages.
11441
11442 2004-02-23 Mark Kettenis <kettenis@gnu.org>
11443
11444 * x86-64-tdep.h: Tweak comment.
11445 (enum amd64_regnum): New.
11446 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
11447 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
11448 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
11449 (X86_64_XMM1_REGNUM): Removed.
11450 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
11451 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
11452 prototypes for renamed functions.
11453 * x86-64-tdep.c: Fix typo.
11454 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
11455 register numbers.
11456 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
11457 Use constants from `enum amd64_regnum' for register numbers.
11458 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
11459 (amd64_analyze_prologue, amd64_frame_cache,
11460 amd64_sigtramp_frame_cache): Use constants from `enum
11461 amd64_regnum' for register numbers.
11462 (amd64_supply_fpregset): Adjust for renamed functions.
11463 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
11464 `enum amd64_regnum' for register numbers.
11465 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
11466 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
11467 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
11468 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
11469 (amd64_linux_fill_gregset): Adjust for renamed macros.
11470 (fetch_core_registers): Adjust for renamed functions.
11471 (amd64_linux_init_abi): Adjust for renamed functions.
11472 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
11473 renamed functions.
11474 * amd64-nat.c: Adjust for renamed macros.
11475 * amd64bsd-nat.c (fetch_inferior_registers)
11476 (store_inferior_registers): Use constants from `enum amd64_regnum'
11477 for register numbers. Adjust for renamed variables.
11478 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
11479 renamed variables.
11480 (_initialize_amd64fbsd_nat): Use constants from `enum
11481 amd64_regnum' for register numbers.
11482 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
11483 `enum amd64_regnum' for register numbers.
11484 (amd64fbsd_init_abi): Adjust for renamed functions.
11485 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
11486 `enum amd64_regnum' for register numbers.
11487 (amd64nbsd_init_abi): Adjust for renamed functions.
11488 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
11489 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
11490 `enum amd64_regnum' for register numbers.
11491 (amd64obsd_init_abi): Adjust for renamed functions.
11492 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
11493
11494 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11495
11496 * breakpoint.c (print_one_breakpoint): Do not output spaces
11497 after printing <PENDING> for a pending breakpoint.
11498
11499 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11500
11501 * printcmd.c (print_scalar_formatted): Initialize val_long
11502 to remove compiler warning message.
11503
11504 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11505
11506 * defs.h (nquery, yquery): New prototypes.
11507 * breakpoint.c (break_command_1): Use new nquery interface.
11508 * utils.c (defaulted_query, nquery, yquery): New functions.
11509
11510 2004-02-23 Andrew Cagney <cagney@redhat.com>
11511
11512 * hppa-tdep.c (hppa_frame_align): New function.
11513 (hppa32_push_dummy_call): New function.
11514 (hppa64_push_dummy_call): New function.
11515 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
11516 disabled.
11517
11518 * infcall.c (legacy_push_dummy_code): Don't call deprecated
11519 FIX_CALL_DUMMY when push_dummy_call is available.
11520 (call_function_by_hand, push_dummy_code): Ditto.
11521
11522 2004-02-22 Andrew Cagney <cagney@redhat.com>
11523
11524 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
11525 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
11526 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
11527 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
11528 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
11529 call_dummy_location to ON_STACK.
11530
11531 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11532
11533 * x86-64-linux-tdep.c: Tweak comment.
11534 (amd64_linux_supply_gregset): Renamed from
11535 x86_64_linux_supply_gresget.
11536 (amd64_linux_fill_gregset): Renamed from
11537 x86_64_linux_fill_gregset.
11538 (fetch_core_registers): Adjust for renamed functions.
11539 (amd64_core_fns): Renamed from x86_64_core_fns.
11540 (amd64_linux_sigtramp_start): Renamed from
11541 x86_64_linux_sigtramp_start.
11542 (amd64_linux_pc_in_sigtramp): Renamed from
11543 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
11544 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
11545 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
11546 (amd64_linux_sigcontext_addr): Renamed from
11547 x86_64_linux_sigcontext_addr.
11548 (amd64_linux_sc_reg_offset): Renamed from
11549 x86_64_linux_sc_reg_offset.
11550 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
11551 Adjust for renamed functions and variables.
11552 (_initialize_amd64_linux_tdep): Renamed from
11553 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
11554 variables.
11555 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
11556 Adjust for renamed functions.
11557
11558 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
11559 from x86_64_linux_gregset64_reg_offset.
11560 (amd64_linux_gregset32_reg_offset): Rename from
11561 x86_64_linux_gregset64_reg_offset.
11562 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
11563 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
11564 (amd64_linux_dr_set_control): Renamed from
11565 x86_64_linux_dr_set_control. Adjust for renamed functions.
11566 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
11567 Adjust for renamed functions.
11568 (amd64_linux_dr_reset_addr): Renamed from
11569 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
11570 (amd64_linux_dr_get_status): Renamed from
11571 x86_64_linux_dr_get_status. Adjust for renamed functions.
11572 (_initialize_amd64_linux_nat): Renamed from
11573 _initialize_x86_64_linux_nat. Adjust for renamed variables and
11574 functions.
11575 * config/i386/nm-x86-64linux.h: Update copyright year.
11576 Adjust for renamed functions.
11577
11578 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
11579 amd64fbsd_sigtramp_start.
11580 (amd64fbsd_sigtramp_end_addr): Renamed from
11581 amd64fbsd_sigtramp_end.
11582 (amd64fbsd_init_abi): Adjust for renamed variables.
11583 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
11584 variables.
11585 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
11586 amd64fbsd_sigtramp_start.
11587 (amd64fbsd_sigtramp_end_addr): Renamed from
11588 amd64fbsd_sigtramp_end.
11589
11590 2004-02-22 Andrew Cagney <cagney@redhat.com>
11591
11592 * hppa-tdep.c (hppa32_return_value): New function.
11593 (hppa64_return_value): New function.
11594 (hppa_gdbarch_init): Set return_value; keep disabled.
11595
11596 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
11597 struct-return and inferior function call methods.
11598
11599 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
11600 "frame-base.h".
11601 (struct hppa_frame_cache): Define.
11602 (hppa_frame_cache, hppa_frame_this_id): New functions.
11603 (hppa_frame_prev_register): New function.
11604 (hppa_frame_unwind, hppa_frame_base): New variables.
11605 (hppa_frame_unwind_sniffer): New function.
11606 (hppa_frame_base_address, hppa_unwind_pc): New function.
11607 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
11608 sniffer, and frame base sniffer; keep disabled.
11609 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
11610 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
11611
11612 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
11613 to predicates for "seriously old code".
11614
11615 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
11616 runtime if(0).
11617
11618 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
11619 unsigned.
11620 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
11621
11622 * config/pa/tm-hppa.h: Update copyright.
11623 (DEPRECATED_INIT_FRAME_PC): Delete macro.
11624 (deprecated_init_frame_pc_default): Delete declaration.
11625 (hppa_frame_init_saved_regs): Delete declaration.
11626 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11627 * hppa-tdep.c: Include "arch-utils.h".
11628 (hppa_gdbarch_init): Set deprecated init_frame_pc
11629 and deprecated frame_init_saved_regs.
11630 (hppa_frame_init_saved_regs): Make static.
11631
11632 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11633
11634 Remove old 386BSD support.
11635 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
11636 * configure.host: Remove i[34567]86-*-bsd*.
11637 * configure.tgt: Remove i[34567]86-*-bsd*.
11638 * i386b-nat.c: Removed.
11639 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
11640 (i386b-nat.o): Remove dependencies.
11641
11642 * config/i386/i386bsd.mh: Removed.
11643 * config/i386/i386bsd.mt: Removed.
11644 * config/i386/nm-i386bsd.h: Removed.
11645 * config/i386/tm-i386bsd.h: Removed.
11646 * config/i386/xm-i386bsd.h: Removed.
11647
11648 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
11649
11650 * amd64fbsd-tdep.c: Include "solib-svr4.h".
11651 (amd64fbsd_init_abi): Set link map offsets.
11652 * amd64nbsd-tdep.c: Include "slib-svr4.h".
11653 (amd64nbsd_init_abi): Set link map offsets.
11654 * amd64obsd-tdep.c: Include "solib-svr4.h".
11655 (amd64obsd_init_abi): Set link map offsets.
11656 * i386fbsd-tdep.c: Include "solib-svr4.h".
11657 (i386fbsd_init_abi): Set link map offsets.
11658 * i386nbsd-tdep.c: Include "solib-svr4.h".
11659 (i386nbsdelf_init_abi): Set link map offsets.
11660 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
11661 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
11662 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
11663 solib-legacy.o and core-aout.o. Reformat.
11664 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
11665 solib-svr4.o, solib-legacy.o. Reformat.
11666 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
11667 * config/i386/nbsdelf.mh: Reformat.
11668 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
11669 solib-svr4.o, solib-legacy.o and corelow.o.
11670 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
11671 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
11672 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
11673 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11674 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11675 (TM_FILE): Set to tm-fbsd.h.
11676 * config/i386/nbsd.mt (TDEPFILES): Reformat.
11677 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
11678 solib-svr4.o.
11679 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
11680 solib-svr4.o.
11681 (TM_FILE): Set to nm-nbsd.h.
11682 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
11683 Simplify shared library support. Don't include "elf/common.h".
11684 (SVR4_SHARED_LIBS): Don't define.
11685 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
11686 "solib.h".
11687 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
11688 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
11689 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
11690 Don't include "i386/tm-i386.h". Include "solib.h".
11691 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
11692 Don't include "i386/tm-i386.h".
11693 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
11694 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
11695 Include "i386/xm-i386.h".
11696 (HOST_LONG_DOUBLE_FORMAT): Remove.
11697
11698 Fix OpenBSD/i386 sigtramp recognition.
11699 * i386-tdep.h: Update copyright year.
11700 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
11701 (i386bsd_sigtramp_end): New prototypes.
11702 (i386fbsd_sigtramp_start_addr): Renamed from
11703 i386fbsd_sigtramp_start.
11704 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11705 (i386obsd_sigtramp_start_addr): Renamed from
11706 i386obsd_sigtramp_start.
11707 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11708 * i386bsd-tdep.c: Update copyright year.
11709 (i386bsd_pc_in_sigtramp): Make public.
11710 * i386fbsd-nat.c: Update copyright year.
11711 (_initialize_i386fbsd_nat): Adjust for renamed variables.
11712 * i386fbsd-tdep.c: Update copyright year.
11713 (i386fbsd_sigtramp_start_addr): Renamed from
11714 i386fbsd_sigtramp_start.
11715 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11716 (i386fbsdaout_init_abi): Adjust for renamed variables.
11717 * i386obsd-nat.c: Update copyright year.
11718 (_initialize_i386obsd_nat): Adjust for renamed variables.
11719 * i386obsd-tdep.c: Include "target.h".
11720 (i386obsd_page_size): New variable.
11721 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
11722 (i386obsd_sigtramp_end): New functions.
11723 (i386obsd_sigtramp_start_addr): Renamed from
11724 i386obsd_sigtramp_start.
11725 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11726 (i386obsd_init_abi): Adjust for renamed variables. Set
11727 pc_in_sigtramp, sigtramp_start and sigtramp_end.
11728 * Makefile.in (i386obsd-tdep.o): Update dependencies.
11729
11730 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
11731 trampoline change in OpenBSD kernel.
11732
11733 * amd64-nat.c: Update copyright year.
11734 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
11735 architecture from REGCACHE.
11736
11737 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
11738 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
11739
11740 2004-02-21 Mark Kettenis <kettenis@gnu.org>
11741
11742 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
11743 i[34567]86-*-openbsd3.[0-3].
11744 * config/i386/obsdaout.mh: New file.
11745
11746 * config/i386/obsd.mh (MH_FLAGS): Remove.
11747
11748 Fix PR build/1549.
11749 * i386obsd-tdep.c: Update copyright years. Include
11750 "solib-svr4.h".
11751 (i386obsd_init_abi): Don't set regset_from_core_section here.
11752 (i386obsd_aout_init_abi): New function. Set
11753 regset_from_core_section here.
11754 (i386obsd_elf_init_abi): New function.
11755 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
11756 * Makefile.in (i386obsd-tdep.o): Update dependecies.
11757 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
11758 (TM_FILE): Set to tm-nbsd.h.
11759
11760 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
11761 solib-sunos.o.
11762
11763 * solib-svr4.h: Update copyright year.
11764 (svr4_ilp32_fetch_link_map_offsets)
11765 (svr4_lp64_fetch_link_map_offsets): New prototype.
11766 * solib-svr4.c: Update copyright year.
11767 (svr4_ilp32_fetch_link_map_offsets)
11768 (svr4_lp64_fetch_link_map_offsets): New function.
11769
11770 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
11771
11772 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11773 to the partial symbol table.
11774
11775 2004-02-20 J. brobecker <brobecker@gnat.com>
11776
11777 * PROBLEMS: Add description of problem documented under gdb/1560.
11778
11779 2004-02-20 Mark Kettenis <kettenis@gnu.org>
11780
11781 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
11782 comments.
11783 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
11784 functions.
11785 (amd64obsd_init_abi): Reorder initializations. Use
11786 amd64obsd_r_reg_offset to initialize the general-purpose register
11787 set details. Set regset_from_core_section.
11788 (_initialize_amd64obsd_tdep): Rename from
11789 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
11790 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11791 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11792
11793 * NEWS (New native configurations): Mention OpenBSD/alpha.
11794 * configure.tgt: Add alpha*-*-openbsd*.
11795 * configure.host: Add alpha*-*-openbsd*.
11796 * alphanbsd-tdep.c: Update copyright year.
11797 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11798
11799 2004-02-20 Andrew Cagney <cagney@redhat.com>
11800
11801 Fix PR tdep/1372.
11802 * configure.tgt: Delete target "none-*-*".
11803 * configure.host: Delete host "none-*-*".
11804 * config/none/none.mh: Delete file.
11805 * config/none/none.mt: Delete file.
11806 * config/none/xm-none.h: Delete file.
11807 * config/none/tm-none.h: Delete file.
11808 * config/none/nm-none.h: Delete file.
11809
11810 2004-02-19 Fred Fish <fnf@redhat.com>
11811
11812 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11813 cache->uses_fp prior to setting it.
11814
11815 2004-02-19 Fred Fish <fnf@redhat.com>
11816
11817 Fix for PR breakpoint/1558.
11818 * sh-tdep.c (IS_JSR): New macro.
11819 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11820
11821 2004-02-19 Jim Blandy <jimb@redhat.com>
11822
11823 * findvar.c (value_from_register): Doc fix.
11824
11825 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
11826
11827 * printcmd.c (print_scalar_formatted): Do not check for sizeof
11828 type being greater than sizeof of host's LONGEST. Always use
11829 unpack_long() unless format 'f' chosen.
11830
11831 2004-02-19 Joel Brobecker <brobecker@gnat.com>
11832
11833 Committed by Elena Zannoni <ezannoni@redhat.com>
11834
11835 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11836 contains a symbol wich is the best, non-exact match for the given
11837 pc. Update comments.
11838
11839 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
11840
11841 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11842 macro, which was part of the now removed Mach 3 port.
11843 * utils.c (request_quit): Ditto.
11844
11845 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11846
11847 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11848 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11849
11850 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11851
11852 Committed by Mark Kettenis <kettenis@gnu.org>.
11853
11854 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11855 Define.
11856
11857 2004-02-18 Andrew Cagney <cagney@redhat.com>
11858
11859 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11860 CONFIG_INSTALL and CONFIG_UNINSTALL.
11861 * configure: Re-generate.
11862 * interps.h (INTERP_TUI): Define.
11863 * Makefile.in: Update dependencies.
11864 (TUI): New macro.
11865 (tui-main.o): Specify dependencies.
11866 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11867 * tui/tui-main.c: New file.
11868
11869 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11870
11871 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11872 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11873 dependencies.
11874 * configure.host: Add x86_64-*-openbsd*.
11875 * configure.tgt: Add x86_64-*-openbsd*.
11876 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11877
11878 * tui/tui.c: Don't include <malloc.h>.
11879
11880 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11881 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11882 amd64nbsd-tdep.c.
11883
11884 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
11885 static. Remove extraneous whitespace.
11886 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11887 static.
11888
11889 2004-02-17 Jim Blandy <jimb@redhat.com>
11890
11891 * findvar.c (value_from_register): Doc fix.
11892
11893 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11894
11895 Committed by Jim Blandy <jimb@redhat.com>.
11896
11897 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
11898 CORE_ADDR as type for selectors. Correct types for GNU run time
11899 message lookup function to use double indirection.
11900 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11901 * objc-lang.h (lookup_child_selector): Adapt prototype.
11902
11903 * s390-nat.c (SUBOFF): New macro.
11904 (supply_gregset, fill_gregset): Use it to handle debugging
11905 of 32-bit exectuables running under a 64-bit kernel.
11906 * s390-tdep.c: Include "solib-svr4.h".
11907 (s390_svr4_fetch_link_map_offset): New function.
11908 (s390x_svr_fetch_link_map_offset): Likewise.
11909 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11910 * Makefile.in (s390-tdep.o): Update dependencies.
11911
11912 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11913 "frame-unwind.h".
11914 (s390_readinstruction): Reformat. Use read_memory_nobpt.
11915 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11916 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11917 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11918 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11919 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
11920 S390_SIGNAL_FRAMESIZE,
11921 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11922 (struct frame_extra_info): Remove.
11923 (s390_memset_extra_info): Remove.
11924 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11925 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11926 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
11927 (is_rse): Renamed to ...
11928 (is_rsy): ... this. Support long displacements.
11929 (is_rxe): Renamed to ...
11930 (is_rxy): ... this. Support long displacements.
11931 (compute_x_addr): Support long displacements.
11932 (struct s390_prologue_data): New data type.
11933 (s390_on_stack): Change API to use struct s390_prologue_data.
11934 (s390_store): Reimplement.
11935 (s390_load): New function.
11936 (s390_get_signal_frame_info): Remove.
11937 (s390_get_frame_info): Remove, replace by ...
11938 (s390_analyze_prolog): ... this new function.
11939 (s390_check_function_end): Remove.
11940 (s390_function_start): Remove.
11941 (s390_frameless_function_invokation): Remove.
11942 (s390_is_sigreturn): Remove.
11943 (s390_init_frame_pc_first): Remove.
11944 (s390_init_frame_extra_info): Remove.
11945 (s390_frame_init_saved_regs): Remove.
11946 (s390_frame_saved_pc_nofix): Remove.
11947 (s390_frame_saved_pc): Remove.
11948 (s390_frame_chain): Remove.
11949 (s390_fp_regnum, s390_read_fp): Remove.
11950 (s390_pop_frame_regular, s390_pop_frame): Remove.
11951 (s390_saved_pc_after_call): Remove.
11952 (s390_skip_prologue): Reimplement.
11953 (s390_in_function_epilogue_p): Support long displacements.
11954 (struct s390_unwind_cache): New data structure.
11955 (s390_frame_unwind_cache): New function.
11956 (s390_prologue_frame_unwind_cache): Likewise.
11957 (s390_backchain_frame_unwind_cache): Likewise.
11958 (s390_frame_this_id, s390_frame_prev_register): Likewise.
11959 (s390_frame_unwind): Define.
11960 (s390_frame_sniffer): New function.
11961 (struct s390_pltstub_unwind_cache): New data structure.
11962 (s390_pltstub_frame_unwind_cache): New function.
11963 (s390_pltstub_frame_this_id): Likewise.
11964 (s390_pltstub_frame_prev_register): Likewise.
11965 (s390_pltstub_frame_unwind): Define.
11966 (s390_pltstub_frame_sniffer): New function.
11967 (struct s390_sigtramp_unwind_cache): New data structure.
11968 (s390_sigtramp_frame_unwind_cache): New function.
11969 (s390_sigtramp_frame_this_id): Likewise.
11970 (s390_sigtramp_frame_prev_register): Likewise.
11971 (s390_sigtramp_frame_unwind): Define.
11972 (s390_sigtramp_frame_sniffer): New function.
11973 (s390_frame_base_address, s390_local_base_address): New functions.
11974 (s390_frame_base): Define.
11975 (s390_unwind_pc, s390_unwind_sp): New function.
11976 (s390_push_dummy_call): Use new frame base location.
11977 (s390_unwind_dummy_id): Likewise.
11978 (s390_gdbarch_init): Remove calls to:
11979 set_gdbarch_frameless_function_invocation,
11980 set_gdbarch_deprecated_init_frame_pc,
11981 set_gdbarch_deprecated_frame_chain,
11982 set_gdbarch_deprecated_frame_init_saved_regs,
11983 set_gdbarch_deprecated_pop_frame,
11984 set_gdbarch_deprecated_init_extra_frame_info,
11985 set_gdbarch_deprecated_init_frame_pc_first,
11986 set_gdbarch_deprecated_target_read_fp,
11987 set_gdbarch_deprecated_frame_saved_pc,
11988 set_gdbarch_deprecated_saved_pc_after_call,
11989 set_gdbarch_deprecated_fp_regnum.
11990 Add calls to:
11991 set_gdbarch_in_solib_call_trampoline,
11992 frame_unwind_append_sniffer,
11993 frame_base_set_default,
11994 set_gdbarch_unwind_pc,
11995 set_gdbarch_unwind_sp.
11996 * Makefile.in (s390-tdep.o): Update dependencies.
11997
11998 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11999 (S390_STACK_FRAME_OVERHEAD): Remove.
12000 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
12001 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
12002 (s390_promote_integer_argument): Remove.
12003 (s390_cannot_extract_struct_value_address): Remove.
12004 (s390_use_struct_convention, s390_store_struct_return): Remove.
12005 (s390_extract_return_value, s390_store_return_value): Remove.
12006 (s390_return_value_convention, s390_return_value): New functions.
12007 (is_float_singleton): Handle typedefs.
12008 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
12009 Remove, replace by ...
12010 (s390_function_arg_pass_by_reference, s390_function_arg_float,
12011 s390_function_arg_integer): ... these new functions.
12012 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
12013 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
12014 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
12015 Fill in tdep->abi.
12016 Remove calls to:
12017 set_gdbarch_deprecated_store_struct_return,
12018 set_gdbarch_deprecated_extract_return_value,
12019 set_gdbarch_deprecated_store_return_value,
12020 set_gdbarch_use_struct_convention,
12021 set_gdbarch_extract_struct_value_address,
12022 set_gdbarch_deprecated_pc_in_call_dummy,
12023 set_gdbarch_deprecated_push_arguments,
12024 set_gdbarch_deprecated_save_dummy_frame_tos,
12025 set_gdbarch_deprecated_push_return_address,
12026 set_gdbarch_deprecated_sizeof_call_dummy_words,
12027 set_gdbarch_deprecated_call_dummy_words,
12028 set_gdbarch_deprecated_dummy_write_sp.
12029 Add calls to:
12030 set_gdbarch_push_dummy_call,
12031 set_gdbarch_unwind_dummy_id,
12032 set_gdbarch_return_value.
12033
12034 * config/s390/nm-linux.h: Update comments.
12035 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
12036 (STOPPED_BY_WATCHPOINT): Redefine.
12037 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
12038 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
12039 (s390_stopped_by_watchpoint): Likewise.
12040 (watch_area_cnt): Remove.
12041 * s390-nat.c: Update comments.
12042 (watch_area): Remove typedef.
12043 Global replace watch_area by struct watch_area.
12044 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
12045 (s390_stopped_by_watchpoint): Remove pid argument,
12046 use s390_inferior_tid. Add short-cut for the no watchpoint case.
12047 (s390_fix_watch_points): Remove pid argument,
12048 use s390_inferior_tid. Recompute area spanned by watchpoints.
12049 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
12050 argument. Reimplement.
12051
12052 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
12053 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
12054 (FETCH_INFERIOR_REGISTERS): Define.
12055 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
12056 core-regset.o.
12057 * config/s390/s390x.mt: Remove.
12058 * config/s390/tm-s390.h: Remove.
12059 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
12060 (TARGET_ELF64): Remove.
12061 (SKIP_TRAMPOLINE_CODE): Do not undefine.
12062 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
12063 s390*-*-* case; always set gdb_target to s390.
12064 * regformats/reg-s390.dat: Remove control registers.
12065 * regformats/reg-s390x.dat: Likewise.
12066 * s390-tdep.h: New file.
12067 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
12068 Include "inferior.h" and "s390-tdep.h".
12069 Remove private definition of offsetof.
12070 (s390_register_u_addr): Remove.
12071 (regmap_gregset, regmap_fpregset): Define.
12072 (supply_gregset, fill_gregset): Reimplement.
12073 (supply_fpregset, fill_fpregset): Likewise.
12074 (s390_inferior_tid): New function.
12075 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
12076 (fetch_inferior_registers, store_inferior_registers): Likewise.
12077 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
12078 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
12079 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
12080 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
12081 (struct gdbarch_tdep): Define.
12082 (struct s390_register_info): Define.
12083 (s390_register_info): New variable.
12084 (s390_register_name): Reimplement.
12085 (s390_register_type): New function.
12086 (s390_register_raw_size, s390x_register_raw_size): Remove.
12087 (s390_cannot_fetch_register): Remove.
12088 (s390_register_byte): Remove.
12089 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
12090 (s390_dwarf_regmap): New variable.
12091 (s390_dwarf_reg_to_regnum): New function.
12092 (s390_stab_reg_to_regnum): Remove.
12093 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
12094 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
12095 (s390_convert_register_p): Likewise.
12096 (s390_register_to_value, s390_value_to_register): Likewise.
12097 (s390_register_reggroup_p): Likewise.
12098 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
12099 s390_gregset, s390x_gregset, s390_fpregset): New variables.
12100 (s390_supply_regset, s390_regset_from_core_section): New functions.
12101 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
12102 (S390_FPR_SIZE): Likewise.
12103 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
12104 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
12105 (S390_NUM_GPRS): Move here from tm-s390.h.
12106 (S390_NUM_FPRS): Likewise.
12107 (s390_in_function_epilogue_p): New function.
12108 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
12109 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
12110 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
12111 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
12112 Replace S390_FP_REGNUM by S390_SP_REGNUM.
12113 Remove calls to:
12114 set_gdbarch_deprecated_max_register_raw_size,
12115 set_gdbarch_deprecated_max_register_virtual_size,
12116 set_gdbarch_deprecated_register_byte,
12117 set_gdbarch_cannot_fetch_register,
12118 set_gdbarch_cannot_store_register,
12119 set_gdbarch_deprecated_register_size,
12120 set_gdbarch_deprecated_register_raw_size,
12121 set_gdbarch_deprecated_register_virtual_size,
12122 set_gdbarch_deprecated_register_virtual_type,
12123 set_gdbarch_deprecated_register_bytes.
12124 Add calls to:
12125 set_gdbarch_num_pseudo_regs,
12126 set_gdbarch_register_type,
12127 set_gdbarch_convert_register_p,
12128 set_gdbarch_register_to_value,
12129 set_gdbarch_value_to_register,
12130 set_gdbarch_register_reggroup_p,
12131 set_gdbarch_regset_from_core_section,
12132 set_gdbarch_pseudo_register_read,
12133 set_gdbarch_pseudo_register_write,
12134 set_gdbarch_in_function_epilogue_p.
12135 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
12136 (s390_tdep_h): New variable.
12137
12138 2004-02-17 Jim Blandy <jimb@redhat.com>
12139
12140 * findvar.c (value_from_register): If the type has no length, just
12141 return an acceptable value --- don't report an internal error.
12142
12143 * stabsread.c (read_type): If we find any type numbers that are
12144 forward references, complain if the references aren't resolved by
12145 the time we're finished reading.
12146 (cleanup_undefined_types): Make error message more appropriate for
12147 a complaint.
12148
12149 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12150
12151 * Makefile.in (defs_h): Remove dependency on progress_h.
12152 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
12153 progress.h.
12154 * main.c (captured_main): Delete use of START_PROGRESS and
12155 END_PROGRESS.
12156
12157 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12158
12159 * objfiles.c (terminate_minimal_symbol_table): Add back
12160 initialization of MSYMBOL_TYPE.
12161
12162 2004-02-17 David Mosberger <davidm@hpl.hp.com>
12163
12164 Committed by Andrew Cagney.
12165 * Makefile.in (ia64_tdep_h): New macro.
12166 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
12167 (ia64-tdep.o): Likewise.
12168 * ia64-tdep.h: New file.
12169 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
12170 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
12171 (ia64_aix_sigcontext_register_address): Likewise.
12172 (ia64_linux_getunwind_table): Delete declaration.
12173 * ia64-linux-tdep.c: Likewise.
12174
12175 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
12176
12177 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
12178 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
12179 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
12180
12181 2004-02-17 Andrew Cagney <cagney@redhat.com>
12182
12183 * symtab.c (skip_prologue_using_sal): New function.
12184 * symtab.h (skip_prologue_using_sal): Declare.
12185 * frv-tdep.c: Include "symtab.h".
12186 (skip_prologue_using_sal): Delete function.
12187 * mips-tdep.c (skip_prologue_using_sal): Delete function.
12188 * rs6000-tdep.c (refine_prologue_limit): Mention
12189 skip_prologue_using_sal.
12190 * ia64-tdep.c (refine_prologue_limit): Ditto.
12191 * Makefile.in: Update dependencies.
12192
12193 2004-02-16 Andrew Cagney <cagney@redhat.com>
12194
12195 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
12196 START_INFERIOR_TRAPS_EXPECTED.
12197 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
12198 START_INFERIOR_TRAPS_EXPECTED.
12199 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
12200 Delete macro.
12201 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
12202 macro, moved to "nm-osf.h". Update copyright.
12203 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
12204 update copyright.
12205
12206 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
12207 and function replacing FRAMELESS_FUNCTION_INVOCATION.
12208 * blockframe.c (legacy_frameless_look_for_prologue): Rename
12209 frameless_look_for_prologue.
12210 * frame.h (legacy_frameless_look_for_prologue): Rename
12211 frameless_look_for_prologue.
12212 * gdbarch.h, gdbarch.c: Re-generate.
12213 * sh64-tdep.c (sh64_gdbarch_init): Update.
12214 * sh-tdep.c (sh_gdbarch_init): Update.
12215 * s390-tdep.c (s390_gdbarch_init): Update.
12216 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12217 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12218 * m68k-tdep.c (m68k_gdbarch_init): Update.
12219 (delta68_frame_args_address): Update.
12220 * m32r-tdep.c (m32r_gdbarch_init): Update.
12221 * hppa-tdep.c (hppa_gdbarch_init): Update.
12222 * h8300-tdep.c (h8300_gdbarch_init): Update.
12223 * frv-tdep.c (frv_gdbarch_init): Update.
12224 (frv_frameless_function_invocation): Update.
12225 * cris-tdep.c (cris_gdbarch_init): Update.
12226 (cris_frameless_function_invocation): Update.
12227 * avr-tdep.c (avr_gdbarch_init): Update.
12228 * arm-tdep.c (arm_gdbarch_init): Update.
12229 * stack.c (frame_info): Update, call predicate.
12230 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
12231 * frame.c (legacy_get_prev_frame): Update, call predicate..
12232 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
12233 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
12234 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
12235 invocation.
12236 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12237 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12238 * vax-tdep.c (vax_gdbarch_init): Ditto.
12239
12240 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
12241 function.
12242
12243 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
12244
12245 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
12246 initializations.
12247
12248 2004-02-16 Andrew Cagney <cagney@redhat.com>
12249
12250 * tui/tui-windata.c: Include "gdb_string.h".
12251 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
12252 * tui/tui-layout.c, tui/tui-command.c: Ditto.
12253 * Makefile.in: Update dependencies.
12254
12255 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
12256
12257 * Makefile.in (infrun.o): Add $(gdb_assert_h).
12258 * infrun.c: Include "gdb_assert.h".
12259 (singlestep_ptid, saved_singlestep_ptid)
12260 (stepping_past_singlestep_breakpoint): New variables.
12261 (resume): Set singlestep_ptid. Check for singlestep thread
12262 hop.
12263 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
12264 (handle_inferior_event): Handle singlestep thread hop.
12265
12266 2004-02-16 Andrew Cagney <cagney@redhat.com>
12267
12268 * dwarf2-frame.c (dwarf2_frame_ops): New function.
12269 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
12270 (dwarf2_frame_init_reg): Ditto.
12271
12272 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
12273 suggested by Joshua Neuheisel
12274
12275 * configure.in: Always check for curses, including pdcurses.
12276 Warn, instead of error, when no curses are found. Enable TUI when
12277 curses is available.
12278 * configure: Re-generate.
12279
12280 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
12281
12282 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
12283 sh_sh4_register_convert_to_virtual.
12284 (sh_register_convert_to_raw): Rename from
12285 sh_sh4_register_convert_to_raw.
12286 (sh_pseudo_register_read): Accomodate above name change.
12287 (sh_pseudo_register_write): Ditto.
12288
12289 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
12290
12291 * sh-tdep.c (sh_generic_register_name): Remove.
12292 (sh_gdbarch_init): Use sh_sh_register_name in default case.
12293
12294 2004-02-15 Andrew Cagney <cagney@redhat.com>
12295
12296 * configure.in (build_warnings): Add -Wunused-function.
12297 * configure: Re-generate.
12298
12299 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
12300 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
12301
12302 * procfs.c (procfs_init_inferior): Assume that
12303 START_INFERIOR_TRAPS_EXPECTED is defined.
12304 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
12305 * config/ns32k/tm-nbsd.h: Delete file,
12306 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
12307
12308 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
12309 * config/vax/tm-vax.h: Delete file.
12310
12311 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12312 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12313 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12314 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12315 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
12316 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12317 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
12318
12319 2004-02-15 Mark Kettenis <kettenis@gnu.org>
12320
12321 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
12322 * dwarf2-frame.c (dwarf2_frame_data): New variable.
12323 (struct dwarf2_frame_ops): New.
12324 (dwarf2_frame_default_init_reg): New function, based on
12325 dwarf2_frame_init_reg.
12326 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
12327 (dwarf2_frame_init_reg): Call architecture-specific function.
12328 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
12329 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
12330 instead of dwarf2_frame_data.
12331 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
12332 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
12333
12334 2004-02-15 Andrew Cagney <cagney@redhat.com>
12335
12336 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
12337 register_gdbarch_swap.
12338 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
12339 * f-lang.c (_initialize_f_language): Update, use
12340 DEPRECATED_REGISTER_GDBARCH_SWAP.
12341 * remote.c (_initialize_remote): Ditto.
12342 * regcache.c (_initialize_regcache): Ditto.
12343 * parse.c (_initialize_parse): Ditto.
12344 * infrun.c (_initialize_infrun): Ditto.
12345 * mi/mi-main.c (_initialize_mi_main): Ditto.
12346 * gdbtypes.c (_initialize_gdbtypes): Ditto.
12347
12348 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
12349 poking .cacheable directly.
12350 * symfile.c (symfile_bfd_open): Ditto.
12351
12352 * Makefile.in: Update all dependencies.
12353
12354 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
12355 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
12356 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
12357 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
12358 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
12359
12360 2004-02-14 Andrew Cagney <cagney@redhat.com>
12361
12362 * arch-utils.c (legacy_convert_register_p): Check
12363 DEPRECATED_REGISTER_CONVERTIBLE_P.
12364 * findvar.c (value_of_register): Ditto.
12365
12366 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
12367 * gdbarch.h, gdbarch.c: Re-generate.
12368 * arch-utils.c (deprecated_register_convertible_not): Delete.
12369 * arch-utils.h (deprecated_register_convertible_not): Delete.
12370 * mi/mi-main.c (get_register): Update. Update copyright.
12371 * infcmd.c (default_print_registers_info): Update.
12372
12373 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
12374 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
12375 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
12376 * gdbarch.h, gdbarch.c: Re-generate.
12377 * frame.c (deprecated_get_next_frame_hack): Delete function.
12378 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
12379 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
12380 Update.
12381 * infcall.c (call_function_by_hand): Update.
12382
12383 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
12384
12385 * symfile.c (init_entry_point_info, entry_point_address): Move
12386 from here...
12387 * objfiles.c (init_entry_point_info, entry_point_address):..to
12388 here.
12389 * symfile.h (init_entry_point_info, entry_point_address): Remove
12390 prototypes.
12391 * objfiles.h (init_entry_point_info, entry_point_address):Add
12392 prototypes.
12393 * cris-tdep.c: Remove include of symfile.h. Add include of
12394 objfiles.h.
12395 * infcall.c: Ditto.
12396 * mcore-tdep.c: Ditto.
12397 * mn10300-tdep.c: Ditto.
12398 * sh64-tdep.c: Ditto.
12399 * v850-tdep.c: Ditto.
12400 * arm-tdep.c: Remove include of symfile.h.
12401 * blockframe.c: Ditto.
12402 * coffread.c: Ditto.
12403 * dbxread.c: Ditto.
12404 * dwarf2read.c: Ditto.
12405 * dwarfread.c: Ditto.
12406 * frv-tdep.c: Ditto.
12407 * ia64-tdep.c: Ditto.
12408 * mdebugread.c: Ditto.
12409 * mipsread.c: Ditto.
12410 * rs6000-tdep.c: Ditto.
12411 * s390-tdep.c: Ditto.
12412 * sh-tdep.c: Ditto.
12413 * xstormy16-tdep.c: Ditto.
12414 * gdbarch.sh: Remove include of symfile.h.
12415 * gdbarch.c: Regenerate.
12416 * solib-irix.c (enable_break): Use entry_point_address().
12417 Add comment about include file.
12418 * xcoffread.c: Add comment about include file.
12419 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
12420 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
12421 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
12422 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
12423 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
12424
12425 2004-02-13 Andrew Cagney <cagney@redhat.com>
12426
12427 * corelow.c (core_xfer_partial): Use "struct bfd_section".
12428 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
12429 copyright.
12430 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
12431
12432 2004-02-12 Fred Fish <fnf@redhat.com>
12433
12434 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
12435 set_gdbarch_store_return_value.
12436
12437 2004-02-12 Andrew Cagney <cagney@redhat.com>
12438
12439 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
12440 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
12441 (interrupt_query): Ditto.
12442 (ofunc): Delete unused variable.
12443 * cris-tdep.c (cris_abi): Delete unused function.
12444 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
12445 (cris_get_wide_opcode, cris_get_short_size): Ditto.
12446 (cris_get_asr_quick_shift_steps): Ditto.
12447 (cris_skip_prologue_frameless_p): Ditto.
12448 * arm-tdep.c (arm_push_return_address): Delete unused function.
12449 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
12450 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
12451 * s390-tdep.c (s390_function_start): Delete unused function.
12452
12453 2004-02-12 Andrew Cagney <cagney@redhat.com>
12454
12455 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
12456 gdbarch.h, gdbarch.c: Re-generate.
12457 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
12458 to generic_prologue_frameless_p.
12459 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
12460 * arch-utils.c (generic_prologue_frameless_p): Delete function.
12461
12462 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
12463
12464 * mips-linux-tdep.c: Include "frame.h".
12465 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
12466 (mips_linux_skip_resolver): New functions.
12467 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
12468 and set_gdbarch_in_solib_call_trampoline.
12469 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
12470 to after set_gdbarch_in_solib_return_trampoline. Only set the
12471 solib hooks to mips16 functions if the OS ABI is unknown.
12472 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
12473 including "config/tm-linux.h".
12474 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
12475 * Makefile.in (mips-linux-tdep.o): Update.
12476
12477 2004-02-11 David Carlton <carlton@kealia.com>
12478
12479 * linespec.c (decode_compound): Only look for a class symbol when
12480 considering all but the rightmost component.
12481
12482 2004-02-11 Andrew Cagney <cagney@redhat.com>
12483
12484 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
12485 abi code are are separatly grouped.
12486
12487 2004-02-11 Andrew Cagney <cagney@redhat.com>
12488
12489 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
12490 * gdbarch.h, gdbarch.c: Re-generate.
12491 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12492 * v850-tdep.c (v850_gdbarch_init): Update.
12493 * sh64-tdep.c (sh64_gdbarch_init): Update.
12494 * sh-tdep.c (sh_gdbarch_init): Update.
12495 * s390-tdep.c (s390_gdbarch_init): Update.
12496 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12497 * mips-tdep.c (mips_gdbarch_init): Update.
12498 * mcore-tdep.c (mcore_gdbarch_init): Update.
12499 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12500 * m32r-tdep.c (m32r_gdbarch_init): Update.
12501 * ia64-tdep.c (ia64_gdbarch_init): Update.
12502 * hppa-tdep.c (hppa_gdbarch_init): Update.
12503 * h8300-tdep.c (h8300_gdbarch_init): Update.
12504 * frv-tdep.c (frv_gdbarch_init): Update.
12505 * d10v-tdep.c (d10v_gdbarch_init): Update.
12506 * cris-tdep.c (cris_gdbarch_init): Update.
12507 * avr-tdep.c (avr_gdbarch_init): Update.
12508 * arm-tdep.c (arm_gdbarch_init): Update.
12509 * alpha-tdep.c (alpha_gdbarch_init): Update.
12510
12511 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
12512
12513 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
12514 comma.
12515 (sh_sh4al_dsp_register_name): Ditto.
12516
12517 2004-02-10 Andrew Cagney <cagney@redhat.com>
12518
12519 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
12520 (mips_init_frame_pc_first): Delete function.
12521 (mips_frame_saved_pc): Delete function.
12522 (mips_frame_chain): Delete function.
12523 (mips_init_extra_frame_info): Delete function.
12524 (mips_xfer_register): Delete unused variable "reg".
12525 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
12526 (mips_n32n64_return_value): Delete unused variable "reg".
12527 (mips_n32n64_return_value): Delete unused variable "pos".
12528 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
12529 (mips_o32_return_value): Delete unused variable "pos".
12530 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
12531 (mips_print_fp_register): Delete unused variable "namelen"
12532 (mips_print_fp_register): Delete unused variable "flt2"
12533 (get_frame_pointer): Delete function.
12534 (cached_proc_desc): Delete static variable.
12535 (mips_pop_frame): Delete function.
12536 (mips_find_saved_regs): Delete function.
12537 (mips_get_saved_register): Delete function.
12538 (mips_saved_pc_after_call): Delete function.
12539 (SIGFRAME_BASE): Delete macro.
12540 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
12541 (SIGFRAME_PC_OFF): Delete macro.
12542 (SIGFRAME_REGSAVE_OFF): Delete macro.
12543 (mips_dump_tdep): Do not print deleted macro definitions.
12544
12545 2004-02-10 Andrew Cagney <cagney@redhat.com>
12546
12547 * Makefile.in (SFILES): Remove explictly listed tui files.
12548 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
12549
12550 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
12551
12552 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
12553 to use paddr functions to format ia64 addresses and long values.
12554 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
12555 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
12556 (get_kernel_table, ia64_find_proc_info_x): Ditto.
12557 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
12558 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
12559
12560 2004-02-10 Andrew Cagney <cagney@redhat.com>
12561
12562 * defs.h: Do not include "tui.h".
12563 * gdb_curses.h: New file.
12564 * tui/tui-hooks.h: New file.
12565 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
12566 (tui_install_hooks, tui_remove_hooks): Delete declarations.
12567 (tui_initialize_io): Delete declaration.
12568 (tui_initialize_readline: Delete redundant declaration.
12569 (struct tui_point): Delete definition.
12570 * tui/tui-data.h (struct tui_point): Define.
12571 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
12572 * utils.c: Include "tui/tui.h".
12573 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
12574 * printcmd.c [TUI]: Include "tui/tui.h".
12575 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
12576 * tui/tui-command.c: Include "gdb_curses.h".
12577 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
12578 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
12579 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
12580 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
12581 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
12582 * Makefile.in: Update all dependencies.
12583 (tui_hooks_h, gdb_curses_h): Define.
12584 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
12585
12586 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
12587
12588 * objfiles.h (struct objfile): Remove unused fields auxf1 and
12589 auxf2. Add comments about some other rarely used fields.
12590
12591 2004-02-10 Andrew Cagney <cagney@redhat.com>
12592
12593 * Makefile.in (init.c): Fix script removing duplicates. Problem
12594 reported by Peter Schauer.
12595
12596 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
12597
12598 * bcache.c (bcache_xmalloc): Use obstack_init instead of
12599 obstack_specify_allocation.
12600 * objfiles.c (allocate_objfile): Ditto.
12601 * solib-sunos.c (solib_add_common_symbols)
12602 (allocate_rt_common_objfile): Ditto.
12603 * symfile.c (reread_symbols): Ditto.
12604 * gdb_obstack.h: Add comment.
12605
12606 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
12607
12608 * linespec.c (decode_line_1, locate_first_half)
12609 (decode_compound, lookup_prefix_sym): Update comments. Delete old
12610 commented out code.
12611
12612 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
12613
12614 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
12615 obstack_free.
12616
12617 2004-02-09 Andrew Cagney <cagney@redhat.com>
12618
12619 * blockframe.c (find_pc_partial_function): If find_pc_overlay
12620 fails, try find_pc_section. Fix PR c++/1267.
12621 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
12622 instead of find_pc_mapped_section.
12623 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
12624 not default to the section containing PC. Fix PR symtab/1519.
12625
12626 2004-02-09 Andrew Cagney <cagney@redhat.com>
12627
12628 * Makefile.in (mips-tdep.o): Update dependencies.
12629 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
12630 "trad-frame.h".
12631 (mips_unwind_pc): Return the pseudo PC register.
12632 (mips_unwind_dummy_id): New function.
12633 (mips16_fetch_instruction): New function.
12634 (mips32_fetch_instruction): New function.
12635 (struct mips_frame_cache): Define.
12636 (mips_mdebug_frame_cache): New function.
12637 (mips_mdebug_frame_this_id): New function.
12638 (mips_mdebug_frame_prev_register): New function.
12639 (mips_mdebug_frame_unwind): Define.
12640 (mips_mdebug_frame_sniffer): New function.
12641 (mips_mdebug_frame_base_address): New function.
12642 (mips_mdebug_frame_base): Define.
12643 (mips_mdebug_frame_base_sniffer): New function.
12644 (mips_gdbarch_init): Append unwind and base sniffers. Set
12645 unwind_dummy_id.
12646
12647 2004-02-08 Andrew Cagney <cagney@redhat.com>
12648
12649 * frame.c: Print both the register number and name.
12650
12651 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
12652 and a sed into a single sed. Make .c and .o patterns more robust.
12653 (OBS): Delete.
12654 (INIT_FILES): Replace OBS with COMMON_OBS.
12655 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
12656
12657 2004-02-08 Mark Kettenis <kettenis@gnu.org>
12658
12659 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
12660 the PT_WCOOKIE request.
12661
12662 2004-02-08 Andrew Cagney <cagney@redhat.com>
12663
12664 * mips-tdep.c (mips_unwind_pc): New function.
12665 (mips_gdbarch_init): Set mips_unwind_pc.
12666
12667 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
12668 (get_frame_id): Allow the UNKNOWN_FRAME.
12669 (frame_register_unwind, get_frame_type): Ditto.
12670
12671 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
12672 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
12673 unwind_dummy_id indicates a legacy frame.
12674
12675 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
12676 * configure: Re-generate.
12677
12678 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
12679 methods.
12680
12681 2004-02-08 Andrew Cagney <cagney@redhat.com>
12682
12683 * configure.in (CONFIG_ALL): Set to Makefile target, and not
12684 makefile macro.
12685 * configure: Re-generate.
12686 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
12687 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
12688 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
12689 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
12690 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
12691 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
12692 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
12693 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
12694 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
12695 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
12696
12697 2004-02-07 Andrew Cagney <cagney@redhat.com>
12698
12699 * Makefile.in: Update all dependencies.
12700
12701 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
12702 * configure: Re-generate.
12703 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
12704 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
12705 (COMMON_OBS): Add "main.o" and "annotate.o".
12706 (ANNOTATE_OBS): Delete.
12707 (OBS): Remove ANNOTATE_OBS.
12708 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
12709 CONFIG_INITS.
12710 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
12711 against CONFIG_OBS and "main.o".
12712 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
12713 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
12714
12715 * tui/tui-command.c: Include "gdb_string.h", delete register
12716 attribute, use ISO-C function signatures.
12717 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
12718 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12719 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
12720 * tui/tui.c: Ditto.
12721
12722 * tui/tui-command.c: Change variable and function names to lower
12723 case.
12724 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
12725 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
12726 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12727 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12728 * tui/tui-winsource.c, tui/tui.c: Ditto.
12729
12730 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12731
12732 * buildsym.c (free_pending_blocks, finish_block)
12733 (record_pending_block, make_blockvector, end_symtab): Replace
12734 symbol_obstack with objfile_obstack.
12735 * coffread.c (process_coff_symbol, coff_read_struct_type)
12736 (coff_read_enum_type): Ditto.
12737 * cp-namespace.c (initialize_namespace_symtab)
12738 (check_one_possible_namespace_symbol): Ditto.
12739 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
12740 (dwarf2_symbol_mark_computed): Ditto.
12741 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
12742 * elfread.c (elf_symtab_read): Ditto.
12743 * hpread.c (hpread_symfile_init, hpread_symfile_init)
12744 (hpread_read_enum_type, hpread_read_function_type)
12745 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
12746 Ditto.
12747 * jv-lang.c (get_java_class_symtab, add_class_symbol)
12748 (java_link_class_type): Ditto.
12749 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
12750 (new_symbol): Ditto.
12751 * minsyms.c (install_minimal_symbols): Ditto.
12752 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
12753 (terminate_minimal_symbol_table): Replace symbol_obstack with
12754 objfile_obstack.
12755 (free_objfile): Remove freeing of symbol_obstack.
12756 * objfiles.h: Remove symbol_obstack field.
12757 * pa64solib.c (add_to_solist): Replace symbol_obstack with
12758 objfile_obstack.
12759 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12760 symbol_obstack.
12761 (solib_add_common_symbols): Replace symbol_obstack with
12762 objfile_obstack.
12763 * somsolib.c (som_solib_add): Ditto.
12764 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
12765 (common_block_start, common_block_end): Ditto.
12766 * symfile.c (reread_symbols): Remove freeing and init of
12767 symbol_obstack.
12768 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
12769 * symfile.h: Update comment.
12770 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12771 stats printing.
12772 * symtab.c (symbol_set_names): Replace symbol_obstack with
12773 objfile_obstack.
12774 * symtab.h (struct general_symbol_info, struct minimal_symbol):
12775 Update comments.
12776 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12777 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12778 objfile_obstack.
12779
12780 2004-02-07 Andrew Cagney <cagney@redhat.com>
12781
12782 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
12783 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
12784 fields and variables.
12785 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
12786 (m_beInvisible): Delete macro.
12787 * tui/tui-data.h: Fix case case fields and variables.
12788 (m_genWinPtrIsNull): Delete macro.
12789 (tui_win_list): Rename winList.
12790 (TUI_SRC_WIN): Rename srcWin.
12791 (TUI_DISASM_WIN): Rename disassemWin.
12792 (TUI_DATA_WIN): Rename dataWin.
12793 (TUI_CMD_WIN): Rename cmdWin.
12794 (m_genWinPtrNotNull): Delete macro.
12795 (m_winPtrIsNull): Delete macro.
12796 (m_winPtrNotNull): Delete macro.
12797 (tui_win_is_source_type): Replace m_winIsSourceType
12798 (tui_win_is_auxillary): Replace m_winIsAuzillary.
12799 (tui_win_has_locator): Replace m_hasLocator.
12800 (tui_set_win_highlight): Replace m_setWinHighlightOn and
12801 m_setWinHighlightOff.
12802 * tui/tui-data.c: Update references.
12803 (tui_win_is_source_type, tui_set_win_highlight): New functions.
12804 (tui_win_has_locator, tui_win_is_auxillary): New functions.
12805 * tui/tui-command.c, tui/tui-disasm.c: Update references.
12806 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12807 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12808 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12809 * tui/tui-winsource.c, tui/tui.c: Ditto.
12810
12811 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12812
12813 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12814 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12815 StackGhost.
12816
12817 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12818 variable `i6' to `i7'.
12819 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12820
12821 2004-02-07 Andrew Cagney <cagney@redhat.com>
12822
12823 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12824 (TuiPoint, TuiPointPtr): Ditto.
12825 (TuiStatus, TuiStatusPtr): Ditto.
12826 (TuiWinType, TuiWinTypePtr): Ditto.
12827 (struct tui_point): Rename _TuiPoint.
12828 (tui_get_low_disassembly_address): Rename
12829 tuiGetLowDisassemblyAddress.
12830 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12831 (tuiFree): Delete declaration.
12832 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12833 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12834 * tui/tui.c (tuiFree): Delete function.
12835 * cli/cli-cmds.c (disassemble_command): Update references.
12836 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12837 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12838 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12839 * tui/tui-winsource.c: Ditto.
12840
12841 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12842
12843 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12844 coffstab_build_psymtabs, elfstab_build_psymtabs)
12845 (stabsect_build_psymtabs): Replace psymbol_obstack with
12846 objfile_obstack.
12847 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12848 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12849 Ditto.
12850 * dwarfread.c (scan_compilation_units): Ditto.
12851 * elfread.c (elfstab_offset_sections): Ditto.
12852 * hppa-tdep.c (read_unwind_info): Ditto.
12853 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12854 (hpread_end_psymtab): Ditto.
12855 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12856 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12857 Ditto.
12858 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
12859 * objfiles.c (add_to_objfile_sections)
12860 (build_objfile_section_table): Ditto.
12861 (allocate_objfile): Remove init of psymbol_obstack.
12862 (free_objfile): Remove freeing of psymbol_obstack.
12863 * objfiles.h (struct objfile): Remove field
12864 psymbol_obstack. Update comments.
12865 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12866 psymbol_obstack with objfile_obstack.
12867 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12868 psymbol_obstack.
12869 * somread.c (som_symfile_offsets, init_import_symbols)
12870 (init_export_symbols): Replace psymbol_obstack with
12871 objfile_obstack.
12872 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12873 * symfile.c (default_symfile_offsets, syms_from_objfile)
12874 (reread_symbols): Remove freeing and init of psymbol_obstack.
12875 (cashier_psymtab): Update comment.
12876 * symmisc.c (print_objfile_statistics): Don't report stats for
12877 psymbol obstack.
12878 * symtab.h (struct general_symbol_info, struct partial_symtab):
12879 Update comments.
12880 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12881 (xcoff_symfile_offsets): Replace psymbol_obstack with
12882 objfile_obstack.
12883
12884 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12885
12886 * objfiles.h (struct objfile): Add objfile_obstack field.
12887 Remove type_obstack field.
12888
12889 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12890 read_structure_scope read_enumeration, new_symbol): Replace
12891 type_obstack with objfile_obstack.
12892 * dwarfread.c (struct_type, enum_type): Ditto.
12893 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
12894 (lookup_fundamental_type): Ditto.
12895 * gdbtypes.h (TYPE_ALLOC): Ditto.
12896 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12897 (hpread_read_doc_function_type, hpread_read_struct_type)
12898 (fix_static_member_physnames, hpread_read_array_type)
12899 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
12900 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
12901 (java_link_class_type): Ditto.
12902 * mdebugread.c (parse_type): Ditto.
12903 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12904 * solib-sunos.c (solib_add_common_symbols): Ditto.
12905 * stabsread.c (define_symbol, read_type, read_member_functions,
12906 read_cpp_abbrev, read_one_struct_field): Ditto.
12907 * symfile.c (reread_symbols): Ditto.
12908 * symmisc.c (print_objfile_statistics): Ditto.
12909
12910 2004-02-07 Andrew Cagney <cagney@redhat.com>
12911
12912 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12913 (tui_exec_info_content): Rename TuiExecInfoContent.
12914 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12915 (TuiWinInfo, TuiWinInfoPtr): Ditto.
12916 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12917 (TuiList, TuiListPtr): Ditto.
12918 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12919 (TuiDataType, TuiDataTypePtr): Ditto.
12920 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12921 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12922 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12923 (TuiSourceElement, TuiSourceElementPtr): Ditto.
12924 (TuiDataElement, TuiDataElementPtr): Ditto.
12925 (TuiWinElement, TuiWinElementPtr): Ditto.
12926 (TuiDataInfo, TuiDataInfoPtr): Ditto.
12927 (TuiCommandElement, TuiCommandElementPtr): Ditto.
12928 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12929 (TuiWhichElement, TuiWhichElementPtr): Ditto.
12930 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12931 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12932 * tui/tui-command.c, tui/tui-data.c: Update references.
12933 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12934 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12935 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12936 * tui/tui-winsource.c, tui/tui.c: Ditto.
12937
12938 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12939
12940 * dwarf2-frame.h: Update copyright.
12941 (enum dwarf2_frame_reg_rule): New.
12942 (struct dwarf2_frame_state_reg): New.
12943 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12944 * dwarf2-frame.c: Update copyright.
12945 (enum dwarf2_reg_rule): Remove.
12946 (struct dwarf2_frame_state): Remove defenition of `struct
12947 dwarf2_frame_state_reg'.
12948 (read_reg): Call get_frame_arch to get the architecture instead of
12949 using CURRENT_GDBARCH.
12950 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12951 DWARF2_FRAME_.
12952 (dwarf2_frame_init_reg): New function.
12953 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12954 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
12955 initialize the register state. Prefix old `enum dwarf2_reg_rule'
12956 tags with DWARF2_FRAME_.
12957 (dwarf2_frame_prev_register): Call get_frame_arch to get the
12958 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
12959 dwarf2_reg_rule' tags with DWARF2_FRAME_.
12960
12961 2004-02-06 Andrew Cagney <cagney@redhat.com>
12962
12963 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12964 (enum tui_data_type): Rename _TuiDataType.
12965 (struct tui_layout_def): Rename _TuiLayoutDef.
12966 (struct tui_source_element): Rename _TuiSourceElement.
12967 (struct tui_data_element): Rename _TuiDataElement.
12968 (struct tui_command_element): Rename _TuiCommandElement.
12969 (struct tui_locator_element): Rename _TuiLocatorElement.
12970 (union tui_which_element): Define.
12971 (struct tui_win_element): Rename _TuiWinElement.
12972 (struct tui_data_info): Rename _TuiDataInfo.
12973 (struct tui_source_info): Rename _TuiSourceInfo.
12974 (struct tui_command_info): Rename _TuiCommandInfo.
12975 (tui_initialize_static_data): Rename initializeStaticData.
12976 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12977 (tui_alloc_win_info): Rename allocWinInfo.
12978 (tui_init_generic_part): Rename initGenericPart.
12979 (tui_init_win_info): Rename initWinInfo.
12980 (tui_alloc_content): Rename allocContent.
12981 (tui_add_content_elements): Rename addContentElements.
12982 (tui_init_content_element): Rename initContentElement.
12983 (tui_free_window): Rename freeWindow.
12984 (tui_free_win_content): Rename freeWinContent.
12985 (tui_free_data_content): Rename freeDataContent.
12986 (tui_free_all_source_wins_content): Rename
12987 freeAllSourceWinsContent.
12988 (tui_del_window): Rename tuiDelWindow.
12989 (tui_del_data_windows): Rename tuiDelDataWindows.
12990 (tui_partial_win_by_name): Rename partialWinByName.
12991 (tui_win_name): Rename winName.
12992 (tui_current_layout): Rename currentLayout.
12993 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12994 (tui_term_height): Rename termHeight.
12995 (tui_set_term_height_to): Rename setTermHeightTo.
12996 (tui_term_width): Rename termWidth.
12997 (tui_set_term_width_to): Rename setTermWidthTo.
12998 (tui_set_gen_win_origin): Rename setGenWinOrigin.
12999 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
13000 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
13001 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
13002 (tui_source_windows): Rename sourceWindows.
13003 (tui_clear_source_windows): Rename clearSourceWindows.
13004 (tui_clear_source_windows_detail): Rename
13005 clearSourceWindowsDetail.
13006 (tui_clear_win_detail): Rename clearWinDetail.
13007 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
13008 (tui_default_tab_len): Rename tuiDefaultTabLen.
13009 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
13010 (tui_win_with_focus): Rename tuiWinWithFocus.
13011 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
13012 (tui_layout_def): Rename tuiLayoutDef.
13013 (tui_win_resized): Rename tuiWinResized.
13014 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
13015 (tui_next_win): Rename tuiNextWin.
13016 (tui_prev_win): Rename tuiPrevWin.
13017 (tui_add_to_source_windows): Rename addToSourceWindows.
13018 * tui/tui-winsource.c, tui/tui-win.c: Update references.
13019 * tui/tui-layout.c, tui/tui-source.c: Ditto.
13020 * tui/tui-stack.c, tui/tui-io.c: Ditto.
13021 * tui/tui.c, tui/tui-data.c: Ditto.
13022 * tui/tui-interp.c, tui/tui-data.c: Ditto.
13023 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
13024
13025 * tui/tui-source.h: Update copyright. Include "tui-data.h".
13026 (struct symtab): Declare.
13027 (tui_set_source_content): Rename tuiSetSourceContent.
13028 (tui_show_symtab_source): Rename tuiShowSource.
13029 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
13030 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
13031 * tui/tui-source.c: Update copyright. Update references.
13032 * tui/tui-win.c, tui/tui-winsource.c: Update references.
13033 * tui/tui-stack.c: Update references.
13034
13035 * tui/tui-win.h: Update copyright. Include "tui-data.h".
13036 (struct tui_win_info): Declare.
13037 (tui_scroll_forward): Rename tuiScrollForward.
13038 (tui_scroll_backward): Rename tuiScrollBackward.
13039 (tui_scroll_left): Rename tuiScrollLeft.
13040 (tui_scroll_right): Rename tuiScrollRight.
13041 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
13042 (tui_resize_all): Rename tuiResizeAll.
13043 (tui_refresh_all_win): Rename tuiRefreshAll.
13044 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
13045 * tui/tui-layout.c, * tui/tui-io.c: Update references.
13046 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
13047 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
13048
13049 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
13050 (tui_erase_data_content): Rename tuiEraseDataContent.
13051 (tui_display_all_data): Rename tuiDisplayAllData.
13052 (tui_check_data_values): Rename tuiCheckDataValues.
13053 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
13054 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
13055 (tui_first_data_element_no_in_line): Rename
13056 tuiFirstDataElementNoInLine.
13057 (tui_delete_data_content_windows): Rename
13058 tuiDeleteDataContentWindows.
13059 (tui_refresh_data_win): Rename tuiRefreshDataWin.
13060 (tui_display_data_from): Rename tuiDisplayDataFrom.
13061 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
13062 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
13063 * tui/tui-win.c, tui/tui-regs.c: Update references.
13064 * tui/tui-layout.c, tui/tui.c: Update references.
13065
13066 * tui/tui-wingeneral.h: Update copyright.
13067 (m_allBeVisible): Delete macro.
13068 (m_allBeInvisible): Delete macro.
13069 (struct tui_gen_win_info): Declare.
13070 (struct tui_win_info): Declare.
13071 (tui_unhighlight_win): Rename unhighlightWin.
13072 (tui_make_visible, tui_make_invisible): Replace makeVisible.
13073 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
13074 (tui_make_window): Rename makeWindow.
13075 (tui_copy_win): Rename copyWin.
13076 (tui_box_win): Rename boxWin.
13077 (tui_highlight_win): Rename highlightWin.
13078 (tui_check_and_display_highlight_if_needed): Rename
13079 checkAndDisplayHighlightIfNeeded.
13080 (tui_refresh_all): Rename refreshAll.
13081 (tui_delete_win): Rename tuiDelwin.
13082 (tui_refresh_win): Rename tuiRefreshWin.
13083 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
13084 (tui_make_visible, tui_make_invisible): New functions.
13085 (tui_make_all_visible, tui_make_all_invisible): New functions.
13086 (make_all_visible): Rename makeAllVisible.
13087 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
13088 * tui/tui-data.c, tui/tui-winsource.c: Update references.
13089 * tui/tui-windata.c, tui/tui-win.c: Update references.
13090 * tui/tui-regs.c, tui/tui-layout.c: Update references.
13091 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
13092
13093 2004-02-06 Mark Kettenis <kettenis@gnu.org>
13094
13095 * proc-api.c (write_with_trace): Initialize local variable to
13096 silence compiler warning.
13097
13098 2004-02-06 Andrew Cagney <cagney@redhat.com>
13099
13100 * tui/tui-source.h: Do not include "defs.h".
13101 (struct tui_win_info): Declare.
13102 (tui_set_source_content_nil): Declare.
13103 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
13104 (union tui_line_or_address): Rename _TuiLineOrAddress.
13105 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
13106 (tui_update_source_window): Rename tuiUpdateSourceWindow.
13107 (tui_update_source_window_as_is): Rename
13108 tuiUpdateSourceWindowAsIs.
13109 (tui_update_source_windows_with_addr): Rename
13110 tuiUpdateSourceWindowsWithAddr.
13111 (tui_update_source_windows_with_line): Rename
13112 tuiUpdateSourceWindowsWithLine.
13113 (tui_clear_source_content): Rename tuiClearSourceContent.
13114 (tui_erase_source_content): Rename tuiEraseSourceContent.
13115 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
13116 (tui_show_source_content): Rename tuiShowSourceContent.
13117 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
13118 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
13119 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
13120 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
13121 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
13122 (tui_update_exec_info): Rename tuiUpdateExecInfo.
13123 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
13124 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
13125 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
13126 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
13127 (struct tui_win_info): Declare.
13128 * tui/tui-stack.c: Update references.
13129 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
13130 * tui/tui-win.c, tui/tui-source.c: Ditto.
13131 * tui/tui.c, tui/tui-disasm.c: Ditto.
13132
13133 2004-02-06 Mark Kettenis <kettenis@gnu.org>
13134
13135 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
13136 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
13137
13138 2004-02-05 Mark Kettenis <kettenis@gnu.org>
13139
13140 * infrun.c (handle_inferior_event): Allow for breakpoint
13141 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
13142 and SIGEMT. Update comments.
13143 * NEWS (Revised SPARC target): Mention support for non-executable
13144 stack.
13145
13146 2004-02-04 Mark Kettenis <kettenis@gnu.org>
13147
13148 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
13149 * inftarg.c: Update copyright year.
13150 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
13151 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
13152 (sparc_xfer_wcookie): New function.
13153 * sparc-tdep.c (sparc_fetch_wcookie): New function.
13154 * Makefile.in (sparc-nat.o): Update dependencies.
13155 * config/sparc/nm-nbsd.h: Include "target.h".
13156 (NATIVE_XFER_WCOOKIE): New define.
13157 (sparc_xfer_wcookie): New prototype.
13158
13159 2004-02-04 Andrew Cagney <cagney@redhat.com>
13160
13161 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
13162 SYSCALL_TRAP function.
13163 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
13164
13165 2004-02-04 Andrew Cagney <cagney@redhat.com>
13166 Daniel Jacobowitz <drow@mvista.com>
13167
13168 * objfiles.h: Delete comments refering to inside_entry_func and
13169 DEPRECATED_FRAME_CHAIN_VALID.
13170 * defs.h (inside_entry_func): Update prototype..
13171 * blockframe.c (inside_entry_func): Rename to
13172 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
13173 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
13174
13175 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
13176
13177 * breakpoint.c (struct captured_parse_breakpoint_args): Move
13178 outside of #ifdef SOLIB_ADD region.
13179 (do_restore_lang_radix_cleanup): Ditto.
13180 (resolve_pending_breakpoint): Ditto.
13181
13182 2004-02-03 Andrew Cagney <cagney@redhat.com>
13183
13184 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
13185 (process_note_abi_tag_sections): Delete unused function.
13186 (ia64_read_fp): Delete unused function.
13187 (gdbarch_extract_struct_value_address): Delete declaration.
13188
13189 2004-02-02 Andrew Cagney <cagney@redhat.com>
13190
13191 * vax-tdep.c (vax_frame_chain): Delete call to
13192 deprecated_inside_entry_file.
13193 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
13194
13195 2004-02-02 Mark Kettenis <kettenis@gnu.org>
13196
13197 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
13198 column that's "empty" or "same value" when eliminating REG_RA
13199 rules.
13200
13201 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13202
13203 * NEWS: Add information about new pending breakpoint support.
13204
13205 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13206
13207 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
13208 and pending fields for pending breakpoint support.
13209 * breakpoint.c (breakpoint_enabled): Add check for not pending.
13210 (condition_command): Only parse condition if not a pending
13211 breakpoint.
13212 (print_one_breakpoint): Add support for pending breakpoints.
13213 (describe_other_breakpoints): Add checks to verify we are not
13214 dealing with pending breakpoints.
13215 (check_duplicates): Don't check pending breakpoints.
13216 (set_raw_breakpoint): Initialize pending flag.
13217 (do_restore_lang_radix_cleanup): New cleanup routine.
13218 (resolve_pending_breakpoint): New function.
13219 (re_enable_breakpoints_in_shlibs): Try and resolve any
13220 pending breakpoints via resolve_pending_breakpoint.
13221 (mention): Add pending breakpoint support.
13222 (parse_breakpoint_sals): Add new parameter to pass to
13223 decode_line_1 to indicate silent errors when files or functions
13224 are not found. Change all callers.
13225 (do_captured_parse_breakpoint): New function.
13226 (break_command_1): Change prototype to return an rc value and to
13227 take an optional pending breakpoint pointer. Support creating
13228 a pending breakpoint if a "not found" form of error occurs when
13229 parsing the breakpoint. Also support resolving an existing pending
13230 breakpoint and be silent if the resolution fails.
13231 (create_breakpoints): Change prototype to take pending breakpoint
13232 pointer. When resolving a pending breakpoint, use the new pointer
13233 to provide a conditional or commands added by the end-user.
13234 (delete_breakpoint): Add appropriate check for pending.
13235 (breakpoint_re_set_one): Ditto.
13236 (do_enable_breakpoint): Ditto.
13237
13238 2004-02-02 David Carlton <carlton@kealia.com>
13239
13240 * valops.c (enum oload_classification): New.
13241 (find_overload_match): Break implementation into separate
13242 functions; delete #if 0'd code; look for symbols within
13243 namespaces.
13244 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
13245 (find_oload_champ,oload_method_static,classify_oload_match): New.
13246 * cp-support.h: Add declaration for cp_func_name; update
13247 declaration for make_symbol_overload_list.
13248 * cp-support.c (cp_func_name): New.
13249 (overload_list_add_symbol): Fix comment, use
13250 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
13251 (make_symbol_overload_list): Take a function name and a namespace
13252 instead of a symbol; change implementation.
13253 (make_symbol_overload_list_using): New.
13254 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
13255
13256 2004-02-02 Fred Fish <fnf@redhat.com>
13257
13258 * main.c (gdb_stdtarg): Move definition to group with other
13259 gdb_stdtarg definitions and update copyright years.
13260 * remote-sim.c (gdb_os_write_stderr): Write output to
13261 gdb_stdtargerr stream instead of gdb_stdtarg stream.
13262 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
13263 gdb_stderr stream and update copyright years.
13264
13265 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13266
13267 * Makefile.in (mips-linux-nat.o): Update dependencies.
13268 * mips-linux-nat.c: Include mips-tdep.h.
13269
13270 2004-02-01 Roland McGrath <roland@redhat.com>
13271
13272 * sol-thread.c (sol_thread_xfer_partial): New function.
13273 (init_sol_thread_ops): Use that for to_xfer_partial hook.
13274 (init_sol_core_ops): Likewise.
13275
13276 * procfs.c (procfs_xfer_partial): New function.
13277 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
13278 * Makefile.in (procfs.o): Add $(auxv_h) dep.
13279
13280 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
13281 procfs_xfer_auxv function.
13282
13283 * procfs.c (procfs_make_note_section): If we can read
13284 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
13285 * linux-proc.c (linux_make_note_section): Likewise.
13286
13287 * auxv.h: New file.
13288 * auxv.c: New file.
13289 * Makefile.in (auxv_h): New variable.
13290 (COMMON_OBS): Add auxv.o here.
13291 (auxv.o): New target.
13292
13293 * corelow.c (core_xfer_partial): New function.
13294 (init_core_ops): Use it for core_ops.to_xfer_partial.
13295
13296 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
13297 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
13298 macro if that is defined.
13299
13300 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13301
13302 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
13303 and check the specified thread for each breakpoint.
13304 * breakpoint.h (bpstat_stop_status): Update prototype.
13305 * infrun.c (handle_inferior_event): Update calls to
13306 bpstat_stop_status.
13307
13308 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13309
13310 * Makefile.in (cli-cmds.o): Add $(readline_h).
13311
13312 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13313
13314 * cli/cli-cmds.c: Include readline.h.
13315 (complete_command): Pass the start of the last word to
13316 complete_line.
13317
13318 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13319
13320 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
13321 argument, and change first argument to a CORE_ADDR.
13322 * breakpoint.h (bpstat_stop_status): Update prototype.
13323 * infrun.c (adjust_pc_after_break): Add a new comment.
13324 (handle_inferior_event): Update calls to bpstat_stop_status.
13325
13326 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13327
13328 * breakpoint.h: Update copyright years.
13329
13330 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13331
13332 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
13333 (bpstat_stop_status): Don't decrement PC.
13334 * breakpoint.h (software_breakpoint_inserted_here_p): Add
13335 prototype.
13336 * infrun.c (adjust_pc_after_break): New function.
13337 (handle_inferior_event): Call it, early. Remove later references
13338 to DECR_PC_AFTER_BREAK.
13339 (normal_stop): Add commentary.
13340
13341 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13342
13343 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
13344 2004-01-27 double-free fix.
13345
13346 2004-01-31 Mark Kettenis <kettenis@gnu.org>
13347
13348 * sparc-tdep.c (sparc_fetch_wcookie): New function.
13349 (sparc32_frame_prev_register): Handle StackGhost.
13350 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
13351
13352 2004-01-29 Roland McGrath <roland@redhat.com>
13353
13354 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
13355 * configure: Regenerated.
13356
13357 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
13358 * Makefile.in (procfs.o): Add dep.
13359
13360 2004-01-28 Andrew Cagney <cagney@redhat.com>
13361
13362 * tui/tui-stack.h: Update copyright.
13363 (struct frame_info): Add opaque declaration.
13364 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
13365 (tui_show_locator_content): Rename tuiShowLocatorContent.
13366 (tui_show_frame_info): Rename tuiShowFrameInfo.
13367 * tui/tui-stack.c: Update copyright. Update references.
13368 * tui/tui-winsource.c: Update references.
13369 * tui/tui-win.c: Update references.
13370 * tui/tui-layout.c: Update references.
13371 * tui/tui-hooks.c: Update copyright, update references.
13372 * tui/tui.c: Update copyright, update references.
13373 * tui/tui-disasm.c: Update references.
13374
13375 2004-01-28 David Carlton <carlton@kealia.com>
13376
13377 * dwarf2read.c (add_partial_structure): Use demangled name if
13378 namespace equals "".
13379
13380 2004-01-27 Jim Blandy <jimb@redhat.com>
13381
13382 Clean up misapplied patch:
13383 * dwarf2read.c (determine_prefix): Change one of the two forward
13384 declarations for 'determine_prefix_aux' to a declaration for this.
13385 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
13386 argument to 'die_specification'.
13387
13388 * dwarf2read.c (read_func_scope): Re-indent comment.
13389
13390 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
13391
13392 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
13393 b->exp to NULL after freeing so that error during re-parsing or
13394 evaluation of expressions associated with breakpoint don't
13395 eventually lead to re-freeing of storage.
13396 Committed by Andrew Cagney.
13397
13398 2004-01-27 Andrew Cagney <cagney@redhat.com>
13399
13400 * source.c (ambiguous_line_spec): Delete undefined declaration.
13401 * m32r-rom.c (m32r_set_board_address): Delete unused function.
13402 (m32r_set_server_address, m32r_set_download_path): Ditto.
13403 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
13404
13405 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
13406
13407 * dwarf2read.c: Update calls to changed and renamed functions, and
13408 references to moved variables.
13409
13410 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
13411 language, language_defn, list_in_scope, and ftypes members.
13412 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
13413 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
13414 (baseaddr): Remove globals.
13415
13416 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
13417 (set_cu_language, die_is_declaration, die_specification)
13418 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
13419 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
13420 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
13421 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
13422
13423 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
13424 cu.list_in_scope. Don't initialize cu_header_offset.
13425 (add_partial_symbol): Add local baseaddr.
13426 (psymtab_to_symtab_1): Add local baseaddr. Use
13427 objfile->section_offsets for consistency. Don't initialize
13428 cu_header_offset; do initialize cu.header.offset and
13429 cu.list_in_scope.
13430 (read_file_scope, read_func_scope, read_lexical_block_scope)
13431 (dwarf_decode_lines, new_symbol): Add local baseaddr.
13432
13433 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
13434
13435 * PROBLEMS: Add gdb/1516.
13436
13437 2003-12-29 Robert Millan <robertmh@gnu.org>
13438
13439 Patch committed by Andrw Cagney.
13440 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
13441 * configure.tgt: Match knetbsd*-gnu.
13442
13443 2004-01-26 Andrew Cagney <cagney@redhat.com>
13444
13445 * breakpoint.c (catch_command_1): Delete #ifdef code.
13446 (catch_fork_command_1): Delete #ifdef wrapper.
13447 (catch_exec_command_1): Ditto.
13448 (catch_load_command_1): Ditto.
13449 (catch_unload_command_1): Ditto.
13450
13451 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
13452 (catch_breakpoint): Delete #if0ed function.
13453 (disable_catch_breakpoint): Ditto.
13454 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
13455 (disable_catch, enable_catch, delete_catch): Ditto.
13456
13457 2004-01-26 Andrew Cagney <cagney@redhat.com>
13458
13459 * remote.c (echo_check, quit_flag): Delete variables.
13460 (cisco_kernel_mode): Delete variable.
13461 (minitelnet_return, tty_input, escape_count): Delete variables.
13462 (remote_cisco_mode): Delete variable.
13463 (remote_cisco_open, remote_cisco_close): Delete function.
13464 (remote_cisco_mourn, remote_cisco_wait): Delete function.
13465 (init_remote_cisco_ops): Delete function.
13466 (_initialize_remote): Do not install "remote cisco" code.
13467 (read_frame): Delete cisco specific code.
13468 (remote_info_process): Delete function.
13469 (remote_wait): Delete cisco specific code.
13470 (remote_cisco_section_offsets): Delete function.
13471 (remote_cisco_objfile_relocate): Delete function.
13472 (remote_async_wait): Delete cisco specific code.
13473 (minitelnet, readtty, readsocket): Delete function.
13474
13475 2004-01-26 Andrew Cagney <cagney@redhat.com>
13476
13477 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
13478 comments mentioning extract_returned_value_address.
13479 * infcmd.c (print_return_value): Update. Add comments on
13480 extract_returned_value_address.
13481 * stack.c (return_command): Add comments on
13482 extract_returned_value_address.
13483 * values.c: Update comment.
13484 * m32r-tdep.c: Update comment.
13485 * sparc-tdep.c: Update comment.
13486 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
13487 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
13488 * sh64-tdep.c (sh64_gdbarch_init): Update.
13489 * sh-tdep.c (sh_gdbarch_init): Update.
13490 * s390-tdep.c (s390_gdbarch_init): Update.
13491 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
13492 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
13493 * m68k-tdep.c (m68k_gdbarch_init): Update.
13494 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
13495 * m32r-tdep.c (m32r_gdbarch_init): Update.
13496 * ia64-tdep.c (ia64_gdbarch_init): Update.
13497 * h8300-tdep.c (h8300_gdbarch_init): Update.
13498 * frv-tdep.c (frv_gdbarch_init): Update.
13499 * arm-tdep.c (arm_gdbarch_init): Update.
13500 * alpha-tdep.c (alpha_gdbarch_init): Update.
13501
13502 2004-01-26 Andrew Cagney <cagney@redhat.com>
13503
13504 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
13505 SYMBOL_LOCATION_FUNCS
13506 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
13507 "struct symbol_ops".
13508 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
13509 type to "struct symbol_ops".
13510 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
13511 (struct symbol): Replace ".aux_value.loc.funcs" and
13512 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
13513 (SYMBOL_OBJFILE): Delete macro.
13514 (SYMBOL_LOCATION_FUNCS): Delete macro.
13515 (SYMBOL_LOCATION_BATON): Update.
13516 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
13517 intead of SYMBOL_LOCATION_FUNCS.
13518 * ax-gdb.c (gen_var_ref): Ditto.
13519 * printcmd.c (address_info): Ditto.
13520 * findvar.c (read_var_value): Ditto.
13521 (symbol_read_needs_frame): Ditto.
13522
13523 2004-01-26 Andrew Cagney <cagney@redhat.com>
13524
13525 * dwarf2read.c (read_func_scope): Document frame-base hack.
13526
13527 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13528
13529 * infcmd.c (print_return_value): Plug memory leak; delete
13530 ui_stream object. Rename argument `structure_return' to
13531 `struct_return'.
13532
13533 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13534
13535 * infcmd.c (print_return_value): Wrap long lines.
13536 (finish_command_continuation, finish_command): Remove unused
13537 variable `funcaddr'. Fix some coding-standards problems.
13538
13539 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
13540 SECT_SIZE is large enough, not whether it's exactly the right size.
13541 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
13542 TDEP->fpregset to zero.
13543
13544 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
13545 floating-point registers for traditional NetBSD core files.
13546 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
13547 TDEP->sizeof_fpregset here.
13548
13549 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13550
13551 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
13552 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
13553 function with code split out from
13554 sparc32nbsd_sigcontext_frame_cache.
13555 (sparc32nbsd_sigcontext_frame_cache): Use
13556 sparc32nbsd_sigcontext_saved_regs.
13557 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
13558 OpenBSD.
13559 * sparcobsd-tdep.c: New file.
13560 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
13561 (sparcobsd-tdep.o): New dependency.
13562 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
13563 * config/sparc/obsd.mt: New file.
13564
13565 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
13566 TDEP->fpregset to be initialized to enable core file register
13567 sets.
13568
13569 2004-01-24 Mark Kettenis <kettenis@gnu.org>
13570
13571 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
13572 Add opaque declarations.
13573 (sparc64nbsd_sigcontext_saved_regs): New prototype.
13574 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
13575 function with code split out from
13576 sparc64nbsd_sigcontext_frame_cache.
13577 (sparc64nbsd_sigcontext_frame_cache): Use
13578 sparc64nbsd_sigcontext_saved_regs.
13579 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
13580 OpenBSD.
13581 * sparc64obsd-tdep.c: New file.
13582 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
13583 (sparc64obsd-tdep.o): New dependency.
13584 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
13585 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
13586 * config/sparc/obsd64.mt: New file.
13587
13588 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
13589 read the instruction at PC.
13590
13591 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
13592 value of GDB_OSABI_DEFAULT.
13593 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
13594 instead of GDB_OSABI_NETBSD_AOUT.
13595
13596 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
13597
13598 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
13599 copyright.
13600
13601 2004-01-23 Andrew Cagney <cagney@redhat.com>
13602
13603 * printcmd.c (display_command): Replace tui_set_display call with
13604 tui_set_layout_for_display_command.
13605 * tui/tui.h (enum tui_win_type): Define.
13606 (tui_set_layout): Delete declaration.
13607 (tui_set_layout_for_display_command): Rename set_tui_layout.
13608 * tui/tui-data.h (enum tui_layout_type): Define.
13609 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
13610 "tui.h".
13611 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
13612 (tui_default_win_height): Rename tuiDefaultWinHeight.
13613 (tui_default_win_viewport_height): Rename
13614 tuiDefaultWinViewportHeight.
13615 (tui_set_layout): RenametuiSetLayout.
13616 * tui/tui-layout.c: Update references.
13617 * tui/tui.c: Update references.
13618 * tui/tui-disasm.c: Update references.
13619
13620 2004-01-23 David Carlton <carlton@kealia.com>
13621
13622 Partial workaround for PR c++/1511:
13623 * cp-namespace.c: Include frame.h.
13624 (cp_lookup_transparent_type): New
13625 (cp_lookup_transparent_type_loop): New.
13626 * cp-support.h: Declare cp_lookup_transparent_type.
13627 * symtab.c (basic_lookup_transparent_type): Renamed from
13628 lookup_transparent_type.
13629 (lookup_transparent_type): Replace old body by a call to
13630 current_language->la_lookup_transparent_type.
13631 * symtab.h: Update copyright. Declare
13632 basic_lookup_transparent_type.
13633 * language.h: Update copyright.
13634 (struct language_defn): Add la_lookup_transparent_type.
13635 * language.c: Update copyright.
13636 (unknown_language_defn): Add basic_lookup_transparent_type.
13637 (auto_language_defn): Add basic_lookup_transparent_type.
13638 (local_language_defn): Add basic_lookup_transparent_type.
13639 * ada-lang.c: Update copyright.
13640 (ada_language_defn): Add basic_lookup_transparent_type.
13641 * c-lang.c: Update copyright.
13642 (c_language_defn): Add basic_lookup_transparent_type.
13643 (cplus_language_defn): Add basic_lookup_transparent_type.
13644 (asm_language_defn): Add basic_lookup_transparent_type.
13645 (minimal_language_defn): Add basic_lookup_transparent_type.
13646 * f-lang.c: Update copyright.
13647 (f_language_defn): Add basic_lookup_transparent_type.
13648 * jv-lang.c: Update copyright.
13649 (java_language_defn): Add basic_lookup_transparent_type.
13650 * m2-lang.c: Update copyright.
13651 (m2_language_defn): Add basic_lookup_transparent_type.
13652 * objc-lang.c: Update copyright.
13653 (objc_language_defn): Add basic_lookup_transparent_type.
13654 * p-lang.c: Update copyright.
13655 (p_language_defn): Add basic_lookup_transparent_type.
13656 * scm-lang.c: Update copyright.
13657 (scm_language_defn): Add basic_lookup_transparent_type.
13658 * Makefile.in (cp-namespace.o): Depend on frame.h.
13659
13660 2004-01-23 David Carlton <carlton@kealia.com>
13661
13662 Patch for PR c++/1520:
13663 * dwarf2read.c (read_func_scope): Set processing_current_prefix
13664 properly if we have a specification die.
13665 (determine_prefix_aux): Rename from determine_prefix.
13666 (determine_prefix): Like the old determine_prefix, but never
13667 returns NULL.
13668
13669 2004-01-23 Theodore A. Roth <troth@openavr.org>
13670
13671 * avr-tdep.c: Update copyright.
13672 (avr_iaddr_p): Delete unused function.
13673 (avr_saddr_p): Delete unused function.
13674
13675 2004-01-23 David Carlton <carlton@kealia.com>
13676
13677 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
13678 Fix for PR symtab/1534.
13679
13680 2004-01-23 Mark Kettenis <kettenis@gnu.org>
13681
13682 * NEWS (New native configurations): Mention OpenBSD/sparc and
13683 OpenBSD/sparc64.
13684 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
13685 * configure.host: Likewise.
13686 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
13687 handler for OpenBSD.
13688 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
13689
13690 2004-01-22 Mark Kettenis <kettenis@gnu.org>
13691
13692 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
13693 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
13694
13695 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
13696 * cli/cli-cmds.c (shell_escape): Likewise.
13697
13698 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
13699 OpenBSD .note.openbsd.ident sections.
13700
13701 2004-01-22 David Carlton <carlton@kealia.com>
13702
13703 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
13704 get_scope_pc_bounds.
13705 (read_file_scope): Ditto.
13706 (get_scope_pc_bounds): New function, produced by extracting code
13707 from the above two functions, consolidating it, and adding support
13708 for DW_TAG_namespace.
13709
13710 2004-01-22 Mark Kettenis <kettenis@gnu.org>
13711
13712 * osabi.c (MAX_NOTESZ): New define.
13713 (check_note): New function.
13714 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
13715 check_note.
13716
13717 2004-01-21 Roland McGrath <roland@redhat.com>
13718
13719 * MAINTAINERS (write after approval): Add myself.
13720
13721 2004-01-21 Eli Zaretskii <eliz@gnu.org>
13722
13723 * utils.c (init_page_info): Move declarations of `rows' and
13724 `cols' before the __GO32__-specific code. Move the closing brace
13725 outside the #ifdef __GO32__..#endif block.
13726 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
13727
13728 2004-01-21 Paul Brook <paul@codesourcery.com>
13729
13730 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
13731 BPSTAT_WHAT_CHECK_SHLIBS.
13732
13733 2004-01-21 Paul Brook <paul@codesourcery.com>
13734
13735 * MAINTAINERS: Add myself to write-after-approval.
13736
13737 2004-01-20 Andrew Cagney <cagney@redhat.com>
13738
13739 * ax-gdb.c (print_axs_value): Delete unused function.
13740 * jv-lang.c (java_lookup_type): Delete unused function.
13741 * cli/cli-dump.c (dump_filetype): Delete unused function.
13742 * remote-mips.c (remote_mips_insert_hw_breakpoint)
13743 (remote_mips_remove_hw_breakpoint): Delete unused functions.
13744 (mips_getstring): Delete unused function.
13745 (pmon_insert_breakpoint): Delete #if0ed function.
13746 (PMON_MAX_BP): Delete #if0ed MACRO.
13747 (mips_pmon_bp_info): Delete #if0ed variable.
13748 (pmon_remove_breakpoint): Delete #if0ed function.
13749 * monitor.c (monitor_write_even_block): Delete unused function.
13750 (monitor_write_memory_block): Delete #if0ed code.
13751 * dink32-rom.c (dink32_load): Delete unused function.
13752 (_initialize_dink32_rom): Delete #if0ed code.
13753 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
13754
13755 * tui/tui-command.c: Update references.
13756 * tui/tui-io.c: Update references.
13757 * tui/tui-command.h: Update copyright.
13758 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
13759
13760 * source.c (ambiguous_line_spec): Delete never-defined function.
13761 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
13762 * gdbtypes.c (add_name, add_mangled_type): Ditto.
13763 * cli/cli-cmds.c (validate_comname): Ditto.
13764
13765 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
13766 "tui-data.h".
13767 (tui_set_disassem_content): Rename tuiSetDisassemContent.
13768 (tui_show_disassem): Rename tuiShowDisassem.
13769 (tui_show_disassem_and_update_source): Rename
13770 tuiVerticalDisassemScroll.
13771 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13772 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13773 * tui/tui.h: Update copyright.
13774 (enum tui_status): Define.
13775 * tui/tui-data.h (enum tui_scroll_direction): Define.
13776 * tui/tui-disasm.c: Update copyright. Update references.
13777 * tui/tui-winsource.c: Update copyright. Update references.
13778 * tui/tui-win.c: Update references.
13779 * tui/tui-layout.c: Update references.
13780
13781 2004-01-20 Andrew Cagney <cagney@redhat.com>
13782
13783 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
13784 sym2 to start of block.
13785
13786 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
13787
13788 * MAINTAINERS: Delete mmalloc.
13789 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
13790 * NEWS: Mention removal of --with-malloc.
13791 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13792 * config.in: Regenerate.
13793 * configure: Regenerate.
13794 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13795 USE_MMALLOC, MMCHECK_FORCE.
13796 * gdbinit.in: Remove mmalloc.
13797 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13798 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13799 * config/i386/go32.mh: Likewise.
13800 * config/i386/interix.mh: Likewise.
13801 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13802
13803 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
13804
13805 * linespec.c (decode_variable, symtab_from_filename): Call
13806 error_silent with error message instead of throwing an exception
13807 directly.
13808 * defs.h (error_silent, error_output_message): Add prototypes.
13809 (catch_exceptions_with_msg): Ditto.
13810 * utils.c (error_silent, error_output_message): New functions.
13811 * top.c (catch_exceptions_with_msg): New function.
13812
13813 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
13814
13815 * mi/mi-cmds.h (enum print_values): Add definition.
13816
13817 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13818 type and value for simple data types and just the name and type
13819 for complex ones, if required.
13820
13821 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13822 children, if required.
13823
13824 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13825
13826 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13827 unused declarations.
13828
13829 2004-01-19 Andrew Cagney <cagney@redhat.com>
13830
13831 * top.h (mapped_symbol_files): Delete declaration.
13832 * main.c (captured_main): Delete option "m" and "mapped".
13833 * objfiles.c (mapped_symbol_files): Delete variable.
13834 * symfile.c (symbol_file_command): Delete mmap code.
13835 (symbol_file_add_with_addrs_or_offsets): Ditto.
13836 (add_symbol_file_command, reread_separate_symbols): Ditto.
13837 * objfiles.h (OBJF_MAPPED): Delete.
13838 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13839 (free_objfile) [USE_MMALLOC]: Ditto.
13840 (open_existing_mapped_file): Delete function.
13841 (open_mapped_file): Delete function.
13842 (map_to_file): Delete function.
13843
13844 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13845
13846 * infrun.c (step_into_function): Account for possible breakpoint
13847 adjustment when computing ``stop_func_start''.
13848
13849 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13850
13851 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13852 the region size against the size of a pointer, not the size of
13853 a register as given by DEPRECATED_REGISTER_SIZE.
13854
13855 2004-01-19 Andrew Cagney <cagney@redhat.com>
13856
13857 * tui/tui-regs.h: Include "tui-data.h".
13858 (tuiFirstRegElementNoInLine): Delete declaration.
13859 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13860 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13861 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13862 (tui_calculate_regs_column_count): Rename
13863 tuiCalculateRegsColumnCount.
13864 (tui_check_register_values): Rename tuiCheckRegisterValues.
13865 (tui_show_registers): Rename tuiShowRegisters.
13866 (tui_display_registers_from_line): Rename
13867 tuiDisplayRegistersFromLine.
13868 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13869 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13870 (tui_first_reg_element_no_inline): Rename
13871 tuiFirstRegElementNoInLine.
13872 * tui/tui-data.h: Update copyright.
13873 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13874 * tui/tui-windata.c: Update copyright, update references.
13875 * tui/tui-regs.c: Update copyright, update references.
13876 * tui/tui-win.c: Update copyright, update references.
13877 * tui/tui-layout.c: Update copyright, update references.
13878
13879 2004-01-18 Andrew Cagney <cagney@redhat.com>
13880
13881 * tui/tui-io.c: Update copyright.
13882 (key_is_end_sequence, key_is_backspace): New functions.
13883 (key_is_command_char, key_is_start_sequence): New function.
13884 (tui_getc): Update references.
13885 * tui/tui-io.h: Update copyright.
13886 (m_tuiStartNewLine): Delete macro.
13887 (m_isBackspace, m_isDeleteChar): Delete macros.
13888 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13889 (m_isNextPage, m_isPrevPage): Delete macros.
13890 (m_isLeftArrow, m_isRightArrow): Delete macros.
13891 (m_isXdbStyleCommandChar): Delete macro.
13892 (key_is_start_sequence): Declare, replace m_isStartSequence.
13893 (key_is_end_sequence): Declare, replace m_isEndSequence.
13894 (key_is_backspace): Declare ,replace m_isBackspace.
13895 (key_is_command_char): Declare, replace m_isCommandChar.
13896 * tui/tui-command.c: Update copyright.
13897 (tuiDispatchCtrlChar): Update references.
13898
13899 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13900 tuiSourceWin.h.
13901
13902 * tui/tui-command.c: Rename tui/tuiCommand.c.
13903 * tui/tui-command.h: Rename tui/tuiCommand.h.
13904 * tui/tui-data.c: Rename tui/tuiData.c.
13905 * tui/tui-data.h: Rename tui/tuiData.h.
13906 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13907 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13908 * tui/tui-io.c: Rename tui/tuiIO.c.
13909 * tui/tui-io.h: Rename tui/tuiIO.h.
13910 * tui/tui-layout.c: Rename tui/tuiLayout.c.
13911 * tui/tui-layout.h: Rename tui/tuiLayout.h.
13912 * tui/tui-regs.c: Rename tui/tuiRegs.c.
13913 * tui/tui-regs.h: Rename tui/tuiRegs.h.
13914 * tui/tui-source.c: Rename tui/tuiSource.c.
13915 * tui/tui-source.h: Rename tui/tuiSource.h.
13916 * tui/tui-stack.c: Rename tui/tuiStack.c.
13917 * tui/tui-stack.h: Rename tui/tuiStack.h.
13918 * tui/tui-win.c: Rename tui/tuiWin.c.
13919 * tui/tui-win.h: Rename tui/tuiWin.h.
13920 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13921 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13922 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13923 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13924 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13925 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13926 * tui/tui-file.c: Update includes.
13927 * tui/tui-hooks.c: Update includes.
13928 * tui/tui-interp.c: Update includes.
13929 * tui/tui.c: Update includes.
13930 * Makefile.in: Update all tui/ dependencies.
13931 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13932
13933 * Makefile.in: Update copyright. Update dependencies.
13934
13935 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13936 problem.
13937
13938 2004-01-18 Andrew Cagney <cagney@redhat.com>
13939
13940 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13941 instead of register_gdbarch_init.
13942
13943 * remote-sds.c (tohex): Delete unused function. Update copyright.
13944 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13945 * v850-tdep.c (v850_register_virtual_size): Ditto.
13946 * target.c (normal_target_post_startup_inferior): Ditto.
13947 * source.c (ambiguous_line_spec): Ditto.
13948 * remote.c (adapt_remote_get_threadinfo): Ditto.
13949 * mi/mi-out.c (out_field_fmt): Ditto.
13950 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13951 (output_control_change_notification): Ditto.
13952 * m68k-tdep.c (m68k_register_byte): Ditto.
13953 (m68k_remote_breakpoint_from_pc): Ditto.
13954 * ui-out.c (init_ui_out_state): Delete unused declaration.
13955 * stabsread.c (search_value): Ditto.
13956 * mi/mi-cmd-env.c (env_cli_command): Ditto.
13957 * maint.c (print_section_table): Ditto.
13958 * infrun.c (set_follow_fork_mode_command): Ditto.
13959
13960 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13961
13962 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13963 DW_CFA_def_cfa_exporession. Add support for
13964 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13965 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13966
13967 2004-01-18 Andrew Cagney <cagney@redhat.com>
13968
13969 * ocd.c: Update copyright.
13970 (bdm_read_register_command): Delete unused function.
13971 (_initialize_remote_ocd): Delete commented out reference.
13972 (get_quoted_char, reset_packet): Delete #if0ed function.
13973 (output_packet, put_quoted_char): Delete #if0ed function.
13974 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13975 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13976 (BDM_BREAKPOINT): Delete #if0ed macro.
13977 (remote_timeout): Delete #if0ed variable.
13978
13979 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13980
13981 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13982 (core-sol2.o): Remove dependency.
13983 * core-sol2.c: Remove file.
13984
13985 2004-01-17 Andrew Cagney <cagney@redhat.com>
13986
13987 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13988 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13989 enums.
13990
13991 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13992
13993 * remote.c: Update copyright years.
13994
13995 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13996
13997 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13998
13999 2004-01-17 Andrew Cagney <cagney@redhat.com>
14000
14001 * mdebugread.c: Update copyright.
14002 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
14003 (parse_type, parse_procedure): Ditto.
14004 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
14005
14006 * cris-tdep.c (cris_store_struct_return): Put back accidently
14007 deleted function.
14008
14009 * gdbarch.sh: Update copyright year.
14010 * gdbarch.h, gdbarch.c: Re-generate.
14011
14012 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
14013
14014 Suggested by George Anzinger.
14015 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
14016 correct stack offset. Include unknown opcode numbers in the error
14017 message.
14018
14019 2004-01-17 Andrew Cagney <cagney@redhat.com>
14020
14021 * x86-64-tdep.c (x86_64_init_abi): No need to clear
14022 extract_struct_value_address, i386 does not set it.
14023 * sparc64-tdep.c (sparc64_init_abi): Do not set
14024 extract_struct_value_address, never called.
14025 (sparc64_extract_struct_value_address): Delete function.
14026 * m68hc11-tdep.c: Update copyright.
14027 (m68hc11_gdbarch_init): Delete redundant assignment of
14028 extract_struct_value_address.
14029 * i386-tdep.c: Update copyright.
14030 (i386_gdbarch_init): Do not set extract_struct_value_address,
14031 never called.
14032 (i386_extract_struct_value_address): Delete function.
14033 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
14034 extract_struct_value_address, never called.
14035 (sparc32_extract_struct_value_address): #if 0 function. Add
14036 comments explaining its future.
14037
14038 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
14039
14040 * arm-tdep.c (arm_write_pc): New function.
14041 (arm_gdbarch_init): Call set_gdbarch_write_pc.
14042
14043 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
14044
14045 * breakpoint.c (must_shift_inst_regs): Delete.
14046 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
14047 and SHIFT_INST_REGS.
14048 * infcmd.c (step_1, step_1_continuation): Delete references to
14049 SHIFT_INST_REGS.
14050 * infrun.c (keep_going): Likewise.
14051 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
14052 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
14053
14054 2004-01-17 Andrew Cagney <cagney@redhat.com>
14055
14056 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
14057 * gdbarch.h, gdbarch.c: Re-generate.
14058 * infcmd.c (print_return_value): Delete reference to
14059 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
14060
14061 * cris-tdep.c (cris_gdbarch_init): Do not set
14062 deprecated_extract_struct_value_address.
14063
14064 * xstormy16-tdep.c: Update copyright.
14065 (xstormy16_extract_struct_value_address): Update to current
14066 extract struct value address interface.
14067 (xstormy16_gdbarch_init): Set extract_struct_value_address.
14068 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
14069 current extract struct value address interface.
14070 (sh64_gdbarch_init): Set extract_struct_value_address.
14071
14072 * cris-tdep.c: Update copyright.
14073 (cris_extract_struct_value_address): Delete function.
14074 (struct_return_address): Delete variable.
14075 (cris_store_struct_return): Do not set struct_return_address.
14076
14077 * mcore-tdep.c: Update copyright.
14078 (mcore_extract_struct_value_address): Delete function. Update
14079 comments.
14080 (mcore_gdbarch_init): Update.
14081 * mn10300-tdep.c: Update copyright.
14082 (mn10300_extract_struct_value_address): Delete function.
14083 (mn10300_gdbarch_init): Update.
14084 * v850-tdep.c: Update copyright.
14085 (v850_extract_struct_value_address): Delete.
14086 (v850_gdbarch_init): Update.
14087 * ns32k-tdep.c: Update copyright.
14088 (ns32k_extract_struct_value_address): Delete.
14089 (ns32k_gdbarch_init): Update.
14090 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
14091 (hppa_gdbarch_init): Update.
14092 * vax-tdep.c: Update copyright.
14093 (vax_extract_struct_value_address): Delete.
14094 (vax_gdbarch_init): Update.
14095
14096 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
14097 * gdbarch.h, gdbarch.c: Re-generate.
14098 * procfs.c (procfs_fetch_registers): Delete reference to
14099 DEPRECATED_NPC_REGNUM.
14100 (procfs_store_registers): Ditto.
14101 * regcache.c (generic_target_write_pc): Simplify.
14102 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
14103
14104 * core-sol2.c (fetch_core_registers): Replace
14105 DEPRECATED_NPC_REGNUM with equivalent tdep value.
14106
14107 * hppa-tdep.c: Update copyright year.
14108 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
14109 NPC_REGNUM.
14110 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
14111
14112 * mips-tdep.c (mips_write_pc): New function.
14113 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
14114 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
14115 (mips_find_saved_regs, mips_software_single_step: Ditto.
14116 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
14117 mips_init_extra_frame_info, mips_pop_frame): Ditto.
14118
14119 2004-01-17 Andrew Cagney <cagney@redhat.com>
14120
14121 * mips-tdep.c: Re-indent. Group functions by ABI.
14122
14123 2004-01-17 Andrew Cagney <cagney@redhat.com>
14124
14125 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
14126 * gdbarch.c: Re-generate.
14127 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14128 DECR_PC_AFTER_BREAK to zero.
14129 * vax-tdep.c (vax_gdbarch_init): Ditto.
14130 * v850-tdep.c (v850_gdbarch_init): Ditto.
14131 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14132 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14133 * sh-tdep.c (sh_gdbarch_init): Ditto.
14134 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14135 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14136 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14137 * mips-tdep.c (mips_gdbarch_init): Ditto.
14138 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14139 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14140 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14141 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14142 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
14143 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14144 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14145 * frv-tdep.c (frv_gdbarch_init): Ditto.
14146 * cris-tdep.c (cris_gdbarch_init): Ditto.
14147 * avr-tdep.c (avr_gdbarch_init): Ditto.
14148 * arm-tdep.c (arm_gdbarch_init): Ditto.
14149 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
14150
14151 2004-01-17 J. Brobecker <brobecker@gnat.com>
14152
14153 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
14154 Delete, no longer used.
14155 (read_subrange_type): New function, mostly extracted from
14156 read_array_type().
14157 (read_array_type): Replace extracted code by call to
14158 read_subrange_type().
14159 (dwarf2_get_attr_constant_value): New function.
14160 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
14161 (add_partial_symbol): Likewise.
14162 (process_die): Likewise.
14163 (new_symbol): Likewise.
14164 (read_type_die): Likewise.
14165
14166 2004-01-16 Andrew Cagney <cagney@redhat.com>
14167
14168 * symfile.c: Update copyright year.
14169 (compare_symbols): Delete unused function.
14170 * stabsread.c: Update copyright year.
14171 (lrs_general_complaint): Delete unused function.
14172 (ref_search_value): Ditto.
14173 (get_substring): Delete declaration.
14174 * sh64-tdep.c: Update copyright year.
14175 (sh64_get_gdb_regnum): Delete unused function.
14176 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
14177 Delete unused function.
14178
14179 2004-01-17 Mark Kettenis <kettenis@gnu.org>
14180
14181 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
14182 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
14183
14184 2004-01-16 Andrew Cagney <cagney@redhat.com>
14185
14186 Changes from Peter Schauer.
14187 * rs6000-tdep.c: Update copyright year.
14188 (rs6000_push_dummy_call): Update the stack pointer before
14189 accessing the corresponding stack region.
14190 * rs6000-nat.c: Update copyright year.
14191 (set_host_arch): Set "info.abfd" to "exec_bfd".
14192
14193 2004-01-15 Mark Kettenis <kettenis@gnu.org>
14194
14195 * blockframe.c: Update copyright year.
14196 (inside_entry_func): Don't treat a zero PC specially.
14197
14198 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
14199
14200 * gcore.c (gcore_copy_callback): Use paddr_d to print size
14201 variable.
14202 (gcore_create_callback): Ditto. Skip any memory segment that has
14203 no permissions set.
14204
14205 2004-01-14 David Carlton <carlton@kealia.com>
14206
14207 Change symbols for C++ nested types to contain the fully qualified
14208 name, if possible. (At least in the DWARF-2 case.) Partial fix
14209 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
14210 c++/895.
14211 * c-exp.y (qualified_type): Handle types nested within classes.
14212 * cp-namespace.c: Update comments.
14213 (cp_set_block_scope): Delete #if 0.
14214 (cp_lookup_nested_type): Handle types nested within classes.
14215 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
14216 when appropriate.
14217 (add_partial_symbol): Add the name of the enclosing namespace to
14218 types.
14219 (pdi_needs_namespace): New.
14220 (add_partial_namespace): Tweak comment.
14221 (add_partial_structure): New.
14222 (psymtab_to_symtab_1): Initialize processing_current_prefix
14223 here...
14224 (process_die): instead of here.
14225 (read_structure_scope): Try to figure out the name of the class or
14226 namespace that the structure might be defined within.
14227 (read_enumeration): Generate fully-qualified names, if possible.
14228 (read_namespace): Don't set name to NULL.
14229 (die_specification): New.
14230 (new_symbol): Generate fully-qualified names for types.
14231 (read_type_die): Determine appropriate prefix.
14232 (determine_prefix): New.
14233 (typename_concat): New.
14234 (class_name): New.
14235 * valops.c (value_aggregate_elt): Pass NOSIDE to
14236 value_struct_elt_for_reference.
14237 (value_struct_elt_for_reference): Make static, add NOSIDE
14238 parameter, call value_maybe_namespace_elt as a last resort.
14239 (value_namespace_elt): Break out code into
14240 value_maybe_namespace_elt.
14241 (value_maybe_namespace_elt): New.
14242
14243 2004-01-12 Andrew Cagney <cagney@redhat.com>
14244
14245 * mips-tdep.c (mips_convert_register_p): Handle both raw and
14246 cooked floating-point registers.
14247 (mips_gdbarch_init): Set convert_register_p, register_to_value,
14248 and value_to_register.
14249
14250 2004-01-13 Andrew Cagney <cagney@redhat.com>
14251
14252 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
14253 * gdbarch.c: Re-generate.
14254 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14255 FUNCTION_START_OFFSET.
14256 * v850-tdep.c (v850_gdbarch_init): Ditto.
14257 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14258 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14259 * sh-tdep.c (sh_gdbarch_init): Ditto.
14260 * s390-tdep.c (s390_gdbarch_init): Ditto.
14261 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14262 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14263 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14264 * mips-tdep.c (mips_gdbarch_init): Ditto.
14265 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14266 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
14267 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14268 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14269 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14270 * i386-tdep.c (i386_gdbarch_init): Ditto.
14271 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14272 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14273 * frv-tdep.c (frv_gdbarch_init): Ditto.
14274 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
14275 * cris-tdep.c (cris_gdbarch_init): Ditto.
14276 * avr-tdep.c (avr_gdbarch_init): Ditto.
14277 * arm-tdep.c (arm_gdbarch_init): Ditto.
14278 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
14279
14280 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
14281
14282 * infrun.c (follow_fork_mode_ask): Remove.
14283 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
14284 (follow_fork): Simplify and remove internal error for
14285 follow_fork_mode_ask.
14286 (_initialize_infrun): Update "set follow-fork-mode" help text.
14287
14288 2004-01-13 Andrew Cagney <cagney@redhat.com>
14289
14290 * configure.in: Update copyright year.
14291 (build_warnings): Add -Wunused-label.
14292 * configure: Re-generate.
14293
14294 2004-01-12 Andrew Cagney <cagney@redhat.com>
14295
14296 * exec.h (exec_ops): Make "extern".
14297
14298 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
14299 the function is void.
14300 (mips_pseudo_register_write): Ditto.
14301
14302 2004-01-12 Andrew Cagney <cagney@redhat.com>
14303
14304 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
14305 call. Never defined.
14306 * sparc-tdep.h (struct frame_info): Add opaque declaration.
14307 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
14308 (struct sparc_gregset, struct regcache): Ditto.
14309 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
14310
14311 2004-01-12 Andrew Cagney <cagney@redhat.com>
14312
14313 * mi/ChangeLog: Delete file. Renamed to ...
14314 * mi/ChangeLog-1999-2003: New file.
14315 * tui/ChangeLog: Delete file. Renamed to ...
14316 * tui/ChangeLog-1998-2003: New file.
14317
14318 2004-01-11 Mark Kettenis <kettenis@gnu.org>
14319
14320 * sparc64nbsd-tdep.c: Include "regset.h".
14321 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
14322 Remove variables.
14323 (fetch_core_registers): Remove function.
14324 (sparc64nbsd_core_fns): Remove variable.
14325 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
14326 functions.
14327 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
14328 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14329 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
14330
14331 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
14332 sparc_extract_struct_value_address.
14333 (sparc32_gdbarch_init): Set extract_struct_value_address.
14334 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
14335 function.
14336 (sparc64_init_abi): Set extract_struct_value_address. Don't set
14337 return_value_on_stack.
14338
14339 * NEWS: Mention that %cs and %ss have been added to the AMD64
14340 configurations
14341
14342 * frame.c: Update copyright year.
14343 (get_prev_frame): Improve comment.
14344
14345 * sparc64fbsd-tdep.c: Include "regset.h".
14346 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14347 Remove variables.
14348 (fetch_core_registers): Remove function.
14349 (sparc64fbsd_core_fns): Remove variable.
14350 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
14351 functions.
14352 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
14353 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14354 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
14355
14356 * sparcnbsd-tdep.c: Include "regset.h".
14357 (fetch_core_registers): Remove function.
14358 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
14359 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
14360 functions.
14361 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
14362 TDEP->fpregset.
14363 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
14364
14365 * sparc-tdep.h (struct regset): Provide opaque declaration.
14366 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
14367 fpregset and sizeof_fpregset members.
14368 * sparc-tdep.c (struct regset): Provide opaque declaration.
14369 (sparc_regset_from_core_section): New function.
14370 (sparc32_gdbarch_init): Initialize TDEP->gregset,
14371 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
14372 Set regset_from_core_section when appropriate.
14373
14374 2004-01-10 Mark Kettenis <kettenis@gnu.org>
14375
14376 * x86-64-tdep.c (amd64_non_pod_p): New function.
14377 (amd64_classify_aggregate): Return class memory for non-POD
14378 C++ structure types.
14379
14380 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
14381 argument. Use it to reserve a register if necessary.
14382 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
14383 amd64_push_arguments.
14384
14385 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
14386
14387 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
14388 register numbers in comments.
14389 * x86-64-tdep.h: Update copyright year.
14390 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
14391 Adjust for addition of %cs and %ss.
14392 * amd64fbsd-nat.c: Update copyright year.
14393 (reg_offset): Add register offsets for %cs and %ss.
14394 * amd64fbsd-tdep.c: Update copyright year.
14395 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
14396 (amd64fbsd_sc_reg_offset): Likewise.
14397 * x86-64-linux-nat.c: Update copyright year.
14398 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
14399 and %ss.
14400 * amd64nbsd-nat.c: Update copyright year.
14401 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
14402 * amd64nbsd-tdep.c: Update copyright year.
14403 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
14404 * x86-64-linux-tdep.c: Update copyright year.
14405 (user_to_gdb_regmap): Add mapping for %cs and %ss.
14406 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
14407 * regformats/reg-x86-64.dat: Add %cs and %ss.
14408
14409 * blockframe.c (inside_entry_func): Reformat. Introduce new local
14410 variables to prevent long lines. Update comments to reflect
14411 reality.
14412
14413 2004-01-09 David Carlton <carlton@kealia.com>
14414
14415 Checked in by Elena Zannoni <ezannoni@redhat.com>.
14416 * dwarf2read.c (read_namespace): Pull out name-generating code
14417 into namespace_name. Rename previous_namespace to previous_prefix
14418 and processing_current_namespace to processing_current_prefix..
14419 (namespace_name): New function.
14420 (add_partial_symbol): Substitute uses of pdi->name with
14421 actual_name.
14422 * cp-support.h: Rename processing_current_namespace to
14423 processing_current_prefix.
14424 Update copyright year.
14425 * cp-namespace.c: Rename processing_current_namespace to
14426 processing_current_prefix.
14427 Update copyright year.
14428
14429 2004-01-09 Andrew Cagney <cagney@redhat.com>
14430
14431 * jv-valprint.c, ser-unix.c: Add missing copyright years.
14432
14433 2004-01-09 Mark Kettenis <kettenis@gnu.org>
14434
14435 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
14436 complaining.
14437 (process_one_symbol): Deal with N_PATCH stabs.
14438
14439 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
14440
14441 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
14442 ifdeffed code.
14443 Update copyright year.
14444
14445 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14446
14447 * config/pa/tm-hppa.h: Update extern declarations for
14448 hppa32_hpux_frame_saved_pc_in_sigtramp,
14449 hppa32_hpux_frame_base_before_sigtramp, and
14450 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
14451
14452 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14453
14454 * config/pa/tm-hppah.h: Update copyright years.
14455
14456 2004-01-08 Andrew Cagney <cagney@redhat.com>
14457
14458 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
14459 (mips_o32_reg_struct_has_addr): Delete function.
14460 (mips_gdbarch_init): Update.
14461 (mips_extract_struct_value_address): Delete function.
14462
14463 2004-01-08 David Mosberger <davidm@hpl.hp.com>
14464
14465 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
14466 reality.
14467
14468 2004-01-07 Andrew Cagney <cagney@redhat.com>
14469
14470 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
14471 architecture's elf flags (when available).
14472
14473 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
14474 FPU to the start, check the MIPS FPU when looking for an old
14475 architecture.
14476 (set_mipsfpu_single_command): Update the architecture.
14477 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
14478
14479 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
14480 (mips_mask_address_p): Add "tdep" parameter.
14481 (show_mask_address, mips_addr_bits_remove): Update.
14482 (mips_dump_tdep): Update.
14483 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
14484 (MIPS_STACK_ARGSIZE): Delete macro.
14485 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
14486 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
14487 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
14488 (mips_dump_tdep): Update.
14489 (MIPS_SAVED_REGSIZE): Delete macro.
14490 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
14491 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
14492 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
14493 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
14494 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
14495 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
14496 (mips_pop_frame, return_value_location): Update.
14497 (mips_n32n64_return_value, mips_dump_tdep): Update.
14498
14499 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
14500 MIPS ABI.
14501
14502 * mips-tdep.c: Update copyright.
14503 (mips_gdbarch_init): Merge two code blocks handling the register
14504 name and number layout.
14505
14506 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
14507
14508 * tracepoint.c (validate_actionline): Fix segv at EOF
14509
14510 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14511
14512 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
14513 properly for static fields.
14514
14515 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
14516 Jason Molenda <jmolenda@apple.com>
14517
14518 * disasm.c: Update copyright to include 2004.
14519 (do_mixed_source_and_assembly): For uiout asm list
14520 and tuple cleanups, initialize to null_cleanup instead of
14521 NULL and do so prior to loop. Only reset when we close off
14522 the tuple/list. Move check for whether to close off the
14523 asm tuple/list to after dump_insns call where it will be run
14524 on each loop iteration.
14525
14526 2004-01-05 Andrew Cagney <cagney@redhat.com>
14527
14528 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
14529 should be a switch case and not a label.
14530 * mips-tdep.c (mips32_next_pc): Delete unused labels
14531 "greater_equal_branch" and "less_zero_branch".
14532 * jv-valprint.c (java_print_value_fields): Delete unused label
14533 "flush_it".
14534
14535 * target.c (unpush_target): Only close a target that is in the
14536 target stack.
14537
14538 2004-01-05 Mark Kettenis <kettenis@gnu.org>
14539
14540 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
14541 address from [sp + 64] instead of %o2.
14542
14543 * frame.c (get_prev_frame): Don't try to unwind the PC. This
14544 fixes PR backtrace/1476.
14545
14546 2004-01-05 Andrew Cagney <cagney@redhat.com>
14547
14548 * libunwind-frame.h (struct frame_id): Add opaque declaration,
14549 move to start of file.
14550 * i386-tdep.h (struct regcache): Add opaque declaration.
14551 * config/ia64/nm-linux.h (struct target_ops): Add opaque
14552 declaration.
14553 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
14554 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
14555 * win32-nat.c (fake_create_process): Use ISO C style definition.
14556 * stabsread.c (define_symbol): Delete #ifndef
14557 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
14558 stabs_argument_has_addr call, macro never defined.
14559
14560 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
14561
14562 * op50-rom.c: Delete.
14563 * w89k-rom.c: Delete.
14564 * Makefile.in: Remove references.
14565
14566 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14567
14568 * x86-64-tdep.c: Update copyright year.
14569 (struct amd64_register_info): Rename from x86_64_register_info.
14570 (amd64_register_info): Rename from x86_64_register_info.
14571 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
14572 (amd64_register_name): Rename from x86_64_register_name.
14573 (amd64_register_type): Rename from x86_64_register_type.
14574 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
14575 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
14576 (amd64_dwarf_reg_to_regnum): Rename from
14577 x86_64_dwarf_reg_to_regnum.
14578 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
14579 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
14580 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
14581 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
14582 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
14583 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
14584 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
14585 (amd64_frame_cache): Rename from x86_64_frame_cache.
14586 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
14587 (amd64_frame_prev_register): Rename from
14588 x86_64_frame_prev_register.
14589 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
14590 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
14591 (amd64_sigtramp_frame_cache): Rename from
14592 x86_64_sigtramp_frame_cache.
14593 (amd64_sigtramp_frame_prev_register): Rename from
14594 x86_64_sigtramp_frame_prev_register.
14595 (amd64_sigtramp_frame_unwind): Rename from
14596 x86_64_sigtramp_frame_unwind.
14597 (amd64_sigtramp_frame_sniffer): Rename from
14598 x86_64_sigtramp_frame_sniffer.
14599 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
14600 (amd64_frame_base): Rename from x86_64_frame_base.
14601 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
14602 (amd64_frame_align): Rename from x86_64_frame_align.
14603 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
14604 (amd64_regset_from_core_section): Rename from
14605 x86_64_regset_from_core_section.
14606 (x86_64_init_abi): Update comments.
14607
14608 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
14609
14610 * MAINTAINERS (write after approval): Add myself.
14611
14612 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14613
14614 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
14615 `float' arguments.
14616
14617 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14618
14619 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
14620 such that it mentions a specific version of GCC that exhibits this
14621 bug.
14622
14623 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14624
14625 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
14626 structure that has a single `float' member, store it in %f1 in
14627 addition to %f0.
14628
14629 * sparc-sol2-nat.c: Add missing '\'.
14630
14631 * sparc-tdep.c (sparc32_return_value): New function.
14632 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
14633 Remove functions.
14634 (sparc32_gdbarch_init): Set return_value, don't set
14635 extract_return_value, store_return_value, use_struct_convention
14636 and return_value_on_stack.
14637
14638 * sparc-sol2-nat.c: Add missing ')'.
14639
14640 2004-01-03 J. Brobecker <brobecker@gnat.com>
14641
14642 * infrun.c (handle_step_into_function): New function.
14643 (handle_inferior_event): Extract out some code into the new
14644 function above.
14645
14646 2004-01-03 J. Brobecker <brobecker@gnat.com>
14647
14648 * infrun.c (handle_inferior_event): Move the declaration of
14649 real_stop_pc inside the if blocks where it is used.
14650
14651 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14652
14653 * sparc64-tdep.c (sparc64_16_byte_align_p)
14654 (sparc64_store_floating_fields, sparc64_store_floating_fields):
14655 Use check_typedef to get subtypes of structures and unions.
14656 (sparc64_store_return_value): Fix calculation of the appropriate
14657 offset into VALBUF when storing a structure or union.
14658 (sparc64_return_value): New function.
14659 (sparc64_use_struct_convention): Remove function.
14660 (sparc64_init_abi): Set return_value, don't set
14661 extract_return_value, store_return_value and
14662 use_struct_convention.
14663
14664 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
14665
14666 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
14667 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
14668 gdb/config/alpha/xm-alphaosf.h,
14669 gdb/config/powerpc/tm-ppcle-eabi.h,
14670 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
14671 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
14672 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
14673 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
14674 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
14675 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
14676 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
14677 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
14678 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
14679 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
14680 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
14681 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
14682 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
14683 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
14684 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
14685 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
14686 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
14687 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
14688 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
14689 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
14690 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
14691 Remove lines for .cvsignore files.
14692
14693 2004-01-03 J. Brobecker <brobecker@gnat.com>
14694
14695 * infrun.c: Back out the previous change.
14696
14697 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14698
14699 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
14700 sparc-*-sunos4* to the list of REMOVED configurations.
14701
14702 * configure.tgt: Add back sparc-*-vxworks*.
14703 * remote-vxsparc.c: Remove all includes except for "defs.h",
14704 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
14705 Include "sparc-tdep.h".
14706 (SPARC_R_G1): New define.
14707 (vxsparc_gregset): New variable.
14708 (ext_format_sparc): Remove extern declaration.
14709 (vx_read_register): Rewrite to use sparc32_supply_gregset and
14710 sparc32_supply_fpregset.
14711 (vx_write_register): Rewrite to use sparc32_collect_gregset,
14712 sparc_collect_rwindow and sparc32_collect_fpregset.
14713 * config/sparc/tm-vxworks.h: New file, based on recently removed
14714 tm-vxsparc.h.
14715 * config/sparc/vxworks.mt: New file, based on recently removed
14716 vxworks.mt.
14717
14718 2004-01-03 J. Brobecker <brobecker@gnat.com>
14719
14720 * infrun.c (handle_step_into_function): New function.
14721 (handle_inferior_event): Extract out some code into the new
14722 function above.
14723
14724 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14725
14726 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
14727 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
14728 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
14729 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
14730 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
14731 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
14732 (sparc_nat_h): New variable.
14733 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
14734 (tm-sun4os4.h): Remove dependency.
14735 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
14736 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
14737 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
14738 sparc-tdep.o): Update dependencies.
14739 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
14740 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
14741 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
14742 dependencies.
14743 * configure.host: Remove existing sparc-*-lynxos*,
14744 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
14745 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
14746 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
14747 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
14748 triplets.
14749 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
14750 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
14751 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
14752 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
14753 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
14754 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
14755 sparc64-*-solaris2* and sparc64-*-* triplets.
14756 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
14757 "symtab.h" and "objfiles.h".
14758 (BIAS): Remove define.
14759 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
14760 (X_DISP19): Remove macros.
14761 (sparc_fetch_instruction): Remove function.
14762 (struct gdbarch_tdep): Remove definition.
14763 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
14764 (sparc_breakpoint_from_pc): Remove function.
14765 (struct sparc64_frame_cache): Remove definition.
14766 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
14767 sparc64_unwind_pc): Remove functions.
14768 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
14769 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
14770 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
14771 (sparc64_frame_cache): Change return type to `struct
14772 sparc_frame_cache *'. Simply call sparc_frame_cache.
14773 (sparc64_frame_this_id, sparc64_frame_prev_register,
14774 sparc64_frame_base_address): Use `struct sparc_frame_cache'
14775 instead of `struct sparc64_frame_cache.
14776 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14777 sparc_analyze_control_transfer, sparc_software_single_step,
14778 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14779 _initialize_sparc64_tdep): Remove functions.
14780 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
14781 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
14782 macros.
14783 (sparc64_supply_gregset, sparc64_collect_gregset,
14784 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
14785 (sparc64_init_abi): New function.
14786 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
14787 inclusion guard. Include "sparc-tdep.h".
14788 (BIAS): Define.
14789 (r_tstate_offset, r_fprs_offset): New defines.
14790 (enum sparc_regnum): Remove defenition.
14791 (enum sparc64_regnum): Reformat.
14792 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14793 (sparc64_init_abi, sparc64_supply_gregset,
14794 sparc64_collect_gregset, sparc64_supply_fpregset,
14795 sparc64_collect_fpregset): New prototypes.
14796 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14797 Add extern declarations.
14798 (sparc64_sol2_init_abi): New prototype.
14799 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14800 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14801 prototypes.
14802 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14803 "sparnbsd-nat.h".
14804 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14805 functions.
14806 (_initialize_sparc64fbsd_nat): Remove initialization of
14807 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14808 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
14809 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
14810 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
14811 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14812 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14813 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14814 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14815 (sparc64fbsd_r_y_offset): Remove variables.
14816 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14817 Make static and const.
14818 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14819 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14820 functions.
14821 (sparc64fbsd_gregset): New variable.
14822 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14823 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14824 and sparc64_supply_fpregset.
14825 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14826 (sparc64fbsd_sigtramp_frame_this_id)
14827 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14828 (sparc64fbsd_sigtramp_frame_unwind): New variable.
14829 (sparc64fbsd_sigtramp_frame_sniffer): New function.
14830 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14831 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14832 * sparcnbsd-tdep.c: Update copyright year. Include
14833 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14834 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14835 "value.h" and "sparcnbsd-tdep.h".
14836 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14837 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14838 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14839 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14840 defines.
14841 (sparcnbsd_gregset): New variable.
14842 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14843 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14844 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14845 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14846 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14847 variables.
14848 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14849 (sparc32nbsd_sigcontext_frame_this_id)
14850 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14851 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14852 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14853 (sparcnbsd_get_longjmp_target_32,
14854 sparcnbsd_get_longjmp_target_64): Remove functions.
14855 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14856 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14857 sparcnbsd_init_elf): Remove.
14858 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14859 (sparcnbsd_elf_init_abi): New functions.
14860 (_initialize_sparcnbsd_tdep): New prototype.
14861 (_initialize_sparnbsd_tdep): Update.
14862 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14863 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14864 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14865 * config/sparc/linux.mh: Update comment.
14866 (XM_FILE, HOST_IPC): Remove variables.
14867 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14868 sparc-linux-nat.o.
14869 * config/sparc/linux.mt: Update comment.
14870 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14871 * config/sparc/nbsd.mt: Reformat.
14872 * config/sparc/nbsd64.mh: Update comment.
14873 (NATDEPFILES): Add sparc-nat.o.
14874 * config/sparc/nbsd64.mt: Update comment.
14875 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14876 (TM_FILE): Set to tm-nbsd.h.
14877 * config/sparc/nbsdelf.mh: Update comment.
14878 (NATDEPFILES): Add sparc-nat.o.
14879 (XM_FILE): Delete.
14880 * config/sparc/nbsdaout.mh: Update comment.
14881 (NATDEPFILES): Add sparc-nat.o
14882 (XM_FILE): Delete.
14883 * config/sparc/nm-linux.h: Update copyright year. Don't include
14884 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14885 inclusion.
14886 (KERNEL_U_SIZE): Remove define.
14887 (kernel_u_size): Remove prototype.
14888 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14889 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14890 "regcache.h".
14891 (CHILD_PREPARE_TO_STORE): Remove define.
14892 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14893 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14894 sparcnbsd-nat.c: Rewrite files.
14895 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14896 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14897 sparcnbsd-tdep.h: Remove files.
14898 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14899 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14900 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14901 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14902 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14903 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14904 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14905 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14906 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14907 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14908 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14909 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14910 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14911 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14912 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14913 * config/sparc/linux64.mh, config/sparc/linux64.mt,
14914 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14915 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14916 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14917
14918 2004-01-02 Andrew Cagney <cagney@redhat.com>
14919
14920 From 2003-12-18 Kazuhiro Inaoka:
14921 * configure.host: Add m32r-linux target.
14922
14923 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14924
14925 * top.c (print_gdb_version): Update year to 2004.
14926
14927 2004-01-02 Mark Mitchell <mark@codesourcery.com>
14928
14929 * MAINTAINERS: Add myself to the write-after-approval category.
14930
14931 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
14932
14933 From Bernardo Innocenti <bernie@develer.com>:
14934 * configure.tgt: Add uClinux target.
14935
14936 2004-01-02 Andrew Cagney <cagney@redhat.com>
14937
14938 * utils.c (do_my_cleanups): Make static, add forward declaration.
14939 * defs.h (do_my_cleanups): Delete declaration.
14940
14941 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
14942
14943 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14944 bfd/ChangeLog-0203.
14945
14946 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14947
14948 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
14949 in <machine/reg.h>.
14950 * configure, config.in: Regenerate.
14951
14952 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14953 tui/ChangeLog-1998-2003.
14954 \f
14955 Local Variables:
14956 mode: change-log
14957 left-margin: 8
14958 fill-column: 74
14959 version-control: never
14960 End: