2004-12-12 Andrew Cagney <cagney@gnu.org>
[binutils-gdb.git] / gdb / ChangeLog
1 2004-12-12 Andrew Cagney <cagney@gnu.org>
2
3 * frame.c (get_prev_frame): When unwinding normal frames, check
4 that the PC isn't zero.
5 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Delete check for a
6 zero PC.
7
8 * MAINTAINERS: Reword description of what "Target Instruction Set
9 Architectures" covers.
10
11 2004-12-12 Mark Kettenis <kettenis@gnu.org>
12
13 * hppa-hpux-nat.c (hppa_hpux_child_can_run): Tweak comment.
14
15 2004-12-11 Mark Kettenis <kettenis@gnu.org>
16
17 * hppa-hpux-nat.c (ss_mpsfu_high): Remove define.
18 (hppa_hpux_save_state_offset): New function, replacing variable
19 with the same name.
20 (hppa_cannot_fetch_register, hppa_cannot_store_register): Remove
21 functions.
22 (hppa_hpux_fetch_register): Don't call hppa_cannot_fetch_register.
23 Use new hppa_hpux_save_state_offset function. Add special
24 handling for handling 64-bit "flags" register.
25 (hppa_hpux_store_register): Likewise.
26 (hppa_hpux_child_can_run): Tweak comment.
27
28 * inf-ttrace.c (inf_ttrace_him): Set TTEVT_BPT_SSTEP if available.
29 (inf_ttrace_attach): Likewise.
30 (inf_ttrace_resume_callback): New function.
31 (inf_ttrace_resume): Don't use TT_PROC_CONTINUE. Iterate over all
32 lwps and call inf_ttrace_resume_callback instead.
33 (inf_ttrace_wait): Handle TTEVT_BPT_SSTEP.
34
35 * inf-ttrace.c (_initialize_inf_ttrace): Unconditionially compile.
36
37 2004-12-10 Michael Snyder <msnyder@redhat.com>
38
39 * mn10300-tdep.c: New file. This is a re-implementation of
40 the mn10300 target back-end using the new frame api etc.
41 * mn10300-tdep.h: New file.
42 * config/mn10300/mn10300.mt: New file (or replace old file).
43 * configure.tgt: Add mn10300 target.
44
45 2004-12-10 Mark Kettenis <kettenis@gnu.org>
46
47 * configure.host (hppa*-*-hpux11*): Remove.
48 * config/pa/hpux11.mh: Remove file.
49
50 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Fix
51 typo.
52
53 2004-12-10 Kris Warkentin <kewarken@qnx.com>
54
55 * nto-tdep.h: Include osabi.h. Prototypes for generic Neutrino
56 osabi sniffer, signal handling initializer, 'in_dynsym_resolve_code'
57 function and nto_set_target function.
58 (struct nto_target_ops): Put comments inline with struct. Add osabi
59 sniffer hook. Redefine macros to permit testing/assignment. Remove
60 nto_ prefix from members.
61 * nto-tdep.c (nto_find_and_open_solib): Allocate all buffers
62 dynamically to support arbitrary root paths. Check for basename of
63 lib in search path and then check for absolute.
64 (nto_in_dynsym_resolve_code): New function.
65 (nto_core_sniffer): New function.
66 (regset_core_fns): Register core sniffer.
67 (nto_initialize_signals): New function.
68 (_initialize_nto_tdep): Move signal initialization code to above to
69 avoid initialization race conditions.
70 (nto_set_target): New function.
71 * nto-procfs.c: Minor formatting/indenting changes.
72 (procfs_is_nto_target): New function.
73 (procfs_open): Set nto_is_nto_target.
74 (_initialize_procfs): Ditto. Remove notice_signals() call to avoid
75 initialization race conditions.
76 (procfs_create_inferior): Resume inferior after creation.
77 * i386-nto-tdep.c: Declare i386_nto_target.
78 (init_i386nto_ops): Initialize i386_nto_target instead of
79 current_nto_target.
80 (i386nto_init_abi): Initialize signals. Call nto_set_target. Set
81 TARGET_SO_IN_DYNSYM_RESOLVE_CODE.
82 (_initialize_i386nto_tdep): Call init_i386nto_ops. Register osabi
83 sniffer.
84
85 2004-12-10 Mark Kettenis <kettenis@gnu.org>
86
87 * hppa-hpux-tdep.c (child_enable_exception_callback): Use XMALLOC.
88 (hppa_hpux_sigtramp_frame_unwind_cache): Use ARRAY_SIZE.
89 (hppa_hpux_init_abi): Reformat long line.
90
91 2004-12-09 Mark Kettenis <kettenis@gnu.org>
92
93 * hppa-hpux-tdep.c: Include "regset.h".
94 (HPPA_HPUX_SS_WIDEREGS, HPPA_HPUX_SS_FLAGS_OFFSET)
95 (HPPA_HPUX_SS_NARROW_OFFSET, HPPA_HPUX_SS_FPBLOCK_OFFSET)
96 (HPPA_HPUX_SS_WIDE_OFFSET, HPPA_HPUX_SAVE_STATE_SIZE)
97 (HPPA_HPUX_PA89_SAVE_STATE_SIZE): New defines.
98 (hppa_hpux_supply_ss_narrow, hppa_hpux_supply_ss_fpblock)
99 (hppa_hpux_supply_ss_wide, hppa_hpux_supply_save_state): New
100 functions.
101 (hppa_hpux_regset): New variable.
102 (hppa_hpux_regset_from_core_section): New function.
103 (hppa_hpux_init_abi): Set regset_from_core_section.
104 (hppa_hpux_core_osabi_sniffer): New function.
105 (_initialize_hppa_hpux_tdep): Register
106 hppa_hpux_core_osabi_sniffer.
107 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
108 * config/pa/hppahpux.mt (TDEPFILES): Add corelow.o.
109
110 2004-12-09 Randolph Chung <tausq@debian.org>
111
112 * solib-pa64.c (pa64_relocate_section_addresses): Properly relocate
113 text and data sections.
114 (pa64_current_sos): Also include the dld in the list of current shared
115 objects.
116 (pa64_solib_get_solib_by_pc): Update comments.
117 (pa64_solib_get_text_base): New function.
118 (pa64_solib_select): Set solib_get_text_base method.
119
120 2004-12-08 Daniel Jacobowitz <dan@debian.org>
121
122 * linux-thread-db.c (BUILD_THREAD): Delete.
123 (thread_get_info_callback): Include LWP ID in thread ID.
124 (thread_from_lwp, check_event, find_new_threads_callback): Likewise.
125 (lwp_from_thread): Use the LWP ID from the thread ID.
126
127 2004-12-07 Randolph Chung <tausq@debian.org>
128
129 * hppa-tdep.c (hppa_frame_prev_register_helper): Zero out the entire
130 register for both 32- and 64-bit targets.
131
132 2004-12-07 Randolph Chung <tausq@debian.org>
133
134 * frame.c (get_prev_frame): Don't terminate unwinding at main if we
135 are unwinding through a dummy frame.
136
137 2004-12-07 Randolph Chung <tausq@debian.org>
138
139 * hppa-tdep.h (gdbarch_tdep): Add unwind_adjust_stub method.
140 * hppa-hpux-tdep.c (hppa_hpux_unwind_adjust_stub): New function.
141 (hppa_hpux_init_abi) Set unwind_adjust_stub method.
142 * hppa-tdep.c (hppa_frame_cache): Call unwind_adjust_stub method
143 if defined.
144
145 2004-12-07 Randolph Chung <tausq@debian.org>
146
147 * hppa-tdep.c (hppa_stub_Frame_unwind_cache): Stop unwinding if
148 unwinding from a frame with pc == 0.
149 (hppa_stub_frame_this_id): Likewise.
150 (hppa_stub_frame_prev_register): Only provide real values if the frame
151 cache is not NULL.
152
153 2004-12-07 Randolph Chung <tausq@debian.org>
154
155 * solib-som.c: New file.
156 * solib-som.h: New file.
157 * solib-pa64.c: New file.
158 * solib-pa64.h: New file.
159
160 2004-12-07 Mark Kettenis <kettenis@gnu.org>
161
162 * Makefile.in (inf-ttrace.o): Fix typo.
163
164 2004-12-07 Jim Blandy <jimb@redhat.com>
165
166 * remote.c (remote_threads_info, remote_current_thread): Use
167 strtoul to parse thread ID numbers.
168
169 2004-12-07 Mark Kettenis <kettenis@gnu.org>
170
171 * inf-ttrace.c: Include "gdbthread.h".
172 (inf_ttrace_num_lwps): New variable.
173 (inf_ttrace_num_lwps_in_syscall): Renamed from
174 inf_ttrace_num_threads_in_syscall.
175 (inf_ttrace_him): Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
176 TTEVT_LWP_TERMINATE events.
177 (inf_ttrace_create_inferior): Assert that INF_TTRACE_NUM_LWPS is
178 zero.
179 (inf_ttrace_mourn_inferior): Set INF_TTRACE_NUM_LWPS to zero.
180 (inf_ttrace_attach): Assert that INF_TTRACE_NUM_LWPS is zero.
181 Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE
182 events.
183 (inf_ttrace_wait): Report status as TARGET_WAITKIND_SPURIOUS by
184 default. Handle TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
185 TTEVT_LWP_TERMINATE events.
186 (inf_ttrace_thread_alive, inf_ttrace_pid_to_str): New functions.
187 (inf_ttrace_target): Set to_thread_alive and to_pid_to_str.
188 * Makefile.in (inf-ttrace.o): Update dependencies.
189
190 * hppa-tdep.h (hppa_read_pc, hppa_write_pc, hppa_unwind_pc): New
191 prototypes.
192 * hppa-tdep.c (hppa_read_pc): Rename from hppa_target_read_pc.
193 Make global. Remove HP-UX specific code. Use
194 frame_unwind_register_unsigned instead of
195 frame_unwind_register_signed.
196 (hppa_write_pc): Rename from hppa_target_write_pc. Make global.
197 Remove HP-UX specific code.
198 (hppa_unwind_pc): Make global. Remove HP-UX specific code.
199 (hppa_frame_prev_register_helper): Set "flags" register to zero
200 for all unwound frames.
201 (hppa_gdbarch_init): Adjust.
202 * hppa-hpux-tdep.c (HPPA_HPUX_SS_INSYSCALL): New define.
203 (hppa_hpux_read_pc, hppa_hpux_write_pc)
204 (hppa_hpux_unwind_pc): New functions.
205 (hppa_hpux_init_abi): Set read_pc, write_pc and unwind_pc.
206
207 2004-12-07 Andreas Schwab <schwab@suse.de>
208
209 * main.c (long_options): Add entry for "-l".
210 (print_gdb_help): Add line for -l option.
211 * NEWS: Mention it.
212
213 2004-12-05 Randolph Chung <tausq@debian.org>
214
215 * hppah-nat.c (store_inferior_registers): Rewrite logic to not use
216 DEPRECATED_REGISTER_BYTE.
217
218 2004-12-05 Randolph Chung <tausq@debian.org>
219
220 * hppa-tdep.c (unwind_command): Print the stub type for stub unwind
221 records.
222
223 2004-12-05 Mark Kettenis <kettenis@gnu.org>
224
225 * somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.
226 * config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.
227
228 * hppa-hpux-tdep.c: Update copyright notice and year.
229
230 2004-12-05 Richard Earnshaw <rearnsha@arm.com>
231
232 * doublest.c (FLOATFORMAT_LARGEST_BYTES): New define.
233 (get_field, put_field): Assert that the format is one we can handle.
234 Simplify logic accordingly.
235 (floatformat_normalize_byteorder): New function.
236 (convert_floatformat_to_doublest): Use floatformat_normalize_byteorder
237 to normalize and select modified byte order. Pass modified byte order
238 to get_field.
239 (floatformat_is_negative, floatformat_is_nan, floatformat_mantissa):
240 Likewise.
241 (convert_doublest_to_floatformat): Select an appropriate intermediate
242 byte order if necessary. Always convert to the final format before
243 returning.
244
245 2004-12-04 Daniel Jacobowitz <dan@debian.org>
246
247 PR tui/1703
248 * linux-nat.c (linux_tracefork_child): Use _exit instead of exit.
249 Suggested by Joshua Neuheisel.
250
251 2004-12-03 Randolph Chung <tausq@debian.org>
252
253 * gdbarch.sh (instruction_nullified): Delete.
254 * gdbarch.c: Regenerate.
255 * gdbarch.h: Regenerate.
256 * hppa-tdep.c (hppa_target_read_pc): Adjust pc if instruction is
257 nullified.
258 (hppa_unwind_pc): Likewise.
259 (hppa_instruction_nullified): Delete.
260 (hppa_gdbarch_init): Don't set instruction_nullified method.
261 * infrun.c (infwait_states): Remove infwait_nullified_state.
262 (handle_inferior_event): Remove handling of infwait_nullified_state.
263 Remove handling of nullified instructions.
264
265 2004-12-03 Mark Kettenis <kettenis@gnu.org>
266
267 * inf-ttrace.c: Include <sys/mman.h>.
268 (struct inf_ttrace_page): New.
269 (struct inf_ttrace_page_dict): New.
270 (inf_ttrace_num_threads_in_syscall)
271 (inf_ttrace_reenable_page_protections): New variables.
272 (inf_ttrace_enable_syscall_events)
273 (inf_ttrace_disable_syscall_events, inf_ttrace_get_page)
274 (inf_ttrace_add_page, inf_ttrace_insert_page)
275 (inf_ttrace_remove_page, inf_ttrace_mask_page_protections)
276 (inf_ttrace_enable_page_protections)
277 (inf_ttrace_disable_page_protections)
278 (inf_ttrace_insert_watchpoint, inf_ttrace_remove_watchpoint)
279 (inf_ttrace_can_use_hw_breakpoint)
280 (inf_ttrace_region_size_ok_for_hw_watchpoint)
281 (inf_ttrace_stopped_by_watchpoint): New functions.
282 (inf_ttrace_him): Remove unsused varaible `tts'.
283 (inf_ttrace_create_inferior): Add assertionts.
284 (inf_ttrace_mourn_inferior): Clear page dictionary.
285 (inf_ttrace_attach): Set initial event mask.
286 (inf_ttrace_detach): Reset number of threads in system call.
287 (inf_ttrace_wait): Deal with system call events.
288 (inf_ttrace_target): Initialize "hardware" watchpoint-related
289 parts of the target vector.
290 (_initialize_inf_ttrace): New prototype and function.
291
292 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
293 type of `gp' variable.
294
295 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
296
297 * README: Remove config.if from directory listing.
298
299 2004-12-01 Joel Brobecker <brobecker@gnat.com>
300
301 * alpha-tdep.c (alpha_register_name): Add comment.
302 (alpha_cannot_fetch_register): Exclude registers numbers which
303 are no longer used from the list of registers that can be fetched.
304 (alpha_cannot_store_register): Exclude registers numbers which
305 are no longer used from the list of registers that can be stored.
306 * alpha-nat.c (fetch_osf_core_registers): Add missing value in
307 core_reg_mapping array.
308
309 2004-12-01 Joel Brobecker <brobecker@gnat.com>
310
311 * alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
312 the register value from the correct frame.
313
314 2004-11-30 Randolph Chung <tausq@debian.org>
315
316 * hppa-linux-tdep.c (insns_match_pattern_relaxed): New function.
317 (hppa_linux_in_dyncall): Check that we are inside the range of
318 $$dyncall, not necessarily at the first insn.
319 (hppa_linux_in_solib_call_trampoline): Identify a trampoline
320 even if the pc does not point to the first insn of the trampoline.
321
322 2004-11-30 Randolph Chung <tausq@debian.org>
323
324 * breakpoint.c (break_at_finish_command): Delete.
325 (break_at_finish_command_1): Delete.
326 (break_at_finish_at_depth_command): Delete.
327 (break_at_finish_at_depth_command_1): Delete.
328 (tbreak_at_finish_command): Delete.
329 * hppa-tdep.c (_initialize_hppa_tdep): Remove deprecated xbreak, tbreak
330 and bx commands.
331
332 2004-11-30 Andrew Cagney <cagney@gnu.org>
333
334 * config/nm-gnu.h: Delete file.
335 * config/i386/nm-i386gnu.h: Inline "config/nm-gnu.h".
336
337 * config/nm-sysv4.h: Delete file.
338 * config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h".
339 * config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h".
340 * config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h".
341 * config/ia64/nm-aix.h: Inline "config/nm-sysv4.h".
342 * config/mips/nm-irix5.h: Inline "config/nm-sysv4.h".
343
344 2004-11-29 Andrew Cagney <cagney@gnu.org>
345
346 * MAINTAINERS: Add Randolph Chung (pa), Jeff Johnston (ia64), Kei
347 Sakamoto (m32r), Joel Brobecker (mips), and Ulrich Weigand (s390)
348 as can-commit architecture developers.
349
350 2004-11-29 Mark Kettenis <kettenis@gnu.org>
351
352 * sparc-tdep.c (X_RS1, X_SIMM13): New macros.
353 (sparc32_skip_prologue): Skip instructions that store arguments in
354 registers into their corresponding stack slots.
355
356 * config/m68k/nbsdaout.mh (NAT_FILE): Set to solib.h instead of
357 tm-solib.h.
358 * config/m68k/obsd.mh (NAT_FILE): Likewise.
359
360 * sparc-tdep.h (sparc32nbsd_elf_init_abi): New prototype.
361 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Make global.
362 * sparcobsd-tdep.c (sparc32obsd_init_abi): Call
363 sparc32nbsd_elf_init_abi. Remove duplicate code.
364
365 * config/sparc/nbsdaout.mh (NAT_FILE): Set to solib.h.
366 * config/sparc/nbsdelf.mh (NAT_FILE): Remove variable.
367 * config/sparc/nm-nbsd.h: Remove file.
368 * config/sparc/nm-nbsdaout.h: Remove file.
369
370 * sparc-nat.c (inf_ptrace_xfer_partial): New variable.
371 (sparc_xfer_partial): New function.
372 (sparc_target): Save value of to_xfer_partial from ptrace vector.
373 Set to_xfer_partial.
374
375 * fork-child.c (fork_inferior): Fork instead of vfork if
376 PRE_TRACE_FUN is non-null.
377
378 2004-11-24 Fred Fish <fnf@specifixinc.com>
379
380 * rs6000-tdep.c (skip_prologue): Use line table info to skip over
381 compiler generated function calls made as part of a prologue.
382
383 2004-11-23 Mark Kettenis <kettenis@gnu.org>
384
385 * inf-ttrace.c: New file.
386 * inf-ttrace.h: New file.
387 * hppa-hpux-nat.c [HAVE_TTRACE]: Include <sys/ttrace>.
388 Include "inf-ttrace.h".
389 (ss_mpsfu_high): Define to ss_tlsp if necessary.
390 (hppa_hpux_fetch_register, hppa_hpux_store_register): Use
391 ptid_get_pid instead of PIDGET. Modify to handle both ttrace and
392 ptrace systems.
393 (_initialize_hppa_hpux_nat) [HAVE_TTRACE]: Call inf_ttrace_traget
394 instead of inf_ptrace_target.
395 * config/pa/hpux.mh (NATDEPFILES): Add inf-ttrace.o.
396 * Makefile.in (inf_ttrace_h): New variable.
397 (hppa-hpux-nat.o): Update dependency.
398 (inf-ttrace.o): New dependency.
399 (ALLDEPFILES): Add inf-ptrace.c and inf-ttrace.c.
400
401 2004-11-23 Randolph Chung <tausq@debian.org>
402
403 * arch-utils.c (generic_instruction_nullified): New.
404 * arch-utils.h (generic_instruction_nullified): New.
405 * gdbarch.sh (instruction_nullified): New method.
406 * gdbarch.c: Regenerate.
407 * gdbarch.h: Regenerate.
408 * infrun.c (INSTRUCTION_NULLIFIED): Delete.
409 (handle_inferior_event): Replace INSTRUCTION_NULLIFIED with calls to
410 new gdbarch method.
411 * config/pa/tm-hppa.h (INSTRUCTION_NULLIFIED): Delete definition.
412 * hppa-tdep.c (hppa_instruction_nullified): Remove prototype and make
413 static. Rewrite to work directly off the passed regcache.
414 (hppa_gdbarch_init): Set instruction_nullified method.
415
416 2004-11-23 Joel Brobecker <brobecker@gnat.com>
417
418 * sparc-tdep.c (sparc_is_unimp_insn): New function.
419 (sparc32_frame_cache): For functions where there is no debugging
420 information to help us determine whether it's a struct-return
421 function or not, fallback on checking whether the instruction
422 at the return address is an "unimp" instruction or not.
423
424 2004-11-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
425
426 * MAINTAINERS: Add myself to write after approval section.
427
428 * hppa-hpux-nat.c (child_suppress_run): Add variable to allow
429 hpux-thread.c to suppress children from running.
430 (hppa_hpux_child_can_run): New function.
431 (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run.
432 * hpux-thread.c: Include string.h and hppa-tdep.h.
433 (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM,
434 HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively.
435 (hpux_thread_store_registers): Replace deprecated_registers with
436 calls to regcache_raw_read.
437 * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC.
438
439 2004-11-21 Mark Kettenis <kettenis@gnu.org>
440
441 * sparc64fbsd-nat.c: Update copyright year.
442 (_initialize_sparc64fbsd_nat): Construct and add target vector.
443 * config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
444 inftarg.o.
445
446 2004-11-21 Daniel Jacobowitz <dan@debian.org>
447
448 * sparc-tdep.c (sparc_software_single_step): Handle stepping to NULL.
449
450 2004-11-21 Daniel Jacobowitz <dan@debian.org>
451
452 * linux-nat.c (my_waitpid): New function.
453 (linux_test_for_tracefork): Make more robust and verbose. Take
454 an ORIGINAL_PID argument and test for PTRACE_SETOPTIONS first.
455 (linux_supports_tracefork, linux_supports_tracevforkdone): Take a PID
456 argument. Update calls to linux_test_for_tracefork.
457 (linux_enable_event_reporting, child_follow_fork)
458 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
459 (child_insert_exec_catchpoint): Update calls to
460 linux_supports_tracefork and linux_supports_tracevforkdone.
461
462 2004-11-21 Daniel Jacobowitz <dan@debian.org>
463
464 * valarith.c (value_subscript): Copy VALUE_FRAME_ID.
465 (value_subscripted_rvalue): Likewise.
466 * valops.c (search_struct_field, value_slice): Likewise.
467
468 2004-11-21 Mark Kettenis <kettenis@gnu.org>
469
470 * inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
471 Reorder includes a bit. Fix comment.
472 * Makefile.in (inf-ptrace.o): Update dependencies.
473
474 2004-11-21 Andreas Schwab <schwab@suse.de>
475
476 * m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
477 (m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
478 svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
479 to glibc_skip_solib_resolver.
480 * config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o. Remove
481 solib-legacy.o.
482 * Makefile.in (m68klinux-tdep.o): Update dependencies.
483
484 2004-11-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
485
486 * infttrace.h (ttrace_write_reg_64): Add prototype.
487 * hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
488 expression.
489 (store_inferior_registers): Correct formatting. Replace uses of
490 deprecated_registers with calls to regcache_raw_read,
491 regcache_raw_write_part and regcache_raw_read_part.
492
493 2004-11-21 Mark Kettenis <kettenis@gnu.org>
494
495 * config/pa/hppahpux.mh: Remove file.
496 * config/pa/hpux1020.mh: Remove file.
497
498 2004-11-20 Andreas Schwab <schwab@suse.de>
499
500 * configure.host: Set host floatformat for m68k.
501
502 2004-11-20 Eli Zaretskii <eliz@gnu.org>
503
504 * config/djgpp/fnchange.lst: Resolve file-name clash between
505 hppa-hpux-tdep.c and the new hppa-hpux-nat.c.
506
507 2004-11-20 Mark Kettenis <kettenis@gnu.org>
508
509 * hppa-hpux-nat.c: New file.
510 * config/pa/hpux.mh (NATDEPFILES): New file.
511 * Makefile.in (ALLDEPFILES): Add hppa-hpux-nat.c.
512 (hppa-hpux-nat.o): New dependency.
513 * configure.host: Remove hppa*-*-hpux10.20.
514 (hppa*-*-hpux*, hppa*-*-hiux*): Set gdb_host to hpux.mh.
515
516 * inf-ptrace.c: Fix coding style.
517
518 * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
519 * infptrace.c (call_ptrace): Simply call ptrace with four
520 arguments.
521
522 * dbxread.c (process_one_symbol): Fix a few coding standard
523 issues. Improve code formatting.
524
525 * dbxread.c: Include "gdb_string.h".
526 (record_minimal_symbol, read_ofile_symtab): Replace
527 DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp.
528 * Makefile.in (dbxread.o): Update dependencies.
529
530 * dwarf2-frame.c (read_encoded_value): Correctly calculate number
531 of bytes read for aligned LEB128 encodings.
532
533 2004-11-19 Mark Kettenis <kettenis@gnu.org>
534
535 * bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value from
536 parse_and_eval_address to u_long before converting it to a pointer
537 type.
538 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Change type of
539 ps_strings from int to u_long.
540 * i386obsd-nat.c (_initialize_i386obsd_nat): Cast _ps.val to
541 u_long instead of CORE_ADDR.
542
543 2004-11-18 Mark Kettenis <kettenis@gnu.org>
544
545 * dbxread.c (process_one_symbol): Do not adjust address of first
546 N_SLINE stab for a function for code generated by non-GCC
547 compilers.
548
549 2004-11-18 Kevin Buettner <kevinb@redhat.com>
550
551 * solib-null.c: New file.
552
553 2004-11-17 Andrew Cagney <cagney@gnu.org>
554
555 * MAINTAINERS: Drop MIPS and remote.
556
557 2004-11-15 Andrew Cagney <cagney@gnu.org>
558
559 * findvar.c (value_of_register): Set the frame ID.
560 * value.c (value_primitive_field): Copy the frame ID.
561 * valops.c (value_assign): Simplify lval_register case, there's
562 always a frame.
563
564 2004-11-14 Daniel Jacobowitz <dan@debian.org>
565
566 * Makefile.in (mips-linux-tdep.o): Update dependencies.
567 * mips-linux-tdep.c: Include "regcache.h".
568 (fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
569
570 2004-11-14 Daniel Jacobowitz <dan@debian.org>
571
572 * Makefile.in (linux-thread-db.o): Fix typo in last change.
573
574 2004-11-14 Daniel Jacobowitz <dan@debian.org>
575
576 * linux-thread-db.c: New file, renamed from thread-db.c.
577 * thread-db.c: Remove.
578 * Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
579 * config/alpha/alpha-linux.mh (NATDEPFILES): Rename thread-db.o
580 to linux-thread-db.o.
581 * config/arm/linux.mh (NATDEPFILES): Likewise.
582 * config/i386/linux.mh (NATDEPFILES): Likewise.
583 * config/i386/linux64.mh (NATDEPFILES): Likewise.
584 * config/ia64/linux.mh (NATDEPFILES): Likewise.
585 * config/m32r/linux.mh (NATDEPFILES): Likewise.
586 * config/m68k/linux.mh (NATDEPFILES): Likewise.
587 * config/mips/linux.mh (NATDEPFILES): Likewise.
588 * config/pa/linux.mh (NATDEPFILES): Likewise.
589 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
590 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
591 * config/s390/s390.mh (NATDEPFILES): Likewise.
592 * config/sparc/linux.mh (NATDEPFILES): Likewise.
593 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
594
595 2004-11-13 Andrew Cagney <cagney@gnu.org>
596
597 * config/i386/i386lynx.mh: Delete file.
598 * config/i386/i386lynx.mt: Delete file.
599 * Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
600 * i386ly-tdep.c: Delete.
601
602 * config/tm-lynx.h: Delete, inline contents ...
603 * config/rs6000/tm-rs6000ly.h: ... here.
604
605 * config/tm-sysv4.h: Delete file, inlining contents.
606 * config/ia64/tm-aix.h (SKIP_TRAMPOLINE_CODE): Define.
607 * config/tm-linux.h (SKIP_TRAMPOLINE_CODE): Define.
608 * config/tm-nto.h (SKIP_TRAMPOLINE_CODE): Define.
609
610 * regcache.h (deprecated_register_valid): Delete.
611 (deprecated_registers): Delete.
612 * regcache.c (deprecated_register_valid): Delete.
613 (deprecated_registers): Delete.
614 (deprecated_read_register_byte, _initialize_regcache)
615 (deprecated_write_register_bytes, build_regcache): Update.
616 * config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
617 remote-sds.o.
618 * config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
619 * config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
620
621 * NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
622 v850-*-* under removed.
623 * configure.host: Delete ns32k-*-netbsd*.
624 * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
625 ns32k-*-netbsd*, and v850*-*-*.
626 * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
627 "Deleted"
628 * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
629 * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
630 * mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
631 * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
632 * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
633 * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
634 * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
635 * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
636 * v850-tdep.c: Delete.
637
638 2004-11-13 Joel Brobecker <brobecker@gnat.com>
639
640 * irix5-nat.c (fetch_core_registers): Replace use of
641 deprecated_registers by equivalent code.
642
643 2004-11-13 Joel Brobecker <brobecker@gnat.com>
644
645 * irix5-nat.c (fill_gregset): Replace use of deprecated_registers
646 with equivalent code.
647 (fill_fpregset): Likewise.
648
649 2004-11-13 Andrew Cagney <cagney@gnu.org>
650
651 * MAINTAINERS: Do not list "Deleted" architectures.
652
653 * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
654 m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
655 sparc-*-vxworks*.
656 * NEWS: Mention that vxworks was deleted.
657 * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete.
658 * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete.
659 * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete.
660 * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete.
661 * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete.
662 * vx-share/ptrace.h, vx-share/regPacket.h: Delete.
663 * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete.
664 * vx-share/wait.h, vx-share/xdr_ld.c: Delete.
665 * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete.
666 * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete.
667 * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete.
668 * remote-vxmips.c, remote-vx.c: Delete.
669 * remote-vx68.c: Delete.
670 * config/m68k/tm-os68k.h: Remove reference to VxWorks.
671 * config/m68k/os68k.mt, ada-lang.h: Ditto.
672 * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o)
673 (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
674
675 2004-11-13 Eli Zaretskii <eliz@gnu.org>
676
677 * config/i386/xm-go32.h: Don't include fopen-bin.h.
678 Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
679
680 * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
681 branch that doesn't define CRLF_SOURCE_FILES; always use
682 binary-mode open.
683 (print_source_lines_base, forward_search_command)
684 (reverse_search_command): Enable the code that accepts DOS-style
685 CRLF line endings on all platforms (this removes the need for
686 CRLF_SOURCE_FILES).
687
688 * defs.h: Fix wording of the comment before FOPEN_RB.
689 (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
690
691 * config/djgpp/fnchange.lst: Group renames for opcode directory
692 together.
693
694 * config/djgpp/djconfig.sh: Replace file names that don't exist
695 anymore with existing files, for checking the unpacked
696 distribution.
697
698 * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
699 Export pre-cooked values in configure-* targets that begin with
700 "@test -f stage_last".
701
702 2004-11-12 Andrew Cagney <cagney@gnu.org>
703
704 * defs.h (enum lval_type): Delete lval_reg_frame_relative.
705 * value.h (struct value): Update comment.
706 * valops.c (value_assign): Fold lval_reg_fame_relative into
707 lval_register.
708 * findvar.c (value_from_register, locate_var_value): Ditto.
709
710 2004-11-12 Randolph Chung <tausq@debian.org>
711
712 * config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
713 * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
714 (write_exp_msymbol): Remove conditional check for symbols starting
715 with $. Update comments.
716
717 2004-11-12 Randolph Chung <tausq@debian.org>
718
719 * pa64solib.c (pa64_solib_thread_start_addr): Rename from
720 so_lib_thread_start_addr.
721 * pa64solib.h (so_list): Forward declare.
722 (pa64_solib_thread_start_addr): Prototype.
723 * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
724 (no_shared_libraries): Remove.
725 (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
726 * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
727 * hpread.c (hpread_process_one_debug_symbol): Use either the som or
728 the elf solib handler to find the start address.
729
730 * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support
731 files to the target makefile.
732 * config/pa/hpux1020.mh (NATDEPFILES): Likewise.
733 * config/pa/hpux11.mh (NATDEPFILES): Likewise.
734 * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
735
736 * config/pa/hppa64.mt (TDEPFILES): Put target-specific support
737 files for symbol reading and shared library handling here.
738 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
739 (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target
740 without bringing in 64-bit support.
741
742 2004-11-12 Andrew Cagney <cagney@gnu.org>
743
744 * sparc-tdep.c: Replace VALUE_TYPE with value_type.
745 * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
746 * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
747 * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
748 * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
749 * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
750 * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
751
752 Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
753 * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
754 (VALUE_REGNUM): Define.
755 (struct value): Delete location.regnum, rename "regno" to
756 "regnum".
757 * value.c, valops.c, valarith.c, findvar.c: Update.
758
759 * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
760 (VALUE_BITPOS): Delete.
761 (value_type, value_offset, value_bitsize, value_bitpos): Declare.
762 * value.c (value_type, value_offset, value_bitpos)
763 (value_bitsize): New functions. Update references.
764 * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
765 * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
766 * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
767 * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
768 * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
769 * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
770 * valops.c, eval.c, findvar.c, breakpoint.c: Update.
771 * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
772 * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
773
774 2004-11-12 Andrew Cagney <cagney@gnu.org>
775
776 * cris-tdep.c (cris_register_offset): Delete, never called.
777 (cris_spec_reg_applicable): Delete cris_ver_sim.
778 * MAINTAINERS: List d10v as OBSOLETE.
779 * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
780 FOPEN_WB et.al., defined by "fopen-bin.h".
781
782 2004-11-12 Randolph Chung <tausq@debian.org>
783
784 * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
785 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
786 * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
787 * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
788
789 2004-11-12 Mark Kettenis <kettenis@jive.nl>
790
791 * tui/tui-io.c: Don't include "terminal.h".
792 * Makefile.in (tui-io.o): Update dependencies.
793
794 2004-11-12 Kei Sakamoto <sakamoto.kei@renesas.com>
795
796 * Makefile.in (m32r-linux-tdep.o): Update dependencies.
797 * m32r-linux-tdep.c (m32r_linux_init_abi): Call
798 set_gdbarch_regset_from_core_section for core file support.
799 (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
800 New functions.
801
802 2004-11-11 Randolph Chung <tausq@debian.org>
803
804 * hppa-tdep.c (skip_prologue_hard_way): Make static, add
805 stop_after_branch parameter and use it to determine if we should look
806 at the delay slot of the first branch insn to find prologue insns.
807 (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
808 (hppa_frame_cache): Likewise.
809
810 2004-11-11 Randolph Chung <tausq@debian.org>
811
812 * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
813 register so that it can be unwound from anywhere in the prologue.
814
815 2004-11-10 msnyder <msnyder@redhat.com>
816
817 * rs6000-tdep.c (skip_prologue): After saving lr_offset,
818 must invalidate lr_reg (so we don't try to save it again).
819 Ditto for cr_offset and cr_reg.
820
821 2004-11-05 Jon Beniston <jon@beniston.com>
822
823 Committed by Andrew Cagney.
824 * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK
825 when an unexpected packet is received, as the target stubs
826 continually retransmit the same packet until ACKed.
827
828 2004-11-10 Randolph Chung <tausq@debian.org>
829
830 * frame.c (get_prev_frame): Use get_frame_type to retrieve the
831 frame's type.
832
833 2004-11-10 Randolph Chung <tausq@debian.org>
834
835 * blockframe.c (inside_entry_func): Move to .....
836 * frame.c (inside_entry_func): ... here, and make static.
837 (backtrace_past_entry): New flag.
838 (get_prev_frame): Stop backtrace at the entry function if enabled
839 by flag. Update comments.
840 (_initialize_frame): Add command to set backtrace_past_entry flag.
841 * defs.h (inside_entry_func): Remove prototype.
842
843 2004-11-10 Mark Kettenis <kettenis@gnu.org>
844
845 * dwarf2read.c: Fix formatting.
846
847 2004-11-10 Andrew Cagney <cagney@gnu.org>
848
849 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
850 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
851 macros with function declarations.
852 * value.c (coerce_ref, coerce_array, coerce_number)
853 (coerce_enum): New functions.
854 (value_as_long, value_as_address): Update.
855 * ada-lang.c (ada_coerce_ref, ada_value_binop)
856 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
857 * jv-lang.c (evaluate_subexp_java): Update.
858 * valarith.c (value_less, value_neg, value_complement)
859 (value_binop, value_add, value_subscript, value_x_binop)
860 (value_logical_not, value_sub): Update.
861 * valops.c (check_field, value_struct_elt, value_ind)
862 (value_find_oload_method_list, value_cast, value_assign): Update.
863 * eval.c (evaluate_subexp_standard): Update.
864
865 2004-11-10 Mark Kettenis <kettenis@gnu.org>
866
867 * mips-tdep.c (mips32_relative_offset): Change return type to
868 LONGEST, change argument type to ULONGEST. Fix sign-extension.
869
870 2004-11-10 Randolph Chung <tausq@debian.org>
871
872 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
873 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
874 (hppa_fetch_pointer_argument): Likewise.
875 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
876 deprecated_read_memory_nobpt.
877 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
878 add_set_cmd sequence with add_setshow_boolean_cmd.
879
880 2004-11-09 Andrew Cagney <cagney@gnu.org>
881
882 GDB 6.3 released from GDB 6.3 branch.
883
884 2004-11-09 Andrew Cagney <cagney@gnu.org>
885
886 * values.c: Rename to ...
887 * value.c: ..., new file.
888 * Makefile.in: Update.
889
890 2004-11-09 Daniel Jacobowitz <dan@debian.org>
891
892 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
893 size.
894
895 2004-11-09 Andrew Cagney <cagney@gnu.org>
896
897 * TODO: Delete.
898
899 * value.h (struct value): Delete field bfd_section.
900 (VALUE_BFD_SECTION): Delete macro.
901 (COERCE_REF): Update.
902 (value_at, value_at_lazy): Delete asection parameter.
903 * printcmd.c (print_formatted, x_command): Update.
904 (do_examine): Delete asection parameter.
905 (next_section): Delete variable.
906 * valops.c (value_cast, value_at, value_at_lazy)
907 (value_coerce_function, value_addr, value_ind, value_string)
908 (find_rt_vbase_offset, value_full_object): Update.
909 * hpacc-abi.c (hpacc_virtual_fn_field)
910 (hpacc_value_rtti_type): Update.
911 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
912 (gnuv3_baseclass_offset): Update.
913 * f-valprint.c (f_val_print): Update.
914 * c-valprint.c (c_val_print): Update.
915 * p-valprint.c (pascal_val_print): Update.
916 * jv-valprint.c (java_value_print): Update.
917 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
918 * ada-lang.c (ada_value_primitive_packed_val)
919 (ada_evaluate_subexp): Update.
920 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
921 * expprint.c (print_subexp_standard): Update.
922 * infcall.c (call_function_by_hand): Update.
923 * valarith.c (value_add): Update.
924 * eval.c (evaluate_subexp_standard): Update.
925 * values.c (allocate_value, value_copy, value_static_field): Update.
926 * findvar.c (read_var_value, locate_var_value): Update.
927
928 2004-11-09 Andrew Cagney <cagney@gnu.org>
929
930 * i386-linux-tdep.c: Include "dwarf2-frame.h".
931 * Makefile.in: Update all dependencies.
932
933 2004-11-08 Andrew Cagney <cagney@gnu.org>
934
935 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
936 (sentinel_frame_unwinder): Add the prev_pc method.
937 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
938 available. Do not handle the sentinel-frame case.
939 * frame-unwind.h (frame_prev_register_ftype): Define.
940 (struct frame_unwind): Add prev_pc;
941
942 2004-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
943
944 * configure.in: Check for ncurses/term.h.
945 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
946 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
947 * tui/tui.c: Don't include term.h.
948 * configure, config.in: Rebuilt.
949
950 2004-11-08 Mark Kettenis <kettenis@gnu.org>
951
952 * m68kbsd-nat.c: Include "inf-ptrace.h".
953 (_initialize_m68kbsd_nat): Fix pasto.
954 * Makefile.in (m68kbsd-nat.o): Update dependencies.
955
956 2004-11-08 Randolph Chung <tausq@debian.org>
957
958 * infrun.c (debug_infrun): New variable.
959 (resume, proceed, wait_for_inferior): Annotate with debug messages.
960 (handle_inferior_event, keep_going): Likewise.
961 (_initialize_infrun): Register "set debug infrun" command.
962
963 2004-11-08 Andreas Schwab <schwab@suse.de>
964
965 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
966 PTRACE_EVENT_VFORKDONE.
967 (child_follow_fork): Adjust.
968
969 2004-11-08 Andrew Cagney <cagney@gnu.org>
970
971 * README: Refer to 6.3, not 6.2, update directory listing droppng
972 references to intl/ and mmalloc/.
973 * PROBLEMS: Refer to 6.3 not 6.2.
974
975 * PROBLEMS: Delete no-longer applicable problems.
976
977 2004-11-07 Andrew Cagney <cagney@redhat.com>
978 Daniel Jacobowitz <dan@debian.org>
979 Roland McGrath <roland@redhat.com>
980
981 * Makefile.in (symfile-mem.o): Update dependencies.
982 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
983 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
984 * inf-ptrace.c (inf_ptrace_attach): Call
985 observer_notify_inferior_created.
986 * inftarg.c (child_attach): Likewise.
987 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
988 (symbol_file_add_from_memory): Take NAME argument. Use it for
989 the new BFD's filename.
990 (add_symbol_file_from_memory_command): Update call to
991 symbol_file_add_from_memory.
992 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
993 (symbol_file_add_from_memory_wrapper): New.
994 (_initialize_symfile_mem): Register add_vsyscall_page as an
995 inferior_created observer.
996
997 2004-11-07 Mark Kettenis <kettenis@gnu.org>
998
999 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
1000 fetch_inferior_registers. Make static.
1001 (m68kbsd_store_inferior_registers): Rename from
1002 store_inferior_registers. Make static.
1003 (_initialize_m68kbsd_nat): Construct and add target vector.
1004 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1005 inftarg.o. Add inf-ptrace.o.
1006 (NAT_FILE): Set to tm-solib.h.
1007 (LOADLIBES): New variable.
1008 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1009 inftarg.o. Add inf-ptrace.o.
1010 (NAT_FILE): Delete variable.
1011 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1012 inftarg.o. Add inf-ptrace.o.
1013 (NAT_FILE): Set to tm-solib.h.
1014 * config/m68k/nm-nbsdaout.h: Remove file.
1015
1016 2004-11-07 Daniel Jacobowitz <dan@debian.org>
1017
1018 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
1019 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
1020 (dwarf2_signal_frame_unwind): New.
1021 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
1022 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
1023
1024 2004-11-07 Mark Kettenis <kettenis@gnu.org>
1025
1026 * Makefile.in (mips64obsd-tdep.o): Fix typo.
1027
1028 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
1029 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
1030 to only include the structure members we actually need.
1031 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
1032 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
1033 only include the structure members we actually need.
1034 (mipsnbsd_init_abi): Update.
1035
1036 * mips64obsd-nat.c: Include "mips-tdep.h".
1037 (MIPS64OBSD_NUM_REGS): Remove define.
1038 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
1039 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
1040 floating-point registers correctly.
1041 * Makefile.in (mips64obsd-nat.o): Update dependencies.
1042
1043 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
1044 "gdb_assert.h".
1045 (mips64obsd_sigframe_init): New function.
1046 (mips64obsd_sigframe): New variable.
1047 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
1048 unwinder.
1049 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
1050
1051 2004-11-06 Joel Brobecker <brobecker@gnat.com>
1052
1053 * alpha-mdebug-tdep.c: #include mdebugread.h.
1054 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
1055 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
1056
1057 2004-11-05 Andrew Cagney <cagney@gnu.org>
1058
1059 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
1060 CFI and the init_reg method leave the register unspecified.
1061 Include the register name in the "Incomplete CFI data" complaint.
1062 Supress leading zeros in the address.
1063
1064 2004-11-05 Mark Kettenis <kettenis@gnu.org>
1065
1066 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
1067 skipping a personality routine in a CIE augmentation.
1068
1069 2004-11-05 Jeff Johnston <jjohnstn@redhat.com>
1070
1071 * defs.h (fatal, vfatal): New function prototypes.
1072 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
1073 via catch_errors.
1074 (backtrace_command): Change to call backtrace_command_stub via
1075 catch_errors instead of calling backtrace_command_1 directly.
1076 (backtrace_full_command): Ditto.
1077 * utils.c (error_stream_1): New static function.
1078 (verror): Change to call error_stream_1 instead of error_stream.
1079 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
1080 (vfatal, fatal): New functions.
1081
1082 2004-11-05 Andrew Cagney <cagney@gnu.org>
1083
1084 * stack.c (parse_frame_specification_1): Clear selected_frame_p
1085 when not using selected frame.
1086
1087 2004-11-05 Mark Kettenis <kettenis@jive.nl>
1088
1089 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
1090 personality routine in a CIE augmentation.
1091
1092 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
1093
1094 * stack.c (set_current_sal_from_frame): New function.
1095 (print_args_stub): Use it.
1096 (print_frame_info): Don't set sal here.
1097
1098 2004-11-04 Mark Kettenis <kettenis@gnu.org>
1099
1100 * dwarf2-frame.c (read_encoded_value): Change type of third
1101 argument to `unsigned char *'. Add support for LEB128 encodings.
1102
1103 2004-11-04 Jim Blandy <jimb@redhat.com>
1104
1105 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
1106 prevent cross-objfile references.
1107 (make_cv_type): Doc fix. Don't create cross-objfile references,
1108 even for stub types.
1109 (replace_type): Add assertion to prevent cross-objfile references.
1110 (check_typedef): Never resolve a stub type by copying over a type
1111 from another file.
1112
1113 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
1114
1115 * Makefile.in (m32r-tdep.o): Update dependencies.
1116 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
1117 ABI-specific overrides.
1118
1119 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
1120
1121 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
1122 unnecessary parallel execution bit.
1123 (m32r_memory_remove_breakpoint): Ditto.
1124 (m32r_breakpoint_from_pc): Update.
1125
1126 2004-11-03 Randolph Chung <tausq@debian.org>
1127
1128 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
1129 frame_func_unwind to locate the unwind entry.
1130 (hppa_frame_this_id): Likewise.
1131
1132 2004-11-03 Andrew Cagney <cagney@gnu.org>
1133
1134 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
1135 packet, obsolete configurations, end-of-life deprecated_registers.
1136
1137 2004-11-02 Mark Kettenis <kettenis@gnu.org>
1138
1139 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
1140 encodings as well as unsigned encodings.
1141
1142 2004-11-02 Andrew Cagney <cagney@gnu.org>
1143
1144 * value.h (COERCE_VARYING_ARRAY): Delete.
1145 * valops.c (value_cast, value_slice): Delete use.
1146 * valarith.c (value_subscript, value_concat): Delete use.
1147
1148 2004-11-02 Paul Hilfinger <hilfingr@nile.gnat.com>
1149
1150 * NEWS: GDB understands GNAT Ada.
1151
1152 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
1153
1154 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
1155 (amd64-sol2-tdep.o): Add dependencies.
1156 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
1157 config/i386/sol2-64.mt: New files.
1158 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
1159 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
1160 (supply_gregset): Correct order of arguments to
1161 amd64_supply_native_gregset.
1162 (fill_gregset): Correct order of arguments to
1163 amd64_collect_native_gregset.
1164 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
1165 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
1166 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
1167 for definition of NEW_PROC_API.
1168 * configure: Regenerate.
1169
1170 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
1171
1172 * MAINTAINERS (Write After Approval): Add myself.
1173
1174 2004-11-01 Andrew Cagney <cagney@gnu.org>
1175
1176 * configure.tgt: Mark d10v-*-* as obsolete.
1177 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
1178
1179 2004-11-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1180
1181 * values.c (modify_field): Correct handling of bit-fields that
1182 don't fit in 32 bits. Use unsigned operations throughout and
1183 simplify the code a bit. Document preconditions.
1184
1185 2004-10-31 Andrew Cagney <cagney@gnu.org>
1186
1187 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1188 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1189 (in_plt_section): Delete.
1190
1191 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
1192 (mips_gdbarch_init): Do not set same.
1193
1194 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
1195 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
1196
1197 * gdbarch.sh (in_solib_call_trampoline): Delete.
1198 * gdbarch.h, gdbarch.c: Re-generate.
1199
1200 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
1201 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
1202 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
1203 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
1204 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
1205
1206 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1207
1208 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1209 (mipsnbsd_fetch_inferior_registers): Rename from
1210 fetch_inferior_registers. Make static.
1211 (mipsnbsd_store_inferior_registers): Rename from
1212 store_inferior_registers. Make static.
1213 (_initialize_mipsnbsd_nat): New function and prototype.
1214 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1215 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
1216 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
1217 inf-ptrace.o.
1218
1219 2004-10-31 Andrew Cagney <cagney@gnu.org>
1220
1221 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
1222 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
1223 delete corresponding unused function.
1224 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
1225 in_solib_call_trampoline.
1226 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1227 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1228 * config/mips/tm-nbsd.h: Ditto.
1229 * config/arm/tm-linux.h: Ditto.
1230 * config/mips/tm-linux.h: Ditto.
1231
1232 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
1233 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
1234 in_solib_call_trampoline, delete corresponding unused function.
1235 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
1236 (vaxnbsd_aout_init_abi): Ditto.
1237 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
1238 (sparc32nbsd_aout_init_abi): Ditto.
1239 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
1240 (ppc_linux_init_abi): Ditto.
1241 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
1242 (ns32knbsd_init_abi_aout): Ditto.
1243 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
1244 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
1245 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
1246 (m68kbsd_aout_init_abi): Ditto.
1247 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
1248 (i386_cygwin_init_abi): Ditto.
1249 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
1250 (i386bsd_init_abi): Ditto.
1251
1252 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
1253 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
1254 isn't used by this architecture.
1255 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
1256 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
1257 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
1258 * s390-tdep.c (s390_gdbarch_init): Ditto.
1259 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
1260 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
1261 * i386-tdep.c (i386_svr4_init_abi): Ditto.
1262 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
1263 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
1264 * amd64-tdep.c (amd64_init_abi): Ditto.
1265
1266 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
1267 in_solib_call_trampoline to its default value of
1268 generic_in_solib_call_trampoline.
1269 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
1270 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
1271 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
1272 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
1273 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
1274 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
1275
1276 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
1277
1278 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
1279
1280 * config/mips/tm-mips.h: Delete file.
1281 * remote-mips.c: Delete tm-mips.h from comment.
1282 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
1283 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
1284 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
1285 * config/mips/tm-linux.h: Don't include tm-mips.h.
1286 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
1287 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
1288 * config/mips/tm-wince.h: Don't include.
1289
1290 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
1291 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
1292 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1293 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1294
1295 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
1296 * mdebugread.c (ecoff_relocate_efi): Delete function.
1297 * objfiles.c (objfile_relocate): Delete #ifdef
1298 MDEBUG_EFI_SYMBOL_NAME code.
1299
1300 2004-10-31 Orjan Friberg <organ.friberg@axis.com>
1301 Andrew Cagney <cagney@gnu.org>
1302
1303 * gdbarch.sh (single_step_through_delay): Add.
1304 * gdbarch.h, gdbarch.c: Re-generate.
1305 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
1306 (mips_step_skips_delay): Delete.
1307 * mips-tdep.c (mips_single_step_through_delay): Replace
1308 mips_step_skips_delay.
1309 (mips_gdbarch_init): Set single_step_through_delay.
1310 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
1311
1312 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1313
1314 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
1315 from TRAMP_FRAME frame type.
1316
1317 2004-10-31 Andrew Cagney <cagney@gnu.org>
1318
1319 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
1320
1321 * mips-tdep.c (mips_ignore_helper): Delete.
1322 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
1323 * infrun.c (handle_inferior_event): Delete #ifdef
1324 DEPRECATED_IGNORE_HELPER_CALL code.
1325
1326 * config/mips/tm-mips.h (RA_REGNUM): Delete.
1327
1328 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1329
1330 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
1331 (fill_fpregset): Do not compile for 64-bit systems.
1332 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
1333 * Makefile.in (i386-sol2-nat.o): Update dependencies.
1334 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
1335
1336 2004-10-30 Andrew Cagney <cagney@gnu.org>
1337
1338 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
1339 (struct mdebug_extra_func_info): Define.
1340 * config/alpha/tm-alpha.h: Delete same.
1341 * config/mips/tm-mips.h: Delete same.
1342 * mdebugread.c: Delete same.
1343 * Makefile.in: Update dependencies.
1344 * mips-mdebug-tdep.c: Include "mdebugread.h".
1345
1346 * objfiles.c: Include "mdebugread.h".
1347 * mdebugread.c: Include "mdebugread.h".
1348 (ecoff_relocate_cfi): Delete.
1349 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
1350 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
1351 * mdebugread.h (ecoff_relocate_efi): New file.
1352 * Makefile.in: Update dependencies.
1353
1354 * mips-tdep.c (struct frame_extra_info): Delete.
1355 (temp_proc_desc): Delete.
1356
1357 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1358 MIPS_EFI_SYMBOL_NAME.
1359 (mips_extra_func_info_t, mips_extra_func_info): Delete.
1360 (struct mdebug_extra_func_info): Replace struct
1361 alpha_extra_func_info and alpha_extra_func_info_t.
1362 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1363 MIPS_EFI_SYMBOL_NAME.
1364 (struct mdebug_extra_func_info): Replace struct
1365 alpha_extra_func_info and alpha_extra_func_info_t.
1366 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
1367 * mdebugread.c, alpha-mdebug-tdep.c:
1368
1369 Suggested by Mark Kettenis.
1370 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
1371 fields frame_adjust and high_addr.
1372 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
1373 (non_heuristic_proc_desc): Delete references.
1374
1375 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
1376 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
1377 * mips-tdep.c: Update.
1378
1379 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
1380 (MIPS_LAST_EMBED_REGNUM): Add.
1381 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
1382 (LAST_EMBED_REGNUM): Delete.
1383 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
1384
1385 * config/mips/tm-mips.h (PS_REGNUM): Delete.
1386 * mips-tdep.h (MIPS_PS_REGNUM): Add.
1387 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
1388 * mips-linux-nat.c: Update.
1389
1390 * mips-tdep.h: Add comments on registers.
1391 (MIPS_UNUSED_REGNUM): Define.
1392 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
1393 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
1394 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
1395 * mips-linux-nat.c, remote-mips.c: Update.
1396
1397 * config/mips/tm-mips.h (t_insn): Delete.
1398 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
1399 Replace t_insn with ULONGEST.
1400
1401 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1402
1403 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
1404 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
1405 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
1406 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1407 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
1408 (mipsnbsd_core_osabi_sniffer): New function.
1409 (mipsnbsd_init_abi): Set regset_from_core_section.
1410 (_initialize_mipsnbsd_tdep): Remove calls to
1411 deprecated_add_core_fns.
1412 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
1413 (mipsnbsd_regset_from_core_section): New functions.
1414 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
1415 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1416
1417 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
1418 Remove optimization for DEPRECATED_FP_REGNUM.
1419
1420 2004-10-30 Andrew Cagney <cagney@gnu.org>
1421
1422 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
1423 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
1424 (alpha_setup_arbitrary_frame): Delete.
1425 * mips-tdep.c (setup_arbitrary_frame): Delete.
1426 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
1427 (setup_arbitrary_frame): Delete.
1428 * stack.c (parse_frame_specification_1): When specified, call
1429 create_new_frame with two parameters. Delete #ifdef
1430 SETUP_ARBITRARY_FRAME.
1431
1432 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
1433 (MIPS_INSTLEN): Delete.
1434 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
1435 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
1436 * remote-mips.c, mips-tdep.c: Update.
1437
1438 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
1439 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
1440 * mips-tdep.c (mips_mdebug_frame_cache)
1441 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
1442 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
1443 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
1444 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
1445 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
1446 (mips_gdbarch_init): Do not append mdebug sniffers.
1447 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
1448 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
1449 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
1450 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
1451 * Makefile.in: Update dependencies.
1452
1453 * mips-tdep.h (mips_abi_regsize): Declare.
1454 * mips-tdep.c (mips_abi_regsize): Make non-static.
1455
1456 * mips-tdep.c (gdb_print_insn_mips): Simplify.
1457 (make_mips16_addr): Delete.
1458
1459 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1460
1461 * i386-sol2-nat.c: New file.
1462 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
1463 i386-sol2-tdep.c.
1464 (i386-sol2-nat.o): Update dependencies.
1465 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
1466 i386-sol2-nat.o.
1467
1468 2004-10-30 Andrew Cagney <cagney@gnu.org>
1469
1470 Total breakage identified by Joel Brobecker.
1471 * mips-tdep.c (after_prologue): Delete.
1472 (mips_skip_prologue): Use skip_prologue_using_sal.
1473 (heuristic_proc_desc): Delete, unused.
1474
1475 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1476
1477 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
1478 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
1479 Cleanup coding style.
1480
1481 2004-10-30 Andrew Cagney <cagney@gnu.org>
1482
1483 * mips-tdep.h (mips_pc_is_mips16): Declare.
1484 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
1485 non-static. Update calls.
1486
1487 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
1488 * command.h (add_setshow_enum_cmd): Declare.
1489 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
1490
1491 * mips-tdep.c (_initialize_mips_tdep): Use
1492 add_setshow_zinteger_cmd.
1493
1494 * mips-tdep.c (mips_eabi_extract_return_value)
1495 (mips_o64_extract_return_value, mips_o64_store_return_value)
1496 (return_value_location, mips_eabi_reg_struct_has_addr)
1497 (mips_eabi_use_struct_convention)
1498 (mips_eabi_store_return_value): Delete.
1499 (mips_eabi_store_return_value): New function.
1500 (mips_eabi_return_value): New function.
1501 (mips_gdbarch_init): For O64 and EABI, delete
1502 extract_return_value, store_return_value, use_struct_convention
1503 and reg_struct_has_addr, add return_value.
1504
1505 * mips-tdep.c (read_signed_register): Use
1506 regcache_cooked_read_signed.
1507
1508 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1509
1510 * mipsread.c: Cleanup coding style.
1511 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
1512 (mipscoff_symfile_finish): Remove prototypes.
1513
1514 2004-10-29 Mark Kettenis <kettenis@gnu.org>
1515
1516 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1517 (mips_mdebug_frame_cache, mips16_scan_prologue)
1518 (mips32_scan_prologue, mips_stub_frame_cache)
1519 (heuristic_proc_start, heuristic_proc_desc)
1520 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1521 (mips_n32n64_return_value, mips_o32_push_dummy_call)
1522 (mips_o32_return_value, mips_o64_push_dummy_call)
1523 (mips_step_skips_delay, mips_skip_trampoline_code)
1524 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
1525 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
1526 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
1527 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
1528 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
1529 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
1530 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
1531 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
1532 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
1533 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
1534 ZERO_REGNUM.
1535 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
1536 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
1537 ZERO_REGNUM.
1538 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
1539 A0_REGNUM.
1540 * mipsnbsd-nat.c: Include "mips-tdep.h".
1541 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
1542 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1543
1544 2004-10-29 Andrew Cagney <cagney@gnu.org>
1545
1546 * stack.c (parse_frame_specification_1): New function based on
1547 parse_frame_specification. Add message and selected_frame_p
1548 paramters. Truely always return non-NULL.
1549 (parse_frame_specification): Call parse_frame_specification_1.
1550 (frame_info): Update. Eliminate target_has_stack check.
1551 (select_frame_command): Update.
1552
1553 2004-10-29 Andrew Cagney <cagney@gnu.org>
1554
1555 * frame.h (get_selected_frame): Add message parameter.
1556 * frame.c (get_selected_frame): Add and use message parameter.
1557 * stack.c (current_frame_command, return_command, locals_info)
1558 (catch_info, args_info, up_silently_base, down_silently_base): Use
1559 get_selected_frame with an explicit message.
1560 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
1561 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
1562 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
1563 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
1564 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
1565 * breakpoint.c: Update.
1566
1567 2004-10-29 Andrew Cagney <cagney@gnu.org>
1568
1569 * trad-frame.c (trad_frame_get_prev_register): Use
1570 frame_unwind_register instead of frame_register_unwind, do not
1571 recurse the register's location.
1572 * xstormy16-tdep.c (xstormy16_frame_prev_register):
1573 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
1574 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
1575 * sh-tdep.c (sh_frame_prev_register): Ditto.
1576 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
1577 * i386-tdep.c (i386_frame_prev_register): Ditto.
1578 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
1579 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
1580
1581 2004-10-28 Mark Kettenis <kettenis@jive.nl>
1582
1583 * proc-events.c: Fix several coding-style issues. Consistently
1584 use #ifdef instead of #if defined().
1585 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
1586 ARRAY_SIZE.
1587 (_initialize_proc_events): New prototype.
1588
1589 * proc-why.c: Fix several coding-style issues.
1590 (proc_prettyfprint_why): Use ARRAY_SIZE.
1591
1592 2004-10-27 Jim Blandy <jimb@redhat.com>
1593
1594 * remote.c (fetch_register_using_p): Construct 'p' packet in a
1595 manner independent of the host byte order.
1596
1597 2004-10-27 Mark Kettenis <kettenis@gnu.org>
1598
1599 * mips-tdep.c (id_delayed): Remove prototype.
1600
1601 2004-10-26 Mark Kettenis <kettenis@gnu.org>
1602
1603 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
1604 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
1605 to enum with register numbers.
1606 (enum mips_insn_size): New enum.
1607
1608 2004-10-26 Andrew Cagney <cagney@gnu.org>
1609
1610 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
1611 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
1612 (mips_gdbarch_init): Update.
1613 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
1614
1615 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1616 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
1617 IN_SOLIB_RETURN_TRAMPOLINE.
1618 * mips-tdep.c (mips_dump_tdep): Do not print
1619 IN_SOLIB_RETURN_TRAMPOLINE.
1620 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
1621 (mips_gdbarch_init): Update.
1622
1623 * mips-tdep.h (mips_software_single_step): Move to here ...
1624 * config/mips/tm-mips.h: ... from here.
1625 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
1626 (SOFTWARE_SINGLE_STEP): Delete.
1627 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
1628
1629 2004-10-25 Andrew Cagney <cagney@gnu.org>
1630
1631 * NEWS: Add Changes since GDB 6.3 section.
1632
1633 2004-10-23 Andreas Schwab <schwab@suse.de>
1634
1635 * ada-lang.c (grow_vect): Return the new array instead of
1636 expecting pointer to pointer to avoid violation of aliasing rules.
1637 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
1638
1639 2004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
1640
1641 * s390-tdep.c (enum pv_boolean): Remove.
1642 (pv_is_array_ref): Remove.
1643 (s390_on_stack): Remove.
1644 (S390_NUM_SPILL_SLOTS): Remove.
1645 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
1646 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
1647 (s390_store): Track all stores of orginal incoming registers to the
1648 stack constant offsets relative to the CFA, instead of only tracking
1649 stores into specific spill slots.
1650 (s390_load): Likewise.
1651 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
1652 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
1653 defined as call-saved by the ABI.
1654 (s390_push_dummy_call): Use bottom of dummy call argument save area
1655 as return value, not the top. Do not store to the called function's
1656 register save area.
1657 (s390_unwind_dummy_id): Adapt accordingly.
1658
1659 2004-10-23 Andrew Cagney <cagney@gnu.org>
1660
1661 * objfiles.h (struct objfile): Rename obj_private to
1662 deprecated_obj_private, sym_private to deprecated_sym_private, and
1663 sym_stab_info to deprecated_sym_stab_info.
1664 * gdb-stabs.h: Update.
1665 * elfread.c: Update.
1666 * dbxread.c: Update.
1667 * coffread.c: Update.
1668 * xcoffread.c: Update.
1669 * symfile.c: Update.
1670 * somread.c: Update.
1671 * nlmread.c: Update.
1672 * mdebugread.c: Update.
1673 * hpread.c: Update.
1674 * coffread.c: Update.
1675
1676 2004-10-23 Mark Kettenis <kettenis@gnu.org>
1677
1678 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
1679 * configure.host: Add mips64*-*-openbsd*.
1680 * configure.tgt: Add mips64*-*-openbsd*.
1681 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
1682 mips64obsd-tdep.c.
1683 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
1684 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
1685
1686 2004-10-21 Joel Brobecker <brobecker@gnat.com>
1687
1688 * symtab.c (symbol_search_name): Minor reformatting.
1689
1690 2004-10-20 Joel Brobecker <brobecker@gnat.com>
1691
1692 * symtab.h: Fix typo in comment.
1693
1694 2004-10-19 Mark Kettenis <kettenis@gnu.org>
1695
1696 * dwarf2read.c (struct comp_unit_head): Fix coding style.
1697 (dwarf_decode_line_header): Likewise.
1698
1699 2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
1700
1701 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
1702
1703 2004-10-19 Andrew Cagney <cagney@gnu.org>
1704
1705 GDB 6.3 branch created.
1706 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
1707
1708 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1709
1710 * dwarf2read.c (set_cu_language): Set language to Ada for
1711 DW_LANG_Ada83 and DW_LANG_Ada95.
1712
1713 2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
1714
1715 From Andreas Schwab <schwab@suse.de>:
1716 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
1717 for xmalloc and xrealloc.
1718
1719 2004-10-15 Andrew Cagney <cagney@gnu.org>
1720
1721 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
1722 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
1723 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
1724 Update dependencies.
1725
1726 2004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
1727
1728 * ada-lang.c (ada_lookup_symbol): Correct comment.
1729 (ada_evaluate_subexp): Change error message for
1730 OP_FUNCALL case so as not to indicate an internal error.
1731
1732 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1733
1734 Committed by Paul Hilfinger.
1735 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
1736 type sizes in XVE/XVU types, and emit a warning when that happens,
1737 instead of rounding up the size of the resulting type.
1738 Some minor reformatting.
1739 (ada_is_aligner_type): Do not consider a type as an aligner type
1740 if there is a corresponding XVS type as well.
1741 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
1742 have several levels of pointer indirection to the array.
1743
1744 2004-10-15 Jerome Guitton <guitton@gnat.com>
1745
1746 Committed by Paul Hilfinger.
1747 * ada-lang.c (check_size): New function.
1748 (coerce_unspec_val_to_type): call check_size to make sure
1749 that the object size is reasonable.
1750 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
1751 Implements the case when we get a reference when we evaluate
1752 the expression of one of the bounds of the slice.
1753 (ada_value_struct_elt): when a packed array field is
1754 a reference, use ada_coerce_ref to dereference it; use
1755 ada_value_ind only if it is a pointer.
1756
1757 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1758
1759 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
1760 a bit to avoid the necessity of an advance declaration. Remove
1761 declaration.
1762 (set_reg_offset): Move implemenation up.
1763 (mips16_get_imm): Likewise.
1764 (mips16_scan_prologue): Likewise.
1765 (reset_saved_regs): Likewise.
1766 (mips32_scan_prologue): Likewise.
1767
1768 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1769
1770 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
1771 Remove sp as a parameter, compute it internally instead. Move
1772 prologue scanning limit from heuristic_proc_desc to here.
1773 (mips16_scan_prologue): Likewise.
1774 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
1775 by call to mips16_scan_prologue.
1776 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
1777 by call to mips32_scan_prologue.
1778 (heuristic_proc_desc): Remove code that's no longer necessary.
1779 Update calls to mips16_scan_prologue and mips32_scan_prologue.
1780 (mips_skip_prologue): Update calls to mips16_scan_prologue
1781 and mips32_scan_prologue.
1782
1783 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1784
1785 * mips-tdep.c (mips16_scan_prologue): Merge code from
1786 mips16_skip_prologue. Now return the address of the first
1787 instruction past the function prologue.
1788 (mips16_skip_prologue): Remove, no longer necessary.
1789 (mips_skip_prologue): Replace call to mips16_skip_prologue
1790 by call to mips16_scan_prologue.
1791
1792 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1793
1794 * mips-tdep.c (mips32_scan_prologue): Merge code from
1795 mips32_skip_prologue. Now return the address of the first
1796 instruction past the function prologue.
1797 (mips32_skip_prologue): Remove. No longer necessary.
1798 (mips16_skip_prologue): Add parameter end_pc instead of
1799 computing it.
1800 (mips_skip_prologue): Compute the upper limit for the
1801 prologue scanning. Update call to mips16_skip_prologue.
1802 Replace call to mips32_skip_prologue by call to
1803 mips32_scan_prologue.
1804
1805 2004-10-14 Mark Kettenis <kettenis@gnu.org>
1806
1807 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1808 NetBSD system call stubs that store %rp in the ERP slot of the
1809 stack frame.
1810
1811 * source.c: Always define O_BINARY to 0 if not defined already.
1812 (openp): Unconditionally use O_BINARY.
1813
1814 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1815 * event-top.c (gdb_readline2): Likewise.
1816
1817 2004-10-14 Orjan Friberg <orjanf@axis.com>
1818
1819 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1820 deprecated_add_core_fns which was removed by mistake.
1821
1822 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1823
1824 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1825 references to deprecated_registers[] with equivalent code.
1826
1827 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1828
1829 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1830 ``deprecated_registers'' with equivalent code. Use gdb_assert()
1831 instead of explicit test and print statement.
1832
1833 2004-10-12 Mark Kettenis <kettenis@gnu.org>
1834
1835 * sparc-nat.c: Include "inf-ptrace.h".
1836 (sparc_target): New function.
1837 * sparc-nat.h: Update copyright year.
1838 (sparc_target): New prototype.
1839 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1840 (_initialize_sparcnbsd_nat): Construct and add target vector.
1841 * sparc64nbsd-nat.c: Include "target.h".
1842 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1843 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1844 Update dependencies.
1845 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1846 inftarg.o, add inf-ptrace.o.
1847 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1848 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1849 (NAT_FILE): Set to nm-bsd.h.
1850 (LOADLIBES): New variable.
1851 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1852 infarg.o, add inf-ptrace.o.
1853 * config/sparc/nm-nbsdaout.h: Remove file.
1854 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1855 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1856 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1857
1858 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1859 "fopen-same.h". Update comment.
1860
1861 2004-10-11 Mark Kettenis <kettenis@gnu.org>
1862
1863 * i386gnu-nat.c: Include "gdb_string.h".
1864 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1865 registers when the floating-point state isn't initialized.
1866 * Makefile.in (i386gnu-nat.o): Update dependencies.
1867
1868 2004-10-11 David Anderson <davea@sgi.com>
1869
1870 * regcache.c (regcache_raw_read): Comment was missing "to".
1871 Extraneous ' removed.
1872 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1873 comment now describes use.
1874
1875 2004-10-11 Orjan Friberg <orjanf@axis.com>
1876
1877 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1878 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1879 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1880 (cris_sigtramp_frame_sniffer): New functions.
1881 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1882 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1883 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1884 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1885 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1886 command.
1887 (cris_version_update): Remove, replace with ...
1888 (set_cris_version): New function.
1889 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1890 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1891 (_initialize_cris_tdep): Remove CRIS mode command.
1892 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1893 cris-fpless-backtrace command.
1894 (cris_scan_prologue): Fix prologue scanning limit.
1895 (cris_register_type): Update to reflect actual registers.
1896 (cris_register_bytes_ok) Remove.
1897 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1898 Remove set_gdbarch_deprecated_register_size,
1899 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1900
1901 2004-10-10 Andrew Cagney <cagney@gnu.org>
1902
1903 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1904 comment.
1905
1906 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1907
1908 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1909
1910 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1911
1912 * mips-tdep.c (mips16_scan_prologue): Renames
1913 mips16_heuristic_proc_desc. Update comment.
1914 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1915 (heuristic_proc_desc): Update calls to the 2 functions above.
1916
1917 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1918
1919 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1920 Update comments. Also immediately return empty cache when the start
1921 address of our function could not be found.
1922 (mips_insn32_frame_cache): Likewise.
1923
1924 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1925
1926 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1927 (mips_insn16_frame_cache): Pass frame cache in call to
1928 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1929 Remove code that became redundant as a consequence.
1930 (mips32_heuristic_proc_desc): No longer compute a fake
1931 procedure descriptor. Compute the full frame cache instead.
1932 Some minor comment reformatting.
1933
1934 2004-10-10 Jim Blandy <jimb@redhat.com>
1935
1936 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1937 reader, tracing bytecode stuff): Remove self.
1938
1939 2004-10-10 Mark Kettenis <kettenis@gnu.org>
1940
1941 * sparc64-linux-tdep.c: Update copyright year. Don't include
1942 "solib-svr4.h".
1943 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1944 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1945 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1946
1947 * sparc-linux-tdep.c: Update copyright year.
1948 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1949 to struct frame_info *. Use safe_frame_unwind_memory instead of
1950 deprecated_read_memory_nobpt.
1951 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1952 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
1953 changed signature of sparc_linux_sigtramp_start.
1954 (sparc32_linux_pc_in_sigtramp): Remove function.
1955 (sparc32_linux_sigtramp_p): New function.
1956 (sparc32_linux_sigtramp_frame_sniffer): Use
1957 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1958
1959 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1960 Remove function.
1961 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1962
1963 * ada-lang.c (lim_warning): Re-implement as a varargs function.
1964 (decode_packed_array_type, value_subscript_packed)
1965 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1966 argument in call to lim_warning.
1967
1968 * configure.in: Really disable the TUI if an enhanced curses
1969 library isn't found.
1970 * configure: Regenerate.
1971
1972 2004-10-09 Mark Kettenis <kettenis@gnu.org>
1973
1974 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1975 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1976 * config/i386/nm-nbsdaout.h: Remove file.
1977 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1978 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1979 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1980 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1981 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1982 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1983 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1984 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1985 (ldd, ld_un, ld_2): Remove defines.
1986 * config/i386/nm-obsd.h: Likewise.
1987
1988 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
1989
1990 * ada-lex.l: Remove useless rule whose right-context clause
1991 causes unreferenced static function warning for yyrealloc.
1992 (ada_flex_use): Remove the artificial reference to yyrealloc.
1993
1994 2004-10-08 Andrew Cagney <cagney@gnu.org>
1995
1996 * target.h (struct target_ops): Rename to_xfer_memory to
1997 deprecated_xfer_memory.
1998 * target.c: Update.
1999 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
2000 * wince.c: Update.
2001 * win32-nat.c: Update.
2002 * v850ice.c: Update.
2003 * uw-thread.c: Update.
2004 * thread-db.c: Update.
2005 * sol-thread.c: Update.
2006 * remote.c: Update.
2007 * remote-vx.c: Update.
2008 * remote-st.c: Update.
2009 * remote-sim.c: Update.
2010 * remote-sds.c: Update.
2011 * remote-rdp.c: Update.
2012 * remote-rdi.c: Update.
2013 * remote-mips.c: Update.
2014 * remote-m32r-sdi.c: Update.
2015 * remote-e7000.c: Update.
2016 * procfs.c: Update.
2017 * ppc-bdm.c: Update.
2018 * nto-procfs.c: Update.
2019 * monitor.c: Update.
2020 * linux-nat.c: Update.
2021 * inftarg.c: Update.
2022 * hpux-thread.c: Update.
2023 * go32-nat.c: Update.
2024 * gnu-nat.c: Update.
2025 * exec.c: Update.
2026 * corelow.c: Update.
2027 * bsd-kvm.c: Update.
2028 * aix-thread.c: Update.
2029
2030 2004-10-08 Andrew Cagney <cagney@gnu.org>
2031
2032 * target.c (debug_target): Move to near start of file.
2033 (target_stopped_data_address_p): Re-org logic, add casts.
2034
2035 2004-10-02 Mark Kettenis <kettenis@gnu.org>
2036
2037 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
2038 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
2039 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
2040 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
2041 New defines.
2042
2043 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
2044
2045 * target.h (to_stopped_data_address): Change prototype to
2046 take a CORE_ADDR pointer and return an int.
2047 * target.c (update_current_target): Change to_stopped_data_address
2048 to match new prototype.
2049 (debug_to_stopped_data_address): Change appropriately.
2050 * breakpoint.c (bpstat_stop_status): Change call to
2051 target_stopped_data_address to use new prototype.
2052 * frv-tdep.c (frv_have_stopped_data_address): New function.
2053 (frv_stopped_data_address): Change to new prototype and
2054 functionality.
2055 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
2056 prototype and functionality.
2057 (ia64_stopped_by_watchpoint): New function.
2058 * i386-nat.c (i386_stopped_data_address): Change to new
2059 prototype and functionality.
2060 (i386_stopped_by_watchpoint): New function.
2061 * remote.c (remote_stopped_data_address): Change to new prototype
2062 and functionality.
2063 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
2064 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
2065 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
2066 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
2067 new i386_stopped_by_watchpoint function.
2068 (i386_stopped_by_watchpoint): New prototype.
2069 (i386_stoppped_data_address): Change to new prototype.
2070 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
2071 new ia64_stopped_by_watchpoint function.
2072 (ia64_stopped_by_watchpoint): New prototype.
2073 (ia64_stopped_data_address): Ditto.
2074
2075 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
2076
2077 * ada-typeprint.c (ada_print_type): Use int_string for printing
2078 modulus of modular type.
2079 * ada-lang.h (ada_modulus): Change return type to unsigned.
2080 * ada-lang.c (ada_language_arch_info): Correct type of
2081 string_char_type.
2082 (ada_modulus): Return unsigned result.
2083 (ada_lookup_symbol): Remove user disambiguation and modify comment
2084 accordingly.
2085
2086 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
2087
2088 Committed by Paul Hilfinger.
2089 * ada-lang.c (decode_packed_array): On big-endian targets,
2090 left-justify the value if it comes with a modular type.
2091
2092 2004-10-08 Joel Brobecker <brobecker@gnat.com>
2093
2094 Committed by Paul Hilfinger.
2095 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
2096 (is_name_suffix): Add support for "___JM" suffixes.
2097 (ada_check_typedef): Renames ada_completed_type.
2098 Update all users of CHECK_TYPEDEF, check_typedef, and
2099 ada_complete_type to call ada_check_typedef.
2100 * ada-typeprint.c: Likewise.
2101 * ada-valprint.c: Likewise.
2102
2103 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
2104
2105 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
2106
2107 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
2108
2109 * MAINTAINERS: Update e-mail address.
2110
2111 2004-10-07 Daniel Jacobowitz <dan@debian.org>
2112
2113 From Maciej W. Rozycki <macro@mips.com>:
2114 * mips-tdep.c (mips32_next_pc): Check the register's contents,
2115 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
2116
2117 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
2118
2119 * m32r-tdep.c (decode_prologue): Support functions written
2120 in assembler language. Recognize trap instructions as the
2121 end of prologue.
2122 (m32r_frame_unwind_cache): Ditto.
2123 (m32r_skip_prologue): Extend search limit. Quit analyzing
2124 prologue if pc's location is not readable.
2125
2126 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
2127
2128 * Makefile.in (.l.c): Do conversions of names of alloc and free
2129 functions that are done for .y.c files, plus special one
2130 for yy_flex_realloc. Also, correct missing-file tests here.
2131 * ada-lex.l (malloc, free): Remove macros.
2132 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
2133 xrealloc.
2134 (ada_flex_use): Dummy definition to remove warnings about unused
2135 functions.
2136 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
2137 to suppress warning.
2138
2139 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2140
2141 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
2142 RETURN_VALUE.
2143 (sh_return_value_fpu): Ditto for CPUs with FPU.
2144 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
2145 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
2146 Install sh_return_value_nofpu resp. sh_return_value_fpu as
2147 RETURN_VALUE functions.
2148
2149 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2150
2151 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
2152 (sh_pseudo_register_write): Ditto.
2153
2154 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2155
2156 * sh-tdep.c (IS_MACL_STS): New define.
2157 (IS_MOVI20): Ditto.
2158 (IS_MACL_LDS): Ditto.
2159 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
2160 instructions in prologue.
2161 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
2162 instructions in epilogue.
2163
2164 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2165
2166 * sh-tdep.c (SH_NUM_REGS): Define as 67.
2167 (sh_sh_register_name): Add eight empty register names.
2168 (sh_sh3_register_name): Ditto.
2169 (sh_sh3e_register_name): Ditto.
2170 (sh_sh2e_register_name): Ditto.
2171 (sh_sh2a_register_name): New function, defining SH2A register set.
2172 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
2173 in nofpu case.
2174 (sh_sh_dsp_register_name): Add eight empty register names.
2175 (sh_sh3_dsp_register_name): Ditto.
2176 (sh_sh4_register_name): Ditto.
2177 (sh_sh4_nofpu_register_name): Ditto.
2178 (sh_sh4al_dsp_register_name): Ditto.
2179 (sh2a_show_regs): New function.
2180 (sh2a_nofpu_show_regs): New function.
2181 (sh_sh2a_register_type): New function.
2182 (do_bank_register_info): New function.
2183 (sh_print_pseudo_register): Call do_bank_register_info.
2184 Call sh_print_pseudo_register for valid "bank" register.
2185 (sh_sh2a_register_sim_regno): New function.
2186 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
2187 Increment pseudo register count by one for all sh variants with
2188 pseudo registers to accomodate pseudo bank register.
2189 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
2190 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
2191 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
2192 Increment pseudo register numbers.
2193
2194 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2195
2196 * dwarf2read.c (read_subroutine_type): Call make_function_type
2197 instead of lookup_function_type.
2198
2199 2004-10-05 Jim Blandy <jimb@redhat.com>
2200
2201 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
2202 (Previous change missed some uses.)
2203
2204 2004-10-05 Andrew Cagney <cagney@gnu.org>
2205
2206 * target.h (deprecated_child_ops): Rename child_ops.
2207 * wince.c: Update copyright. Rename child_ops.
2208 * win32-nat.c: Rename child_ops.
2209 * target.c: Rename child_ops.
2210 * rs6000-nat.c: Rename child_ops.
2211 * linux-nat.c: Rename child_ops.
2212 * infttrace.c: Rename child_ops.
2213 * inftarg.c: Rename child_ops.
2214 * infptrace.c: Rename child_ops.
2215 * hppah-nat.c: Update copyright. Rename child_ops.
2216 * hpux-thread.c: Update copyright. Rename child_ops.
2217
2218 2004-10-05 Daniel Jacobowitz <dan@debian.org>
2219
2220 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
2221
2222 2004-10-05 Andrew Cagney <cagney@gnu.org>
2223
2224 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
2225
2226 2004-10-05 Daniel Jacobowitz <dan@debian.org>
2227
2228 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
2229 (die_ref_table): Remove.
2230 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
2231 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
2232 the usage of this type.
2233 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
2234 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
2235 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
2236 (dwarf2_create_include_psymtab): Update comment.
2237 (find_partial_die): Remove third argument. Remove unreachable call
2238 to error ().
2239 (dwarf2_find_containing_comp_unit): Update comments. Change one
2240 assertion to an error. Remove an unreachable error.
2241 (dwarf2_find_comp_unit): Update comments.
2242 (type_at_offset): Remove dead code.
2243 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
2244 (store_in_ref_table): Add CU argument.
2245 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
2246 inter-compilation-unit references.
2247 (load_full_comp_unit, process_full_comp_unit): New functions, based
2248 on psymtab_to_symtab_1.
2249 (psymtab_to_symtab_1): Use them.
2250 (dwarf2_add_dependence): New function.
2251 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
2252 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
2253 (partial_die_parent_scope, guess_structure_name): Update for changes
2254 to find_partial_die.
2255 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
2256 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
2257 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
2258 (read_die_and_children): Update call to store_in_ref_table.
2259 (do_free_die_list_cleanup): Remove.
2260 (fixup_partial_die): Update for changes to find_partial_die.
2261 (read_full_die): Handle queueing absolute references.
2262 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
2263 (dwarf2_attr, die_specification, die_type)
2264 (die_containing_type, dwarf2_extension): Update calls to
2265 follow_die_ref.
2266 (dump_die): Update DW_FORM_ref* handling.
2267 (dwarf2_get_ref_die_offset): Likewise.
2268 (free_one_comp_unit): Release the dies list.
2269 (dwarf2_mark_helper): New function.
2270 (dwarf2_mark): Use it.
2271
2272 2004-10-05 Mark Kettenis <kettenis@jive.nl>
2273
2274 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
2275 when writing to memory.
2276
2277 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
2278
2279 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
2280 (m32r_extract_struct_value_address): Delete function.
2281 (m32r_return_value): New function.
2282 (m32r_gdbarch_init): Instead of store_return_value,
2283 extract_return_value, deprecated_extract_struct_value_address
2284 and deprecated_use_struct_convention, set return_value.
2285
2286 2004-10-03 Daniel Jacobowitz <dan@debian.org>
2287
2288 * dwarf2read.c (read_subrange_type): Add comment for variable
2289 sized arrays.
2290
2291 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
2292
2293 * Makefile.in (.l.c): Modify rule for compatibility with recent
2294 versions of flex, and remove most command-line options.
2295 * ada-lex.l: Add %options line in place of -I -i and -s command-line
2296 options.
2297
2298 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
2299
2300 Turn on initial Ada support (mainly expression evaluation).
2301
2302 * Makefile.in (SFILES): Remove ada-tasks.c.
2303 (HFILES_NO_SRCDIR): Add ada-lang.h.
2304 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
2305 (YYOBJ): Add ada-exp.o.
2306 (rule .l.c): Generalize to not mention ada.
2307 * symtab.c: Include ada-lang.h.
2308 (symbol_natural_name, symbol_demangled_name)
2309 (symbol_search_name): Add Ada case.
2310
2311 2004-10-01 Andrew Cagney <cagney@gnu.org>
2312
2313 * Makefile.in (COMMON_OBS): Add inf-child.o.
2314 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
2315 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2316 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2317 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
2318 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
2319 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
2320 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
2321 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
2322 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2323 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2324 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
2325 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
2326 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
2327
2328 * target.c (xfer_using_stratum): Change return type to LONGEST.
2329 On each iteration offset, readbuf and writebuf.
2330 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
2331 partial_length, and read/modify/write predicate, update comments.
2332 Pass buffer.word to ptrace write.
2333
2334 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2335
2336 * symfile.c (init_filename_language_table): Add extensions for
2337 Ada.
2338 * defs.h (enum language): Add language_ada.
2339 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
2340 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
2341 (add_symbols_from_enclosing_procs): Make a no-op for now.
2342 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
2343 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
2344 (find_line_in_linetable, find_next_line_in_linetable)
2345 (read_all_symtabs, is_plausible_func_for_line)
2346 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
2347 (is_runtime_sym_defined, check_size): Remove declaration.
2348 (function_name_from_pc, ada_translate_error_message)
2349 (ada_lookup_minimal_symbol): Remove definition.
2350 (ada_add_block_symbols): Remove useless label.
2351 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
2352 useless declaration.
2353 (ada_is_exception_sym): Likewise.
2354
2355 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
2356
2357 Add m32r-linux support.
2358 * configure.tgt: Add m32r*-*-linux*.
2359 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
2360 and m32r-linux-tdep.c.
2361 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
2362 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
2363 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
2364 m32r-linux-tdep.c.
2365 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
2366 config/m32r/linux.mh, config/m32r/linux.mt,
2367 config/m32r/nm-linux.h: New files.
2368
2369 2004-09-30 Joel Brobecker <brobecker@gnat.com>
2370
2371 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
2372 (mips32_fetch_instruction): Remove, unused.
2373
2374 2004-09-30 Joel Brobecker <brobecker@gnat.com>
2375
2376 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
2377 conditions that will always be true.
2378
2379 2004-09-30 Mark Kettenis <kettenis@gnu.org>
2380
2381 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
2382 (vaxbsd_fetch_inferior_registers): Rename from
2383 fetch_inferior_registers. Make static.
2384 (vaxbsd_store_inferior_registers): Rename from
2385 store_inferior_registers. Make static.
2386 (_initialize_vaxbsd_nat): Construct and add target vector.
2387 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2388 inftarg.o. Add inf-child.o and inf-ptrace.o.
2389 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2390 inftarg.o. Add inf-child.o and inf-ptrace.o.
2391 (NAT_FILE): Remove.
2392 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
2393 inftarg.o. Add inf-child.o and inf-ptrace.o.
2394 (NAT_FILE): Remove.
2395 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2396
2397 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
2398 (m88kbsd_fetch_inferior_registers): Rename from
2399 fetch_inferior_registers. Make static.
2400 (m88kbsd_store_inferior_registers): Rename from
2401 store_inferior_registers. Make static.
2402 (_initialize_m88kbsd_nat): New prototype and function.
2403 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
2404 inftarg.o. Add inf-child.o and inf-ptrace.o.
2405 (NAT_FILE): Remove.
2406 * Makefile.in (m88kbsd-nat.o): Update dependencies.
2407
2408 2004-09-30 Andrew Cagney <cagney@gnu.org>
2409
2410 * target.c (target_xfer_partial): New function.
2411 (target_read_memory_partial, target_write_memory_partial)
2412 (default_xfer_partial, target_read_partial, target_write_partial)
2413 (xfer_using_stratum): Use.
2414 (debug_to_xfer_partial): Delete function.
2415 (setup_target_debug): Do not override to_xfer_partial.
2416
2417 2004-09-30 Mark Kettenis <kettenis@chello.nl>
2418
2419 * fork-child.c: Update copyright year. Fix coding style.
2420
2421 2004-09-29 Mark Kettenis <kettenis@gnu.org>
2422
2423 * defs.h (msavestring, mstrsave): Remove prototypes.
2424 * utils.c (msavestring, mstrsave): Remove functions.
2425 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
2426 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
2427 of mstrsave.
2428 * source.c (find_and_open_source): Use xstrdup instead of
2429 mstrsave.
2430
2431 2004-09-30 Andrew Cagney <cagney@gnu.org>
2432
2433 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
2434 (inf_ptrace_xfer_memory): Delete.
2435 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
2436 (target_read_memory, target_write_memory): Use xfer_using_stratum
2437 when target_xfer_partial_p.
2438 (debug_target): Move to start of file.
2439 (target_read_memory_partial, target_write_memory_partial): Use
2440 to_xfer_partial when target_xfer_partial_p.
2441
2442 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
2443 inf_ptrace_xfer_memory with equivalent code.
2444 * inftarg.c (child_xfer_partial): When performing a write, pass
2445 writebuf to child_xfer_memory.
2446
2447 * target.c (target_read_string): Use target_read_memory instead of
2448 target_xfer_memory.
2449
2450 2004-09-29 Andrew Cagney <cagney@gnu.org>
2451
2452 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
2453 the address of status.
2454
2455 * infptrace.c (ptrace_wait): Mention problem with HPUX.
2456 (kill_inferior): Inline ptrace_wait call.
2457 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
2458 * inftarg.c (child_wait): Inline ptrace_wait call.
2459
2460 * target.h (struct target_ops): Delete field to_post_wait.
2461 (target_post_wait): Delete macro.
2462 (child_post_wait): Delete declaration.
2463 * target.c (update_current_target, update_current_target)
2464 (debug_to_post_wait, setup_target_debug): Delete functions and
2465 references.
2466 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
2467 * inftarg.c (child_post_wait): Delete.
2468 (init_child_ops): Do not set to_post_wait.
2469 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
2470 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
2471 * inf-child.c (inf_child_post_wait): Delete.
2472 (inf_child_target): Do not set to_post_wait.
2473 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
2474 (inf_ptrace_target): Do not set to_post_wait.
2475
2476 * wince.c (child_ops): Delete.
2477 * win32-nat.c (child_ops): Delete.
2478
2479 * inftarg.c (inftarg_set_find_memory_regions)
2480 (inftarg_set_make_corefile_notes): Delete functions.
2481 (_initialize_linux_nat): Inline calls.
2482
2483 * target.h (child_ops): Declare.
2484 * inftarg.c (child_ops): Move from here ...
2485 * target.c (child_ops): ... to here.
2486 * wince.c (child_ops): Delete extern declaration.
2487 * win32-nat.c (child_ops): Delete extern declaration.
2488 * linux-nat.c (child_ops): Delete extern declaration.
2489 * hpux-thread.c (child_ops): Delete extern declaration.
2490
2491 2004-09-28 Mark Kettenis <kettenis@gnu.org>
2492
2493 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
2494
2495 2004-09-28 Mark Kettenis <kettenis@gnu.org>
2496
2497 * configure.in: Only set host_makefile_frag when building a native
2498 debugger.
2499 * configure: Regenerate.
2500
2501 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
2502 for OpenBSD ELF.
2503
2504 2004-09-28 Andrew Cagney <cagney@gnu.org>
2505
2506 Problem identified by Paul Hilfinger.
2507 * Makefile.in (ada_lex_c): Define.
2508 (ada-lex.o): Delete rule.
2509
2510 * linux-proc.c: Delete file.
2511 * Makefile.in: Update.
2512 * config/sparc/linux64.mh (NATDEPFILES):
2513 * config/sparc/linux.mh (NATDEPFILES): Update.
2514 * config/s390/s390.mh (NATDEPFILES): Update.
2515 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
2516 * config/powerpc/linux.mh (NATDEPFILES): Update.
2517 * config/pa/linux.mh (NATDEPFILES): Update.
2518 * config/mips/linux.mh (NATDEPFILES): Update.
2519 * config/m68k/linux.mh (NATDEPFILES): Update.
2520 * config/ia64/linux.mh (NATDEPFILES): Update.
2521 * config/i386/linux64.mh (NATDEPFILES): Update.
2522 * config/i386/linux.mh (NATDEPFILES): Update.
2523 * config/arm/linux.mh (NATDEPFILES): Update.
2524 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
2525 * linux-nat.c: Update copyright. Include <sys/param.h>,
2526 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
2527 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
2528 (O_LARGEFILE): Possibly define.
2529 (_initialize_linux_nat, linux_proc_pending_signals)
2530 (add_line_to_sigset, linux_proc_xfer_memory)
2531 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
2532 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
2533 (struct linux_corefile_thread_data)
2534 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
2535 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
2536
2537 2004-09-16 Andrew Cagney <cagney@gnu.org>
2538
2539 * lin-lwp.c: Delete file.
2540 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
2541 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
2542 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
2543 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
2544 (linux_nat_attach, detach_callback, linux_nat_detach)
2545 (resume_callback, resume_clear_callback, linux_nat_resume)
2546 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
2547 (stop_wait_callback, linux_nat_has_pending, flush_callback)
2548 (status_callback, running_callback, count_events_callback)
2549 (select_singlestep_lwp_callback, select_event_lwp_callback)
2550 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
2551 (child_wait, stop_and_resume_callback, linux_nat_wait)
2552 (kill_callback, kill_wait_callback, linux_nat_kill)
2553 (linux_nat_create_inferior, linux_nat_mourn_inferior)
2554 (linux_nat_xfer_memory, linux_nat_thread_alive)
2555 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
2556 (_initialize_linux_nat): New functions.
2557 * Makefile.in: Update all dependencies.
2558 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2559 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2560 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
2561 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2562 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2563 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2564 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2565 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2566 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2567 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2568 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2569 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2570 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2571
2572 2004-09-27 Mark Kettenis <kettenis@gnu.org>
2573
2574 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
2575 config/i386/obsd64.mh (NAT_FILE): Remove variable.
2576
2577 * configure.in: Don't comment out NATDEPFILES in the generated
2578 Makefile if NAT_FILE is unset.
2579 * configure: Regenerate.
2580
2581 2004-09-27 Andrew Cagney <cagney@gnu.org>
2582
2583 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
2584 (insert_step_resume_breakpoint): Delete.
2585 (insert_step_resume_breakpoint_at_frame): New function.
2586 (insert_step_resume_breakpoint_at_sal): New function.
2587 (handle_inferior_event, step_into_function)
2588 (insert_step_resume_breakpoint): Simplify by using same.
2589
2590 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
2591
2592 2004-09-26 Mark Kettenis <kettenis@gnu.org>
2593
2594 * fbsd-proc.c: Remove file.
2595 * Makefile.in (fbsd-proc.o): Remove dependency.
2596
2597 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
2598 code together.
2599
2600 * config/i386/nm-fbsd64.h: Remove file.
2601 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2602
2603 2004-09-26 Mark Kettenis <kettenis@gnu.org>
2604
2605 * amd64-nat.h: Update copyright year.
2606 (amd64bsd_target): New prototype.
2607 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
2608 (amd64bsd_target): New function.
2609 (amd64bsd_fetch_inferior_registers): Rename from
2610 fetch_inferior_registers. Make static.
2611 (amd64bsd_store_inferior_registers): Rename from
2612 store_inferior_registers. Make static.
2613 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
2614 (_initialize_amd64fbsd_nat): Construct and add target vector.
2615 * amd64nbsd-nat.o: Include "target.h".
2616 (_initialize_amd64nbsd_nat): Construct and add target vector.
2617 * amd64obsd-nat.c: Include "target.h".
2618 (_initialize_amd64obsd_nat): Construct and add target vector.
2619 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
2620 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
2621 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
2622 fbsd-nat.o.
2623 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
2624 Remove infptrace.o and inftarg.o. Add inf-child.o and
2625 inf-ptrace.o.
2626 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
2627 (amd64obsd-nat.o): Update dependencies.
2628
2629 2004-09-25 Mark Kettenis <kettenis@gnu.org>
2630
2631 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
2632 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
2633 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
2634 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
2635 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
2636
2637 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
2638 Inline attach call.
2639 (inf_ptrace_detach): Inline detach call.
2640
2641 * configure.in: Check for waddstr instead of mvwaddstr when
2642 searching for curses library. Check for wborder.
2643 * configure, config.in: Regenerate.
2644 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
2645 available.
2646
2647 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
2648
2649 2004-09-24 Robert Picco <Robert.Picco@hp.com>
2650
2651 Committed by Andrew Cagney.
2652 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
2653 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
2654 configuration.
2655 (fetch_register_using_p): Implement 'p' packet. Based on code by
2656 Fernando Nasser.
2657 (remote_fetch_registers): Call fetch_register_using_p.
2658 (init_all_packet_configs, show_remote_cmd)
2659 (_initialize_remote): Add p-packet.
2660
2661 2004-09-24 Mark Kettenis <kettenis@gnu.org>
2662
2663 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
2664 instead of call_ptrace. Call wait directly instead of
2665 ptrace_wait.
2666 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
2667 (inf_ptrace_wait): Inline ptrace_wait call.
2668
2669 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2670
2671 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
2672 rolled back instead.
2673
2674 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2675
2676 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
2677 the new argument order.
2678
2679 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
2680
2681 * MAINTAINERS: Remove "broken" from XStormy16 entry.
2682 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
2683 (struct gdbarch_tdep): Remove.
2684 (struct xstormy16_frame_cache): New frame cache structure.
2685 (xstormy16_register_byte, xstormy16_register_raw_size)
2686 (xstormy16_reg_virtual_type, xstormy16_register_type)
2687 (xstormy16_push_arguments, xstormy16_push_return_address)
2688 (xstormy16_pop_frame, xstormy16_store_struct_return)
2689 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
2690 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
2691 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
2692 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
2693 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
2694 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
2695 (xstormy16_use_struct_convention): Drop gcc_p parameter.
2696 (xstormy16_extract_return_value, xstormy16_store_return_value):
2697 Regcachify. Drop useless struct convention handling.
2698 (xstormy16_register_type, xstormy16_return_value)
2699 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
2700 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
2701 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
2702 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
2703 (xstormy16_unwind_sp, xstormy16_unwind_pc)
2704 (xstormy16_unwind_dummy_id) : New functions.
2705 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
2706 of xstormy16_scan_prologue.
2707 (xstormy16_frame_unwind): New frame_unwind structure.
2708 (xstormy16_frame_base): New frame_base structure.
2709 (xstormy16_gdbarch_init): Accomodate all of the above changes.
2710 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
2711
2712 2004-09-22 Mark Kettenis <kettenis@gnu.org>
2713
2714 * language.c (language_gdbarch_post_init): Fix off-by one error.
2715
2716 2004-09-21 Daniel Jacobowitz <dan@debian.org>
2717
2718 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
2719 (struct dwarf2_offset_and_type): New.
2720 (set_die_type, reset_die_and_siblings_types, get_die_type)
2721 (offset_and_type_hash, offset_and_type_eq): New functions.
2722 (read_structure_type, read_enumeration_type, read_array_type)
2723 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
2724 (read_tag_reference_type, read_tag_const_type)
2725 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
2726 (read_typedef, read_base_type, read_subrange_type): Use
2727 set_die_type.
2728
2729 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2730
2731 * Makefile.in (dwarf2read.o): Update dependencies.
2732 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
2733 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
2734 and read_in_chain.
2735 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
2736 mark, and has_form_ref_addr.
2737 (struct dwarf2_per_cu_data): New.
2738 (dwarf2_max_cache_age): New.
2739 (dwarf2_build_psymtabs_hard): Free cached compilation units
2740 after loading. Create and manage the list of compilation units.
2741 Remove unnecessary NULL initialization. Fix indentation.
2742 (psymtab_to_symtab_1): Initialize all of CU.
2743 (dwarf2_read_abbrevs): Set has_form_ref_addr.
2744 (find_partial_die): Use dwarf2_find_containing_comp_unit
2745 and load_comp_unit.
2746 (free_stack_comp_unit): Update comments. Clear the per-cu
2747 pointer. Handle aging.
2748 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
2749 (age_cached_comp_units, free_one_cached_comp_unit)
2750 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
2751 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
2752 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
2753 (show_dwarf2_cmd): New.
2754 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
2755 and "maint show dwarf2 max-cache-age".
2756 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2757 externs.
2758 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
2759 global.
2760
2761 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
2762
2763 * dwarf2read.c (typename_concat): Change prototype to accept obstack
2764 and dwarf2_cu struct pointer as arguments. Change function to use
2765 obstack if provided and use dwarf2_cu to determine language-specific
2766 separator.
2767 (partial_die_parent_scope): Change comment to include java. Use
2768 new version of typename_concat instead of obconcat.
2769 (partial_die_full_name): Use typename_concat.
2770 (read_namespace): Ditto.
2771 (read_enumeration_type): Use typename_concat instead of obconcat.
2772 (new_symbol): Ditto.
2773 (add_partial_symbol): Enhance tests for C++ to also test for Java.
2774 (guess_structure_name): Ditto.
2775 (read_subroutine_type): Ditto.
2776 (read_structure_type): Ditto.
2777 (is_vtable_name): Add Java support.
2778 (determine_class_name): Switch to new typename_concat call.
2779 (determine_prefix): Switch to new typename_concat call.
2780 * jv-exp.y (FuncStart): New pattern.
2781 (MethodInvocation): Add support for simple function calls. Change
2782 warning message for other forms of inferior call currently not
2783 supported.
2784 * valarith.c (value_subscript): Treat an array with upper-bound
2785 of -1 as unknown size.
2786
2787 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2788
2789 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2790 (lookup_partial_symtab): Use symtab_to_fullname.
2791
2792 2004-09-19 Jim Blandy <jimb@redhat.com>
2793
2794 * minsyms.c (lookup_minimal_symbol): Doc fix.
2795
2796 2004-09-20 Andrew Cagney <cagney@gnu.org>
2797
2798 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
2799 CHILD_RESUME.
2800 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2801 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2802 KILL_INFERIOR.
2803 * infptrace.c: Update.
2804
2805 2004-09-19 Daniel Jacobowitz <dan@debian.org>
2806
2807 * symtab.c (output_source_filename): Mark first argument as const.
2808 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2809 for "info sources" output.
2810
2811 2004-09-20 Mark Kettenis <kettenis@gnu.org>
2812
2813 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2814 <machine/vmparam.h>.
2815 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2816 (register_u_addr): Remove prototype.
2817
2818 2004-09-19 Mark Kettenis <kettenis@gnu.org>
2819
2820 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2821 (i386bsd_fetch_inferior_registers): Rename from
2822 fetch_inferior_registers. Make static.
2823 (i386bsd_store_inferior_registers): Rename from
2824 store_inferior_registers. Make static.
2825 (i386bsd_target): New function.
2826 * i386bsd-nat.h: New file.
2827 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2828 "i386bsd-nat.h".
2829 (i386fbsd_resume): Rename from child_resume. Make static.
2830 (_initialize_i386fbsd_nat): Construct and add target vector.
2831 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2832 (_initialize_i386nbsd_nat): Construct and add target vector.
2833 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2834 Remove defines.
2835 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2836 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
2837 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2838 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2839 (LOADLIBES): New variable.
2840 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2841 inf-ptrace.o. Remove inftarg.o.
2842 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2843 inf-ptrace.o. Remove inftarg.o.
2844 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2845 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2846 (LOADLIBES): New variable.
2847 * Makefile.in (i386bsd_nat_h): New variable.
2848 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2849 dependencies.
2850
2851 * sparc64nbsd-tdep.c: Include "objfiles.h".
2852 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2853 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2854 svr4_lp64_fetch_link_map_offsets.
2855 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2856 "nbsd-tdep.h".
2857 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2858 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2859 svr4_lp64_fetch_link_map_offsets.
2860 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2861 dependencies.
2862
2863 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2864 * fbsd-nat.h: New file.
2865 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2866 (fbsd_nat_h): New variable.
2867 (fbsd-nat.o): New dependency.
2868
2869 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2870 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2871
2872 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2873 comment.
2874
2875 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2876
2877 * ada-exp.y (type_int): New function to add layer of abstraction
2878 around references to expression types.
2879 (type_long): Ditto.
2880 (type_long_long): Ditto.
2881 (type_float): Ditto.
2882 (type_double): Ditto.
2883 (type_long_double): Ditto.
2884 (type_char): Ditto.
2885 (type_system_address): Ditto.
2886 (simple_exp): Use type_* functions in place of builtin_*
2887 variables.
2888 (exp): Ditto.
2889 (write_var_from_name): Ditto.
2890 (write_object_renaming): Ditto.
2891 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2892 declaration.
2893 (build_ada_types): Remove, replacing with...
2894 (ada_language_arch_info): New function to initialize primitive
2895 type vector in language_arch_info.
2896 (ada_array_length): Remove use of builtin_type_ada_int.
2897 (value_pos_atr): Ditto.
2898 (ada_evaluate_subexp): Ditto.
2899 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2900 builtin_type_ada_long_long, builtin_type_ada_char,
2901 builtin_type_ada_float, builtin_type_ada_double,
2902 builtin_type_ada_long_double, builtin_type_ada_natural,
2903 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2904 (ada_builtin_types): Remove.
2905 (ada_language_defn): Remove entries for la_builtin_type_vector and
2906 string_char_type and use ada_language_arch_info.
2907 (_initialize_ada_language): Do type-vector initialization along
2908 the lines of c-lang.c.
2909 (ada_create_fundamental_type): Break up line.
2910 (ada_dump_symtab): Remove unused function.
2911 (enum ada_primitive_types): Define.
2912 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2913 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2914 builtin_type_ada_float, builtin_type_ada_double,
2915 builtin_type_ada_long_double, builtin_type_ada_natural,
2916 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2917 * ada-lex.l: Use type_* functions in place of builtin_* variables.
2918 (processInt): Ditto.
2919 (processReal): Ditto.
2920 (name_lookup): Ditto.
2921 * ada-typeprint.c (print_range): Use builtin_type_int, not
2922 builtin_type_ada_int.
2923
2924 2004-09-18 Mark Kettenis <kettenis@gnu.org>
2925
2926 * i386-tdep.c (i386_register_name): Rename regno to regnum.
2927
2928 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2929 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2930 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2931 * configure.in: Improve checks for curses library by checking for
2932 mvwaddstr instead of initscr. Drop HP curses in favour of
2933 standard curses on HP-UX.
2934 * configure: Regenerated.
2935
2936 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2937
2938 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2939 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
2940 Minor formatting changes.
2941 (empty_array): Slight rewrite for formatting.
2942 (emit_char,parse,ada_language_defn,build_ada_types,
2943 ada_is_exception_sym, _initialize_ada_language): Move
2944 definitions around.
2945 (ada_dump_symtab): Remove unused definition.
2946 (ada_maybe_exception_partial_symbol): Remove unused definition.
2947
2948 2004-09-16 Andrew Cagney <cagney@gnu.org>
2949
2950 * inf-child.c: Include "gdb_string.h".
2951 (inf_child_core_file_to_sym_file): Delete.
2952 (inf_child_target): Set to_fetch_registers and to_store_registers.
2953 * inf-ptrace.c: Include "gdb_string.h".
2954 * Makefile.in: Update all dependencies.
2955
2956 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2957 problem.
2958
2959 2004-09-14 Joel Brobecker <brobecker@gnat.com>
2960
2961 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2962 call to heuristic_proc_desc. Remove code that became redundant
2963 as a consequence.
2964 (read_next_frame_reg): Remove special case for SP_REGNUM.
2965 (set_reg_offset): Fix small typo.
2966 (reset_saved_regs): New procedure.
2967 (mips32_heuristic_proc_desc): No longer compute a fake
2968 procedure descriptor. Compute the full frame cache instead.
2969 Some minor comment reformatting.
2970
2971 2004-09-14 Andrew Cagney <cagney@gnu.org>
2972
2973 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2974 maintainer.
2975
2976 * thread-db.c (thread_db_new_objfile): Assume that there is a
2977 child process.
2978
2979 2004-09-13 Jim Blandy <jimb@redhat.com>
2980
2981 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2982 so that its storage isn't referenced after its lifetime ends.
2983
2984 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2985 and never assigned to. Delete it, and the 'if (use_buffer)'
2986 clauses. Delete 'raw_buffer', since it is now unused.
2987
2988 2004-09-13 Andrew Cagney <cagney@gnu.org>
2989
2990 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2991 * configure: Re-generate.
2992 * nlm/Makefile.in (TAGS): Update.
2993 * Makefile.in (TAGS): Update.
2994 * config/vax/nbsd.mt (TM_FILE): Update.
2995 * config/sparc/vxworks.mt (TM_FILE): Update.
2996 * config/sparc/sol2.mt (TM_FILE): Update.
2997 * config/sparc/sol2-64.mt (TM_FILE): Update.
2998 * config/sparc/obsd64.mt (TM_FILE): Update.
2999 * config/sparc/obsd.mt (TM_FILE): Update.
3000 * config/sparc/nbsd64.mt (TM_FILE): Update.
3001 * config/sparc/nbsd.mt (TM_FILE): Update.
3002 * config/sparc/linux64.mt (TM_FILE): Update.
3003 * config/sparc/linux.mt (TM_FILE): Update.
3004 * config/sparc/fbsd.mt (TM_FILE): Update.
3005 * config/sh/wince.mt (TM_FILE): Update.
3006 * config/sh/nbsd.mt (TM_FILE): Update.
3007 * config/sh/linux.mt (TM_FILE): Update.
3008 * config/sh/embed.mt (TM_FILE): Update.
3009 * config/s390/s390.mt (TM_FILE): Update.
3010 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
3011 * config/rs6000/rs6000.mt (TM_FILE): Update.
3012 * config/rs6000/aix4.mt (TM_FILE): Update.
3013 * config/powerpc/vxworks.mt (TM_FILE): Update.
3014 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
3015 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
3016 * config/powerpc/obsd.mt (TM_FILE): Update.
3017 * config/powerpc/nbsd.mt (TM_FILE): Update.
3018 * config/powerpc/linux.mt (TM_FILE): Update.
3019 * config/powerpc/aix.mt (TM_FILE): Update.
3020 * config/pa/obsd.mt (TM_FILE): Update.
3021 * config/pa/linux.mt (TM_FILE): Update.
3022 * config/pa/hppahpux.mt (TM_FILE): Update.
3023 * config/pa/hppa64.mt (TM_FILE): Update.
3024 * config/pa/hppa.mt (TM_FILE): Update.
3025 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
3026 * config/mips/wince.mt (TM_FILE): Update.
3027 * config/mips/vxmips.mt (TM_FILE): Update.
3028 * config/mips/nbsd.mt (TM_FILE): Update.
3029 * config/mips/linux.mt (TM_FILE): Update.
3030 * config/mips/irix6.mt (TM_FILE): Update.
3031 * config/mips/irix5.mt (TM_FILE): Update.
3032 * config/mips/embed.mt (TM_FILE): Update.
3033 * config/m68k/vxworks68.mt (TM_FILE): Update.
3034 * config/m68k/st2000.mt (TM_FILE): Update.
3035 * config/m68k/os68k.mt (TM_FILE): Update.
3036 * config/m68k/obsd.mt (TM_FILE): Update.
3037 * config/m68k/nbsd.mt (TM_FILE): Update.
3038 * config/m68k/monitor.mt (TM_FILE): Update.
3039 * config/m68k/linux.mt (TM_FILE): Update.
3040 * config/m68k/cisco.mt (TM_FILE): Update.
3041 * config/ia64/linux.mt (TM_FILE): Update.
3042 * config/ia64/aix.mt (TM_FILE): Update.
3043 * config/ia64/ia64.mt (TM_FILE): Update.
3044 * config/i386/vxworks.mt (TM_FILE): Update.
3045 * config/i386/obsd64.mt (TM_FILE): Update.
3046 * config/i386/obsd.mt (TM_FILE): Update.
3047 * config/i386/nto.mt (TM_FILE): Update.
3048 * config/i386/nbsd64.mt (TM_FILE): Update.
3049 * config/i386/nbsd.mt (TM_FILE): Update.
3050 * config/i386/linux64.mt (TM_FILE): Update.
3051 * config/i386/linux.mt (TM_FILE): Update.
3052 * config/i386/i386sol2.mt (TM_FILE): Update.
3053 * config/i386/i386lynx.mt (TM_FILE): Update.
3054 * config/i386/fbsd64.mt (TM_FILE): Update.
3055 * config/i386/fbsd.mt (TM_FILE): Update.
3056 * config/i386/cygwin.mt (TM_FILE): Update.
3057 * config/h8300/h8300.mt (TM_FILE): Update.
3058 * config/frv/frv.mt (TM_FILE): Update.
3059 * config/cris/cris.mt (TM_FILE): Update.
3060 * config/arm/wince.mt (TM_FILE): Update.
3061 * config/arm/nbsd.mt (TM_FILE): Update.
3062 * config/arm/linux.mt (TM_FILE): Update.
3063 * config/arm/embed.mt (TM_FILE): Update.
3064 * config/alpha/nbsd.mt (TM_FILE): Update.
3065 * config/alpha/fbsd.mt (TM_FILE): Update.
3066 * config/alpha/alpha.mt (TM_FILE): Update.
3067 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
3068 * config/alpha/alpha-linux.mt (TM_FILE): Update.
3069
3070 Eliminate event_loop_p, always has the value 1.
3071 * defs.h (event_loop_p): Delete macro.
3072 * breakpoint.c (until_break_command): Simplify.
3073 * utils.c (prompt_for_continue): Simplify.
3074 * tracepoint.c (read_actions): Simplify.
3075 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
3076 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
3077 (set_prompt, init_main): Simplify.
3078 (init_signals, disconnect): Delete, unused.
3079 * remote.c (remote_async_resume)
3080 (extended_remote_async_create_inferior): Simplify.
3081 * mi/mi-interp.c (mi_input): Delete, unused.
3082 (mi_interpreter_resume, mi_command_loop): Simplify.
3083 * interps.c (current_interp_command_loop): Simplify.
3084 * infrun.c (proceed): Simplify.
3085 * infcmd.c (run_command, continue_command, step_1, jump_command)
3086 (until_command, advance_command, finish_command)
3087 (interrupt_target_command): Simplify.
3088 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
3089
3090 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3091 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3092 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3093 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3094 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3095 * mips-tdep.c (mips_dump_tdep): Do not print same.
3096
3097 2004-09-12 Andrew Cagney <cagney@gnu.org>
3098
3099 * valprint.c (print_longest): Use fputs_filtered. Make "val"
3100 const.
3101 * Makefile.in (valprint.o): Delete explict rule.
3102
3103 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
3104 reported by Dave Anderson.
3105
3106 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
3107
3108 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
3109
3110 2004-09-12 Salvador E. Tropea <set@users.sf.net>
3111 Andrew Cagney <cagney@gnu.org>
3112
3113 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
3114 (mi_cmd_data_list_register_values)
3115 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
3116 the register number computation.
3117
3118 2004-09-12 Andrew Cagney <cagney@gnu.org>
3119
3120 * ppcnbsd-nat.c: Include "inf-ptrace.h".
3121 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
3122 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
3123 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
3124 target.
3125 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
3126 inf-ptrace.o and inf-child.o.
3127 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
3128 * Makefile.in: Update dependencies.
3129
3130 2004-09-11 Andrew Cagney <cagney@gnu.org>
3131
3132 * language.c (hex_string, hex_string_custom): Move from here ...
3133 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
3134 (CELLSIZE): Increase to 50.
3135 * language.h (hex_string, hex_string_custom): Move from here ...
3136 * defs.h: ... to here.
3137 * Makefile.in: Update all dependencies.
3138
3139 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
3140
3141 * language.c (local_hex_format_custom): Remove.
3142 (local_hex_string): Rename to hex_string, use C format, and move to
3143 utils.c
3144 (local_hex_string_custom): Rename to hex_string_custom and change
3145 interface. Now uses C format. Move to utils.c
3146 (local_octal_format_custom): Remove.
3147 (local_decimal_format_custom): Remove.
3148 (unknown_language_defn): Remove language-specific number
3149 formatting entries.
3150 (auto_language_defn): Ditto.
3151 (local_language_defn): Ditto.
3152 * language.h (struct language_format_info): Delete declaration.
3153 (struct language_defn): Remove language_format_info fields
3154 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
3155 (local_binary_format): Remove macro.
3156 (local_binary_format_prefix): Remove macro.
3157 (local_binary_format_specifier): Remove macro.
3158 (local_binary_format_suffix): Remove macro.
3159 (local_octal_format): Remove macro.
3160 (local_octal_format_prefix): Remove macro.
3161 (local_octal_format_specifier): Remove macro.
3162 (local_octal_format_suffix): Remove macro.
3163 (local_decimal_format): Remove macro.
3164 (local_decimal_format_prefix): Remove macro.
3165 (local_decimal_format_specifier): Remove macro.
3166 (local_decimal_format_suffix): Remove macro.
3167 (local_hex_format): Remove macro.
3168 (local_hex_format_prefix): Remove macro.
3169 (local_hex_format_specifier): Remove macro.
3170 (local_hex_format_suffix): Remove macro.
3171 (local_decimal_format_custom): Remove.
3172 (local_octal_format_custom): Remove.
3173 (local_hex_format_custom): Remove.
3174 (local_hex_string): Rename to hex_string and move to defs.h.
3175 (local_hex_string_custom): Rename to hex_string_custom, change
3176 interface, and move to defs.h.
3177 * utils.c: (int_string): New function.
3178 (hex_string): New function (from language.c).
3179 (hex_string_custom): New function (from language.c).
3180 (octal2str): New function.
3181 (decimal2str): Add width parameter.
3182 (paddr_u): Use new decimal2str interface.
3183 (paddr_d): Ditto.
3184 * defs.h (hex_string): Declare.
3185 (hex_string_custom): Declare.
3186 (int_string): Declare.
3187 * printcmd.c (print_scalar_formatted): Remove localized binary
3188 formatting.
3189 * valprint.c (print_longest): Use int_string.
3190 (print_floating): Use C hex format.
3191 (print_hex_chars): Ditto.
3192 (print_binary_chars): Remove language-specific formatting.
3193 (print_octal_chars): Use C octal format.
3194 (print_decimal_chars): Delocalize format.
3195 (print_decimal): Remove.
3196 * ada-lang.c (ada_language_defn): Remove language-specific number
3197 formatting entries.
3198 * p-lang.c (pascal_language_defn): Ditto.
3199 * c-lang.c (c_language_defn): Ditto.
3200 (cplus_language_defn): Ditto.
3201 (asm_language_defn): Ditto.
3202 (minimal_language_defn): Ditto.
3203 * f-lang.c (f_language_defn): Ditto.
3204 * jv-lang.c (java_language_defn): Ditto.
3205 * m2-lang.c (m2_language_defn): Ditto.
3206 * scm-lang.c (scm_language_defn): Ditto.
3207 * objc-lang.c (objc_language_defn): Ditto.
3208 * memattr.c (mem_info_command): Use renamed hex_string_custom with
3209 new interface.
3210 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
3211 * ui-out.c (ui_out_field_core_addr): Ditto.
3212 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
3213 * exec.c (print_section_info): Ditto.
3214 * i387-tdep.c (print_i387_status_word): Ditto.
3215 (print_i387_control_word): Ditto.
3216 (i387_print_float_info): Ditto.
3217 * maint.c (maint_print_section_info): Ditto.
3218 * solib.c (info_sharedlibrary_command): Ditto.
3219 * somsolib.c (som_sharedlibrary_info_command): Ditto.
3220 * symtab.c (print_msymbol_info): Ditto.
3221 * tracepoint.c (tracepoints_info): Ditto.
3222 * solib-frv.c (lm_base): Ditto.
3223 (frv_current_sos): Ditto.
3224 (enable_break2): Ditto.
3225 (enable_break): Ditto.
3226 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
3227 (process_one_symbol): Ditto.
3228 * infcmd.c (program_info): Ditto.
3229 * mdebugread.c (parse_partial_symbols): Ditto.
3230 * symfile.c (add_symbol_file_command): Ditto.
3231 * cli/cli-cmds.c (edit_command): Ditto.
3232 (list_command): Ditto.
3233 * infcall.c (call_function_by_hand): Ditto.
3234 * remote-vx.c (vx_run_files_info): Ditto.
3235 (vx_wait): Ditto.
3236 (vx_attach): Ditto.
3237 (vx_detach): Ditto.
3238 (vx_kill): Ditto.
3239 * aix-thread.c (pdc_symbol_addrs): Ditto.
3240 (pdc_read_regs): Ditto.
3241 (pdc_write_regs): Ditto.
3242 (pdc_read_data): Ditto.
3243 (pdc_write_data): Ditto.
3244 * d10v-tdep.c (display_trace): Ditto.
3245 * rs6000-nat.c (find_toc_address): Ditto.
3246 * aix-thread.c: Don't include language.h.
3247 * buildsym.c: Ditto.
3248 * dbxread.c: Ditto.
3249 * mdebugread.c: Ditto.
3250 * rs6000-nat.c: Ditto.
3251 * buildsym.c (make_blockvector): Use renamed hex_string.
3252
3253 2004-09-10 Jason Molenda (jmolenda@apple.com)
3254
3255 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
3256 chars after 'if' or 'while' commands in user-defined commands.
3257
3258 2004-09-08 Jim Blandy <jimb@redhat.com>
3259
3260 Fix bug reported and analyzed by Olivier Crete:
3261 * symfile.c (copy_section_addr_info): New function.
3262 (symbol_file_add_with_addrs_or_offsets): Use it to save the
3263 original set of address arguments, instead of handwritten code
3264 that uses one length to allocate and a different length to
3265 initialize. Use make_cleanup_free_section_addr_info.
3266 * symfile.h (copy_section_addr_info): New declaration.
3267 * utils.c: #include "symfile.h".
3268 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
3269 New functions.
3270 * defs.h (make_cleanup_free_section_addr_info): New declaration.
3271 * Makefile.in (utils.o): Update dependencies.
3272
3273 2004-09-08 Andrew Cagney <cagney@gnu.org>
3274
3275 * thread-db.c (keep_thread_db): Delete.
3276 (thread_db_new_objfile, thread_db_create_inferior)
3277 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
3278
3279 2004-09-08 Mark Kettenis <kettenis@gnu.org>
3280
3281 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
3282 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
3283 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
3284 (i386_frameless_signal_p): Remove prototype.
3285 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
3286 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
3287 I386_SSE_NUM_REGS.
3288 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
3289 instead of FP0_REGNUM.
3290 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
3291 of FP0_REGNUM and FPC_REGNUM.
3292
3293 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
3294 (sunos_solib_create_inferior_hook): Don't call
3295 sunos_relocate_main_executable.
3296
3297 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
3298 solib_svr4_fetch_link_map_offsets to
3299 svr4_ilp32_fetch_link_map_offsets.
3300 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
3301 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
3302 svr4_ilp32_fetch_link_map_offsets.
3303 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
3304
3305 2004-09-07 Jim Blandy <jimb@redhat.com>
3306
3307 * frame.h (frame_register): Doc fix.
3308
3309 2004-09-07 Andrew Cagney <cagney@gnu.org>
3310
3311 * vx-share/wait.h: Delete #ifdef USG.
3312 * utils.c (request_quit): Ditto.
3313 * tui/tui.c (tui_reset): Ditto.
3314 * remote.c: Ditto.
3315 * remote-sds.c: Ditto.
3316 * remote-rdi.c: Ditto.
3317 * mdebugread.c: Ditto.
3318 * m68klinux-nat.c: Ditto.
3319 * infttrace.c: Ditto.
3320 * infptrace.c: Ditto.
3321 * i386v-nat.c: Ditto.
3322 * exec.c: Ditto.
3323 * dbxread.c: Ditto.
3324 * core-aout.c: Ditto.
3325
3326 2004-09-05 Joel Brobecker <brobecker@gnat.com>
3327
3328 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
3329 heuristic_proc_desc.
3330 (mips_insn32_frame_cache): Likewise.
3331
3332 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3333
3334 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
3335 left behind by error.
3336
3337 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3338
3339 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
3340 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
3341
3342 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3343
3344 * config/rs6000/xm-aix4.h: Remove this file.
3345 * config/rs6000/aix4.mh (XM_FILE): Delete.
3346
3347 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3348
3349 * config/rs6000/xm-rs6000.h: Remove this file.
3350 * config/rs6000/rs6000.mh (XM_FILE): Remove.
3351
3352 2004-09-03 Andrew Cagney <cagney@gnu.org>
3353
3354 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
3355 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
3356 only use.
3357
3358 * mips-tdep.c (temp_saved_regs): Delete.
3359 (set_reg_offset): Replace saved_regs parameter with this_cache.
3360 (heuristic_proc_desc, mips16_heuristic_proc_desc)
3361 (mips32_heuristic_proc_desc): Add this_cache parameter.
3362 (mips_insn32_frame_cache, mips_insn16_frame_cache)
3363 (after_prologue): Pass a NULL this_cache.
3364
3365 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
3366 non-kernel trap prologues.
3367
3368 * mips-tdep.c (find_proc_desc): Delete function.
3369 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
3370 simplify.
3371 (mips_insn16_frame_cache): Replace find_proc_desc with code from
3372 mips_insn32_frame_cache.
3373
3374 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
3375 Simplify as NEXT_FRAME is NULL.
3376 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
3377
3378 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
3379 local variable.
3380 (mips_skip_prologue): Update.
3381
3382 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
3383 "cur_frame" parameter.
3384 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
3385 (mips_insn32_frame_cache, find_proc_desc): Update
3386
3387 * config/vax/nm-obsd.h: Delete file.
3388 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3389 * config/vax/nm-nbsd.h: Delete file.
3390 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
3391 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3392 * config/sh/nm-nbsd.h: Delete file.
3393 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3394 * config/rs6000/nm-rs6000ly.h: Delete file.
3395 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
3396 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3397 * config/powerpc/nm-obsd.h: Delete file.
3398 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3399 * config/powerpc/nm-nbsd.h: Delete file.
3400 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3401 * config/pa/nm-obsd.h: Delete file.
3402 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3403 * config/mips/nm-nbsd.h: Delete file.
3404 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3405 * config/m88k/nm-obsd.h: Delete file.
3406 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3407 * config/m68k/nm-nbsd.h: Delete file.
3408 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
3409 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3410 * config/i386/nm-nbsd.h: Delete file.
3411 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
3412 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3413 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3414 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3415 * config/i386/nm-i386lynx.h: Delete file.
3416 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3417 * config/arm/nm-nbsd.h: Delete file.
3418 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
3419 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3420
3421 * config/i386/tm-fbsd.h: Delete file.
3422 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
3423 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
3424
3425 * config/rs6000/tm-rs6000-aix4.h: Delete file.
3426 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
3427 * config/rs6000/aix4.mt (TM_FILE): Set to
3428 config/rs6000/tm-rs6000.h.
3429 * config/powerpc/tm-ppc-aix.h: Delete file.
3430 * config/powerpc/aix.mt (TM_FILE): Set to
3431 config/rs6000/tm-rs6000.h.
3432 * config/m68k/tm-linux.h: Delete file.
3433 * config/m68k/linux.mt (TM_FILE): Set to solib.h
3434 * config/i386/tm-linux64.h: Delete file.
3435 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
3436 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
3437
3438 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3439 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
3440 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
3441 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3442 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
3443 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
3444 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
3445 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3446 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3447
3448 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
3449 gdb_host_cpu.
3450
3451 2004-09-02 Joel Brobecker <brobecker@gnat.com>
3452
3453 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
3454 Minor reformatting. Some code factoring.
3455
3456 2004-09-02 Andrew Cagney <cagney@gnu.org>
3457
3458 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
3459 * config/vax/tm-nbsd.h: Delete file.
3460 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3461 * config/sparc/tm-vxworks.h: Delete file.
3462 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
3463 * config/sparc/tm-nbsd.h: Delete file.
3464 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
3465 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
3466 * config/sparc/tm-linux.h: Delete file.
3467 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
3468 * config/s390/tm-linux.h: Delete file.
3469 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
3470 * config/pa/tm-bsd.h: Delete file.
3471 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
3472 * config/m68k/tm-obsd.h: Delete file.
3473 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
3474 * config/m68k/tm-nbsd.h: Delete file.
3475 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3476 * config/i386/tm-vxworks.h: Delete file.
3477 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
3478 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
3479 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
3480 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
3481 * config/i386/tm-nbsd.h: Delete file.
3482 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
3483 * config/i386/tm-i386lynx.h: Delete file.
3484 * config/cris/cris.mt (TM_FILE): Set to solib.h.
3485 * config/cris/tm-cris.h: Delete file.
3486
3487 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
3488 * configure: Re-generate.
3489 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
3490 * config/arm/tm-nbsd.h: Delete file.
3491
3492 * config/powerpc/tm-ppcle-sim.h: Delete.
3493 * config/powerpc/tm-ppcle-eabi.h: Delete.
3494 * config/powerpc/tm-nbsd.h: Delete.
3495 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
3496 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
3497 tm-ppcle-eabi.h.
3498
3499 * config/i386/nto.mh (NAT_FILE): Delete.
3500 * config/i386/nm-nto.h: Delete.
3501
3502 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
3503 * config/m68k/tm-os68k.h: Ditto.
3504 * config/m68k/tm-monitor.h: Ditto.
3505 * config/m68k/tm-cisco.h: Ditto.
3506 * config/m68k/st2000.mt (TM_FILE): Delete.
3507 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
3508 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
3509 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
3510 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
3511
3512 * config/m68k/tm-st2000.h: Delete.
3513 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
3514 * config/sparc/fbsd.mt (TM_FILE): Delete.
3515 * config/sparc/tm-fbsd.h: Delete.
3516
3517 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
3518 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
3519 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
3520
3521 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
3522 GDB_TM_FILE and GDB_XM_FILE.
3523 * gdbarch.c: Re-generate.
3524 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
3525 quotes in macro definition.
3526 * configure.in: Re-generate.
3527
3528 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
3529 validating architecture methods.
3530 * gdbarch.c: Re-generate.
3531
3532 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
3533 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
3534 GDB_MULTI_ARCH_PARTIAL.
3535 * gdbarch.h: Re-generate.
3536
3537 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
3538 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
3539 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
3540 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
3541 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
3542 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
3543 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
3544 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
3545 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
3546 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
3547 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
3548 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
3549
3550 2004-09-01 Andrew Cagney <cagney@gnu.org>
3551
3552 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
3553 and main_func_highpc.
3554 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
3555 * objfiles.c (init_entry_point_info, objfile_relocate): Update
3556 * nlmread.c (nlm_symfile_read): Update.
3557
3558 2004-09-01 Joel Brobecker <brobecker@gnat.com>
3559
3560 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
3561 (mips_insn32_frame_cache): Inline call to find_proc_desc.
3562 (find_proc_desc): Remove dead code.
3563
3564 2004-09-01 Joel Brobecker <brobecker@gnat.com>
3565
3566 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
3567
3568 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
3569
3570 * observer.sh: Add struct so_list declaration.
3571 * Makefile.in: Add dependencies on observer.h for solib.c and
3572 breakpoint.c.
3573 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
3574 function.
3575 (_initialize_breakpoint): Register
3576 disable_breakpoints_in_unloaded_shlib as an observer of the
3577 "solib unloaded" observation event.
3578 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
3579 call decode_line_1 so unfound breakpoint errors are silent.
3580 * solib.c (update_solib_list): When a solib is discovered to have
3581 been unloaded by the program, notify all observers of the
3582 "solib unloaded" observation event.
3583
3584 2004-09-01 Andrew Cagney <cagney@gnu.org>
3585
3586 * frame.c: Include "objfiles.h".
3587 (inside_main_func): New function.
3588 (get_prev_frame): Use new inside_main_func.
3589 * Makefile.in (frame.o): Update dependencies.
3590 * defs.h (inside_main_func): Delete declaration.
3591 * blockframe.c (inside_main_func): Delete function.
3592
3593 2004-08-31 Jim Blandy <jimb@redhat.com>
3594
3595 * dwarf2read.c (is_vtable_name): New function, based on logic from
3596 read_structure_type, but passing the correct length to strncmp,
3597 and using 'sizeof' instead of 'strlen'.
3598 (read_structure_type): Call it.
3599
3600 2004-08-31 Joel Brobecker <brobecker@gnat.com>
3601
3602 * config/powerpc/aix.mh: Add comment.
3603
3604 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
3605
3606 * MAINTAINERS: Add self to Write-After-Approval.
3607
3608 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
3609
3610 * MAINTAINERS: Add self to Write-After-Approval.
3611
3612 2004-08-30 Andrew Cagney <cagney@gnu.org>
3613
3614 Fix PR breakpoints/1757.
3615 * infrun.c (struct execution_control_state): Replace
3616 remove_breakpoints_on_following_step with
3617 step_after_step_resume_breakpoint.
3618 (init_execution_control_state): Update.
3619 (handle_inferior_event): For signals, when stepping off a
3620 breakpoint, set step_after_step_resume_breakpoint. When
3621 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
3622 (keep_going): Delete code handling
3623 remove_breakpoints_on_following_step.
3624
3625 2004-08-29 David Lecomber <david@streamline-computing.com>
3626
3627 Fix PR gdb/648
3628 * language.h (enum array_ordering): New enum.
3629 * language.h (struct language_defn): New la_array_ordering
3630 attribute.
3631 * language.c (unknown_language_defn, auto_language_defn)
3632 (local_language_defn): Ditto.
3633 * ada-lang.c (ada_language_defn): Ditto.
3634 * c-lang.c (c_language_defn, cplus_language_defn)
3635 (asm_language_defn, minimal_language_defn): Ditto.
3636 * f-lang.c (f_language_defn): Ditto.
3637 * jv-lang.c (java_language_defn): Ditto.
3638 * m2-lang.c (f_language_defn): Ditto.
3639 * objc-lang.c (objc_language_defn): Ditto.
3640 * p-lang.c (pascal_language_defn): Ditto.
3641 * scm-lang.c (scm_language_defn): Ditto.
3642 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
3643 oriented large to small in type structure.
3644 * dwarf2read.c (read_array_order): New function.
3645 (read_array_type): Use read_array_order to check row/column
3646 major ordering.
3647
3648 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
3649
3650 * target.c (target_resize_to_sections): Check
3651 current_target.to_sections for an old value when updating.
3652
3653 2004-08-27 Joel Brobecker <brobecker@gnat.com>
3654
3655 * procfs.c (dbx_link_bpt_addr): New static global variable.
3656 (dbx_link_shadow_contents): New static global variable.
3657 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
3658 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
3659 if we just hit it.
3660 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
3661 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
3662 from run to run.
3663 (procfs_create_inferior): Remove syssgi syscall-exit notifications
3664 after the inferior has been forked.
3665 (remove_dbx_link_breakpoint): New function.
3666 (dbx_link_addr): New function.
3667 (insert_dbx_link_bpt_in_file): New function.
3668 (insert_dbx_link_bpt_in_region): New function.
3669 (insert_dbx_link_breakpoint): New function.
3670 (proc_trace_syscalls_1): New function, extracted from
3671 proc_trace_syscalls.
3672 (proc_trace_syscalls): Replace extract code by call to
3673 proc_trace_syscalls_1.
3674 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
3675 is no longer valid.
3676
3677 2004-08-25 Jim Blandy <jimb@redhat.com>
3678
3679 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
3680
3681 2004-08-25 Andrew Cagney <cagney@gnu.org>
3682
3683 * infrun.c (struct execution_control_state): Delete field
3684 "stepping_through_sigtramp".
3685 (init_execution_control_state): Do not set same.
3686 (context_switch): Do not pass same to save_infrun_state and
3687 load_infrun_state.
3688 * gdbthread.h (struct thread_info): Delete field
3689 stepping_through_sigtramp.
3690 (save_infrun_state, load_infrun_state): Delete parameter
3691 stepping_through_sigtramp.
3692 * thread.c (load_infrun_state, save_infrun_state): Update.
3693
3694 * infrun.c: Re-indent. Move expression operators to the beginning
3695 of the line. Remove long disabled #if 0 code.
3696
3697 2004-08-24 Andrew Cagney <cagney@gnu.org>
3698
3699 * doublest.h (floatformat_ieee_quad): Rename
3700 floatformat_ia64_quad.
3701 * doublest.c (floatformat_ieee_quad): Rename
3702 floatformat_ia64_quad.
3703 (_initialize_doublest): Update.
3704
3705 2004-08-24 Jim Blandy <jimb@redhat.com>
3706
3707 * dwarf2expr.h (struct dwarf_expr_context): New members
3708 'num_pieces' and 'pieces', for returning the result of an
3709 expression that uses DW_OP_piece.
3710 (struct dwarf_expr_piece): New struct type.
3711 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
3712 pieces.
3713 (free_dwarf_expr_context): Free pieces, if any.
3714 (add_piece): New function.
3715 (execute_stack_op): Implement DW_OP_piece.
3716 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
3717 expression is a list of pieces, print an error message.
3718 (dwarf2_loc_desc_needs_frame): If the expression yields
3719 pieces, and any piece is in a register, then we need a frame.
3720
3721 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
3722 the stack until we've decided what sort of result the evaluation
3723 has produced. Use separate variables, with more specific names.
3724
3725 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
3726
3727 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
3728 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
3729 (arm_netbsd_init_abi_common): Register them.
3730
3731 2004-08-22 Mark Kettenis <kettenis@gnu.org>
3732
3733 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
3734
3735 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
3736 safe_frame_unwind_memory instead of target_read_memory.
3737
3738 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
3739 Reorder includes.
3740 (fetch_register, store_register): Remove prototypes.
3741 (child_resume): Reorganize code and comments such that it is
3742 grouped a bit more logically.
3743 (attach): Explicitly compare errno against 0.
3744 (detach): Likewise. Use perror_with_name instead of
3745 print_sys_errmsg.
3746 * Makefile.in (infptrace.o): Update dependencies.
3747
3748 * ia64-linux-nat.c: Update copyright year.
3749 (fetch_debug_register, store_debug_register)
3750 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
3751 PTRACE_TYPE_ARG3.
3752 * config/ia64/nm-linux.h: Update copyright year.
3753 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
3754
3755 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
3756 from CORE_ADDR to struct frame_info *. Use
3757 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
3758 (amd64_linux_sigtramp_p): Adjust for changed signature of
3759 and64_linux_sigtramp_start
3760
3761 * gdb_ptrace.h: GNU/Linux.
3762
3763 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3764 Remove defines.
3765
3766 * infptrace.c: Include "gdb_assert.h".
3767 (PTRACE_XFER_TYPE): Remove define.
3768 (offsetof): Only define if U_REGS_OFFSET isn't defined.
3769 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
3770 Tweak comment.
3771 (fetch_inferior_registers, store_inferior_registers): Remove
3772 redundant culry braces. Tweak comment. s/regno/regnum.
3773 * Makefile.in (infptrace.o): Update dependencies.
3774
3775 * configure.in: Change test for return type of ptrace to default
3776 to `long' instead of `int'.
3777 * configure: Regenerate.
3778
3779 2004-08-21 Mark Kettenis <kettenis@gnu.org>
3780
3781 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3782
3783 * configure.in: Check for ttrace function.
3784 * configure, config.in: Regenerate.
3785
3786 * gdb_ptrace.h: New file.
3787 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3788 <sys/ptrace.h>.
3789 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3790 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
3791 (attach): Don't define PT_ATTACH.
3792 (detach): Don't define PT_DETACH.
3793 * Makefile.in (gdb_ptrace_h): New variable.
3794 (infptrace.o): Update dependencies.
3795
3796 2004-08-16 Mark Kettenis <kettenis@gnu.org>
3797
3798 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
3799 instead of `int' if not already defined.
3800 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3801 PTRACE_TYPE_ARG3.
3802 * infptrace.c (call_ptrace): Revert change that replaced
3803 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3804
3805 2004-08-15 Mark Kettenis <kettenis@gnu.org>
3806
3807 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3808 Remove defines.
3809
3810 * linux-nat.c (kill_inferior): Add missing third and fourth
3811 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
3812
3813 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3814 PTRACE_TYPE_RET.
3815
3816 * proc-why.c (proc_prettyfprint_why): Fix format string.
3817
3818 * solib-osf.c (osf_current_sos): Remove unsused label.
3819
3820 * configure.in: Add <ncurses/ncurses.h> to the list of possible
3821 curses headers.
3822 * configure, config.in: Regenerate.
3823 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3824 <ncurses/ncurses.h>.
3825
3826 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3827 * config/nm-nbsd.h: Update copyright year.
3828 (PTRACE_ARG3_TYPE): Remove define.
3829
3830 * sparc-nat.c (fetch_inferior_registers)
3831 (store_inferior_registers, sparc_xfer_wcookie):
3832 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3833
3834 * alphabsd-nat.c (fetch_inferior_registers):
3835 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3836 PTRACE_TYPE_ARG3.
3837 * amd64bsd-nat.c (fetch_inferior_registers)
3838 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3839 PTRACE_TYPE_ARG3.
3840 * armnbsd-nat.c: Update copyright year.
3841 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3842 (store_register, store_regs, store_fp_register, store_fp_regs):
3843 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3844 * hppabsd-nat.c (fetch_inferior_registers)
3845 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3846 PTRACE_TYPE_ARG3.
3847 * i386bsd-nat.c (fetch_inferior_registers)
3848 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3849 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3850 * m68kbsd-nat.c (fetch_inferior_registers)
3851 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3852 PTRACE_TYPE_ARG3.
3853 * m88kbsd-nat.c (fetch_inferior_registers)
3854 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3855 PTRACE_TYPE_ARG3.
3856 * mipsnbsd-nat.c: Update copyright year.
3857 (fetch_inferior_registers, store_inferior_registers):
3858 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3859 * ns32knbsd-nat.c: Update copyright year.
3860 (fetch_inferior_registers, store_inferior_registers):
3861 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3862 * ppcnbsd-nat.c (fetch_inferior_registers):
3863 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3864 PTRACE_TYPE_ARG3.
3865 * ppcobsd-nat.c (fetch_inferior_registers):
3866 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3867 PTRACE_TYPE_ARG3.
3868 * shnbsd-nat.c: Update copyright year.
3869 (fetch_inferior_registers, store_inferior_registers):
3870 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3871 * vaxbsd-nat.c (fetch_inferior_registers)
3872 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3873 PTRACE_TYPE_ARG3.
3874
3875 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3876 PTRACE_TYPE_ARG3.
3877 * infptrace.c (call_ptrace, child_resume, attach, detach)
3878 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3879 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3880 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3881 PTRACE_TYPE_ARG3.
3882
3883 2004-08-14 Mark Kettenis <kettenis@gnu.org>
3884
3885 * defs.h: Remove out-of-date comment.
3886 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3887 [!GETENV_PROVIDED] (getenv): Remove prototype.
3888
3889 * standalone.c: Remove file.
3890 * Makefile.in (standalone.o): Remove dependency.
3891
3892 * i386-linux-nat.c (dummy_sse_values): Remove function and
3893 prototype.
3894 (i386_linux_dr_get): Fix typo in comment.
3895 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3896
3897 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3898
3899 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3900 from declaration.
3901 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3902 from definition.
3903
3904 2004-08-13 Mark Kettenis <kettenis@gnu.org>
3905
3906 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3907 parenthesis in definition.
3908 * configure: Regenerated.
3909
3910 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
3911
3912 * PROBLEMS: Mention build/1411.
3913
3914 2004-08-09 Robert Millan <robertmh@gnu.org>
3915
3916 Committed by Nathanael Nerode.
3917 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3918 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3919
3920 2004-08-12 Andrew Cagney <cagney@gnu.org>
3921
3922 * NEWS: Mention fixes in GDB 6.2.1.
3923 * PROBLEMS: Remove mention of mips-irix.
3924
3925 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3926
3927 * config/powerpc/xm-aix.h: Delete.
3928 * config/powerpc/aix.mh (MH_FILE): Remove.
3929 * config/powerpc/aix432.mh (MH_FILE): Remove.
3930
3931 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3932
3933 * config/powerpc/aix.mh: Remove obsolete comment.
3934 * config/powerpc/aix432.mh: Likewise.
3935
3936 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3937
3938 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3939
3940 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3941
3942 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3943 this file is now empty.
3944 * config/xm-aix4.h: Remove, this file is no longer included
3945 anywhere.
3946
3947 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3948
3949 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3950 that file is now empty.
3951 (termdef): Remove prototype, function no longer used.
3952
3953 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3954
3955 * doc/gdbint.texinfo (Host Definition): Remove documentation
3956 for USE_O_NOCTTY, no longer used.
3957 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3958 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3959
3960 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3961
3962 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3963 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3964 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3965
3966 2004-08-11 Mark Kettenis <kettenis@gnu.org>
3967
3968 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3969 instead of FIVE_ARG_PTRACE.
3970
3971 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3972 (new_tty): Use O_NOCTTY unconditionally.
3973
3974 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3975
3976 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3977 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3978 fflush on stdout.
3979
3980 2004-08-10 Joel Brobecker <brobecker@gnat.com>
3981
3982 * xcoff_symfile_finish: Replace last call to xmfree by call
3983 to xfree.
3984
3985 2004-08-10 Andrew Cagney <cagney@gnu.org>
3986
3987 * main.c (captured_main): Delete call to init_malloc.
3988 * defs.h (init_malloc): Delete declaration.
3989 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3990 (init_malloc): Delete functions.
3991
3992 * defs.h (xmfree): Delete.
3993 * utils.c (xmfree): Delete function.
3994 (xfree): Inline calls to xmfree and mfree.
3995 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3996 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3997 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3998 * somread.c (som_symfile_finish): Ditto.
3999 * objfiles.c (allocate_objfile, free_objfile):
4000 * nlmread.c (nlm_symfile_finish): Ditto.
4001 * hpread.c (hpread_symfile_finish): Ditto.
4002 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
4003 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
4004 * coffread.c (coff_symfile_finish): Ditto.
4005
4006 * defs.h (xmcalloc): Delete declaration.
4007 * utils.c (xmcalloc): Delete.
4008 (xcalloc): Inline calls to xmcalloc and mcalloc.
4009 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
4010 xcalloc and xfree.
4011 * symtab.c (create_demangled_names_hash): Ditto.
4012
4013 * defs.h (xmrealloc): Delete.
4014 * utils.c (xmrealloc): Delete.
4015 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
4016 * symmisc.c (extend_psymbol_list): Use xrealloc.
4017 * source.c (find_source_lines): Ditto.
4018 * hpread.c (hpread_lookup_type): Ditto.
4019 * dbxread.c (add_bincl_to_list): Ditto.
4020
4021 * utils.c (xmmalloc): Delete.
4022 (xmalloc): Inline xmmalloc and mmalloc calls.
4023 (msavestring): Use xmalloc.
4024 * defs.h (xmmalloc): Delete declaration.
4025 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
4026 xmmalloc.
4027 * symmisc.c (extend_psymbol_list): Ditto.
4028 * symfile.c (init_psymbol_list): Ditto.
4029 * source.c (find_source_lines): Ditto.
4030 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
4031 * elfread.c (elf_symtab_read): Ditto.
4032 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
4033 * coffread.c (coff_symfile_init): Ditto.
4034
4035 2004-08-10 David Carlton <carlton@bactrian.org>
4036
4037 * MAINTAINERS: Remove David Carlton from c++ testsuite
4038 maintainers.
4039
4040 2004-08-10 Jerome Guitton <guitton@gnat.com>
4041
4042 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
4043 print a line feed before the prompt.
4044
4045 2004-08-10 Mark Kettenis <kettenis@gnu.org>
4046
4047 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
4048
4049 2004-08-09 Joel Brobecker <brobecker@gnat.com>
4050
4051 General cleanup of the AIX xm include file:
4052 * config/xm-aix4.h (fd_set): Remove undefine.
4053 Remove include of <sys/select.h>.
4054 (HAVE_TERMIO): Remove define.
4055 (USG): Likewise.
4056 (NULL): Remove redefine.
4057 (alloca): Remove #pragma.
4058 (vfork): Remove define.
4059 (termdef): Remove.
4060 (SIGWINCH_HANDLER): Remove.
4061 (SIGWINCH_HANDLER_BODY): Remove.
4062
4063 2004-08-09 Mark Kettenis <kettenis@gnu.org>
4064
4065 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
4066 GDB_OSABI_OPENBSD_ELF.
4067
4068 2004-08-07 Robert Millan <robertmh@gnu.org>
4069
4070 * bsd-kvm.c: Check for nlist.h before including it.
4071
4072 2004-08-09 Mark Kettenis <kettenis@gnu.org>
4073
4074 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
4075 sigcontext' offset consistency checks for ancient BSD.
4076
4077 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
4078
4079 * configure.in: Check for <sys/types.h>. Check return and
4080 argument types of ptrace.
4081 * configure, config.in: Regenerate.
4082
4083 2004-08-09 Jim Blandy <jimb@redhat.com>
4084
4085 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
4086 rs6000_register_sim_regno): Doc fixes.
4087
4088 2004-08-08 Joel Brobecker <brobecker@gnat.com>
4089
4090 * mips-tdep.c: Include "floatformat.h".
4091 (n32n64_floatformat_always_valid): New function.
4092 (floatformat_n32n64_long_double_big): New constant.
4093 (mips_gdbarch_init): Set size and format of long double
4094 for N32 and N64 ABIs.
4095 * Makefile.in (mips-tdep.o): Update dependencies.
4096
4097 2004-08-08 Andrew Cagney <cagney@gnu.org>
4098
4099 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
4100 print. Improve script's error messages.
4101 * gdbarch.h: Re-generate.
4102
4103 * gdbarch.sh (pformat): New function.
4104 (float_format, double_format, long_double_format): List with bit
4105 members. Use pformat when printing.
4106 * gdbarch.c, gdbarch.h: Re-generate.
4107
4108 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
4109
4110 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
4111 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
4112 (ppcnbsd_supply_pcb): New function.
4113 (_initialize_ppcnbsd_nat): New prototype and function.
4114 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4115 (LOADLIBES): New variable.
4116 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
4117
4118 2004-08-08 Andrew Cagney <cagney@gnu.org>
4119
4120 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
4121 (builtin_type_ieee_double, builtin_type_ia64_quad)
4122 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
4123 BE/LE floating-point types.
4124 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
4125 (builtin_type_ieee_double, builtin_type_ia64_quad)
4126 (builtin_type_ia64_spill): Declare.
4127 * doublest.c (_initialize_doublest, floatformat_ieee_single)
4128 (floatformat_ieee_double, floatformat_arm_ext)
4129 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
4130 of LE/BE floatformats.
4131 * doublest.h: (struct floatformat, floatformat_ieee_single)
4132 (floatformat_ieee_double, floatformat_arm_ext)
4133 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
4134
4135 2004-08-08 Mark Kettenis <kettenis@gnu.org>
4136
4137 * i386gnu-nat.c (gnu_store_registers): Fix typo.
4138
4139 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
4140 instead of regcache_raw_supply when storing the registers.
4141
4142 * i386gnu-nat.c: Update copyright year.
4143 (gnu_store_registers): Don't use deprecated_registers and
4144 deprecated_registers_valid. Use regcache_valid_p and
4145 regcache_raw_supply instead.
4146
4147 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
4148 frame_pc_unwind.
4149
4150 * procfs.c (procfs_pid_to_str): Remove redundant and unused
4151 variables. Incapitalized "process".
4152
4153 * configure.in: Add cursesX to the list of possible curses libs.
4154 Add cursesX.h to the list of possible curses headers.
4155 * configure, config.in: Regenerate.
4156
4157 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
4158
4159 * configure.in: Test for struct lwp in <sys/lwp.h>.
4160 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
4161 the offset of l_addr in struct lwp.
4162
4163 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
4164
4165 * bsd-kvm.c: Include "gdbcore.h"
4166 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
4167
4168 2004-08-07 Andrew Cagney <cagney@gnu.org>
4169
4170 * gdbtypes.c (build_flt, build_complex): New functions.
4171 (gdbtypes_post_init): Use.
4172
4173 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
4174
4175 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
4176 through to builtin_type_uint128.
4177
4178 * c-exp.y: Use builtin_type function to obtain builtin types.
4179
4180 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
4181 builtin_uint128.
4182 * gdbtypes.c (gdbtypes_post_init): Update.
4183 (build_gdbtypes): Move initialization of builtin_type_int0
4184 through to builtin_type_uint128 from here ...
4185 (_initialize_gdbtypes): ... to here.
4186 * d10v-tdep.c (d10v_register_type): Update.
4187
4188 * doublest.c: Update copyright.
4189 (floatformat_from_length): Call error when floatformat is NULL.
4190 (extract_floating_by_length): Remove NULL fmt check.
4191 (store_floating_by_length): Ditto.
4192
4193 2004-08-07 Andrew Cagney <cagney@gnu.org>
4194
4195 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
4196 that the register is valid.
4197
4198 2004-08-05 Mark Kettenis <kettenis@chello.nl>
4199
4200 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4201 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
4202 struct frame_info *. Use safe_frame_unwind_memory instead of
4203 deprecated_read_memory_nobpt.
4204 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
4205 changed signature of i386_linux_sigtramp_start and
4206 i386_linux_rt_sigtramp_start.
4207
4208 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
4209 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
4210 instead of deprecated_read_memory_nobpt.
4211 (i386nbsd_sigtramp_p): Adjust for changed signature of
4212 i386nbsd_sigtramp_offset.
4213
4214 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
4215 safe_frame_unwind_memory instead of target_read_memory.
4216
4217 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4218 !NO_SYS_FILE.
4219 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
4220 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
4221 (_initialize_kernel_u_addr): Remove prototype and function.
4222 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4223 !NO_SYS_FILE.
4224 * xcoffread.c: Likewise.
4225
4226 2004-08-06 Mark Kettenis <kettenis@gnu.org>
4227
4228 * vax-nat.c: New file.
4229 * vaxbsd-nat.c: Tweak comment.
4230 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
4231 vaxnbsd-tdep.c.
4232 (vax-nat.o): New dependency.
4233 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
4234 (vax-*-ultrix2*): Remove.
4235 * config/vax/vax.mh: New file.
4236 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
4237 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
4238 (vax_register_u_addr): New prototype.
4239 (REGISTER_U_ADDR): Define using vax_register_u_addr.
4240 * config/vax/vaxult2.mh: Remove file.
4241 * config/vax/vaxult.mh: Remove file.
4242 * config/vax/vaxbsd.mh: Remove file.
4243 * config/vax/vax.mt (TM_FILE): Remove.
4244 * config/vax/tm-vaxbsd.h: Remove file.
4245
4246 2004-08-06 Joel Brobecker <brobecker@gnat.com>
4247
4248 * aix-thread.c (get_signaled_thread): New function.
4249 (iter_trap): Delete, no longer used.
4250 (iter_tid): New function.
4251 (pd_update): Find the thread that received the SIGTRAP signal
4252 by first locating the kernel thread, and then finding its
4253 associated thread.
4254
4255 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
4256
4257 * lin-lwp.c (child_wait): Continue inferior after processing
4258 PTRACE_EVENT_CLONE event.
4259
4260 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
4261
4262 * MAINTAINERS: Add self to Write-After-Approval.
4263
4264 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
4265
4266 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
4267 libunwind-xxxx.so" where xxxx is UNW_TARGET.
4268
4269 2004-08-05 Andrew Cagney <cagney@gnu.org>
4270
4271 * config/xm-sysv4.h: Delete file.
4272 * config/mips/xm-irix5.h: Delete file.
4273 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
4274 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
4275 * config/ia64/xm-aix.h: Delete file.
4276 * config/ia64/aix.mh (XM_FILE): Delete.
4277 * config/pa/xm-hppah.h: Delete file.
4278 * config/pa/hpux11w.mh (XM_FILE): Delete.
4279 * config/pa/hpux11.mh (XM_FILE): Delete.
4280 * config/pa/hpux1020.mh (XM_FILE): Delete.
4281 * config/pa/hppahpux.mh (XM_FILE): Delete.
4282
4283 * config/alpha/xm-alphalinux.h: Delete file.
4284 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
4285 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
4286 * config/alpha/xm-alphaosf.h: Delete file.
4287 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
4288 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
4289 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
4290 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
4291
4292 * config/i386/xm-i386v.h: Delete file.
4293 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
4294 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
4295 * config/i386/xm-i386sco.h: Delete file.
4296 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
4297 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
4298 * config/i386/xm-i386v4.h: Delete file.
4299 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
4300 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
4301 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
4302 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
4303
4304 * config/vax/xm-vax.h: Delete file.
4305 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
4306 * config/vax/xm-vaxult2.h: Delete file.
4307 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
4308 * config/vax/vaxult2.mh (XM_FILE): Delete.
4309 * config/vax/xm-vaxult.h: Delete file.
4310 * config/vax/vaxult.mh (XM_FILE): Delete.
4311 * config/vax/xm-vaxbsd.h: Delete file.
4312 * config/vax/vaxbsd.mh (XM_FILE): Delete.
4313
4314 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
4315 * gdbarch.h, gdbarch.c: Re-generate.
4316 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
4317 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
4318 * frame.h: Delete deprecated_read_fp from comments.
4319 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
4320 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
4321
4322 2004-08-04 Mark Kettenis <kettenis@gnu.org>
4323
4324 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
4325 trampoline in OpenBSD 3.5-current.
4326
4327 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
4328 SSE registers.
4329
4330 * Makefile.in: Remove embedded page breaks.
4331
4332 2004-08-04 Jim Blandy <jimb@redhat.com>
4333
4334 * regcache.c (regcache_raw_read): Assert that, after calling
4335 target_fetch_registers, the register we're reading is cached.
4336
4337 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
4338 a call to 'internal_error', with a more helpful error message.
4339 * rs6000-tdep.c (e500_pseudo_register_read,
4340 e500_pseudo_register_write, rs6000_store_return_value): Same.
4341
4342 2004-08-04 Andrew Cagney <cagney@gnu.org>
4343
4344 * Makefile.in: Update dependencies.
4345
4346 2004-08-04 Jim Blandy <jimb@redhat.com>
4347
4348 Change the layout of the PowerPC E500 raw register cache to allow
4349 the lower 32-bit halves of the GPRS to be their own raw registers,
4350 not pseudoregisters.
4351 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
4352 add ppc_ev0_upper_regnum flag.
4353 * rs6000-tdep.c: #include "reggroups.h".
4354 (spe_register_p): Recognize the ev upper half registers as SPE
4355 registers.
4356 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
4357 registers.
4358 (e500_move_ev_register): New function.
4359 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
4360 vector registers are the pseudo-registers now, formed by splicing
4361 together the gprs and the upper-half registers.
4362 (e500_register_reggroup_p): New function.
4363 (P): Macro deleted.
4364 (P8, A4): New macro.
4365 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
4366 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
4367 macros.
4368 (registers_e500): Rearrange register set so that the raw register
4369 set contains 32-bit GPRs and upper-half registers, and the SPE
4370 vector registers become pseudo-registers.
4371 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
4372 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
4373 register numbers are now the same for the E500 as they are for
4374 other PowerPC variants. Register e500_register_reggroup_p as the
4375 register group function for the E500.
4376 * Makefile.in (rs6000-tdep.o): Update dependencies.
4377
4378 Adapt PPC E500 native support to the new raw regcache layout.
4379 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
4380 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
4381 (fetch_spe_register, store_spe_register): Handle fetching/storing
4382 all the SPE registers at once, if regno == -1. These now take
4383 over the job of fetch_spe_registers and store_spe_registers.
4384 (fetch_spe_registers, store_spe_registers): Deleted.
4385 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
4386 unconditionally; they're always raw. Fetch/store SPE upper half
4387 registers, if present, instead of ev registers.
4388 (fetch_register, store_register): Remove sanity checks: gprs are
4389 never pseudo-registers now, so we never need to even mention any
4390 registers that are ever pseudoregisters.
4391
4392 Use a fixed register numbering when communicating with the PowerPC
4393 simulator.
4394 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
4395 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
4396 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
4397 New functions.
4398 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
4399 init_sim_regno_table.
4400 * Makefile.in (gdb_sim_ppc_h): New variable.
4401 (rs6000-tdep.o): Update dependencies.
4402
4403 2004-08-02 Andrew Cagney <cagney@gnu.org>
4404
4405 * cris-tdep.c (cris_register_size): Restore function, still used
4406 locally.
4407
4408 * gdbarch.sh (deprecated_target_read_fp)
4409 (deprecated_frame_locals_address, deprecated_frame_args_address)
4410 (deprecated_frame_chain_valid, deprecated_frame_chain)
4411 (deprecated_init_extra_frame_info, deprecated_pop_frame)
4412 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
4413 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
4414 * gdbarch.h, gdbarch.c: Re-generate.
4415 * regcache.c (deprecated_read_fp): Do not call
4416 DEPRECATED_TARGET_READ_FP_P.
4417 * infcmd.c (default_print_registers_info): Do not call
4418 DEPRECATED_DO_REGISTERS_INFO.
4419 * frame-base.c (default_frame_locals_address): Do not call
4420 DEPRECATED_FRAME_LOCALS_ADDRESS.
4421 (default_frame_args_address): Do not call
4422 DEPRECATED_FRAME_ARGS_ADDRESS.
4423
4424 * gdbarch.sh (deprecated_register_raw_size)
4425 (deprecated_register_virtual_size:int): Delete.
4426 * gdbarch.h, gdbarch.c: Re-generate.
4427 * cris-tdep.c (cris_register_size): Delete.
4428 (cris_gdbarch_init): Update.
4429 * alpha-tdep.c (alpha_register_raw_size)
4430 (alpha_register_virtual_size): Delete.
4431 (alpha_gdbarch_init): Update.
4432
4433 * gdbarch.sh (deprecated_register_virtual_type)
4434 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
4435 (deprecated_dummy_write_sp): Delete.
4436 * gdbarch.h, gdbarch.c: Re-generate.
4437
4438 * gdbarch.sh (deprecated_register_bytes): Delete.
4439 * gdbarch.h, gdbarch.c: Re-generate.
4440 * regcache.c (deprecated_register_bytes): New function.
4441 * regcache.h (deprecated_register_bytes): Declare.
4442 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4443 * v850-tdep.c (v850_gdbarch_init): Update.
4444 * sh64-tdep.c (sh64_gdbarch_init): Update.
4445 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4446 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4447 * mcore-tdep.c (mcore_gdbarch_init): Update.
4448 * cris-tdep.c (cris_gdbarch_init): Update.
4449 * arm-tdep.c (arm_gdbarch_init): Update.
4450 * remote.c (init_remote_state): Update.
4451 * remote-vx.c (vx_prepare_to_store): Update.
4452 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
4453 * irix5-nat.c (fetch_core_registers): Update.
4454 * cris-tdep.c (cris_register_bytes_ok): Update.
4455 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4456
4457 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
4458 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
4459 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
4460 (mips_insn16_frame_base_address, mips_insn16_frame_base)
4461 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
4462 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
4463 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
4464 (mips_insn32_frame_base_address, mips_insn32_frame_base)
4465 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
4466 with mips_insn16 and mips_insn32.
4467
4468 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
4469 * rs6000-tdep.c (rs6000_push_dummy_call)
4470 (rs6000_extract_return_value): Use register_size.
4471 * xstormy16-tdep.c (xstormy16_get_saved_register)
4472 (xstormy16_extract_return_value): Ditto.
4473 * valops.c (value_assign): Ditto.
4474 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
4475 * v850-tdep.c (v850_extract_return_value): Ditto.
4476 * tracepoint.c (collect_symbol): Ditto.
4477 * target.c (debug_print_register): Ditto.
4478 * stack.c (frame_info): Ditto.
4479 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
4480 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4481 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
4482 (store_register_using_P): Ditto.
4483 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4484 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
4485 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4486 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
4487 * regcache.c (deprecated_read_register_bytes)
4488 (deprecated_write_register_bytes, read_register)
4489 (write_register): Ditto.
4490 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
4491 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
4492 * monitor.c (monitor_supply_register, monitor_fetch_register)
4493 (monitor_store_register): Ditto.
4494 * mn10300-tdep.c (mn10300_pop_frame_regular)
4495 (mn10300_print_register): Ditto.
4496 * mipsv4-nat.c (fill_fpregset): Ditto.
4497 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
4498 (mips64_fill_fpregset): Ditto.
4499 * mi/mi-main.c (register_changed_p, get_register)
4500 (mi_cmd_data_write_register_values): Ditto.
4501 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
4502 * irix5-nat.c (fill_gregset, fetch_core_registers):
4503 * infrun.c (write_inferior_status_register): Ditto.
4504 * infptrace.c (fetch_register, store_register): Ditto.
4505 * infcmd.c (default_print_registers_info): Ditto.
4506 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
4507 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
4508 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
4509 * hpux-thread.c (hpux_thread_fetch_registers)
4510 (hpux_thread_store_registers): Ditto.
4511 * hppah-nat.c (store_inferior_registers, fetch_register):
4512 * findvar.c (value_from_register): Ditto.
4513 * dve3900-rom.c (fetch_bitmapped_register):
4514 * cris-tdep.c (cris_gdbarch_init): Ditto.
4515 * alpha-tdep.h: Ditto.
4516 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
4517
4518 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
4519 DEPRECATED_REGISTER_RAW_SIZE from comments.
4520 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
4521 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
4522 DEPRECATED_REGISTER_RAW_SIZE.
4523 * findvar.c (value_of_register): Simplify by assuming that the
4524 registers raw and virtual sizes are identical.
4525 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
4526 comment.
4527 * arch-utils.c (generic_register_size): Simplify by assuming
4528 register_type.
4529
4530 * regcache.c (legacy_read_register_gen, real_register)
4531 (legacy_write_register_gen): Delete, not used.
4532
4533 * regcache.c (struct regcache_descr): Delete legacy_p.
4534 (init_legacy_regcache_descr): Delete function.
4535 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
4536 Do not use deprecated register functions.
4537 (regcache_raw_read, deprecated_write_register_gen):
4538 (deprecated_read_register_gen, regcache_raw_write): Delete code
4539 predicated on legacy_p.
4540 (register_size): Delete check against register raw size.
4541
4542 * cris-tdep.c (cris_register_type): Replace
4543 cris_register_virtual_type.
4544 (cris_gdbarch_init): Update, set register_type.
4545
4546 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
4547 * gdbarch.h, gdbarch.c: Re-generate.
4548 * arm-tdep.c (arm_frameless_function_invocation): Delete.
4549 (arm_gdbarch_init) Do not set frameless function invocation.
4550 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
4551 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
4552 * frv-tdep.c (frv_frameless_function_invocation): Delete.
4553 (frv_gdbarch_init): Do not set frameless function invocation.
4554 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4555 * sh-tdep.c (sh_gdbarch_init): Ditto.
4556 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4557 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4558 * avr-tdep.c (avr_gdbarch_init): Ditto.
4559
4560 * blockframe.c (legacy_frame_chain_valid): Delete function.
4561
4562 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
4563 and pc. Update comments.
4564 (pc_in_dummy_frame): Delete function.
4565 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
4566 use the "id".
4567 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
4568 call_hi, top and pc, use the id.
4569 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
4570
4571 * dummy-frame.c: Include "gdb_string.h".
4572 (generic_save_call_dummy_addr, generic_push_dummy_frame)
4573 (generic_save_dummy_frame_tos): Delete.
4574 (dummy_frame_push): New function, replaces above.
4575 * dummy-frame.h: Update copyright.
4576 (dummy_frame_push): Declare.
4577 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
4578 (generic_save_call_dummy_addr): Delete declarations.
4579 * infcall.c: Include "dummy-frame.h".
4580 (call_function_by_hand): Add locals caller_regcache,
4581 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
4582 with call to frame_save_as_regcache plus cleanup. Delete calls to
4583 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
4584 Move clear_proceed_status to just before the resume, add call to
4585 dummy_frame_push (discard cleanup).
4586 * Makefile.in (infcall.o): Add $(dummy_frame_h).
4587 (dummy-frame.o): Add $(gdb_string_h).
4588
4589 2004-08-01 Andrew Cagney <cagney@gnu.org>
4590
4591 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
4592 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
4593 * dummy-frame.c (find_dummy_frame): Delete.
4594 (struct dummy_frame_cache, dummy_frame_sniffer)
4595 (dummy_frame_prev_register, dummy_frame_this_id)
4596 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
4597 frame unwinder using a dummy_frame_cache.
4598
4599 2004-08-01 Andrew Cagney <cagney@gnu.org>
4600
4601 * frame.h (frame_save_as_regcache): Declare.
4602 * frame.c (frame_save_as_regcache): New function.
4603 (do_frame_read_register): Replace do_frame_unwind_register.
4604 (frame_pop): Use frame_save_as_regcache.
4605 * dummy-frame.c (generic_push_dummy_frame): Use
4606 frame_save_as_regcache.
4607
4608 2004-08-01 Joel Brobecker <brobecker@gnat.com>
4609
4610 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
4611 file as included until we record the first line in the linetable.
4612
4613 2004-08-01 Andrew Cagney <cagney@gnu.org>
4614
4615 * frame.h (deprecated_pop_dummy_frame)
4616 (deprecated_read_register_dummy)
4617 (deprecated_generic_find_dummy_frame): Delete.
4618 * dummy-frame.c (deprecated_generic_find_dummy_frame)
4619 (deprecated_read_register_dummy)
4620 (deprecated_find_dummy_frame_regcache)
4621 (discard_innermost_dummy)
4622 (deprecated_pop_dummy_frame): Delete.
4623 (dummy_frame_this_id): Simplify.
4624 (struct dummy_frame): Delete "fp" and "sp".
4625 (find_dummy_frame): Simplify.
4626 (generic_push_dummy_frame): Do not set "fp" or "sp".
4627 (fprint_dummy_frames): Do not print "fp" and "sp"
4628
4629 2004-08-01 Mark Kettenis <kettenis@gnu.org>
4630
4631 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
4632 (struct i386_insn): New structure.
4633 (i386_match_insn): New function.
4634 (i386_frame_setup_skip_insns): New variable.
4635 (i386_analyze_frame_setup): Change to use i386_match_insn and the
4636 array i386_frame_setup_insns of instructions that should be
4637 skipped inside the frame setup sequence.
4638
4639 2004-08-01 Andrew Cagney <cagney@gnu.org>
4640
4641 * frame.h (deprecated_frame_xmalloc_with_cleanup)
4642 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4643 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4644 * stack.c (frame_info): Delete references to
4645 DEPRECATED_FRAME_INIT_SAVED_REGS and
4646 deprecated_get_frame_saved_regs.
4647 * frame.c (struct frame_info): Delete saved_regs and extra_info.
4648 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
4649 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
4650 (frame_unwind_register_signed)
4651 (frame_unwind_register_unsigned)
4652 (frame_unwind_unsigned_register): Use register_size.
4653 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
4654 (deprecated_frame_xmalloc_with_cleanup)
4655 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4656 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4657
4658 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
4659 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
4660 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
4661 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
4662
4663 * infcall.c (call_function_by_hand): Do not use
4664 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
4665 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
4666 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
4667 DEPRECATED_STACK_ALIGN.
4668
4669 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
4670
4671 Committed by Andrew Cagney.
4672 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
4673
4674 2004-08-01 Andrew Cagney <cagney@gnu.org>
4675
4676 * mips-tdep.c (mips16_frame_cache)
4677 (mips16_frame_this_id, mips16_frame_prev_register)
4678 (mips16_frame_unwind, mips16_frame_sniffer)
4679 (mips16_frame_base_address, mips16_frame_base)
4680 (mips16_frame_base_sniffer, mips32_frame_cache)
4681 (mips32_frame_this_id, mips32_frame_prev_register)
4682 (mips32_frame_unwind, mips32_frame_sniffer)
4683 (mips32_frame_base_address, mips32_frame_base)
4684 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
4685 separate heuristic mips16 and mips32 unwinders.
4686 (mips_stub_frame_cache, mips_stub_frame_this_id)
4687 (mips_stub_frame_prev_register)
4688 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
4689 (mips_stub_frame_base_address, mips_stub_frame_base)
4690 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
4691 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
4692 match true mdebug frames.
4693 (non_heuristic_proc_desc): Add forward declaration.
4694
4695 2004-08-01 Andrew Cagney <cagney@gnu.org>
4696
4697 * config/mips/tm-irix6.h: Delete file.
4698 * config/mips/tm-irix5.h: Delete file.
4699 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
4700 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
4701
4702 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
4703 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
4704 * config/nm-gnu.h (NO_CORE_OPS): Delete.
4705 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
4706 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
4707 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
4708 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
4709 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
4710 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
4711 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
4712 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
4713 (TARGET_SIGNAL_RAW_VALUES): Delete.
4714 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4715 Delete.
4716 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
4717 (TARGET_HW_WATCH_LIMIT): Delete.
4718 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
4719 * minimon.h: Delete file.
4720
4721 * trad-frame.c (trad_frame_get_this_base)
4722 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
4723 functions.
4724 * trad-frame.h (trad_frame_set_this_base)
4725 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
4726
4727 2004-07-31 Andrew Cagney <cagney@gnu.org>
4728
4729 * trad-frame.c (trad_frame_get_prev_register): Rename
4730 trad_frame_get_prev_register.
4731 * vax-tdep.c (vax_frame_prev_register): Update.
4732 * trad-frame.h: Update.
4733 * trad-frame.c (trad_frame_get_register): Update.
4734 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
4735 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
4736 Update.
4737 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
4738 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
4739 Update.
4740 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
4741 Update.
4742 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
4743 Update.
4744 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
4745 Update.
4746 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
4747 Update.
4748 * s390-tdep.c (s390_frame_prev_register)
4749 (s390_stub_frame_prev_register)
4750 (s390_sigtramp_frame_prev_register): Update.
4751 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
4752 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
4753 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
4754 * m88k-tdep.c (m88k_frame_prev_register)
4755 * m68hc11-tdep.c (m68hc11_frame_prev_register)
4756 * m32r-tdep.c (m32r_frame_prev_register): Update.
4757 * hppa-tdep.c (hppa_frame_prev_register_helper)
4758 * frv-tdep.c (frv_frame_prev_register): Update.
4759 * d10v-tdep.c (d10v_frame_prev_register): Update.
4760 * cris-tdep.c (cris_frame_prev_register): Update.
4761 * avr-tdep.c (avr_frame_prev_register): Update.
4762 * arm-tdep.c (arm_prologue_prev_register)
4763 (arm_sigtramp_prev_register): Update.
4764
4765 2004-07-31 Andrew Cagney <cagney@gnu.org>
4766
4767 * frame.h (legacy_saved_regs_unwind)
4768 (legacy_frame_chain_valid, legacy_frame_p)
4769 (enum frame_type): Delete UNKNOWN_FRAME.
4770 * dummy-frame.c (dummy_frame_this_id): Simplify.
4771 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
4772 * frame.c (struct frame_info): Delete the field "type".
4773 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
4774 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
4775 (legacy_saved_regs_unwind, legacy_frame_p)
4776 (frame_type_from_pc): Delete.
4777 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
4778 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
4779
4780 2004-07-31 Mark Kettenis <kettenis@gnu.org>
4781
4782 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4783 indentation.
4784
4785 * mips-nat.c: Remove file.
4786 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4787 (mips-nat.o): Remove dependency.
4788
4789 * infptrace.c: Update copyright year.
4790 (fetch_register): Pass NULL in regcache_raw_supply call instead of
4791 explicitly setting the buffer to all zeroes.
4792
4793 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
4794 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
4795
4796 2004-07-30 Andrew Cagney <cagney@gnu.org>
4797
4798 * GDB 6.2 released from gdb_6_2-branch.
4799
4800 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4801
4802 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4803
4804 * exec.c (exec_file_attach):
4805 * nto-tdep.c (nto_find_and_open_solib):
4806 * pa64solib.c (pa64_solib_sizeof_symbol_table):
4807 * solib.c (solib_open):
4808 * somsolib.c (som_solib_sizeof_symbol_table):
4809 * source.c (is_regular_file, openp, open_source_file):
4810 * symfile.c (symfile_bfd_open):
4811 * wince.c (upload_to_device): Differentiate between the search for
4812 binary and source files.
4813
4814 2004-07-30 Andrew Cagney <cagney@gnu.org>
4815
4816 * complaints.c (_initialize_complaints): Pass NULL to
4817 add_setshow_zinteger_cmd for help_doc.
4818 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4819
4820 2004-07-30 Andrew Cagney <cagney@gnu.org>
4821
4822 Fix PR i18n/761.
4823 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4824 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4825 $(PACKAGE).pot and update-po.
4826 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4827 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4828 (update-po): New rules.
4829 (localedir): Define using autoconf.
4830 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4831 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4832 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4833 * configure.in: Generate CATALOGS and LINGUAS from contents of
4834 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
4835 * configure: Re-generate.
4836 * po/gdbtext: New file
4837
4838 2004-07-30 Jerome Guitton <guitton@gnat.com>
4839
4840 * MAINTAINERS: Reorder Write After Approval list in alphabetical
4841 order.
4842
4843 2004-07-30 David Lecomber <dsl@sources.redhat.com>
4844
4845 * dwarf2read.c (read_file_scope): Set producer if attribute
4846 present.
4847 (struct dwarf2_cu): Added new member producer.
4848
4849 2004-07-30 Jerome Guitton <guitton@gnat.com>
4850
4851 * inflow.c (kill_command): release file handles in BFD.
4852 * exec.c (exec_file_attach): Ditto.
4853 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4854
4855 2004-07-29 Andrew Cagney <cagney@gnu.org>
4856
4857 * PROBLEMS (mips-irix): Note that it is broken.
4858
4859 2004-07-29 Andrew Cagney <cagney@gnu.org>
4860
4861 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4862 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4863
4864 * config/xm-nbsd.h: Delete file.
4865 * config/arm/xm-nbsd.h: Delete file.
4866 * config/i386/xm-nbsd.h: Delete file.
4867 * config/ns32k/xm-nbsd.h: Delete file.
4868 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4869 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4870 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4871 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4872 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4873
4874 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4875 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4876 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4877 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4878 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4879 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4880
4881 * config/powerpc/xm-linux.h: Delete empty file.
4882 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4883 * config/powerpc/linux.mh (XM_FILE): Delete.
4884 * config/m68k/xm-linux.h: Delete empty file.
4885 * config/m68k/linux.mh (XM_FILE): Delete.
4886 * config/ia64/xm-linux.h: Delete empty file.
4887 * config/ia64/linux.mh (XM_FILE): Delete.
4888 * config/arm/xm-linux.h: Delete empty file.
4889 * config/arm/linux.mh (XM_FILE): Delete.
4890
4891 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4892 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4893 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4894 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4895 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4896 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4897 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4898 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4899
4900 * config/m68k/xm-m68k.h: Delete file.
4901 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4902 copyright.
4903 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4904 * config/pa/xm-linux.h: Delete empty file.
4905 * config/pa/linux.mh (XM_FILE): Delete.
4906 * config/i386/xm-i386.h: Delete empty file.
4907 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4908 "i386/xm-i386.h".
4909 * config/i386/obsdaout.mh (XM_FILE): Delete.
4910 * config/i386/obsd64.mh (XM_FILE): Delete.
4911 * config/i386/fbsd64.mh (XM_FILE): Delete.
4912 * config/i386/nto.mh (XM_FILE): Delete.
4913 * config/i386/obsd.mh (XM_FILE): Delete.
4914 * config/i386/linux64.mh (XM_FILE): Delete.
4915 * config/i386/linux.mh (XM_FILE): Delete.
4916 * config/i386/i386sol2.mh (XM_FILE): Delete.
4917 * config/i386/i386gnu.mh (XM_FILE): Delete.
4918 * config/i386/fbsd.mh (XM_FILE): Delete.
4919 * config/i386/nbsd64.mh (XM_FILE): Delete.
4920
4921 2004-07-29 Andrew Cagney <cagney@gnu.org>
4922
4923 * config/pa/xm-linux.h: Do not include "floatformat.h".
4924 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4925 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4926 * config/i386/xm-i386.h: Do not include "floatformat.h".
4927 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4928 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4929 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4930 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
4931 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4932 GDB_HOST_LONG_DOUBLE_FORMAT instead.
4933 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4934 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4935 * configure, config.in: Regenerate.
4936 * configure.host (gdb_host_float_format, gdb_host_double_format)
4937 (gdb_host_long_double_format): Set according to the host.
4938
4939 2004-07-29 Andrew Cagney <cagney@gnu.org>
4940
4941 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4942
4943 2004-07-28 Andrew Cagney <cagney@gnu.org>
4944
4945 * PROBLEMS: Mention threads/1650.
4946 * NEWS: Mention the NPTL fix.
4947
4948 2004-07-28 Andrew Cagney <cagney@gnu.org>
4949
4950 * cli/cli-decode.c (add_setshow_cmd): Delete function.
4951 (add_setshow_cmd_full): Make static.
4952 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4953 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4954 * cli/cli-decode.c (add_setshow_filename_cmd)
4955 (add_setshow_string_cmd): New functions.
4956 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
4957 * mips-tdep.c (_initialize_mips_tdep): Update.
4958 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
4959 * cli/cli-logging.c (_initialize_cli_logging): Update.
4960 * complaints.c (_initialize_complaints): Update.
4961 * remote.c (_initialize_remote): Update.
4962
4963 2004-07-28 Andrew Cagney <cagney@gnu.org>
4964
4965 * cli/cli-decode.c (add_setshow_zinteger_cmd)
4966 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4967 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4968 print parameters. Make string parameters constant.
4969 * command.h: Update. Update copyright.
4970 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4971 * observer.c (_initialize_observer): Ditto.
4972 * frame.c (_initialize_frame): Ditto.
4973 * complaints.c (_initialize_complaints): Ditto.
4974 * maint.c (_initialize_maint_cmds): Ditto.
4975 * target.c (initialize_targets): Ditto.
4976 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4977 * infcall.c (_initialize_infcall): Ditto.
4978 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4979 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4980 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4981 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4982 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4983
4984 2004-07-28 Andrew Cagney <cagney@gnu.org>
4985
4986 * gdbtypes.c (lookup_primitive_typename): Delete function.
4987 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4988 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4989 * gdbtypes.c (lookup_typename): Ditto.
4990 * f-exp.y (yylex): Ditto.
4991 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4992
4993 * scm-lang.c (c_builtin_types): Delete extern declaration.
4994 (scm_language_defn): Replace
4995 string_char_type and primitive_type_vector with
4996 la_language_arch_info.
4997 * jv-lang.c (java_language_defn): Replace
4998 string_char_type and primitive_type_vector with
4999 la_language_arch_info.
5000 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
5001 c_builtin_types in comment.
5002 * c-lang.h (struct language_arch_info): Declare opaque.
5003 (c_language_arch_info): Declare.
5004 (c_builtin_types): Delete declaration.
5005 * c-lang.c (c_language_arch_info): Set string_char_type to
5006 builtin_char, not builtin_true_char. Make global.
5007 (c_builtin_types): Delete array.
5008 (asm_language_defn, minimal_language_defn): Replace
5009 string_char_type and primitive_type_vector with
5010 la_language_arch_info.
5011
5012 2004-07-28 Andrew Cagney <cagney@gnu.org>
5013
5014 * gdbtypes.h (struct builtin_type): Rename true_char to
5015 builtin_true_char.
5016 * gdbtypes.c (gdbtypes_post_init): Update.
5017 * c-lang.c (arch_info): New function.
5018 (enum c_primitive_types): New enum.
5019 (c_language_defn): Instead of string_char_type and
5020 primitive_type_vector set la_language_arch_info.
5021
5022 2004-07-28 Andrew Cagney <cagney@gnu.org>
5023
5024 * language.h (struct language_arch_info): Fix typo
5025 s/primative/primitive/.
5026 * gdbtypes.c (lookup_primitive_typename): Ditto.
5027 * language.c (language_lookup_primitive_type_by_name)
5028 (unknown_language_arch_info): Ditto.
5029
5030 2004-07-27 Andrew Cagney <cagney@gnu.org>
5031
5032 * defs.h (enum language): Add nr_languages.
5033 * language.h (struct language_arch_info): Define.
5034 (struct language_defn): Add la_language_arch_info.
5035 (language_lookup_primative_type_by_name): Declare.
5036 (language_string_char_type): Declare.
5037 * language.c (_initialize_language, language_gdbarch_post_init)
5038 (struct language_gdbarch, language_gdbarch_data): Implement
5039 per-architecture language information.
5040 (unknown_language_arch_info, language_string_char_type)
5041 (language_lookup_primative_type_by_name): New functions.
5042 (unknown_language_defn, auto_language_defn)
5043 (local_language_defn): Set la_language_arch_info to
5044 unknown_language_arch_info.
5045 (unknown_builtin_types): Delete.
5046 * gdbtypes.c (lookup_primitive_typename): Use
5047 language_lookup_primative_type_by_name.
5048 (create_string_type): Use language_string_char_type.
5049 * values.c (value_from_string): Use language_string_char_type.
5050 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
5051 * p-lang.c (pascal_language_defn): Ditto.
5052 * m2-lang.c (m2_language_defn): Ditto.
5053 * jv-lang.c (java_language_defn): Ditto.
5054 * objc-lang.c (objc_language_defn): Ditto.
5055 * f-lang.c (f_language_defn): Ditto.
5056 * c-lang.c (c_language_defn, cplus_language_defn)
5057 (asm_language_defn, minimal_language_defn): Ditto.
5058
5059 2004-07-27 Andrew Cagney <cagney@gnu.org>
5060
5061 * gdbtypes.h (struct builtin_type): Declare.
5062 (builtin_type): Declare.
5063 * d10v-tdep.c (d10v_register_type): Use builtin_type.
5064 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
5065 (gdbtypes_post_init): New function.
5066 (builtin_type): New function.
5067
5068 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
5069
5070 * remote-m32r-sdi.c: Fix breakpoint bug.
5071 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
5072 recv_char_data, recv_long_data): New functions to replace communication
5073 sequences.
5074
5075 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
5076
5077 Document PR threads/1650.
5078 * PROBLEMS (Threads): Document problem with many threads
5079
5080 2004-07-26 Andrew Cagney <cagney@gnu.org>
5081
5082 * gdb-mi.el: Move from here ...
5083 * mi/gdb-mi.el: ... to here.
5084
5085 2004-07-26 Andrew Cagney <cagney@gnu.org>
5086
5087 Problem reported by Ashley Pittman <ashley@quadrics.com>.
5088 * main.c (captured_main): When in batch mode always detach.
5089
5090 2004-07-26 Andrew Cagney <cagney@gnu.org>
5091
5092 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
5093 and h8300 as broken.
5094 * NEWS: END-OF-LIFE frame compatibility module.
5095 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
5096 specific comments.
5097
5098 2004-07-26 Andrew Cagney <cagney@gnu.org>
5099
5100 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
5101 * xcoffsolib.c (_initialize_xcoffsolib): Update.
5102 * wince.c (_initialize_wince): Update.
5103 * win32-nat.c (_initialize_win32_nat): Update.
5104 * varobj.c (_initialize_varobj): Update.
5105 * valops.c (_initialize_valops): Update.
5106 * utils.c (initialize_utils, initialize_utils): Update.
5107 * tui/tui-win.c (_initialize_tui_win): Update.
5108 * top.c (init_main): Update.
5109 * symfile.c (_initialize_symfile): Update.
5110 * source.c (_initialize_source): Update.
5111 * somsolib.c (_initialize_som_solib): Update.
5112 * solib.c (_initialize_solib): Update.
5113 * solib-frv.c (_initialize_frv_solib): Update.
5114 * serial.c (_initialize_serial): Update.
5115 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
5116 * remote.c (_initialize_remote, _initialize_remote): Update.
5117 * remote-vx.c (_initialize_vx): Update.
5118 * remote-utils.c (_initialize_sr_support): Update.
5119 * remote-sds.c (_initialize_remote_sds): Update.
5120 * remote-mips.c (_initialize_remote_mips): Update.
5121 * remote-e7000.c (_initialize_remote_e7000): Update.
5122 * proc-api.c (_initialize_proc_api): Update.
5123 * printcmd.c: Update.
5124 * parse.c (_initialize_parse): Update.
5125 * pa64solib.c (_initialize_pa64_solib): Update.
5126 * p-valprint.c (_initialize_pascal_valprint): Update.
5127 * monitor.c (_initialize_remote_monitors): Update.
5128 * mips-tdep.c (_initialize_mips_tdep): Update.
5129 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5130 * maint.c (_initialize_maint_cmds): Update.
5131 * lin-lwp.c (_initialize_lin_lwp): Update.
5132 * language.c (_initialize_language): Update.
5133 * kod.c (_initialize_kod): Update.
5134 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
5135 * i386-tdep.c (_initialize_i386_tdep): Update.
5136 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
5137 * gdbarch.sh: Update.
5138 * gdbarch.c: Re-generate.
5139 * gdb-events.sh: Update.
5140 * gdb-events.c: Re-generate.
5141 * frame.c (_initialize_frame): Update.
5142 * exec.c: Update.
5143 * demangle.c (_initialize_demangler): Update.
5144 * dcache.c (_initialize_dcache): Update.
5145 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
5146 * cp-valprint.c (_initialize_cp_valprint): Update.
5147 * corefile.c (_initialize_core): Update.
5148 * command.h: Update.
5149 * cli/cli-decode.h: Update.
5150 * cli/cli-cmds.c (init_cli_cmds): Update.
5151 * charset.c (_initialize_charset): Update.
5152 * breakpoint.c (_initialize_breakpoint): Update.
5153 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
5154 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5155 * aix-thread.c (_initialize_aix_thread): Update.
5156
5157 2004-07-24 Mark Kettenis <kettenis@gnu.org>
5158
5159 Partial fix for PR backtrace/1718.
5160 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
5161 that GCC migrates into the prolugue. Don't handle any
5162 instructions that clobber %ebx.
5163
5164 2004-07-23 Andrew Cagney <cagney@gnu.org>
5165
5166 Use regcache_raw_collect instead of regcache_collect.
5167 * regcache.h (regcache_collect): Delete declaration.
5168 * regcache.c (regcache_colect): Delete function.
5169 * win32-nat.c (do_child_store_inferior_registers): Update.
5170 * sol-thread.c (sol_thread_store_registers): Update.
5171 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
5172 * rs6000-nat.c (store_register): Update.
5173 * remote.c (store_register_using_P, remote_store_registers): Update.
5174 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
5175 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
5176 (fill_vrregset, store_spe_registers, fill_gregset)
5177 (fill_gregset): Update.
5178 * nto-procfs.c (procfs_store_registers): Update.
5179 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
5180 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
5181 * m68klinux-nat.c (store_register, fill_gregset): Update.
5182 * m68k-tdep.c (fill_gregset): Update.
5183 * infptrace.c (store_register): Update.
5184 * i386-nto-tdep.c (i386nto_regset_fill): Update.
5185 * i386-linux-nat.c (store_register, fill_gregset): Update.
5186 * hppa-linux-nat.c (fill_gregset): Update.
5187 * go32-nat.c (store_register): Update.
5188 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
5189 (store_fp_regs): Update.
5190 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
5191 (store_nwfpe_extended, store_fpregister, store_fpregs)
5192 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
5193 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
5194 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
5195 (store_regs_user_thread, store_regs_kernel_thread): Update.
5196
5197 2004-07-24 Mark Kettenis <kettenis@gnu.org>
5198
5199 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
5200 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
5201 encoding.
5202 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
5203 member of `struct comp_unit'.
5204
5205 2004-07-23 Andrew Cagney <cagney@gnu.org>
5206
5207 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
5208 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
5209
5210 2004-07-23 Martin Hunt <hunt@redhat.com>
5211 Kevin Buettner <kevinb@redhat.com>
5212
5213 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
5214 alignment was being added to the offset instead of multiplied.
5215
5216 2004-07-23 Mark Kettenis <kettenis@gnu.org>
5217
5218 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
5219 changed signal trampoline in OpenBSD 3.5-current.
5220
5221 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
5222 <machine/pcb.h> and "bsd-kvm.h".
5223 (sparc64nbsd_supply_pcb): New function.
5224 (_initialize_sparc64nbsd_nat): Renamed from
5225 _initialize_sparcnbsd_nat. Enable libkvm interface.
5226 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
5227 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
5228 (LOADLIBES): New variable.
5229
5230 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
5231
5232 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
5233
5234 2004-07-21 Andrew Cagney <cagney@gnu.org>
5235
5236 Use regcache_raw_supply instead of supply_register.
5237 * regcache.h (supply_register): Delete declaration.
5238 * regcache.c (supply_register): Delete function.
5239 * wince.c (do_child_fetch_inferior_registers): Update.
5240 * win32-nat.c (do_child_fetch_inferior_registers)
5241 (fetch_elf_core_registers): Update.
5242 * v850ice.c (v850ice_fetch_registers): Update.
5243 * thread-db.c (thread_db_store_registers): Update.
5244 * sol-thread.c (sol_thread_store_registers): Update.
5245 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
5246 * rs6000-nat.c (fetch_register): Update.
5247 * rom68k-rom.c (rom68k_supply_one_register): Update.
5248 * remote.c (remote_wait, remote_async_wait): Update.
5249 * remote-st.c (get_hex_regs): Update.
5250 * remote-sim.c (gdbsim_fetch_register): Update.
5251 * remote-sds.c (sds_fetch_registers): Update.
5252 * remote-rdp.c (remote_rdp_fetch_register): Update.
5253 * remote-rdi.c (arm_rdi_fetch_registers): Update.
5254 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
5255 * remote-m32r-sdi.c (m32r_fetch_register): Update.
5256 * remote-hms.c (init_hms_cmds): Update.
5257 * remote-est.c (init_est_cmds): Update.
5258 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
5259 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
5260 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
5261 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
5262 (fetch_register, supply_vrregset, supply_vrregset)
5263 (fetch_spe_registers): Update.
5264 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
5265 * monitor.c (monitor_supply_register): Update.
5266 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
5267 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
5268 (mipsnbsd_supply_fpreg): Update.
5269 * mips-nat.c (fetch_inferior_registers)
5270 (fetch_core_registers): Update.
5271 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
5272 (supply_fpregset, mips64_supply_gregset)
5273 (mips64_supply_fpregset): Update.
5274 * m68klinux-nat.c (fetch_register, supply_gregset)
5275 (supply_fpregset): Update.
5276 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
5277 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
5278 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
5279 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
5280 * infptrace.c (fetch_register): Update.
5281 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
5282 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
5283 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
5284 (gnu_fetch_registers, gnu_store_registers): Update.
5285 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
5286 * i386-linux-nat.c (fetch_register, supply_gregset)
5287 (dummy_sse_values): Update.
5288 * hpux-thread.c (hpux_thread_fetch_registers): Update.
5289 * hppah-nat.c (fetch_register): Update.
5290 * hppa-linux-nat.c (fetch_register, supply_gregset)
5291 (supply_fpregset): Update.
5292 * go32-nat.c (fetch_register): Update.
5293 * dve3900-rom.c (fetch_bitmapped_register)
5294 (_initialize_r3900_rom): Update.
5295 * cris-tdep.c (supply_gregset): Update.
5296 * abug-rom.c (init_abug_cmds): Update.
5297 * core-aout.c (fetch_core_registers): Update.
5298 * armnbsd-nat.c (supply_gregset, supply_fparegset)
5299 (fetch_register, fetch_fp_register): Update.
5300 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
5301 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
5302 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
5303 * alphanbsd-tdep.c (fetch_core_registers): Update.
5304 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
5305 * alpha-nat.c (fetch_osf_core_registers)
5306 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
5307 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
5308 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
5309
5310 2004-07-21 Andrew Cagney <cagney@gnu.org>
5311
5312 * PROBLEMS: Mention breakpoints/1702.
5313 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
5314 that is known to work.
5315
5316 2004-07-21 Andrew Cagney <cagney@gnu.org>
5317
5318 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
5319 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
5320 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
5321 (handle_inferior_event): Wrap call to deprecated
5322 IGNORE_HELPER_CALL in #ifdef.
5323 * config/mips/tm-nbsd.h: Update.
5324
5325 2004-07-20 Jim Blandy <jimb@redhat.com>
5326
5327 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
5328 bfd_mach_ppc has no segment registers.
5329
5330 Include PowerPC SPR numbers for special-purpose registers.
5331 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
5332 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
5333 new member in initializer.
5334 (S, S4, SN4, S64): New macros for defining special-purpose
5335 registers.
5336 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
5337 registers_403, registers_403GC, registers_505, registers_860,
5338 registers_601, registers_602, registers_603, registers_604,
5339 registers_750, registers_e500): Use them.
5340
5341 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
5342 replace references with expression used to initialize variable.
5343
5344 2004-07-20 Andrew Cagney <cagney@gnu.org>
5345
5346 * breakpoint.c (deprecated_read_memory_nobpt): Rename
5347 read_memory_nobpt.
5348 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
5349 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
5350 (s390_sigtramp_frame_sniffer): Update.
5351 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
5352 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
5353 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
5354 (mips32_fetch_instruction): Update.
5355 * mcore-tdep.c (get_insn): Update.
5356 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
5357 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
5358 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
5359 * i386-linux-tdep.c (i386_linux_sigtramp_start)
5360 (i386_linux_rt_sigtramp_start): Update.
5361 * i386-linux-nat.c (child_resume): Update.
5362 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
5363 * hppa-linux-tdep.c (insns_match_pattern): Update.
5364 * gdbcore.h: Update.
5365 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
5366 * frame.c (safe_frame_unwind_memory): Update.
5367 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
5368 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
5369 * alpha-tdep.c (alpha_read_insn): Update.
5370
5371 2004-07-20 Andrew Cagney <cagney@gnu.org>
5372
5373 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
5374 containing both bytes and mask. Add "frame_type".
5375 * tramp-frame.c (tramp_frame_start): Update.
5376 (tramp_frame_prepend_unwinder): Update.
5377 * mips-linux-tdep.c (mips_linux_o32_sigframe)
5378 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
5379 (mips_linux_n64_rt_sigframe): Update. Make "static const".
5380 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
5381
5382 2004-07-19 Eli Zaretskii <eliz@gnu.org>
5383
5384 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
5385 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
5386 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
5387 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
5388
5389 2004-07-17 Andrew Cagney <cagney@gnu.org>
5390
5391 * NEWS, PROBLEMS: Update for 6.2.
5392
5393 * README: Update to 6.2.
5394
5395 * utils.c (xvasprintf): Call xstrvprintf.
5396
5397 * parse.c: Update copyright.
5398 (null_post_parser): Eliminate ARGSUSED.
5399
5400 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
5401 * tui/tui-win.c (tui_get_cmd_list): Ditto.
5402 * symfile-mem.c (_initialize_symfile_mem): Ditto.
5403
5404 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
5405 * ppc-linux-nat.c: Use "Linux kernel".
5406 * hppa-linux-tdep.c: Use GNU/Linux.
5407 * hppa-linux-nat.c: Use GNU/Linux.
5408 * dwarfread.c: Add [sic] to use of Linux.
5409
5410 * hppa-linux-nat.c: Do not include <string.h>.
5411 (supply_fpregset): Remove "register" attribute.
5412
5413 * solib-frv.c (fetch_loadmap): Use xfree, not free.
5414
5415 2004-07-17 Mark Kettenis <kettenis@gnu.org>
5416
5417 * configure.in: Define _MSE_INT_H on Solaris 9 too.
5418 * configure, config.in: Regenerated.
5419
5420 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5421 "bsd-kvm.h".
5422 (vaxbsd_supply_pcb): New function.
5423 (_initialize_vaxbsd_nat): New prototype and function.
5424 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
5425 solib-sunos.o.
5426 (LOADLIBES): New variable.
5427 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5428 (LOADLIBES): New variable.
5429 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5430 (LOADLIBES): New variable.
5431 * Makefile.in (vaxbsd-nat.o): Update dependencies.
5432
5433 2004-07-16 Andrew Cagney <cagney@gnu.org>
5434
5435 * defs.h (event_loop_p): Replace variable declaration with macro,
5436 always 1.
5437 * main.c (captured_main): Delete options "-async" and "-noasync".
5438 (event_loop_p): Delete variable.
5439 * NEWS: Mention that "-async" and "-noasync" were removed.
5440
5441 2004-07-16 Andrew Cagney <cagney@gnu.org>
5442
5443 * remote-m32r-sdi.c: Re-indent.
5444
5445 2004-07-16 Jim Blandy <jimb@redhat.com>
5446
5447 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
5448 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
5449 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
5450 missing MPC823 SPRs.
5451 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
5452 incorrect. (This was corrected in GDB's register name tables on
5453 2004-07-14.)
5454
5455 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
5456 should be "esasrr" ("ESA Save and Restore Register").
5457
5458 2004-07-16 Andrew Cagney <cagney@gnu.org>
5459
5460 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
5461 calls, no longer applicable. Update comments and rename parameter
5462 "step_frame" to "return_frame".
5463
5464 2004-07-16 Andrew Cagney <cagney@gnu.org>
5465
5466 * frame.c (fprint_field): New function.
5467 (fprint_frame_id): Use fprint_field.
5468
5469 2004-07-15 Joel Brobecker <brobecker@gnat.com>
5470
5471 * ada-lang.c (ada_language_defn): Remove commented out code.
5472
5473 2004-07-15 Jim Blandy <jimb@redhat.com>
5474
5475 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
5476 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
5477
5478 2004-07-14 Jim Blandy <jimb@redhat.com>
5479
5480 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
5481
5482 * ppc-tdep.h (ppc_num_vrs): New enum constant.
5483
5484 * ppc-tdep.h (ppc_num_srs): New enum constant.
5485
5486 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
5487 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
5488 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
5489 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
5490 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
5491 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
5492 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
5493 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
5494 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
5495 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
5496 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
5497 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
5498 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
5499 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
5500 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
5501 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
5502 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
5503 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
5504 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
5505 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
5506 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
5507 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
5508 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
5509 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
5510 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
5511 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
5512 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
5513 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
5514 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
5515 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
5516 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
5517 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
5518 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
5519 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
5520 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
5521 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
5522 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
5523 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
5524 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
5525 special-purpose register numbers.
5526
5527 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
5528 manual mentions 'md_twb', but many mention 'm_twb', and at that
5529 point in the register list.)
5530
5531 2004-07-14 Andrew Cagney <cagney@gnu.org>
5532
5533 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
5534 instead of "internal-error".
5535
5536 2004-07-10 Joel Brobecker <brobecker@gnat.com>
5537
5538 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
5539 that was inserted inside a comment.
5540
5541 2004-07-10 Randolph Chung <tausq@debian.org>
5542
5543 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
5544 function.
5545 (hppa_hpux_push_dummy_code): New function.
5546 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
5547 Set find_global_pointer method.
5548
5549 2004-07-10 Mark Kettenis <kettenis@gnu.org>
5550
5551 * NEWS: Mention BSD libkvm interface.
5552
5553 2004-07-10 Michael Snyder <msnyder@redhat.com>
5554
5555 * symfile.c (generic_load): Comment typo.
5556 * stack.c (get_selected_block): Ditto.
5557 * regcache.c (regcache_cooked_read): Ditto.
5558 * monitor.c (monitor_debug): Ditto.
5559 * mips-tdep.c (mips_read_pc): Ditto.
5560 * i386-linux-nat.c (ps_get_thread_area): Ditto.
5561 * gdb_mbuild.sh: Ditto.
5562 * gdbarch.sh: Ditto.
5563 * gdbarch.h: Ditto.
5564
5565 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
5566
5567 * ada-tasks.c: Remove file.
5568
5569 Remove ARI problems:
5570
5571 * ada-exp.y (write_var_from_sym): Reformat to put operator at
5572 beginning of line.
5573
5574 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
5575 Add comment.
5576 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
5577 (MIN_OF_SIZE): Rename min_of_size. Add comment.
5578 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
5579 (UMIN_OF_SIZE): Remove.
5580 (max_of_type): New function to replace orphan macro in gdbtypes.h
5581 (min_of_type): Ditto.
5582 (discrete_type_high_bound): Use max_of_type.
5583 (discrete_type_low_bound): Use min_of_type.
5584 (possible_user_operator_p): Move operator to beginning of line.
5585 (ada_is_variant_part): Ditto.
5586 (ensure_lval): Rewrite to avoid deprecated operations.
5587 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
5588 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
5589 (ada_enum_name): Remove assignments in 'if' statements.
5590 (build_ada_types): Add gdbarch parameter.
5591 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
5592 with gdbarch_data_register_post_init.
5593 Use add_setshow_uinteger_cmd rather than add_set_cmd and
5594 add_show_from_set.
5595
5596 * ada-valprint.c (inspect_it): Remove declaration.
5597 (repeat_count_threshold): Remove declaration.
5598 (ada_print_floating): Remove assignments in 'if' statements.
5599 (print_str): Move operator to beginning of line.
5600
5601 2004-07-08 Jim Blandy <jimb@redhat.com>
5602
5603 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
5604
5605 2004-07-08 Bob Rossi <bob@brasko.net>
5606
5607 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
5608
5609 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
5610
5611 * language.h (struct_language_defn): Add new function pointer:
5612 la_class_name_from_physname. Also add new prototype for
5613 language_class_name_from_physname.
5614 * language.c (language_class_name_from_physname): New function.
5615 (unk_lang_class_name): Ditto.
5616 (unknown_language_defn, auto_language_defn): Change
5617 to add unk_lang_class_name function pointer for
5618 la_class_name_from_physname.
5619 (local_language_defn): Ditto.
5620 * dwarf2read.c (guess_structure_name): Change to call
5621 language_class_name_from_physname.
5622 (determine_class_name): Ditto.
5623 * cp-support.c (class_name_from_physname): Renamed.
5624 (cp_class_name_from_physname): New name of function.
5625 * cp-support.h: Ditto.
5626 * c-lang.c (c_language_defn): Change to add NULL
5627 for class_name_from_physname function pointer.
5628 (cplus_language_defn): Change to add cp_class_name_from_physname.
5629 * jv-lang.c (java_class_name_physname): New function.
5630 (java_find_last_component): New static routine.
5631 (java_language_defn): Add java_class_name_from_physname pointer.
5632 * ada-lang.c (ada_language_defn): Change to add NULL
5633 for class_name_from_physname function pointer.
5634 * f-lang.c (f_language_defn): Ditto.
5635 * m2-lang.c (m2_language_defn): Ditto.
5636 * objc-lang.c (objc_language_defn): Ditto.
5637 * p-lang.c (pascal_language_defn): Ditto.
5638 * scm-lang.c (scm_language_defn): Ditto.
5639
5640 2004-07-06 Andrew Cagney <cagney@gnu.org>
5641
5642 Patch from Bart Robinson.
5643 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
5644 (O_LARGEFILE): Define to 0, if not defined.
5645
5646 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5647
5648 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
5649 <machine/pcb.h> and "bsd-kvm.h".
5650 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
5651 (m68kbsd_supply_pcb): New function.
5652 (_initialize_m68kbsd_nat): New prototype and function.
5653 * Makefile.in (m68kbsd-nat.o): Update dependencies.
5654 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5655 (LOADLIBES): New variable.
5656 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5657 (LOADLIBES): New variable.
5658
5659 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
5660
5661 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5662
5663 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
5664 <sys/proc.h>.
5665 (bsd_kvm_cmdlist): New variable.
5666 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
5667 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
5668 command and "kvm proc" command.
5669 * Makefile.in (bsd-kvm.o): Update dependencies.
5670
5671 2004-07-02 Mark Kettenis <kettenis@gnu.org>
5672
5673 * osabi.c: Update copyright year.
5674 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
5675 notes if EI_OSABI is set to ELFOSABI_HPUX.
5676
5677 2004-07-01 Michael Snyder <msnyder@redhat.com>
5678
5679 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
5680 that seems to have gotten whacked out of line.
5681
5682 2004-07-01 Mark Kettenis <kettenis@gnu.org>
5683
5684 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
5685 code.
5686
5687 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5688
5689 * ada-lang.c (decode_packed_array): Minor change to comment.
5690 (ada_value_slice_ptr): New function.
5691 (ada_value_slice): New function.
5692 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
5693 test. Don't know why it is there.
5694 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
5695 to avoid dereferencing huge arrays from which one is slicing.
5696 (empty_array): Correct to return an array rather than
5697 a subrange value.
5698 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
5699 on empty arrays (let'em use 'FIRST instead).
5700
5701 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5702
5703 Address complaints from gdb_ari.sh:
5704
5705 * ada-exp.y: Include gdb_string.h rather than string.h.
5706 (convert_char_literal): Reformat declaration.
5707 * ada-lang.h: Include opaque struct declaration for struct frame_info.
5708 * ada-lex.l: Change use of free to xfree (the macro would do so
5709 anyway, but this is harmless).
5710 Include gdb_string.h rather than string.h.
5711 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
5712
5713 * ada-lang.c (parse): Remove K&Rism in parameter list.
5714 (is_name_suffix): Correct Linux => GNU/Linux in comment.
5715
5716 2004-06-30 Mark Kettenis <kettenis@gnu.org>
5717
5718 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
5719 dead code.
5720
5721 2004-06-30 Mark Kettenis <kettenis@gnu.org>
5722
5723 * alphabsd-nat.c: Update copyright year.
5724 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
5725
5726 2004-06-29 Joel Brobecker <brobecker@gnat.com>
5727
5728 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
5729 (i386_cygwin_in_solib_call_trampoline): New function.
5730 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
5731 and skip_trampoline_code gdbarch methods.
5732
5733 2004-06-29 Jim Blandy <jimb@redhat.com>
5734
5735 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
5736 name actually used in the dependency lists.
5737
5738 2004-06-29 Randolph Chung <tausq@debian.org>
5739
5740 * NEWS (New native configurations): Mention GNU/Linux/hppa.
5741
5742 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
5743
5744 * win32-nat.c (child_pid_to_exec_file): New function.
5745 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
5746 functionality.
5747
5748 2004-06-28 Andrew Cagney <cagney@gnu.org>
5749
5750 * defs.h (xstrvprintf): Declare.
5751 * utils.c (xstrvprintf): New function.
5752 (internal_vproblem, xstrprintf, xasprintf)
5753 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
5754 * serial.c (serial_printf): Ditto.
5755 * complaints.c (vcomplaint): Ditto.
5756
5757 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
5758
5759 * infcmd.c (attach_command): Move call to target_terminal_inferior
5760 behind loading symbol table.
5761
5762 2004-06-28 Andrew Cagney <cagney@gnu.org>
5763
5764 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
5765 change - add back extern deprecated_ui_loop_hook declaration.
5766
5767 2004-06-28 Andrew Cagney <cagney@gnu.org>
5768
5769 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
5770 xstrprintf.
5771 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
5772 (c_value_of_variable): Ditto.
5773 * utils.c (internal_vproblem): Ditto.
5774 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
5775 * remote.c (add_packet_config_cmd): Ditto.
5776 * remote-rdp.c (rdp_set_command_line): Ditto.
5777 * regcache.c (regcache_dump): Ditto.
5778 * frv-tdep.c (new_variant, new_variant): Ditto.
5779 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
5780 (fbsd_find_memory_regions): Ditto.
5781 * breakpoint.c (create_thread_event_breakpoint)
5782 (create_breakpoints): Ditto.
5783 * aix-thread.c (aix_thread_pid_to_str): Ditto.
5784 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
5785
5786 2004-06-28 Joel Brobecker <brobecker@gnat.com>
5787
5788 * ada-lang.c: Re-indent file, with some massaging to help indent
5789 a bit when the result is otherwise really too ugly.
5790
5791 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5792
5793 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
5794 code_addr_p and special_addr_p to 'unsigned int'.
5795
5796 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5797
5798 * i386v4-nat.c: Update copyright year and tweak comment.
5799 (regmap): Remove trailing comma.
5800 (supply_gregset): Rename local variable i to regnum. Call
5801 regcache_raw_supply instead of supply_register.
5802 (fill_gregset): Rename argument regno to regnum. Call
5803 regcache_raw_collect instead of regcache_collect.
5804
5805 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5806
5807 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5808 and special_addr_p.
5809 (frame_id_build, frame_id_build_special): Update comments.
5810 (frame_id_build_wild): New prototype.
5811 * frame.c (frame_id_build, frame_id_build_special): Fill in new
5812 struct frame_id fields.
5813 (frame_id_build_wild): New function.
5814 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5815
5816 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5817
5818 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5819 hppabsd-tdep.c.
5820
5821 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5822
5823 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5824
5825 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5826
5827 * ada-lang.c: Re-indent file.
5828
5829 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5830
5831 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5832 (no_symtab_msg): Likewise.
5833
5834 2004-06-27 Andreas Schwab <schwab@suse.de>
5835
5836 * source.c: Fix whitespace.
5837
5838 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5839
5840 * configure.in: Include <sys/param.h> for td_pcb test.
5841 * configure: Regenerated.
5842
5843 * i386nbsd-nat.c: New file.
5844 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5845 i386obsd-nat.c and i386obsd-tdep.c.
5846 (i386nbsd-nat.o): New dependency.
5847 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5848 bsd-kvm.o.
5849 (LOADLIBES): New variable.
5850 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5851 bsd-kvm.o.
5852 (LOADLIBES): New variable.
5853
5854 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5855 (LOADLIBES): New variable.
5856
5857 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5858 fetching from BSD_KVM_PADDR. Correctly lookup address for
5859 "_thread0".
5860
5861 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5862 "bsd-kvm.h".
5863 (amd64fbsd_supply_pcb): New funcion.
5864 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5865
5866 2004-06-27 <david@streamline-computing.com>
5867
5868 Partial fix for PR cli/1056.
5869 * valarith.c: Check for zero in division and remainder
5870 evaluation.
5871
5872 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5873
5874 * i387-tdep.c: Remove excessive whitespace.
5875
5876 2004-06-26 Andrew Cagney <cagney@gnu.org>
5877
5878 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5879 * gdb-events.h, gdb-events.c: Re-generate.
5880 * tui/tui-hooks.c (tui_install_hooks): Update.
5881 (tui_remove_hooks): Update.
5882 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5883
5884 2004-06-26 Mark Kettenis <kettenis@gnu.org>
5885
5886 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5887 (gregset_t, fpregset_t): Remove typedefs.
5888 (REG_OFFSET): Rename argument.
5889 (amd64bsd_r_reg_offset): Rename from reg_offset.
5890 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5891 Remove functions.
5892 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5893 of reg_offset.
5894 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5895
5896 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5897
5898 * vax-tdep.c: Tweak comment.
5899
5900 Add OpenBSD/hppa support.
5901 * NEWS (New native configurations): Mention OpenBSD/hppa.
5902 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5903 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5904 files.
5905 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5906 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5907 * configure.host: Add hppa*-*-openbsd*.
5908 * configure.tgt: Add hppa*-*-openbsd*.
5909
5910 2004-06-25 Andrew Cagney <cagney@gnu.org>
5911
5912 * defs.h (deprecated_ui_loop_hook): Deprecated.
5913 * wince.c (child_wait): Update.
5914 * win32-nat.c (child_wait): Update.
5915 * v850ice.c (v850ice_wait): Update.
5916 * top.c (deprecated_ui_loop_hook): Update.
5917 * serial.h: Update.
5918 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
5919 (do_unix_readchar): Update.
5920 * ser-tcp.c (net_open): Update.
5921 * remote-sim.c (gdb_os_poll_quit): Update.
5922 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5923
5924 2004-06-24 Andrew Cagney <cagney@gnu.org>
5925
5926 * defs.h (deprecated_pre_add_symbol_hook)
5927 (deprecated_post_add_symbol_hook): Deprecated.
5928 * symfile.c (symbol_file_add_with_addrs_or_offsets)
5929 (symbol_file_add_with_addrs_or_offsets): Update references.
5930
5931 2004-06-24 Andrew Cagney <cagney@gnu.org>
5932
5933 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5934 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5935 * wince.c (ui_loop_hook): Delete extern declaration.
5936 * win32-nat.c (ui_loop_hook): Delete extern declaration..
5937 * v850ice.c (ui_loop_hook): Delete extern declaration..
5938 * ser-unix.c (ui_loop_hook): Delete extern declaration..
5939 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5940 * remote-sim.c (ui_loop_hook): Delete extern declaration..
5941 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5942 ui_loop_hook declaration.
5943
5944 2004-06-24 Andrew Cagney <cagney@gnu.org>
5945
5946 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5947 entry_func_highpc fields.
5948 * objfiles.c (init_entry_point_info): Do not clear
5949 entry_func_lowpc and entry_func_highpc.
5950 (objfile_relocate): Do not relocate entry_func_lowpc and
5951 entry_func_highpc.
5952 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5953 entry_func_highpc.
5954 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5955 entry_func_highpc.
5956 * blockframe.c (legacy_frame_chain_valid): Replace tests against
5957 entry_func_lowpc and entry_func_highpc with call to
5958 inside_entry_func.
5959
5960 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5961
5962 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5963 quad-precision floating point arguments in registers.
5964
5965 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5966
5967 From Michael Mueller <m.mueller99@kay-mueller.de>:
5968 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5969 account.
5970
5971 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
5972
5973 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5974 to -1.
5975 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5976 untriggered watchpoints to a separate if clause. Update function
5977 comment regarding STOPPED_BY_WATCHPOINT argument.
5978
5979 2004-06-22 Jim Blandy <jimb@redhat.com>
5980
5981 * gdbarch.sh: Doc fix.
5982
5983 2004-06-21 Martin Hunt <hunt@redhat.com>
5984 Kevin Buettner <kevinb@redhat.com>
5985
5986 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5987 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5988 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5989 to set_gdbarch_sp_regnum(). Use cooked register number.
5990 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5991
5992 2004-06-21 Andrew Cagney <cagney@gnu.org>
5993
5994 * gdbarch.sh: When the macro field is empty, do not generate a
5995 macro definition. When the macro field is "=", generate the macro
5996 name from the upper-case function name.
5997 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5998 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5999 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
6000 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
6001 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
6002 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
6003 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
6004 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
6005 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
6006 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
6007 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
6008 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
6009 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
6010 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
6011 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6012 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
6013 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
6014 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
6015 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
6016 (DEPRECATED_USE_STRUCT_CONVENTION)
6017 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
6018 (DEPRECATED_FRAME_INIT_SAVED_REGS)
6019 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
6020 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
6021 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6022 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
6023 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
6024 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
6025 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
6026 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
6027 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
6028 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
6029 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
6030 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
6031 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
6032 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
6033 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
6034 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
6035
6036 2004-06-21 Andrew Cagney <cagney@gnu.org>
6037
6038 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
6039 macro name, and the function rather than macro value. Only wrap
6040 macro print statements in #ifdef. Move format logic to where it
6041 is needed.
6042 * gdbarch.c: Re-generate.
6043
6044 * gdbarch.sh (read): Delete "print_p" and "description", add
6045 "garbage_at_eol". Check for non-empty garbage at end-of-line.
6046 Delete references to print_p.
6047 (TARGET_ARCHITECTURE): Delete print predicate.
6048 * gdbarch.c: Re-generate.
6049
6050 * gdbarch.sh: Check that multi-arch methods do not provide a
6051 macro.
6052 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
6053 (print_registers_info, print_float_info, print_vector_info)
6054 (adjust_breakpoint_address, remote_translate_xfer_address)
6055 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
6056 (address_class_type_flags_to_name, unwind_sp): Remove the macro
6057 name from the multi-arch definition.
6058
6059 2004-06-20 Andrew Cagney <cagney@gnu.org>
6060
6061 * gdbarch.sh: Sort by the function, instead of macro name.
6062 * gdbarch.c: Re-generate.
6063
6064 2004-06-20 Andrew Cagney <cagney@gnu.org>
6065
6066 * gdbarch.sh: Use the function, instead of macro name in
6067 errors and the log file.
6068 (return_value): Remove stray ":" in spec.
6069
6070 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
6071 * gdbarch.h, gdbarch.c: Re-generate.
6072 * Makefile.in (arch-utils.o): Update dependencies.
6073 * values.c (using_struct_return): Move code calling
6074 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
6075 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
6076 to legacy_return_value, simplify.
6077 * infcmd.c (print_return_value): Move code calling
6078 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
6079 to legacy_return_value, simplify.
6080 * infcall.c (call_function_by_hand): Move code calling
6081 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
6082 * arch-utils.c: Update copyright. Include "gdbcore.h".
6083 (legacy_return_value): New function.
6084 * arch-utils.h: Update copyright.
6085 (legacy_return_value): Declare.
6086
6087 2004-06-20 Andrew Cagney <cagney@gnu.org>
6088
6089 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
6090 * gdbarch.h, gdbarch.c: Re-generate.
6091 * values.c (using_struct_return): Update call.
6092 * mcore-tdep.c: Update comment.
6093 * infcall.c (call_function_by_hand): Update comment.
6094 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6095 * arch-utils.h (always_use_struct_convention): Update.
6096 * v850-tdep.c (v850_gdbarch_init): Update.
6097 * sh64-tdep.c (sh64_gdbarch_init): Update.
6098 * sh-tdep.c (sh_gdbarch_init): Update.
6099 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6100 * mips-tdep.c (mips_gdbarch_init): Update.
6101 * mcore-tdep.c (mcore_gdbarch_init): Update.
6102 * m32r-tdep.c (m32r_gdbarch_init): Update.
6103 * ia64-tdep.c (ia64_gdbarch_init): Update.
6104 * h8300-tdep.c (h8300_gdbarch_init): Update.
6105 * frv-tdep.c (frv_gdbarch_init): Update.
6106 * cris-tdep.c (cris_gdbarch_init): Update.
6107 * arm-tdep.c (arm_gdbarch_init): Update.
6108 * alpha-tdep.c (alpha_gdbarch_init): Update.
6109
6110 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
6111
6112 * PROBLEMS: Add more specific information, and a work-around,
6113 for PR gdb/1458.
6114
6115 2004-06-18 Andrew Cagney <cagney@gnu.org>
6116
6117 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
6118 * gdbarch.h, gdbarch.c: Re-generate.
6119 * ada-lang.c (ada_finish_decode_line_1): Update.
6120 * infrun.c (handle_inferior_event): Update.
6121 * infcall.c (find_function_addr): Update.
6122 * linespec.c (minsym_found): Update.
6123 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
6124 Update.
6125 * blockframe.c (legacy_frameless_look_for_prologue): Update.
6126 * cli/cli-cmds.c (disassemble_command): Update.
6127 * vax-tdep.c (vax_gdbarch_init): Update.
6128
6129 2004-06-18 Mark Kettenis <kettenis@gnu.org>
6130
6131 * i386-tdep.c (i386_collect_fpregset): Fix comment.
6132
6133 2004-06-17 Andrew Cagney <cagney@gnu.org>
6134
6135 GDB 6.1.1 released from the GDB 6.1 branch.
6136 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
6137 * PROBLEMS: Ditto.
6138
6139 2004-06-16 Daniel Jacobowitz <dan@debian.org>
6140
6141 PR gdb/1658
6142 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
6143 operation as a uleb128. Found by Michael Coulter.
6144
6145 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
6146
6147 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
6148 make it non-static.
6149 * ada-lang.h (task_control_block): declaration moved from ada-task.c
6150 to ada-lang.h; this is needed to be able to implement the kill command
6151 in multi-task mode.
6152 (task_ptid): Ditto.
6153 (task_entry): Ditto.
6154 (task_list): Ditto.
6155 (ada_build_task_list): Ditto.
6156
6157 * ada-lang.c: Conditionalize routines and data structures related
6158 to breakpoints, exceptions, completion, and symbol caching on
6159 GNAT_GDB, since these are not yet used in the submitted public sources.
6160 (ada_main_name): Editorial: Move definition out of exception-related
6161 code.
6162
6163 2004-06-15 Andrew Cagney <cagney@gnu.org>
6164
6165 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
6166 deprecated_pc_in_call_dummy.
6167
6168 2004-06-15 Alan Modra <amodra@bigpond.net.au>
6169
6170 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
6171 bfd_get_section_size_before_reloc or _raw_size.
6172 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
6173 * dwarf2read.c (dwarf2_locate_sections): Likewise.
6174 (dwarf2_read_section): Likewise.
6175 * elfread.c (elf_locate_sections): Likewise.
6176 * gcore.c (derive_heap_segment): Likewise.
6177 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
6178 * remote-e7000.c (e7000_load): Likewise.
6179 * remote-m32r-sdi.c (m32r_load): Likewise.
6180 * remote-mips.c (mips_load_srec): Likewise.
6181 (pmon_load_fast): Likewise.
6182 * remote.c (compare_sections_command): Likewise.
6183 * symfile.c (add_section_size_callback): Likewise.
6184 (load_section_callback): Likewise.
6185 (pc_in_unmapped_range): Likewise.
6186 (pc_in_mapped_range): Likewise.
6187 (sections_overlap): Likewise.
6188 (list_overlays_command): Likewise.
6189 (simple_overlay_update_1): Likewise.
6190 (simple_overlay_update): Likewise.
6191 * tracepoint.c (remote_set_transparent_ranges): Likewise.
6192 * win32-nat.c (core_section_load_dll_symbols): Likewise.
6193
6194 2004-06-14 Randolph Chung <tausq@debian.org>
6195
6196 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
6197 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
6198 static.
6199 (hppa_hpux_inferior_created): New function.
6200 (hppa_hpux_init_abi): Register observer.
6201 * symfile.c (hp_cxx_exception_support_initialized)
6202 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
6203 (symbol_file_add_main_1, symbol_file_clear): Likewise.
6204
6205 2004-06-14 Randolph Chung <tausq@debian.org>
6206
6207 * MAINTAINERS (Write After Approval): Alphabetize my entry
6208 correctly.
6209
6210 2004-06-14 Andrew Cagney <cagney@gnu.org>
6211
6212 * MAINTAINERS (testsuite): List Michael Chastain as the lead
6213 testsuite maintainer.
6214
6215 2004-06-13 Andrew Cagney <cagney@gnu.org>
6216
6217 * infcmd.c (print_return_value): Fix logic, allow
6218 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
6219
6220 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
6221 defining any macros.
6222 * gdbarch.h: Re-generate.
6223
6224 * gdbarch.sh: Delete "level" attribute. Only check for a macro
6225 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
6226 * gdbarch.h: Re-generate.
6227
6228 * values.c (generic_use_struct_convention): Don't check gcc_p.
6229
6230 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6231 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
6232 * gdbarch.h, gdbarch.c: Regenerate.
6233 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
6234 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
6235 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6236 deprecated_max_register_raw_size and
6237 deprecated_max_register_virtual_size.
6238 * v850-tdep.c (v850_gdbarch_init): Ditto.
6239 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6240 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6241 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6242 * cris-tdep.c (cris_gdbarch_init): Ditto.
6243
6244 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
6245 * gdbarch.h, gdbarch.c: Re-generate.
6246 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
6247 (m68hc11_use_struct_convention): Delete function.
6248 (m68hc11_extract_struct_value_address): Delete function.
6249 (m68hc11_return_value): New function.
6250 (m68hc11_gdbarch_init): Instead of store_return_value,
6251 extract_return_value, return_value_on_stack,
6252 deprecated_extract_struct_value_address and use_struct_convention,
6253 set return_value.
6254 * values.c (using_struct_return): Do not call
6255 RETURN_VALUE_ON_STACK.
6256 * arch-utils.h (generic_return_value_on_stack_not): Delete
6257 declaration.
6258 * arch-utils.c (generic_return_value_on_stack_not): Delete
6259 function.
6260
6261 2004-06-12 Andrew Cagney <cagney@gnu.org>
6262
6263 * values.c (register_value_being_returned): Delete function.
6264 * infcmd.c (legacy_return_value): Delete function.
6265 * infcall.c (call_function_by_hand): Inline
6266 "register_value_being_returned", simplify.
6267 * values.c (using_struct_return): Update comment, refer to
6268 print_return_value instead of register_value_being_returned.
6269 * infcmd.c (print_return_value): Inline calls to
6270 register_value_being_returned and legacy_return_value. Simplify.
6271
6272 2004-06-11 Randolph Chung <tausq@debian.org>
6273
6274 * somread.c (som_symtab_read): Exclude gcc local symbols.
6275
6276 2004-06-11 Randolph Chung <tausq@debian.org>
6277
6278 * infrun.c (handle_inferior_event): Handle the case when a
6279 trampoline ends up in the runtime resolver, and if the trampoline
6280 has no name. Rearrange the code so that all the trampoline
6281 processing happens before other step-out-of-range handling.
6282
6283 2004-06-11 Martin Hunt <hunt@redhat.com>
6284
6285 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
6286 has no fpu.
6287
6288 2004-06-10 Andrew Cagney <cagney@gnu.org>
6289
6290 * blockframe.c (legacy_inside_entry_func): Delete.
6291 (legacy_frame_chain_valid): Inline call to
6292 legacy_inside_entry_func, simplify.
6293
6294 2004-06-10 Bob Rossi <bob@brasko.net>
6295
6296 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
6297 * dwarf2read.c (partial_die_info): Add dirname field.
6298 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
6299 (read_partial_die): Save away DW_AT_comp_dir.
6300 * defs.h (symtab_to_filename): Removed.
6301 * source.c (find_and_open_source): Added.
6302 (open_source_file): Just calls find_and_open_source.
6303 (symtab_to_filename): Removed.
6304 (symtab_to_fullname, psymtab_to_fullname): Added.
6305 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
6306 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
6307 symtab_to_filename.
6308 * symtab.h (partial_symtab): Add dirname field.
6309 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
6310 (mi_cmd_file_list_exec_source_file): Call new function
6311 symtab_to_fullname to find fullname.
6312 (mi_cmd_file_list_exec_source_files): Added.
6313 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
6314 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
6315
6316 2004-06-10 Andrew Cagney <cagney@gnu.org>
6317
6318 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
6319 to generic_use_struct_convention, the default value.
6320
6321 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
6322 of abort.
6323
6324 * ns32k-tdep.c (ns32k_push_arguments): New function.
6325 (ns32k_gdbarch_init): Set deprecated_push_arguments.
6326 * infcall.c (call_function_by_hand): Call error instead of
6327 legacy_push_arguments.
6328 * value.h (legacy_push_arguments): Delete declaration.
6329 * valops.c (legacy_push_arguments): Delete function.
6330 (value_push): Delete function.
6331
6332 2004-06-10 Brian Ford <ford@vss.fsi.com>
6333
6334 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
6335 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
6336 info.
6337 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
6338
6339 2004-06-10 Andrew Cagney <cagney@gnu.org>
6340
6341 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
6342 * gdbarch.h, gdbarch.c: Re-generate.
6343 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
6344 parameters.
6345 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
6346 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
6347 deprecated_pc_in_call_dummy instead of
6348 DEPRECATED_PC_IN_CALL_DUMMY.
6349 (arm_skip_prologue): Ditto.
6350 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
6351 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
6352 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
6353 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
6354 Ditto.
6355 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
6356 (sh64_init_extra_frame_info, sh64_get_saved_register)
6357 (sh64_pop_frame): Ditto.
6358 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
6359 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
6360 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
6361 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
6362 (h8300_pop_frame): Ditto.
6363 * blockframe.c (legacy_inside_entry_func)
6364 (legacy_frame_chain_valid): Ditto.
6365 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
6366 to deprecated_pc_in_call_dummy.
6367
6368 2004-06-09 Andrew Cagney <cagney@gnu.org>
6369
6370 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
6371 provide a default value.
6372 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
6373 * gdbarch.h, gdbarch.c: Re-generate.
6374 * arch-utils.c (generic_convert_register_p): Rename
6375 legacy_convert_register_p
6376 (legacy_register_to_value, legacy_value_to_register): Delete
6377 functions.
6378 * arch-utils.h (generic_convert_register_p): Rename
6379 legacy_convert_register_p.
6380 (legacy_register_to_value, legacy_value_to_register): Delete
6381 declarations.
6382
6383 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
6384 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
6385 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
6386 * gdbarch.h, gdbarch.c: Re-generate.
6387 * infcmd.c (default_print_registers_info): Simplify.
6388 * findvar.c (value_of_register): Simplify.
6389 * mi/mi-main.c (get_register): Simplify.
6390 * arch-utils.c (legacy_convert_register_p): Always return 0.
6391 (legacy_register_to_value, legacy_value_to_register): Always call
6392 internal_error.
6393
6394 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
6395 #ifdef CLEAR_INSN_CACHE code.
6396 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
6397 Delete #ifdef CLEAR_DEFERRED_STORES code.
6398
6399 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
6400
6401 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
6402 copyright.
6403 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
6404
6405 * config/mips/mipsv4.mh: Delete file.
6406
6407 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
6408 unreferenced macro.
6409 (hpread_adjust_stack_address): Delete declaration.
6410
6411 2004-06-08 Andrew Cagney <cagney@gnu.org>
6412
6413 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6414 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
6415 PTRACE_ATTACH / PTRACE_DETACH available call error.
6416 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
6417 * infttrace.c (update_thread_state_after_attach, attach, detach):
6418 Remove #ifdef wrappers.
6419 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
6420 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6421 * config/nm-bsd.h (ATTACH_DETACH): Delete.
6422 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
6423 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
6424 * config/nm-linux.h (ATTACH_DETACH): Delete.
6425 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
6426 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
6427 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
6428 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
6429 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
6430
6431 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
6432
6433 * configure.in: Set $configdir to the right OS specific value.
6434 Use value when setting $tcldir and $tkdir.
6435 * configure: Regenerate.
6436
6437 2004-06-06 Paul Brook <paul@codesourcery.com>
6438
6439 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
6440 records.
6441
6442 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
6443
6444 * ada-lang.c (lookup_symbol_in_language): New function to allow
6445 re-use of another language's symbol lookup code. (Placed here
6446 temporarily while Ada support is being integrated into the public
6447 tree).
6448 (restore_language): New auxiliary function for
6449 lookup_symbol_in_language.
6450 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
6451 temporarily while Ada support is being integrated into the public
6452 tree).
6453
6454 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
6455
6456 * Makefile.in (check//%): New.
6457
6458 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
6459 (mn10300_store_return_value): Rewrite.
6460 (mn10300_type_align): New.
6461 (mn10300_use_struct_convention): Rewrite.
6462 (mn10300_return_value): New, using all of the above.
6463 (mn10300_pop_frame_regular): Add saved_regs_size.
6464 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
6465
6466 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
6467 regs if PC is on movm.
6468
6469 2004-06-07 Jim Blandy <jimb@redhat.com>
6470
6471 Add native Linux support for the PowerPC E500.
6472 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
6473 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
6474 all architectures except the E500.
6475 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
6476 #definitions.
6477 (struct gdb_evrregset_t): New type.
6478 (have_ptrace_getsetevrregs): New variable.
6479 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
6480 fetch_spe_registers): New functions.
6481 (fetch_register): Call fetch_spe_register as appropriate.
6482 Assert that we're only passed raw register numbers.
6483 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
6484 Don't fetch gprs if they're pseudoregisters.
6485 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
6486 store_spe_registers): New functions.
6487 (store_register): Call store_spe_register as appropriate.
6488 Assert that we're only passed raw register numbers.
6489 (store_ppc_registers): Call store_spe_registers as appropriate.
6490 Don't store gprs if they're pseudoregisters.
6491
6492 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
6493
6494 * thread-db.c (thread_get_info_callback): Fill in the thread_info
6495 struct if one exists, even if we are dealing with a zombie thread.
6496
6497 2004-06-07 Andrew Cagney <cagney@gnu.org>
6498
6499 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
6500 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
6501 Rename PC_REQUIRES_RUN_BEFORE_USE.
6502 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
6503 #ifdef.
6504
6505 2004-06-07 Randolph Chung <tausq@debian.org>
6506
6507 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
6508 unwinding after sp has been saved to the stack but before the end
6509 of the prologue, and after the fp has been modified but before it has
6510 been saved to the stack.
6511 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
6512 Remove superfluous definitions.
6513 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
6514
6515 2004-06-07 Guy Martin <gmsoft@gentoo.org>
6516
6517 Committed by Randolph Chung.
6518 * hppa-linux-nat.c: Include the correct version of the header file
6519 depending on the kernel version.
6520
6521 2004-06-06 Randolph Chung <tausq@debian.org>
6522
6523 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
6524 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
6525
6526 2004-06-06 Randolph Chung <tausq@debian.org>
6527
6528 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6529 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
6530 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
6531 * hppa-tdep.c (hppa_symbol_address): New function definition.
6532 * hppa-tdep.h (hppa_symbol_address): New function declaration.
6533
6534 2004-06-06 Randolph Chung <tausq@debian.org>
6535
6536 * hppa-tdep.h (struct value): Forward declaration.
6537 (gdbarch_tdep): Define tdep find_global_pointer method.
6538 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
6539 associated with the function we are trying to call, and write it
6540 to the gp register.
6541 (hppa32_convert_from_funct_ptr_addr): New function.
6542 (hppa_find_global_pointer): New function.
6543 (hppa_gdbarch_init): Set default find_global_pointer method; set
6544 convert_from_func_ptr_addr method.
6545 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
6546 (hppa_linux_init_abi): Set find_global_pointer method.
6547 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
6548
6549 2004-06-06 Randolph Chung <tausq@debian.org>
6550
6551 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
6552 to struct value *function.
6553 * gdbarch.c: Regenerate.
6554 * gdbarch.h: Likewise.
6555 * infcall.c (call_function_by_hand): Pass entire function value
6556 to push_dummy_call.
6557
6558 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
6559 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
6560 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
6561 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
6562 * arm-tdep.c (arm_push_dummy_call): Likewise.
6563 * avr-tdep.c (avr_push_dummy_call): Likewise.
6564 * cris-tdep.c (cris_push_dummy_call): Likewise.
6565 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
6566 * frv-tdep.c (frv_push_dummy_call): Likewise.
6567 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
6568 * hppa-tdep.c (hppa32_push_dummy_call)
6569 (hppa64_push_dummy_call): Likewise.
6570 * i386-tdep.c (i386_push_dummy_call): Likewise.
6571 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
6572 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
6573 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
6574 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
6575 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
6576 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6577 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
6578 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
6579 (ppc64_sysv_abi_push_dummy_call): Likewise.
6580 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
6581 (ppc64_sysv_abi_push_dummy_call): Likewise.
6582 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6583 * s390-tdep.c (s390_push_dummy_call): Likewise.
6584 * sh-tdep.c (sh_push_dummy_call_fpu)
6585 (sh_push_dummy_call_nofpu): Likewise.
6586 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
6587 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
6588 * vax-tdep.c (vax_push_dummy_call): Likewise.
6589
6590 2004-06-04 Jim Blandy <jimb@redhat.com>
6591
6592 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
6593 gdbarch argument to register_size.
6594
6595 * rs6000-tdep.c (rs6000_store_return_value): Use
6596 regcache_cooked_write_part instead of
6597 deprecated_write_register_bytes.
6598 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
6599 not gdbarch_deprecated_store_return_value.
6600
6601 * ppc-linux-nat.c (store_register, fetch_register): Remove
6602 incorrect assertions. Simplify and generalize handling of
6603 transfers whose sizes are not multiples of, or less than, sizeof
6604 (PTRACE_XFER_TYPE).
6605
6606 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
6607
6608 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
6609 as a new thread event.
6610 * thread-db.c (thread_get_info_callback): If the thread is a
6611 zombie, return TD_THR_ZOMBIE.
6612 (thread_from_lwp): If thread_get_info_callback returns
6613 TD_THR_ZOMBIE, check if the thread is still on the thread list
6614 and return a -1 ptid if not found.
6615 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
6616 change the status to TARGET_WAITKIND_SPURIOUS.
6617
6618 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
6619
6620 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
6621 double values in little endian mode.
6622
6623 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
6624
6625 Committed by Andrew Cagney.
6626 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
6627 after last enum constant to avoid error from IBM C
6628 compiler.
6629
6630 2004-06-02 Jim Blandy <jimb@redhat.com>
6631
6632 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
6633 to 'message', and make it local to the lone block that uses it.
6634
6635 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
6636
6637 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
6638
6639 * ada-exp.y: Update copyright notice.
6640 Include block.h.
6641
6642 Replace REGNAME, LAST, INTERNAL_VARIABLE with
6643 SPECIAL_VARIABLE and unify the treatment of these cases.
6644
6645 (write_attribute_call0): Remove.
6646 (write_attribute_call1): Remove.
6647 (write_attribute_calln): Remove.
6648 (save_qualifier): Add missing semicolon.
6649
6650 (simple_exp,exp): Decomment (i.e., reactivate) code that was
6651 temporarily disabled to allow compilation with FSF head version.
6652
6653 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
6654 use individual operators (OP_*) for all attributes.
6655 (exp syntax): Use write_int.
6656 Handle STRING literals with OP_STRING.
6657 (variable syntax): Add limit parameter to calls to
6658 write_object_renaming.
6659
6660 (temp_parse_space): New definition to hold entities that need
6661 only live until the next call to ada_parse.
6662 (string_to_operator): Rename fields of ada_opname_table entries.
6663
6664 (write_var_from_sym): Record block.
6665 (write_var_from_name): Minor reformatting.
6666 Make sure saved name is properly encoded in the case of multiple
6667 matches, and set its language to Ada.
6668 Update comment.
6669 Modify to indicate unresolved name as symbol in the UNRESOLVED
6670 namespace, allocated in temp_parse_space.
6671 (write_int): New function.
6672
6673 (write_object_renaming): Add max_depth parameter to limit
6674 chains of object renamings.
6675 Handle case where root of renaming expression is itself a renaming.
6676 Use temp_parse_space for temporary name buffer.
6677 Handle renamings to dereferenced pointers (___XEXA suffices).
6678
6679 (ada_parse, yyerror, string_to_operator,
6680 write_var_from_sym, write_var_from_name, write_attribute_call0,
6681 write_attribute_call1, write_attribute_calln,
6682 write_object_renaming): Protoize.
6683
6684 (_initialize_ada_exp): New function.
6685
6686 * ada-lang.c: Update copyright notice.
6687 General terminology change to conform to GNAT compiler usage:
6688 mangle => encode, demangle => decode
6689 Include gdb_obstack.h.
6690 Include gdb_regex.h
6691 Include frame.h
6692 Include hashtab.h
6693 Include completer.h
6694 Include gdb_stat.h
6695 Include block.h
6696 Include infcall.h
6697
6698 (ADA_RETAIN_DOTS): Make sure this is defined.
6699 (TRUNCATION_TOWARDS_ZERO): Define.
6700 (struct string_vector): Define.
6701 (unresolved_names): Remove definition.
6702 (xnew_string_vector): New function.
6703 (string_vector_append): New function.
6704 (extract_string): Make static.
6705 (ada_unqualified_name): New function.
6706 (add_angle_brackets): New function.
6707 (function_name_from_pc): New function.
6708 (place_on_stack): Rename to ensure_lval.
6709
6710 (ensure_lval): Renamed from place_on_stack.
6711 Make identity on lvals.
6712 Update comment.
6713 (is_nonfunction): New interface.
6714 Only symbols in LOC_CONST class can be enumerals.
6715 (fill_in_ada_prototype): Remove; now independent of language.
6716 (add_defn_to_vec): Add obstack and symtab arguments.
6717 Use obstack to hold collected definitions.
6718 (num_defns_collected): New function.
6719 (defns_collected): New function.
6720 (ada_resolve_subexp): Rename to resolve_subexp.
6721 (resolve_subexp): Renamed from ada_resolve_subexp.
6722 (ada_op_name): Return non-const result.
6723 (ada_decoded_op_name): Renamed from ada_op_name, now used for
6724 other purposes.
6725
6726 (to_fixed_array_type): Add declaration.
6727 (coerce_unspec_val_to_type): Remove offset parameter.
6728 (find_sal_from_funcs_and_line): New interface.
6729 (find_line_in_linetable): Ditto.
6730
6731 (all_sals_for_line): Rename to ada_sals_for_line and make
6732 global.
6733 Add new parameter. When set, do not ask the user to choose the
6734 instance, but use the first one found instead.
6735 Use given line number in returned sals.
6736 Fix comment.
6737 Skip the prologue if funfirstline is set.
6738 Correct for memory leak when 0 lines found.
6739
6740 (value_pos_atr): Use pos_atr.
6741 (pos_atr): New function.
6742 (standard_lookup): Add block parameter.
6743
6744 (makeTimeStart): Remove declaration and uses.
6745 (makeTimeStop): Remove declaration and uses.
6746
6747 (ada_completer_word_break_characters): Allow for VMS.
6748 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
6749 (raise_sym_name): New constant.
6750 (raise_unhandled_sym_name): New constant.
6751 (raise_assert_sym_name): New constant.
6752 (process_raise_exception_name): New constant.
6753 (longest_exception_template): New constant.
6754 (warning_limit): New variable to limit warnings during expression
6755 evaluation.
6756 (warnings_issued): New variable to keep track of warnings issued.
6757 (known_runtime_file_name_patterns): New constant.
6758 (known_auxiliary_function_name_patterns): New constant.
6759 (symbol_list_obstack): New variable.
6760
6761 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
6762 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
6763 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
6764 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
6765 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
6766 ada_variant_discrim_name, field_alignment, dynamic_template_type,
6767 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
6768 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
6769 and strcmp.
6770
6771 (ada_get_field_index): New function.
6772 (lim_warning): New function.
6773 (ada_translate_error_message): New function.
6774 (MAX_OF_SIZE): New function.
6775 (MIN_OF_SIZE): New function.
6776 (UMAX_OF_SIZE): New function.
6777 (UMIN_OF_SIZE): New function.
6778 (discrete_type_high_bound): New function.
6779 (discrete_type_low_bound): New function.
6780 (base_type): New function.
6781 (do_command): Remove.
6782
6783 (ada_update_initial_language): Use language_ada, not language_unknown.
6784 (ada_encode): Renamed from ada_mangle.
6785 Obey ADA_RETAIN_DOTS.
6786 (ada_decode): Renamed from ada_demangle.
6787 Update coding conventions.
6788 (decoded_names_store): New hash table.
6789 (ada_decode_symbol): New function.
6790 (ada_la_decode): New function.
6791
6792 (modify_general_field): Correct computations of offset and bit
6793 position.
6794 (desc_base_type): Handle ref types, too.
6795 (ada_is_direct_array_type): New function.
6796
6797 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6798 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6799 (ada_is_bogus_array_descriptor,ada_type_of_array,
6800 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6801 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
6802 ada_is_array_descriptor_type.
6803
6804 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6805 (ada_is_packed_array_type): Handle pointers or
6806 references to packed arrays as well.
6807 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6808 (decode_packed_array_type): Search for the packed array type
6809 symbol in the currently selected block and associated
6810 superblocks too.
6811 Use lookup_symbol again.
6812
6813 (decode_packed_array): Handle pointers and references.
6814 Update call to coerce_unspec_val_to_type.
6815 (decode_packed_array_type,value_subscript_packed): Limit warnings.
6816 (ada_value_primitive_packed_val): Improve comment.
6817
6818 (ada_index_type): Substitute int type for "undefined".
6819 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6820 ada_array_langth, ada_is_string_type): Use renamed
6821 ada_is_simple_array_type.
6822 (empty_array): New function.
6823
6824 (ada_resolve): Rename to resolve.
6825 (resolve): Make static.
6826 Call renamed resolve_subexp.
6827 Update comment.
6828 (ada_resolve_subexp): Rename to resolve_subexp.
6829 (resolve_subexp): Update comment.
6830 Decomment disabled code.
6831 Add LOC_COMPUTED* cases.
6832 Modify to use temporary struct symbols (marked as being in
6833 UNDEF_NAMESPACE) to indicate unresolved names, instead of
6834 OP_UNRESOLVED_VALUE.
6835 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
6836 Add OP_STRING case.
6837 Remove OP_ARRAY.
6838 Use SYMBOL_PRINT_NAME instead of ada_demangle.
6839 Use new ada_lookup_symbol_list interface.
6840 Use new ada_resolve_function interface.
6841 Remove OP_TYPE case.
6842
6843 (ada_args_match): Idiot proof against null actuals.
6844 Use intermediate variables to clarify.
6845 (ada_resolve_function): Update comment and interface.
6846 (mangled_ordered_before): Rename to encoded_ordered_before and
6847 update comment.
6848 (sort_choices): Update comment and interface.
6849 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6850 (user_select_syms): New interface.
6851 Use new sort_choices interface.
6852 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6853 (possible_user_operator_p): Idiot-proof against null values.
6854 (ada_simple_renamed_entity): Don't make cleanup; rely on
6855 caller to free result string.
6856 Remove const from return type.
6857 (make_array_descriptor): Rename uses of place_on_stack to
6858 ensure_lval.
6859 Make sure that arrays are on stack.
6860
6861 (HASH_SIZE): Define.
6862 (struct cache_entry): Define.
6863 (cache_space): Define.
6864 (cache): Define.
6865 (clear_ada_sym_cache): New function.
6866 (find_entry): New function.
6867 (lookup_cached_symbol): New function.
6868 (defn_vector_size): Define.
6869 (cache_symbol): New function.
6870 (defn_symbols): Remove.
6871
6872 (standard_lookup): Use lookup_symbol_in_language to get effect of
6873 C lookup.
6874 Cache results.
6875
6876 (symbol_completion_match): New function.
6877 (symbol_completion_add): New function.
6878 (ada_make_symbol_completion_list): New function.
6879
6880 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6881 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6882 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6883 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6884
6885 (ada_lookup_simple_minsym): New function.
6886 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6887
6888 (add_symbols_from_enclosing_procs): New interface.
6889 Conditionalize more helpfully.
6890 Don't bother if program isn't running.
6891 Use new interface to get_frame_block.
6892 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6893
6894 (remove_extra_symbols): New interface.
6895 (xget_renaming_scope): New function.
6896 (is_package_name): New function.
6897 (renaming_is_visible): New function.
6898 (remove_out_of_scope_renamings): New function.
6899
6900 (ada_lookup_symbol_list): New interface.
6901 Properly reinitialize the symbol list obstack.
6902 Don't call add_symbols_from_enclosing_procs if we start from a
6903 static or global block.
6904 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6905 add_symbols_from_enclosing_procs.
6906 Add symtab data to cached entries.
6907 Handle symbols prefixed with
6908 "standard__" specially; strip prefix and don't look in local symbols.
6909 Do not include out of scope renaming symbols in list of
6910 symbols returned.
6911 Add const to block parameter.
6912 Move check for non-local, non-global symbols earlier.
6913 Remove timing stuff.
6914 (ada_lookup_symbol): New interface.
6915 Find symtab as well.
6916 (ada_lookup_symbol_nonlocal): New function.
6917
6918 (is_name_suffix): Enhance suffix detection to recognize
6919 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6920 (is_dot_digits_suffix): New function.
6921 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6922
6923 (ada_add_block_symbols): New interface. Use obstack to return results
6924 in a vector of struct ada_symbol_infos. Add symtab argument.
6925 Use new interface to add_defn_to_vec.
6926 Remove calls to fill_in_ada_prototype.
6927 Use BLOCK_BUCKETS, BLOCK_BUCKET.
6928
6929 (ada_finish_decode_line_1): Add const qualification to local to fix
6930 warning.
6931 Start looking in static block for functions to avoid attempts
6932 to search frame chain for up-level variables.
6933 Adapt to new ada_sals_for_line interface.
6934 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6935 Handle quoting of the function name inside the spec string.
6936 Skip prologue when funfirstline is set and update the
6937 function documentation to that effect.
6938
6939 (debug_print_lines, debug_print_block, debug_print_blocks,
6940 debug_print_symtab): Remove.
6941
6942 (ada_main_name): New function.
6943 (ada_exception_breakpoint_type): New function.
6944 (is_known_support_routine): New function.
6945 (ada_find_printable_frame): Renamed from find_printable_frame and made
6946 global.
6947 Remove level parameter.
6948 Use new interface to select_frame.
6949
6950 (begin_command): Remove.
6951 (ada_adjust_exception_stop): New function.
6952 (ada_print_exception_stop): New function.
6953 (exception_name_from_cond): New function.
6954 (ada_report_exception_break): Replace disabled code with
6955 conditionalization on GNAT_GDB.
6956 Get the exception name from the condition string.
6957 Remove and move functionality into new functions
6958 ada_print_exception_breakpoint_task and
6959 ada_print_exception_breakpoint_nontask.
6960 (error_breakpoint_runtime_sym_not_found): New function.
6961 (is_runtime_sym_defined): New function.
6962 (ada_breakpoint_rewrite): Uncomment suppressed code.
6963 Use symbolic error-message and runtime-symbol names.
6964 Surround runtime symbol names in quotes.
6965 Allow non-specific breakpoints on exceptions and assertions before
6966 program starts.
6967
6968 (ada_is_tagged_type): Add parameter.
6969 (ada_is_tag_type): New function.
6970 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6971 (ada_variant_discrim_type): Ditto.
6972 (value_tag_from_contents_and_address): New function.
6973 (type_from_tag): New function.
6974 (struct tag_args): New structure used to communicate with
6975 ada_tag_name_1.
6976 (ada_tag_name_1): New function.
6977 (ada_tag_name): New function.
6978
6979 (ada_scan_number): Update comment.
6980 (find_struct_field): New function.
6981 (ada_search_struct_field): Make static.
6982 (ada_value_struct_elt): New version that returns references when
6983 given pointers or references to structs.
6984 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6985 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6986 interface.
6987 (ada_value_ind): Use new ada_to_fixed_value interface.
6988 (ada_coerce_ref): Ditto.
6989 (field_offset): Remove.
6990
6991 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6992 (ada_find_renaming_symbol): New function.
6993 (ada_prefer_type): Prefer named types over unnamed ones.
6994 (variant_field_index): New function.
6995 (contains_variant_part): Removed: subsumed by variant_field_index.
6996 (ada_template_to_fixed_record_type): New function, mostly from
6997 template_to_fixed_record_type.
6998 (template_to_fixed_record_type):
6999 Do not scan the type fields beyond the last one; prevents a
7000 potential SEGV.
7001 Handle case where variant field is listed BEFORE discriminant it
7002 depends on.
7003 Fix calculation of record length when bit length is
7004 not evenly divisible by char length.
7005 Move code to ada_template_to_fixed_record_type and call it.
7006
7007 (template_to_static_fixed_type): Revise comment.
7008 Modify to work on ordinary record types as well as templates,
7009 so as to handle fields that use ___XVE or ___XVU encodings.
7010 (to_record_with_fixed_variant_part): Fill out comment.
7011 Initialize C++ stuff in right type.
7012 Allow case where DVAL is null.
7013 Handle case where variant field is not last.
7014 Fix typo concerning record length.
7015 (to_fixed_record_type): Decomment disabled code.
7016 (to_fixed_record_type): Use variant_field_index instead of
7017 contains_variant_part.
7018 (to_fixed_variant_branch_type): Ditto.
7019 (to_fixed_array_type): Decomment disabled code.
7020 (ada_to_fixed_type): Convert tagged types to the specific type.
7021 Deactivate the size-check for array types in order to avoid
7022 some false size alarms.
7023 (to_static_fixed_type): Decomment disabled code.
7024 Modify to call template_to_static_fixed_type
7025 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
7026 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
7027 Remove valaddr argument, as it is never really used.
7028 (ada_to_fixed_value): Change interface to act on single struct value*
7029 operand.
7030 (adjust_pc_past_prologue): New function.
7031 (ada_attribute_name): Modify to take enum exp_opcode argument.
7032
7033 (ada_enum_name): Recognize new homonym-distinguishing convention.
7034 Adjust local variable's type to remove compiler warning.
7035 Fix a small problem in the part that unqualifies the enumeration name.
7036 (ada_value_binop): New function.
7037 (ada_value_equal): New function.
7038
7039 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
7040 Don't give error message when not doing normal evaluation
7041 and a tagged type doesn't seem to contain a structure member.
7042 Give error message for packed arrays.
7043 For indexing arrays, handle pointers to packed arrays correctly.
7044 Handle case of 'first and 'last attributes of bare integral type
7045 without encoded subtype info.
7046 Remove some unnecessary casts.
7047 Fix uninitialized value of type in computing 'first, 'last, or 'length
7048 of array object.
7049 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
7050 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
7051 calls.
7052 Attributes are now exp_opcode values.
7053 Correct treatment of 'modulus.
7054 Better error message for taking 'length of wrong kind of type;
7055 improve comment.
7056 Change EVAL_NORMAL to noside for consistency.
7057 Use ada_value_binop for DIV, MOD, REM.
7058 Make special case out of array of length 0, since an argument
7059 of 0 upsets some platforms' malloc.
7060 Use OP_STRING instead of OP_ARRAY.
7061 For slice, add check that we have an array type before extracting
7062 a slice out of it. Avoids a SEGV.
7063 When evaluating an array slice, if the array type is a reference to
7064 an aligner type, then replace the aligner type by the actual type.
7065 Decomment disabled code.
7066 Remove some dead code.
7067 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
7068 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
7069 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
7070 and UNOP_MBR to UNOP_IN_RANGE.
7071 If an array type has a parallel ___XVE type, then use it.
7072 Turn arrays into pointers for lvalue arrays.
7073 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
7074 bounds error and handle 0-length slices.
7075 Use lim_warning.
7076 When selecting fields, apply ada_to_fixed_value (because the fields
7077 might have ___XVU or ___XVE encodings even if not dynamic.)
7078 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
7079 (ada_is_system_address_type): New function.
7080
7081 (get_var_value): Use new interface to ada_lookup_symbol_list.
7082 (get_int_var_value): New interface.
7083 (to_fixed_range_type): Allow unknown bound, with warning.
7084 (ada_is_modular_type): Decomment disabled code.
7085 (ADA_OPERATORS): New definition.
7086 (ada_operator_length): New function.
7087 (ada_expr_op_name): New function.
7088 (ada_forward_operator_length): New function.
7089 (ada_dump_subexp_body): New function.
7090 (ada_print_subexp): New function.
7091 (ada_exp_descriptor): New constant.
7092 (ada_op_print_tab): Add 'size. Remove FIXMEs.
7093 (ada_language_defn): Add ada_exp_descriptor entry.
7094 Change ada_parse => parse.
7095 Add post-parser entry.
7096 Use ada-specific non-local symbol lookup.
7097 Don't use C-style arrays.
7098 String lower-bound is 1.
7099 Decomment disabled code.
7100 (parse): New function.
7101 New fields ada_translate_error_message, ada_lookup_symbol,
7102 ada_lookup_minimal_symbol.
7103
7104 * ada-lang.h: Update copyright dates.
7105 Replace the mangle/demangle terminology throughout by the
7106 more appropriate encode/decode one.
7107 Include breakpoint.h.
7108 Forward declare struct partial_symbol, struct block.
7109 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
7110 (EXTRACT_ADDRESS): Remove.
7111 (EXTRACT_INT): Remove.
7112 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
7113 (MAX_ENCLOSING_FRAME_LEVELS): Define.
7114 (MAX_RENAMING_CHAIN_LENGTH): Define.
7115 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
7116
7117 (enum task_states): Remove.
7118 ada_task_states: Remove.
7119 (fat_string): Remove.
7120 (struct entry_call): Remove.
7121 (struct task_fields): Remove.
7122 (struct task_entry): Remove.
7123
7124 (struct ada_symbol_info): Define.
7125 (enum ada_attribute): Remove.
7126 (enum ada_operator): Define.
7127
7128 (ada_get_field_index): Declare.
7129 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
7130 (ada_is_simple_array): Rename to ada_is_simple_array_type.
7131 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
7132 (ada_lookup_symbol_list): New interface.
7133 (ada_decode_symbol): Declare.
7134 (ada_decode): Declare.
7135 (ada_lookup_symbol): New interface.
7136 (ada_update_initial_language): Declare.
7137 (ada_lookup_simple_minsym): Declare.
7138 (user_select_syms): New interface.
7139 (ada_sals_for_line): Declare.
7140 (ada_is_tagged_type): New interface.
7141 (ada_tag_name): Declare.
7142 (ada_lookup_struct_elt_type): Remove declaration.
7143 (ada_search_struct_field): Remove declaration.
7144 (ada_attribute_name): New interface.
7145 (ada_is_system_address_type): Declare.
7146 (ada_to_fixed_value): Remove declaration.
7147 (ada_template_to_fixed_record_type_1): Declare.
7148 (get_int_var_value): New interface.
7149 (ada_find_any_symbol): Declare.
7150 (ada_find_renaming_symbol): Declare.
7151 (ada_mangle): Rename to ada_encode.
7152 (ada_simple_renamed_entity): Remove const.
7153 (ada_main_name): Declare.
7154 (get_current_task): Rename to ada_get_current_task.
7155 (get_entry_number): Remove declaration.
7156 (ada_report_exception_break): Remove declaration.
7157 (ada_print_exception_breakpoint_nontask): Declare.
7158 (ada_print_exception_breakpoint_task): Declare.
7159 (ada_find_printable_frame): Declare.
7160
7161 * ada-lex.l: Update copyright notices.
7162 Use xmalloc and xfree instead of malloc and free.
7163 Use new interface to name_lookup.
7164 Use new interface to
7165 ada_mangle=>ada_encode.
7166 Redo handling of '$...' variable to parallel current treatment
7167 in c-exp.y.
7168 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
7169 digit_to_int, strtoulst, processInt, processReal, processId,
7170 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
7171 yywrap): Protoize.
7172
7173 (processInt): Use cast to remove harmless warning.
7174 (processReal): Modify to get rid of compiler warning on scan formats.
7175
7176 (processId): Replace xmalloc with obstack_alloc for name and remove
7177 call to ada_name_string_cleanup.
7178 Remove obsolete disabled code.
7179 (name_lookup): Ditto.
7180 New interface.
7181 Use obsavestring on temp_parse_space instead of savestring
7182 on name, and remove call to ada_name_string_cleanup.
7183 Free string returned from ada_simple_renamed_entity.
7184 Use new interface to ada_lookup_symbol_list.
7185 Decomment disabled code.
7186 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
7187 not types.
7188 When a type name lookup succeeds as a result of
7189 lookup_primitive_typename, check for regular type entry that has not
7190 yet been read in.
7191 Limit length of chain of renamed symbols we are willing to follow.
7192 Do not break names beginning with "standard__" into segments.
7193 (block_lookup): Use new interface to ada_lookup_symbol_list.
7194
7195 * ada-typeprint.c: Update copyright notice.
7196 (demangled_type_name): Rename to decoded_type_name.
7197 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
7198 (print_range_bound): Correct handling of negative
7199 bounds that make the index type looked unsigned under STABS.
7200 (print_dynamic_range_bound): Use new interface to get_int_var_value.
7201 (print_range_type_named): Use the builtin int type if no type
7202 corresponding to the given type name could be found.
7203 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
7204 Add some bullet-proofing.
7205 (print_variant_clauses): Allow for variant branches with ___XVU
7206 encodings that are not dynamic fields.
7207 Use new interface to ada_is_tagged_type.
7208 (print_record_type): Allow for fields with ___XVE encodings that
7209 are not dynamic fields.
7210 Use new interface to ada_is_tagged_type.
7211 (ada_print_type): ada_is_array_descriptor =>
7212 ada_is_array_descriptor_type.
7213
7214 * ada-valprint.c: Update copyright notice.
7215 Include gdb_string.h
7216 Include infcall.h
7217 (ui_memcpy): New function.
7218 (ada_print_floating): New function.
7219 (ada_print_str): Order arguments correctly.
7220 Correct handling of empty arrays and arrays of 0-length items.
7221 ada_is_array_descriptor => ada_is_array_descriptor_type
7222 Print values of type System.Address in hexadecimal format.
7223 Use ada_print_floating to print floating-point numbers in Ada format.
7224 Print class tag values with type names.
7225 No longer print the address of reference values. Avoids
7226 a potential confusion.
7227 (ada_value_print): Stop printing the object type for reference
7228 values, but preserve that behavior for access types. Avoids
7229 a potential confusion.
7230 Simplify one conditional expression, as the first part is now
7231 necessarily true.
7232 ada_is_array_descriptor => ada_is_array_descriptor_type
7233 Add check for arrays for null records, and print them by hand.
7234
7235 2004-06-01 Jim Blandy <jimb@redhat.com>
7236
7237 * ppc-tdep.h: Delete unused 'regoff' member.
7238 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
7239
7240 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
7241
7242 Fix PR symtab/1661.
7243 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
7244 (hpread_read_struct_type): Likewise.
7245
7246 2004-06-01 Andrew Cagney <cagney@gnu.org>
7247
7248 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
7249 instead of xasprintf.
7250 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
7251 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
7252 (mi_cmd_data_list_register_names)
7253 (mi_cmd_data_list_changed_registers)
7254 (mi_cmd_data_list_register_values)
7255 (get_register, mi_cmd_data_write_register_values)
7256 (mi_cmd_data_write_register_values)
7257 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
7258 (mi_cmd_target_download, mi_cmd_target_select)
7259 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
7260 (mi_execute_cli_command, mi_execute_async_cli_command)
7261 (mi_execute_async_cli_command): Ditto.
7262 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
7263 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
7264
7265 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
7266 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
7267 error_last_message instead of mi_error_last_message.
7268 * mi/mi-main.c (mi_error_last_message): Delete function.
7269
7270 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
7271 "invalid number of columns" error. Delete redundant "out of
7272 memory" check.
7273
7274 2004-05-31 Mark Kettenis <kettenis@gnu.org>
7275
7276 * i386bsd-nat.c: Don't include <sys/procfs.h>.
7277 (gregset_t, fpregset_t): Remove typedefs.
7278 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
7279 (REG_OFFSET): Rename argument.
7280 (i386bsd_r_reg_offset): Rename from reg_offset.
7281 (REG_ADDR): Remove macro.
7282 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
7283 functions.
7284 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
7285 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
7286 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
7287 instead of supply_gregset.
7288 (store_inferior_registers): Use `struct reg' and `struct fpreg'
7289 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
7290 instead of fill_gregset.
7291 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
7292
7293 * i386bsd-nat.c: Don't include "gregset.h".
7294 (supply_gregset, fill_gregset): Make static.
7295 (supply_fpregset, fill_fpregset): Remove.
7296 * Makefile.in (i386bsd-nat.o): Update dependencies.
7297
7298 2004-05-30 Mark Kettenis <kettenis@gnu.org>
7299
7300 * fbsd-proc.c: Include "regcache.h", "regset.h" and
7301 "gdb_assert.h". Con't include "gregset.h".
7302 (fbsd_make_corefile_notes): Use regset-based core file support
7303 instead off fill_gregset and fill_fpregset.
7304 * Makefile.in (fbsd-proc.o): Update dependencies.
7305
7306 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
7307 instructions.
7308 (m88k_frame_prev_register): Simplify code a bit.
7309
7310 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
7311 (amd64_collect_fpregset): New function.
7312 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
7313
7314 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
7315
7316 * i386-tdep.c (i386_supply_gregset): Adjust comment.
7317 (i386_collect_gregset): New function.
7318 (i386_supply_fpregset): Adjust comment.
7319 (i386_collect_fpregset): New function.
7320 (i386_regset_from_core_section): Use i386_collect_gregset and
7321 i386_collect_fpregset.
7322
7323 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
7324 handle VALUEP being null.
7325
7326 * regset.h (collect_regset_ftype): Unconstify fourth argument.
7327
7328 2004-05-29 Mark Kettenis <kettenis@gnu.org>
7329
7330 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
7331
7332 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
7333 assembler in OpenBSD 3.5-current.
7334 (amd64obsd_sigcontext_addr): Likewise.
7335
7336 2004-05-28 Jim Blandy <jimb@redhat.com>
7337
7338 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
7339 register set, so our regcache isn't declared "legacy" and our E500
7340 pseudoregister read and write functions aren't ignored.
7341 (rs6000_register_byte, rs6000_register_raw_size,
7342 rs6000_register_virtual_type, rs6000_register_convertible,
7343 rs6000_register_convert_to_virtual,
7344 rs6000_register_convert_to_raw): Deleted.
7345 (rs6000_register_type, rs6000_convert_register_p,
7346 rs6000_register_to_value, rs6000_value_to_register): New
7347 functions.
7348 (rs6000_gdbarch_init): Don't register
7349 gdbarch_deprecated_register_size,
7350 gdbarch_deprecated_register_bytes,
7351 gdbarch_deprecated_register_byte,
7352 gdbarch_deprecated_register_raw_size,
7353 gdbarch_deprecated_register_virtual_type,
7354 gdbarch_deprecated_register_convertible,
7355 gdbarch_deprecated_register_convert_to_virtual, or
7356 gdbarch_deprecated_register_convert_to_raw methods. Instead,
7357 register gdbarch_register_type, gdbarch_convert_register_p,
7358 gdbarch_register_to_value, and gdbarch_value_to_register methods.
7359
7360 2004-05-26 Jim Blandy <jimb@redhat.com>
7361
7362 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
7363 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
7364 functions, updated to match the register numberings used in GCC.
7365 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
7366 rs6000_dwarf2_reg_to_regnum as register number conversions
7367 functions for STABS and Dwarf2.
7368
7369 2004-05-26 Randolph Chung <tausq@debian.org>
7370
7371 * infttrace.h (target_waitkind): Forward declare type instead of pulling
7372 in header file.
7373
7374 2004-05-25 Joel Brobecker <brobecker@gnat.com>
7375
7376 * NEWS: Document new "start" command.
7377
7378 2004-05-25 Randolph Chung <tausq@debian.org>
7379
7380 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
7381 hppa-linux.
7382
7383 2004-05-25 Randolph Chung <tausq@debian.org>
7384
7385 * hppa-hpux-tdep.c (offsetof): Define.
7386 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
7387 (hppa32_hpux_frame_base_before_sigtramp)
7388 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7389 (hppa64_hpux_frame_saved_pc_in_sigtramp)
7390 (hppa64_hpux_frame_base_before_sigtramp)
7391 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
7392 functions.
7393 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
7394 (hppa_hpux_sigtramp_frame_unwind_cache)
7395 (hppa_hpux_sigtramp_frame_this_id)
7396 (hppa_hpux_sigtramp_frame_prev_register)
7397 (hppa_hpux_sigtramp_frame_unwind)
7398 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
7399 (hppa_hpux_init_abi): Register sigtramp unwinder.
7400 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
7401
7402 2004-05-25 Randolph Chung <tausq@debian.org>
7403
7404 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
7405 and multiple stack unwinds.
7406 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
7407
7408 2004-05-25 Andrew Cagney <cagney@gnu.org>
7409
7410 * symfile.h (symbol_file_add_from_memory): Delete declaration.
7411 * symfile-mem.h: Delete file.
7412 * symfile-mem.c: Do not include "symfile-mem.h".
7413 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
7414 "struct bfd_section". When an error do not bother returning NULL.
7415 (add_symbol_file_from_memory_command): Use "struct bfd" and
7416 "struct bfd_section".
7417 * Makefile.in (symfile_mem_h): Delete.
7418 (symfile-mem.o): Update dependencies.
7419
7420 2004-05-25 Nick Roberts <nickrob@gnu.org>
7421
7422 * gdb-mi.el: New file.
7423
7424 2004-05-25 Andrew Cagney <cagney@gnu.org>
7425
7426 * inftarg.c: Include "observer.h".
7427 (child_attach, child_create_inferior): Notify inferior_created.
7428 * corelow.c: Include "observer.h".
7429 (core_open): Notify inferior_created.
7430 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
7431
7432 2004-05-25 Andrew Cagney <cagney@gnu.org>
7433
7434 * target.h (struct target_ops): Add from_tty to
7435 to_create_inferior.
7436 (target_create_inferior, find_default_create_inferior): Update.
7437 * infcmd.c (run_command): Update.
7438 * wince.c (child_create_inferior): Update.
7439 * win32-nat.c (child_create_inferior): Update.
7440 * uw-thread.c (uw_thread_create_inferior): Update.
7441 * thread-db.c (thread_db_create_inferior): Update.
7442 * target.c (debug_to_create_inferior)
7443 (find_default_create_inferior): Update.
7444 (maybe_kill_then_create_inferior): Update.
7445 * sol-thread.c (sol_thread_create_inferior): Update.
7446 * remote.c (extended_remote_async_create_inferior)
7447 (extended_remote_create_inferior): Update.
7448 * remote-vx.c (vx_create_inferior): Update.
7449 * remote-st.c (st2000_create_inferior): Update.
7450 * remote-sim.c (gdbsim_create_inferior): Update.
7451 * remote-sds.c (sds_create_inferior): Update.
7452 * remote-rdp.c (remote_rdp_create_inferior): Update.
7453 * remote-rdi.c (arm_rdi_create_inferior): Update.
7454 * remote-m32r-sdi.c (m32r_create_inferior): Update.
7455 * remote-e7000.c (e7000_create_inferior): Update.
7456 * procfs.c (procfs_create_inferior): Update.
7457 * ocd.c (ocd_create_inferior): Update.
7458 * ocd.h (ocd_create_inferior): Update.
7459 * nto-procfs.c (procfs_create_inferior): Update.
7460 * monitor.c (monitor_create_inferior): Update.
7461 * lin-lwp.c (lin_lwp_create_inferior): Update.
7462 * inftarg.c (child_create_inferior): Update.
7463 * hpux-thread.c (hpux_thread_create_inferior): Update.
7464 * gnu-nat.c (gnu_create_inferior): Update.
7465
7466 2004-05-25 Andrew Cagney <cagney@gnu.com>
7467
7468 * MAINTAINERS: Update e-mail address.
7469
7470 2004-05-24 Randolph Chung <tausq@debian.org>
7471
7472 * thread.c (info_threads_command, thread_apply_all_command)
7473 (thread_apply_command, thread_command, do_captured_thread_select):
7474 Remove HPUXHPPA-specific code.
7475
7476 2004-05-24 Randolph Chung <tausq@debian.org>
7477
7478 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
7479 unused symbols.
7480 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
7481 references.
7482
7483 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7484
7485 * infcmd.c (kill_if_already_running): New function, extracted
7486 from run_command().
7487 (run_command): Replace extracted code by call to
7488 kill_if_already_running().
7489 (start_command): New function.
7490 (_initialize_infcmd): Add "start" command.
7491
7492 2004-05-24 Mark Kettenis <kettenis@gnu.org>
7493
7494 Add OpenBSD/m88k support.
7495 * NEWS (New native configurations): Mention OpenBSD/m88k.
7496 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
7497 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
7498 * Makefile.in (m88k_tdep_h): New variable.
7499 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
7500 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
7501 * configure.host: Add m88*-*-openbsd*.
7502 * configure.tgt: Add m88*-*-openbsd*.
7503
7504 2004-05-24 Jim Blandy <jimb@redhat.com>
7505
7506 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
7507 to approve changes.
7508
7509 2004-05-24 Kevin Buettner <kevinb@redhat.com>
7510
7511 * symtab.c (fixup_section): Search section table when lookup by
7512 name fails.
7513
7514 2004-05-24 Randolph Chung <tausq@debian.org>
7515
7516 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
7517 be "small_struct".
7518
7519 2004-05-24 Mark Kettenis <kettenis@gnu.org>
7520
7521 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
7522 register number in regcache_raw_collect call.
7523 (m68kbsd_collect_fpregset): Likewise.
7524 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
7525
7526 * regset.h (struct regset): Add back `regset' member.
7527
7528 2004-05-23 Mark Kettenis <kettenis@gnu.org>
7529
7530 * configure.in: Check for td_pcb in `struct thread'.
7531 * configure, config.in: Regenerated.
7532
7533 * dpx2-nat.c: Remove file.
7534 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
7535 (dpx2-nat.o): Remove dependencies.
7536
7537 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
7538 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
7539 (amd64obsd_supply_pcb): New function.
7540 (_initialize_amd64obsd_nat): Enable libkvm interface.
7541 * Makefile.in (amd64obsd-nat.o): Update dependencies.
7542 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
7543 (LOADLIBES): New variable.
7544
7545 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
7546 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
7547 (sparc32nbsd_supply_pcb): New function.
7548 (_initialize_sparcnbsd_nat): Enable libkvm interface.
7549 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
7550 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
7551 (LOADLIBES): New variable.
7552
7553 2004-05-22 Mark Kettenis <kettenis@gnu.org>
7554
7555 * bsd-kvm.c, bsd-kvm.h: New files.
7556 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
7557 "bsd-kvm.h".
7558 (i386fbsd_supply_pcb): New function.
7559 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
7560 (i386fbsd-nat.o): Update dependencies.
7561 (bsd_kvm_h): New variable.
7562 (bsd-kvm.o): New dependency.
7563 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
7564 (LOADLIBES): New variable.
7565
7566 * regset.c: Tweak comment.
7567 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
7568 macro.
7569 * regset.h: Update copyright year.
7570 (struct regset): Remove `descr' member, add `gdbarch' member.
7571 (regset_alloc): Adjust prototype and comment.
7572 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
7573 (i386_supply_fpregset): Likewise.
7574 (i386_regset_from_core_section): Update call to regset_alloc.
7575 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
7576 REGSET->arch.
7577 (i386obsd_aout_regset_from_core_section): Update call to
7578 regset_alloc.
7579 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
7580 REGSET->arch.
7581 (i386nbsd_aout_regset_from_core_section): Update call to
7582 regset_alloc.
7583 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
7584 REGSET->arch.
7585 (amd64_regset_from_core_section): Update call to regset_alloc.
7586 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
7587 REGSET->arch.
7588 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
7589 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
7590 &sparc32nbsd_gregset in sparc32_supply_gregset call.
7591 (sparc32nbsd_init_abi): Update call to regset_alloc.
7592 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
7593 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
7594 (sparc64obsd_init_abi): Update call to regset_alloc.
7595 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
7596 &sparc64nbsd_gregset in sparc64_supply_gregset call.
7597 (sparc64nbsd_init_abi): Update call to regset_alloc.
7598 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
7599 &sparc64fbsd_gregset in sparc64_supply_gregset call.
7600 (sparc64fbsd_init_abi): Update call to regset_alloc.
7601
7602 2004-05-22 Jim Blandy <jimb@redhat.com>
7603
7604 * ppc-tdep.h (spe_register_p): New declaration.
7605 (struct gdbarch_tdep): New members: ppc_acc_regnum and
7606 ppc_spefscr_regnum.
7607 * rs6000-tdep.c (spe_register_p): New function.
7608 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
7609 spefscr.
7610 (rs6000_gdbarch_init): Initialize the new members of the tdep
7611 structure.
7612
7613 2004-05-21 Jim Blandy <jimb@redhat.com>
7614
7615 * ppc-linux-nat.c (fetch_register): Move code back to be next
7616 to the comment that describes it. (Moved code, instead of
7617 comment, for symmetry with store_register.)
7618
7619 Allocate regset structures in the gdbarch's obstack, not using
7620 xmalloc.
7621 * regset.c (regset_alloc): Renamed from regset_xmalloc.
7622 Add 'arch' argument. Allocate the regset on arch's obstack, not
7623 using xmalloc.
7624 * regset.h (regset_alloc): Update declaration.
7625 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
7626 gdbarch argument.
7627 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7628 * i386-tdep.c (i386_regset_from_core_section): Same.
7629 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7630 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7631 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7632 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7633 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7634 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7635
7636 2004-05-21 Joel Brobecker <brobecker@gnat.com>
7637
7638 * config/djgpp/fnchange.lst: Undo previous change, was useless.
7639
7640 2004-05-21 Jim Blandy <jimb@redhat.com>
7641
7642 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
7643 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
7644
7645 2004-05-20 Jim Blandy <jimb@redhat.com>
7646
7647 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
7648
7649 2004-05-20 Mark Kettenis <kettenis@gnu.org>
7650
7651 * regset.h: Make prototype const-correct.
7652 * regset.c (regset_xmalloc): Make const-correct.
7653
7654 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
7655
7656 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
7657 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
7658 (symbol_search_name): Declare.
7659
7660 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
7661 (iter_name_next_hashed): Ditto.
7662 (iter_name_next_linear): Ditto.
7663 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
7664
7665 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
7666 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
7667 (symbol_search_name): New function.
7668
7669 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
7670
7671 * minsyms.c (build_minimal_symbol_hash_tables): Change
7672 test for adding to demangled hash table to check for difference
7673 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
7674
7675 2004-05-19 Jim Blandy <jimb@redhat.com>
7676
7677 Use a constructor function to create regset structures.
7678 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
7679 (struct regset): Use supply_regset_ftype. Add new
7680 'collect_regset' member.
7681 (regset_xmalloc): New declaration.
7682 * regset.c: New file.
7683 * am64-tdep.c (amd64_regset_from_core_section): Use
7684 regset_xmalloc to construct regset structures.
7685 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7686 * i386-tdep.c (i386_regset_from_core_section): Same.
7687 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7688 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7689 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7690 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7691 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7692 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7693 * Makefile.in (COMMON_OBS): Add regset.o.
7694 (regset.o): New rule.
7695
7696 2004-05-19 Joel Brobecker <brobecker@gnat.com>
7697
7698 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
7699 and pthread_cond_wait.c.
7700
7701 2004-05-18 Jim Blandy <jimb@redhat.com>
7702
7703 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
7704 before the mach-specific switch, and then let the individual cases
7705 override the defaults, rather than leaving them uninitialized
7706 until the switch and then setting them in each case.
7707
7708 2004-05-18 Randolph Chung <tausq@debian.org>
7709
7710 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
7711 millicode functions.
7712
7713 2004-05-18 Randolph Chung <tausq@debian.org>
7714
7715 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
7716 references to dld_flags_buffer consistent.
7717
7718 2004-05-18 Randolph Chung <tausq@debian.org>
7719
7720 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
7721 it for unwinding the stack.
7722
7723 2004-05-18 Randolph Chung <tausq@debian.org>
7724
7725 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
7726 Undefine these so we can overide them using gdbarch.
7727
7728 2004-05-18 Randolph Chung <tausq@debian.org>
7729
7730 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
7731 handling for 64-bit HPUX (elf).
7732
7733 2004-05-18 Daniel Jacobowitz <dan@debian.org>
7734
7735 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
7736 constants.
7737 * amd64-tdep.c (amd64_skip_prologue): Likewise.
7738 * ia64-tdep.c (examine_prologue): Likewise.
7739 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
7740 * v850-tdep.c (v850_fix_call_dummy): Likewise.
7741
7742 2004-05-18 Mark Kettenis <kettenis@gnu.org>
7743
7744 * vax-tdep.c (vax_return_value): Implement
7745 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7746
7747 2004-05-17 Mark Kettenis <kettenis@gnu.org>
7748
7749 * vax-tdep.c (vax_return_value): Fix typo.
7750
7751 2004-05-17 Andrew Cagney <cagney@redhat.com>
7752
7753 * MAINTAINERS: Mark Salter was also responsible for
7754 testsuite/config/
7755
7756 * NEWS: Mention signal fixes.
7757
7758 2004-05-17 Randolph Chung <tausq@debian.org>
7759
7760 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
7761 check to see if we are unwinding an export stub. Export stubs clobber
7762 the %rp in the call path and stores the original rp in a stack slot.
7763
7764 2004-05-17 Jim Blandy <jimb@redhat.com>
7765
7766 * MAINTAINERS: Update address for J.T. Conklin.
7767
7768 2004-05-17 Randolph Chung <tausq@debian.org>
7769
7770 * hppa-tdep.c: Remove superfluous #include's.
7771 * Makefile.in (hppa-tdep.o): Update dependencies.
7772
7773 2004-05-17 Randolph Chung <tausq@debian.org>
7774
7775 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
7776 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
7777 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
7778 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
7779 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
7780 Remove static function declarations.
7781
7782 2004-05-17 Mark Kettenis <kettenis@gnu.org>
7783
7784 * alphabsd-nat.c: Update copyright year.
7785 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7786
7787 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7788 and M68K_A2_REGNUM.
7789
7790 * m68k-tdep.c (m68k_svr4_return_value): Implement
7791 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7792
7793 2004-05-16 Mark Kettenis <kettenis@gnu.org>
7794
7795 * sol-thread.c Update copyright year. Fix various coding
7796 standards violations. Tweak a few comments.
7797 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
7798 Delete prototypes.
7799
7800 2004-05-15 Randolph Chung <tausq@debian.org>
7801
7802 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7803 as pointer instead of array reference since HPUX compiler does
7804 not accept unsized array arguments.
7805 * somsolib.c (dld_flags_buffer): Use constant array size.
7806
7807 2004-05-15 Mark Kettenis <kettenis@gnu.org>
7808
7809 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7810 offset with decimal offset.
7811 (amd64obsd_sigcontext_addr): Return correct address for entire
7812 signal trampoline.
7813
7814 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7815 instead of get_frame_base.
7816
7817 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7818 (fill_gregset): Use regcache_raw_collect.
7819
7820 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7821 ppcobsd-tdep.c.
7822
7823 * config/sparc/tm-nbsd64.h: Remove file.
7824 * config/tm-sunos.h: Remove file.
7825
7826 2004-05-15 Joel Brobecker <brobecker@gnat.com>
7827
7828 * rs6000-tdep.c (store_param_on_stack_p): New function,
7829 an improved version of some code extracted from skip_prologue().
7830 (skip_prologue): Use store_param_on_stack_p() to detect
7831 instructions saving a parameter on the stack. Detect when r0
7832 is used to save a parameter.
7833 Do not mark "li rx, SIMM" instructions as part of the prologue,
7834 unless the following instruction is also part of the prologue.
7835
7836 2004-05-14 Andrew Cagney <cagney@redhat.com>
7837
7838 * infrun.c (handle_inferior_event): Simplify
7839 STEP_OVER_UNDEBUGGABLE.
7840
7841 * infrun.c (handle_step_into_function): Delete function.
7842 (handle_inferior_event): Inline calls to
7843 handle_step_into_function.
7844
7845 2004-05-14 Jerome Guitton <guitton@gnat.com>
7846
7847 * rs6000-nat.c: Fix a comment.
7848
7849 2004-05-12 David Anderson <davea@sgi.com>
7850
7851 Committed by Jim Blandy <jimb@redhat.com>:
7852 * regcache.c (struct regcache_descr): fix comment spelling.
7853
7854 2004-05-13 J. Brobecker <brobecker@gnat.com>
7855
7856 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7857 Fixes a link link failure.
7858
7859 2004-05-13 J. Brobecker <brobecker@gnat.com>
7860
7861 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7862 error that was causing the build to fail.
7863
7864 2004-05-13 J. Brobecker <brobecker@gnat.com>
7865
7866 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7867 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7868
7869 2004-05-13 Andrew Cagney <cagney@redhat.com>
7870
7871 * infrun.c (handle_inferior_event): Check for
7872 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7873 calls. Update comments.
7874
7875 2004-05-13 Jim Blandy <jimb@redhat.com>
7876
7877 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7878 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7879 (store_regs_user_thread, store_regs_kernel_thread): Use
7880 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7881 * ppc-linux-nat.c (fill_gregset): Same.
7882 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7883 (ppc_linux_sigtramp_cache): Same.
7884 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7885 (ppcnbsd_sigtramp_cache_init): Same.
7886 * rs6000-nat.c (fetch_core_registers): Same.
7887 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7888 (rs6000_frame_cache): Same.
7889
7890 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7891 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7892 of assuming that the gprs are numbered starting with zero.
7893 * ppc-linux-nat.c (fill_gregset): Same.
7894 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7895 * ppcnbsd-nat.c (getregs_supplies): Same.
7896 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7897 * rs6000-nat.c (fetch_core_registers): Same.
7898 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7899
7900 2004-05-07 Michael Snyder <msnyder@redhat.com>
7901
7902 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7903 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7904
7905 2004-05-13 Andrew Cagney <cagney@redhat.com>
7906
7907 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7908
7909 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7910
7911 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7912 base_address for shared libraries.
7913
7914 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7915
7916 * MAINTAINERS (write after approval): Add myself.
7917
7918 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7919
7920 * breakpoint.c (bpstat_stop_status): Add new argument
7921 STOPPED_BY_WATCHPOINT. Use it instead of testing
7922 target_stopped_data_address agaist 0 to check whether
7923 or not we stopped due to a hardware watchpoint.
7924 * breakpoint.h (bpstat_stop_status): Adapt prototype.
7925 * infrun.c (handle_inferior_event): Call bpstat_stop_status
7926 with new argument.
7927
7928 2004-05-12 Jim Blandy <jimb@redhat.com>
7929
7930 * configure.in: When checking whether we should use the -bbigtoc
7931 option, don't forget to restore the original value of LDFLAGS.
7932 * configure: Regenerated.
7933
7934 2004-05-12 Andrew Cagney <cagney@redhat.com>
7935
7936 * thread.c (load_infrun_state): Delete step_sp.
7937 * infrun.c (context_switch): Ditto.
7938 * inferior.h (step_sp): Ditto.
7939 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7940 * gdbthread.h (struct thread_info, save_infrun_state)
7941 (restore_infrun_state): Ditto.
7942
7943 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
7944
7945 * MAINTAINERS (write after approval): Add myself.
7946
7947 2004-05-12 Andrew Cagney <cagney@redhat.com>
7948
7949 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7950 eliminate reference to step_sp.
7951 (struct execution_control_state, init_execution_control_state)
7952 (handle_inferior_event, keep_going): Delete update_step_sp and
7953 step_sp.
7954 * infcmd.c (step_sp): Note that variable is unused.
7955
7956 2004-05-11 Andrew Cagney <cagney@redhat.com>
7957
7958 * infrun.c (step_over_function): Delete function.
7959 (handle_step_into_function): Use insert_step_resume_breakpoint.
7960 (insert_step_resume_breakpoint): Fix assertion.
7961
7962 2004-05-11 Nick Roberts <nickrob@gnu.org>
7963
7964 * utils.c (defaulted_query): Just use the normal query input type
7965 when printing the annotations.
7966
7967 2004-05-11 Andrew Cagney <cagney@redhat.com>
7968
7969 * infrun.c (handle_inferior_event): Simplify code handling
7970 step-into or return-from a signal trampoline.
7971
7972 2004-05-11 Andrew Cagney <cagney@redhat.com>
7973
7974 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7975 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7976
7977 2004-05-10 Jim Blandy <jimb@redhat.com>
7978
7979 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7980 with a call to internal_error.
7981
7982 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7983 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7984 processor variant lacks those registers.
7985 (ppc_floating_point_unit_p): Change description to make it clear
7986 that this returns info about the ISA, not the ABI.
7987 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7988 return true or false by checking tdep->ppc_fp0_regnum and
7989 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7990 arch/mach switching done in rs6000_gdbarch_init; it's better to
7991 keep that logic there, and just check the results here.
7992 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7993 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7994 floating-point registers.
7995 (ppc_supply_fpregset, ppc_collect_fpregset)
7996 (rs6000_push_dummy_call, rs6000_extract_return_value)
7997 (rs6000_store_return_value): Assert that we have floating-point
7998 registers.
7999 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
8000 (rs6000_frame_cache): Don't note the locations at which
8001 floating-point registers were saved if we have no fprs.
8002 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
8003 registers.
8004 (fetch_regs_user_thread, fetch_regs_kernel_thread)
8005 (store_regs_user_thread, store_regs_kernel_thread): Only call
8006 supply_fprs / fill_fprs if we actually have floating-point
8007 registers.
8008 (special_register_p): Check ppc_fpscr_regnum before matching
8009 against it.
8010 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
8011 supply / collect fpscr if we don't have it.
8012 * ppc-bdm.c: #include "gdb_assert.h".
8013 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
8014 have floating-point registers, since I can't test this code on
8015 FP-free systems to adapt it.
8016 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
8017 fpscr and floating point register numbers if they don't exist.
8018 (fetch_register): Assert that we have floating-point registers
8019 before we reach the code that handles them.
8020 (store_register): Same. And use tdep instead of calling
8021 gdbarch_tdep again.
8022 (fill_fpregset): Don't try to collect FP registers and fpscr if we
8023 don't have them.
8024 (ppc_linux_sigtramp_cache): Don't record the saved locations of
8025 fprs and fpscr if we don't have them.
8026 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
8027 don't have them.
8028 * ppcnbsd-nat.c: #include "gdb_assert.h".
8029 (getfpregs_supplies): Assert that we have floating-point registers.
8030 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
8031 * ppcobsd-tdep.c: #include "gdb_assert.h".
8032 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
8033 have floating-point registers.
8034 * rs6000-nat.c (regmap): Don't match against the fpscr and
8035 floating point register numbers if they don't exist.
8036 (fetch_inferior_registers, store_inferior_registers,
8037 fetch_core_registers): Only fetch / store / supply the
8038 floating-point registers and the fpscr if we have them.
8039 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
8040 (ppcobsd-tdep.o): Update dependencies.
8041
8042 2004-05-10 Andrew Cagney <cagney@redhat.com>
8043
8044 * infrun.c (through_sigtramp_breakpoint): Delete variable.
8045 (context_switch): Do not switch through_sigtramp_breakpoint.
8046 * gdbthread.h (save_infrun_state, load_infrun_state)
8047 (struct thread_info): Delete through_sigtramp_breakpoint parameter
8048 and structure member.
8049 * thread.c (load_infrun_state, save_infrun_state): Update.
8050
8051 2004-05-10 Mark Kettenis <kettenis@gnu.org>
8052
8053 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
8054
8055 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8056
8057 * acinclude.m4: Quote macro names being defined by AC_DEFUN
8058 throughout.
8059 * aclocal.m4: Regenerate.
8060
8061 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
8062
8063 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
8064
8065 2004-05-10 Andrew Cagney <cagney@redhat.com>
8066
8067 * infrun.c (check_sigtramp2): Delete function.
8068 (handle_inferior_event): When single stepping, and taking a
8069 signal, set a breakpoint at the signal return address. Delete
8070 redundant calls to check_sigtramp2.
8071 (insert_step_resume_breakpoint): New function.
8072 (through_sigtramp_breakpoint, handle_inferior_event)
8073 (follow_exec, wait_for_inferior, fetch_inferior_event)
8074 (currently_stepping, keep_going): Delete most uses of
8075 through_sigtramp_breakpoint, not that it should be deleted.
8076 (delete_breakpoint_current_contents): Delete function.
8077
8078 2004-05-10 Randolph Chung <tausq@debian.org>
8079
8080 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
8081 target.
8082 * config/pa/tm-linux.h: New file.
8083
8084 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
8085
8086 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
8087 of prefixes. Don't print the prefix twice in the CLI.
8088
8089 2004-05-10 Jim Blandy <jimb@redhat.com>
8090
8091 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
8092 collect all the gprs.
8093
8094 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
8095 loop collecting gprs.
8096
8097 2004-05-09 Andrew Cagney <cagney@redhat.com>
8098
8099 * remote-vx.c (net_step): Delete step-range code.
8100 * remote.c (remote_resume, init_all_packet_configs)
8101 (set_remote_protocol_E_packet_cmd)
8102 (show_remote_protocol_E_packet_cmd)
8103 (remote_protocol_E, show_remote_cmd, _initialize_remote)
8104 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
8105 (show_remote_protocol_e_packet_cmd): Ditto.
8106
8107 2004-05-09 Mark Kettenis <kettenis@gnu.org>
8108
8109 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
8110
8111 * hppa-tdep.h: Update copyright year.
8112 (struct trad_frame_saved_reg): Add opaque declaration.
8113
8114 * amd64-tdep.c (amd64_return_value): Implement
8115 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8116
8117 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
8118 (m68k_value_to_register): New functions.
8119 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
8120 value_to_register.
8121
8122 * defs.h (enum return_value_convention): Add
8123 RETURN_VALUE_ABI_RETURNS_ADDRESS and
8124 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
8125 * infcmd.c (legacy_return_value): New function.
8126 (print_return_value): Rwerite to implement
8127 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8128 * values.c (using_struct_return): Check for inequality to
8129 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
8130 RETURN_VALUE_STRUCT_CONVENTION.
8131 * i386-tdep.c (i386_return_value): Implement
8132 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8133
8134 * vax-tdep.c: Tweak comments. Reorder include files. Don't
8135 include "symtab.h", "opcode/vax.h" and "inferior.h".
8136 (vax_skip_prologue): Replace calls to read_memory_integer by calls
8137 to read_memory_unsigned_integer.
8138 (vax_gdbarch_init): Reorder.
8139 (_initialize_vax_tdep): Spell out prototype.
8140 * Makefile.in (vax-tdep.o): Update dependencies.
8141
8142 2004-05-08 Andrew Cagney <cagney@redhat.com>
8143
8144 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
8145 * target.c (target_detach, target_disconnect): Ditto.
8146
8147 * infcall.c (call_function_by_hand): When no
8148 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
8149 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
8150 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
8151 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8152 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8153
8154 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
8155 * gdbarch.h, gdbarch.c: Re-generate.
8156 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8157 deprecated_fix_call_dummy.
8158 * v850-tdep.c (v850_gdbarch_init): Ditto.
8159 * infcall.c (call_function_by_hand): Do not call
8160 DEPRECATED_FIX_CALL_DUMMY.
8161
8162 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
8163 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
8164 * gdbarch.h, gdbarch.c: Re-generate.
8165 * arm-linux-tdep.c (arm_linux_call_dummy_words)
8166 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
8167 deprecated_sizeof_call_dummy_words.
8168 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
8169 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8170 * v850-tdep.c (v850_gdbarch_init): Ditto.
8171 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8172 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
8173 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8174 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8175 * arch-utils.h (legacy_call_dummy_words)
8176 (legacy_sizeof_call_dummy_words): Delete declarations.
8177 * arch-utils.c (legacy_call_dummy_words)
8178 (legacy_sizeof_call_dummy_words): Delete variables.
8179
8180 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
8181 * gdbarch.h, gdbarch.c: Re-generate.
8182 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
8183 * infcall.c (call_function_by_hand): Eliminate call to
8184 DEPRECATED_PUSH_DUMMY_FRAME.
8185 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8186 push_dummy_frame.
8187 (ns32k_push_dummy_frame): Delete function.
8188
8189 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8190 deprecated_call_dummy_breakpoint_offset or
8191 deprecated_call_dummy_start_offset.
8192 * dummy-frame.c, arm-tdep.c: Update comments.
8193 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
8194 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
8195 * gdbarch.h, gdbarch.c: Re-generate.
8196
8197 * infcall.c (legacy_push_dummy_code): Delete function.
8198 (push_dummy_code): Delete call.
8199
8200 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
8201 * gdbarch.h, gdbarch.c: Re-generate.
8202 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
8203 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
8204 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
8205 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
8206
8207 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
8208 (struct frame_info): Delete opaque declaration.
8209 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
8210 * frame.c (get_frame_type): Delete call.
8211
8212 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8213 pc_in_call_dummy.
8214 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
8215 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
8216
8217 2004-05-08 Mark Kettenis <kettenis@gnu.org>
8218
8219 * alphanbsd-tdep.c: Include "gdb_string.h".
8220 * armnbsd-tdep.c: Update copyright year.
8221 Include "gdb_string.h".
8222 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
8223 dependencies.
8224
8225 * delta68-nat.c: Remove file.
8226 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
8227 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
8228 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
8229 (delta68-nat.o): Remove dependency.
8230
8231 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
8232 function.
8233 (m68k_gdbarch_init): Don't set
8234 deprecated_frameless_function_invocation.
8235
8236 2004-05-07 Randolph Chung <tausq@debian.org>
8237
8238 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
8239 read_memory_nobpt for code reading when doing frame unwinding.
8240 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
8241
8242 2004-05-07 Randolph Chung <tausq@debian.org>
8243
8244 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
8245 instead of sp, handle sigaltstack case.
8246 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
8247 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
8248 signal handler and not that of the caller.
8249 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
8250 hppa_linux_sigtramp_find_sigcontext.
8251
8252 2004-05-07 Randolph Chung <tausq@debian.org>
8253
8254 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
8255 hppa-linux-nat.c.
8256 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
8257 * hppa-linux-nat.c (fetch_register, store_register): Define.
8258 (fetch_inferior_registers, store_inferior_registers): Define.
8259 (supply_gregset): Add comment and clean up some unneeded code.
8260 (fill_gregset): Add comment and fix so that it saves registers in
8261 the right place in the gregset.
8262 (fill_fpregset): Fix buffer overrun problem.
8263 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
8264
8265 2004-05-07 Randolph Chung <tausq@debian.org>
8266
8267 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
8268 do common handling of the pcoqt register.
8269 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
8270 to use helper function.
8271 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
8272 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
8273 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
8274 generic fallback unwinder when all else fails.
8275 (hppa_gdbarch_init): Add fallback sniffer.
8276 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
8277 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
8278 to use helper function.
8279
8280 2004-05-08 Joel Brobecker <brobecker@gnat.com>
8281
8282 * config/djgpp/fnchange.lst: Add translation rules for
8283 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
8284
8285 2004-05-08 Mark Kettenis <kettenis@gnu.org>
8286
8287 * frame.c (get_prev_frame_1): Work around GCC bug.
8288 * frame.h: Add comment about GCC bug.
8289
8290 2004-05-07 Andrew Cagney <cagney@redhat.com>
8291
8292 * observer.c: Include "commands.h" and "gdbcmd.h".
8293 (observer_debug, _initialize_observer): Add the
8294 command "set/show debug observer".
8295 * observer.sh: When observer debugging, log notify calls.
8296 * Makefile.in (observer.o): Update dependencies.
8297
8298 2004-05-07 Jason Molenda (jmolenda@apple.com)
8299
8300 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
8301
8302 2004-05-07 Jim Blandy <jimb@redhat.com>
8303
8304 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
8305 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
8306 to recognize gpr regnums, instead of assuming that
8307 tdep->ppc_fp0_regnum marks the end of the general-purpose
8308 registers.
8309
8310 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
8311 the given architecture has floating-point registers.
8312
8313 2004-05-07 Andrew Cagney <cagney@redhat.com>
8314
8315 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
8316 macro defined to 1.
8317 * gdbarch.h, gdbarch.c: Re-generate.
8318 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8319 deprecated_use_generic_dummy_frames.
8320
8321 2004-05-07 Brian Ford <ford@vss.fsi.com>
8322
8323 * NEWS: Mention Cygwin DWARF 2 support.
8324
8325 2004-05-07 Andrew Cagney <cagney@redhat.com>
8326
8327 * objfiles.h (struct entry_info): Delete unused fields
8328 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
8329 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
8330 * mipsread.c (mipscoff_symfile_read): Update.
8331 * mdebugread.c (parse_partial_symbols): Update.
8332 * dwarfread.c (read_file_scope): Update.
8333 * dwarf2read.c (read_file_scope): Update.
8334 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
8335 * coffread.c (complete_symtab): Update.
8336
8337 2004-05-07 Mark Kettenis <kettenis@gnu.org>
8338
8339 * infcall.c (_initialize_infcall): Fix typo.
8340
8341 2004-05-07 Andrew Cagney <cagney@redhat.com>
8342
8343 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
8344 * command.h (add_setshow_zinteger_cmd): Declare.
8345
8346 2004-05-06 Randolph Chung <tausq@debian.org>
8347
8348 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
8349 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
8350 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
8351 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
8352 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
8353 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
8354 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
8355 definitions ...
8356 * hppa-tdep.h: ... to here, with HPPA_ prefix.
8357 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
8358 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
8359 (hppa64_hpux_frame_find_saved_regs_in_sig)
8360 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
8361 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
8362 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
8363 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
8364 (hppa_linux_sigtramp_frame_prev_register): Likewise.
8365 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
8366 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
8367 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
8368 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
8369 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
8370 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
8371 (hppa32_register_type, hppa_cannot_store_register)
8372 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
8373 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
8374 * hpread.c (hpread_process_one_debug_symbol): Likewise.
8375 * pa64solib.c (pa64_solib_have_load_event)
8376 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
8377 (pa64_solib_unloaded_library_pathname): Likewise.
8378 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
8379 (som_solib_library_pathname): Likewise.
8380
8381 2004-05-05 Jim Ingham <jingham@apple.com>
8382
8383 * breakpoint.c (create_breakpoints): Copy the ignore count and
8384 thread id over from the pended breakpoint to the actual
8385 breakpoint.
8386
8387 2004-05-05 Andrew Cagney <cagney@redhat.com>
8388
8389 * gdbarch.sh (PARM_BOUNDARY): Delete.
8390 gdbarch.h, gdbarch.c: Re-generate.
8391 * valops.c (PARM_BOUNDARY): Delete macro.
8392 (value_push): Delete PARM_BOUNDARY code.
8393 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
8394
8395 2004-05-04 Jim Blandy <jimb@redhat.com>
8396
8397 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
8398 Don't assume that the gprs, fprs, and UISA sprs are
8399 contiguous, start at register number zero, and end with fpscr.
8400 Instead, use the numbers from the tdep structure.
8401
8402 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
8403 should no longer be used in code specific to the RS6000 and its
8404 derivatives.
8405 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
8406 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
8407 tdep->ppc_fp0_regnum.
8408 (ppc_supply_fpregset, ppc_collect_fpregset)
8409 (rs6000_push_dummy_call, rs6000_extract_return_value)
8410 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
8411 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
8412 FP0_REGNUM.
8413 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
8414 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
8415 Same.
8416 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
8417 bdm_ppc_store_registers): Same.
8418 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
8419 (store_register, fill_fpregset): Same.
8420 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
8421 (ppc_linux_supply_fpregset): Same.
8422 * ppcnbsd-nat.c (getfpregs_supplies): Same.
8423 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
8424 Same.
8425 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
8426 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
8427 ppc64_sysv_abi_return_value): Same.
8428 * rs6000-nat.c (regmap, fetch_inferior_registers)
8429 (store_inferior_registers, fetch_core_registers): Same.
8430
8431 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8432
8433 * m68knbsd-nat.c: Remove file.
8434 * m68knbsd-tdep.c: Remove file.
8435 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
8436 dependencies.
8437 * configure.host: Add m68k-*-netbsdelf*.
8438 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
8439 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
8440 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
8441 (XM_FILE): Remove.
8442 * config/m68k/nbsdelf.mh: New file.
8443 * config/m68k/nbsd.mt: New file.
8444 * config/m68k/nbsdaout.mt: Remove file.
8445 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
8446 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
8447 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
8448 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
8449 (use_struct_convention): Remove prototype.
8450 (USE_STRUCT_CONVENTION): Remove define.
8451 * config/m68k/xm-nbsd.h: Remove file.
8452
8453 2004-05-04 Michael Snyder <msnyder@redhat.com>
8454
8455 * m68k-tdep.c (m68k_gdbarch_init): Default to using
8456 reg_struct_return method (as gcc usually does for cross targets).
8457
8458 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8459
8460 Committed by Andrew Cagney.
8461 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
8462 alignment padding when accessing ucontext struct members.
8463
8464 2004-05-04 Jim Blandy <jimb@redhat.com>
8465
8466 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
8467 'ppc_gplast_regnum' member.
8468 (ppc_num_gprs): New enum constant.
8469 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
8470 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
8471 * rs6000-nat.c (regmap, fetch_inferior_registers,
8472 store_inferior_registers): Same.
8473 * rs6000-tdep.c (e500_pseudo_register_read)
8474 (e500_pseudo_register_write): Same.
8475 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
8476
8477 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
8478 * ppc-tdep.h (ppc_num_fprs): New enum constant.
8479 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
8480 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
8481 FPLAST_REGNUM.
8482 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8483 Same.
8484 * ppc-linux-nat.c (ppc_register_u_addr): Same.
8485 * rs6000-nat.c (regmap, fetch_inferior_registers)
8486 (store_inferior_registers): Same.
8487
8488 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
8489 with FPLAST_REGNUM.
8490
8491 2004-05-03 Joel Brobecker <brobecker@gnat.com>
8492
8493 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
8494 failure detected by recent versions of GCC.
8495 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
8496 to be consistent with the usage in dwarf2_create_include_psymtab.
8497
8498 2004-05-03 Michael Snyder <msnyder@redhat.com>
8499
8500 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
8501 (heuristic_proc_start): Whitespace cleanup.
8502
8503 2004-05-04 Mark Kettenis <kettenis@gnu.org>
8504
8505 * sun3-nat.c: Remove file.
8506 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
8507 dependencies.
8508 (ALLDEPFILES): Remove sun3-nat.c.
8509 (sun3-nat.o): Remove dependencies.
8510
8511 * i386-interix-nat.c, i386-interix-tdep.c,
8512 config/i386/nm-interix.h, config/i386/interix.mh,
8513 config/i386/interix.mt: Remove files.
8514 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
8515 dependencies.
8516
8517 2004-05-03 Mark Kettenis <kettenis@gnu.org>
8518
8519 * m68k-tdep.h (struct gdbarch_tdep): Add member
8520 struct_value_regnum.
8521 (m68k_svr4_init_abi): New prototype.
8522 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
8523 different calling conventions.
8524 (m68k_extract_return_value): Remove code dealing with single-field
8525 structs.
8526 (m68k_store_return_value): Remove code dealing with single-field
8527 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
8528 (m68k_extract_struct_value_address): Remove function.
8529 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
8530 (m68k_reg_struct_return_p, m68k_return_value)
8531 (m68k_svr4_return_value): New functions.
8532 (m68k_use_struct_convention): Remove function.
8533 (m68k_push_dummy_call): Use new struct_value_regnum member of
8534 `struct gdbarch_tdep' instead of hardcoded register number to
8535 store STRUCT_ADDR.
8536 (m68k_svr4_init_abi): New function.
8537 (m68k_gdbarch_init): Don't set extract_return_value,
8538 store_return_values, deprecated_extract_struct_value_address and
8539 use_struct_convention. Set return_value instead. Initialize new
8540 struct_value_regnum member of `struct gdbarch_tdep'.
8541 * m68klinux-tdep.c: Update copyright year.
8542 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
8543 (m68k_linux_extract_struct_value_address): Remove function.
8544 (m68k_linux_init_abi): Don't set extract_return_value,
8545 store_return_values, deprecated_extract_struct_value_address and
8546 use_struct_convention. Call m68k_svr4_init_abi but override the
8547 new struct_value_regnum member of `struct gdbarch_tdep'.
8548 * Makefile.in (m68k-tdep.o): Update dependencies.
8549
8550 2004-05-03 J. Brobecker <brobecker@gnat.com>
8551
8552 * dwarf2read.c (line_header): Add new included_p field in
8553 field file_names.
8554 (partial_die_info): New field has_stmt_list. New field line_offset.
8555 (dwarf2_create_include_psymtab): New function.
8556 (dwarf2_build_include_psymtabs): New function.
8557 (add_file_name): Add forward declaration. Initialize new field.
8558 (dwarf_decode_lines): Add new parameter. Enhance this procedure
8559 to be able to determine the list of files included by the
8560 given unit, and build their associated psymtabs.
8561 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
8562 files as well.
8563 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
8564 (read_file_scope): Update call to dwarf_decode_lines.
8565 (read_partial_die): Handle DW_AT_stmt_list attributes.
8566
8567 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
8568
8569 Unfix PR gdb/1626.
8570 * configure.in: Revert special case for osf5.*.
8571 * configure: Regenerate.
8572
8573 2004-05-02 Jim Blandy <jimb@redhat.com>
8574
8575 Move the symbol-file-from-memory functions into their own file.
8576 * symfile-mem.c, symfile-mem.h: New files.
8577 * symfile.c (symbol_file_add_from_bfd): New function.
8578 (symbol_file_add): Call symbol_file_add_from_bfd.
8579 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
8580 Moved to symfile-mem.c.
8581 (_initialize_symfile): Move definition of
8582 add-symbol-file-from-memory command to symfile-mem.c.
8583 * symfile.h (symbol_file_add_from_bfd): New declaration.
8584 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
8585 * config/powerpc/linux.mt (TDEPFILES): Same.
8586 * Makefile.in (SFILES): Add symfile-mem.c.
8587 (symfile_mem_h): New variable.
8588 (HFILES_NO_SRCDIR): Add symfile-mem.h.
8589 (symfile-mem.o): New rule.
8590
8591 2004-05-01 Andrew Cagney <cagney@redhat.com>
8592
8593 * breakpoint.c (insert_bp_location): Use get_frame_id, and
8594 frame_find_by_id instead of frame_relative_level.
8595 (do_enable_breakpoint): Ditto.
8596 * thread.c: Update copyright.
8597 (info_threads_command): Ditto, simplify.
8598
8599 * frame.c (deprecated_generic_get_saved_register): Delete
8600 function, moved to "xstormy16-tdep.c".
8601 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
8602 deprecated_generic_get_saved_register from "frame.c".
8603 (xstormy16_frame_saved_register): Call
8604 xstormy16_get_saved_register.
8605 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
8606 static.
8607 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
8608 * frame.h (deprecated_generic_get_saved_register): Delete.
8609
8610 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
8611
8612 * dwarfread.c: Update documentation on the state of dwarf-1.
8613
8614 2004-05-01 Andrew Cagney <cagney@redhat.com>
8615
8616 * stack.c (select_frame_command): Delete call to
8617 frame_relative_level.
8618 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
8619 Delete #if0 code.
8620 (frame_info): Do not print FRAMELESS.
8621 (print_block_frame_labels): Replace DEPRECATED_STREQ.
8622 (catch_info): Delete #if0 code.
8623
8624 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
8625 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
8626 of frame_relative_level.
8627 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
8628 to SENTINEL_FRAME.
8629 * frame.h (enum frame_type): Add SENTINEL_FRAME.
8630 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
8631 frame_relative_level.
8632
8633 * frame.h (deprecated_set_frame_type): Delete declaration.
8634 * frame.c (deprecated_set_frame_type): Delete function, update
8635 comments.
8636
8637 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
8638 * gdbarch.h, gdbarch.c: Re-generate.
8639 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
8640 (shnbsd_pc_in_sigtramp): Delete.
8641 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
8642 pc_in_sigtramp.
8643 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
8644 pc_in_sigtramp.
8645 * frame.h: Update comments.
8646 * ppc-linux-tdep.c: Update comments.
8647 * breakpoint.c (bpstat_what): Update comments.
8648
8649 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
8650 m68klinux-tdep.o's dependencies, were previously added to
8651 m68klinux-nat.o.
8652
8653 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
8654 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
8655 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8656 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8657 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8658
8659 * Makefile.in (m68klinux-nat.o): Update dependencies.
8660 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8661 (m68k_linux_sigtramp_frame_cache)
8662 (m68k_linux_sigtramp_frame_this_id)
8663 (m68k_linux_sigtramp_frame_prev_register)
8664 (m68k_linux_sigtramp_frame_unwind)
8665 (m68k_linux_sigtramp_frame_sniffer)
8666 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
8667 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
8668 names, use trad-frame.h.
8669 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
8670 (struct m68k_sigtramp_info): Delete.
8671 * m68k-tdep.c (m68k_sigtramp_frame_cache)
8672 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
8673 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
8674 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
8675 "m68klinux-tdep.c".
8676
8677 * infrun.c (check_sigtramp2): Delete check for
8678 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
8679
8680 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8681
8682 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
8683
8684 2004-05-01 Andrew Cagney <cagney@redhat.com>
8685
8686 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8687 (frv_linux_sigtramp_frame_cache)
8688 (frv_linux_sigtramp_frame_this_id)
8689 (frv_linux_sigtramp_frame_prev_register)
8690 (frv_linux_sigtramp_frame_unwind)
8691 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
8692 include "linux" in function and variable names, directly call
8693 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
8694 the latest trad-frame code.
8695 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
8696 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
8697 * Makefile.in (frv-linux-tdep.o): Update dependencies.
8698 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
8699 * frv-tdep.c (frv_sigtramp_frame_cache)
8700 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8701 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
8702 frv-linux-tdep.c.
8703 (frv_gdbarch_init): Do not append a sigtramp sniffer.
8704 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
8705 (frv_set_sigcontext_reg_addr): Delete function.
8706
8707 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
8708 (DEPRECATED_SIGTRAMP_END): Delete.
8709 * gdbarch.h, gdbarch.c: Re-generate.
8710 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
8711 * config/vax/tm-vaxbsd.h: Update copyright.
8712 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8713 (DEPRECATED_IN_SIGTRAMP): Define.
8714 * config/m68k/tm-nbsd.h: Update copyright.
8715 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8716 (DEPRECATED_IN_SIGTRAMP): Define.
8717
8718 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8719
8720 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
8721 encondings. Fixes PR gdb/1628.
8722
8723 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
8724 DW_CFA_restore state without a matching DW_CFA_remember_state
8725 instead of aborting. Fixes PR backtrace/1589.
8726
8727 2004-04-30 Joel Brobecker <brobecker@gnat.com>
8728
8729 * MAINTAINERS: Add self as AIX maintainer.
8730 Update my e-mail address in write-after-approval section.
8731
8732 2004-04-30 Andrew Cagney <cagney@redhat.com>
8733
8734 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
8735 (legacy_get_prev_frame): Ditto.
8736
8737 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
8738 (mips_gdbarch_init): Do not set pc_in_sigtramp.
8739 * mipsread.c (sigtramp_address): Delete extern variable.
8740 (mipscoff_new_init): Delete reference.
8741 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
8742 (fixup_sigtramp): Delete function.
8743 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
8744 (fixup_sigtramp): Delete declarations.
8745
8746 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
8747 deprecated_pc_in_sigtramp.
8748 (ppcnbsd_pc_in_sigtramp): Delete function.
8749
8750 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8751
8752 * config/m68k/nm-nbsd.h: Tweak comments.
8753 * config/m68k/nm-nbsdaout.h: Likewise.
8754
8755 2004-04-30 Andrew Cagney <cagney@redhat.com>
8756
8757 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
8758 legacy_pc_in_sigtramp.
8759 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
8760
8761 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8762
8763 Add OpenBSD/m68k support.
8764 * NEWS (New native configurations): Mention OpenBSD/m68k.
8765 * m68kbsd-tdep.c: New file.
8766 * m68kbsd-nat.c: New file.
8767 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
8768 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
8769 * configure.host: Add m68k-*-openbsd.
8770 * configure.tgt: Add m68k-*-openbsd.
8771 * config/m68k/tm-obsd.h: New file.
8772 * config/m68k/obsd.mt: New file.
8773 * config/m68k/obsd.mh: New file.
8774 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
8775 m68kbsd-tdep.c.
8776
8777 2004-04-30 Andrew Cagney <cagney@redhat.com>
8778
8779 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
8780 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8781
8782 2004-04-30 Mark Kettenis <kettenis@gnu.org>
8783
8784 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8785 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8786
8787 2004-04-30 Brian Ford <ford@vss.fsi.com>
8788
8789 Revert 2004-04-16 change.
8790 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
8791 (i386_coff_init_abi): Remove.
8792 * i386-tdep.h (i386_coff_init_abi): Remove.
8793 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
8794
8795 2004-04-30 Andrew Cagney <cagney@redhat.com>
8796
8797 * blockframe.c (find_pc_partial_function): Delete use of
8798 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
8799 DEPRECATED_SIGTRAMP_END.
8800
8801 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8802 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8803 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8804 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8805 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8806
8807 * defs.h (deprecated_inside_entry_file): Delete declaration.
8808 * blockframe.c (deprecated_inside_entry_file): Delete function.
8809 (legacy_frame_chain_valid): Delete call.
8810 * sh64-tdep.c (sh64_frame_chain): Delete call.
8811 * objfiles.h: Update comments.
8812 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8813 call.
8814 * frame.c (get_prev_frame): Delete call, update comments.
8815
8816 2004-04-30 Brian Ford <ford@vss.fsi.com>
8817
8818 * MAINTAINERS (Write After Approval): Add myself.
8819
8820 2004-04-30 Andrew Cagney <cagney@redhat.com>
8821
8822 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8823 * gdbarch.h, gdbarch.c: Re-generate.
8824 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8825 code.
8826
8827 2004-04-30 Andrew Cagney <cagney@redhat.com>
8828
8829 * gdb-events.sh (selected_thread_changed)
8830 (selected_frame_level_changed, target_changed): Delete.
8831 * gdb-events.h, gdb-events.c: Re-generate.
8832 * valops.c (value_assign): Update.
8833 * stack.c (select_frame_command, up_silently_base)
8834 (down_silently_base): Update.
8835
8836 2004-04-29 Andrew Cagney <cagney@redhat.com>
8837
8838 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8839 registers correctly.
8840 (print_gp_register_row, mips32_heuristic_proc_desc)
8841 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8842 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8843 references to mips_isa_regsize.
8844
8845 2004-04-29 Andrew Cagney <cagney@redhat.com>
8846
8847 * mips-tdep.c (struct gdbarch_tdep): Delete
8848 mips_fp_register_double.
8849 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8850 mips_abi_regsize.
8851 (mips_gdbarch_init): Do not set mips_fp_register_double.
8852 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8853
8854 2004-04-29 Joel Brobecker <brobecker@gnat.com>
8855
8856 Committed by Andrew Cagney.
8857 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8858 function calls.
8859
8860 2004-04-29 Andrew Cagney <cagney@redhat.com>
8861
8862 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8863 gdbarch, use mips_abi, update callers.
8864 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8865 mips_abi_regsize, update callers.
8866 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8867 mips_default_abi_regsize.
8868 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8869 mips_default_abi_regsize.
8870
8871 2004-04-29 Andrew Cagney <cagney@redhat.com>
8872
8873 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8874 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8875 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8876 mips_default_abi_regsize.
8877 (mips_isa_regsize): Rename mips_regisze.
8878 * mipsnbsd-tdep.c: Update.
8879 * mips-linux-tdep.c: Update.
8880 * irix5-nat.c: Update.
8881 * mips-tdep.h (mips_isa_regsize): Update.
8882
8883 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8884 Delete all disabled code.
8885 * gdb-events.h, gdb-events.c: Re-generate.
8886
8887 2004-04-19 Jerome Guitton <guitton@gnat.com>
8888 Mark Kettenis <kettenis@gnu.org>
8889
8890 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8891 the function begins with a branch instruction.
8892
8893 2004-04-29 Mark Kettenis <kettenis@gnu.org>
8894
8895 * i386-tdep.c: Fix spelling mistakes.
8896
8897 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8898 Andrew Cagney <cagney@redhat.com>
8899
8900 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8901 <sys/proc.h>.
8902 * acconfig.h: Provide default _KMEMUSER value.
8903 * config.in, configure: Re-generate.
8904 * NEWS: Mention fix.
8905
8906 2004-04-24 Randolph Chung <tausq@debian.org>
8907
8908 * configure.host (hppa*-*-linux*): New target.
8909 * configure.tgt (hppa*-*-linux*): Likewise.
8910 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8911 gdbarch_init_osabi() call earlier so that osabi-specific frame
8912 unwinders can be registered first.
8913 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8914 hppa-linux-nat.c.
8915 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8916 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8917 * config/pa/linux.mh: New file.
8918 * config/pa/linux.mt: New file.
8919 * config/pa/nm-linux.h: New file.
8920 * config/pa/xm-linux.h: New file.
8921 * hppa-linux-nat.c: New file.
8922 * hppa-linux-tdep.c: New file.
8923
8924 2004-04-28 Randolph Chung <tausq@debian.org>
8925
8926 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8927 return values.
8928 (hppa32_push_dummy_call): Fix small struct and floating point argument
8929 passing, and make sure the stack frame is properly aligned.
8930
8931 2004-04-28 Andrew Cagney <cagney@redhat.com>
8932
8933 * stack.c (print_stack_frame): Fix description.
8934
8935 * NEWS: Mention gdb/gdbserver/configure execute permission
8936 changed. PR server/519.
8937
8938 2004-04-28 Andrew Cagney <cagney@redhat.com>
8939
8940 * stack.c (print_stack_frame_stub): Delete declaration.
8941 (struct print_stack_frame_args, print_stack_frame)
8942 (print_frame_info, print_frame): Replace "source" with print what.
8943 Replace "print" with "print_level". Replace "args" with
8944 "print_args".
8945 * frame.h (show_and_print_stack_frame, print_stack_frame)
8946 (print_frame_info): Update declarations.
8947 * stack.c (select_and_print_frame, frame_command)
8948 (current_frame_command, up_command, down_command): Update calls -
8949 use get_selected_frame, pass "enum print_what" for source, do not
8950 call frame_relative_level.
8951 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8952 * remote-rdp.c (remote_rdp_open): Ditto.
8953 * remote-mips.c (common_open): Ditto.
8954 * remote-e7000.c (e7000_start_remote): Ditto.
8955 * ocd.c (ocd_start_remote): Ditto.
8956 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8957 * infrun.c (normal_stop): Ditto.
8958 * inflow.c (kill_command): Ditto.
8959 * infcmd.c (finish_command): Ditto.
8960 * corelow.c (core_open): Ditto.
8961 * tracepoint.c (finish_tfind_command): Ditto.
8962 * thread.c (info_threads_command, info_threads_command)
8963 (restore_current_thread, do_captured_thread_select): Ditto.
8964 * ada-tasks.c (task_command): Ditto.
8965
8966 2004-04-26 Orjan Friberg <orjanf@axis.com>
8967
8968 * frame.c: Include "observer.h".
8969 (frame_observer_target_changed): New function.
8970 (_initialize_frame): Attach target_changed observer.
8971 * regcache.c: Include "observer.h".
8972 (regcache_observer_target_changed): New function.
8973 (_initialize_regcache): Attach target_changed observer.
8974 * valops.c: Include "observer.h".
8975 (value_assign): Notify target_changed event when modifying register.
8976 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8977
8978 2004-04-26 Orjan Friberg <orjanf@axis.com>
8979
8980 From Paul Koning <pkoning@equallogic.com>:
8981 * breakpoint.c (free_valchain): New function.
8982 (insert_bp_location, delete_breakpoint): Use free_valchain.
8983 (remove_breakpoint): Do not remove the valchain.
8984 (bpstat_stop_status): If not stopped by watchpoint, skip
8985 watchpoints when generating stop status list.
8986 * infrun.c (handle_inferior_event): Make
8987 stepped_after_stopped_by_watchpoint a global variable.
8988 * remote.c (remote_stopped_data_address): Return watch data
8989 address rather than zero if stepped_after_stopped_by_watchpoint is
8990 set.
8991
8992 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
8993
8994 Fix PR gdb/1626.
8995 * configure.in: Check for curses after termcap.
8996 On osf5.*, do not check for ncurses.
8997 * configure: Regenerate.
8998
8999 2004-04-25 Mark Kettenis <kettenis@gnu.org>
9000
9001 * ppcobsd-nat.c: Include "ppc-tdep.h".
9002 * Makefile.in (ppcobsd-nat.o): Update dependencies.
9003
9004 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
9005 Fixes PR tdep/1623 and PR tdep/1624.
9006
9007 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
9008
9009 * xmodem.h, xmodem.c: Remove files.
9010 * Makefile.in: Remove references to xmodem.h, xmodem.c.
9011
9012 2004-04-23 Randolph Chung <tausq@debian.org>
9013
9014 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
9015 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
9016 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
9017 for handling stackless frames.
9018 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
9019
9020 2004-04-23 Randolph Chung <tausq@debian.org>
9021
9022 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
9023 starts at a pc before the frame is created.
9024
9025 2004-04-23 Joel Brobecker <brobecker@gnat.com>
9026
9027 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
9028
9029 2004-04-23 Jerome Guitton <guitton@gnat.com>
9030
9031 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
9032 use convert_typed_floating to get the appropriate format.
9033
9034 2004-04-22 Randolph Chung <tausq@debian.org>
9035
9036 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
9037 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
9038 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
9039 (hppa_sign_extend): Add prototype.
9040 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
9041 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
9042 (sign_extend): Rename with hppa_ prefix and make non-static. Other
9043 hppa targets will also use these functions.
9044 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
9045 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
9046 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
9047 (hppa_gdbarch_init): Remove gdbarch setting of
9048 skip_trampoline_code, in_solib_call_trampoline and
9049 in_solib_return_trampoline.
9050 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
9051 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
9052 hppa_in_solib_call_trampoline.
9053 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
9054 Moved from hppa-tdep.c.
9055 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
9056 in_solib_call_trampoline and in_solib_return_trampoline.
9057
9058 2004-04-22 Randolph Chung <tausq@debian.org>
9059
9060 * hppa-tdep.c (hppa_debug): New variable.
9061 (find_unwind_entry, hppa_frame_cache): Add debug output.
9062 (_initialize_hppa_tdep): Add command to set debug flag.
9063
9064 2004-04-22 Andrew Cagney <cagney@redhat.com>
9065
9066 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
9067 "trad-frame.h".
9068 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
9069 signal trampoline unwinder.
9070 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
9071
9072 2004-04-22 Mark Kettenis <kettenis@gnu.org>
9073
9074 Add OpenBSD/powerpc support.
9075 * NEWS (New native configurations): Mention OpenBSD/powerpc.
9076 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
9077 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
9078 (ppc_collect_fpregset): New prototypes.
9079 * ppcobsd-nat.c: New file.
9080 * ppcobsd-tdep.c: New file.
9081 * ppcobsd-tdep.h: New file.
9082 * rs6000-tdep.c: Include "regset.h".
9083 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
9084 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
9085 New functions.
9086 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
9087 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
9088 (rs6000-tdep.o): Update dependencies.
9089 * configure.host: Add powerpc-*-openbsd.
9090 * configure.tgt: Add powerpc-*-openbsd.
9091 * config/powerpc/obsd.mh: New file.
9092 * config/powerpc/nm-obsd.h: New file.
9093 * config/powerpc/obsd.mt: New file.
9094
9095 2004-04-22 Andrew Cagney <cagney@redhat.com>
9096
9097 * frame.h (show_frame_info): Delete declaration.
9098
9099 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
9100 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
9101 * m32r-tdep.c (m32r_frame_this_id): Ditto.
9102 * frv-tdep.c (frv_frame_this_id): Ditto.
9103 * avr-tdep.c (avr_frame_this_id): Ditto.
9104
9105 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
9106
9107 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
9108
9109 2004-04-22 Jim Blandy <jimb@redhat.com>
9110
9111 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
9112 register number zero.
9113
9114 2004-04-21 Michael Snyder <msnyder@redhat.com>
9115
9116 * mips-tdep.c (heuristic_proc_start):
9117 Warning() already prefixes "Warning: ".
9118
9119 2004-04-21 Andrew Cagney <cagney@redhat.com>
9120
9121 * annotate.h (deprecated_annotate_starting_hook)
9122 (deprecated_annotate_stopped_hook)
9123 (deprecated_annotate_exited_hook)
9124 (deprecated_annotate_signal_hook)
9125 (deprecated_annotate_signalled_hook): Deprecate.
9126 * tracepoint.h (deprecated_create_tracepoint_hook)
9127 (deprecated_delete_tracepoint_hook)
9128 (deprecated_modify_tracepoint_hook)
9129 (deprecated_trace_find_hook)
9130 (deprecated_trace_start_stop_hook): Deprecate.
9131 * target.h (deprecated_target_new_objfile_hook): Deprecate.
9132 * remote.h (deprecated_target_resume_hook)
9133 (deprecated_target_wait_loop_hook): Deprecate.
9134 * gdbcore.h (deprecated_exec_file_display_hook)
9135 (deprecated_file_changed_hook): Deprecate.
9136 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
9137 * defs.h (deprecated_modify_breakpoint_hook)
9138 (deprecated_command_loop_hook, deprecated_show_load_progress)
9139 (deprecated_print_frame_info_listing_hook)
9140 (deprecated_query_hook, deprecated_warning_hook)
9141 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
9142 (deprecated_delete_breakpoint_hook)
9143 (deprecated_interactive_hook, deprecated_registers_changed_hook)
9144 (deprecated_readline_begin_hook, deprecated_readline_hook)
9145 (deprecated_readline_end_hook, deprecated_register_changed_hook)
9146 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
9147 (deprecated_context_hook, deprecated_target_wait_hook)
9148 (deprecated_attach_hook, deprecated_detach_hook)
9149 (deprecated_call_command_hook, deprecated_set_hook)
9150 (deprecated_error_hook, deprecated_error_begin_hook)
9151 (deprecated_ui_load_progress_hook): Deprecate.
9152 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
9153 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
9154 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
9155 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
9156 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
9157 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
9158 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
9159 * annotate.c, aix-thread.c: Update.
9160
9161 2004-04-21 Andrew Cagney <cagney@redhat.com>
9162
9163 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
9164 * vaxnbsd-tdep.c: Include "gdb_string.h".
9165
9166 * symfile.c (symbol_file_add_from_memory): #if 0 function.
9167 (add_symbol_file_from_memory_command): #if 0 function body, call
9168 error instead.
9169
9170 2004-04-21 Andrew Cagney <cagney@redhat.com>
9171
9172 * gdbcore.h: Update copyright.
9173 (deprecated_add_core_fns): Rename add_core_fns.
9174 * win32-nat.c (_initialize_core_win32): Update.
9175 * sun3-nat.c (_initialize_core_sun3): Update.
9176 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
9177 * rs6000-nat.c (_initialize_core_rs6000): Update.
9178 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
9179 * nto-tdep.c (_initialize_nto_tdep): Update.
9180 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
9181 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
9182 * mips-nat.c (_initialize_core_mips): Update.
9183 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9184 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
9185 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
9186 * lynx-nat.c (_initialize_core_lynx): Update.
9187 * irix5-nat.c (_initialize_core_irix5): Update.
9188 * i386-interix-nat.c (_initialize_core_interix): Update.
9189 * cris-tdep.c (_initialize_cris_tdep): Update.
9190 * corelow.c (deprecated_add_core_fns): Update.
9191 * core-regset.c (_initialize_core_regset): Update.
9192 * core-aout.c (_initialize_core_aout): Update.
9193 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
9194 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
9195 * alpha-nat.c (_initialize_core_alpha): Update.
9196
9197 2004-04-21 Jim Blandy <jimb@redhat.com>
9198
9199 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
9200
9201 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
9202
9203 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
9204 Delete.
9205 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
9206 (read_attribute_value): Update calls to dwarf_alloc_block.
9207 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
9208 dwarf2_tmp_obstack.
9209 (psymtab_to_symtab_1): Likewise. Clean up using
9210 free_stack_comp_unit.
9211 (add_to_cu_func_list): Use the comp_unit_obstack.
9212
9213 2004-04-19 Joel Brobecker <brobecker@gnat.com>
9214
9215 * dwarf2read.c (dwarf2_flag_true_p): New function.
9216 (die_is_declaration): Use the function above. Add some comments.
9217
9218 2004-04-19 Mark Kettenis <kettenis@gnu.org>
9219
9220 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
9221 architecture when registering sparcnbsd_core_osabi_sniffer.
9222 Adjust comment.
9223
9224 2004-04-18 Mark Kettenis <kettenis@gnu.org>
9225
9226 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
9227 return value.
9228
9229 Based on a patch from Brian Ford <ford@vss.fsi.com>:
9230 * i386-tdep.c: Correct register numbering scheme comments
9231 throughout.
9232 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
9233 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
9234 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
9235 (i386_gdb_arch_init): Likewise.
9236
9237 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
9238 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
9239 ppcnbsd-tdep.o.
9240
9241 * m68k-tdep.h: Tweak comments.
9242 * m68k-tdep.c: Tweak comment.
9243
9244 2004-04-17 Randolph Chung <tausq@debian.org>
9245
9246 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
9247 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
9248 (hppa_hpux_som_init_abi): Set is_elf to 0.
9249 (hppa_hpux_elf_init_abi): Set is_elf to 1.
9250 * hppa-tdep.c (low_text_segment_address): Remove global.
9251 (record_text_segment_lowaddr): Pass in low address as parameter. Use
9252 section offset to calculate segment address.
9253 (internalize_unwinds): Define low_text_segment_address as local and
9254 pass to record_text_segment_lowaddr for ELF targets.
9255 (hppa_gdbarch_init): Zero fill tdep structure.
9256 (hppa_dump_tdep): Print tdep structure.
9257 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
9258
9259 2004-04-17 Randolph Chung <tausq@debian.org>
9260
9261 * hppa-tdep.c (hppa_pseudo_register_read): Define.
9262 (hppa_gdbarch_init): Set pseudo_register_read.
9263 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
9264 * regcache.c (supply_register): Remove check for
9265 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
9266
9267 2004-04-17 Randolph Chung <tausq@debian.org>
9268
9269 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
9270 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
9271 (hpread_adjust_stack_address): Move to hpread.c.
9272 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9273 obj_private_struct): Move from tm-hppa.h.
9274 * hpread.c (hppa-tdep.h): Include.
9275 (hpread_adjust_stack_address): Move from hppa-tdep.c.
9276 (hpread_read_function_type, hpread_read_doc_function_type)
9277 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
9278 directly.
9279 * pa64solib.c (hppa-tdep.h): Include.
9280 * somsolib.c (hppa-tdep.h): Include.
9281 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
9282 inferior_status): Remove unused forward declarations.
9283 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
9284 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9285 obj_private_struct): Move to hppa-tdep.h.
9286 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
9287
9288 2004-04-17 Randolph Chung <tausq@debian.org>
9289
9290 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
9291 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
9292 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
9293 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
9294 Remove forward declaration and make static.
9295 (hppa_reg_struct_has_addr): Remove.
9296
9297 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9298
9299 * observer.sh: Move comments in sed command to first column.
9300
9301 2004-04-16 Jason Molenda (jmolenda@apple.com)
9302
9303 * frame.c: Minor typeo corrections in comments.
9304
9305 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9306
9307 * observer.c (observer_test_first_notification_function): Update
9308 function profile.
9309 (observer_test_second_notification_function): Likewise.
9310 (observer_test_third_notification_function): Likewise.
9311
9312 2004-04-16 Mark Kettenis <kettenis@gnu.org>
9313
9314 From Brian Ford <ford@vss.fsi.com>:
9315 * i386-tdep.c (i386_coff_init_abi): New function.
9316 * i386-tdep.h (i386_coff_init_abi): New prototype.
9317 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
9318 register number translation functions for DWARF and DWARF 2.
9319
9320 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9321
9322 * dwarf2read.c: Back out my previous change, it was incorrect.
9323
9324 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
9325
9326 * dwarf2read.c: Include "hashtab.h".
9327 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
9328 has_namespace_info.
9329 (struct partial_die_info): Add comments. Use bitfields to reduce
9330 memory footprint. Add scope, scope_set, has_specification,
9331 spec_offset, die_parent, die_child, and die_sibling.
9332 (peek_die_abbrev): Add prototype.
9333 (partial_read_comp_unit_head): New function, broken out from
9334 dwarf2_build_psymtabs_hard.
9335 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
9336 Use partial_read_comp_unit_head. Initialize the CU and
9337 comp_unit_obstack. Update calls to read_partial_die and
9338 scan_partial_symbols. Use free_stack_comp_unit and
9339 load_partial_dies.
9340 (scan_partial_symbols): Change PDI to a pointer. Use the child and
9341 sibling pointers to walk partial DIEs. Call fixup_partial_die.
9342 Update calls to helper functions. Remove NAMESPACE argument.
9343 Update comments.
9344 (partial_die_parent_scope, partial_die_full_name): New functions.
9345 (add_partial_symbol): Remove namespace argument. Update call to
9346 pdi_needs_namespace. Use partial_die_full_name. Handle
9347 DW_TAG_namespace. Check has_namespace_info flag.
9348 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
9349 tag. Handle namespaces.
9350 (add_partial_namespace, add_partial_enumeration): Simplify.
9351 (guess_structure_name): New function, derived from
9352 add_partial_structure.
9353 (add_partial_structure): Remove.
9354 (determine_class_name): Update comment.
9355 (dwarf2_read_abbrevs): Set has_namespace_info flag.
9356 (is_type_tag_for_partial, load_partial_dies): New functions.
9357 (read_partial_die): Pass abbrev and abbrev_len as arguments.
9358 Record specifications instead of following them immediately.
9359 (find_partial_die_in_comp_unit, find_partial_die)
9360 (fixup_partial_die, free_stack_comp_unit)
9361 (hashtab_obstack_allocate, dummy_obstack_deallocate)
9362 (partial_die_hash, partial_die_eq): New functions.
9363 * Makefile.in (hashtab_h): Define.
9364 (dwarf2read.o): Update dependencies.
9365 (observer_inc, observer_h): Move to the correct section.
9366
9367 2004-04-15 Joel Brobecker <brobecker@gnat.com>
9368
9369 * dwarf2read.c (dwarf2_attribute_true_p): New function.
9370 (die_is_declaration): Use the function above. Add comment.
9371
9372 2004-04-15 Joel Brobecker <brobecker@gnat.com>
9373
9374 * dwarf2read.c (read_structure_scope): Identify stub types
9375 using die_is_declaration() only.
9376
9377 2004-04-15 Roland McGrath <roland@redhat.com>
9378
9379 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
9380 argument instead of NAME.
9381 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
9382 in call to symbol_file_add_with_addrs_or_offsets.
9383 (build_addr_info): New function, helper for ...
9384 (symbol_file_add_from_memory): New function.
9385 (add_symbol_file_from_memory_command): New function using that.
9386 (_initialize_symfile): Register it for add-symbol-file-from-memory.
9387 (pre_add_symbol_hook): Add const to argument type.
9388 * symfile.h (symbol_file_add_from_memory): Declare it.
9389
9390 2004-04-15 Mark Kettenis <kettenis@gnu.org>
9391
9392 * NEWS (New native configurations): Mention OpenBSD/vax.
9393 * configure.host: Add vax-*-openbsd*.
9394 * config/vax/obsd.mh: New file.
9395 * config/vax/nm-obsd.h: New file.
9396
9397 * vax-tdep.c: Include "regset.h".
9398 (vax_supply_gregset): New function.
9399 (vax_gregset): New variable.
9400 (vax_regset_from_core_section): New function.
9401 (vax_gdbarch_init): Set regset_from_core_section.
9402 * Makefile.in (vax-tdep.o): Update dependencies.
9403
9404 2004-04-15 Andrew Cagney <cagney@redhat.com>
9405
9406 * observer.c (normal_stop_subject, observer_notify_normal_stop)
9407 (observer_normal_stop_notification_stub)
9408 (observer_attach_normal_stop, observer_detach_normal_stop):
9409 Delete, replaced by #include "observer.inc".
9410 * infrun.c (normal_stop): Pass "stop_bpstat" to
9411 observer_notify_normal_stop.
9412 * Makefile.in (observer_inc): Define.
9413 (observer.o): Update dependencies.
9414 (observer.h, observer.inc): New rules.
9415 * observer.h: Delete file.
9416 * observer.sh: New file.
9417
9418 2004-04-15 Mark Kettenis <kettenis@gnu.org>
9419
9420 * vax-tdep.c (vax_frame_cache): Fix typo.
9421
9422 2004-04-14 Mark Kettenis <kettenis@gnu.org>
9423
9424 * NEWS (New native configurations): Mention NetBSD/vax.
9425 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
9426 * config/vax/nbsdelf.mh: New file.
9427 * config/vax/nbsdaout.mh: New file.
9428 * config/vax/nm-nbsd.h: New file.
9429 * config/vax/nm-nbsdaout.h: New file.
9430
9431 * vaxnbsd-tdep.c: New file.
9432 * Makefile.in (vaxnbsd-tdep.o): New dependency.
9433 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
9434 * config/vax/nbsd.mt: New file.
9435 * config/vax/tm-nbsd.h: New file.
9436
9437 * Makefile.in (vaxbsd-nat.o): New dependency.
9438
9439 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
9440 * vax-tdep.c (vax_store_arguments): Remove struct_return and
9441 struct_addr arguments. Don't push return value address.
9442 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
9443 arguments to vax_store_arguments. Store return value address in
9444 R1.
9445 (vax_store_struct_return, vax_extract_return_value)
9446 (vax_store_return_value): Remove functions.
9447 (vax_return_value): New function.
9448 (vax_gdbarch_init): Set return value. Don't set
9449 deprecated_store_struct_return, deprecated_extract_struct_return
9450 and deprecated_store_return_value.
9451
9452 2004-04-14 Andreas Schwab <schwab@suse.de>
9453
9454 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
9455 value buffer.
9456 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
9457
9458 2004-04-14 Mark Kettenis <kettenis@gnu.org>
9459
9460 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
9461 (vax_unwind_dummy_id): New functions.
9462 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
9463 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
9464 variables.
9465 (vax_fix_call_dummy): Remove function.
9466 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
9467 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
9468 call_dummy_location, deprecated_call_dummy_words,
9469 deprecated_sizeof_call_dummy_words,
9470 deprecated_call_dummy_breakpoint_offset,
9471 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
9472 and deprecated_dummy_write_sp.
9473
9474 2004-04-13 David Carlton <carlton@kealia.com>
9475
9476 * MAINTAINERS: Move myself to "paper trail" section.
9477
9478 2004-04-12 Mark Kettenis <kettenis@gnu.org>
9479
9480 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
9481 "trad-frame.h".
9482 (vax_frame_init_saved_regs): Remove function.
9483 (vax_sigtramp_saved_pc): Remove function.
9484 (vax_frame_saved_pc): Remove function.
9485 (vax_frame_args_address): Remove function.
9486 (vax_frame_num_args): Rewrite.
9487 (vax_frame_chain): Remove function.
9488 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
9489 VAX_FP_REGNUM.
9490 (vax_pop_frame): Likewise.
9491 (vax_saved_pc_after_call): Remove function.
9492 (struct vax_frame_cache): New structure.
9493 (vax_frame_cache): New function.
9494 (vax_frame_this_id): New function.
9495 (vax_frame_prev_register): New function.
9496 (vax_frame_unwind): New variable.
9497 (vax_frame_sniffer): New function.
9498 (vax_frame_base_address): New function.
9499 (vax_frame_args_address): New function.
9500 (vax_frame_base): New variable.
9501 (vax_unwind_pc): New function.
9502 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
9503 deprecated_fp_regnum, deprecated_saved_pc_after_call,
9504 deprecated_frame_chain, deprecated_frame_saved_pc,
9505 deprecated_frame_args_address and
9506 deprecated_frame_init_saved_regs.
9507 * Makefile.in (vax-tdep.o): Update dependencies.
9508
9509 * vaxbsd-nat.c: New file.
9510
9511 * vax-tdep.h: Update copyright year. Adjust comments.
9512 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
9513 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
9514 (vax_regnum): New enum. Replacing...
9515 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
9516 (VAX_PS_REGNUM): ... these removed macros.
9517 * vax-tdep.c (vax_register_name): Remove prototype.
9518 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
9519 (vax_register_byte, vax_register_raw_size,
9520 vax_register_virtual_size, vax_register_virtual_type): Remove
9521 functions.
9522 (vax_register_type): New function.
9523 (vax_breakpoint_from_pc): Reorganize.
9524 (vax_gdbarch_init): Set register_type. Don't set
9525 deprecated_register_size, deprecated_register_bytes,
9526 deprecated_register_byte, deprecated_register_raw_size,
9527 deprecated_max_register_raw_size,
9528 deprecated_register_virtual_size,
9529 deprecated_max_register_virtual_size and
9530 deprecated_register_virtual_type. Add comment on stack direction.
9531
9532 2004-04-11 Mark Kettenis <kettenis@gnu.org>
9533
9534 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
9535 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
9536 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
9537
9538 2004-04-10 Randolph Chung <tausq@debian.org>
9539
9540 * MAINTAINERS (write after approval): Add myself.
9541
9542 2004-04-07 Randolph Chung <tausq@debian.org>
9543
9544 * hppa-tdep.c (hppa_inner_than): Remove.
9545 (is_pa_2): Remove unused static variable.
9546 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
9547
9548 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
9549
9550 * language.h (language_defn): Add new la_post_parser field.
9551 * parser-defs.h (null_post_parser): New declaration (default for
9552 la_post_parser).
9553
9554 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
9555 insert call to that function.
9556 (parse_exp_in_context): New function, including code formerly in
9557 parse_exp_1. Calls language-dependent post-parser after
9558 prefixification.
9559 (parse_expression_in_context): New exported function.
9560 (null_post_parser): New definition.
9561 * expression.h (parse_expression_in_context): Add declaration.
9562
9563 * p-lang.c (pascal_language_defn): Add trivial post-parser.
9564 * c-lang.c (c_language_defn): Ditto.
9565 (cplus_language_defn): Ditto.
9566 (asm_language_defn): Ditto.
9567 (minimal_language_defn): Ditto.
9568 * f-lang.c (f_language_defn): Ditto.
9569 * jv-lang.c (java_language_defn): Ditto.
9570 * language.c (unknown_language_defn): Ditto.
9571 (auto_language_defn): Ditto.
9572 (local_language_defn): Ditto.
9573 * m2-lang.c (m2_language_defn): Ditto.
9574 * scm-lang.c (scm_language_defn): Ditto.
9575 * obj-lang.c (objc_language_defn): Ditto.
9576
9577 2004-04-10 Mark Kettenis <kettenis@gnu.org>
9578
9579 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
9580 (amd64nbsd_mcontext_addr): New function.
9581 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
9582 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
9583 with amd64nbsd_r_reg_offset, instead of building it on the fly.
9584
9585 * corelow.c (core_xfer_partial): Fix coding standards violation.
9586 Add support for TARGET_OBJECT_WCOOKIE.
9587
9588 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
9589 deprecated_pc_in_sigtramp.
9590 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
9591 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
9592 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
9593 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
9594 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
9595 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
9596 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
9597
9598 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
9599 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
9600 Fix typo.
9601
9602 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
9603 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
9604 (amd64_collect_fxsave): Likewise.
9605
9606 * i386-sol2-tdep.c: Include "gdb_string.h".
9607 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
9608 name.
9609 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9610
9611 2004-04-10 Mark Kettenis <kettenis@gnu.org>
9612
9613 * i386-sol2-tdep.c: Include "solib-svr4.h".
9614 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9615 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9616 * config/i386/tm-i386sol2.h: Include :solib.h".
9617 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
9618 solib-svr4.o and solib-legacy.o.
9619 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
9620 solib-svr4.o.
9621
9622 2004-04-09 Mark Kettenis <kettenis@gnu.org>
9623
9624 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
9625 whether a register is supplied by PTRACE_GETFPREGS.
9626 (store_inferior_registers): Likewise.
9627 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
9628 whether a register is supplied by PT_GETFPREGS.
9629 (store_inferior_registers): Likewise.
9630
9631 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
9632 * config/i386/linux64.mt (TDEPFILES): Likewise.
9633
9634 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
9635
9636 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
9637 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9638 the program counter is in the range specified by `struct
9639 gdbarch_tdep'.
9640 * amd64-linux-tdep.c: Include "symtab.h".
9641 (amd64_linux_pc_in_sigtramp): Remove function.
9642 (amd64_linux_sigtramp_p): New function.
9643 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9644 deprecated_pc_in_sigtramp.
9645 * amd64nbsd-tdep.c: Include "symtab.h".
9646 (amd64nbsd_sigtramp_p): New function.
9647 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9648 deprecated_pc_in_sigtramp.
9649 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
9650 few comments.
9651 (amd64obsd_pc_in_sigtramp): Remove function.
9652 (amd64obsd_sigtramp_p): New function.
9653 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9654 deprecated_pc_in_sigtramp.
9655 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
9656 (i386bsd_pc_ins_sigtramp): Remove prototype.
9657 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
9658 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
9659 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9660 the program counter is in the range specified by `struct
9661 gdbarch_tdep'.
9662 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
9663 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
9664 (i386_go32_pc_in_sigtramp): Remove function.
9665 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
9666 Initialize TDEP->sigtramp_p.
9667 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
9668 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
9669 deprecated_pc_in_sigtramp.
9670 * i386-linux-tdep.c: Adjust comments.
9671 (i386_linux_pc_in_sigtramp): Remove function.
9672 (i386_linux_sigtramp_p): New function.
9673 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9674 deprecated_pc_in_sigtramp.
9675 * i386-nto-tdep.c: Update copyright year.
9676 (i386nto_pc_in_sigtramp): Remove function.
9677 (i386nto_sigtramp_p): New function.
9678 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
9679 SP_REGNUM.
9680 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
9681 deprecated_pc_in_sigtramp.
9682 * i386-sol2-tdep.c: Update copyright year.
9683 (i386_sol2_pc_in_sigtramp): Remove function.
9684 (i386_sol2_sigtramp_p): New function.
9685 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
9686 deprecated_pc_in_sigtramp.
9687 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
9688 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
9689 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9690 deprecated_sigtramp_start and deprecated_sigtramp_end.
9691 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
9692 (i386nbsd_pc_in_sigtramp): Remove function.
9693 (i386nbsd_sigtramp_p): New function.
9694 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9695 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9696 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
9697 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
9698 (i386obsd_pc_in_sigtramp): Remove function.
9699 (i386obsd_sigtramp_p): New function.
9700 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
9701 functions.
9702 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9703 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9704 TDEP->sigtramp_p.
9705 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
9706 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
9707 dependencies.
9708
9709 * config/i386/i386aout.mt: Remove file.
9710
9711 * configure.tgt: Remove i[34567]86-*-go32*,
9712 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
9713 and i[34567]86-*-isc*. Set gdb_target to i386 for
9714 i[34567]86-*-netware* and i[34567]86-*-*.
9715 * config/i386/i386.mt: New file.
9716 * config/i386/embed.mt: Remove file.
9717 * config/i386/go32.mt: Remove file.
9718 * config/i386/i386nw.mt: Remove file.
9719 * config/i386/i386v.mt: Remove file.
9720 * config/i386/tm-go32.h: Remove file.
9721
9722 * tui/tui-hooks.c: Include "readline/readline.h" after
9723 "gdb_curses.h" instead of before.
9724 * tui/tui-io.c: Likewise.
9725
9726 * tui/tui.c: Fix typo in comment.
9727
9728 * sparc64-tdep.c (sparc_address_from_register): Remove function.
9729
9730 2004-04-08 Andrew Cagney <cagney@redhat.com>
9731
9732 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
9733 (deprecated_exception_support_initialized): Declare.
9734 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
9735 (initialize_hp_cxx_exception_support)
9736 (child_enable_exception_callback): Update.
9737 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
9738 (deprecated_exception_support_initialized): Rename
9739 deprecated_exception_catchpoints_are_fragile and
9740 deprecated_exception_support_initialized.
9741 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
9742
9743 * symtab.c (deprecated_hp_som_som_object_present): Rename
9744 hp_som_som_object_present.
9745 * symtab.h (deprecated_hp_som_som_object_present): Declare.
9746 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
9747 Update. Delete extern declaration.
9748 * valops.c (hp_som_som_object_present): Ditto.
9749 * parse.c (deprecated_hp_som_som_object_present)
9750 (parse_nested_classes_for_hpacc): Ditto.
9751 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
9752 * hppa-hpux-tdep.c (hp_som_som_object_present)
9753 (initialize_hp_cxx_exception_support): Ditto.
9754 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
9755 * cp-valprint.c (hp_som_som_object_present)
9756 (cp_print_class_method): Ditto.
9757 * c-typeprint.c (hp_som_som_object_present):
9758 (c_type_print_base): Ditto.
9759 * c-exp.y (hp_som_som_object_present): Ditto.
9760
9761 2004-04-08 Andrew Cagney <cagney@redhat.com>
9762
9763 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
9764 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
9765 (frame_unwind_find_by_frame): Re-implement the unwind code so
9766 that it can both prepend and append sniffers. Replace
9767 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
9768 * tramp-frame.c (tramp_frame_append): Use
9769 frame_unwind_prepend_unwinder.
9770 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
9771 frame_unwind_register_unwinder.
9772 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
9773 tramp_frame_append.
9774 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
9775 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
9776 (mips_linux_init_abi): Update.
9777
9778 2004-04-08 Kevin Buettner <kevinb@redhat.com>
9779
9780 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9781 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
9782 file support.
9783
9784 2004-04-07 Kevin Buettner <kevinb@redhat.com>
9785
9786 * ia64-tdep.c (elf.h): Don't include.
9787 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9788
9789 2004-04-07 Jason Molenda (jmolenda@apple.com)
9790
9791 * frame.h: Typeo corrections in comments.
9792
9793 2004-04-07 Jim Blandy <jimb@redhat.com>
9794
9795 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
9796 %esp and %ebp
9797
9798 2004-04-07 Mark Kettenis <kettenis@gnu.org>
9799
9800 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9801 * config/sparc/linux64.mt (TDEPFILES): Likewise.
9802 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9803 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9804 and solib-legacy.o.
9805 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9806 solib-svr4.o.
9807 * config/sparc/tm-sol2.h: Update copyright year. Include
9808 "solib.h".
9809
9810 * sparc-sol2-tdep.c: Update copyright year. Include
9811 "solib-svr4.h".
9812 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9813 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9814 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9815 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
9816 dependencies.
9817
9818 2004-04-06 Andrew Cagney <cagney@redhat.com>
9819
9820 * infttrace.c: Include "infttrace.h".
9821 * infttrace.h: Include "target.h".
9822 * Makefile.in (infttrace_h): Update.
9823 (infttrace.o): Update.
9824
9825 2004-04-06 Andrew Cagney <cagney@redhat.com>
9826
9827 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9828 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9829 move extern declarations from here ...
9830 * infttrace.h: ... to here.
9831 * Makefile.in (hppah-nat.o): Update dependencies.
9832
9833 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9834 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
9835 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
9836 (hppa_breakpoint_from_pc): Delete.
9837
9838 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9839
9840 2004-04-05 Andrew Cagney <cagney@redhat.com>
9841
9842 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9843 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9844 <sys/file.h>.
9845
9846 2004-04-06 Randolph Chung <tausq@debian.org>
9847
9848 Committed by Andrew Cagney (mechanical change).
9849 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9850 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9851 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9852 child_enable_exception_callback, current_ex_event,
9853 null_symtab_and_line, child_get_current_exception_event,
9854 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9855 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9856 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9857 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9858 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9859 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9860 Move hpux-specific definitions ...
9861 * hppa-hpux-tdep.c: ... to here.
9862
9863 2004-04-05 Andrew Cagney <cagney@redhat.com>
9864
9865 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9866 skip_prologue_using_sal.
9867
9868 2004-04-05 Andrew Cagney <cagney@redhat.com>
9869
9870 * config/i386/tm-i386.h: Delete file.
9871 * config/i386/tm-vxworks.h: Update copyright, do not include
9872 "tm-i386.h".
9873 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9874 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9875 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9876 * config/i386/ncr3000.mt (TM_FILE): Delete.
9877 * config/i386/interix.mt (TM_FILE): Delete.
9878 * config/i386/i386v.mt (TM_FILE): Delete.
9879 * config/i386/i386nw.mt (TM_FILE): Delete.
9880 * config/i386/i386gnu.mt (TM_FILE): Delete.
9881 * config/i386/i386aout.mt (TM_FILE): Delete.
9882 * config/i386/embed.mt (TM_FILE): Delete.
9883
9884 2004-04-05 Kevin Buettner <kevinb@redhat.com>
9885
9886 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9887 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9888 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9889 (accg7_regnum): New constants.
9890 (last_spr_regnum, last_pseudo_regnum): Update.
9891 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9892 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
9893 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9894 for accg registers.
9895 (frv_register_sim_regno): Update spr_map[].
9896
9897 2004-04-04 Andrew Cagney <cagney@redhat.com>
9898
9899 * config/mips/xm-riscos.h: Delete.
9900 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9901 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9902 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9903 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9904 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9905 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9906 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9907 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9908 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9909 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9910 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9911 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9912 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9913 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9914 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9915 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9916 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9917 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9918 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9919 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9920 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9921 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9922 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9923 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9924 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9925 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
9926
9927 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9928 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9929 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9930 * configure.host: Remove m680[01]0-sun-sunos3*,
9931 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9932 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9933 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9934 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9935 mips-*-riscos*.
9936 * NEWS: Mention removed systems.
9937
9938 2004-04-04 Andrew Cagney <cagney@redhat.com>
9939
9940 GDB 6.1 release created from 6.1 branch.
9941
9942 2004-04-04 Andrew Cagney <cagney@redhat.com>
9943
9944 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9945 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9946 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9947
9948 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9949 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9950 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9951
9952 2004-04-03 Jim Blandy <jimb@redhat.com>
9953
9954 * MAINTAINERS: Chris Faylor has changed employers; add him to
9955 "paper trail" section, and update his E-mail address.
9956
9957 2004-04-03 Andrew Cagney <cagney@redhat.com>
9958
9959 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9960 generic dummy frames.
9961 * dummy-frame.c: Update copyright.
9962 (dummy_frame_sniffer): Delete check for generic dummy frames.
9963
9964 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
9965 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
9966 (REG_PARM_STACK_SPACE): Delete.
9967 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9968 Inline reference to REG_PARM_STACK_SPACE.
9969
9970 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9971 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9972 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9973 (FRAME_BASE_BEFORE_SIGTRAMP)
9974 (hppa32_hpux_frame_base_before_sigtramp)
9975 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9976 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9977 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9978 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9979 (FRAME_BASE_BEFORE_SIGTRAMP)
9980 (hppa64_hpux_frame_base_before_sigtramp)
9981 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9982
9983 2004-04-03 Andrew Cagney <cagney@redhat.com>
9984
9985 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9986
9987 2004-04-02 Andrew Cagney <cagney@redhat.com>
9988
9989 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9990 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9991 * dummy-frame.h: Delete out-of-date comments.
9992 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9993 * gdbarch.h, gdbarch.c: Re-generate.
9994
9995 2004-04-02 Joel Brobecker <brobecker@gnat.com>
9996
9997 Committed by Andrew Cagney <cagney@redhat.com>.
9998 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9999 into account an instruction saving a register if we have already
10000 seen an earlier instruction saving that same register.
10001
10002 2004-04-02 Andrew Cagney <cagney@redhat.com>
10003
10004 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
10005 * gdbarch.h, gdbarch.c: Re-generate.
10006 * frame.c (legacy_get_prev_frame): Delete references to
10007 DEPRECATED_INIT_FRAME_PC_FIRST.
10008
10009 * infrun.c (pc_in_sigtramp): Delete function.
10010 (check_sigtramp2): Inline call to pc_in_sigtramp, use
10011 get_frame_type.
10012
10013 2004-04-02 Andrew Cagney <cagney@redhat.com>
10014
10015 * infrun.c (handle_step_into_function): Delete code conditional on
10016 legacy_frame_p.
10017 (handle_inferior_event, step_over_function): Ditto.
10018
10019 2004-04-02 Andrew Cagney <cagney@redhat.com>
10020
10021 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
10022 "previous frame inner to this frame" test.
10023
10024 2004-04-02 Andrew Cagney <cagney@redhat.com>
10025
10026 * frame.c (safe_frame_unwind_memory): New function.
10027 * frame.h (safe_frame_unwind_memory): Declare. Update description
10028 of /safe_/ methods.
10029 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
10030 "next_frame". Use safe_frame_unwind_memory.
10031 (tramp_frame_sniffer): Update call to tramp_frame_start.
10032
10033 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
10034
10035 * dwarf2read.c (dwarf2_objfile_data_key): New.
10036 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
10037 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
10038 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
10039 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
10040 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
10041 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
10042 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
10043 Remove variables.
10044 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
10045 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
10046 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
10047 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
10048 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
10049 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
10050 Remove macros.
10051 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
10052 data.
10053 (dwarf2_locate_sections, dwarf2_build_psymtabs)
10054 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
10055 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
10056 (read_partial_die, read_full_die, read_indirect_string)
10057 (dwarf_decode_line_header, dwarf_decode_macros)
10058 (dwarf2_symbol_mark_computed): Remove use of removed macros.
10059 Update uses of removed variables.
10060 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
10061 of removed macros.
10062 (_initialize_dwarf2_read): New function.
10063 * symfile.h (dwarf2_has_info): Update prototype.
10064 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
10065 * elfread.c (elf_symfile_read): Likewise.
10066
10067 2004-04-01 Jim Blandy <jimb@redhat.com>
10068
10069 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
10070 function for register numbers on all the rs6000-derived targets.
10071 (rs6000_gdbarch_init): Don't register a separate
10072 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
10073 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
10074 variants.
10075
10076 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
10077 numbering.
10078
10079 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
10080
10081 * valarith.c: Update copyright notice.
10082 (value_add): Handle range types.
10083 (value_sub): Ditto.
10084 (value_equal): Ditto.
10085 (value_less): Ditto.
10086 (value_neg): Ditto.
10087 (value_complement): Ditto.
10088 (value_binop): Simplify slightly by using is_integral_type and
10089 eliminiating unnecessary COERCE_ENUMs.
10090
10091 2004-03-31 Andrew Cagney <cagney@redhat.com>
10092
10093 * frame.h (frame_unwind_id): Declare.
10094 * frame.c (frame_unwind_id): New function.
10095 (get_prev_frame_1): New function.
10096 (frame_debug_got_null_frame): New function.
10097 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
10098 code proper to prev_frame, update description.
10099 * infrun.c (step_over_function): Use frame_unwind_id.
10100
10101 2004-04-31 J. Brobecker <brobecker@gnat.com>
10102
10103 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
10104 (hppa64_push_dummy_call): Likewise.
10105
10106 2004-03-30 Jim Blandy <jimb@redhat.com>
10107
10108 From Ulrich Weigand:
10109 * utils.c (query): Do not use a va_list variable multiple times.
10110
10111 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
10112
10113 * Makefile.in (linux_nat_h): Update dependencies.
10114 * configure.in: Check for <gnu/libc-version.h>.
10115 * configure: Regenerate.
10116 * config.in: Regenerate.
10117 * linux-nat.h: Include "target.h". Add waitstatus field to
10118 struct lwp_info.
10119 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
10120 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
10121 to.
10122 (lin_lwp_handle_extended): New function. Handle clone events.
10123 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
10124 thread exit events.
10125 (child_wait): Handle clone events.
10126 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
10127 * linux-nat.c (linux_enable_event_reporting): Turn on
10128 PTRACE_O_TRACECLONE.
10129 (linux_handle_extended_wait): Handle clone events.
10130 * thread-db.c: Include <gnu/libc-version.h>.
10131 (struct private_thread_info): Add dying flag.
10132 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
10133 higher.
10134 (attach_thread): Update comments. Handle dying threads.
10135 (detach_thread): Set the dying flag.
10136 (check_event): Always call attach_thread.
10137
10138 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
10139
10140 * mips-tdep.c (mips_pdr_data): New.
10141 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
10142 (_initialize_mips_tdep): Initialize mips_pdr_data.
10143
10144 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
10145
10146 * minsyms.c (install_minimal_symbols): Move dropping leading
10147 char from linkage name from here...
10148 (prim_record_minimal_symbol_and_info): ...to here. Simplify
10149 test for "__gnu_compiled*" symbols.
10150
10151 2004-03-28 Jim Blandy <jimb@redhat.com>
10152
10153 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
10154 registers to temp register r0 and byte stores as prologue
10155 instructions.
10156
10157 2004-03-28 Andrew Cagney <cagney@redhat.com>
10158
10159 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
10160 arm*-*-*.
10161
10162 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
10163
10164 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
10165 and switch the layout to force a display of register window.
10166
10167 2004-02-26 J. Brobecker <brobecker@gnat.com>
10168
10169 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
10170 of the INTEGER class.
10171
10172 2004-03-26 Jim Blandy <jimb@redhat.com>
10173
10174 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
10175 bytes long on PPC GNU/Linux.
10176
10177 2004-03-26 David Carlton <carlton@kealia.com>
10178
10179 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
10180
10181 2004-03-25 Andrew Cagney <cagney@redhat.com>
10182
10183 * PROBLEMS: Add general section titles, remove references to
10184 specific releases.
10185
10186 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
10187
10188 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
10189 INT_REGISTER_SIZE.
10190 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
10191 FP_REGISTER_VIRTUAL_SIZE.
10192 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
10193 of DEPRECATED_REGISTER_RAW_SIZE.
10194 (arm_register_type): Add gdbarch argument.
10195 (arm_register_raw_size, arm_register_virtual_size): Delete.
10196 (arm_register_byte, arm_extract_return_value)
10197 (arm_store_return_value, arm_get_longjmp_target): Update references
10198 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
10199 (arm_gdbarch_init): Likewise. Don't set
10200 deprecated_register_raw_size, deprecated_register_virtual_size,
10201 deprecated_max_register_raw_size,
10202 deprecated_max_register_virtual_size, or
10203 deprecated_max_register_virtual_type. Do set register_type.
10204 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
10205 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
10206 (FP_REGISTER_VIRTUAL_SIZE): Delete.
10207 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
10208 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
10209 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
10210 INT_REGISTER_SIZE.
10211 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
10212 (remote_rdp_store_register): Likewise.
10213
10214 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
10215
10216 * Makefile.in (mips-linux-tdep.o): Update dependencies.
10217 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
10218 to after osabi initialization.
10219 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
10220 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
10221 functions.
10222 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
10223 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
10224 variables.
10225 (mips_linux_init_abi): Append signal trampoline unwinders.
10226
10227 2004-03-24 Andrew Cagney <cagney@redhat.com>
10228
10229 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
10230 * tramp-frame.c: Include "gdb_assert.h".
10231 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
10232 correct sizeof.
10233 (tramp_frame_append): Validate the tramp frame's instructions.
10234 * Makefile.in (tramp-frame.o): Update dependencies.
10235
10236 2004-03-23 Andrew Cagney <cagney@redhat.com>
10237
10238 * trad-frame.h (trad_frame_set_reg_addr): Declare.
10239
10240 2004-03-23 Andrew Cagney <cagney@redhat.com>
10241
10242 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
10243 Nasser as past testsuite/lib/ (and other) maintainers.
10244
10245 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
10246
10247 * infcmd.c (attach_command): Reread symbols if we already have
10248 an exec file.
10249
10250 2004-03-23 Andrew Cagney <cagney@redhat.com>
10251
10252 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
10253
10254 2004-03-23 Andrew Cagney <cagney@redhat.com>
10255
10256 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
10257 * gdbarch.h, gdbarch.c: Re-generate.
10258 * i386obsd-tdep.c (i386obsd_init_abi): Update.
10259 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10260 * i386bsd-tdep.c (i386bsd_init_abi): Update.
10261 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
10262 (DEPRECATED_SIGTRAMP_START): Update.
10263 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
10264 (DEPRECATED_SIGTRAMP_START): Update.
10265 * blockframe.c (find_pc_sect_partial_function): Update.
10266 * arch-utils.c (legacy_pc_in_sigtramp): Update.
10267
10268 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
10269
10270 * remote.c (remote_open_1): Reopen the exec file and reread symbols
10271 if necessary.
10272
10273 2004-03-23 Andrew Cagney <cagney@redhat.com>
10274
10275 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
10276 predicate, deprecate.
10277 * gdbarch.h, gdbarch.c: Re-generate.
10278 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
10279 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
10280 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
10281 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
10282 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
10283 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
10284 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
10285 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
10286 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
10287 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
10288 * blockframe.c (find_pc_partial_function): Update.
10289 * breakpoint.c (bpstat_what): Update.
10290 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
10291 * frv-linux-tdep.c (frv_linux_init_abi): Update.
10292 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
10293 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
10294 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10295 * i386-linux-tdep.c (i386_linux_init_abi): Update.
10296 * i386-nto-tdep.c (i386nto_init_abi): Update.
10297 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
10298 * i386-tdep.c (i386_sigtramp_frame_sniffer)
10299 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
10300 * i386bsd-tdep.c (i386bsd_init_abi): Update.
10301 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10302 * i386obsd-tdep.c (i386obsd_init_abi): Update.
10303 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
10304 * infrun.c (pc_in_sigtramp): Update.
10305 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
10306 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10307 * mips-tdep.c (mips_gdbarch_init): Update.
10308 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
10309 * ppc-linux-tdep.c: Update comment.
10310 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
10311 * shnbsd-tdep.c (shnbsd_init_abi): Update.
10312 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
10313 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
10314 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
10315 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
10316 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
10317 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
10318 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
10319 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
10320
10321 2004-03-23 Andrew Cagney <cagney@redhat.com>
10322
10323 * tramp-frame.h, tramp-frame.h: New files.
10324 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
10325 Update rules to include "tramp-frame.h" and "tramp-frame.c".
10326
10327 * Makefile.in: Update all dependencies.
10328
10329 2004-03-23 Andrew Cagney <cagney@redhat.com>
10330
10331 * Makefile.in (trad_frame_h): Add $(frame_h).
10332 * trad-frame.h: Update copyright. Include "frame.h".
10333 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
10334 (trad_frame_set_id, trad_frame_get_id): Declare.
10335 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
10336 * trad-frame.c: Update copyright.
10337 (struct trad_frame_cache): Define.
10338 (trad_frame_cache_zalloc): New function.
10339 (trad_frame_set_id, trad_frame_get_id): New functions.
10340 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
10341
10342 2004-03-22 Andrew Cagney <cagney@redhat.com>
10343
10344 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
10345 s390_pltstub_unwind_cache.
10346 (s390_stub_frame_unwind_cache): Rename
10347 s390_pltstub_frame_unwind_cache.
10348 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
10349 (s390_stub_frame_prev_register): Rename
10350 s390_pltstub_frame_prev_register.
10351 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
10352 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
10353
10354 From Ulrich Weigand:
10355 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
10356 pointer calls like PLT calls.
10357
10358 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
10359
10360 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
10361 PC rather than the partial function start address. Use the start
10362 address to sanity check the found PDR.
10363
10364 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
10365
10366 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
10367 linux_handle_extended_wait.
10368
10369 2004-03-22 Andrew Cagney <cagney@redhat.com>
10370
10371 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
10372 function.
10373
10374 * frame.h (generic_pop_current_frame): Delete declaration.
10375 (deprecate_pop_dummy_frame): Deprecate
10376 generic_pop_dummy_frame.
10377 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
10378 (generic_pop_current_frame): Delete function.
10379 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
10380 generic_pop_current_frame.
10381 * v850-tdep.c (v850_pop_frame): Update.
10382 * mcore-tdep.c (mcore_pop_frame): Update.
10383 * sh64-tdep.c (sh64_pop_frame): Update.
10384 * h8300-tdep.c (h8300_pop_frame): Update.
10385
10386 2004-03-22 Andrew Cagney <cagney@redhat.com>
10387
10388 * frame.h (deprecated_pc_in_call_dummy): Rename
10389 generic_pc_in_call_dummy.
10390 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
10391 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
10392 generic_pc_in_call_dummy.
10393 (pc_in_dummy_frame): Make static.
10394 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
10395 * gdbarch.h, gdbarch.c: Re-generate.
10396 * dummy-frame.c (dummy_frame_sniffer): Simplify.
10397 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
10398 (legacy_get_prev_frame): Ditto.
10399 * inferior.h: Delete reference to generic_pc_in_call_dummy in
10400 comment.
10401
10402 2004-03-21 Andrew Cagney <cagney@redhat.com>
10403
10404 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
10405 declaration and out-of-date comment.
10406 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10407 Delete function.
10408 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
10409 deprecated_pc_in_call_dummy.
10410
10411 * infrun.c (handle_inferior_event): For non legacy frames, use the
10412 frame ID and frame type to identify a signal trampoline. Update
10413 comments.
10414
10415 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
10416
10417 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
10418 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
10419
10420 2004-03-21 Andrew Cagney <cagney@redhat.com>
10421
10422 * frame-unwind.h: Update copyright.
10423 (struct frame_data): Add opaque declaration.
10424 (frame_sniffer_ftype): Declare.
10425 (struct frame_unwind): Add "unwind_data" and "sniffer".
10426 (frame_unwind_register_unwinder): Declare.
10427 (frame_unwind_find_by_frame): Add parameter "this_cache".
10428 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
10429 (legacy_get_prev_frame, legacy_get_prev_frame)
10430 (get_frame_type): Pass the prologue_cache to
10431 frame_unwind_find_by_frame.
10432 * frame-unwind.c (struct frame_unwind_table_entry): Add field
10433 "unwinder".
10434 (frame_unwind_register_unwinder): New function.
10435 (frame_unwind_find_by_frame): Handle an unwind sniffer.
10436
10437 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
10438
10439 * bcache.c (print_percentage): Use floating point to avoid
10440 incorrect results when portion*100 overflows.
10441
10442 2004-03-19 Kevin Buettner <kevinb@redhat.com>
10443
10444 * ppc_tdep.h (ppc_linux_frame_saved_pc)
10445 (ppc_linux_init_extra_frame_info)
10446 (ppc_linux_frameless_function_invocation)
10447 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
10448 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
10449 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
10450 (rs6000_frame_chain): Delete declarations.
10451 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
10452 (ppc_linux_init_extra_frame_info)
10453 (ppc_linux_frameless_function_invocation)
10454 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
10455 (ppc_linux_init_abi): Remove registration of above deleted functions.
10456 * rs6000-tdep.c (rs6000_init_extra_frame_info)
10457 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
10458 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
10459 (rs6000_pop_frame, rs6000_frameless_function_invocation)
10460 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
10461 (rs6000_gdbarch_init): Remove registration of above deleted functions.
10462 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
10463 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
10464 frame management for all OSABIs.
10465
10466 2004-03-19 Andrew Cagney <cagney@redhat.com>
10467
10468 Committed by Kevin Buettner <kevinb@redhat.com>.
10469
10470 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
10471 Update copyright.
10472 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
10473 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
10474 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
10475 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
10476 unwinders. #ifdef legacy frame code.
10477 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10478 "frame-base.h".
10479 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
10480 (struct rs6000_frame_cache, rs6000_frame_cache)
10481 (rs6000_frame_this_id, rs6000_frame_prev_register)
10482 (rs6000_frame_sniffer, rs6000_frame_unwind)
10483 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
10484 (rs6000_frame_base): Implement a traditional frame unwinder.
10485 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
10486 frame unwinder.
10487
10488 2004-03-19 Kevin Buettner <kevinb@redhat.com>
10489
10490 * breakpoint.c (adjust_breakpoint_address): Don't adjust
10491 breakpoint address for watchpoints or the catch eventpoints.
10492 Add new paramter ``bptype''. Adjust all callers.
10493
10494 2004-03-19 Andrew Cagney <cagney@redhat.com>
10495
10496 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
10497
10498 * PROBLEMS: Delete note that ARM does not use frame code, problem
10499 fixed.
10500
10501 2004-03-18 Andrew Cagney <cagney@redhat.com>
10502
10503 * stack.c (return_command): Delete code wrapped in #ifdef
10504 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
10505
10506 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
10507
10508 2004-03-18 Andrew Cagney <cagney@redhat.com>
10509
10510 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
10511 DEPRECATED_IN_SIGTRAMP.
10512 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10513 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
10514 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10515 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10516 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10517 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10518 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10519 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10520 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
10521 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
10522
10523 2004-03-18 Andrew Cagney <cagney@redhat.com>
10524
10525 * frame-base.c: Update copyright. Include "gdb_obstack.h".
10526 (struct frame_base_table_entry): Define.
10527 (struct frame_base_table): Re-implement as a linked list.
10528 (frame_base_init): Re-implement.
10529 (frame_base_table): Delete function.
10530 (append_predicate): Delete function.
10531 (frame_base_append_sniffer): Update.
10532 (frame_base_set_default): Update.
10533 (frame_base_find_by_frame): Update.
10534 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
10535 * Makefile.in (frame-base.o): Update dependencies.
10536
10537 2004-03-17 Andrew Cagney <cagney@redhat.com>
10538
10539 * frame.c (legacy_get_prev_frame): Pass correct frame to
10540 frame_unwind_find_by_frame.
10541
10542 2004-03-17 David Carlton <carlton@kealia.com>
10543
10544 * NEWS: Mention C++ nested types and namespaces
10545
10546 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
10547
10548 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
10549 and "Regressions since gdb 5.3.". Add known regressions since
10550 gdb 6.0.
10551
10552 2004-03-16 David Carlton <carlton@kealia.com>
10553
10554 * dwarf2read.c (process_structure_scope): Process children even
10555 when we're a declaration.
10556
10557 2004-03-16 Andrew Cagney <cagney@redhat.com>
10558
10559 * symtab.h (find_pc_sect_partial_function): Delete declaration.
10560 * blockframe.c (find_pc_partial_function)
10561 (find_pc_sect_partial_function): Merge into a single
10562 find_pc_partial_function.
10563
10564 2004-03-16 Mark Kettenis <kettenis@gnu.org>
10565
10566 * i386bsd-nat.c: s/regno/regnum/g.
10567 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
10568 FP0_REGNUM.
10569 (store_inferior_registers): Likewise.
10570
10571 2004-03-16 Mark Kettenis <kettenis@gnu.org>
10572
10573 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
10574 of i387_fill_fsave.
10575 (store_inferior_registers): Call i387_collect_fsave and
10576 i387_collect_fxsave instead of i387_fill_fsave and
10577 i387_fill_fxsave.
10578
10579 2004-03-15 Andrew Cagney <cagney@redhat.com>
10580
10581 * Makefile.in (frame-unwind.o): Update dependencies.
10582 * frame-unwind.c: Include "gdb_obstack.h".
10583 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
10584 parameter.
10585 (append_predicate): Delete function.
10586 (struct frame_unwind_table_entry): New structure.
10587 (struct frame_unwind_table): Replace "sniffer" with "head" and
10588 "tail".
10589 (frame_unwind_append_sniffer): Update.
10590 (frame_unwind_find_by_frame): Update.
10591 (_initialize_frame_unwind): Registe frame_unwind_init using
10592 gdbarch_data_register_pre_init.
10593
10594 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10595
10596 * i386bsd-nat.c: Update copyright year.
10597 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
10598 define unconditionally.
10599
10600 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10601
10602 * i387-tdep.h (i387_collect_fsave): New prototype.
10603 * i387-tdep.c (i387_collect_fsave): New function containing most
10604 of the code from i387_fill_fsave.
10605 (i387_fill_fsave): Call i387_collect_fsave.
10606
10607 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10608
10609 * i386-linux-tdep.c: Update copyright year.
10610 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
10611 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
10612 svr4_ilp32_link_map_offsets instead of
10613 i386_linux_svr4_fetch_link_map_offsets.
10614
10615 2004-03-15 David Carlton <carlton@kealia.com>
10616
10617 Fix for PR c++/1553:
10618 * dwarf2read.c (read_structure_type): Determine type name by
10619 calling determine_class_name.
10620 (determine_class_name): New.
10621 (determine_prefix): Look at TYPE_TAG_NAME and call
10622 determine_class_name when appropriate.
10623 (determine_prefix_aux, class_name): Delete.
10624 (read_namespace): Set die->type.
10625
10626 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10627
10628 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
10629 unused macro definition. The definition in target.h (or perhaps
10630 elsewhere) takes precedence.
10631
10632 2004-03-15 Andrew Cagney <cagney@redhat.com>
10633
10634 * ppc-tdep.h: Update copyright.
10635 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
10636 function signatures to match "regsets.h".
10637 * ppc-linux-tdep.c: Include "regset.h".
10638 (ELF_GREGSET_SIZE): Delete.
10639 (right_supply_register): New function.
10640 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
10641 using right_supply_register.
10642 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
10643 functions.
10644 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
10645 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
10646 (_initialize_ppc_linux_tdep): Do not register
10647 ppc_linux_regset_core_fns.
10648 (ppc_linux_regset_from_core_section): Replace
10649 fetch_core_registers.
10650 (ppc_linux_regset_core_fns): Delete.
10651 * ppc-linux-nat.c: (right_fill_reg): New function.
10652 (supply_gregset): Update call to ppc_linux_supply_gregset.
10653 (fill_gregset): Clear the register set, use right_fill_reg.
10654 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
10655 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
10656
10657 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
10658 unsigned.
10659
10660 2004-03-15 Andrew Cagney <cagney@redhat.com>
10661
10662 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
10663 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
10664 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
10665 and register_gdbarch_data.
10666 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
10667 (struct gdbarch_data): Replace "init" by "pre_init" and
10668 "post_init".
10669 * gdbarch.h, gdbarch.c: Re-generate.
10670 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
10671 with"obstack", use OBSTACK_ZALLOC.
10672 (dwarf2_frame_ops): Delete.
10673 (dwarf2_frame_set_init_reg): Use gdbarch_data.
10674 (dwarf2_frame_init_reg): Use gdbarch_data.
10675 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
10676 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
10677 (_initialize_svr4_solib): Update.
10678 * user-regs.c (_initialize_user_regs): Update.
10679 * reggroups.c (_initialize_reggroup): Update.
10680 * regcache.c (_initialize_regcache): Update.
10681 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
10682 * libunwind-frame.c (_initialize_libunwind_frame): Update.
10683 * gnu-v3-abi.c (init_gnuv3_ops): Update.
10684 * frame-unwind.c (_initialize_frame_unwind): Update.
10685 * frame-base.c (_initialize_frame_base): Update.
10686 * user-regs.c (user_reg_add): Update.
10687 * reggroups.c (reggroup_add): Update.
10688 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
10689 * libunwind-frame.c (libunwind_frame_set_descr): Update.
10690 * frame-unwind.c (frame_unwind_append_sniffer): Update.
10691 * frame-base.c (frame_base_table): Update.
10692 * remote.c (_initialize_remote): Update.
10693 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
10694
10695 2004-03-15 Andrew Cagney <cagney@redhat.com>
10696
10697 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
10698
10699 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10700
10701 * Makefile.in (frv-linux-tdep.o): Add dependencies.
10702 * frv-linux-tdep.c: New file.
10703 * frv-tdep.c (struct gdbarch_tdep): Add new field
10704 ``sigcontext_reg_addr''.
10705 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
10706 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
10707 (frv_sigramp_frame_sniffer): New functions.
10708 (frv_sigtramp_frame_unwind): New static global.
10709 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
10710 sniffers.
10711 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
10712 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
10713
10714 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10715
10716 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
10717 but not via a call to error(), when unable to read memory.
10718
10719 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10720
10721 * frv-tdep.c (frv_call_dummy_words): Delete.
10722 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
10723
10724 2004-03-15 Andrew Cagney <cagney@redhat.com>
10725
10726 * infrun.c (handle_step_into_function, step_over_function): Only
10727 update and use STEP_FRAME_ID when the system is using legacy
10728 frames. Update comments.
10729
10730 2004-03-14 Mark Kettenis <kettenis@gnu.org>
10731
10732 * amd64-linux-tdep.h: Remove file.
10733 * amd64-linux-tdep.c: Don't include "inferior.h" and
10734 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
10735 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
10736 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
10737 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
10738 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
10739 macros.
10740 (user_to_gdb_regmap): Remove variable.
10741 (amd64_linux_gregset_reg_offset): New variable.
10742 (amd64_core_fns): Remove variable.
10743 (fetch_core_registers): Remove function.
10744 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
10745 functions.
10746 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
10747 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
10748 * Makefile.in (amd64_linux_tdep_h): Remove.
10749 (amd64-linux-nat.o): Update dependencies.
10750 (amd64-linux-tdep.o): Update dependencies.
10751
10752 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
10753 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
10754 functions.
10755 (fetch_inferior_registers, store_inferior_registers): Rewrite.
10756
10757 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
10758 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
10759
10760 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
10761
10762 * dwarf2read.c (read_structure_type): Rename from
10763 read_structure_scope. Don't create a symbol or call process_die.
10764 Return immediately if die->type is set. Call read_type_die before
10765 dwarf2_add_member_fn.
10766 (process_structure_scope): New function.
10767 (read_enumeration_type, process_enumeration_scope): New functions,
10768 broken out from read_enumeration. Don't create the enumeration
10769 type if it has already been created.
10770 (read_enumeration): Removed.
10771 (process_die): Call read_structure_type, process_structure_scope,
10772 read_enumeration_type, and process_enumeration_scope. Just call
10773 new_symbol for base and subrange types. Add a comment about other
10774 type dies.
10775 (read_type_die): Call read_enumeration_type.
10776 (add_partial_structure, new_symbol): Update comments.
10777
10778 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10779
10780 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10781
10782 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10783
10784 * tui/tui-win.h (tui_get_cmd_list): Declare.
10785 * tui/tui-win.c (tui_command): New function.
10786 (tui_get_cmd_list): New function.
10787 (_initialize_tui_win): Moved initialization of tui command in
10788 tui_get_cmd_list.
10789
10790 * tui/tui-data.c (init_content_element): Setup new data members.
10791 (init_win_info): Likewise.
10792 (free_content_elements): Free it.
10793 * tui/tui-data.h (struct tui_data_element): Store the register
10794 content to print.
10795 (struct tui_data_info): Keep the current register group.
10796
10797 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
10798
10799 * tui/tui-regs.h (tui_show_registers): Update prototype.
10800 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10801 (tui_resize_all): No need to calculate anything for register window.
10802 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10803 (tui_set_register_element, tui_set_general_regs_content): Remove.
10804 (tui_set_special_regs_content): Remove.
10805 (tui_set_general_and_special_regs_content): Remove.
10806 (tui_set_float_regs_content): Remove.
10807 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10808 (tui_set_regs_content): Remove.
10809 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10810 (tui_v_show_registers_command_support): Remove.
10811 (tui_show_registers): Use a reggroup to specify the registers to show.
10812 (tui_show_register_group): New function.
10813 (tui_display_registers_from): Compute the layout of register window
10814 and refresh with new API; be sure to delete old register windows.
10815 (tui_check_register_values): Update to use tui_get_register and
10816 tui_display_data.
10817 (tui_display_register): Just refresh the register window part.
10818 (tui_register_format): Format registers and save in tui_data_element.
10819 (tui_get_register): New to combine tui_reg_value_has_changed and
10820 tui_get_register_raw_value; fix to use the new gdb API.
10821 (tui_show_float_command): Renamed tui_reg_float_command.
10822 (tui_show_general_command): Renamed tui_reg_general_command.
10823 (tui_show_special_command): Renamed tui_reg_system_command.
10824 (_initialize_tui_regs): Remove unused commands.
10825
10826 2004-03-13 Mark Kettenis <kettenis@gnu.org>
10827
10828 * NEWS (New native configurations): Mention OpenBSD/amd64.
10829
10830 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10831 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10832 Remove defines.
10833 * config/i386/nm-fbsd64.h: Likewise.
10834 * config/i386/nm-obsd.h: Likewise.
10835 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
10836 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
10837
10838 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10839
10840 * frv-tdep.c (set_variant_scratch_registers): New function.
10841 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10842 New constants.
10843
10844 From Richard Sandiford <rsandifo@redhat.com>:
10845 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10846
10847 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10848
10849 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10850 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10851 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10852 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10853 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10854 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10855 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10856 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10857 definitions from frv-tdep.c to frv-tdep.h.
10858
10859 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10860
10861 Add shared library support for FR-V FDPIC ABI:
10862 * Makefile.in (solib-frv.o): Add dependencies.
10863 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10864 New functions.
10865 (frv_push_dummy_call): Add support for FDPIC ABI.
10866 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10867 for FDPIC ABI.
10868 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10869 (frv_fdpic_find_canonical_descriptor): Declare.
10870 * solib-frv.c: New file.
10871 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10872 * config/frv/tm-frv.h (solib.h): Include.
10873
10874 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10875
10876 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10877 (frv-tdep.o): Update dependencies.
10878 * frv-tdep.h: New file.
10879 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10880 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10881 constants.
10882 (struct gdbarch_tdep): Add new member ``frv_abi''.
10883 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10884 functions.
10885 (new_variant): Set ``frv_abi'' field.
10886 (gdb_arch_init): Detect FDPIC executables.
10887
10888 2004-03-12 Mark Kettenis <kettenis@gnu.org>
10889
10890 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10891 wrapper.
10892
10893 2004-03-11 Andrew Cagney <cagney@redhat.com>
10894
10895 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10896
10897 2004-03-11 Kevin Buettner <kevinb@redhat.com>
10898
10899 * solist.h (master_so_list): New function.
10900 * solib.c (master_so_list): Likewise.
10901 * solib-svr4.c (enable_break): Iterate over so_list entries
10902 obtained from master list instead of entries obtained directly
10903 via svr4_current_sos().
10904
10905 2004-03-10 Ben Elliston <bje@gnu.org>
10906
10907 * MAINTAINERS: Update my mail address.
10908
10909 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10910
10911 * remote-m32r-sdi.c: Support hardware watchpoint.
10912
10913 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10914
10915 * user-regs.c: Update copyright years.
10916 (struct user_regs): Rename to gdb_user_regs.
10917 (append_user_reg, builtin_user_regs, user_regs_init)
10918 (user_reg_add, user_reg_map_name_to_regnum)
10919 (usernum_to_user_reg): Update.
10920
10921 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10922
10923 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10924 (skip_children): New functions.
10925 (locate_pdi_sibling): Call skip_children.
10926
10927 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10928
10929 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10930 * gdbtypes.c (check_typedef): Update comments.
10931
10932 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10933
10934 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10935 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10936 pointer. Update comment about comp_unit_head.
10937 (struct abbrev_info): Shorten two int flags.
10938 (dwarf_alloc_abbrev): Take a CU argument.
10939 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10940 each time through the loop. Update cleanup argument.
10941 (psymtab_to_symtab_1): Update cleanup call.
10942 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10943 abbrev_obstack.
10944 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10945 Just call obstack_free and clear the pointer.
10946
10947 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10948
10949 * infrun.c (handle_inferior_event): Remove short-circuit code for
10950 events in a different thread.
10951
10952 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10953
10954 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10955 print the whole transfer.
10956 (initialize_targets): Update description of "set debug target".
10957
10958 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10959
10960 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10961
10962 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
10963
10964 * MAINTAINERS (write after approval): Add myself.
10965
10966 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10967
10968 * sh-tdep.c (sh_print_registers_info): Use for loop.
10969 Don't skip multiple registers when a float register is encountered.
10970
10971 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10972
10973 Fix PR tdep/1291.
10974 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10975 to official SH documentation.
10976
10977 2004-03-07 Andrew Cagney <cagney@redhat.com>
10978
10979 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10980 unused function.
10981
10982 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
10983
10984 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10985 (arm_get_next_pc): Handle BX and BLX.
10986
10987 2004-03-07 Andrew Cagney <cagney@redhat.com>
10988
10989 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10990 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10991 HPPA_SP_REGNUM.
10992 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10993 (hppa_target_read_fp): Delete.
10994 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10995 register_virtual_size, max_register_raw_size,
10996 max_register_virtual_size, register_byte, register_size,
10997 target_read_fp, fp_regnum, and register_bytes. Set register_type
10998 instead of register_virtual_type.
10999 (hppa32_register_type, hppa64_register_type): Replace
11000 hppa32_register_virtual_type and hppa64_register_virtual_type.
11001 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
11002 (HPPA_FP_REGNUM): Define.
11003
11004 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
11005
11006 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
11007 (pa_do_registers_info): Delete.
11008 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
11009 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
11010 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
11011
11012 * infcall.c (legacy_push_dummy_code): Delete #ifdef
11013 GDB_TARGET_IS_HPPA code.
11014 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
11015 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
11016 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
11017 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
11018 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
11019 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
11020 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
11021 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
11022 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
11023 (hppa_frameless_function_invocation, hppa64_store_return_value)
11024 (hppa_store_struct_return, hppa64_extract_return_value)
11025 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
11026 (hppa32_call_dummy_length, hppa64_call_dummy_length)
11027 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
11028 (find_proc_framesize, deposit_21, restore_pc_queue)
11029 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
11030 (rp_saved, pc_in_linker_stub): Delete.
11031
11032 Unconditionally enable 64-bit frame and ABI code.
11033 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
11034 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
11035 push_dummy_frame, fix_call_dummy, push_arguments,
11036 call_dummy_location, extract_return_value, use_struct_convention,
11037 store_return_value, store_struct_return, saved_pc_after_call,
11038 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
11039 frame_chain, frame_chain_valid, frameless_function_invocation,
11040 frame_saved_pc, and pop_frame.
11041
11042 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
11043 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
11044 (hppa_gdbarch_init): Do not set PC_REGNUM.
11045
11046 2004-03-06 Mark Kettenis <kettenis@gnu.org>
11047
11048 * config/alpha/tm-fbsd.h: Remove file.
11049 * config/alpha/fbsd.mt: Tweak comment.
11050 (TM_FILE): Set to tm-alpha.h.
11051
11052 2004-03-05 Andrew Cagney <cagney@redhat.com>
11053
11054 * infrun.c (step_over_function): When non-legacy code, and no
11055 step_frame_id, use the unwinder to get the caller's frame ID.
11056
11057 2004-03-05 Mark Kettenis <kettenis@gnu.org>
11058
11059 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
11060 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
11061 bfd_arch_unknown. Adjust comment.
11062
11063 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
11064 * i386obsd-tdep.c: Correct spelling in comment.
11065 * i386nbsd-tdep.c: Correct spelling in comment.
11066 * sparc-tdep.c: Correct spelling in comments.
11067
11068 2004-03-05 David Carlton <carlton@kealia.com>
11069
11070 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
11071 bug.
11072
11073 2004-03-05 Mark Kettenis <kettenis@gnu.org>
11074
11075 * sparc-tdep.c: Fix typo in comment.
11076
11077 2004-03-04 J. Brobecker <brobecker@gnat.com>
11078
11079 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
11080
11081 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
11082
11083 * dwarf2read.c: Add comment describing memory lifetimes.
11084 (struct dwarf2_pinfo): Update comment.
11085 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
11086 (read_enumeration, new_symbol): Don't use obsavestring.
11087
11088 2004-03-04 Mark Kettenis <kettenis@gnu.org>
11089
11090 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
11091 instead of amd64_fill_fxsave.
11092 * amd64bsd-nat.c (store_inferior_registers): Likewise.
11093 * amd64fbsd-nat.c (fill_fpregset): Likewise.
11094
11095 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
11096 Reorganize code a bit.
11097
11098 2004-03-04 Orjan Friberg <orjanf@axis.com>
11099
11100 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
11101 when the frame pointer is pushed. Don't set the frame pointer's
11102 address on the stack unless it's actually located there.
11103 Set the SRP's address on the stack correctly when the PC is still in
11104 the prologue.
11105 (cris_return_value): New function.
11106 (cris_gdbarch_init): Clear deprecated store_return_value,
11107 extract_return_value.
11108
11109 2004-03-02 Jim Blandy <jimb@redhat.com>
11110
11111 * stabsread.c (reg_value_complaint): The maximum register number
11112 is one less than the number of registers.
11113
11114 2004-03-02 Andrew Cagney <cagney@redhat.com>
11115
11116 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
11117 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
11118 trailing comma and redundant assignment of I386_ST0_REGNUM.
11119 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
11120 32-bit segment registers.
11121
11122 2004-03-01 Andrew Cagney <cagney@redhat.com>
11123
11124 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
11125 use frame_relative_level and get_next_frame.
11126
11127 2004-02-29 Andrew Cagney <cagney@redhat.com>
11128
11129 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
11130 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
11131 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
11132 Delete macro.
11133
11134 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11135
11136 * inflow.c (terminal_inferior): Don't give up the terminal if we
11137 previously couldn't get the inferior's terminal state.
11138
11139 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11140
11141 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
11142 PC_REGNUM.
11143
11144 2004-02-28 Andrew Cagney <cagney@redhat.com>
11145
11146 * NEWS: Refer to GDB 6.1.
11147 * README: Refer to GDB 6.1.
11148 * PROBLEMS: Refer to GDB 6.1.
11149
11150 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
11151
11152 * thread-db.c (disable_thread_signals): Remove unused function.
11153
11154 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11155
11156 * amd64-nat.c: Include "gdb_string.h".
11157 (amd64_collect_native_gregset): Zero-extend the 32-bit
11158 general-purpose registers and %eip.
11159
11160 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
11161 * amd64-tdep.c (amd64_collect_fxsave): New function.
11162 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
11163
11164 * i387-tdep.h: Update copyright year.
11165 (i387_collect_fxsave): New prototype.
11166 * i387-tdep.c: Update copyright year.
11167 (i387_collect_fxsave): New function containing most of the code
11168 from i387_fill_fxsave.
11169 (i387_fill_fxsave): Call i387_collect_fxsave.
11170
11171 2004-02-28 Andrew Cagney <cagney@redhat.com>
11172
11173 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
11174 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
11175
11176 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11177
11178 * amd64-tdep.c (amd64_frame_cache): Fix comment.
11179
11180 2004-02-28 Andrew Cagney <cagney@redhat.com>
11181
11182 * utils.c: Use "", instead of <>, to include readline.
11183 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
11184 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
11185 * source.c, solib.c, exec.c, event-top.c: Ditto.
11186 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
11187 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
11188 * Makefile.in: Update all dependencies.
11189 (readline_tilde_h, readline_history_h): Define.
11190 (readline_headers): Delete.
11191
11192 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11193
11194 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
11195 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
11196 "config/i386/tm-lx64.h".
11197
11198 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
11199 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
11200 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
11201
11202 2004-02-28 Andrew Cagney <cagney@redhat.com>
11203
11204 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
11205
11206 * breakpoint.c (_initialize_breakpoint): Use
11207 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
11208 Add help to show command.
11209
11210 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11211
11212 * i386-nat.c: Reformat to be closer to coding standards.
11213 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
11214 `retval'. Make variables `align' and `size' local to while-loop.
11215 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
11216 (_initialize_i386_nat): New prototype.
11217
11218 * tui/tui.c: Include <readline/readline.h> instead of
11219 "readline/readline.h". Include it after <term.h> and
11220 "gdb_curses.h".
11221
11222 2004-02-27 Andrew Cagney <cagney@redhat.com>
11223
11224 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
11225 the new frame unwind code.
11226 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
11227 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
11228 PCOQ_HEAD_REGNUM.
11229
11230 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
11231 "return_value" and "push_dummy_call".
11232 (hppa32_use_struct_convention): Delete unused function.
11233 (hppa32_store_return_value): Delete unused function.
11234 (hppa32_extract_return_value): Delete unused function.
11235 (hppa32_stack_align): Delete function.
11236
11237 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
11238
11239 * coffread.c (enter_linenos): Don't let rawptr reference memory
11240 outside linetab[]'s limits.
11241
11242 2004-02-27 Andrew Cagney <cagney@redhat.com>
11243
11244 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
11245 inferior stack space - the stack needs to grow upwards.
11246 (hppa32_frame_align): New function.
11247 (hppa64_frame_align): Replace hppa_frame_align.
11248 (hppa_gdbarch_init): Update.
11249
11250 2004-02-26 Orjan Friberg <orjanf@axis.com>
11251
11252 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
11253 (dwarf2-frame.h): Include.
11254 (enum cris_regnums): New enum CRIS_FP_REGNUM.
11255 Remove static variables related to ABI setting.
11256 (struct gdbarch_tdep): Remove cris_abi member.
11257 (struct frame_extra_info): Remove.
11258 (cris_unwind_cache, stack_item): New structs.
11259 (cris_frame_unwind, cris_frame_base): New variables.
11260 (push_stack_item, pop_stack_item)
11261 (cris_frame_unwind_cache, cris_frame_this_id)
11262 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
11263 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
11264 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
11265 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
11266 (cris_reg_struct_has_addr): New functions.
11267 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
11268 (cris_frame_saved_pc, cris_saved_pc_after_call,
11269 (cris_store_struct_return, cris_frameless_function_invocation)
11270 (cris_pop_frame, cris_skip_prologue_main)
11271 (cris_abi_original_store_return_value)
11272 (cris_abi_v2_store_return_value)
11273 (cris_abi_original_extract_return_value)
11274 (cris_abi_v2_extract_return_value)
11275 (cris_abi_original_reg_struct_has_addr)
11276 (cris_abi_v2_reg_struct_has_addr)
11277 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
11278 (cris_push_return_address, cris_abi_update): Remove.
11279 (_initialize_cris_tdep): Remove ABI command.
11280 (cris_dump_tdep): Ditto.
11281 (cris_gdbarch_init): Remove ABI command.
11282 Set store_return_value, extract_return_value, push_dummy_code,
11283 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
11284 frame_unwind_append_sniffer, frame_base_set_default.
11285 Clear deprecated init_frame_pc, push_arguments, store_return_value,
11286 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
11287 sizeof_call_dummy_words, get_saved_register, push_return_address,
11288 pop_frame, store_struct_return, frame_init_saved_regs,
11289 init_extra_frame_info, frameless_function_invocation, frame_chain,
11290 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
11291 dummy_write_sp.
11292
11293 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
11294
11295 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
11296 * valprint.c (print_hex_chars): Change from static to external.
11297 (print_char_chars): New function.
11298 * printcmd.c (print_scalar_formatted): For integer and enum types
11299 that are longer than LONGEST, perform processing via appropriate
11300 print_*_chars routines.
11301
11302 2004-02-26 Andrew Cagney <cagney@redhat.com>
11303
11304 * Makefile.in: Update dependencies.
11305 Changes from Ulrich Weigand,
11306 * s390-tdep.c: Include "dwarf2-frame.h".
11307 (s390_dwarf2_frame_init_reg): New function.
11308 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
11309 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
11310
11311 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
11312
11313 * breakpoint.c (pending_break_support): New setting variable.
11314 (break_command_1): Account for pending_break_support setting
11315 when creating pending breakpoints.
11316 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
11317 (_initialize_breakpoint): Add "set breakpoint pending" and
11318 "show breakpoint pending" commands.
11319
11320 2004-02-26 Andrew Cagney <cagney@redhat.com>
11321
11322 Fix PR i18n/1570.
11323 * charset.c (backslashable, backslashed, represented): Remove 'e'
11324 from list of escaped characters, not part of ISO-C.
11325
11326 2004-02-25 J. Brobecker <brobecker@gnat.com>
11327
11328 From Peter Schauer <schauer@pdf.de>:
11329 * tui/tui.c: Move system header includes after local includes.
11330 Fixes a build failure on solaris systems.
11331
11332 2004-02-25 J. Brobecker <brobecker@gnat.com>
11333
11334 * configure.in: Refine the previous change.
11335 * configure: Regenerate.
11336
11337 2004-02-25 Mark Kettenis <kettenis@gnu.org>
11338
11339 * amd64-tdep.h: Renamed from x86-64-tdep.h.
11340 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
11341 "amd64-tdep.h" instead of "x86-64-tdep.h".
11342 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11343 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
11344 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
11345 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11346 and "x86-64-tdep.c".
11347 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
11348 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11349 and "x86-64-tdep.c".
11350 * amd64bsd-nat.c: Update copyright year.
11351 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11352 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
11353 "x86-64-tdep.h".
11354 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
11355 "x86-64-tdep.h".
11356 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
11357 "x86-64-tdep.h".
11358 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
11359 "x86-64-tdep.h".
11360 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
11361 "x86-64-tdep.h".
11362 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
11363 "x86-64-tdep.h".
11364 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
11365 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
11366 * Makefile.in (amd64_linux_tdep_h): Renamed from
11367 x86_64_linux_tdep_h.
11368 (amd64_tdep_h): Renamed from x86_64_tdep_h.
11369 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
11370 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
11371 (amd64obsd-tdep.o): Update dependencies.
11372 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
11373 dependencies.
11374 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
11375 dependencies.
11376 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
11377 amd64-linux-nat.c amd64-linux-tdep.c.
11378 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
11379 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
11380 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
11381 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
11382 amd64-tdep.o and amd64-linux-tdep.o.
11383 (TM_FILE): Set to tm-linux64.h.
11384 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
11385 (NAT_FILE): Set to nm-linux64.h.
11386 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
11387 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11388 amd64-tdep.o.
11389 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11390 amd64-tdep.o.
11391 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11392 amd64-tdep.o.
11393
11394 2004-02-25 Roland McGrath <roland@redhat.com>
11395
11396 * remote.c (remote_protocol_qPart_auxv): New variable.
11397 (init_all_packet_configs): Initialize it.
11398 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
11399 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
11400 (show_remote_cmd): Call it.
11401 (_initialize_remote): Initialize commands.
11402 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
11403 service TARGET_OBJECT_AUXV requests.
11404
11405 2004-02-25 J. Brobecker <brobecker@gnat.com>
11406
11407 * configure.in: Make sure that the wborder function is available.
11408 Otherwise, search for it in the cur_colr library.
11409 * configure: Regenerate.
11410
11411 2004-02-25 Andrew Cagney <cagney@redhat.com>
11412
11413 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
11414
11415 2004-02-25 Mark Kettenis <kettenis@gnu.org>
11416
11417 * config/i386/tm-x86-64linux.h: Tweak comments.
11418
11419 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
11420
11421 * MAINTAINERS: Add self to write-after-approval list.
11422
11423 2004-02-25 Andrew Cagney <cagney@redhat.com>
11424
11425 PR cli/1566. Problem found, and fix suggested by David Allan.
11426 * cli/cli-script.c (execute_control_command): Unconditionally
11427 install a cleanup. Default "ret" to "invalid_control". Use
11428 "break" instead of "return" to escape from the switch.
11429
11430 2004-02-24 J. Brobecker <brobecker@gnat.com>
11431
11432 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
11433 with the lines macro defined in term.h on AiX.
11434 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
11435 a collision with the label_width macro defined in term.h on AiX.
11436
11437 2004-02-23 David Mosberger <davidm@hpl.hp.com>
11438
11439 Committed by Kevin Buettner <kevinb@redhat.com>.
11440
11441 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
11442 * ia64-tdep.c (ia64_write_pc): Make it a global function.
11443 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
11444 instead of ia64_write_pc().
11445 * ia64-linux-tdep.c (regcache.h): Include.
11446 (ia64_linux_write_pc): New function.
11447
11448 2004-02-23 Roland McGrath <roland@redhat.com>
11449
11450 * auxv.c (info_auxv_command): Fix typos in error messages.
11451
11452 2004-02-23 Mark Kettenis <kettenis@gnu.org>
11453
11454 * x86-64-tdep.h: Tweak comment.
11455 (enum amd64_regnum): New.
11456 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
11457 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
11458 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
11459 (X86_64_XMM1_REGNUM): Removed.
11460 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
11461 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
11462 prototypes for renamed functions.
11463 * x86-64-tdep.c: Fix typo.
11464 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
11465 register numbers.
11466 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
11467 Use constants from `enum amd64_regnum' for register numbers.
11468 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
11469 (amd64_analyze_prologue, amd64_frame_cache,
11470 amd64_sigtramp_frame_cache): Use constants from `enum
11471 amd64_regnum' for register numbers.
11472 (amd64_supply_fpregset): Adjust for renamed functions.
11473 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
11474 `enum amd64_regnum' for register numbers.
11475 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
11476 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
11477 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
11478 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
11479 (amd64_linux_fill_gregset): Adjust for renamed macros.
11480 (fetch_core_registers): Adjust for renamed functions.
11481 (amd64_linux_init_abi): Adjust for renamed functions.
11482 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
11483 renamed functions.
11484 * amd64-nat.c: Adjust for renamed macros.
11485 * amd64bsd-nat.c (fetch_inferior_registers)
11486 (store_inferior_registers): Use constants from `enum amd64_regnum'
11487 for register numbers. Adjust for renamed variables.
11488 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
11489 renamed variables.
11490 (_initialize_amd64fbsd_nat): Use constants from `enum
11491 amd64_regnum' for register numbers.
11492 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
11493 `enum amd64_regnum' for register numbers.
11494 (amd64fbsd_init_abi): Adjust for renamed functions.
11495 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
11496 `enum amd64_regnum' for register numbers.
11497 (amd64nbsd_init_abi): Adjust for renamed functions.
11498 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
11499 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
11500 `enum amd64_regnum' for register numbers.
11501 (amd64obsd_init_abi): Adjust for renamed functions.
11502 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
11503
11504 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11505
11506 * breakpoint.c (print_one_breakpoint): Do not output spaces
11507 after printing <PENDING> for a pending breakpoint.
11508
11509 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11510
11511 * printcmd.c (print_scalar_formatted): Initialize val_long
11512 to remove compiler warning message.
11513
11514 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11515
11516 * defs.h (nquery, yquery): New prototypes.
11517 * breakpoint.c (break_command_1): Use new nquery interface.
11518 * utils.c (defaulted_query, nquery, yquery): New functions.
11519
11520 2004-02-23 Andrew Cagney <cagney@redhat.com>
11521
11522 * hppa-tdep.c (hppa_frame_align): New function.
11523 (hppa32_push_dummy_call): New function.
11524 (hppa64_push_dummy_call): New function.
11525 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
11526 disabled.
11527
11528 * infcall.c (legacy_push_dummy_code): Don't call deprecated
11529 FIX_CALL_DUMMY when push_dummy_call is available.
11530 (call_function_by_hand, push_dummy_code): Ditto.
11531
11532 2004-02-22 Andrew Cagney <cagney@redhat.com>
11533
11534 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
11535 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
11536 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
11537 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
11538 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
11539 call_dummy_location to ON_STACK.
11540
11541 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11542
11543 * x86-64-linux-tdep.c: Tweak comment.
11544 (amd64_linux_supply_gregset): Renamed from
11545 x86_64_linux_supply_gresget.
11546 (amd64_linux_fill_gregset): Renamed from
11547 x86_64_linux_fill_gregset.
11548 (fetch_core_registers): Adjust for renamed functions.
11549 (amd64_core_fns): Renamed from x86_64_core_fns.
11550 (amd64_linux_sigtramp_start): Renamed from
11551 x86_64_linux_sigtramp_start.
11552 (amd64_linux_pc_in_sigtramp): Renamed from
11553 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
11554 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
11555 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
11556 (amd64_linux_sigcontext_addr): Renamed from
11557 x86_64_linux_sigcontext_addr.
11558 (amd64_linux_sc_reg_offset): Renamed from
11559 x86_64_linux_sc_reg_offset.
11560 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
11561 Adjust for renamed functions and variables.
11562 (_initialize_amd64_linux_tdep): Renamed from
11563 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
11564 variables.
11565 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
11566 Adjust for renamed functions.
11567
11568 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
11569 from x86_64_linux_gregset64_reg_offset.
11570 (amd64_linux_gregset32_reg_offset): Rename from
11571 x86_64_linux_gregset64_reg_offset.
11572 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
11573 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
11574 (amd64_linux_dr_set_control): Renamed from
11575 x86_64_linux_dr_set_control. Adjust for renamed functions.
11576 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
11577 Adjust for renamed functions.
11578 (amd64_linux_dr_reset_addr): Renamed from
11579 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
11580 (amd64_linux_dr_get_status): Renamed from
11581 x86_64_linux_dr_get_status. Adjust for renamed functions.
11582 (_initialize_amd64_linux_nat): Renamed from
11583 _initialize_x86_64_linux_nat. Adjust for renamed variables and
11584 functions.
11585 * config/i386/nm-x86-64linux.h: Update copyright year.
11586 Adjust for renamed functions.
11587
11588 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
11589 amd64fbsd_sigtramp_start.
11590 (amd64fbsd_sigtramp_end_addr): Renamed from
11591 amd64fbsd_sigtramp_end.
11592 (amd64fbsd_init_abi): Adjust for renamed variables.
11593 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
11594 variables.
11595 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
11596 amd64fbsd_sigtramp_start.
11597 (amd64fbsd_sigtramp_end_addr): Renamed from
11598 amd64fbsd_sigtramp_end.
11599
11600 2004-02-22 Andrew Cagney <cagney@redhat.com>
11601
11602 * hppa-tdep.c (hppa32_return_value): New function.
11603 (hppa64_return_value): New function.
11604 (hppa_gdbarch_init): Set return_value; keep disabled.
11605
11606 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
11607 struct-return and inferior function call methods.
11608
11609 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
11610 "frame-base.h".
11611 (struct hppa_frame_cache): Define.
11612 (hppa_frame_cache, hppa_frame_this_id): New functions.
11613 (hppa_frame_prev_register): New function.
11614 (hppa_frame_unwind, hppa_frame_base): New variables.
11615 (hppa_frame_unwind_sniffer): New function.
11616 (hppa_frame_base_address, hppa_unwind_pc): New function.
11617 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
11618 sniffer, and frame base sniffer; keep disabled.
11619 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
11620 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
11621
11622 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
11623 to predicates for "seriously old code".
11624
11625 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
11626 runtime if(0).
11627
11628 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
11629 unsigned.
11630 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
11631
11632 * config/pa/tm-hppa.h: Update copyright.
11633 (DEPRECATED_INIT_FRAME_PC): Delete macro.
11634 (deprecated_init_frame_pc_default): Delete declaration.
11635 (hppa_frame_init_saved_regs): Delete declaration.
11636 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11637 * hppa-tdep.c: Include "arch-utils.h".
11638 (hppa_gdbarch_init): Set deprecated init_frame_pc
11639 and deprecated frame_init_saved_regs.
11640 (hppa_frame_init_saved_regs): Make static.
11641
11642 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11643
11644 Remove old 386BSD support.
11645 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
11646 * configure.host: Remove i[34567]86-*-bsd*.
11647 * configure.tgt: Remove i[34567]86-*-bsd*.
11648 * i386b-nat.c: Removed.
11649 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
11650 (i386b-nat.o): Remove dependencies.
11651
11652 * config/i386/i386bsd.mh: Removed.
11653 * config/i386/i386bsd.mt: Removed.
11654 * config/i386/nm-i386bsd.h: Removed.
11655 * config/i386/tm-i386bsd.h: Removed.
11656 * config/i386/xm-i386bsd.h: Removed.
11657
11658 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
11659
11660 * amd64fbsd-tdep.c: Include "solib-svr4.h".
11661 (amd64fbsd_init_abi): Set link map offsets.
11662 * amd64nbsd-tdep.c: Include "slib-svr4.h".
11663 (amd64nbsd_init_abi): Set link map offsets.
11664 * amd64obsd-tdep.c: Include "solib-svr4.h".
11665 (amd64obsd_init_abi): Set link map offsets.
11666 * i386fbsd-tdep.c: Include "solib-svr4.h".
11667 (i386fbsd_init_abi): Set link map offsets.
11668 * i386nbsd-tdep.c: Include "solib-svr4.h".
11669 (i386nbsdelf_init_abi): Set link map offsets.
11670 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
11671 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
11672 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
11673 solib-legacy.o and core-aout.o. Reformat.
11674 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
11675 solib-svr4.o, solib-legacy.o. Reformat.
11676 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
11677 * config/i386/nbsdelf.mh: Reformat.
11678 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
11679 solib-svr4.o, solib-legacy.o and corelow.o.
11680 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
11681 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
11682 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
11683 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11684 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11685 (TM_FILE): Set to tm-fbsd.h.
11686 * config/i386/nbsd.mt (TDEPFILES): Reformat.
11687 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
11688 solib-svr4.o.
11689 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
11690 solib-svr4.o.
11691 (TM_FILE): Set to nm-nbsd.h.
11692 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
11693 Simplify shared library support. Don't include "elf/common.h".
11694 (SVR4_SHARED_LIBS): Don't define.
11695 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
11696 "solib.h".
11697 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
11698 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
11699 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
11700 Don't include "i386/tm-i386.h". Include "solib.h".
11701 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
11702 Don't include "i386/tm-i386.h".
11703 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
11704 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
11705 Include "i386/xm-i386.h".
11706 (HOST_LONG_DOUBLE_FORMAT): Remove.
11707
11708 Fix OpenBSD/i386 sigtramp recognition.
11709 * i386-tdep.h: Update copyright year.
11710 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
11711 (i386bsd_sigtramp_end): New prototypes.
11712 (i386fbsd_sigtramp_start_addr): Renamed from
11713 i386fbsd_sigtramp_start.
11714 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11715 (i386obsd_sigtramp_start_addr): Renamed from
11716 i386obsd_sigtramp_start.
11717 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11718 * i386bsd-tdep.c: Update copyright year.
11719 (i386bsd_pc_in_sigtramp): Make public.
11720 * i386fbsd-nat.c: Update copyright year.
11721 (_initialize_i386fbsd_nat): Adjust for renamed variables.
11722 * i386fbsd-tdep.c: Update copyright year.
11723 (i386fbsd_sigtramp_start_addr): Renamed from
11724 i386fbsd_sigtramp_start.
11725 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11726 (i386fbsdaout_init_abi): Adjust for renamed variables.
11727 * i386obsd-nat.c: Update copyright year.
11728 (_initialize_i386obsd_nat): Adjust for renamed variables.
11729 * i386obsd-tdep.c: Include "target.h".
11730 (i386obsd_page_size): New variable.
11731 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
11732 (i386obsd_sigtramp_end): New functions.
11733 (i386obsd_sigtramp_start_addr): Renamed from
11734 i386obsd_sigtramp_start.
11735 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11736 (i386obsd_init_abi): Adjust for renamed variables. Set
11737 pc_in_sigtramp, sigtramp_start and sigtramp_end.
11738 * Makefile.in (i386obsd-tdep.o): Update dependencies.
11739
11740 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
11741 trampoline change in OpenBSD kernel.
11742
11743 * amd64-nat.c: Update copyright year.
11744 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
11745 architecture from REGCACHE.
11746
11747 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
11748 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
11749
11750 2004-02-21 Mark Kettenis <kettenis@gnu.org>
11751
11752 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
11753 i[34567]86-*-openbsd3.[0-3].
11754 * config/i386/obsdaout.mh: New file.
11755
11756 * config/i386/obsd.mh (MH_FLAGS): Remove.
11757
11758 Fix PR build/1549.
11759 * i386obsd-tdep.c: Update copyright years. Include
11760 "solib-svr4.h".
11761 (i386obsd_init_abi): Don't set regset_from_core_section here.
11762 (i386obsd_aout_init_abi): New function. Set
11763 regset_from_core_section here.
11764 (i386obsd_elf_init_abi): New function.
11765 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
11766 * Makefile.in (i386obsd-tdep.o): Update dependecies.
11767 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
11768 (TM_FILE): Set to tm-nbsd.h.
11769
11770 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
11771 solib-sunos.o.
11772
11773 * solib-svr4.h: Update copyright year.
11774 (svr4_ilp32_fetch_link_map_offsets)
11775 (svr4_lp64_fetch_link_map_offsets): New prototype.
11776 * solib-svr4.c: Update copyright year.
11777 (svr4_ilp32_fetch_link_map_offsets)
11778 (svr4_lp64_fetch_link_map_offsets): New function.
11779
11780 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
11781
11782 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11783 to the partial symbol table.
11784
11785 2004-02-20 J. brobecker <brobecker@gnat.com>
11786
11787 * PROBLEMS: Add description of problem documented under gdb/1560.
11788
11789 2004-02-20 Mark Kettenis <kettenis@gnu.org>
11790
11791 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
11792 comments.
11793 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
11794 functions.
11795 (amd64obsd_init_abi): Reorder initializations. Use
11796 amd64obsd_r_reg_offset to initialize the general-purpose register
11797 set details. Set regset_from_core_section.
11798 (_initialize_amd64obsd_tdep): Rename from
11799 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
11800 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11801 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11802
11803 * NEWS (New native configurations): Mention OpenBSD/alpha.
11804 * configure.tgt: Add alpha*-*-openbsd*.
11805 * configure.host: Add alpha*-*-openbsd*.
11806 * alphanbsd-tdep.c: Update copyright year.
11807 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11808
11809 2004-02-20 Andrew Cagney <cagney@redhat.com>
11810
11811 Fix PR tdep/1372.
11812 * configure.tgt: Delete target "none-*-*".
11813 * configure.host: Delete host "none-*-*".
11814 * config/none/none.mh: Delete file.
11815 * config/none/none.mt: Delete file.
11816 * config/none/xm-none.h: Delete file.
11817 * config/none/tm-none.h: Delete file.
11818 * config/none/nm-none.h: Delete file.
11819
11820 2004-02-19 Fred Fish <fnf@redhat.com>
11821
11822 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11823 cache->uses_fp prior to setting it.
11824
11825 2004-02-19 Fred Fish <fnf@redhat.com>
11826
11827 Fix for PR breakpoint/1558.
11828 * sh-tdep.c (IS_JSR): New macro.
11829 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11830
11831 2004-02-19 Jim Blandy <jimb@redhat.com>
11832
11833 * findvar.c (value_from_register): Doc fix.
11834
11835 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
11836
11837 * printcmd.c (print_scalar_formatted): Do not check for sizeof
11838 type being greater than sizeof of host's LONGEST. Always use
11839 unpack_long() unless format 'f' chosen.
11840
11841 2004-02-19 Joel Brobecker <brobecker@gnat.com>
11842
11843 Committed by Elena Zannoni <ezannoni@redhat.com>
11844
11845 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11846 contains a symbol wich is the best, non-exact match for the given
11847 pc. Update comments.
11848
11849 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
11850
11851 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11852 macro, which was part of the now removed Mach 3 port.
11853 * utils.c (request_quit): Ditto.
11854
11855 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11856
11857 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11858 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11859
11860 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11861
11862 Committed by Mark Kettenis <kettenis@gnu.org>.
11863
11864 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11865 Define.
11866
11867 2004-02-18 Andrew Cagney <cagney@redhat.com>
11868
11869 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11870 CONFIG_INSTALL and CONFIG_UNINSTALL.
11871 * configure: Re-generate.
11872 * interps.h (INTERP_TUI): Define.
11873 * Makefile.in: Update dependencies.
11874 (TUI): New macro.
11875 (tui-main.o): Specify dependencies.
11876 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11877 * tui/tui-main.c: New file.
11878
11879 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11880
11881 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11882 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11883 dependencies.
11884 * configure.host: Add x86_64-*-openbsd*.
11885 * configure.tgt: Add x86_64-*-openbsd*.
11886 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11887
11888 * tui/tui.c: Don't include <malloc.h>.
11889
11890 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11891 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11892 amd64nbsd-tdep.c.
11893
11894 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
11895 static. Remove extraneous whitespace.
11896 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11897 static.
11898
11899 2004-02-17 Jim Blandy <jimb@redhat.com>
11900
11901 * findvar.c (value_from_register): Doc fix.
11902
11903 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11904
11905 Committed by Jim Blandy <jimb@redhat.com>.
11906
11907 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
11908 CORE_ADDR as type for selectors. Correct types for GNU run time
11909 message lookup function to use double indirection.
11910 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11911 * objc-lang.h (lookup_child_selector): Adapt prototype.
11912
11913 * s390-nat.c (SUBOFF): New macro.
11914 (supply_gregset, fill_gregset): Use it to handle debugging
11915 of 32-bit exectuables running under a 64-bit kernel.
11916 * s390-tdep.c: Include "solib-svr4.h".
11917 (s390_svr4_fetch_link_map_offset): New function.
11918 (s390x_svr_fetch_link_map_offset): Likewise.
11919 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11920 * Makefile.in (s390-tdep.o): Update dependencies.
11921
11922 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11923 "frame-unwind.h".
11924 (s390_readinstruction): Reformat. Use read_memory_nobpt.
11925 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11926 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11927 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11928 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11929 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
11930 S390_SIGNAL_FRAMESIZE,
11931 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11932 (struct frame_extra_info): Remove.
11933 (s390_memset_extra_info): Remove.
11934 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11935 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11936 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
11937 (is_rse): Renamed to ...
11938 (is_rsy): ... this. Support long displacements.
11939 (is_rxe): Renamed to ...
11940 (is_rxy): ... this. Support long displacements.
11941 (compute_x_addr): Support long displacements.
11942 (struct s390_prologue_data): New data type.
11943 (s390_on_stack): Change API to use struct s390_prologue_data.
11944 (s390_store): Reimplement.
11945 (s390_load): New function.
11946 (s390_get_signal_frame_info): Remove.
11947 (s390_get_frame_info): Remove, replace by ...
11948 (s390_analyze_prolog): ... this new function.
11949 (s390_check_function_end): Remove.
11950 (s390_function_start): Remove.
11951 (s390_frameless_function_invokation): Remove.
11952 (s390_is_sigreturn): Remove.
11953 (s390_init_frame_pc_first): Remove.
11954 (s390_init_frame_extra_info): Remove.
11955 (s390_frame_init_saved_regs): Remove.
11956 (s390_frame_saved_pc_nofix): Remove.
11957 (s390_frame_saved_pc): Remove.
11958 (s390_frame_chain): Remove.
11959 (s390_fp_regnum, s390_read_fp): Remove.
11960 (s390_pop_frame_regular, s390_pop_frame): Remove.
11961 (s390_saved_pc_after_call): Remove.
11962 (s390_skip_prologue): Reimplement.
11963 (s390_in_function_epilogue_p): Support long displacements.
11964 (struct s390_unwind_cache): New data structure.
11965 (s390_frame_unwind_cache): New function.
11966 (s390_prologue_frame_unwind_cache): Likewise.
11967 (s390_backchain_frame_unwind_cache): Likewise.
11968 (s390_frame_this_id, s390_frame_prev_register): Likewise.
11969 (s390_frame_unwind): Define.
11970 (s390_frame_sniffer): New function.
11971 (struct s390_pltstub_unwind_cache): New data structure.
11972 (s390_pltstub_frame_unwind_cache): New function.
11973 (s390_pltstub_frame_this_id): Likewise.
11974 (s390_pltstub_frame_prev_register): Likewise.
11975 (s390_pltstub_frame_unwind): Define.
11976 (s390_pltstub_frame_sniffer): New function.
11977 (struct s390_sigtramp_unwind_cache): New data structure.
11978 (s390_sigtramp_frame_unwind_cache): New function.
11979 (s390_sigtramp_frame_this_id): Likewise.
11980 (s390_sigtramp_frame_prev_register): Likewise.
11981 (s390_sigtramp_frame_unwind): Define.
11982 (s390_sigtramp_frame_sniffer): New function.
11983 (s390_frame_base_address, s390_local_base_address): New functions.
11984 (s390_frame_base): Define.
11985 (s390_unwind_pc, s390_unwind_sp): New function.
11986 (s390_push_dummy_call): Use new frame base location.
11987 (s390_unwind_dummy_id): Likewise.
11988 (s390_gdbarch_init): Remove calls to:
11989 set_gdbarch_frameless_function_invocation,
11990 set_gdbarch_deprecated_init_frame_pc,
11991 set_gdbarch_deprecated_frame_chain,
11992 set_gdbarch_deprecated_frame_init_saved_regs,
11993 set_gdbarch_deprecated_pop_frame,
11994 set_gdbarch_deprecated_init_extra_frame_info,
11995 set_gdbarch_deprecated_init_frame_pc_first,
11996 set_gdbarch_deprecated_target_read_fp,
11997 set_gdbarch_deprecated_frame_saved_pc,
11998 set_gdbarch_deprecated_saved_pc_after_call,
11999 set_gdbarch_deprecated_fp_regnum.
12000 Add calls to:
12001 set_gdbarch_in_solib_call_trampoline,
12002 frame_unwind_append_sniffer,
12003 frame_base_set_default,
12004 set_gdbarch_unwind_pc,
12005 set_gdbarch_unwind_sp.
12006 * Makefile.in (s390-tdep.o): Update dependencies.
12007
12008 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
12009 (S390_STACK_FRAME_OVERHEAD): Remove.
12010 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
12011 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
12012 (s390_promote_integer_argument): Remove.
12013 (s390_cannot_extract_struct_value_address): Remove.
12014 (s390_use_struct_convention, s390_store_struct_return): Remove.
12015 (s390_extract_return_value, s390_store_return_value): Remove.
12016 (s390_return_value_convention, s390_return_value): New functions.
12017 (is_float_singleton): Handle typedefs.
12018 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
12019 Remove, replace by ...
12020 (s390_function_arg_pass_by_reference, s390_function_arg_float,
12021 s390_function_arg_integer): ... these new functions.
12022 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
12023 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
12024 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
12025 Fill in tdep->abi.
12026 Remove calls to:
12027 set_gdbarch_deprecated_store_struct_return,
12028 set_gdbarch_deprecated_extract_return_value,
12029 set_gdbarch_deprecated_store_return_value,
12030 set_gdbarch_use_struct_convention,
12031 set_gdbarch_extract_struct_value_address,
12032 set_gdbarch_deprecated_pc_in_call_dummy,
12033 set_gdbarch_deprecated_push_arguments,
12034 set_gdbarch_deprecated_save_dummy_frame_tos,
12035 set_gdbarch_deprecated_push_return_address,
12036 set_gdbarch_deprecated_sizeof_call_dummy_words,
12037 set_gdbarch_deprecated_call_dummy_words,
12038 set_gdbarch_deprecated_dummy_write_sp.
12039 Add calls to:
12040 set_gdbarch_push_dummy_call,
12041 set_gdbarch_unwind_dummy_id,
12042 set_gdbarch_return_value.
12043
12044 * config/s390/nm-linux.h: Update comments.
12045 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
12046 (STOPPED_BY_WATCHPOINT): Redefine.
12047 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
12048 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
12049 (s390_stopped_by_watchpoint): Likewise.
12050 (watch_area_cnt): Remove.
12051 * s390-nat.c: Update comments.
12052 (watch_area): Remove typedef.
12053 Global replace watch_area by struct watch_area.
12054 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
12055 (s390_stopped_by_watchpoint): Remove pid argument,
12056 use s390_inferior_tid. Add short-cut for the no watchpoint case.
12057 (s390_fix_watch_points): Remove pid argument,
12058 use s390_inferior_tid. Recompute area spanned by watchpoints.
12059 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
12060 argument. Reimplement.
12061
12062 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
12063 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
12064 (FETCH_INFERIOR_REGISTERS): Define.
12065 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
12066 core-regset.o.
12067 * config/s390/s390x.mt: Remove.
12068 * config/s390/tm-s390.h: Remove.
12069 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
12070 (TARGET_ELF64): Remove.
12071 (SKIP_TRAMPOLINE_CODE): Do not undefine.
12072 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
12073 s390*-*-* case; always set gdb_target to s390.
12074 * regformats/reg-s390.dat: Remove control registers.
12075 * regformats/reg-s390x.dat: Likewise.
12076 * s390-tdep.h: New file.
12077 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
12078 Include "inferior.h" and "s390-tdep.h".
12079 Remove private definition of offsetof.
12080 (s390_register_u_addr): Remove.
12081 (regmap_gregset, regmap_fpregset): Define.
12082 (supply_gregset, fill_gregset): Reimplement.
12083 (supply_fpregset, fill_fpregset): Likewise.
12084 (s390_inferior_tid): New function.
12085 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
12086 (fetch_inferior_registers, store_inferior_registers): Likewise.
12087 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
12088 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
12089 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
12090 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
12091 (struct gdbarch_tdep): Define.
12092 (struct s390_register_info): Define.
12093 (s390_register_info): New variable.
12094 (s390_register_name): Reimplement.
12095 (s390_register_type): New function.
12096 (s390_register_raw_size, s390x_register_raw_size): Remove.
12097 (s390_cannot_fetch_register): Remove.
12098 (s390_register_byte): Remove.
12099 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
12100 (s390_dwarf_regmap): New variable.
12101 (s390_dwarf_reg_to_regnum): New function.
12102 (s390_stab_reg_to_regnum): Remove.
12103 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
12104 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
12105 (s390_convert_register_p): Likewise.
12106 (s390_register_to_value, s390_value_to_register): Likewise.
12107 (s390_register_reggroup_p): Likewise.
12108 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
12109 s390_gregset, s390x_gregset, s390_fpregset): New variables.
12110 (s390_supply_regset, s390_regset_from_core_section): New functions.
12111 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
12112 (S390_FPR_SIZE): Likewise.
12113 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
12114 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
12115 (S390_NUM_GPRS): Move here from tm-s390.h.
12116 (S390_NUM_FPRS): Likewise.
12117 (s390_in_function_epilogue_p): New function.
12118 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
12119 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
12120 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
12121 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
12122 Replace S390_FP_REGNUM by S390_SP_REGNUM.
12123 Remove calls to:
12124 set_gdbarch_deprecated_max_register_raw_size,
12125 set_gdbarch_deprecated_max_register_virtual_size,
12126 set_gdbarch_deprecated_register_byte,
12127 set_gdbarch_cannot_fetch_register,
12128 set_gdbarch_cannot_store_register,
12129 set_gdbarch_deprecated_register_size,
12130 set_gdbarch_deprecated_register_raw_size,
12131 set_gdbarch_deprecated_register_virtual_size,
12132 set_gdbarch_deprecated_register_virtual_type,
12133 set_gdbarch_deprecated_register_bytes.
12134 Add calls to:
12135 set_gdbarch_num_pseudo_regs,
12136 set_gdbarch_register_type,
12137 set_gdbarch_convert_register_p,
12138 set_gdbarch_register_to_value,
12139 set_gdbarch_value_to_register,
12140 set_gdbarch_register_reggroup_p,
12141 set_gdbarch_regset_from_core_section,
12142 set_gdbarch_pseudo_register_read,
12143 set_gdbarch_pseudo_register_write,
12144 set_gdbarch_in_function_epilogue_p.
12145 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
12146 (s390_tdep_h): New variable.
12147
12148 2004-02-17 Jim Blandy <jimb@redhat.com>
12149
12150 * findvar.c (value_from_register): If the type has no length, just
12151 return an acceptable value --- don't report an internal error.
12152
12153 * stabsread.c (read_type): If we find any type numbers that are
12154 forward references, complain if the references aren't resolved by
12155 the time we're finished reading.
12156 (cleanup_undefined_types): Make error message more appropriate for
12157 a complaint.
12158
12159 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12160
12161 * Makefile.in (defs_h): Remove dependency on progress_h.
12162 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
12163 progress.h.
12164 * main.c (captured_main): Delete use of START_PROGRESS and
12165 END_PROGRESS.
12166
12167 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12168
12169 * objfiles.c (terminate_minimal_symbol_table): Add back
12170 initialization of MSYMBOL_TYPE.
12171
12172 2004-02-17 David Mosberger <davidm@hpl.hp.com>
12173
12174 Committed by Andrew Cagney.
12175 * Makefile.in (ia64_tdep_h): New macro.
12176 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
12177 (ia64-tdep.o): Likewise.
12178 * ia64-tdep.h: New file.
12179 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
12180 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
12181 (ia64_aix_sigcontext_register_address): Likewise.
12182 (ia64_linux_getunwind_table): Delete declaration.
12183 * ia64-linux-tdep.c: Likewise.
12184
12185 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
12186
12187 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
12188 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
12189 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
12190
12191 2004-02-17 Andrew Cagney <cagney@redhat.com>
12192
12193 * symtab.c (skip_prologue_using_sal): New function.
12194 * symtab.h (skip_prologue_using_sal): Declare.
12195 * frv-tdep.c: Include "symtab.h".
12196 (skip_prologue_using_sal): Delete function.
12197 * mips-tdep.c (skip_prologue_using_sal): Delete function.
12198 * rs6000-tdep.c (refine_prologue_limit): Mention
12199 skip_prologue_using_sal.
12200 * ia64-tdep.c (refine_prologue_limit): Ditto.
12201 * Makefile.in: Update dependencies.
12202
12203 2004-02-16 Andrew Cagney <cagney@redhat.com>
12204
12205 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
12206 START_INFERIOR_TRAPS_EXPECTED.
12207 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
12208 START_INFERIOR_TRAPS_EXPECTED.
12209 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
12210 Delete macro.
12211 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
12212 macro, moved to "nm-osf.h". Update copyright.
12213 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
12214 update copyright.
12215
12216 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
12217 and function replacing FRAMELESS_FUNCTION_INVOCATION.
12218 * blockframe.c (legacy_frameless_look_for_prologue): Rename
12219 frameless_look_for_prologue.
12220 * frame.h (legacy_frameless_look_for_prologue): Rename
12221 frameless_look_for_prologue.
12222 * gdbarch.h, gdbarch.c: Re-generate.
12223 * sh64-tdep.c (sh64_gdbarch_init): Update.
12224 * sh-tdep.c (sh_gdbarch_init): Update.
12225 * s390-tdep.c (s390_gdbarch_init): Update.
12226 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12227 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12228 * m68k-tdep.c (m68k_gdbarch_init): Update.
12229 (delta68_frame_args_address): Update.
12230 * m32r-tdep.c (m32r_gdbarch_init): Update.
12231 * hppa-tdep.c (hppa_gdbarch_init): Update.
12232 * h8300-tdep.c (h8300_gdbarch_init): Update.
12233 * frv-tdep.c (frv_gdbarch_init): Update.
12234 (frv_frameless_function_invocation): Update.
12235 * cris-tdep.c (cris_gdbarch_init): Update.
12236 (cris_frameless_function_invocation): Update.
12237 * avr-tdep.c (avr_gdbarch_init): Update.
12238 * arm-tdep.c (arm_gdbarch_init): Update.
12239 * stack.c (frame_info): Update, call predicate.
12240 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
12241 * frame.c (legacy_get_prev_frame): Update, call predicate..
12242 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
12243 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
12244 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
12245 invocation.
12246 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12247 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12248 * vax-tdep.c (vax_gdbarch_init): Ditto.
12249
12250 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
12251 function.
12252
12253 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
12254
12255 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
12256 initializations.
12257
12258 2004-02-16 Andrew Cagney <cagney@redhat.com>
12259
12260 * tui/tui-windata.c: Include "gdb_string.h".
12261 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
12262 * tui/tui-layout.c, tui/tui-command.c: Ditto.
12263 * Makefile.in: Update dependencies.
12264
12265 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
12266
12267 * Makefile.in (infrun.o): Add $(gdb_assert_h).
12268 * infrun.c: Include "gdb_assert.h".
12269 (singlestep_ptid, saved_singlestep_ptid)
12270 (stepping_past_singlestep_breakpoint): New variables.
12271 (resume): Set singlestep_ptid. Check for singlestep thread
12272 hop.
12273 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
12274 (handle_inferior_event): Handle singlestep thread hop.
12275
12276 2004-02-16 Andrew Cagney <cagney@redhat.com>
12277
12278 * dwarf2-frame.c (dwarf2_frame_ops): New function.
12279 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
12280 (dwarf2_frame_init_reg): Ditto.
12281
12282 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
12283 suggested by Joshua Neuheisel
12284
12285 * configure.in: Always check for curses, including pdcurses.
12286 Warn, instead of error, when no curses are found. Enable TUI when
12287 curses is available.
12288 * configure: Re-generate.
12289
12290 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
12291
12292 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
12293 sh_sh4_register_convert_to_virtual.
12294 (sh_register_convert_to_raw): Rename from
12295 sh_sh4_register_convert_to_raw.
12296 (sh_pseudo_register_read): Accomodate above name change.
12297 (sh_pseudo_register_write): Ditto.
12298
12299 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
12300
12301 * sh-tdep.c (sh_generic_register_name): Remove.
12302 (sh_gdbarch_init): Use sh_sh_register_name in default case.
12303
12304 2004-02-15 Andrew Cagney <cagney@redhat.com>
12305
12306 * configure.in (build_warnings): Add -Wunused-function.
12307 * configure: Re-generate.
12308
12309 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
12310 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
12311
12312 * procfs.c (procfs_init_inferior): Assume that
12313 START_INFERIOR_TRAPS_EXPECTED is defined.
12314 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
12315 * config/ns32k/tm-nbsd.h: Delete file,
12316 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
12317
12318 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
12319 * config/vax/tm-vax.h: Delete file.
12320
12321 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12322 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12323 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12324 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12325 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
12326 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12327 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
12328
12329 2004-02-15 Mark Kettenis <kettenis@gnu.org>
12330
12331 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
12332 * dwarf2-frame.c (dwarf2_frame_data): New variable.
12333 (struct dwarf2_frame_ops): New.
12334 (dwarf2_frame_default_init_reg): New function, based on
12335 dwarf2_frame_init_reg.
12336 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
12337 (dwarf2_frame_init_reg): Call architecture-specific function.
12338 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
12339 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
12340 instead of dwarf2_frame_data.
12341 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
12342 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
12343
12344 2004-02-15 Andrew Cagney <cagney@redhat.com>
12345
12346 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
12347 register_gdbarch_swap.
12348 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
12349 * f-lang.c (_initialize_f_language): Update, use
12350 DEPRECATED_REGISTER_GDBARCH_SWAP.
12351 * remote.c (_initialize_remote): Ditto.
12352 * regcache.c (_initialize_regcache): Ditto.
12353 * parse.c (_initialize_parse): Ditto.
12354 * infrun.c (_initialize_infrun): Ditto.
12355 * mi/mi-main.c (_initialize_mi_main): Ditto.
12356 * gdbtypes.c (_initialize_gdbtypes): Ditto.
12357
12358 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
12359 poking .cacheable directly.
12360 * symfile.c (symfile_bfd_open): Ditto.
12361
12362 * Makefile.in: Update all dependencies.
12363
12364 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
12365 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
12366 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
12367 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
12368 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
12369
12370 2004-02-14 Andrew Cagney <cagney@redhat.com>
12371
12372 * arch-utils.c (legacy_convert_register_p): Check
12373 DEPRECATED_REGISTER_CONVERTIBLE_P.
12374 * findvar.c (value_of_register): Ditto.
12375
12376 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
12377 * gdbarch.h, gdbarch.c: Re-generate.
12378 * arch-utils.c (deprecated_register_convertible_not): Delete.
12379 * arch-utils.h (deprecated_register_convertible_not): Delete.
12380 * mi/mi-main.c (get_register): Update. Update copyright.
12381 * infcmd.c (default_print_registers_info): Update.
12382
12383 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
12384 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
12385 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
12386 * gdbarch.h, gdbarch.c: Re-generate.
12387 * frame.c (deprecated_get_next_frame_hack): Delete function.
12388 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
12389 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
12390 Update.
12391 * infcall.c (call_function_by_hand): Update.
12392
12393 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
12394
12395 * symfile.c (init_entry_point_info, entry_point_address): Move
12396 from here...
12397 * objfiles.c (init_entry_point_info, entry_point_address):..to
12398 here.
12399 * symfile.h (init_entry_point_info, entry_point_address): Remove
12400 prototypes.
12401 * objfiles.h (init_entry_point_info, entry_point_address):Add
12402 prototypes.
12403 * cris-tdep.c: Remove include of symfile.h. Add include of
12404 objfiles.h.
12405 * infcall.c: Ditto.
12406 * mcore-tdep.c: Ditto.
12407 * mn10300-tdep.c: Ditto.
12408 * sh64-tdep.c: Ditto.
12409 * v850-tdep.c: Ditto.
12410 * arm-tdep.c: Remove include of symfile.h.
12411 * blockframe.c: Ditto.
12412 * coffread.c: Ditto.
12413 * dbxread.c: Ditto.
12414 * dwarf2read.c: Ditto.
12415 * dwarfread.c: Ditto.
12416 * frv-tdep.c: Ditto.
12417 * ia64-tdep.c: Ditto.
12418 * mdebugread.c: Ditto.
12419 * mipsread.c: Ditto.
12420 * rs6000-tdep.c: Ditto.
12421 * s390-tdep.c: Ditto.
12422 * sh-tdep.c: Ditto.
12423 * xstormy16-tdep.c: Ditto.
12424 * gdbarch.sh: Remove include of symfile.h.
12425 * gdbarch.c: Regenerate.
12426 * solib-irix.c (enable_break): Use entry_point_address().
12427 Add comment about include file.
12428 * xcoffread.c: Add comment about include file.
12429 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
12430 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
12431 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
12432 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
12433 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
12434
12435 2004-02-13 Andrew Cagney <cagney@redhat.com>
12436
12437 * corelow.c (core_xfer_partial): Use "struct bfd_section".
12438 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
12439 copyright.
12440 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
12441
12442 2004-02-12 Fred Fish <fnf@redhat.com>
12443
12444 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
12445 set_gdbarch_store_return_value.
12446
12447 2004-02-12 Andrew Cagney <cagney@redhat.com>
12448
12449 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
12450 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
12451 (interrupt_query): Ditto.
12452 (ofunc): Delete unused variable.
12453 * cris-tdep.c (cris_abi): Delete unused function.
12454 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
12455 (cris_get_wide_opcode, cris_get_short_size): Ditto.
12456 (cris_get_asr_quick_shift_steps): Ditto.
12457 (cris_skip_prologue_frameless_p): Ditto.
12458 * arm-tdep.c (arm_push_return_address): Delete unused function.
12459 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
12460 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
12461 * s390-tdep.c (s390_function_start): Delete unused function.
12462
12463 2004-02-12 Andrew Cagney <cagney@redhat.com>
12464
12465 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
12466 gdbarch.h, gdbarch.c: Re-generate.
12467 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
12468 to generic_prologue_frameless_p.
12469 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
12470 * arch-utils.c (generic_prologue_frameless_p): Delete function.
12471
12472 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
12473
12474 * mips-linux-tdep.c: Include "frame.h".
12475 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
12476 (mips_linux_skip_resolver): New functions.
12477 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
12478 and set_gdbarch_in_solib_call_trampoline.
12479 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
12480 to after set_gdbarch_in_solib_return_trampoline. Only set the
12481 solib hooks to mips16 functions if the OS ABI is unknown.
12482 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
12483 including "config/tm-linux.h".
12484 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
12485 * Makefile.in (mips-linux-tdep.o): Update.
12486
12487 2004-02-11 David Carlton <carlton@kealia.com>
12488
12489 * linespec.c (decode_compound): Only look for a class symbol when
12490 considering all but the rightmost component.
12491
12492 2004-02-11 Andrew Cagney <cagney@redhat.com>
12493
12494 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
12495 abi code are are separatly grouped.
12496
12497 2004-02-11 Andrew Cagney <cagney@redhat.com>
12498
12499 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
12500 * gdbarch.h, gdbarch.c: Re-generate.
12501 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12502 * v850-tdep.c (v850_gdbarch_init): Update.
12503 * sh64-tdep.c (sh64_gdbarch_init): Update.
12504 * sh-tdep.c (sh_gdbarch_init): Update.
12505 * s390-tdep.c (s390_gdbarch_init): Update.
12506 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12507 * mips-tdep.c (mips_gdbarch_init): Update.
12508 * mcore-tdep.c (mcore_gdbarch_init): Update.
12509 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12510 * m32r-tdep.c (m32r_gdbarch_init): Update.
12511 * ia64-tdep.c (ia64_gdbarch_init): Update.
12512 * hppa-tdep.c (hppa_gdbarch_init): Update.
12513 * h8300-tdep.c (h8300_gdbarch_init): Update.
12514 * frv-tdep.c (frv_gdbarch_init): Update.
12515 * d10v-tdep.c (d10v_gdbarch_init): Update.
12516 * cris-tdep.c (cris_gdbarch_init): Update.
12517 * avr-tdep.c (avr_gdbarch_init): Update.
12518 * arm-tdep.c (arm_gdbarch_init): Update.
12519 * alpha-tdep.c (alpha_gdbarch_init): Update.
12520
12521 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
12522
12523 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
12524 comma.
12525 (sh_sh4al_dsp_register_name): Ditto.
12526
12527 2004-02-10 Andrew Cagney <cagney@redhat.com>
12528
12529 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
12530 (mips_init_frame_pc_first): Delete function.
12531 (mips_frame_saved_pc): Delete function.
12532 (mips_frame_chain): Delete function.
12533 (mips_init_extra_frame_info): Delete function.
12534 (mips_xfer_register): Delete unused variable "reg".
12535 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
12536 (mips_n32n64_return_value): Delete unused variable "reg".
12537 (mips_n32n64_return_value): Delete unused variable "pos".
12538 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
12539 (mips_o32_return_value): Delete unused variable "pos".
12540 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
12541 (mips_print_fp_register): Delete unused variable "namelen"
12542 (mips_print_fp_register): Delete unused variable "flt2"
12543 (get_frame_pointer): Delete function.
12544 (cached_proc_desc): Delete static variable.
12545 (mips_pop_frame): Delete function.
12546 (mips_find_saved_regs): Delete function.
12547 (mips_get_saved_register): Delete function.
12548 (mips_saved_pc_after_call): Delete function.
12549 (SIGFRAME_BASE): Delete macro.
12550 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
12551 (SIGFRAME_PC_OFF): Delete macro.
12552 (SIGFRAME_REGSAVE_OFF): Delete macro.
12553 (mips_dump_tdep): Do not print deleted macro definitions.
12554
12555 2004-02-10 Andrew Cagney <cagney@redhat.com>
12556
12557 * Makefile.in (SFILES): Remove explictly listed tui files.
12558 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
12559
12560 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
12561
12562 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
12563 to use paddr functions to format ia64 addresses and long values.
12564 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
12565 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
12566 (get_kernel_table, ia64_find_proc_info_x): Ditto.
12567 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
12568 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
12569
12570 2004-02-10 Andrew Cagney <cagney@redhat.com>
12571
12572 * defs.h: Do not include "tui.h".
12573 * gdb_curses.h: New file.
12574 * tui/tui-hooks.h: New file.
12575 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
12576 (tui_install_hooks, tui_remove_hooks): Delete declarations.
12577 (tui_initialize_io): Delete declaration.
12578 (tui_initialize_readline: Delete redundant declaration.
12579 (struct tui_point): Delete definition.
12580 * tui/tui-data.h (struct tui_point): Define.
12581 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
12582 * utils.c: Include "tui/tui.h".
12583 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
12584 * printcmd.c [TUI]: Include "tui/tui.h".
12585 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
12586 * tui/tui-command.c: Include "gdb_curses.h".
12587 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
12588 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
12589 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
12590 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
12591 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
12592 * Makefile.in: Update all dependencies.
12593 (tui_hooks_h, gdb_curses_h): Define.
12594 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
12595
12596 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
12597
12598 * objfiles.h (struct objfile): Remove unused fields auxf1 and
12599 auxf2. Add comments about some other rarely used fields.
12600
12601 2004-02-10 Andrew Cagney <cagney@redhat.com>
12602
12603 * Makefile.in (init.c): Fix script removing duplicates. Problem
12604 reported by Peter Schauer.
12605
12606 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
12607
12608 * bcache.c (bcache_xmalloc): Use obstack_init instead of
12609 obstack_specify_allocation.
12610 * objfiles.c (allocate_objfile): Ditto.
12611 * solib-sunos.c (solib_add_common_symbols)
12612 (allocate_rt_common_objfile): Ditto.
12613 * symfile.c (reread_symbols): Ditto.
12614 * gdb_obstack.h: Add comment.
12615
12616 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
12617
12618 * linespec.c (decode_line_1, locate_first_half)
12619 (decode_compound, lookup_prefix_sym): Update comments. Delete old
12620 commented out code.
12621
12622 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
12623
12624 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
12625 obstack_free.
12626
12627 2004-02-09 Andrew Cagney <cagney@redhat.com>
12628
12629 * blockframe.c (find_pc_partial_function): If find_pc_overlay
12630 fails, try find_pc_section. Fix PR c++/1267.
12631 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
12632 instead of find_pc_mapped_section.
12633 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
12634 not default to the section containing PC. Fix PR symtab/1519.
12635
12636 2004-02-09 Andrew Cagney <cagney@redhat.com>
12637
12638 * Makefile.in (mips-tdep.o): Update dependencies.
12639 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
12640 "trad-frame.h".
12641 (mips_unwind_pc): Return the pseudo PC register.
12642 (mips_unwind_dummy_id): New function.
12643 (mips16_fetch_instruction): New function.
12644 (mips32_fetch_instruction): New function.
12645 (struct mips_frame_cache): Define.
12646 (mips_mdebug_frame_cache): New function.
12647 (mips_mdebug_frame_this_id): New function.
12648 (mips_mdebug_frame_prev_register): New function.
12649 (mips_mdebug_frame_unwind): Define.
12650 (mips_mdebug_frame_sniffer): New function.
12651 (mips_mdebug_frame_base_address): New function.
12652 (mips_mdebug_frame_base): Define.
12653 (mips_mdebug_frame_base_sniffer): New function.
12654 (mips_gdbarch_init): Append unwind and base sniffers. Set
12655 unwind_dummy_id.
12656
12657 2004-02-08 Andrew Cagney <cagney@redhat.com>
12658
12659 * frame.c: Print both the register number and name.
12660
12661 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
12662 and a sed into a single sed. Make .c and .o patterns more robust.
12663 (OBS): Delete.
12664 (INIT_FILES): Replace OBS with COMMON_OBS.
12665 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
12666
12667 2004-02-08 Mark Kettenis <kettenis@gnu.org>
12668
12669 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
12670 the PT_WCOOKIE request.
12671
12672 2004-02-08 Andrew Cagney <cagney@redhat.com>
12673
12674 * mips-tdep.c (mips_unwind_pc): New function.
12675 (mips_gdbarch_init): Set mips_unwind_pc.
12676
12677 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
12678 (get_frame_id): Allow the UNKNOWN_FRAME.
12679 (frame_register_unwind, get_frame_type): Ditto.
12680
12681 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
12682 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
12683 unwind_dummy_id indicates a legacy frame.
12684
12685 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
12686 * configure: Re-generate.
12687
12688 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
12689 methods.
12690
12691 2004-02-08 Andrew Cagney <cagney@redhat.com>
12692
12693 * configure.in (CONFIG_ALL): Set to Makefile target, and not
12694 makefile macro.
12695 * configure: Re-generate.
12696 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
12697 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
12698 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
12699 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
12700 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
12701 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
12702 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
12703 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
12704 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
12705 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
12706
12707 2004-02-07 Andrew Cagney <cagney@redhat.com>
12708
12709 * Makefile.in: Update all dependencies.
12710
12711 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
12712 * configure: Re-generate.
12713 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
12714 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
12715 (COMMON_OBS): Add "main.o" and "annotate.o".
12716 (ANNOTATE_OBS): Delete.
12717 (OBS): Remove ANNOTATE_OBS.
12718 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
12719 CONFIG_INITS.
12720 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
12721 against CONFIG_OBS and "main.o".
12722 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
12723 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
12724
12725 * tui/tui-command.c: Include "gdb_string.h", delete register
12726 attribute, use ISO-C function signatures.
12727 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
12728 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12729 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
12730 * tui/tui.c: Ditto.
12731
12732 * tui/tui-command.c: Change variable and function names to lower
12733 case.
12734 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
12735 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
12736 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12737 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12738 * tui/tui-winsource.c, tui/tui.c: Ditto.
12739
12740 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12741
12742 * buildsym.c (free_pending_blocks, finish_block)
12743 (record_pending_block, make_blockvector, end_symtab): Replace
12744 symbol_obstack with objfile_obstack.
12745 * coffread.c (process_coff_symbol, coff_read_struct_type)
12746 (coff_read_enum_type): Ditto.
12747 * cp-namespace.c (initialize_namespace_symtab)
12748 (check_one_possible_namespace_symbol): Ditto.
12749 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
12750 (dwarf2_symbol_mark_computed): Ditto.
12751 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
12752 * elfread.c (elf_symtab_read): Ditto.
12753 * hpread.c (hpread_symfile_init, hpread_symfile_init)
12754 (hpread_read_enum_type, hpread_read_function_type)
12755 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
12756 Ditto.
12757 * jv-lang.c (get_java_class_symtab, add_class_symbol)
12758 (java_link_class_type): Ditto.
12759 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
12760 (new_symbol): Ditto.
12761 * minsyms.c (install_minimal_symbols): Ditto.
12762 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
12763 (terminate_minimal_symbol_table): Replace symbol_obstack with
12764 objfile_obstack.
12765 (free_objfile): Remove freeing of symbol_obstack.
12766 * objfiles.h: Remove symbol_obstack field.
12767 * pa64solib.c (add_to_solist): Replace symbol_obstack with
12768 objfile_obstack.
12769 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12770 symbol_obstack.
12771 (solib_add_common_symbols): Replace symbol_obstack with
12772 objfile_obstack.
12773 * somsolib.c (som_solib_add): Ditto.
12774 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
12775 (common_block_start, common_block_end): Ditto.
12776 * symfile.c (reread_symbols): Remove freeing and init of
12777 symbol_obstack.
12778 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
12779 * symfile.h: Update comment.
12780 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12781 stats printing.
12782 * symtab.c (symbol_set_names): Replace symbol_obstack with
12783 objfile_obstack.
12784 * symtab.h (struct general_symbol_info, struct minimal_symbol):
12785 Update comments.
12786 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12787 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12788 objfile_obstack.
12789
12790 2004-02-07 Andrew Cagney <cagney@redhat.com>
12791
12792 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
12793 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
12794 fields and variables.
12795 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
12796 (m_beInvisible): Delete macro.
12797 * tui/tui-data.h: Fix case case fields and variables.
12798 (m_genWinPtrIsNull): Delete macro.
12799 (tui_win_list): Rename winList.
12800 (TUI_SRC_WIN): Rename srcWin.
12801 (TUI_DISASM_WIN): Rename disassemWin.
12802 (TUI_DATA_WIN): Rename dataWin.
12803 (TUI_CMD_WIN): Rename cmdWin.
12804 (m_genWinPtrNotNull): Delete macro.
12805 (m_winPtrIsNull): Delete macro.
12806 (m_winPtrNotNull): Delete macro.
12807 (tui_win_is_source_type): Replace m_winIsSourceType
12808 (tui_win_is_auxillary): Replace m_winIsAuzillary.
12809 (tui_win_has_locator): Replace m_hasLocator.
12810 (tui_set_win_highlight): Replace m_setWinHighlightOn and
12811 m_setWinHighlightOff.
12812 * tui/tui-data.c: Update references.
12813 (tui_win_is_source_type, tui_set_win_highlight): New functions.
12814 (tui_win_has_locator, tui_win_is_auxillary): New functions.
12815 * tui/tui-command.c, tui/tui-disasm.c: Update references.
12816 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12817 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12818 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12819 * tui/tui-winsource.c, tui/tui.c: Ditto.
12820
12821 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12822
12823 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12824 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12825 StackGhost.
12826
12827 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12828 variable `i6' to `i7'.
12829 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12830
12831 2004-02-07 Andrew Cagney <cagney@redhat.com>
12832
12833 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12834 (TuiPoint, TuiPointPtr): Ditto.
12835 (TuiStatus, TuiStatusPtr): Ditto.
12836 (TuiWinType, TuiWinTypePtr): Ditto.
12837 (struct tui_point): Rename _TuiPoint.
12838 (tui_get_low_disassembly_address): Rename
12839 tuiGetLowDisassemblyAddress.
12840 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12841 (tuiFree): Delete declaration.
12842 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12843 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12844 * tui/tui.c (tuiFree): Delete function.
12845 * cli/cli-cmds.c (disassemble_command): Update references.
12846 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12847 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12848 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12849 * tui/tui-winsource.c: Ditto.
12850
12851 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12852
12853 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12854 coffstab_build_psymtabs, elfstab_build_psymtabs)
12855 (stabsect_build_psymtabs): Replace psymbol_obstack with
12856 objfile_obstack.
12857 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12858 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12859 Ditto.
12860 * dwarfread.c (scan_compilation_units): Ditto.
12861 * elfread.c (elfstab_offset_sections): Ditto.
12862 * hppa-tdep.c (read_unwind_info): Ditto.
12863 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12864 (hpread_end_psymtab): Ditto.
12865 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12866 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12867 Ditto.
12868 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
12869 * objfiles.c (add_to_objfile_sections)
12870 (build_objfile_section_table): Ditto.
12871 (allocate_objfile): Remove init of psymbol_obstack.
12872 (free_objfile): Remove freeing of psymbol_obstack.
12873 * objfiles.h (struct objfile): Remove field
12874 psymbol_obstack. Update comments.
12875 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12876 psymbol_obstack with objfile_obstack.
12877 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12878 psymbol_obstack.
12879 * somread.c (som_symfile_offsets, init_import_symbols)
12880 (init_export_symbols): Replace psymbol_obstack with
12881 objfile_obstack.
12882 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12883 * symfile.c (default_symfile_offsets, syms_from_objfile)
12884 (reread_symbols): Remove freeing and init of psymbol_obstack.
12885 (cashier_psymtab): Update comment.
12886 * symmisc.c (print_objfile_statistics): Don't report stats for
12887 psymbol obstack.
12888 * symtab.h (struct general_symbol_info, struct partial_symtab):
12889 Update comments.
12890 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12891 (xcoff_symfile_offsets): Replace psymbol_obstack with
12892 objfile_obstack.
12893
12894 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12895
12896 * objfiles.h (struct objfile): Add objfile_obstack field.
12897 Remove type_obstack field.
12898
12899 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12900 read_structure_scope read_enumeration, new_symbol): Replace
12901 type_obstack with objfile_obstack.
12902 * dwarfread.c (struct_type, enum_type): Ditto.
12903 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
12904 (lookup_fundamental_type): Ditto.
12905 * gdbtypes.h (TYPE_ALLOC): Ditto.
12906 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12907 (hpread_read_doc_function_type, hpread_read_struct_type)
12908 (fix_static_member_physnames, hpread_read_array_type)
12909 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
12910 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
12911 (java_link_class_type): Ditto.
12912 * mdebugread.c (parse_type): Ditto.
12913 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12914 * solib-sunos.c (solib_add_common_symbols): Ditto.
12915 * stabsread.c (define_symbol, read_type, read_member_functions,
12916 read_cpp_abbrev, read_one_struct_field): Ditto.
12917 * symfile.c (reread_symbols): Ditto.
12918 * symmisc.c (print_objfile_statistics): Ditto.
12919
12920 2004-02-07 Andrew Cagney <cagney@redhat.com>
12921
12922 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12923 (tui_exec_info_content): Rename TuiExecInfoContent.
12924 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12925 (TuiWinInfo, TuiWinInfoPtr): Ditto.
12926 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12927 (TuiList, TuiListPtr): Ditto.
12928 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12929 (TuiDataType, TuiDataTypePtr): Ditto.
12930 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12931 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12932 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12933 (TuiSourceElement, TuiSourceElementPtr): Ditto.
12934 (TuiDataElement, TuiDataElementPtr): Ditto.
12935 (TuiWinElement, TuiWinElementPtr): Ditto.
12936 (TuiDataInfo, TuiDataInfoPtr): Ditto.
12937 (TuiCommandElement, TuiCommandElementPtr): Ditto.
12938 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12939 (TuiWhichElement, TuiWhichElementPtr): Ditto.
12940 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12941 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12942 * tui/tui-command.c, tui/tui-data.c: Update references.
12943 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12944 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12945 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12946 * tui/tui-winsource.c, tui/tui.c: Ditto.
12947
12948 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12949
12950 * dwarf2-frame.h: Update copyright.
12951 (enum dwarf2_frame_reg_rule): New.
12952 (struct dwarf2_frame_state_reg): New.
12953 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12954 * dwarf2-frame.c: Update copyright.
12955 (enum dwarf2_reg_rule): Remove.
12956 (struct dwarf2_frame_state): Remove defenition of `struct
12957 dwarf2_frame_state_reg'.
12958 (read_reg): Call get_frame_arch to get the architecture instead of
12959 using CURRENT_GDBARCH.
12960 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12961 DWARF2_FRAME_.
12962 (dwarf2_frame_init_reg): New function.
12963 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12964 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
12965 initialize the register state. Prefix old `enum dwarf2_reg_rule'
12966 tags with DWARF2_FRAME_.
12967 (dwarf2_frame_prev_register): Call get_frame_arch to get the
12968 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
12969 dwarf2_reg_rule' tags with DWARF2_FRAME_.
12970
12971 2004-02-06 Andrew Cagney <cagney@redhat.com>
12972
12973 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12974 (enum tui_data_type): Rename _TuiDataType.
12975 (struct tui_layout_def): Rename _TuiLayoutDef.
12976 (struct tui_source_element): Rename _TuiSourceElement.
12977 (struct tui_data_element): Rename _TuiDataElement.
12978 (struct tui_command_element): Rename _TuiCommandElement.
12979 (struct tui_locator_element): Rename _TuiLocatorElement.
12980 (union tui_which_element): Define.
12981 (struct tui_win_element): Rename _TuiWinElement.
12982 (struct tui_data_info): Rename _TuiDataInfo.
12983 (struct tui_source_info): Rename _TuiSourceInfo.
12984 (struct tui_command_info): Rename _TuiCommandInfo.
12985 (tui_initialize_static_data): Rename initializeStaticData.
12986 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12987 (tui_alloc_win_info): Rename allocWinInfo.
12988 (tui_init_generic_part): Rename initGenericPart.
12989 (tui_init_win_info): Rename initWinInfo.
12990 (tui_alloc_content): Rename allocContent.
12991 (tui_add_content_elements): Rename addContentElements.
12992 (tui_init_content_element): Rename initContentElement.
12993 (tui_free_window): Rename freeWindow.
12994 (tui_free_win_content): Rename freeWinContent.
12995 (tui_free_data_content): Rename freeDataContent.
12996 (tui_free_all_source_wins_content): Rename
12997 freeAllSourceWinsContent.
12998 (tui_del_window): Rename tuiDelWindow.
12999 (tui_del_data_windows): Rename tuiDelDataWindows.
13000 (tui_partial_win_by_name): Rename partialWinByName.
13001 (tui_win_name): Rename winName.
13002 (tui_current_layout): Rename currentLayout.
13003 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
13004 (tui_term_height): Rename termHeight.
13005 (tui_set_term_height_to): Rename setTermHeightTo.
13006 (tui_term_width): Rename termWidth.
13007 (tui_set_term_width_to): Rename setTermWidthTo.
13008 (tui_set_gen_win_origin): Rename setGenWinOrigin.
13009 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
13010 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
13011 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
13012 (tui_source_windows): Rename sourceWindows.
13013 (tui_clear_source_windows): Rename clearSourceWindows.
13014 (tui_clear_source_windows_detail): Rename
13015 clearSourceWindowsDetail.
13016 (tui_clear_win_detail): Rename clearWinDetail.
13017 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
13018 (tui_default_tab_len): Rename tuiDefaultTabLen.
13019 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
13020 (tui_win_with_focus): Rename tuiWinWithFocus.
13021 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
13022 (tui_layout_def): Rename tuiLayoutDef.
13023 (tui_win_resized): Rename tuiWinResized.
13024 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
13025 (tui_next_win): Rename tuiNextWin.
13026 (tui_prev_win): Rename tuiPrevWin.
13027 (tui_add_to_source_windows): Rename addToSourceWindows.
13028 * tui/tui-winsource.c, tui/tui-win.c: Update references.
13029 * tui/tui-layout.c, tui/tui-source.c: Ditto.
13030 * tui/tui-stack.c, tui/tui-io.c: Ditto.
13031 * tui/tui.c, tui/tui-data.c: Ditto.
13032 * tui/tui-interp.c, tui/tui-data.c: Ditto.
13033 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
13034
13035 * tui/tui-source.h: Update copyright. Include "tui-data.h".
13036 (struct symtab): Declare.
13037 (tui_set_source_content): Rename tuiSetSourceContent.
13038 (tui_show_symtab_source): Rename tuiShowSource.
13039 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
13040 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
13041 * tui/tui-source.c: Update copyright. Update references.
13042 * tui/tui-win.c, tui/tui-winsource.c: Update references.
13043 * tui/tui-stack.c: Update references.
13044
13045 * tui/tui-win.h: Update copyright. Include "tui-data.h".
13046 (struct tui_win_info): Declare.
13047 (tui_scroll_forward): Rename tuiScrollForward.
13048 (tui_scroll_backward): Rename tuiScrollBackward.
13049 (tui_scroll_left): Rename tuiScrollLeft.
13050 (tui_scroll_right): Rename tuiScrollRight.
13051 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
13052 (tui_resize_all): Rename tuiResizeAll.
13053 (tui_refresh_all_win): Rename tuiRefreshAll.
13054 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
13055 * tui/tui-layout.c, * tui/tui-io.c: Update references.
13056 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
13057 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
13058
13059 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
13060 (tui_erase_data_content): Rename tuiEraseDataContent.
13061 (tui_display_all_data): Rename tuiDisplayAllData.
13062 (tui_check_data_values): Rename tuiCheckDataValues.
13063 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
13064 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
13065 (tui_first_data_element_no_in_line): Rename
13066 tuiFirstDataElementNoInLine.
13067 (tui_delete_data_content_windows): Rename
13068 tuiDeleteDataContentWindows.
13069 (tui_refresh_data_win): Rename tuiRefreshDataWin.
13070 (tui_display_data_from): Rename tuiDisplayDataFrom.
13071 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
13072 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
13073 * tui/tui-win.c, tui/tui-regs.c: Update references.
13074 * tui/tui-layout.c, tui/tui.c: Update references.
13075
13076 * tui/tui-wingeneral.h: Update copyright.
13077 (m_allBeVisible): Delete macro.
13078 (m_allBeInvisible): Delete macro.
13079 (struct tui_gen_win_info): Declare.
13080 (struct tui_win_info): Declare.
13081 (tui_unhighlight_win): Rename unhighlightWin.
13082 (tui_make_visible, tui_make_invisible): Replace makeVisible.
13083 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
13084 (tui_make_window): Rename makeWindow.
13085 (tui_copy_win): Rename copyWin.
13086 (tui_box_win): Rename boxWin.
13087 (tui_highlight_win): Rename highlightWin.
13088 (tui_check_and_display_highlight_if_needed): Rename
13089 checkAndDisplayHighlightIfNeeded.
13090 (tui_refresh_all): Rename refreshAll.
13091 (tui_delete_win): Rename tuiDelwin.
13092 (tui_refresh_win): Rename tuiRefreshWin.
13093 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
13094 (tui_make_visible, tui_make_invisible): New functions.
13095 (tui_make_all_visible, tui_make_all_invisible): New functions.
13096 (make_all_visible): Rename makeAllVisible.
13097 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
13098 * tui/tui-data.c, tui/tui-winsource.c: Update references.
13099 * tui/tui-windata.c, tui/tui-win.c: Update references.
13100 * tui/tui-regs.c, tui/tui-layout.c: Update references.
13101 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
13102
13103 2004-02-06 Mark Kettenis <kettenis@gnu.org>
13104
13105 * proc-api.c (write_with_trace): Initialize local variable to
13106 silence compiler warning.
13107
13108 2004-02-06 Andrew Cagney <cagney@redhat.com>
13109
13110 * tui/tui-source.h: Do not include "defs.h".
13111 (struct tui_win_info): Declare.
13112 (tui_set_source_content_nil): Declare.
13113 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
13114 (union tui_line_or_address): Rename _TuiLineOrAddress.
13115 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
13116 (tui_update_source_window): Rename tuiUpdateSourceWindow.
13117 (tui_update_source_window_as_is): Rename
13118 tuiUpdateSourceWindowAsIs.
13119 (tui_update_source_windows_with_addr): Rename
13120 tuiUpdateSourceWindowsWithAddr.
13121 (tui_update_source_windows_with_line): Rename
13122 tuiUpdateSourceWindowsWithLine.
13123 (tui_clear_source_content): Rename tuiClearSourceContent.
13124 (tui_erase_source_content): Rename tuiEraseSourceContent.
13125 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
13126 (tui_show_source_content): Rename tuiShowSourceContent.
13127 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
13128 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
13129 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
13130 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
13131 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
13132 (tui_update_exec_info): Rename tuiUpdateExecInfo.
13133 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
13134 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
13135 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
13136 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
13137 (struct tui_win_info): Declare.
13138 * tui/tui-stack.c: Update references.
13139 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
13140 * tui/tui-win.c, tui/tui-source.c: Ditto.
13141 * tui/tui.c, tui/tui-disasm.c: Ditto.
13142
13143 2004-02-06 Mark Kettenis <kettenis@gnu.org>
13144
13145 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
13146 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
13147
13148 2004-02-05 Mark Kettenis <kettenis@gnu.org>
13149
13150 * infrun.c (handle_inferior_event): Allow for breakpoint
13151 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
13152 and SIGEMT. Update comments.
13153 * NEWS (Revised SPARC target): Mention support for non-executable
13154 stack.
13155
13156 2004-02-04 Mark Kettenis <kettenis@gnu.org>
13157
13158 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
13159 * inftarg.c: Update copyright year.
13160 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
13161 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
13162 (sparc_xfer_wcookie): New function.
13163 * sparc-tdep.c (sparc_fetch_wcookie): New function.
13164 * Makefile.in (sparc-nat.o): Update dependencies.
13165 * config/sparc/nm-nbsd.h: Include "target.h".
13166 (NATIVE_XFER_WCOOKIE): New define.
13167 (sparc_xfer_wcookie): New prototype.
13168
13169 2004-02-04 Andrew Cagney <cagney@redhat.com>
13170
13171 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
13172 SYSCALL_TRAP function.
13173 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
13174
13175 2004-02-04 Andrew Cagney <cagney@redhat.com>
13176 Daniel Jacobowitz <drow@mvista.com>
13177
13178 * objfiles.h: Delete comments refering to inside_entry_func and
13179 DEPRECATED_FRAME_CHAIN_VALID.
13180 * defs.h (inside_entry_func): Update prototype..
13181 * blockframe.c (inside_entry_func): Rename to
13182 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
13183 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
13184
13185 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
13186
13187 * breakpoint.c (struct captured_parse_breakpoint_args): Move
13188 outside of #ifdef SOLIB_ADD region.
13189 (do_restore_lang_radix_cleanup): Ditto.
13190 (resolve_pending_breakpoint): Ditto.
13191
13192 2004-02-03 Andrew Cagney <cagney@redhat.com>
13193
13194 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
13195 (process_note_abi_tag_sections): Delete unused function.
13196 (ia64_read_fp): Delete unused function.
13197 (gdbarch_extract_struct_value_address): Delete declaration.
13198
13199 2004-02-02 Andrew Cagney <cagney@redhat.com>
13200
13201 * vax-tdep.c (vax_frame_chain): Delete call to
13202 deprecated_inside_entry_file.
13203 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
13204
13205 2004-02-02 Mark Kettenis <kettenis@gnu.org>
13206
13207 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
13208 column that's "empty" or "same value" when eliminating REG_RA
13209 rules.
13210
13211 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13212
13213 * NEWS: Add information about new pending breakpoint support.
13214
13215 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13216
13217 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
13218 and pending fields for pending breakpoint support.
13219 * breakpoint.c (breakpoint_enabled): Add check for not pending.
13220 (condition_command): Only parse condition if not a pending
13221 breakpoint.
13222 (print_one_breakpoint): Add support for pending breakpoints.
13223 (describe_other_breakpoints): Add checks to verify we are not
13224 dealing with pending breakpoints.
13225 (check_duplicates): Don't check pending breakpoints.
13226 (set_raw_breakpoint): Initialize pending flag.
13227 (do_restore_lang_radix_cleanup): New cleanup routine.
13228 (resolve_pending_breakpoint): New function.
13229 (re_enable_breakpoints_in_shlibs): Try and resolve any
13230 pending breakpoints via resolve_pending_breakpoint.
13231 (mention): Add pending breakpoint support.
13232 (parse_breakpoint_sals): Add new parameter to pass to
13233 decode_line_1 to indicate silent errors when files or functions
13234 are not found. Change all callers.
13235 (do_captured_parse_breakpoint): New function.
13236 (break_command_1): Change prototype to return an rc value and to
13237 take an optional pending breakpoint pointer. Support creating
13238 a pending breakpoint if a "not found" form of error occurs when
13239 parsing the breakpoint. Also support resolving an existing pending
13240 breakpoint and be silent if the resolution fails.
13241 (create_breakpoints): Change prototype to take pending breakpoint
13242 pointer. When resolving a pending breakpoint, use the new pointer
13243 to provide a conditional or commands added by the end-user.
13244 (delete_breakpoint): Add appropriate check for pending.
13245 (breakpoint_re_set_one): Ditto.
13246 (do_enable_breakpoint): Ditto.
13247
13248 2004-02-02 David Carlton <carlton@kealia.com>
13249
13250 * valops.c (enum oload_classification): New.
13251 (find_overload_match): Break implementation into separate
13252 functions; delete #if 0'd code; look for symbols within
13253 namespaces.
13254 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
13255 (find_oload_champ,oload_method_static,classify_oload_match): New.
13256 * cp-support.h: Add declaration for cp_func_name; update
13257 declaration for make_symbol_overload_list.
13258 * cp-support.c (cp_func_name): New.
13259 (overload_list_add_symbol): Fix comment, use
13260 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
13261 (make_symbol_overload_list): Take a function name and a namespace
13262 instead of a symbol; change implementation.
13263 (make_symbol_overload_list_using): New.
13264 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
13265
13266 2004-02-02 Fred Fish <fnf@redhat.com>
13267
13268 * main.c (gdb_stdtarg): Move definition to group with other
13269 gdb_stdtarg definitions and update copyright years.
13270 * remote-sim.c (gdb_os_write_stderr): Write output to
13271 gdb_stdtargerr stream instead of gdb_stdtarg stream.
13272 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
13273 gdb_stderr stream and update copyright years.
13274
13275 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13276
13277 * Makefile.in (mips-linux-nat.o): Update dependencies.
13278 * mips-linux-nat.c: Include mips-tdep.h.
13279
13280 2004-02-01 Roland McGrath <roland@redhat.com>
13281
13282 * sol-thread.c (sol_thread_xfer_partial): New function.
13283 (init_sol_thread_ops): Use that for to_xfer_partial hook.
13284 (init_sol_core_ops): Likewise.
13285
13286 * procfs.c (procfs_xfer_partial): New function.
13287 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
13288 * Makefile.in (procfs.o): Add $(auxv_h) dep.
13289
13290 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
13291 procfs_xfer_auxv function.
13292
13293 * procfs.c (procfs_make_note_section): If we can read
13294 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
13295 * linux-proc.c (linux_make_note_section): Likewise.
13296
13297 * auxv.h: New file.
13298 * auxv.c: New file.
13299 * Makefile.in (auxv_h): New variable.
13300 (COMMON_OBS): Add auxv.o here.
13301 (auxv.o): New target.
13302
13303 * corelow.c (core_xfer_partial): New function.
13304 (init_core_ops): Use it for core_ops.to_xfer_partial.
13305
13306 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
13307 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
13308 macro if that is defined.
13309
13310 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13311
13312 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
13313 and check the specified thread for each breakpoint.
13314 * breakpoint.h (bpstat_stop_status): Update prototype.
13315 * infrun.c (handle_inferior_event): Update calls to
13316 bpstat_stop_status.
13317
13318 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13319
13320 * Makefile.in (cli-cmds.o): Add $(readline_h).
13321
13322 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13323
13324 * cli/cli-cmds.c: Include readline.h.
13325 (complete_command): Pass the start of the last word to
13326 complete_line.
13327
13328 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13329
13330 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
13331 argument, and change first argument to a CORE_ADDR.
13332 * breakpoint.h (bpstat_stop_status): Update prototype.
13333 * infrun.c (adjust_pc_after_break): Add a new comment.
13334 (handle_inferior_event): Update calls to bpstat_stop_status.
13335
13336 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13337
13338 * breakpoint.h: Update copyright years.
13339
13340 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13341
13342 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
13343 (bpstat_stop_status): Don't decrement PC.
13344 * breakpoint.h (software_breakpoint_inserted_here_p): Add
13345 prototype.
13346 * infrun.c (adjust_pc_after_break): New function.
13347 (handle_inferior_event): Call it, early. Remove later references
13348 to DECR_PC_AFTER_BREAK.
13349 (normal_stop): Add commentary.
13350
13351 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13352
13353 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
13354 2004-01-27 double-free fix.
13355
13356 2004-01-31 Mark Kettenis <kettenis@gnu.org>
13357
13358 * sparc-tdep.c (sparc_fetch_wcookie): New function.
13359 (sparc32_frame_prev_register): Handle StackGhost.
13360 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
13361
13362 2004-01-29 Roland McGrath <roland@redhat.com>
13363
13364 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
13365 * configure: Regenerated.
13366
13367 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
13368 * Makefile.in (procfs.o): Add dep.
13369
13370 2004-01-28 Andrew Cagney <cagney@redhat.com>
13371
13372 * tui/tui-stack.h: Update copyright.
13373 (struct frame_info): Add opaque declaration.
13374 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
13375 (tui_show_locator_content): Rename tuiShowLocatorContent.
13376 (tui_show_frame_info): Rename tuiShowFrameInfo.
13377 * tui/tui-stack.c: Update copyright. Update references.
13378 * tui/tui-winsource.c: Update references.
13379 * tui/tui-win.c: Update references.
13380 * tui/tui-layout.c: Update references.
13381 * tui/tui-hooks.c: Update copyright, update references.
13382 * tui/tui.c: Update copyright, update references.
13383 * tui/tui-disasm.c: Update references.
13384
13385 2004-01-28 David Carlton <carlton@kealia.com>
13386
13387 * dwarf2read.c (add_partial_structure): Use demangled name if
13388 namespace equals "".
13389
13390 2004-01-27 Jim Blandy <jimb@redhat.com>
13391
13392 Clean up misapplied patch:
13393 * dwarf2read.c (determine_prefix): Change one of the two forward
13394 declarations for 'determine_prefix_aux' to a declaration for this.
13395 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
13396 argument to 'die_specification'.
13397
13398 * dwarf2read.c (read_func_scope): Re-indent comment.
13399
13400 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
13401
13402 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
13403 b->exp to NULL after freeing so that error during re-parsing or
13404 evaluation of expressions associated with breakpoint don't
13405 eventually lead to re-freeing of storage.
13406 Committed by Andrew Cagney.
13407
13408 2004-01-27 Andrew Cagney <cagney@redhat.com>
13409
13410 * source.c (ambiguous_line_spec): Delete undefined declaration.
13411 * m32r-rom.c (m32r_set_board_address): Delete unused function.
13412 (m32r_set_server_address, m32r_set_download_path): Ditto.
13413 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
13414
13415 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
13416
13417 * dwarf2read.c: Update calls to changed and renamed functions, and
13418 references to moved variables.
13419
13420 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
13421 language, language_defn, list_in_scope, and ftypes members.
13422 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
13423 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
13424 (baseaddr): Remove globals.
13425
13426 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
13427 (set_cu_language, die_is_declaration, die_specification)
13428 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
13429 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
13430 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
13431 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
13432
13433 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
13434 cu.list_in_scope. Don't initialize cu_header_offset.
13435 (add_partial_symbol): Add local baseaddr.
13436 (psymtab_to_symtab_1): Add local baseaddr. Use
13437 objfile->section_offsets for consistency. Don't initialize
13438 cu_header_offset; do initialize cu.header.offset and
13439 cu.list_in_scope.
13440 (read_file_scope, read_func_scope, read_lexical_block_scope)
13441 (dwarf_decode_lines, new_symbol): Add local baseaddr.
13442
13443 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
13444
13445 * PROBLEMS: Add gdb/1516.
13446
13447 2003-12-29 Robert Millan <robertmh@gnu.org>
13448
13449 Patch committed by Andrw Cagney.
13450 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
13451 * configure.tgt: Match knetbsd*-gnu.
13452
13453 2004-01-26 Andrew Cagney <cagney@redhat.com>
13454
13455 * breakpoint.c (catch_command_1): Delete #ifdef code.
13456 (catch_fork_command_1): Delete #ifdef wrapper.
13457 (catch_exec_command_1): Ditto.
13458 (catch_load_command_1): Ditto.
13459 (catch_unload_command_1): Ditto.
13460
13461 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
13462 (catch_breakpoint): Delete #if0ed function.
13463 (disable_catch_breakpoint): Ditto.
13464 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
13465 (disable_catch, enable_catch, delete_catch): Ditto.
13466
13467 2004-01-26 Andrew Cagney <cagney@redhat.com>
13468
13469 * remote.c (echo_check, quit_flag): Delete variables.
13470 (cisco_kernel_mode): Delete variable.
13471 (minitelnet_return, tty_input, escape_count): Delete variables.
13472 (remote_cisco_mode): Delete variable.
13473 (remote_cisco_open, remote_cisco_close): Delete function.
13474 (remote_cisco_mourn, remote_cisco_wait): Delete function.
13475 (init_remote_cisco_ops): Delete function.
13476 (_initialize_remote): Do not install "remote cisco" code.
13477 (read_frame): Delete cisco specific code.
13478 (remote_info_process): Delete function.
13479 (remote_wait): Delete cisco specific code.
13480 (remote_cisco_section_offsets): Delete function.
13481 (remote_cisco_objfile_relocate): Delete function.
13482 (remote_async_wait): Delete cisco specific code.
13483 (minitelnet, readtty, readsocket): Delete function.
13484
13485 2004-01-26 Andrew Cagney <cagney@redhat.com>
13486
13487 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
13488 comments mentioning extract_returned_value_address.
13489 * infcmd.c (print_return_value): Update. Add comments on
13490 extract_returned_value_address.
13491 * stack.c (return_command): Add comments on
13492 extract_returned_value_address.
13493 * values.c: Update comment.
13494 * m32r-tdep.c: Update comment.
13495 * sparc-tdep.c: Update comment.
13496 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
13497 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
13498 * sh64-tdep.c (sh64_gdbarch_init): Update.
13499 * sh-tdep.c (sh_gdbarch_init): Update.
13500 * s390-tdep.c (s390_gdbarch_init): Update.
13501 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
13502 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
13503 * m68k-tdep.c (m68k_gdbarch_init): Update.
13504 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
13505 * m32r-tdep.c (m32r_gdbarch_init): Update.
13506 * ia64-tdep.c (ia64_gdbarch_init): Update.
13507 * h8300-tdep.c (h8300_gdbarch_init): Update.
13508 * frv-tdep.c (frv_gdbarch_init): Update.
13509 * arm-tdep.c (arm_gdbarch_init): Update.
13510 * alpha-tdep.c (alpha_gdbarch_init): Update.
13511
13512 2004-01-26 Andrew Cagney <cagney@redhat.com>
13513
13514 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
13515 SYMBOL_LOCATION_FUNCS
13516 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
13517 "struct symbol_ops".
13518 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
13519 type to "struct symbol_ops".
13520 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
13521 (struct symbol): Replace ".aux_value.loc.funcs" and
13522 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
13523 (SYMBOL_OBJFILE): Delete macro.
13524 (SYMBOL_LOCATION_FUNCS): Delete macro.
13525 (SYMBOL_LOCATION_BATON): Update.
13526 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
13527 intead of SYMBOL_LOCATION_FUNCS.
13528 * ax-gdb.c (gen_var_ref): Ditto.
13529 * printcmd.c (address_info): Ditto.
13530 * findvar.c (read_var_value): Ditto.
13531 (symbol_read_needs_frame): Ditto.
13532
13533 2004-01-26 Andrew Cagney <cagney@redhat.com>
13534
13535 * dwarf2read.c (read_func_scope): Document frame-base hack.
13536
13537 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13538
13539 * infcmd.c (print_return_value): Plug memory leak; delete
13540 ui_stream object. Rename argument `structure_return' to
13541 `struct_return'.
13542
13543 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13544
13545 * infcmd.c (print_return_value): Wrap long lines.
13546 (finish_command_continuation, finish_command): Remove unused
13547 variable `funcaddr'. Fix some coding-standards problems.
13548
13549 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
13550 SECT_SIZE is large enough, not whether it's exactly the right size.
13551 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
13552 TDEP->fpregset to zero.
13553
13554 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
13555 floating-point registers for traditional NetBSD core files.
13556 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
13557 TDEP->sizeof_fpregset here.
13558
13559 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13560
13561 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
13562 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
13563 function with code split out from
13564 sparc32nbsd_sigcontext_frame_cache.
13565 (sparc32nbsd_sigcontext_frame_cache): Use
13566 sparc32nbsd_sigcontext_saved_regs.
13567 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
13568 OpenBSD.
13569 * sparcobsd-tdep.c: New file.
13570 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
13571 (sparcobsd-tdep.o): New dependency.
13572 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
13573 * config/sparc/obsd.mt: New file.
13574
13575 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
13576 TDEP->fpregset to be initialized to enable core file register
13577 sets.
13578
13579 2004-01-24 Mark Kettenis <kettenis@gnu.org>
13580
13581 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
13582 Add opaque declarations.
13583 (sparc64nbsd_sigcontext_saved_regs): New prototype.
13584 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
13585 function with code split out from
13586 sparc64nbsd_sigcontext_frame_cache.
13587 (sparc64nbsd_sigcontext_frame_cache): Use
13588 sparc64nbsd_sigcontext_saved_regs.
13589 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
13590 OpenBSD.
13591 * sparc64obsd-tdep.c: New file.
13592 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
13593 (sparc64obsd-tdep.o): New dependency.
13594 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
13595 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
13596 * config/sparc/obsd64.mt: New file.
13597
13598 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
13599 read the instruction at PC.
13600
13601 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
13602 value of GDB_OSABI_DEFAULT.
13603 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
13604 instead of GDB_OSABI_NETBSD_AOUT.
13605
13606 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
13607
13608 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
13609 copyright.
13610
13611 2004-01-23 Andrew Cagney <cagney@redhat.com>
13612
13613 * printcmd.c (display_command): Replace tui_set_display call with
13614 tui_set_layout_for_display_command.
13615 * tui/tui.h (enum tui_win_type): Define.
13616 (tui_set_layout): Delete declaration.
13617 (tui_set_layout_for_display_command): Rename set_tui_layout.
13618 * tui/tui-data.h (enum tui_layout_type): Define.
13619 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
13620 "tui.h".
13621 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
13622 (tui_default_win_height): Rename tuiDefaultWinHeight.
13623 (tui_default_win_viewport_height): Rename
13624 tuiDefaultWinViewportHeight.
13625 (tui_set_layout): RenametuiSetLayout.
13626 * tui/tui-layout.c: Update references.
13627 * tui/tui.c: Update references.
13628 * tui/tui-disasm.c: Update references.
13629
13630 2004-01-23 David Carlton <carlton@kealia.com>
13631
13632 Partial workaround for PR c++/1511:
13633 * cp-namespace.c: Include frame.h.
13634 (cp_lookup_transparent_type): New
13635 (cp_lookup_transparent_type_loop): New.
13636 * cp-support.h: Declare cp_lookup_transparent_type.
13637 * symtab.c (basic_lookup_transparent_type): Renamed from
13638 lookup_transparent_type.
13639 (lookup_transparent_type): Replace old body by a call to
13640 current_language->la_lookup_transparent_type.
13641 * symtab.h: Update copyright. Declare
13642 basic_lookup_transparent_type.
13643 * language.h: Update copyright.
13644 (struct language_defn): Add la_lookup_transparent_type.
13645 * language.c: Update copyright.
13646 (unknown_language_defn): Add basic_lookup_transparent_type.
13647 (auto_language_defn): Add basic_lookup_transparent_type.
13648 (local_language_defn): Add basic_lookup_transparent_type.
13649 * ada-lang.c: Update copyright.
13650 (ada_language_defn): Add basic_lookup_transparent_type.
13651 * c-lang.c: Update copyright.
13652 (c_language_defn): Add basic_lookup_transparent_type.
13653 (cplus_language_defn): Add basic_lookup_transparent_type.
13654 (asm_language_defn): Add basic_lookup_transparent_type.
13655 (minimal_language_defn): Add basic_lookup_transparent_type.
13656 * f-lang.c: Update copyright.
13657 (f_language_defn): Add basic_lookup_transparent_type.
13658 * jv-lang.c: Update copyright.
13659 (java_language_defn): Add basic_lookup_transparent_type.
13660 * m2-lang.c: Update copyright.
13661 (m2_language_defn): Add basic_lookup_transparent_type.
13662 * objc-lang.c: Update copyright.
13663 (objc_language_defn): Add basic_lookup_transparent_type.
13664 * p-lang.c: Update copyright.
13665 (p_language_defn): Add basic_lookup_transparent_type.
13666 * scm-lang.c: Update copyright.
13667 (scm_language_defn): Add basic_lookup_transparent_type.
13668 * Makefile.in (cp-namespace.o): Depend on frame.h.
13669
13670 2004-01-23 David Carlton <carlton@kealia.com>
13671
13672 Patch for PR c++/1520:
13673 * dwarf2read.c (read_func_scope): Set processing_current_prefix
13674 properly if we have a specification die.
13675 (determine_prefix_aux): Rename from determine_prefix.
13676 (determine_prefix): Like the old determine_prefix, but never
13677 returns NULL.
13678
13679 2004-01-23 Theodore A. Roth <troth@openavr.org>
13680
13681 * avr-tdep.c: Update copyright.
13682 (avr_iaddr_p): Delete unused function.
13683 (avr_saddr_p): Delete unused function.
13684
13685 2004-01-23 David Carlton <carlton@kealia.com>
13686
13687 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
13688 Fix for PR symtab/1534.
13689
13690 2004-01-23 Mark Kettenis <kettenis@gnu.org>
13691
13692 * NEWS (New native configurations): Mention OpenBSD/sparc and
13693 OpenBSD/sparc64.
13694 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
13695 * configure.host: Likewise.
13696 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
13697 handler for OpenBSD.
13698 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
13699
13700 2004-01-22 Mark Kettenis <kettenis@gnu.org>
13701
13702 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
13703 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
13704
13705 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
13706 * cli/cli-cmds.c (shell_escape): Likewise.
13707
13708 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
13709 OpenBSD .note.openbsd.ident sections.
13710
13711 2004-01-22 David Carlton <carlton@kealia.com>
13712
13713 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
13714 get_scope_pc_bounds.
13715 (read_file_scope): Ditto.
13716 (get_scope_pc_bounds): New function, produced by extracting code
13717 from the above two functions, consolidating it, and adding support
13718 for DW_TAG_namespace.
13719
13720 2004-01-22 Mark Kettenis <kettenis@gnu.org>
13721
13722 * osabi.c (MAX_NOTESZ): New define.
13723 (check_note): New function.
13724 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
13725 check_note.
13726
13727 2004-01-21 Roland McGrath <roland@redhat.com>
13728
13729 * MAINTAINERS (write after approval): Add myself.
13730
13731 2004-01-21 Eli Zaretskii <eliz@gnu.org>
13732
13733 * utils.c (init_page_info): Move declarations of `rows' and
13734 `cols' before the __GO32__-specific code. Move the closing brace
13735 outside the #ifdef __GO32__..#endif block.
13736 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
13737
13738 2004-01-21 Paul Brook <paul@codesourcery.com>
13739
13740 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
13741 BPSTAT_WHAT_CHECK_SHLIBS.
13742
13743 2004-01-21 Paul Brook <paul@codesourcery.com>
13744
13745 * MAINTAINERS: Add myself to write-after-approval.
13746
13747 2004-01-20 Andrew Cagney <cagney@redhat.com>
13748
13749 * ax-gdb.c (print_axs_value): Delete unused function.
13750 * jv-lang.c (java_lookup_type): Delete unused function.
13751 * cli/cli-dump.c (dump_filetype): Delete unused function.
13752 * remote-mips.c (remote_mips_insert_hw_breakpoint)
13753 (remote_mips_remove_hw_breakpoint): Delete unused functions.
13754 (mips_getstring): Delete unused function.
13755 (pmon_insert_breakpoint): Delete #if0ed function.
13756 (PMON_MAX_BP): Delete #if0ed MACRO.
13757 (mips_pmon_bp_info): Delete #if0ed variable.
13758 (pmon_remove_breakpoint): Delete #if0ed function.
13759 * monitor.c (monitor_write_even_block): Delete unused function.
13760 (monitor_write_memory_block): Delete #if0ed code.
13761 * dink32-rom.c (dink32_load): Delete unused function.
13762 (_initialize_dink32_rom): Delete #if0ed code.
13763 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
13764
13765 * tui/tui-command.c: Update references.
13766 * tui/tui-io.c: Update references.
13767 * tui/tui-command.h: Update copyright.
13768 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
13769
13770 * source.c (ambiguous_line_spec): Delete never-defined function.
13771 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
13772 * gdbtypes.c (add_name, add_mangled_type): Ditto.
13773 * cli/cli-cmds.c (validate_comname): Ditto.
13774
13775 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
13776 "tui-data.h".
13777 (tui_set_disassem_content): Rename tuiSetDisassemContent.
13778 (tui_show_disassem): Rename tuiShowDisassem.
13779 (tui_show_disassem_and_update_source): Rename
13780 tuiVerticalDisassemScroll.
13781 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13782 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13783 * tui/tui.h: Update copyright.
13784 (enum tui_status): Define.
13785 * tui/tui-data.h (enum tui_scroll_direction): Define.
13786 * tui/tui-disasm.c: Update copyright. Update references.
13787 * tui/tui-winsource.c: Update copyright. Update references.
13788 * tui/tui-win.c: Update references.
13789 * tui/tui-layout.c: Update references.
13790
13791 2004-01-20 Andrew Cagney <cagney@redhat.com>
13792
13793 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
13794 sym2 to start of block.
13795
13796 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
13797
13798 * MAINTAINERS: Delete mmalloc.
13799 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
13800 * NEWS: Mention removal of --with-malloc.
13801 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13802 * config.in: Regenerate.
13803 * configure: Regenerate.
13804 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13805 USE_MMALLOC, MMCHECK_FORCE.
13806 * gdbinit.in: Remove mmalloc.
13807 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13808 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13809 * config/i386/go32.mh: Likewise.
13810 * config/i386/interix.mh: Likewise.
13811 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13812
13813 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
13814
13815 * linespec.c (decode_variable, symtab_from_filename): Call
13816 error_silent with error message instead of throwing an exception
13817 directly.
13818 * defs.h (error_silent, error_output_message): Add prototypes.
13819 (catch_exceptions_with_msg): Ditto.
13820 * utils.c (error_silent, error_output_message): New functions.
13821 * top.c (catch_exceptions_with_msg): New function.
13822
13823 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
13824
13825 * mi/mi-cmds.h (enum print_values): Add definition.
13826
13827 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13828 type and value for simple data types and just the name and type
13829 for complex ones, if required.
13830
13831 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13832 children, if required.
13833
13834 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13835
13836 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13837 unused declarations.
13838
13839 2004-01-19 Andrew Cagney <cagney@redhat.com>
13840
13841 * top.h (mapped_symbol_files): Delete declaration.
13842 * main.c (captured_main): Delete option "m" and "mapped".
13843 * objfiles.c (mapped_symbol_files): Delete variable.
13844 * symfile.c (symbol_file_command): Delete mmap code.
13845 (symbol_file_add_with_addrs_or_offsets): Ditto.
13846 (add_symbol_file_command, reread_separate_symbols): Ditto.
13847 * objfiles.h (OBJF_MAPPED): Delete.
13848 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13849 (free_objfile) [USE_MMALLOC]: Ditto.
13850 (open_existing_mapped_file): Delete function.
13851 (open_mapped_file): Delete function.
13852 (map_to_file): Delete function.
13853
13854 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13855
13856 * infrun.c (step_into_function): Account for possible breakpoint
13857 adjustment when computing ``stop_func_start''.
13858
13859 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13860
13861 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13862 the region size against the size of a pointer, not the size of
13863 a register as given by DEPRECATED_REGISTER_SIZE.
13864
13865 2004-01-19 Andrew Cagney <cagney@redhat.com>
13866
13867 * tui/tui-regs.h: Include "tui-data.h".
13868 (tuiFirstRegElementNoInLine): Delete declaration.
13869 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13870 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13871 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13872 (tui_calculate_regs_column_count): Rename
13873 tuiCalculateRegsColumnCount.
13874 (tui_check_register_values): Rename tuiCheckRegisterValues.
13875 (tui_show_registers): Rename tuiShowRegisters.
13876 (tui_display_registers_from_line): Rename
13877 tuiDisplayRegistersFromLine.
13878 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13879 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13880 (tui_first_reg_element_no_inline): Rename
13881 tuiFirstRegElementNoInLine.
13882 * tui/tui-data.h: Update copyright.
13883 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13884 * tui/tui-windata.c: Update copyright, update references.
13885 * tui/tui-regs.c: Update copyright, update references.
13886 * tui/tui-win.c: Update copyright, update references.
13887 * tui/tui-layout.c: Update copyright, update references.
13888
13889 2004-01-18 Andrew Cagney <cagney@redhat.com>
13890
13891 * tui/tui-io.c: Update copyright.
13892 (key_is_end_sequence, key_is_backspace): New functions.
13893 (key_is_command_char, key_is_start_sequence): New function.
13894 (tui_getc): Update references.
13895 * tui/tui-io.h: Update copyright.
13896 (m_tuiStartNewLine): Delete macro.
13897 (m_isBackspace, m_isDeleteChar): Delete macros.
13898 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13899 (m_isNextPage, m_isPrevPage): Delete macros.
13900 (m_isLeftArrow, m_isRightArrow): Delete macros.
13901 (m_isXdbStyleCommandChar): Delete macro.
13902 (key_is_start_sequence): Declare, replace m_isStartSequence.
13903 (key_is_end_sequence): Declare, replace m_isEndSequence.
13904 (key_is_backspace): Declare ,replace m_isBackspace.
13905 (key_is_command_char): Declare, replace m_isCommandChar.
13906 * tui/tui-command.c: Update copyright.
13907 (tuiDispatchCtrlChar): Update references.
13908
13909 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13910 tuiSourceWin.h.
13911
13912 * tui/tui-command.c: Rename tui/tuiCommand.c.
13913 * tui/tui-command.h: Rename tui/tuiCommand.h.
13914 * tui/tui-data.c: Rename tui/tuiData.c.
13915 * tui/tui-data.h: Rename tui/tuiData.h.
13916 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13917 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13918 * tui/tui-io.c: Rename tui/tuiIO.c.
13919 * tui/tui-io.h: Rename tui/tuiIO.h.
13920 * tui/tui-layout.c: Rename tui/tuiLayout.c.
13921 * tui/tui-layout.h: Rename tui/tuiLayout.h.
13922 * tui/tui-regs.c: Rename tui/tuiRegs.c.
13923 * tui/tui-regs.h: Rename tui/tuiRegs.h.
13924 * tui/tui-source.c: Rename tui/tuiSource.c.
13925 * tui/tui-source.h: Rename tui/tuiSource.h.
13926 * tui/tui-stack.c: Rename tui/tuiStack.c.
13927 * tui/tui-stack.h: Rename tui/tuiStack.h.
13928 * tui/tui-win.c: Rename tui/tuiWin.c.
13929 * tui/tui-win.h: Rename tui/tuiWin.h.
13930 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13931 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13932 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13933 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13934 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13935 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13936 * tui/tui-file.c: Update includes.
13937 * tui/tui-hooks.c: Update includes.
13938 * tui/tui-interp.c: Update includes.
13939 * tui/tui.c: Update includes.
13940 * Makefile.in: Update all tui/ dependencies.
13941 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13942
13943 * Makefile.in: Update copyright. Update dependencies.
13944
13945 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13946 problem.
13947
13948 2004-01-18 Andrew Cagney <cagney@redhat.com>
13949
13950 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13951 instead of register_gdbarch_init.
13952
13953 * remote-sds.c (tohex): Delete unused function. Update copyright.
13954 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13955 * v850-tdep.c (v850_register_virtual_size): Ditto.
13956 * target.c (normal_target_post_startup_inferior): Ditto.
13957 * source.c (ambiguous_line_spec): Ditto.
13958 * remote.c (adapt_remote_get_threadinfo): Ditto.
13959 * mi/mi-out.c (out_field_fmt): Ditto.
13960 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13961 (output_control_change_notification): Ditto.
13962 * m68k-tdep.c (m68k_register_byte): Ditto.
13963 (m68k_remote_breakpoint_from_pc): Ditto.
13964 * ui-out.c (init_ui_out_state): Delete unused declaration.
13965 * stabsread.c (search_value): Ditto.
13966 * mi/mi-cmd-env.c (env_cli_command): Ditto.
13967 * maint.c (print_section_table): Ditto.
13968 * infrun.c (set_follow_fork_mode_command): Ditto.
13969
13970 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13971
13972 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13973 DW_CFA_def_cfa_exporession. Add support for
13974 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13975 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13976
13977 2004-01-18 Andrew Cagney <cagney@redhat.com>
13978
13979 * ocd.c: Update copyright.
13980 (bdm_read_register_command): Delete unused function.
13981 (_initialize_remote_ocd): Delete commented out reference.
13982 (get_quoted_char, reset_packet): Delete #if0ed function.
13983 (output_packet, put_quoted_char): Delete #if0ed function.
13984 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13985 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13986 (BDM_BREAKPOINT): Delete #if0ed macro.
13987 (remote_timeout): Delete #if0ed variable.
13988
13989 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13990
13991 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13992 (core-sol2.o): Remove dependency.
13993 * core-sol2.c: Remove file.
13994
13995 2004-01-17 Andrew Cagney <cagney@redhat.com>
13996
13997 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13998 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13999 enums.
14000
14001 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
14002
14003 * remote.c: Update copyright years.
14004
14005 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
14006
14007 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
14008
14009 2004-01-17 Andrew Cagney <cagney@redhat.com>
14010
14011 * mdebugread.c: Update copyright.
14012 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
14013 (parse_type, parse_procedure): Ditto.
14014 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
14015
14016 * cris-tdep.c (cris_store_struct_return): Put back accidently
14017 deleted function.
14018
14019 * gdbarch.sh: Update copyright year.
14020 * gdbarch.h, gdbarch.c: Re-generate.
14021
14022 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
14023
14024 Suggested by George Anzinger.
14025 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
14026 correct stack offset. Include unknown opcode numbers in the error
14027 message.
14028
14029 2004-01-17 Andrew Cagney <cagney@redhat.com>
14030
14031 * x86-64-tdep.c (x86_64_init_abi): No need to clear
14032 extract_struct_value_address, i386 does not set it.
14033 * sparc64-tdep.c (sparc64_init_abi): Do not set
14034 extract_struct_value_address, never called.
14035 (sparc64_extract_struct_value_address): Delete function.
14036 * m68hc11-tdep.c: Update copyright.
14037 (m68hc11_gdbarch_init): Delete redundant assignment of
14038 extract_struct_value_address.
14039 * i386-tdep.c: Update copyright.
14040 (i386_gdbarch_init): Do not set extract_struct_value_address,
14041 never called.
14042 (i386_extract_struct_value_address): Delete function.
14043 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
14044 extract_struct_value_address, never called.
14045 (sparc32_extract_struct_value_address): #if 0 function. Add
14046 comments explaining its future.
14047
14048 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
14049
14050 * arm-tdep.c (arm_write_pc): New function.
14051 (arm_gdbarch_init): Call set_gdbarch_write_pc.
14052
14053 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
14054
14055 * breakpoint.c (must_shift_inst_regs): Delete.
14056 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
14057 and SHIFT_INST_REGS.
14058 * infcmd.c (step_1, step_1_continuation): Delete references to
14059 SHIFT_INST_REGS.
14060 * infrun.c (keep_going): Likewise.
14061 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
14062 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
14063
14064 2004-01-17 Andrew Cagney <cagney@redhat.com>
14065
14066 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
14067 * gdbarch.h, gdbarch.c: Re-generate.
14068 * infcmd.c (print_return_value): Delete reference to
14069 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
14070
14071 * cris-tdep.c (cris_gdbarch_init): Do not set
14072 deprecated_extract_struct_value_address.
14073
14074 * xstormy16-tdep.c: Update copyright.
14075 (xstormy16_extract_struct_value_address): Update to current
14076 extract struct value address interface.
14077 (xstormy16_gdbarch_init): Set extract_struct_value_address.
14078 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
14079 current extract struct value address interface.
14080 (sh64_gdbarch_init): Set extract_struct_value_address.
14081
14082 * cris-tdep.c: Update copyright.
14083 (cris_extract_struct_value_address): Delete function.
14084 (struct_return_address): Delete variable.
14085 (cris_store_struct_return): Do not set struct_return_address.
14086
14087 * mcore-tdep.c: Update copyright.
14088 (mcore_extract_struct_value_address): Delete function. Update
14089 comments.
14090 (mcore_gdbarch_init): Update.
14091 * mn10300-tdep.c: Update copyright.
14092 (mn10300_extract_struct_value_address): Delete function.
14093 (mn10300_gdbarch_init): Update.
14094 * v850-tdep.c: Update copyright.
14095 (v850_extract_struct_value_address): Delete.
14096 (v850_gdbarch_init): Update.
14097 * ns32k-tdep.c: Update copyright.
14098 (ns32k_extract_struct_value_address): Delete.
14099 (ns32k_gdbarch_init): Update.
14100 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
14101 (hppa_gdbarch_init): Update.
14102 * vax-tdep.c: Update copyright.
14103 (vax_extract_struct_value_address): Delete.
14104 (vax_gdbarch_init): Update.
14105
14106 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
14107 * gdbarch.h, gdbarch.c: Re-generate.
14108 * procfs.c (procfs_fetch_registers): Delete reference to
14109 DEPRECATED_NPC_REGNUM.
14110 (procfs_store_registers): Ditto.
14111 * regcache.c (generic_target_write_pc): Simplify.
14112 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
14113
14114 * core-sol2.c (fetch_core_registers): Replace
14115 DEPRECATED_NPC_REGNUM with equivalent tdep value.
14116
14117 * hppa-tdep.c: Update copyright year.
14118 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
14119 NPC_REGNUM.
14120 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
14121
14122 * mips-tdep.c (mips_write_pc): New function.
14123 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
14124 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
14125 (mips_find_saved_regs, mips_software_single_step: Ditto.
14126 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
14127 mips_init_extra_frame_info, mips_pop_frame): Ditto.
14128
14129 2004-01-17 Andrew Cagney <cagney@redhat.com>
14130
14131 * mips-tdep.c: Re-indent. Group functions by ABI.
14132
14133 2004-01-17 Andrew Cagney <cagney@redhat.com>
14134
14135 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
14136 * gdbarch.c: Re-generate.
14137 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14138 DECR_PC_AFTER_BREAK to zero.
14139 * vax-tdep.c (vax_gdbarch_init): Ditto.
14140 * v850-tdep.c (v850_gdbarch_init): Ditto.
14141 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14142 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14143 * sh-tdep.c (sh_gdbarch_init): Ditto.
14144 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14145 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14146 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14147 * mips-tdep.c (mips_gdbarch_init): Ditto.
14148 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14149 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14150 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14151 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14152 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
14153 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14154 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14155 * frv-tdep.c (frv_gdbarch_init): Ditto.
14156 * cris-tdep.c (cris_gdbarch_init): Ditto.
14157 * avr-tdep.c (avr_gdbarch_init): Ditto.
14158 * arm-tdep.c (arm_gdbarch_init): Ditto.
14159 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
14160
14161 2004-01-17 J. Brobecker <brobecker@gnat.com>
14162
14163 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
14164 Delete, no longer used.
14165 (read_subrange_type): New function, mostly extracted from
14166 read_array_type().
14167 (read_array_type): Replace extracted code by call to
14168 read_subrange_type().
14169 (dwarf2_get_attr_constant_value): New function.
14170 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
14171 (add_partial_symbol): Likewise.
14172 (process_die): Likewise.
14173 (new_symbol): Likewise.
14174 (read_type_die): Likewise.
14175
14176 2004-01-16 Andrew Cagney <cagney@redhat.com>
14177
14178 * symfile.c: Update copyright year.
14179 (compare_symbols): Delete unused function.
14180 * stabsread.c: Update copyright year.
14181 (lrs_general_complaint): Delete unused function.
14182 (ref_search_value): Ditto.
14183 (get_substring): Delete declaration.
14184 * sh64-tdep.c: Update copyright year.
14185 (sh64_get_gdb_regnum): Delete unused function.
14186 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
14187 Delete unused function.
14188
14189 2004-01-17 Mark Kettenis <kettenis@gnu.org>
14190
14191 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
14192 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
14193
14194 2004-01-16 Andrew Cagney <cagney@redhat.com>
14195
14196 Changes from Peter Schauer.
14197 * rs6000-tdep.c: Update copyright year.
14198 (rs6000_push_dummy_call): Update the stack pointer before
14199 accessing the corresponding stack region.
14200 * rs6000-nat.c: Update copyright year.
14201 (set_host_arch): Set "info.abfd" to "exec_bfd".
14202
14203 2004-01-15 Mark Kettenis <kettenis@gnu.org>
14204
14205 * blockframe.c: Update copyright year.
14206 (inside_entry_func): Don't treat a zero PC specially.
14207
14208 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
14209
14210 * gcore.c (gcore_copy_callback): Use paddr_d to print size
14211 variable.
14212 (gcore_create_callback): Ditto. Skip any memory segment that has
14213 no permissions set.
14214
14215 2004-01-14 David Carlton <carlton@kealia.com>
14216
14217 Change symbols for C++ nested types to contain the fully qualified
14218 name, if possible. (At least in the DWARF-2 case.) Partial fix
14219 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
14220 c++/895.
14221 * c-exp.y (qualified_type): Handle types nested within classes.
14222 * cp-namespace.c: Update comments.
14223 (cp_set_block_scope): Delete #if 0.
14224 (cp_lookup_nested_type): Handle types nested within classes.
14225 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
14226 when appropriate.
14227 (add_partial_symbol): Add the name of the enclosing namespace to
14228 types.
14229 (pdi_needs_namespace): New.
14230 (add_partial_namespace): Tweak comment.
14231 (add_partial_structure): New.
14232 (psymtab_to_symtab_1): Initialize processing_current_prefix
14233 here...
14234 (process_die): instead of here.
14235 (read_structure_scope): Try to figure out the name of the class or
14236 namespace that the structure might be defined within.
14237 (read_enumeration): Generate fully-qualified names, if possible.
14238 (read_namespace): Don't set name to NULL.
14239 (die_specification): New.
14240 (new_symbol): Generate fully-qualified names for types.
14241 (read_type_die): Determine appropriate prefix.
14242 (determine_prefix): New.
14243 (typename_concat): New.
14244 (class_name): New.
14245 * valops.c (value_aggregate_elt): Pass NOSIDE to
14246 value_struct_elt_for_reference.
14247 (value_struct_elt_for_reference): Make static, add NOSIDE
14248 parameter, call value_maybe_namespace_elt as a last resort.
14249 (value_namespace_elt): Break out code into
14250 value_maybe_namespace_elt.
14251 (value_maybe_namespace_elt): New.
14252
14253 2004-01-12 Andrew Cagney <cagney@redhat.com>
14254
14255 * mips-tdep.c (mips_convert_register_p): Handle both raw and
14256 cooked floating-point registers.
14257 (mips_gdbarch_init): Set convert_register_p, register_to_value,
14258 and value_to_register.
14259
14260 2004-01-13 Andrew Cagney <cagney@redhat.com>
14261
14262 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
14263 * gdbarch.c: Re-generate.
14264 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14265 FUNCTION_START_OFFSET.
14266 * v850-tdep.c (v850_gdbarch_init): Ditto.
14267 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14268 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14269 * sh-tdep.c (sh_gdbarch_init): Ditto.
14270 * s390-tdep.c (s390_gdbarch_init): Ditto.
14271 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14272 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14273 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14274 * mips-tdep.c (mips_gdbarch_init): Ditto.
14275 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14276 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
14277 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14278 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14279 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14280 * i386-tdep.c (i386_gdbarch_init): Ditto.
14281 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14282 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14283 * frv-tdep.c (frv_gdbarch_init): Ditto.
14284 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
14285 * cris-tdep.c (cris_gdbarch_init): Ditto.
14286 * avr-tdep.c (avr_gdbarch_init): Ditto.
14287 * arm-tdep.c (arm_gdbarch_init): Ditto.
14288 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
14289
14290 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
14291
14292 * infrun.c (follow_fork_mode_ask): Remove.
14293 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
14294 (follow_fork): Simplify and remove internal error for
14295 follow_fork_mode_ask.
14296 (_initialize_infrun): Update "set follow-fork-mode" help text.
14297
14298 2004-01-13 Andrew Cagney <cagney@redhat.com>
14299
14300 * configure.in: Update copyright year.
14301 (build_warnings): Add -Wunused-label.
14302 * configure: Re-generate.
14303
14304 2004-01-12 Andrew Cagney <cagney@redhat.com>
14305
14306 * exec.h (exec_ops): Make "extern".
14307
14308 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
14309 the function is void.
14310 (mips_pseudo_register_write): Ditto.
14311
14312 2004-01-12 Andrew Cagney <cagney@redhat.com>
14313
14314 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
14315 call. Never defined.
14316 * sparc-tdep.h (struct frame_info): Add opaque declaration.
14317 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
14318 (struct sparc_gregset, struct regcache): Ditto.
14319 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
14320
14321 2004-01-12 Andrew Cagney <cagney@redhat.com>
14322
14323 * mi/ChangeLog: Delete file. Renamed to ...
14324 * mi/ChangeLog-1999-2003: New file.
14325 * tui/ChangeLog: Delete file. Renamed to ...
14326 * tui/ChangeLog-1998-2003: New file.
14327
14328 2004-01-11 Mark Kettenis <kettenis@gnu.org>
14329
14330 * sparc64nbsd-tdep.c: Include "regset.h".
14331 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
14332 Remove variables.
14333 (fetch_core_registers): Remove function.
14334 (sparc64nbsd_core_fns): Remove variable.
14335 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
14336 functions.
14337 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
14338 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14339 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
14340
14341 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
14342 sparc_extract_struct_value_address.
14343 (sparc32_gdbarch_init): Set extract_struct_value_address.
14344 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
14345 function.
14346 (sparc64_init_abi): Set extract_struct_value_address. Don't set
14347 return_value_on_stack.
14348
14349 * NEWS: Mention that %cs and %ss have been added to the AMD64
14350 configurations
14351
14352 * frame.c: Update copyright year.
14353 (get_prev_frame): Improve comment.
14354
14355 * sparc64fbsd-tdep.c: Include "regset.h".
14356 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14357 Remove variables.
14358 (fetch_core_registers): Remove function.
14359 (sparc64fbsd_core_fns): Remove variable.
14360 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
14361 functions.
14362 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
14363 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14364 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
14365
14366 * sparcnbsd-tdep.c: Include "regset.h".
14367 (fetch_core_registers): Remove function.
14368 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
14369 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
14370 functions.
14371 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
14372 TDEP->fpregset.
14373 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
14374
14375 * sparc-tdep.h (struct regset): Provide opaque declaration.
14376 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
14377 fpregset and sizeof_fpregset members.
14378 * sparc-tdep.c (struct regset): Provide opaque declaration.
14379 (sparc_regset_from_core_section): New function.
14380 (sparc32_gdbarch_init): Initialize TDEP->gregset,
14381 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
14382 Set regset_from_core_section when appropriate.
14383
14384 2004-01-10 Mark Kettenis <kettenis@gnu.org>
14385
14386 * x86-64-tdep.c (amd64_non_pod_p): New function.
14387 (amd64_classify_aggregate): Return class memory for non-POD
14388 C++ structure types.
14389
14390 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
14391 argument. Use it to reserve a register if necessary.
14392 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
14393 amd64_push_arguments.
14394
14395 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
14396
14397 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
14398 register numbers in comments.
14399 * x86-64-tdep.h: Update copyright year.
14400 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
14401 Adjust for addition of %cs and %ss.
14402 * amd64fbsd-nat.c: Update copyright year.
14403 (reg_offset): Add register offsets for %cs and %ss.
14404 * amd64fbsd-tdep.c: Update copyright year.
14405 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
14406 (amd64fbsd_sc_reg_offset): Likewise.
14407 * x86-64-linux-nat.c: Update copyright year.
14408 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
14409 and %ss.
14410 * amd64nbsd-nat.c: Update copyright year.
14411 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
14412 * amd64nbsd-tdep.c: Update copyright year.
14413 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
14414 * x86-64-linux-tdep.c: Update copyright year.
14415 (user_to_gdb_regmap): Add mapping for %cs and %ss.
14416 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
14417 * regformats/reg-x86-64.dat: Add %cs and %ss.
14418
14419 * blockframe.c (inside_entry_func): Reformat. Introduce new local
14420 variables to prevent long lines. Update comments to reflect
14421 reality.
14422
14423 2004-01-09 David Carlton <carlton@kealia.com>
14424
14425 Checked in by Elena Zannoni <ezannoni@redhat.com>.
14426 * dwarf2read.c (read_namespace): Pull out name-generating code
14427 into namespace_name. Rename previous_namespace to previous_prefix
14428 and processing_current_namespace to processing_current_prefix..
14429 (namespace_name): New function.
14430 (add_partial_symbol): Substitute uses of pdi->name with
14431 actual_name.
14432 * cp-support.h: Rename processing_current_namespace to
14433 processing_current_prefix.
14434 Update copyright year.
14435 * cp-namespace.c: Rename processing_current_namespace to
14436 processing_current_prefix.
14437 Update copyright year.
14438
14439 2004-01-09 Andrew Cagney <cagney@redhat.com>
14440
14441 * jv-valprint.c, ser-unix.c: Add missing copyright years.
14442
14443 2004-01-09 Mark Kettenis <kettenis@gnu.org>
14444
14445 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
14446 complaining.
14447 (process_one_symbol): Deal with N_PATCH stabs.
14448
14449 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
14450
14451 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
14452 ifdeffed code.
14453 Update copyright year.
14454
14455 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14456
14457 * config/pa/tm-hppa.h: Update extern declarations for
14458 hppa32_hpux_frame_saved_pc_in_sigtramp,
14459 hppa32_hpux_frame_base_before_sigtramp, and
14460 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
14461
14462 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14463
14464 * config/pa/tm-hppah.h: Update copyright years.
14465
14466 2004-01-08 Andrew Cagney <cagney@redhat.com>
14467
14468 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
14469 (mips_o32_reg_struct_has_addr): Delete function.
14470 (mips_gdbarch_init): Update.
14471 (mips_extract_struct_value_address): Delete function.
14472
14473 2004-01-08 David Mosberger <davidm@hpl.hp.com>
14474
14475 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
14476 reality.
14477
14478 2004-01-07 Andrew Cagney <cagney@redhat.com>
14479
14480 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
14481 architecture's elf flags (when available).
14482
14483 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
14484 FPU to the start, check the MIPS FPU when looking for an old
14485 architecture.
14486 (set_mipsfpu_single_command): Update the architecture.
14487 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
14488
14489 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
14490 (mips_mask_address_p): Add "tdep" parameter.
14491 (show_mask_address, mips_addr_bits_remove): Update.
14492 (mips_dump_tdep): Update.
14493 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
14494 (MIPS_STACK_ARGSIZE): Delete macro.
14495 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
14496 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
14497 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
14498 (mips_dump_tdep): Update.
14499 (MIPS_SAVED_REGSIZE): Delete macro.
14500 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
14501 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
14502 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
14503 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
14504 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
14505 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
14506 (mips_pop_frame, return_value_location): Update.
14507 (mips_n32n64_return_value, mips_dump_tdep): Update.
14508
14509 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
14510 MIPS ABI.
14511
14512 * mips-tdep.c: Update copyright.
14513 (mips_gdbarch_init): Merge two code blocks handling the register
14514 name and number layout.
14515
14516 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
14517
14518 * tracepoint.c (validate_actionline): Fix segv at EOF
14519
14520 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14521
14522 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
14523 properly for static fields.
14524
14525 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
14526 Jason Molenda <jmolenda@apple.com>
14527
14528 * disasm.c: Update copyright to include 2004.
14529 (do_mixed_source_and_assembly): For uiout asm list
14530 and tuple cleanups, initialize to null_cleanup instead of
14531 NULL and do so prior to loop. Only reset when we close off
14532 the tuple/list. Move check for whether to close off the
14533 asm tuple/list to after dump_insns call where it will be run
14534 on each loop iteration.
14535
14536 2004-01-05 Andrew Cagney <cagney@redhat.com>
14537
14538 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
14539 should be a switch case and not a label.
14540 * mips-tdep.c (mips32_next_pc): Delete unused labels
14541 "greater_equal_branch" and "less_zero_branch".
14542 * jv-valprint.c (java_print_value_fields): Delete unused label
14543 "flush_it".
14544
14545 * target.c (unpush_target): Only close a target that is in the
14546 target stack.
14547
14548 2004-01-05 Mark Kettenis <kettenis@gnu.org>
14549
14550 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
14551 address from [sp + 64] instead of %o2.
14552
14553 * frame.c (get_prev_frame): Don't try to unwind the PC. This
14554 fixes PR backtrace/1476.
14555
14556 2004-01-05 Andrew Cagney <cagney@redhat.com>
14557
14558 * libunwind-frame.h (struct frame_id): Add opaque declaration,
14559 move to start of file.
14560 * i386-tdep.h (struct regcache): Add opaque declaration.
14561 * config/ia64/nm-linux.h (struct target_ops): Add opaque
14562 declaration.
14563 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
14564 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
14565 * win32-nat.c (fake_create_process): Use ISO C style definition.
14566 * stabsread.c (define_symbol): Delete #ifndef
14567 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
14568 stabs_argument_has_addr call, macro never defined.
14569
14570 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
14571
14572 * op50-rom.c: Delete.
14573 * w89k-rom.c: Delete.
14574 * Makefile.in: Remove references.
14575
14576 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14577
14578 * x86-64-tdep.c: Update copyright year.
14579 (struct amd64_register_info): Rename from x86_64_register_info.
14580 (amd64_register_info): Rename from x86_64_register_info.
14581 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
14582 (amd64_register_name): Rename from x86_64_register_name.
14583 (amd64_register_type): Rename from x86_64_register_type.
14584 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
14585 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
14586 (amd64_dwarf_reg_to_regnum): Rename from
14587 x86_64_dwarf_reg_to_regnum.
14588 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
14589 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
14590 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
14591 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
14592 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
14593 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
14594 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
14595 (amd64_frame_cache): Rename from x86_64_frame_cache.
14596 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
14597 (amd64_frame_prev_register): Rename from
14598 x86_64_frame_prev_register.
14599 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
14600 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
14601 (amd64_sigtramp_frame_cache): Rename from
14602 x86_64_sigtramp_frame_cache.
14603 (amd64_sigtramp_frame_prev_register): Rename from
14604 x86_64_sigtramp_frame_prev_register.
14605 (amd64_sigtramp_frame_unwind): Rename from
14606 x86_64_sigtramp_frame_unwind.
14607 (amd64_sigtramp_frame_sniffer): Rename from
14608 x86_64_sigtramp_frame_sniffer.
14609 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
14610 (amd64_frame_base): Rename from x86_64_frame_base.
14611 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
14612 (amd64_frame_align): Rename from x86_64_frame_align.
14613 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
14614 (amd64_regset_from_core_section): Rename from
14615 x86_64_regset_from_core_section.
14616 (x86_64_init_abi): Update comments.
14617
14618 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
14619
14620 * MAINTAINERS (write after approval): Add myself.
14621
14622 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14623
14624 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
14625 `float' arguments.
14626
14627 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14628
14629 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
14630 such that it mentions a specific version of GCC that exhibits this
14631 bug.
14632
14633 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14634
14635 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
14636 structure that has a single `float' member, store it in %f1 in
14637 addition to %f0.
14638
14639 * sparc-sol2-nat.c: Add missing '\'.
14640
14641 * sparc-tdep.c (sparc32_return_value): New function.
14642 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
14643 Remove functions.
14644 (sparc32_gdbarch_init): Set return_value, don't set
14645 extract_return_value, store_return_value, use_struct_convention
14646 and return_value_on_stack.
14647
14648 * sparc-sol2-nat.c: Add missing ')'.
14649
14650 2004-01-03 J. Brobecker <brobecker@gnat.com>
14651
14652 * infrun.c (handle_step_into_function): New function.
14653 (handle_inferior_event): Extract out some code into the new
14654 function above.
14655
14656 2004-01-03 J. Brobecker <brobecker@gnat.com>
14657
14658 * infrun.c (handle_inferior_event): Move the declaration of
14659 real_stop_pc inside the if blocks where it is used.
14660
14661 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14662
14663 * sparc64-tdep.c (sparc64_16_byte_align_p)
14664 (sparc64_store_floating_fields, sparc64_store_floating_fields):
14665 Use check_typedef to get subtypes of structures and unions.
14666 (sparc64_store_return_value): Fix calculation of the appropriate
14667 offset into VALBUF when storing a structure or union.
14668 (sparc64_return_value): New function.
14669 (sparc64_use_struct_convention): Remove function.
14670 (sparc64_init_abi): Set return_value, don't set
14671 extract_return_value, store_return_value and
14672 use_struct_convention.
14673
14674 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
14675
14676 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
14677 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
14678 gdb/config/alpha/xm-alphaosf.h,
14679 gdb/config/powerpc/tm-ppcle-eabi.h,
14680 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
14681 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
14682 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
14683 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
14684 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
14685 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
14686 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
14687 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
14688 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
14689 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
14690 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
14691 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
14692 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
14693 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
14694 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
14695 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
14696 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
14697 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
14698 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
14699 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
14700 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
14701 Remove lines for .cvsignore files.
14702
14703 2004-01-03 J. Brobecker <brobecker@gnat.com>
14704
14705 * infrun.c: Back out the previous change.
14706
14707 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14708
14709 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
14710 sparc-*-sunos4* to the list of REMOVED configurations.
14711
14712 * configure.tgt: Add back sparc-*-vxworks*.
14713 * remote-vxsparc.c: Remove all includes except for "defs.h",
14714 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
14715 Include "sparc-tdep.h".
14716 (SPARC_R_G1): New define.
14717 (vxsparc_gregset): New variable.
14718 (ext_format_sparc): Remove extern declaration.
14719 (vx_read_register): Rewrite to use sparc32_supply_gregset and
14720 sparc32_supply_fpregset.
14721 (vx_write_register): Rewrite to use sparc32_collect_gregset,
14722 sparc_collect_rwindow and sparc32_collect_fpregset.
14723 * config/sparc/tm-vxworks.h: New file, based on recently removed
14724 tm-vxsparc.h.
14725 * config/sparc/vxworks.mt: New file, based on recently removed
14726 vxworks.mt.
14727
14728 2004-01-03 J. Brobecker <brobecker@gnat.com>
14729
14730 * infrun.c (handle_step_into_function): New function.
14731 (handle_inferior_event): Extract out some code into the new
14732 function above.
14733
14734 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14735
14736 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
14737 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
14738 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
14739 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
14740 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
14741 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
14742 (sparc_nat_h): New variable.
14743 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
14744 (tm-sun4os4.h): Remove dependency.
14745 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
14746 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
14747 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
14748 sparc-tdep.o): Update dependencies.
14749 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
14750 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
14751 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
14752 dependencies.
14753 * configure.host: Remove existing sparc-*-lynxos*,
14754 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
14755 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
14756 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
14757 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
14758 triplets.
14759 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
14760 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
14761 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
14762 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
14763 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
14764 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
14765 sparc64-*-solaris2* and sparc64-*-* triplets.
14766 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
14767 "symtab.h" and "objfiles.h".
14768 (BIAS): Remove define.
14769 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
14770 (X_DISP19): Remove macros.
14771 (sparc_fetch_instruction): Remove function.
14772 (struct gdbarch_tdep): Remove definition.
14773 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
14774 (sparc_breakpoint_from_pc): Remove function.
14775 (struct sparc64_frame_cache): Remove definition.
14776 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
14777 sparc64_unwind_pc): Remove functions.
14778 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
14779 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
14780 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
14781 (sparc64_frame_cache): Change return type to `struct
14782 sparc_frame_cache *'. Simply call sparc_frame_cache.
14783 (sparc64_frame_this_id, sparc64_frame_prev_register,
14784 sparc64_frame_base_address): Use `struct sparc_frame_cache'
14785 instead of `struct sparc64_frame_cache.
14786 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14787 sparc_analyze_control_transfer, sparc_software_single_step,
14788 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14789 _initialize_sparc64_tdep): Remove functions.
14790 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
14791 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
14792 macros.
14793 (sparc64_supply_gregset, sparc64_collect_gregset,
14794 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
14795 (sparc64_init_abi): New function.
14796 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
14797 inclusion guard. Include "sparc-tdep.h".
14798 (BIAS): Define.
14799 (r_tstate_offset, r_fprs_offset): New defines.
14800 (enum sparc_regnum): Remove defenition.
14801 (enum sparc64_regnum): Reformat.
14802 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14803 (sparc64_init_abi, sparc64_supply_gregset,
14804 sparc64_collect_gregset, sparc64_supply_fpregset,
14805 sparc64_collect_fpregset): New prototypes.
14806 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14807 Add extern declarations.
14808 (sparc64_sol2_init_abi): New prototype.
14809 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14810 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14811 prototypes.
14812 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14813 "sparnbsd-nat.h".
14814 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14815 functions.
14816 (_initialize_sparc64fbsd_nat): Remove initialization of
14817 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14818 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
14819 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
14820 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
14821 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14822 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14823 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14824 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14825 (sparc64fbsd_r_y_offset): Remove variables.
14826 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14827 Make static and const.
14828 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14829 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14830 functions.
14831 (sparc64fbsd_gregset): New variable.
14832 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14833 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14834 and sparc64_supply_fpregset.
14835 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14836 (sparc64fbsd_sigtramp_frame_this_id)
14837 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14838 (sparc64fbsd_sigtramp_frame_unwind): New variable.
14839 (sparc64fbsd_sigtramp_frame_sniffer): New function.
14840 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14841 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14842 * sparcnbsd-tdep.c: Update copyright year. Include
14843 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14844 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14845 "value.h" and "sparcnbsd-tdep.h".
14846 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14847 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14848 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14849 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14850 defines.
14851 (sparcnbsd_gregset): New variable.
14852 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14853 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14854 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14855 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14856 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14857 variables.
14858 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14859 (sparc32nbsd_sigcontext_frame_this_id)
14860 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14861 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14862 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14863 (sparcnbsd_get_longjmp_target_32,
14864 sparcnbsd_get_longjmp_target_64): Remove functions.
14865 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14866 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14867 sparcnbsd_init_elf): Remove.
14868 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14869 (sparcnbsd_elf_init_abi): New functions.
14870 (_initialize_sparcnbsd_tdep): New prototype.
14871 (_initialize_sparnbsd_tdep): Update.
14872 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14873 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14874 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14875 * config/sparc/linux.mh: Update comment.
14876 (XM_FILE, HOST_IPC): Remove variables.
14877 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14878 sparc-linux-nat.o.
14879 * config/sparc/linux.mt: Update comment.
14880 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14881 * config/sparc/nbsd.mt: Reformat.
14882 * config/sparc/nbsd64.mh: Update comment.
14883 (NATDEPFILES): Add sparc-nat.o.
14884 * config/sparc/nbsd64.mt: Update comment.
14885 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14886 (TM_FILE): Set to tm-nbsd.h.
14887 * config/sparc/nbsdelf.mh: Update comment.
14888 (NATDEPFILES): Add sparc-nat.o.
14889 (XM_FILE): Delete.
14890 * config/sparc/nbsdaout.mh: Update comment.
14891 (NATDEPFILES): Add sparc-nat.o
14892 (XM_FILE): Delete.
14893 * config/sparc/nm-linux.h: Update copyright year. Don't include
14894 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14895 inclusion.
14896 (KERNEL_U_SIZE): Remove define.
14897 (kernel_u_size): Remove prototype.
14898 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14899 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14900 "regcache.h".
14901 (CHILD_PREPARE_TO_STORE): Remove define.
14902 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14903 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14904 sparcnbsd-nat.c: Rewrite files.
14905 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14906 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14907 sparcnbsd-tdep.h: Remove files.
14908 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14909 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14910 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14911 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14912 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14913 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14914 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14915 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14916 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14917 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14918 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14919 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14920 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14921 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14922 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14923 * config/sparc/linux64.mh, config/sparc/linux64.mt,
14924 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14925 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14926 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14927
14928 2004-01-02 Andrew Cagney <cagney@redhat.com>
14929
14930 From 2003-12-18 Kazuhiro Inaoka:
14931 * configure.host: Add m32r-linux target.
14932
14933 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14934
14935 * top.c (print_gdb_version): Update year to 2004.
14936
14937 2004-01-02 Mark Mitchell <mark@codesourcery.com>
14938
14939 * MAINTAINERS: Add myself to the write-after-approval category.
14940
14941 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
14942
14943 From Bernardo Innocenti <bernie@develer.com>:
14944 * configure.tgt: Add uClinux target.
14945
14946 2004-01-02 Andrew Cagney <cagney@redhat.com>
14947
14948 * utils.c (do_my_cleanups): Make static, add forward declaration.
14949 * defs.h (do_my_cleanups): Delete declaration.
14950
14951 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
14952
14953 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14954 bfd/ChangeLog-0203.
14955
14956 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14957
14958 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
14959 in <machine/reg.h>.
14960 * configure, config.in: Regenerate.
14961
14962 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14963 tui/ChangeLog-1998-2003.
14964 \f
14965 Local Variables:
14966 mode: change-log
14967 left-margin: 8
14968 fill-column: 74
14969 version-control: never
14970 End: