* inf-ttrace.c (_initialize_inf_ttrace): Unconditionially compile.
[binutils-gdb.git] / gdb / ChangeLog
1 2004-12-11 Mark Kettenis <kettenis@gnu.org>
2
3 * inf-ttrace.c (_initialize_inf_ttrace): Unconditionially compile.
4
5 2004-12-10 Michael Snyder <msnyder@redhat.com>
6
7 * mn10300-tdep.c: New file. This is a re-implementation of
8 the mn10300 target back-end using the new frame api etc.
9 * mn10300-tdep.h: New file.
10 * config/mn10300/mn10300.mt: New file (or replace old file).
11 * configure.tgt: Add mn10300 target.
12
13 2004-12-10 Mark Kettenis <kettenis@gnu.org>
14
15 * configure.host (hppa*-*-hpux11*): Remove.
16 * config/pa/hpux11.mh: Remove file.
17
18 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Fix
19 typo.
20
21 2004-12-10 Kris Warkentin <kewarken@qnx.com>
22
23 * nto-tdep.h: Include osabi.h. Prototypes for generic Neutrino
24 osabi sniffer, signal handling initializer, 'in_dynsym_resolve_code'
25 function and nto_set_target function.
26 (struct nto_target_ops): Put comments inline with struct. Add osabi
27 sniffer hook. Redefine macros to permit testing/assignment. Remove
28 nto_ prefix from members.
29 * nto-tdep.c (nto_find_and_open_solib): Allocate all buffers
30 dynamically to support arbitrary root paths. Check for basename of
31 lib in search path and then check for absolute.
32 (nto_in_dynsym_resolve_code): New function.
33 (nto_core_sniffer): New function.
34 (regset_core_fns): Register core sniffer.
35 (nto_initialize_signals): New function.
36 (_initialize_nto_tdep): Move signal initialization code to above to
37 avoid initialization race conditions.
38 (nto_set_target): New function.
39 * nto-procfs.c: Minor formatting/indenting changes.
40 (procfs_is_nto_target): New function.
41 (procfs_open): Set nto_is_nto_target.
42 (_initialize_procfs): Ditto. Remove notice_signals() call to avoid
43 initialization race conditions.
44 (procfs_create_inferior): Resume inferior after creation.
45 * i386-nto-tdep.c: Declare i386_nto_target.
46 (init_i386nto_ops): Initialize i386_nto_target instead of
47 current_nto_target.
48 (i386nto_init_abi): Initialize signals. Call nto_set_target. Set
49 TARGET_SO_IN_DYNSYM_RESOLVE_CODE.
50 (_initialize_i386nto_tdep): Call init_i386nto_ops. Register osabi
51 sniffer.
52
53 2004-12-10 Mark Kettenis <kettenis@gnu.org>
54
55 * hppa-hpux-tdep.c (child_enable_exception_callback): Use XMALLOC.
56 (hppa_hpux_sigtramp_frame_unwind_cache): Use ARRAY_SIZE.
57 (hppa_hpux_init_abi): Reformat long line.
58
59 2004-12-09 Mark Kettenis <kettenis@gnu.org>
60
61 * hppa-hpux-tdep.c: Include "regset.h".
62 (HPPA_HPUX_SS_WIDEREGS, HPPA_HPUX_SS_FLAGS_OFFSET)
63 (HPPA_HPUX_SS_NARROW_OFFSET, HPPA_HPUX_SS_FPBLOCK_OFFSET)
64 (HPPA_HPUX_SS_WIDE_OFFSET, HPPA_HPUX_SAVE_STATE_SIZE)
65 (HPPA_HPUX_PA89_SAVE_STATE_SIZE): New defines.
66 (hppa_hpux_supply_ss_narrow, hppa_hpux_supply_ss_fpblock)
67 (hppa_hpux_supply_ss_wide, hppa_hpux_supply_save_state): New
68 functions.
69 (hppa_hpux_regset): New variable.
70 (hppa_hpux_regset_from_core_section): New function.
71 (hppa_hpux_init_abi): Set regset_from_core_section.
72 (hppa_hpux_core_osabi_sniffer): New function.
73 (_initialize_hppa_hpux_tdep): Register
74 hppa_hpux_core_osabi_sniffer.
75 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
76 * config/pa/hppahpux.mt (TDEPFILES): Add corelow.o.
77
78 2004-12-09 Randolph Chung <tausq@debian.org>
79
80 * solib-pa64.c (pa64_relocate_section_addresses): Properly relocate
81 text and data sections.
82 (pa64_current_sos): Also include the dld in the list of current shared
83 objects.
84 (pa64_solib_get_solib_by_pc): Update comments.
85 (pa64_solib_get_text_base): New function.
86 (pa64_solib_select): Set solib_get_text_base method.
87
88 2004-12-08 Daniel Jacobowitz <dan@debian.org>
89
90 * linux-thread-db.c (BUILD_THREAD): Delete.
91 (thread_get_info_callback): Include LWP ID in thread ID.
92 (thread_from_lwp, check_event, find_new_threads_callback): Likewise.
93 (lwp_from_thread): Use the LWP ID from the thread ID.
94
95 2004-12-07 Randolph Chung <tausq@debian.org>
96
97 * hppa-tdep.c (hppa_frame_prev_register_helper): Zero out the entire
98 register for both 32- and 64-bit targets.
99
100 2004-12-07 Randolph Chung <tausq@debian.org>
101
102 * frame.c (get_prev_frame): Don't terminate unwinding at main if we
103 are unwinding through a dummy frame.
104
105 2004-12-07 Randolph Chung <tausq@debian.org>
106
107 * hppa-tdep.h (gdbarch_tdep): Add unwind_adjust_stub method.
108 * hppa-hpux-tdep.c (hppa_hpux_unwind_adjust_stub): New function.
109 (hppa_hpux_init_abi) Set unwind_adjust_stub method.
110 * hppa-tdep.c (hppa_frame_cache): Call unwind_adjust_stub method
111 if defined.
112
113 2004-12-07 Randolph Chung <tausq@debian.org>
114
115 * hppa-tdep.c (hppa_stub_Frame_unwind_cache): Stop unwinding if
116 unwinding from a frame with pc == 0.
117 (hppa_stub_frame_this_id): Likewise.
118 (hppa_stub_frame_prev_register): Only provide real values if the frame
119 cache is not NULL.
120
121 2004-12-07 Randolph Chung <tausq@debian.org>
122
123 * solib-som.c: New file.
124 * solib-som.h: New file.
125 * solib-pa64.c: New file.
126 * solib-pa64.h: New file.
127
128 2004-12-07 Mark Kettenis <kettenis@gnu.org>
129
130 * Makefile.in (inf-ttrace.o): Fix typo.
131
132 2004-12-07 Jim Blandy <jimb@redhat.com>
133
134 * remote.c (remote_threads_info, remote_current_thread): Use
135 strtoul to parse thread ID numbers.
136
137 2004-12-07 Mark Kettenis <kettenis@gnu.org>
138
139 * inf-ttrace.c: Include "gdbthread.h".
140 (inf_ttrace_num_lwps): New variable.
141 (inf_ttrace_num_lwps_in_syscall): Renamed from
142 inf_ttrace_num_threads_in_syscall.
143 (inf_ttrace_him): Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
144 TTEVT_LWP_TERMINATE events.
145 (inf_ttrace_create_inferior): Assert that INF_TTRACE_NUM_LWPS is
146 zero.
147 (inf_ttrace_mourn_inferior): Set INF_TTRACE_NUM_LWPS to zero.
148 (inf_ttrace_attach): Assert that INF_TTRACE_NUM_LWPS is zero.
149 Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE
150 events.
151 (inf_ttrace_wait): Report status as TARGET_WAITKIND_SPURIOUS by
152 default. Handle TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
153 TTEVT_LWP_TERMINATE events.
154 (inf_ttrace_thread_alive, inf_ttrace_pid_to_str): New functions.
155 (inf_ttrace_target): Set to_thread_alive and to_pid_to_str.
156 * Makefile.in (inf-ttrace.o): Update dependencies.
157
158 * hppa-tdep.h (hppa_read_pc, hppa_write_pc, hppa_unwind_pc): New
159 prototypes.
160 * hppa-tdep.c (hppa_read_pc): Rename from hppa_target_read_pc.
161 Make global. Remove HP-UX specific code. Use
162 frame_unwind_register_unsigned instead of
163 frame_unwind_register_signed.
164 (hppa_write_pc): Rename from hppa_target_write_pc. Make global.
165 Remove HP-UX specific code.
166 (hppa_unwind_pc): Make global. Remove HP-UX specific code.
167 (hppa_frame_prev_register_helper): Set "flags" register to zero
168 for all unwound frames.
169 (hppa_gdbarch_init): Adjust.
170 * hppa-hpux-tdep.c (HPPA_HPUX_SS_INSYSCALL): New define.
171 (hppa_hpux_read_pc, hppa_hpux_write_pc)
172 (hppa_hpux_unwind_pc): New functions.
173 (hppa_hpux_init_abi): Set read_pc, write_pc and unwind_pc.
174
175 2004-12-07 Andreas Schwab <schwab@suse.de>
176
177 * main.c (long_options): Add entry for "-l".
178 (print_gdb_help): Add line for -l option.
179 * NEWS: Mention it.
180
181 2004-12-05 Randolph Chung <tausq@debian.org>
182
183 * hppah-nat.c (store_inferior_registers): Rewrite logic to not use
184 DEPRECATED_REGISTER_BYTE.
185
186 2004-12-05 Randolph Chung <tausq@debian.org>
187
188 * hppa-tdep.c (unwind_command): Print the stub type for stub unwind
189 records.
190
191 2004-12-05 Mark Kettenis <kettenis@gnu.org>
192
193 * somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.
194 * config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.
195
196 * hppa-hpux-tdep.c: Update copyright notice and year.
197
198 2004-12-05 Richard Earnshaw <rearnsha@arm.com>
199
200 * doublest.c (FLOATFORMAT_LARGEST_BYTES): New define.
201 (get_field, put_field): Assert that the format is one we can handle.
202 Simplify logic accordingly.
203 (floatformat_normalize_byteorder): New function.
204 (convert_floatformat_to_doublest): Use floatformat_normalize_byteorder
205 to normalize and select modified byte order. Pass modified byte order
206 to get_field.
207 (floatformat_is_negative, floatformat_is_nan, floatformat_mantissa):
208 Likewise.
209 (convert_doublest_to_floatformat): Select an appropriate intermediate
210 byte order if necessary. Always convert to the final format before
211 returning.
212
213 2004-12-04 Daniel Jacobowitz <dan@debian.org>
214
215 PR tui/1703
216 * linux-nat.c (linux_tracefork_child): Use _exit instead of exit.
217 Suggested by Joshua Neuheisel.
218
219 2004-12-03 Randolph Chung <tausq@debian.org>
220
221 * gdbarch.sh (instruction_nullified): Delete.
222 * gdbarch.c: Regenerate.
223 * gdbarch.h: Regenerate.
224 * hppa-tdep.c (hppa_target_read_pc): Adjust pc if instruction is
225 nullified.
226 (hppa_unwind_pc): Likewise.
227 (hppa_instruction_nullified): Delete.
228 (hppa_gdbarch_init): Don't set instruction_nullified method.
229 * infrun.c (infwait_states): Remove infwait_nullified_state.
230 (handle_inferior_event): Remove handling of infwait_nullified_state.
231 Remove handling of nullified instructions.
232
233 2004-12-03 Mark Kettenis <kettenis@gnu.org>
234
235 * inf-ttrace.c: Include <sys/mman.h>.
236 (struct inf_ttrace_page): New.
237 (struct inf_ttrace_page_dict): New.
238 (inf_ttrace_num_threads_in_syscall)
239 (inf_ttrace_reenable_page_protections): New variables.
240 (inf_ttrace_enable_syscall_events)
241 (inf_ttrace_disable_syscall_events, inf_ttrace_get_page)
242 (inf_ttrace_add_page, inf_ttrace_insert_page)
243 (inf_ttrace_remove_page, inf_ttrace_mask_page_protections)
244 (inf_ttrace_enable_page_protections)
245 (inf_ttrace_disable_page_protections)
246 (inf_ttrace_insert_watchpoint, inf_ttrace_remove_watchpoint)
247 (inf_ttrace_can_use_hw_breakpoint)
248 (inf_ttrace_region_size_ok_for_hw_watchpoint)
249 (inf_ttrace_stopped_by_watchpoint): New functions.
250 (inf_ttrace_him): Remove unsused varaible `tts'.
251 (inf_ttrace_create_inferior): Add assertionts.
252 (inf_ttrace_mourn_inferior): Clear page dictionary.
253 (inf_ttrace_attach): Set initial event mask.
254 (inf_ttrace_detach): Reset number of threads in system call.
255 (inf_ttrace_wait): Deal with system call events.
256 (inf_ttrace_target): Initialize "hardware" watchpoint-related
257 parts of the target vector.
258 (_initialize_inf_ttrace): New prototype and function.
259
260 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
261 type of `gp' variable.
262
263 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
264
265 * README: Remove config.if from directory listing.
266
267 2004-12-01 Joel Brobecker <brobecker@gnat.com>
268
269 * alpha-tdep.c (alpha_register_name): Add comment.
270 (alpha_cannot_fetch_register): Exclude registers numbers which
271 are no longer used from the list of registers that can be fetched.
272 (alpha_cannot_store_register): Exclude registers numbers which
273 are no longer used from the list of registers that can be stored.
274 * alpha-nat.c (fetch_osf_core_registers): Add missing value in
275 core_reg_mapping array.
276
277 2004-12-01 Joel Brobecker <brobecker@gnat.com>
278
279 * alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
280 the register value from the correct frame.
281
282 2004-11-30 Randolph Chung <tausq@debian.org>
283
284 * hppa-linux-tdep.c (insns_match_pattern_relaxed): New function.
285 (hppa_linux_in_dyncall): Check that we are inside the range of
286 $$dyncall, not necessarily at the first insn.
287 (hppa_linux_in_solib_call_trampoline): Identify a trampoline
288 even if the pc does not point to the first insn of the trampoline.
289
290 2004-11-30 Randolph Chung <tausq@debian.org>
291
292 * breakpoint.c (break_at_finish_command): Delete.
293 (break_at_finish_command_1): Delete.
294 (break_at_finish_at_depth_command): Delete.
295 (break_at_finish_at_depth_command_1): Delete.
296 (tbreak_at_finish_command): Delete.
297 * hppa-tdep.c (_initialize_hppa_tdep): Remove deprecated xbreak, tbreak
298 and bx commands.
299
300 2004-11-30 Andrew Cagney <cagney@gnu.org>
301
302 * config/nm-gnu.h: Delete file.
303 * config/i386/nm-i386gnu.h: Inline "config/nm-gnu.h".
304
305 * config/nm-sysv4.h: Delete file.
306 * config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h".
307 * config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h".
308 * config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h".
309 * config/ia64/nm-aix.h: Inline "config/nm-sysv4.h".
310 * config/mips/nm-irix5.h: Inline "config/nm-sysv4.h".
311
312 2004-11-29 Andrew Cagney <cagney@gnu.org>
313
314 * MAINTAINERS: Add Randolph Chung (pa), Jeff Johnston (ia64), Kei
315 Sakamoto (m32r), Joel Brobecker (mips), and Ulrich Weigand (s390)
316 as can-commit architecture developers.
317
318 2004-11-29 Mark Kettenis <kettenis@gnu.org>
319
320 * sparc-tdep.c (X_RS1, X_SIMM13): New macros.
321 (sparc32_skip_prologue): Skip instructions that store arguments in
322 registers into their corresponding stack slots.
323
324 * config/m68k/nbsdaout.mh (NAT_FILE): Set to solib.h instead of
325 tm-solib.h.
326 * config/m68k/obsd.mh (NAT_FILE): Likewise.
327
328 * sparc-tdep.h (sparc32nbsd_elf_init_abi): New prototype.
329 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Make global.
330 * sparcobsd-tdep.c (sparc32obsd_init_abi): Call
331 sparc32nbsd_elf_init_abi. Remove duplicate code.
332
333 * config/sparc/nbsdaout.mh (NAT_FILE): Set to solib.h.
334 * config/sparc/nbsdelf.mh (NAT_FILE): Remove variable.
335 * config/sparc/nm-nbsd.h: Remove file.
336 * config/sparc/nm-nbsdaout.h: Remove file.
337
338 * sparc-nat.c (inf_ptrace_xfer_partial): New variable.
339 (sparc_xfer_partial): New function.
340 (sparc_target): Save value of to_xfer_partial from ptrace vector.
341 Set to_xfer_partial.
342
343 * fork-child.c (fork_inferior): Fork instead of vfork if
344 PRE_TRACE_FUN is non-null.
345
346 2004-11-24 Fred Fish <fnf@specifixinc.com>
347
348 * rs6000-tdep.c (skip_prologue): Use line table info to skip over
349 compiler generated function calls made as part of a prologue.
350
351 2004-11-23 Mark Kettenis <kettenis@gnu.org>
352
353 * inf-ttrace.c: New file.
354 * inf-ttrace.h: New file.
355 * hppa-hpux-nat.c [HAVE_TTRACE]: Include <sys/ttrace>.
356 Include "inf-ttrace.h".
357 (ss_mpsfu_high): Define to ss_tlsp if necessary.
358 (hppa_hpux_fetch_register, hppa_hpux_store_register): Use
359 ptid_get_pid instead of PIDGET. Modify to handle both ttrace and
360 ptrace systems.
361 (_initialize_hppa_hpux_nat) [HAVE_TTRACE]: Call inf_ttrace_traget
362 instead of inf_ptrace_target.
363 * config/pa/hpux.mh (NATDEPFILES): Add inf-ttrace.o.
364 * Makefile.in (inf_ttrace_h): New variable.
365 (hppa-hpux-nat.o): Update dependency.
366 (inf-ttrace.o): New dependency.
367 (ALLDEPFILES): Add inf-ptrace.c and inf-ttrace.c.
368
369 2004-11-23 Randolph Chung <tausq@debian.org>
370
371 * arch-utils.c (generic_instruction_nullified): New.
372 * arch-utils.h (generic_instruction_nullified): New.
373 * gdbarch.sh (instruction_nullified): New method.
374 * gdbarch.c: Regenerate.
375 * gdbarch.h: Regenerate.
376 * infrun.c (INSTRUCTION_NULLIFIED): Delete.
377 (handle_inferior_event): Replace INSTRUCTION_NULLIFIED with calls to
378 new gdbarch method.
379 * config/pa/tm-hppa.h (INSTRUCTION_NULLIFIED): Delete definition.
380 * hppa-tdep.c (hppa_instruction_nullified): Remove prototype and make
381 static. Rewrite to work directly off the passed regcache.
382 (hppa_gdbarch_init): Set instruction_nullified method.
383
384 2004-11-23 Joel Brobecker <brobecker@gnat.com>
385
386 * sparc-tdep.c (sparc_is_unimp_insn): New function.
387 (sparc32_frame_cache): For functions where there is no debugging
388 information to help us determine whether it's a struct-return
389 function or not, fallback on checking whether the instruction
390 at the return address is an "unimp" instruction or not.
391
392 2004-11-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
393
394 * MAINTAINERS: Add myself to write after approval section.
395
396 * hppa-hpux-nat.c (child_suppress_run): Add variable to allow
397 hpux-thread.c to suppress children from running.
398 (hppa_hpux_child_can_run): New function.
399 (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run.
400 * hpux-thread.c: Include string.h and hppa-tdep.h.
401 (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM,
402 HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively.
403 (hpux_thread_store_registers): Replace deprecated_registers with
404 calls to regcache_raw_read.
405 * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC.
406
407 2004-11-21 Mark Kettenis <kettenis@gnu.org>
408
409 * sparc64fbsd-nat.c: Update copyright year.
410 (_initialize_sparc64fbsd_nat): Construct and add target vector.
411 * config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
412 inftarg.o.
413
414 2004-11-21 Daniel Jacobowitz <dan@debian.org>
415
416 * sparc-tdep.c (sparc_software_single_step): Handle stepping to NULL.
417
418 2004-11-21 Daniel Jacobowitz <dan@debian.org>
419
420 * linux-nat.c (my_waitpid): New function.
421 (linux_test_for_tracefork): Make more robust and verbose. Take
422 an ORIGINAL_PID argument and test for PTRACE_SETOPTIONS first.
423 (linux_supports_tracefork, linux_supports_tracevforkdone): Take a PID
424 argument. Update calls to linux_test_for_tracefork.
425 (linux_enable_event_reporting, child_follow_fork)
426 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
427 (child_insert_exec_catchpoint): Update calls to
428 linux_supports_tracefork and linux_supports_tracevforkdone.
429
430 2004-11-21 Daniel Jacobowitz <dan@debian.org>
431
432 * valarith.c (value_subscript): Copy VALUE_FRAME_ID.
433 (value_subscripted_rvalue): Likewise.
434 * valops.c (search_struct_field, value_slice): Likewise.
435
436 2004-11-21 Mark Kettenis <kettenis@gnu.org>
437
438 * inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
439 Reorder includes a bit. Fix comment.
440 * Makefile.in (inf-ptrace.o): Update dependencies.
441
442 2004-11-21 Andreas Schwab <schwab@suse.de>
443
444 * m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
445 (m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
446 svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
447 to glibc_skip_solib_resolver.
448 * config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o. Remove
449 solib-legacy.o.
450 * Makefile.in (m68klinux-tdep.o): Update dependencies.
451
452 2004-11-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
453
454 * infttrace.h (ttrace_write_reg_64): Add prototype.
455 * hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
456 expression.
457 (store_inferior_registers): Correct formatting. Replace uses of
458 deprecated_registers with calls to regcache_raw_read,
459 regcache_raw_write_part and regcache_raw_read_part.
460
461 2004-11-21 Mark Kettenis <kettenis@gnu.org>
462
463 * config/pa/hppahpux.mh: Remove file.
464 * config/pa/hpux1020.mh: Remove file.
465
466 2004-11-20 Andreas Schwab <schwab@suse.de>
467
468 * configure.host: Set host floatformat for m68k.
469
470 2004-11-20 Eli Zaretskii <eliz@gnu.org>
471
472 * config/djgpp/fnchange.lst: Resolve file-name clash between
473 hppa-hpux-tdep.c and the new hppa-hpux-nat.c.
474
475 2004-11-20 Mark Kettenis <kettenis@gnu.org>
476
477 * hppa-hpux-nat.c: New file.
478 * config/pa/hpux.mh (NATDEPFILES): New file.
479 * Makefile.in (ALLDEPFILES): Add hppa-hpux-nat.c.
480 (hppa-hpux-nat.o): New dependency.
481 * configure.host: Remove hppa*-*-hpux10.20.
482 (hppa*-*-hpux*, hppa*-*-hiux*): Set gdb_host to hpux.mh.
483
484 * inf-ptrace.c: Fix coding style.
485
486 * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
487 * infptrace.c (call_ptrace): Simply call ptrace with four
488 arguments.
489
490 * dbxread.c (process_one_symbol): Fix a few coding standard
491 issues. Improve code formatting.
492
493 * dbxread.c: Include "gdb_string.h".
494 (record_minimal_symbol, read_ofile_symtab): Replace
495 DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp.
496 * Makefile.in (dbxread.o): Update dependencies.
497
498 * dwarf2-frame.c (read_encoded_value): Correctly calculate number
499 of bytes read for aligned LEB128 encodings.
500
501 2004-11-19 Mark Kettenis <kettenis@gnu.org>
502
503 * bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value from
504 parse_and_eval_address to u_long before converting it to a pointer
505 type.
506 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Change type of
507 ps_strings from int to u_long.
508 * i386obsd-nat.c (_initialize_i386obsd_nat): Cast _ps.val to
509 u_long instead of CORE_ADDR.
510
511 2004-11-18 Mark Kettenis <kettenis@gnu.org>
512
513 * dbxread.c (process_one_symbol): Do not adjust address of first
514 N_SLINE stab for a function for code generated by non-GCC
515 compilers.
516
517 2004-11-18 Kevin Buettner <kevinb@redhat.com>
518
519 * solib-null.c: New file.
520
521 2004-11-17 Andrew Cagney <cagney@gnu.org>
522
523 * MAINTAINERS: Drop MIPS and remote.
524
525 2004-11-15 Andrew Cagney <cagney@gnu.org>
526
527 * findvar.c (value_of_register): Set the frame ID.
528 * value.c (value_primitive_field): Copy the frame ID.
529 * valops.c (value_assign): Simplify lval_register case, there's
530 always a frame.
531
532 2004-11-14 Daniel Jacobowitz <dan@debian.org>
533
534 * Makefile.in (mips-linux-tdep.o): Update dependencies.
535 * mips-linux-tdep.c: Include "regcache.h".
536 (fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
537
538 2004-11-14 Daniel Jacobowitz <dan@debian.org>
539
540 * Makefile.in (linux-thread-db.o): Fix typo in last change.
541
542 2004-11-14 Daniel Jacobowitz <dan@debian.org>
543
544 * linux-thread-db.c: New file, renamed from thread-db.c.
545 * thread-db.c: Remove.
546 * Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
547 * config/alpha/alpha-linux.mh (NATDEPFILES): Rename thread-db.o
548 to linux-thread-db.o.
549 * config/arm/linux.mh (NATDEPFILES): Likewise.
550 * config/i386/linux.mh (NATDEPFILES): Likewise.
551 * config/i386/linux64.mh (NATDEPFILES): Likewise.
552 * config/ia64/linux.mh (NATDEPFILES): Likewise.
553 * config/m32r/linux.mh (NATDEPFILES): Likewise.
554 * config/m68k/linux.mh (NATDEPFILES): Likewise.
555 * config/mips/linux.mh (NATDEPFILES): Likewise.
556 * config/pa/linux.mh (NATDEPFILES): Likewise.
557 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
558 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
559 * config/s390/s390.mh (NATDEPFILES): Likewise.
560 * config/sparc/linux.mh (NATDEPFILES): Likewise.
561 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
562
563 2004-11-13 Andrew Cagney <cagney@gnu.org>
564
565 * config/i386/i386lynx.mh: Delete file.
566 * config/i386/i386lynx.mt: Delete file.
567 * Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
568 * i386ly-tdep.c: Delete.
569
570 * config/tm-lynx.h: Delete, inline contents ...
571 * config/rs6000/tm-rs6000ly.h: ... here.
572
573 * config/tm-sysv4.h: Delete file, inlining contents.
574 * config/ia64/tm-aix.h (SKIP_TRAMPOLINE_CODE): Define.
575 * config/tm-linux.h (SKIP_TRAMPOLINE_CODE): Define.
576 * config/tm-nto.h (SKIP_TRAMPOLINE_CODE): Define.
577
578 * regcache.h (deprecated_register_valid): Delete.
579 (deprecated_registers): Delete.
580 * regcache.c (deprecated_register_valid): Delete.
581 (deprecated_registers): Delete.
582 (deprecated_read_register_byte, _initialize_regcache)
583 (deprecated_write_register_bytes, build_regcache): Update.
584 * config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
585 remote-sds.o.
586 * config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
587 * config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
588
589 * NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
590 v850-*-* under removed.
591 * configure.host: Delete ns32k-*-netbsd*.
592 * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
593 ns32k-*-netbsd*, and v850*-*-*.
594 * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
595 "Deleted"
596 * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
597 * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
598 * mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
599 * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
600 * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
601 * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
602 * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
603 * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
604 * v850-tdep.c: Delete.
605
606 2004-11-13 Joel Brobecker <brobecker@gnat.com>
607
608 * irix5-nat.c (fetch_core_registers): Replace use of
609 deprecated_registers by equivalent code.
610
611 2004-11-13 Joel Brobecker <brobecker@gnat.com>
612
613 * irix5-nat.c (fill_gregset): Replace use of deprecated_registers
614 with equivalent code.
615 (fill_fpregset): Likewise.
616
617 2004-11-13 Andrew Cagney <cagney@gnu.org>
618
619 * MAINTAINERS: Do not list "Deleted" architectures.
620
621 * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
622 m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
623 sparc-*-vxworks*.
624 * NEWS: Mention that vxworks was deleted.
625 * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete.
626 * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete.
627 * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete.
628 * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete.
629 * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete.
630 * vx-share/ptrace.h, vx-share/regPacket.h: Delete.
631 * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete.
632 * vx-share/wait.h, vx-share/xdr_ld.c: Delete.
633 * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete.
634 * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete.
635 * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete.
636 * remote-vxmips.c, remote-vx.c: Delete.
637 * remote-vx68.c: Delete.
638 * config/m68k/tm-os68k.h: Remove reference to VxWorks.
639 * config/m68k/os68k.mt, ada-lang.h: Ditto.
640 * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o)
641 (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
642
643 2004-11-13 Eli Zaretskii <eliz@gnu.org>
644
645 * config/i386/xm-go32.h: Don't include fopen-bin.h.
646 Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
647
648 * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
649 branch that doesn't define CRLF_SOURCE_FILES; always use
650 binary-mode open.
651 (print_source_lines_base, forward_search_command)
652 (reverse_search_command): Enable the code that accepts DOS-style
653 CRLF line endings on all platforms (this removes the need for
654 CRLF_SOURCE_FILES).
655
656 * defs.h: Fix wording of the comment before FOPEN_RB.
657 (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
658
659 * config/djgpp/fnchange.lst: Group renames for opcode directory
660 together.
661
662 * config/djgpp/djconfig.sh: Replace file names that don't exist
663 anymore with existing files, for checking the unpacked
664 distribution.
665
666 * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
667 Export pre-cooked values in configure-* targets that begin with
668 "@test -f stage_last".
669
670 2004-11-12 Andrew Cagney <cagney@gnu.org>
671
672 * defs.h (enum lval_type): Delete lval_reg_frame_relative.
673 * value.h (struct value): Update comment.
674 * valops.c (value_assign): Fold lval_reg_fame_relative into
675 lval_register.
676 * findvar.c (value_from_register, locate_var_value): Ditto.
677
678 2004-11-12 Randolph Chung <tausq@debian.org>
679
680 * config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
681 * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
682 (write_exp_msymbol): Remove conditional check for symbols starting
683 with $. Update comments.
684
685 2004-11-12 Randolph Chung <tausq@debian.org>
686
687 * pa64solib.c (pa64_solib_thread_start_addr): Rename from
688 so_lib_thread_start_addr.
689 * pa64solib.h (so_list): Forward declare.
690 (pa64_solib_thread_start_addr): Prototype.
691 * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
692 (no_shared_libraries): Remove.
693 (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
694 * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
695 * hpread.c (hpread_process_one_debug_symbol): Use either the som or
696 the elf solib handler to find the start address.
697
698 * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support
699 files to the target makefile.
700 * config/pa/hpux1020.mh (NATDEPFILES): Likewise.
701 * config/pa/hpux11.mh (NATDEPFILES): Likewise.
702 * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
703
704 * config/pa/hppa64.mt (TDEPFILES): Put target-specific support
705 files for symbol reading and shared library handling here.
706 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
707 (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target
708 without bringing in 64-bit support.
709
710 2004-11-12 Andrew Cagney <cagney@gnu.org>
711
712 * sparc-tdep.c: Replace VALUE_TYPE with value_type.
713 * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
714 * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
715 * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
716 * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
717 * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
718 * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
719
720 Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
721 * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
722 (VALUE_REGNUM): Define.
723 (struct value): Delete location.regnum, rename "regno" to
724 "regnum".
725 * value.c, valops.c, valarith.c, findvar.c: Update.
726
727 * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
728 (VALUE_BITPOS): Delete.
729 (value_type, value_offset, value_bitsize, value_bitpos): Declare.
730 * value.c (value_type, value_offset, value_bitpos)
731 (value_bitsize): New functions. Update references.
732 * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
733 * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
734 * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
735 * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
736 * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
737 * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
738 * valops.c, eval.c, findvar.c, breakpoint.c: Update.
739 * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
740 * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
741
742 2004-11-12 Andrew Cagney <cagney@gnu.org>
743
744 * cris-tdep.c (cris_register_offset): Delete, never called.
745 (cris_spec_reg_applicable): Delete cris_ver_sim.
746 * MAINTAINERS: List d10v as OBSOLETE.
747 * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
748 FOPEN_WB et.al., defined by "fopen-bin.h".
749
750 2004-11-12 Randolph Chung <tausq@debian.org>
751
752 * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
753 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
754 * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
755 * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
756
757 2004-11-12 Mark Kettenis <kettenis@jive.nl>
758
759 * tui/tui-io.c: Don't include "terminal.h".
760 * Makefile.in (tui-io.o): Update dependencies.
761
762 2004-11-12 Kei Sakamoto <sakamoto.kei@renesas.com>
763
764 * Makefile.in (m32r-linux-tdep.o): Update dependencies.
765 * m32r-linux-tdep.c (m32r_linux_init_abi): Call
766 set_gdbarch_regset_from_core_section for core file support.
767 (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
768 New functions.
769
770 2004-11-11 Randolph Chung <tausq@debian.org>
771
772 * hppa-tdep.c (skip_prologue_hard_way): Make static, add
773 stop_after_branch parameter and use it to determine if we should look
774 at the delay slot of the first branch insn to find prologue insns.
775 (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
776 (hppa_frame_cache): Likewise.
777
778 2004-11-11 Randolph Chung <tausq@debian.org>
779
780 * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
781 register so that it can be unwound from anywhere in the prologue.
782
783 2004-11-10 msnyder <msnyder@redhat.com>
784
785 * rs6000-tdep.c (skip_prologue): After saving lr_offset,
786 must invalidate lr_reg (so we don't try to save it again).
787 Ditto for cr_offset and cr_reg.
788
789 2004-11-05 Jon Beniston <jon@beniston.com>
790
791 Committed by Andrew Cagney.
792 * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK
793 when an unexpected packet is received, as the target stubs
794 continually retransmit the same packet until ACKed.
795
796 2004-11-10 Randolph Chung <tausq@debian.org>
797
798 * frame.c (get_prev_frame): Use get_frame_type to retrieve the
799 frame's type.
800
801 2004-11-10 Randolph Chung <tausq@debian.org>
802
803 * blockframe.c (inside_entry_func): Move to .....
804 * frame.c (inside_entry_func): ... here, and make static.
805 (backtrace_past_entry): New flag.
806 (get_prev_frame): Stop backtrace at the entry function if enabled
807 by flag. Update comments.
808 (_initialize_frame): Add command to set backtrace_past_entry flag.
809 * defs.h (inside_entry_func): Remove prototype.
810
811 2004-11-10 Mark Kettenis <kettenis@gnu.org>
812
813 * dwarf2read.c: Fix formatting.
814
815 2004-11-10 Andrew Cagney <cagney@gnu.org>
816
817 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
818 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
819 macros with function declarations.
820 * value.c (coerce_ref, coerce_array, coerce_number)
821 (coerce_enum): New functions.
822 (value_as_long, value_as_address): Update.
823 * ada-lang.c (ada_coerce_ref, ada_value_binop)
824 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
825 * jv-lang.c (evaluate_subexp_java): Update.
826 * valarith.c (value_less, value_neg, value_complement)
827 (value_binop, value_add, value_subscript, value_x_binop)
828 (value_logical_not, value_sub): Update.
829 * valops.c (check_field, value_struct_elt, value_ind)
830 (value_find_oload_method_list, value_cast, value_assign): Update.
831 * eval.c (evaluate_subexp_standard): Update.
832
833 2004-11-10 Mark Kettenis <kettenis@gnu.org>
834
835 * mips-tdep.c (mips32_relative_offset): Change return type to
836 LONGEST, change argument type to ULONGEST. Fix sign-extension.
837
838 2004-11-10 Randolph Chung <tausq@debian.org>
839
840 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
841 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
842 (hppa_fetch_pointer_argument): Likewise.
843 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
844 deprecated_read_memory_nobpt.
845 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
846 add_set_cmd sequence with add_setshow_boolean_cmd.
847
848 2004-11-09 Andrew Cagney <cagney@gnu.org>
849
850 GDB 6.3 released from GDB 6.3 branch.
851
852 2004-11-09 Andrew Cagney <cagney@gnu.org>
853
854 * values.c: Rename to ...
855 * value.c: ..., new file.
856 * Makefile.in: Update.
857
858 2004-11-09 Daniel Jacobowitz <dan@debian.org>
859
860 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
861 size.
862
863 2004-11-09 Andrew Cagney <cagney@gnu.org>
864
865 * TODO: Delete.
866
867 * value.h (struct value): Delete field bfd_section.
868 (VALUE_BFD_SECTION): Delete macro.
869 (COERCE_REF): Update.
870 (value_at, value_at_lazy): Delete asection parameter.
871 * printcmd.c (print_formatted, x_command): Update.
872 (do_examine): Delete asection parameter.
873 (next_section): Delete variable.
874 * valops.c (value_cast, value_at, value_at_lazy)
875 (value_coerce_function, value_addr, value_ind, value_string)
876 (find_rt_vbase_offset, value_full_object): Update.
877 * hpacc-abi.c (hpacc_virtual_fn_field)
878 (hpacc_value_rtti_type): Update.
879 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
880 (gnuv3_baseclass_offset): Update.
881 * f-valprint.c (f_val_print): Update.
882 * c-valprint.c (c_val_print): Update.
883 * p-valprint.c (pascal_val_print): Update.
884 * jv-valprint.c (java_value_print): Update.
885 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
886 * ada-lang.c (ada_value_primitive_packed_val)
887 (ada_evaluate_subexp): Update.
888 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
889 * expprint.c (print_subexp_standard): Update.
890 * infcall.c (call_function_by_hand): Update.
891 * valarith.c (value_add): Update.
892 * eval.c (evaluate_subexp_standard): Update.
893 * values.c (allocate_value, value_copy, value_static_field): Update.
894 * findvar.c (read_var_value, locate_var_value): Update.
895
896 2004-11-09 Andrew Cagney <cagney@gnu.org>
897
898 * i386-linux-tdep.c: Include "dwarf2-frame.h".
899 * Makefile.in: Update all dependencies.
900
901 2004-11-08 Andrew Cagney <cagney@gnu.org>
902
903 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
904 (sentinel_frame_unwinder): Add the prev_pc method.
905 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
906 available. Do not handle the sentinel-frame case.
907 * frame-unwind.h (frame_prev_register_ftype): Define.
908 (struct frame_unwind): Add prev_pc;
909
910 2004-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
911
912 * configure.in: Check for ncurses/term.h.
913 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
914 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
915 * tui/tui.c: Don't include term.h.
916 * configure, config.in: Rebuilt.
917
918 2004-11-08 Mark Kettenis <kettenis@gnu.org>
919
920 * m68kbsd-nat.c: Include "inf-ptrace.h".
921 (_initialize_m68kbsd_nat): Fix pasto.
922 * Makefile.in (m68kbsd-nat.o): Update dependencies.
923
924 2004-11-08 Randolph Chung <tausq@debian.org>
925
926 * infrun.c (debug_infrun): New variable.
927 (resume, proceed, wait_for_inferior): Annotate with debug messages.
928 (handle_inferior_event, keep_going): Likewise.
929 (_initialize_infrun): Register "set debug infrun" command.
930
931 2004-11-08 Andreas Schwab <schwab@suse.de>
932
933 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
934 PTRACE_EVENT_VFORKDONE.
935 (child_follow_fork): Adjust.
936
937 2004-11-08 Andrew Cagney <cagney@gnu.org>
938
939 * README: Refer to 6.3, not 6.2, update directory listing droppng
940 references to intl/ and mmalloc/.
941 * PROBLEMS: Refer to 6.3 not 6.2.
942
943 * PROBLEMS: Delete no-longer applicable problems.
944
945 2004-11-07 Andrew Cagney <cagney@redhat.com>
946 Daniel Jacobowitz <dan@debian.org>
947 Roland McGrath <roland@redhat.com>
948
949 * Makefile.in (symfile-mem.o): Update dependencies.
950 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
951 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
952 * inf-ptrace.c (inf_ptrace_attach): Call
953 observer_notify_inferior_created.
954 * inftarg.c (child_attach): Likewise.
955 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
956 (symbol_file_add_from_memory): Take NAME argument. Use it for
957 the new BFD's filename.
958 (add_symbol_file_from_memory_command): Update call to
959 symbol_file_add_from_memory.
960 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
961 (symbol_file_add_from_memory_wrapper): New.
962 (_initialize_symfile_mem): Register add_vsyscall_page as an
963 inferior_created observer.
964
965 2004-11-07 Mark Kettenis <kettenis@gnu.org>
966
967 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
968 fetch_inferior_registers. Make static.
969 (m68kbsd_store_inferior_registers): Rename from
970 store_inferior_registers. Make static.
971 (_initialize_m68kbsd_nat): Construct and add target vector.
972 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
973 inftarg.o. Add inf-ptrace.o.
974 (NAT_FILE): Set to tm-solib.h.
975 (LOADLIBES): New variable.
976 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
977 inftarg.o. Add inf-ptrace.o.
978 (NAT_FILE): Delete variable.
979 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
980 inftarg.o. Add inf-ptrace.o.
981 (NAT_FILE): Set to tm-solib.h.
982 * config/m68k/nm-nbsdaout.h: Remove file.
983
984 2004-11-07 Daniel Jacobowitz <dan@debian.org>
985
986 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
987 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
988 (dwarf2_signal_frame_unwind): New.
989 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
990 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
991
992 2004-11-07 Mark Kettenis <kettenis@gnu.org>
993
994 * Makefile.in (mips64obsd-tdep.o): Fix typo.
995
996 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
997 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
998 to only include the structure members we actually need.
999 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
1000 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
1001 only include the structure members we actually need.
1002 (mipsnbsd_init_abi): Update.
1003
1004 * mips64obsd-nat.c: Include "mips-tdep.h".
1005 (MIPS64OBSD_NUM_REGS): Remove define.
1006 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
1007 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
1008 floating-point registers correctly.
1009 * Makefile.in (mips64obsd-nat.o): Update dependencies.
1010
1011 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
1012 "gdb_assert.h".
1013 (mips64obsd_sigframe_init): New function.
1014 (mips64obsd_sigframe): New variable.
1015 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
1016 unwinder.
1017 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
1018
1019 2004-11-06 Joel Brobecker <brobecker@gnat.com>
1020
1021 * alpha-mdebug-tdep.c: #include mdebugread.h.
1022 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
1023 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
1024
1025 2004-11-05 Andrew Cagney <cagney@gnu.org>
1026
1027 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
1028 CFI and the init_reg method leave the register unspecified.
1029 Include the register name in the "Incomplete CFI data" complaint.
1030 Supress leading zeros in the address.
1031
1032 2004-11-05 Mark Kettenis <kettenis@gnu.org>
1033
1034 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
1035 skipping a personality routine in a CIE augmentation.
1036
1037 2004-11-05 Jeff Johnston <jjohnstn@redhat.com>
1038
1039 * defs.h (fatal, vfatal): New function prototypes.
1040 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
1041 via catch_errors.
1042 (backtrace_command): Change to call backtrace_command_stub via
1043 catch_errors instead of calling backtrace_command_1 directly.
1044 (backtrace_full_command): Ditto.
1045 * utils.c (error_stream_1): New static function.
1046 (verror): Change to call error_stream_1 instead of error_stream.
1047 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
1048 (vfatal, fatal): New functions.
1049
1050 2004-11-05 Andrew Cagney <cagney@gnu.org>
1051
1052 * stack.c (parse_frame_specification_1): Clear selected_frame_p
1053 when not using selected frame.
1054
1055 2004-11-05 Mark Kettenis <kettenis@jive.nl>
1056
1057 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
1058 personality routine in a CIE augmentation.
1059
1060 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
1061
1062 * stack.c (set_current_sal_from_frame): New function.
1063 (print_args_stub): Use it.
1064 (print_frame_info): Don't set sal here.
1065
1066 2004-11-04 Mark Kettenis <kettenis@gnu.org>
1067
1068 * dwarf2-frame.c (read_encoded_value): Change type of third
1069 argument to `unsigned char *'. Add support for LEB128 encodings.
1070
1071 2004-11-04 Jim Blandy <jimb@redhat.com>
1072
1073 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
1074 prevent cross-objfile references.
1075 (make_cv_type): Doc fix. Don't create cross-objfile references,
1076 even for stub types.
1077 (replace_type): Add assertion to prevent cross-objfile references.
1078 (check_typedef): Never resolve a stub type by copying over a type
1079 from another file.
1080
1081 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
1082
1083 * Makefile.in (m32r-tdep.o): Update dependencies.
1084 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
1085 ABI-specific overrides.
1086
1087 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
1088
1089 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
1090 unnecessary parallel execution bit.
1091 (m32r_memory_remove_breakpoint): Ditto.
1092 (m32r_breakpoint_from_pc): Update.
1093
1094 2004-11-03 Randolph Chung <tausq@debian.org>
1095
1096 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
1097 frame_func_unwind to locate the unwind entry.
1098 (hppa_frame_this_id): Likewise.
1099
1100 2004-11-03 Andrew Cagney <cagney@gnu.org>
1101
1102 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
1103 packet, obsolete configurations, end-of-life deprecated_registers.
1104
1105 2004-11-02 Mark Kettenis <kettenis@gnu.org>
1106
1107 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
1108 encodings as well as unsigned encodings.
1109
1110 2004-11-02 Andrew Cagney <cagney@gnu.org>
1111
1112 * value.h (COERCE_VARYING_ARRAY): Delete.
1113 * valops.c (value_cast, value_slice): Delete use.
1114 * valarith.c (value_subscript, value_concat): Delete use.
1115
1116 2004-11-02 Paul Hilfinger <hilfingr@nile.gnat.com>
1117
1118 * NEWS: GDB understands GNAT Ada.
1119
1120 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
1121
1122 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
1123 (amd64-sol2-tdep.o): Add dependencies.
1124 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
1125 config/i386/sol2-64.mt: New files.
1126 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
1127 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
1128 (supply_gregset): Correct order of arguments to
1129 amd64_supply_native_gregset.
1130 (fill_gregset): Correct order of arguments to
1131 amd64_collect_native_gregset.
1132 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
1133 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
1134 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
1135 for definition of NEW_PROC_API.
1136 * configure: Regenerate.
1137
1138 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
1139
1140 * MAINTAINERS (Write After Approval): Add myself.
1141
1142 2004-11-01 Andrew Cagney <cagney@gnu.org>
1143
1144 * configure.tgt: Mark d10v-*-* as obsolete.
1145 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
1146
1147 2004-11-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1148
1149 * values.c (modify_field): Correct handling of bit-fields that
1150 don't fit in 32 bits. Use unsigned operations throughout and
1151 simplify the code a bit. Document preconditions.
1152
1153 2004-10-31 Andrew Cagney <cagney@gnu.org>
1154
1155 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1156 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1157 (in_plt_section): Delete.
1158
1159 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
1160 (mips_gdbarch_init): Do not set same.
1161
1162 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
1163 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
1164
1165 * gdbarch.sh (in_solib_call_trampoline): Delete.
1166 * gdbarch.h, gdbarch.c: Re-generate.
1167
1168 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
1169 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
1170 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
1171 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
1172 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
1173
1174 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1175
1176 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1177 (mipsnbsd_fetch_inferior_registers): Rename from
1178 fetch_inferior_registers. Make static.
1179 (mipsnbsd_store_inferior_registers): Rename from
1180 store_inferior_registers. Make static.
1181 (_initialize_mipsnbsd_nat): New function and prototype.
1182 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1183 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
1184 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
1185 inf-ptrace.o.
1186
1187 2004-10-31 Andrew Cagney <cagney@gnu.org>
1188
1189 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
1190 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
1191 delete corresponding unused function.
1192 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
1193 in_solib_call_trampoline.
1194 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1195 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1196 * config/mips/tm-nbsd.h: Ditto.
1197 * config/arm/tm-linux.h: Ditto.
1198 * config/mips/tm-linux.h: Ditto.
1199
1200 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
1201 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
1202 in_solib_call_trampoline, delete corresponding unused function.
1203 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
1204 (vaxnbsd_aout_init_abi): Ditto.
1205 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
1206 (sparc32nbsd_aout_init_abi): Ditto.
1207 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
1208 (ppc_linux_init_abi): Ditto.
1209 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
1210 (ns32knbsd_init_abi_aout): Ditto.
1211 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
1212 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
1213 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
1214 (m68kbsd_aout_init_abi): Ditto.
1215 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
1216 (i386_cygwin_init_abi): Ditto.
1217 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
1218 (i386bsd_init_abi): Ditto.
1219
1220 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
1221 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
1222 isn't used by this architecture.
1223 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
1224 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
1225 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
1226 * s390-tdep.c (s390_gdbarch_init): Ditto.
1227 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
1228 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
1229 * i386-tdep.c (i386_svr4_init_abi): Ditto.
1230 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
1231 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
1232 * amd64-tdep.c (amd64_init_abi): Ditto.
1233
1234 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
1235 in_solib_call_trampoline to its default value of
1236 generic_in_solib_call_trampoline.
1237 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
1238 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
1239 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
1240 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
1241 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
1242 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
1243
1244 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
1245
1246 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
1247
1248 * config/mips/tm-mips.h: Delete file.
1249 * remote-mips.c: Delete tm-mips.h from comment.
1250 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
1251 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
1252 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
1253 * config/mips/tm-linux.h: Don't include tm-mips.h.
1254 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
1255 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
1256 * config/mips/tm-wince.h: Don't include.
1257
1258 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
1259 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
1260 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1261 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1262
1263 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
1264 * mdebugread.c (ecoff_relocate_efi): Delete function.
1265 * objfiles.c (objfile_relocate): Delete #ifdef
1266 MDEBUG_EFI_SYMBOL_NAME code.
1267
1268 2004-10-31 Orjan Friberg <organ.friberg@axis.com>
1269 Andrew Cagney <cagney@gnu.org>
1270
1271 * gdbarch.sh (single_step_through_delay): Add.
1272 * gdbarch.h, gdbarch.c: Re-generate.
1273 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
1274 (mips_step_skips_delay): Delete.
1275 * mips-tdep.c (mips_single_step_through_delay): Replace
1276 mips_step_skips_delay.
1277 (mips_gdbarch_init): Set single_step_through_delay.
1278 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
1279
1280 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1281
1282 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
1283 from TRAMP_FRAME frame type.
1284
1285 2004-10-31 Andrew Cagney <cagney@gnu.org>
1286
1287 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
1288
1289 * mips-tdep.c (mips_ignore_helper): Delete.
1290 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
1291 * infrun.c (handle_inferior_event): Delete #ifdef
1292 DEPRECATED_IGNORE_HELPER_CALL code.
1293
1294 * config/mips/tm-mips.h (RA_REGNUM): Delete.
1295
1296 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1297
1298 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
1299 (fill_fpregset): Do not compile for 64-bit systems.
1300 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
1301 * Makefile.in (i386-sol2-nat.o): Update dependencies.
1302 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
1303
1304 2004-10-30 Andrew Cagney <cagney@gnu.org>
1305
1306 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
1307 (struct mdebug_extra_func_info): Define.
1308 * config/alpha/tm-alpha.h: Delete same.
1309 * config/mips/tm-mips.h: Delete same.
1310 * mdebugread.c: Delete same.
1311 * Makefile.in: Update dependencies.
1312 * mips-mdebug-tdep.c: Include "mdebugread.h".
1313
1314 * objfiles.c: Include "mdebugread.h".
1315 * mdebugread.c: Include "mdebugread.h".
1316 (ecoff_relocate_cfi): Delete.
1317 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
1318 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
1319 * mdebugread.h (ecoff_relocate_efi): New file.
1320 * Makefile.in: Update dependencies.
1321
1322 * mips-tdep.c (struct frame_extra_info): Delete.
1323 (temp_proc_desc): Delete.
1324
1325 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1326 MIPS_EFI_SYMBOL_NAME.
1327 (mips_extra_func_info_t, mips_extra_func_info): Delete.
1328 (struct mdebug_extra_func_info): Replace struct
1329 alpha_extra_func_info and alpha_extra_func_info_t.
1330 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1331 MIPS_EFI_SYMBOL_NAME.
1332 (struct mdebug_extra_func_info): Replace struct
1333 alpha_extra_func_info and alpha_extra_func_info_t.
1334 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
1335 * mdebugread.c, alpha-mdebug-tdep.c:
1336
1337 Suggested by Mark Kettenis.
1338 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
1339 fields frame_adjust and high_addr.
1340 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
1341 (non_heuristic_proc_desc): Delete references.
1342
1343 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
1344 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
1345 * mips-tdep.c: Update.
1346
1347 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
1348 (MIPS_LAST_EMBED_REGNUM): Add.
1349 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
1350 (LAST_EMBED_REGNUM): Delete.
1351 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
1352
1353 * config/mips/tm-mips.h (PS_REGNUM): Delete.
1354 * mips-tdep.h (MIPS_PS_REGNUM): Add.
1355 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
1356 * mips-linux-nat.c: Update.
1357
1358 * mips-tdep.h: Add comments on registers.
1359 (MIPS_UNUSED_REGNUM): Define.
1360 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
1361 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
1362 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
1363 * mips-linux-nat.c, remote-mips.c: Update.
1364
1365 * config/mips/tm-mips.h (t_insn): Delete.
1366 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
1367 Replace t_insn with ULONGEST.
1368
1369 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1370
1371 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
1372 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
1373 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
1374 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1375 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
1376 (mipsnbsd_core_osabi_sniffer): New function.
1377 (mipsnbsd_init_abi): Set regset_from_core_section.
1378 (_initialize_mipsnbsd_tdep): Remove calls to
1379 deprecated_add_core_fns.
1380 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
1381 (mipsnbsd_regset_from_core_section): New functions.
1382 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
1383 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1384
1385 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
1386 Remove optimization for DEPRECATED_FP_REGNUM.
1387
1388 2004-10-30 Andrew Cagney <cagney@gnu.org>
1389
1390 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
1391 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
1392 (alpha_setup_arbitrary_frame): Delete.
1393 * mips-tdep.c (setup_arbitrary_frame): Delete.
1394 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
1395 (setup_arbitrary_frame): Delete.
1396 * stack.c (parse_frame_specification_1): When specified, call
1397 create_new_frame with two parameters. Delete #ifdef
1398 SETUP_ARBITRARY_FRAME.
1399
1400 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
1401 (MIPS_INSTLEN): Delete.
1402 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
1403 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
1404 * remote-mips.c, mips-tdep.c: Update.
1405
1406 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
1407 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
1408 * mips-tdep.c (mips_mdebug_frame_cache)
1409 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
1410 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
1411 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
1412 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
1413 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
1414 (mips_gdbarch_init): Do not append mdebug sniffers.
1415 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
1416 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
1417 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
1418 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
1419 * Makefile.in: Update dependencies.
1420
1421 * mips-tdep.h (mips_abi_regsize): Declare.
1422 * mips-tdep.c (mips_abi_regsize): Make non-static.
1423
1424 * mips-tdep.c (gdb_print_insn_mips): Simplify.
1425 (make_mips16_addr): Delete.
1426
1427 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1428
1429 * i386-sol2-nat.c: New file.
1430 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
1431 i386-sol2-tdep.c.
1432 (i386-sol2-nat.o): Update dependencies.
1433 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
1434 i386-sol2-nat.o.
1435
1436 2004-10-30 Andrew Cagney <cagney@gnu.org>
1437
1438 Total breakage identified by Joel Brobecker.
1439 * mips-tdep.c (after_prologue): Delete.
1440 (mips_skip_prologue): Use skip_prologue_using_sal.
1441 (heuristic_proc_desc): Delete, unused.
1442
1443 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1444
1445 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
1446 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
1447 Cleanup coding style.
1448
1449 2004-10-30 Andrew Cagney <cagney@gnu.org>
1450
1451 * mips-tdep.h (mips_pc_is_mips16): Declare.
1452 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
1453 non-static. Update calls.
1454
1455 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
1456 * command.h (add_setshow_enum_cmd): Declare.
1457 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
1458
1459 * mips-tdep.c (_initialize_mips_tdep): Use
1460 add_setshow_zinteger_cmd.
1461
1462 * mips-tdep.c (mips_eabi_extract_return_value)
1463 (mips_o64_extract_return_value, mips_o64_store_return_value)
1464 (return_value_location, mips_eabi_reg_struct_has_addr)
1465 (mips_eabi_use_struct_convention)
1466 (mips_eabi_store_return_value): Delete.
1467 (mips_eabi_store_return_value): New function.
1468 (mips_eabi_return_value): New function.
1469 (mips_gdbarch_init): For O64 and EABI, delete
1470 extract_return_value, store_return_value, use_struct_convention
1471 and reg_struct_has_addr, add return_value.
1472
1473 * mips-tdep.c (read_signed_register): Use
1474 regcache_cooked_read_signed.
1475
1476 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1477
1478 * mipsread.c: Cleanup coding style.
1479 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
1480 (mipscoff_symfile_finish): Remove prototypes.
1481
1482 2004-10-29 Mark Kettenis <kettenis@gnu.org>
1483
1484 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1485 (mips_mdebug_frame_cache, mips16_scan_prologue)
1486 (mips32_scan_prologue, mips_stub_frame_cache)
1487 (heuristic_proc_start, heuristic_proc_desc)
1488 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1489 (mips_n32n64_return_value, mips_o32_push_dummy_call)
1490 (mips_o32_return_value, mips_o64_push_dummy_call)
1491 (mips_step_skips_delay, mips_skip_trampoline_code)
1492 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
1493 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
1494 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
1495 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
1496 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
1497 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
1498 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
1499 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
1500 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
1501 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
1502 ZERO_REGNUM.
1503 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
1504 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
1505 ZERO_REGNUM.
1506 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
1507 A0_REGNUM.
1508 * mipsnbsd-nat.c: Include "mips-tdep.h".
1509 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
1510 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1511
1512 2004-10-29 Andrew Cagney <cagney@gnu.org>
1513
1514 * stack.c (parse_frame_specification_1): New function based on
1515 parse_frame_specification. Add message and selected_frame_p
1516 paramters. Truely always return non-NULL.
1517 (parse_frame_specification): Call parse_frame_specification_1.
1518 (frame_info): Update. Eliminate target_has_stack check.
1519 (select_frame_command): Update.
1520
1521 2004-10-29 Andrew Cagney <cagney@gnu.org>
1522
1523 * frame.h (get_selected_frame): Add message parameter.
1524 * frame.c (get_selected_frame): Add and use message parameter.
1525 * stack.c (current_frame_command, return_command, locals_info)
1526 (catch_info, args_info, up_silently_base, down_silently_base): Use
1527 get_selected_frame with an explicit message.
1528 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
1529 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
1530 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
1531 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
1532 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
1533 * breakpoint.c: Update.
1534
1535 2004-10-29 Andrew Cagney <cagney@gnu.org>
1536
1537 * trad-frame.c (trad_frame_get_prev_register): Use
1538 frame_unwind_register instead of frame_register_unwind, do not
1539 recurse the register's location.
1540 * xstormy16-tdep.c (xstormy16_frame_prev_register):
1541 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
1542 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
1543 * sh-tdep.c (sh_frame_prev_register): Ditto.
1544 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
1545 * i386-tdep.c (i386_frame_prev_register): Ditto.
1546 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
1547 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
1548
1549 2004-10-28 Mark Kettenis <kettenis@jive.nl>
1550
1551 * proc-events.c: Fix several coding-style issues. Consistently
1552 use #ifdef instead of #if defined().
1553 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
1554 ARRAY_SIZE.
1555 (_initialize_proc_events): New prototype.
1556
1557 * proc-why.c: Fix several coding-style issues.
1558 (proc_prettyfprint_why): Use ARRAY_SIZE.
1559
1560 2004-10-27 Jim Blandy <jimb@redhat.com>
1561
1562 * remote.c (fetch_register_using_p): Construct 'p' packet in a
1563 manner independent of the host byte order.
1564
1565 2004-10-27 Mark Kettenis <kettenis@gnu.org>
1566
1567 * mips-tdep.c (id_delayed): Remove prototype.
1568
1569 2004-10-26 Mark Kettenis <kettenis@gnu.org>
1570
1571 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
1572 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
1573 to enum with register numbers.
1574 (enum mips_insn_size): New enum.
1575
1576 2004-10-26 Andrew Cagney <cagney@gnu.org>
1577
1578 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
1579 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
1580 (mips_gdbarch_init): Update.
1581 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
1582
1583 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1584 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
1585 IN_SOLIB_RETURN_TRAMPOLINE.
1586 * mips-tdep.c (mips_dump_tdep): Do not print
1587 IN_SOLIB_RETURN_TRAMPOLINE.
1588 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
1589 (mips_gdbarch_init): Update.
1590
1591 * mips-tdep.h (mips_software_single_step): Move to here ...
1592 * config/mips/tm-mips.h: ... from here.
1593 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
1594 (SOFTWARE_SINGLE_STEP): Delete.
1595 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
1596
1597 2004-10-25 Andrew Cagney <cagney@gnu.org>
1598
1599 * NEWS: Add Changes since GDB 6.3 section.
1600
1601 2004-10-23 Andreas Schwab <schwab@suse.de>
1602
1603 * ada-lang.c (grow_vect): Return the new array instead of
1604 expecting pointer to pointer to avoid violation of aliasing rules.
1605 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
1606
1607 2004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
1608
1609 * s390-tdep.c (enum pv_boolean): Remove.
1610 (pv_is_array_ref): Remove.
1611 (s390_on_stack): Remove.
1612 (S390_NUM_SPILL_SLOTS): Remove.
1613 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
1614 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
1615 (s390_store): Track all stores of orginal incoming registers to the
1616 stack constant offsets relative to the CFA, instead of only tracking
1617 stores into specific spill slots.
1618 (s390_load): Likewise.
1619 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
1620 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
1621 defined as call-saved by the ABI.
1622 (s390_push_dummy_call): Use bottom of dummy call argument save area
1623 as return value, not the top. Do not store to the called function's
1624 register save area.
1625 (s390_unwind_dummy_id): Adapt accordingly.
1626
1627 2004-10-23 Andrew Cagney <cagney@gnu.org>
1628
1629 * objfiles.h (struct objfile): Rename obj_private to
1630 deprecated_obj_private, sym_private to deprecated_sym_private, and
1631 sym_stab_info to deprecated_sym_stab_info.
1632 * gdb-stabs.h: Update.
1633 * elfread.c: Update.
1634 * dbxread.c: Update.
1635 * coffread.c: Update.
1636 * xcoffread.c: Update.
1637 * symfile.c: Update.
1638 * somread.c: Update.
1639 * nlmread.c: Update.
1640 * mdebugread.c: Update.
1641 * hpread.c: Update.
1642 * coffread.c: Update.
1643
1644 2004-10-23 Mark Kettenis <kettenis@gnu.org>
1645
1646 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
1647 * configure.host: Add mips64*-*-openbsd*.
1648 * configure.tgt: Add mips64*-*-openbsd*.
1649 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
1650 mips64obsd-tdep.c.
1651 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
1652 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
1653
1654 2004-10-21 Joel Brobecker <brobecker@gnat.com>
1655
1656 * symtab.c (symbol_search_name): Minor reformatting.
1657
1658 2004-10-20 Joel Brobecker <brobecker@gnat.com>
1659
1660 * symtab.h: Fix typo in comment.
1661
1662 2004-10-19 Mark Kettenis <kettenis@gnu.org>
1663
1664 * dwarf2read.c (struct comp_unit_head): Fix coding style.
1665 (dwarf_decode_line_header): Likewise.
1666
1667 2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
1668
1669 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
1670
1671 2004-10-19 Andrew Cagney <cagney@gnu.org>
1672
1673 GDB 6.3 branch created.
1674 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
1675
1676 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1677
1678 * dwarf2read.c (set_cu_language): Set language to Ada for
1679 DW_LANG_Ada83 and DW_LANG_Ada95.
1680
1681 2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
1682
1683 From Andreas Schwab <schwab@suse.de>:
1684 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
1685 for xmalloc and xrealloc.
1686
1687 2004-10-15 Andrew Cagney <cagney@gnu.org>
1688
1689 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
1690 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
1691 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
1692 Update dependencies.
1693
1694 2004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
1695
1696 * ada-lang.c (ada_lookup_symbol): Correct comment.
1697 (ada_evaluate_subexp): Change error message for
1698 OP_FUNCALL case so as not to indicate an internal error.
1699
1700 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1701
1702 Committed by Paul Hilfinger.
1703 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
1704 type sizes in XVE/XVU types, and emit a warning when that happens,
1705 instead of rounding up the size of the resulting type.
1706 Some minor reformatting.
1707 (ada_is_aligner_type): Do not consider a type as an aligner type
1708 if there is a corresponding XVS type as well.
1709 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
1710 have several levels of pointer indirection to the array.
1711
1712 2004-10-15 Jerome Guitton <guitton@gnat.com>
1713
1714 Committed by Paul Hilfinger.
1715 * ada-lang.c (check_size): New function.
1716 (coerce_unspec_val_to_type): call check_size to make sure
1717 that the object size is reasonable.
1718 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
1719 Implements the case when we get a reference when we evaluate
1720 the expression of one of the bounds of the slice.
1721 (ada_value_struct_elt): when a packed array field is
1722 a reference, use ada_coerce_ref to dereference it; use
1723 ada_value_ind only if it is a pointer.
1724
1725 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1726
1727 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
1728 a bit to avoid the necessity of an advance declaration. Remove
1729 declaration.
1730 (set_reg_offset): Move implemenation up.
1731 (mips16_get_imm): Likewise.
1732 (mips16_scan_prologue): Likewise.
1733 (reset_saved_regs): Likewise.
1734 (mips32_scan_prologue): Likewise.
1735
1736 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1737
1738 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
1739 Remove sp as a parameter, compute it internally instead. Move
1740 prologue scanning limit from heuristic_proc_desc to here.
1741 (mips16_scan_prologue): Likewise.
1742 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
1743 by call to mips16_scan_prologue.
1744 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
1745 by call to mips32_scan_prologue.
1746 (heuristic_proc_desc): Remove code that's no longer necessary.
1747 Update calls to mips16_scan_prologue and mips32_scan_prologue.
1748 (mips_skip_prologue): Update calls to mips16_scan_prologue
1749 and mips32_scan_prologue.
1750
1751 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1752
1753 * mips-tdep.c (mips16_scan_prologue): Merge code from
1754 mips16_skip_prologue. Now return the address of the first
1755 instruction past the function prologue.
1756 (mips16_skip_prologue): Remove, no longer necessary.
1757 (mips_skip_prologue): Replace call to mips16_skip_prologue
1758 by call to mips16_scan_prologue.
1759
1760 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1761
1762 * mips-tdep.c (mips32_scan_prologue): Merge code from
1763 mips32_skip_prologue. Now return the address of the first
1764 instruction past the function prologue.
1765 (mips32_skip_prologue): Remove. No longer necessary.
1766 (mips16_skip_prologue): Add parameter end_pc instead of
1767 computing it.
1768 (mips_skip_prologue): Compute the upper limit for the
1769 prologue scanning. Update call to mips16_skip_prologue.
1770 Replace call to mips32_skip_prologue by call to
1771 mips32_scan_prologue.
1772
1773 2004-10-14 Mark Kettenis <kettenis@gnu.org>
1774
1775 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1776 NetBSD system call stubs that store %rp in the ERP slot of the
1777 stack frame.
1778
1779 * source.c: Always define O_BINARY to 0 if not defined already.
1780 (openp): Unconditionally use O_BINARY.
1781
1782 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1783 * event-top.c (gdb_readline2): Likewise.
1784
1785 2004-10-14 Orjan Friberg <orjanf@axis.com>
1786
1787 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1788 deprecated_add_core_fns which was removed by mistake.
1789
1790 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1791
1792 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1793 references to deprecated_registers[] with equivalent code.
1794
1795 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1796
1797 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1798 ``deprecated_registers'' with equivalent code. Use gdb_assert()
1799 instead of explicit test and print statement.
1800
1801 2004-10-12 Mark Kettenis <kettenis@gnu.org>
1802
1803 * sparc-nat.c: Include "inf-ptrace.h".
1804 (sparc_target): New function.
1805 * sparc-nat.h: Update copyright year.
1806 (sparc_target): New prototype.
1807 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1808 (_initialize_sparcnbsd_nat): Construct and add target vector.
1809 * sparc64nbsd-nat.c: Include "target.h".
1810 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1811 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1812 Update dependencies.
1813 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1814 inftarg.o, add inf-ptrace.o.
1815 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1816 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1817 (NAT_FILE): Set to nm-bsd.h.
1818 (LOADLIBES): New variable.
1819 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1820 infarg.o, add inf-ptrace.o.
1821 * config/sparc/nm-nbsdaout.h: Remove file.
1822 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1823 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1824 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1825
1826 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1827 "fopen-same.h". Update comment.
1828
1829 2004-10-11 Mark Kettenis <kettenis@gnu.org>
1830
1831 * i386gnu-nat.c: Include "gdb_string.h".
1832 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1833 registers when the floating-point state isn't initialized.
1834 * Makefile.in (i386gnu-nat.o): Update dependencies.
1835
1836 2004-10-11 David Anderson <davea@sgi.com>
1837
1838 * regcache.c (regcache_raw_read): Comment was missing "to".
1839 Extraneous ' removed.
1840 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1841 comment now describes use.
1842
1843 2004-10-11 Orjan Friberg <orjanf@axis.com>
1844
1845 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1846 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1847 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1848 (cris_sigtramp_frame_sniffer): New functions.
1849 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1850 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1851 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1852 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1853 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1854 command.
1855 (cris_version_update): Remove, replace with ...
1856 (set_cris_version): New function.
1857 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1858 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1859 (_initialize_cris_tdep): Remove CRIS mode command.
1860 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1861 cris-fpless-backtrace command.
1862 (cris_scan_prologue): Fix prologue scanning limit.
1863 (cris_register_type): Update to reflect actual registers.
1864 (cris_register_bytes_ok) Remove.
1865 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1866 Remove set_gdbarch_deprecated_register_size,
1867 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1868
1869 2004-10-10 Andrew Cagney <cagney@gnu.org>
1870
1871 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1872 comment.
1873
1874 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1875
1876 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1877
1878 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1879
1880 * mips-tdep.c (mips16_scan_prologue): Renames
1881 mips16_heuristic_proc_desc. Update comment.
1882 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1883 (heuristic_proc_desc): Update calls to the 2 functions above.
1884
1885 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1886
1887 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1888 Update comments. Also immediately return empty cache when the start
1889 address of our function could not be found.
1890 (mips_insn32_frame_cache): Likewise.
1891
1892 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1893
1894 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1895 (mips_insn16_frame_cache): Pass frame cache in call to
1896 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1897 Remove code that became redundant as a consequence.
1898 (mips32_heuristic_proc_desc): No longer compute a fake
1899 procedure descriptor. Compute the full frame cache instead.
1900 Some minor comment reformatting.
1901
1902 2004-10-10 Jim Blandy <jimb@redhat.com>
1903
1904 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1905 reader, tracing bytecode stuff): Remove self.
1906
1907 2004-10-10 Mark Kettenis <kettenis@gnu.org>
1908
1909 * sparc64-linux-tdep.c: Update copyright year. Don't include
1910 "solib-svr4.h".
1911 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1912 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1913 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1914
1915 * sparc-linux-tdep.c: Update copyright year.
1916 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1917 to struct frame_info *. Use safe_frame_unwind_memory instead of
1918 deprecated_read_memory_nobpt.
1919 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1920 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
1921 changed signature of sparc_linux_sigtramp_start.
1922 (sparc32_linux_pc_in_sigtramp): Remove function.
1923 (sparc32_linux_sigtramp_p): New function.
1924 (sparc32_linux_sigtramp_frame_sniffer): Use
1925 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1926
1927 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1928 Remove function.
1929 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1930
1931 * ada-lang.c (lim_warning): Re-implement as a varargs function.
1932 (decode_packed_array_type, value_subscript_packed)
1933 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1934 argument in call to lim_warning.
1935
1936 * configure.in: Really disable the TUI if an enhanced curses
1937 library isn't found.
1938 * configure: Regenerate.
1939
1940 2004-10-09 Mark Kettenis <kettenis@gnu.org>
1941
1942 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1943 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1944 * config/i386/nm-nbsdaout.h: Remove file.
1945 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1946 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1947 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1948 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1949 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1950 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1951 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1952 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1953 (ldd, ld_un, ld_2): Remove defines.
1954 * config/i386/nm-obsd.h: Likewise.
1955
1956 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
1957
1958 * ada-lex.l: Remove useless rule whose right-context clause
1959 causes unreferenced static function warning for yyrealloc.
1960 (ada_flex_use): Remove the artificial reference to yyrealloc.
1961
1962 2004-10-08 Andrew Cagney <cagney@gnu.org>
1963
1964 * target.h (struct target_ops): Rename to_xfer_memory to
1965 deprecated_xfer_memory.
1966 * target.c: Update.
1967 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1968 * wince.c: Update.
1969 * win32-nat.c: Update.
1970 * v850ice.c: Update.
1971 * uw-thread.c: Update.
1972 * thread-db.c: Update.
1973 * sol-thread.c: Update.
1974 * remote.c: Update.
1975 * remote-vx.c: Update.
1976 * remote-st.c: Update.
1977 * remote-sim.c: Update.
1978 * remote-sds.c: Update.
1979 * remote-rdp.c: Update.
1980 * remote-rdi.c: Update.
1981 * remote-mips.c: Update.
1982 * remote-m32r-sdi.c: Update.
1983 * remote-e7000.c: Update.
1984 * procfs.c: Update.
1985 * ppc-bdm.c: Update.
1986 * nto-procfs.c: Update.
1987 * monitor.c: Update.
1988 * linux-nat.c: Update.
1989 * inftarg.c: Update.
1990 * hpux-thread.c: Update.
1991 * go32-nat.c: Update.
1992 * gnu-nat.c: Update.
1993 * exec.c: Update.
1994 * corelow.c: Update.
1995 * bsd-kvm.c: Update.
1996 * aix-thread.c: Update.
1997
1998 2004-10-08 Andrew Cagney <cagney@gnu.org>
1999
2000 * target.c (debug_target): Move to near start of file.
2001 (target_stopped_data_address_p): Re-org logic, add casts.
2002
2003 2004-10-02 Mark Kettenis <kettenis@gnu.org>
2004
2005 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
2006 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
2007 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
2008 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
2009 New defines.
2010
2011 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
2012
2013 * target.h (to_stopped_data_address): Change prototype to
2014 take a CORE_ADDR pointer and return an int.
2015 * target.c (update_current_target): Change to_stopped_data_address
2016 to match new prototype.
2017 (debug_to_stopped_data_address): Change appropriately.
2018 * breakpoint.c (bpstat_stop_status): Change call to
2019 target_stopped_data_address to use new prototype.
2020 * frv-tdep.c (frv_have_stopped_data_address): New function.
2021 (frv_stopped_data_address): Change to new prototype and
2022 functionality.
2023 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
2024 prototype and functionality.
2025 (ia64_stopped_by_watchpoint): New function.
2026 * i386-nat.c (i386_stopped_data_address): Change to new
2027 prototype and functionality.
2028 (i386_stopped_by_watchpoint): New function.
2029 * remote.c (remote_stopped_data_address): Change to new prototype
2030 and functionality.
2031 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
2032 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
2033 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
2034 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
2035 new i386_stopped_by_watchpoint function.
2036 (i386_stopped_by_watchpoint): New prototype.
2037 (i386_stoppped_data_address): Change to new prototype.
2038 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
2039 new ia64_stopped_by_watchpoint function.
2040 (ia64_stopped_by_watchpoint): New prototype.
2041 (ia64_stopped_data_address): Ditto.
2042
2043 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
2044
2045 * ada-typeprint.c (ada_print_type): Use int_string for printing
2046 modulus of modular type.
2047 * ada-lang.h (ada_modulus): Change return type to unsigned.
2048 * ada-lang.c (ada_language_arch_info): Correct type of
2049 string_char_type.
2050 (ada_modulus): Return unsigned result.
2051 (ada_lookup_symbol): Remove user disambiguation and modify comment
2052 accordingly.
2053
2054 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
2055
2056 Committed by Paul Hilfinger.
2057 * ada-lang.c (decode_packed_array): On big-endian targets,
2058 left-justify the value if it comes with a modular type.
2059
2060 2004-10-08 Joel Brobecker <brobecker@gnat.com>
2061
2062 Committed by Paul Hilfinger.
2063 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
2064 (is_name_suffix): Add support for "___JM" suffixes.
2065 (ada_check_typedef): Renames ada_completed_type.
2066 Update all users of CHECK_TYPEDEF, check_typedef, and
2067 ada_complete_type to call ada_check_typedef.
2068 * ada-typeprint.c: Likewise.
2069 * ada-valprint.c: Likewise.
2070
2071 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
2072
2073 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
2074
2075 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
2076
2077 * MAINTAINERS: Update e-mail address.
2078
2079 2004-10-07 Daniel Jacobowitz <dan@debian.org>
2080
2081 From Maciej W. Rozycki <macro@mips.com>:
2082 * mips-tdep.c (mips32_next_pc): Check the register's contents,
2083 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
2084
2085 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
2086
2087 * m32r-tdep.c (decode_prologue): Support functions written
2088 in assembler language. Recognize trap instructions as the
2089 end of prologue.
2090 (m32r_frame_unwind_cache): Ditto.
2091 (m32r_skip_prologue): Extend search limit. Quit analyzing
2092 prologue if pc's location is not readable.
2093
2094 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
2095
2096 * Makefile.in (.l.c): Do conversions of names of alloc and free
2097 functions that are done for .y.c files, plus special one
2098 for yy_flex_realloc. Also, correct missing-file tests here.
2099 * ada-lex.l (malloc, free): Remove macros.
2100 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
2101 xrealloc.
2102 (ada_flex_use): Dummy definition to remove warnings about unused
2103 functions.
2104 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
2105 to suppress warning.
2106
2107 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2108
2109 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
2110 RETURN_VALUE.
2111 (sh_return_value_fpu): Ditto for CPUs with FPU.
2112 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
2113 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
2114 Install sh_return_value_nofpu resp. sh_return_value_fpu as
2115 RETURN_VALUE functions.
2116
2117 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2118
2119 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
2120 (sh_pseudo_register_write): Ditto.
2121
2122 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2123
2124 * sh-tdep.c (IS_MACL_STS): New define.
2125 (IS_MOVI20): Ditto.
2126 (IS_MACL_LDS): Ditto.
2127 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
2128 instructions in prologue.
2129 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
2130 instructions in epilogue.
2131
2132 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2133
2134 * sh-tdep.c (SH_NUM_REGS): Define as 67.
2135 (sh_sh_register_name): Add eight empty register names.
2136 (sh_sh3_register_name): Ditto.
2137 (sh_sh3e_register_name): Ditto.
2138 (sh_sh2e_register_name): Ditto.
2139 (sh_sh2a_register_name): New function, defining SH2A register set.
2140 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
2141 in nofpu case.
2142 (sh_sh_dsp_register_name): Add eight empty register names.
2143 (sh_sh3_dsp_register_name): Ditto.
2144 (sh_sh4_register_name): Ditto.
2145 (sh_sh4_nofpu_register_name): Ditto.
2146 (sh_sh4al_dsp_register_name): Ditto.
2147 (sh2a_show_regs): New function.
2148 (sh2a_nofpu_show_regs): New function.
2149 (sh_sh2a_register_type): New function.
2150 (do_bank_register_info): New function.
2151 (sh_print_pseudo_register): Call do_bank_register_info.
2152 Call sh_print_pseudo_register for valid "bank" register.
2153 (sh_sh2a_register_sim_regno): New function.
2154 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
2155 Increment pseudo register count by one for all sh variants with
2156 pseudo registers to accomodate pseudo bank register.
2157 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
2158 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
2159 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
2160 Increment pseudo register numbers.
2161
2162 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2163
2164 * dwarf2read.c (read_subroutine_type): Call make_function_type
2165 instead of lookup_function_type.
2166
2167 2004-10-05 Jim Blandy <jimb@redhat.com>
2168
2169 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
2170 (Previous change missed some uses.)
2171
2172 2004-10-05 Andrew Cagney <cagney@gnu.org>
2173
2174 * target.h (deprecated_child_ops): Rename child_ops.
2175 * wince.c: Update copyright. Rename child_ops.
2176 * win32-nat.c: Rename child_ops.
2177 * target.c: Rename child_ops.
2178 * rs6000-nat.c: Rename child_ops.
2179 * linux-nat.c: Rename child_ops.
2180 * infttrace.c: Rename child_ops.
2181 * inftarg.c: Rename child_ops.
2182 * infptrace.c: Rename child_ops.
2183 * hppah-nat.c: Update copyright. Rename child_ops.
2184 * hpux-thread.c: Update copyright. Rename child_ops.
2185
2186 2004-10-05 Daniel Jacobowitz <dan@debian.org>
2187
2188 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
2189
2190 2004-10-05 Andrew Cagney <cagney@gnu.org>
2191
2192 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
2193
2194 2004-10-05 Daniel Jacobowitz <dan@debian.org>
2195
2196 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
2197 (die_ref_table): Remove.
2198 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
2199 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
2200 the usage of this type.
2201 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
2202 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
2203 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
2204 (dwarf2_create_include_psymtab): Update comment.
2205 (find_partial_die): Remove third argument. Remove unreachable call
2206 to error ().
2207 (dwarf2_find_containing_comp_unit): Update comments. Change one
2208 assertion to an error. Remove an unreachable error.
2209 (dwarf2_find_comp_unit): Update comments.
2210 (type_at_offset): Remove dead code.
2211 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
2212 (store_in_ref_table): Add CU argument.
2213 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
2214 inter-compilation-unit references.
2215 (load_full_comp_unit, process_full_comp_unit): New functions, based
2216 on psymtab_to_symtab_1.
2217 (psymtab_to_symtab_1): Use them.
2218 (dwarf2_add_dependence): New function.
2219 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
2220 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
2221 (partial_die_parent_scope, guess_structure_name): Update for changes
2222 to find_partial_die.
2223 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
2224 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
2225 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
2226 (read_die_and_children): Update call to store_in_ref_table.
2227 (do_free_die_list_cleanup): Remove.
2228 (fixup_partial_die): Update for changes to find_partial_die.
2229 (read_full_die): Handle queueing absolute references.
2230 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
2231 (dwarf2_attr, die_specification, die_type)
2232 (die_containing_type, dwarf2_extension): Update calls to
2233 follow_die_ref.
2234 (dump_die): Update DW_FORM_ref* handling.
2235 (dwarf2_get_ref_die_offset): Likewise.
2236 (free_one_comp_unit): Release the dies list.
2237 (dwarf2_mark_helper): New function.
2238 (dwarf2_mark): Use it.
2239
2240 2004-10-05 Mark Kettenis <kettenis@jive.nl>
2241
2242 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
2243 when writing to memory.
2244
2245 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
2246
2247 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
2248 (m32r_extract_struct_value_address): Delete function.
2249 (m32r_return_value): New function.
2250 (m32r_gdbarch_init): Instead of store_return_value,
2251 extract_return_value, deprecated_extract_struct_value_address
2252 and deprecated_use_struct_convention, set return_value.
2253
2254 2004-10-03 Daniel Jacobowitz <dan@debian.org>
2255
2256 * dwarf2read.c (read_subrange_type): Add comment for variable
2257 sized arrays.
2258
2259 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
2260
2261 * Makefile.in (.l.c): Modify rule for compatibility with recent
2262 versions of flex, and remove most command-line options.
2263 * ada-lex.l: Add %options line in place of -I -i and -s command-line
2264 options.
2265
2266 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
2267
2268 Turn on initial Ada support (mainly expression evaluation).
2269
2270 * Makefile.in (SFILES): Remove ada-tasks.c.
2271 (HFILES_NO_SRCDIR): Add ada-lang.h.
2272 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
2273 (YYOBJ): Add ada-exp.o.
2274 (rule .l.c): Generalize to not mention ada.
2275 * symtab.c: Include ada-lang.h.
2276 (symbol_natural_name, symbol_demangled_name)
2277 (symbol_search_name): Add Ada case.
2278
2279 2004-10-01 Andrew Cagney <cagney@gnu.org>
2280
2281 * Makefile.in (COMMON_OBS): Add inf-child.o.
2282 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
2283 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2284 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2285 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
2286 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
2287 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
2288 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
2289 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
2290 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2291 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2292 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
2293 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
2294 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
2295
2296 * target.c (xfer_using_stratum): Change return type to LONGEST.
2297 On each iteration offset, readbuf and writebuf.
2298 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
2299 partial_length, and read/modify/write predicate, update comments.
2300 Pass buffer.word to ptrace write.
2301
2302 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2303
2304 * symfile.c (init_filename_language_table): Add extensions for
2305 Ada.
2306 * defs.h (enum language): Add language_ada.
2307 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
2308 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
2309 (add_symbols_from_enclosing_procs): Make a no-op for now.
2310 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
2311 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
2312 (find_line_in_linetable, find_next_line_in_linetable)
2313 (read_all_symtabs, is_plausible_func_for_line)
2314 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
2315 (is_runtime_sym_defined, check_size): Remove declaration.
2316 (function_name_from_pc, ada_translate_error_message)
2317 (ada_lookup_minimal_symbol): Remove definition.
2318 (ada_add_block_symbols): Remove useless label.
2319 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
2320 useless declaration.
2321 (ada_is_exception_sym): Likewise.
2322
2323 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
2324
2325 Add m32r-linux support.
2326 * configure.tgt: Add m32r*-*-linux*.
2327 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
2328 and m32r-linux-tdep.c.
2329 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
2330 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
2331 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
2332 m32r-linux-tdep.c.
2333 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
2334 config/m32r/linux.mh, config/m32r/linux.mt,
2335 config/m32r/nm-linux.h: New files.
2336
2337 2004-09-30 Joel Brobecker <brobecker@gnat.com>
2338
2339 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
2340 (mips32_fetch_instruction): Remove, unused.
2341
2342 2004-09-30 Joel Brobecker <brobecker@gnat.com>
2343
2344 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
2345 conditions that will always be true.
2346
2347 2004-09-30 Mark Kettenis <kettenis@gnu.org>
2348
2349 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
2350 (vaxbsd_fetch_inferior_registers): Rename from
2351 fetch_inferior_registers. Make static.
2352 (vaxbsd_store_inferior_registers): Rename from
2353 store_inferior_registers. Make static.
2354 (_initialize_vaxbsd_nat): Construct and add target vector.
2355 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2356 inftarg.o. Add inf-child.o and inf-ptrace.o.
2357 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2358 inftarg.o. Add inf-child.o and inf-ptrace.o.
2359 (NAT_FILE): Remove.
2360 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
2361 inftarg.o. Add inf-child.o and inf-ptrace.o.
2362 (NAT_FILE): Remove.
2363 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2364
2365 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
2366 (m88kbsd_fetch_inferior_registers): Rename from
2367 fetch_inferior_registers. Make static.
2368 (m88kbsd_store_inferior_registers): Rename from
2369 store_inferior_registers. Make static.
2370 (_initialize_m88kbsd_nat): New prototype and function.
2371 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
2372 inftarg.o. Add inf-child.o and inf-ptrace.o.
2373 (NAT_FILE): Remove.
2374 * Makefile.in (m88kbsd-nat.o): Update dependencies.
2375
2376 2004-09-30 Andrew Cagney <cagney@gnu.org>
2377
2378 * target.c (target_xfer_partial): New function.
2379 (target_read_memory_partial, target_write_memory_partial)
2380 (default_xfer_partial, target_read_partial, target_write_partial)
2381 (xfer_using_stratum): Use.
2382 (debug_to_xfer_partial): Delete function.
2383 (setup_target_debug): Do not override to_xfer_partial.
2384
2385 2004-09-30 Mark Kettenis <kettenis@chello.nl>
2386
2387 * fork-child.c: Update copyright year. Fix coding style.
2388
2389 2004-09-29 Mark Kettenis <kettenis@gnu.org>
2390
2391 * defs.h (msavestring, mstrsave): Remove prototypes.
2392 * utils.c (msavestring, mstrsave): Remove functions.
2393 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
2394 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
2395 of mstrsave.
2396 * source.c (find_and_open_source): Use xstrdup instead of
2397 mstrsave.
2398
2399 2004-09-30 Andrew Cagney <cagney@gnu.org>
2400
2401 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
2402 (inf_ptrace_xfer_memory): Delete.
2403 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
2404 (target_read_memory, target_write_memory): Use xfer_using_stratum
2405 when target_xfer_partial_p.
2406 (debug_target): Move to start of file.
2407 (target_read_memory_partial, target_write_memory_partial): Use
2408 to_xfer_partial when target_xfer_partial_p.
2409
2410 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
2411 inf_ptrace_xfer_memory with equivalent code.
2412 * inftarg.c (child_xfer_partial): When performing a write, pass
2413 writebuf to child_xfer_memory.
2414
2415 * target.c (target_read_string): Use target_read_memory instead of
2416 target_xfer_memory.
2417
2418 2004-09-29 Andrew Cagney <cagney@gnu.org>
2419
2420 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
2421 the address of status.
2422
2423 * infptrace.c (ptrace_wait): Mention problem with HPUX.
2424 (kill_inferior): Inline ptrace_wait call.
2425 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
2426 * inftarg.c (child_wait): Inline ptrace_wait call.
2427
2428 * target.h (struct target_ops): Delete field to_post_wait.
2429 (target_post_wait): Delete macro.
2430 (child_post_wait): Delete declaration.
2431 * target.c (update_current_target, update_current_target)
2432 (debug_to_post_wait, setup_target_debug): Delete functions and
2433 references.
2434 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
2435 * inftarg.c (child_post_wait): Delete.
2436 (init_child_ops): Do not set to_post_wait.
2437 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
2438 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
2439 * inf-child.c (inf_child_post_wait): Delete.
2440 (inf_child_target): Do not set to_post_wait.
2441 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
2442 (inf_ptrace_target): Do not set to_post_wait.
2443
2444 * wince.c (child_ops): Delete.
2445 * win32-nat.c (child_ops): Delete.
2446
2447 * inftarg.c (inftarg_set_find_memory_regions)
2448 (inftarg_set_make_corefile_notes): Delete functions.
2449 (_initialize_linux_nat): Inline calls.
2450
2451 * target.h (child_ops): Declare.
2452 * inftarg.c (child_ops): Move from here ...
2453 * target.c (child_ops): ... to here.
2454 * wince.c (child_ops): Delete extern declaration.
2455 * win32-nat.c (child_ops): Delete extern declaration.
2456 * linux-nat.c (child_ops): Delete extern declaration.
2457 * hpux-thread.c (child_ops): Delete extern declaration.
2458
2459 2004-09-28 Mark Kettenis <kettenis@gnu.org>
2460
2461 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
2462
2463 2004-09-28 Mark Kettenis <kettenis@gnu.org>
2464
2465 * configure.in: Only set host_makefile_frag when building a native
2466 debugger.
2467 * configure: Regenerate.
2468
2469 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
2470 for OpenBSD ELF.
2471
2472 2004-09-28 Andrew Cagney <cagney@gnu.org>
2473
2474 Problem identified by Paul Hilfinger.
2475 * Makefile.in (ada_lex_c): Define.
2476 (ada-lex.o): Delete rule.
2477
2478 * linux-proc.c: Delete file.
2479 * Makefile.in: Update.
2480 * config/sparc/linux64.mh (NATDEPFILES):
2481 * config/sparc/linux.mh (NATDEPFILES): Update.
2482 * config/s390/s390.mh (NATDEPFILES): Update.
2483 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
2484 * config/powerpc/linux.mh (NATDEPFILES): Update.
2485 * config/pa/linux.mh (NATDEPFILES): Update.
2486 * config/mips/linux.mh (NATDEPFILES): Update.
2487 * config/m68k/linux.mh (NATDEPFILES): Update.
2488 * config/ia64/linux.mh (NATDEPFILES): Update.
2489 * config/i386/linux64.mh (NATDEPFILES): Update.
2490 * config/i386/linux.mh (NATDEPFILES): Update.
2491 * config/arm/linux.mh (NATDEPFILES): Update.
2492 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
2493 * linux-nat.c: Update copyright. Include <sys/param.h>,
2494 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
2495 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
2496 (O_LARGEFILE): Possibly define.
2497 (_initialize_linux_nat, linux_proc_pending_signals)
2498 (add_line_to_sigset, linux_proc_xfer_memory)
2499 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
2500 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
2501 (struct linux_corefile_thread_data)
2502 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
2503 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
2504
2505 2004-09-16 Andrew Cagney <cagney@gnu.org>
2506
2507 * lin-lwp.c: Delete file.
2508 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
2509 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
2510 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
2511 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
2512 (linux_nat_attach, detach_callback, linux_nat_detach)
2513 (resume_callback, resume_clear_callback, linux_nat_resume)
2514 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
2515 (stop_wait_callback, linux_nat_has_pending, flush_callback)
2516 (status_callback, running_callback, count_events_callback)
2517 (select_singlestep_lwp_callback, select_event_lwp_callback)
2518 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
2519 (child_wait, stop_and_resume_callback, linux_nat_wait)
2520 (kill_callback, kill_wait_callback, linux_nat_kill)
2521 (linux_nat_create_inferior, linux_nat_mourn_inferior)
2522 (linux_nat_xfer_memory, linux_nat_thread_alive)
2523 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
2524 (_initialize_linux_nat): New functions.
2525 * Makefile.in: Update all dependencies.
2526 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2527 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2528 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
2529 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2530 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2531 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2532 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2533 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2534 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2535 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2536 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2537 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2538 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2539
2540 2004-09-27 Mark Kettenis <kettenis@gnu.org>
2541
2542 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
2543 config/i386/obsd64.mh (NAT_FILE): Remove variable.
2544
2545 * configure.in: Don't comment out NATDEPFILES in the generated
2546 Makefile if NAT_FILE is unset.
2547 * configure: Regenerate.
2548
2549 2004-09-27 Andrew Cagney <cagney@gnu.org>
2550
2551 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
2552 (insert_step_resume_breakpoint): Delete.
2553 (insert_step_resume_breakpoint_at_frame): New function.
2554 (insert_step_resume_breakpoint_at_sal): New function.
2555 (handle_inferior_event, step_into_function)
2556 (insert_step_resume_breakpoint): Simplify by using same.
2557
2558 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
2559
2560 2004-09-26 Mark Kettenis <kettenis@gnu.org>
2561
2562 * fbsd-proc.c: Remove file.
2563 * Makefile.in (fbsd-proc.o): Remove dependency.
2564
2565 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
2566 code together.
2567
2568 * config/i386/nm-fbsd64.h: Remove file.
2569 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2570
2571 2004-09-26 Mark Kettenis <kettenis@gnu.org>
2572
2573 * amd64-nat.h: Update copyright year.
2574 (amd64bsd_target): New prototype.
2575 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
2576 (amd64bsd_target): New function.
2577 (amd64bsd_fetch_inferior_registers): Rename from
2578 fetch_inferior_registers. Make static.
2579 (amd64bsd_store_inferior_registers): Rename from
2580 store_inferior_registers. Make static.
2581 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
2582 (_initialize_amd64fbsd_nat): Construct and add target vector.
2583 * amd64nbsd-nat.o: Include "target.h".
2584 (_initialize_amd64nbsd_nat): Construct and add target vector.
2585 * amd64obsd-nat.c: Include "target.h".
2586 (_initialize_amd64obsd_nat): Construct and add target vector.
2587 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
2588 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
2589 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
2590 fbsd-nat.o.
2591 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
2592 Remove infptrace.o and inftarg.o. Add inf-child.o and
2593 inf-ptrace.o.
2594 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
2595 (amd64obsd-nat.o): Update dependencies.
2596
2597 2004-09-25 Mark Kettenis <kettenis@gnu.org>
2598
2599 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
2600 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
2601 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
2602 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
2603 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
2604
2605 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
2606 Inline attach call.
2607 (inf_ptrace_detach): Inline detach call.
2608
2609 * configure.in: Check for waddstr instead of mvwaddstr when
2610 searching for curses library. Check for wborder.
2611 * configure, config.in: Regenerate.
2612 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
2613 available.
2614
2615 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
2616
2617 2004-09-24 Robert Picco <Robert.Picco@hp.com>
2618
2619 Committed by Andrew Cagney.
2620 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
2621 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
2622 configuration.
2623 (fetch_register_using_p): Implement 'p' packet. Based on code by
2624 Fernando Nasser.
2625 (remote_fetch_registers): Call fetch_register_using_p.
2626 (init_all_packet_configs, show_remote_cmd)
2627 (_initialize_remote): Add p-packet.
2628
2629 2004-09-24 Mark Kettenis <kettenis@gnu.org>
2630
2631 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
2632 instead of call_ptrace. Call wait directly instead of
2633 ptrace_wait.
2634 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
2635 (inf_ptrace_wait): Inline ptrace_wait call.
2636
2637 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2638
2639 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
2640 rolled back instead.
2641
2642 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2643
2644 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
2645 the new argument order.
2646
2647 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
2648
2649 * MAINTAINERS: Remove "broken" from XStormy16 entry.
2650 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
2651 (struct gdbarch_tdep): Remove.
2652 (struct xstormy16_frame_cache): New frame cache structure.
2653 (xstormy16_register_byte, xstormy16_register_raw_size)
2654 (xstormy16_reg_virtual_type, xstormy16_register_type)
2655 (xstormy16_push_arguments, xstormy16_push_return_address)
2656 (xstormy16_pop_frame, xstormy16_store_struct_return)
2657 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
2658 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
2659 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
2660 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
2661 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
2662 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
2663 (xstormy16_use_struct_convention): Drop gcc_p parameter.
2664 (xstormy16_extract_return_value, xstormy16_store_return_value):
2665 Regcachify. Drop useless struct convention handling.
2666 (xstormy16_register_type, xstormy16_return_value)
2667 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
2668 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
2669 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
2670 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
2671 (xstormy16_unwind_sp, xstormy16_unwind_pc)
2672 (xstormy16_unwind_dummy_id) : New functions.
2673 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
2674 of xstormy16_scan_prologue.
2675 (xstormy16_frame_unwind): New frame_unwind structure.
2676 (xstormy16_frame_base): New frame_base structure.
2677 (xstormy16_gdbarch_init): Accomodate all of the above changes.
2678 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
2679
2680 2004-09-22 Mark Kettenis <kettenis@gnu.org>
2681
2682 * language.c (language_gdbarch_post_init): Fix off-by one error.
2683
2684 2004-09-21 Daniel Jacobowitz <dan@debian.org>
2685
2686 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
2687 (struct dwarf2_offset_and_type): New.
2688 (set_die_type, reset_die_and_siblings_types, get_die_type)
2689 (offset_and_type_hash, offset_and_type_eq): New functions.
2690 (read_structure_type, read_enumeration_type, read_array_type)
2691 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
2692 (read_tag_reference_type, read_tag_const_type)
2693 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
2694 (read_typedef, read_base_type, read_subrange_type): Use
2695 set_die_type.
2696
2697 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2698
2699 * Makefile.in (dwarf2read.o): Update dependencies.
2700 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
2701 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
2702 and read_in_chain.
2703 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
2704 mark, and has_form_ref_addr.
2705 (struct dwarf2_per_cu_data): New.
2706 (dwarf2_max_cache_age): New.
2707 (dwarf2_build_psymtabs_hard): Free cached compilation units
2708 after loading. Create and manage the list of compilation units.
2709 Remove unnecessary NULL initialization. Fix indentation.
2710 (psymtab_to_symtab_1): Initialize all of CU.
2711 (dwarf2_read_abbrevs): Set has_form_ref_addr.
2712 (find_partial_die): Use dwarf2_find_containing_comp_unit
2713 and load_comp_unit.
2714 (free_stack_comp_unit): Update comments. Clear the per-cu
2715 pointer. Handle aging.
2716 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
2717 (age_cached_comp_units, free_one_cached_comp_unit)
2718 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
2719 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
2720 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
2721 (show_dwarf2_cmd): New.
2722 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
2723 and "maint show dwarf2 max-cache-age".
2724 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2725 externs.
2726 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
2727 global.
2728
2729 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
2730
2731 * dwarf2read.c (typename_concat): Change prototype to accept obstack
2732 and dwarf2_cu struct pointer as arguments. Change function to use
2733 obstack if provided and use dwarf2_cu to determine language-specific
2734 separator.
2735 (partial_die_parent_scope): Change comment to include java. Use
2736 new version of typename_concat instead of obconcat.
2737 (partial_die_full_name): Use typename_concat.
2738 (read_namespace): Ditto.
2739 (read_enumeration_type): Use typename_concat instead of obconcat.
2740 (new_symbol): Ditto.
2741 (add_partial_symbol): Enhance tests for C++ to also test for Java.
2742 (guess_structure_name): Ditto.
2743 (read_subroutine_type): Ditto.
2744 (read_structure_type): Ditto.
2745 (is_vtable_name): Add Java support.
2746 (determine_class_name): Switch to new typename_concat call.
2747 (determine_prefix): Switch to new typename_concat call.
2748 * jv-exp.y (FuncStart): New pattern.
2749 (MethodInvocation): Add support for simple function calls. Change
2750 warning message for other forms of inferior call currently not
2751 supported.
2752 * valarith.c (value_subscript): Treat an array with upper-bound
2753 of -1 as unknown size.
2754
2755 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2756
2757 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2758 (lookup_partial_symtab): Use symtab_to_fullname.
2759
2760 2004-09-19 Jim Blandy <jimb@redhat.com>
2761
2762 * minsyms.c (lookup_minimal_symbol): Doc fix.
2763
2764 2004-09-20 Andrew Cagney <cagney@gnu.org>
2765
2766 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
2767 CHILD_RESUME.
2768 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2769 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2770 KILL_INFERIOR.
2771 * infptrace.c: Update.
2772
2773 2004-09-19 Daniel Jacobowitz <dan@debian.org>
2774
2775 * symtab.c (output_source_filename): Mark first argument as const.
2776 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2777 for "info sources" output.
2778
2779 2004-09-20 Mark Kettenis <kettenis@gnu.org>
2780
2781 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2782 <machine/vmparam.h>.
2783 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2784 (register_u_addr): Remove prototype.
2785
2786 2004-09-19 Mark Kettenis <kettenis@gnu.org>
2787
2788 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2789 (i386bsd_fetch_inferior_registers): Rename from
2790 fetch_inferior_registers. Make static.
2791 (i386bsd_store_inferior_registers): Rename from
2792 store_inferior_registers. Make static.
2793 (i386bsd_target): New function.
2794 * i386bsd-nat.h: New file.
2795 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2796 "i386bsd-nat.h".
2797 (i386fbsd_resume): Rename from child_resume. Make static.
2798 (_initialize_i386fbsd_nat): Construct and add target vector.
2799 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2800 (_initialize_i386nbsd_nat): Construct and add target vector.
2801 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2802 Remove defines.
2803 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2804 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
2805 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2806 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2807 (LOADLIBES): New variable.
2808 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2809 inf-ptrace.o. Remove inftarg.o.
2810 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2811 inf-ptrace.o. Remove inftarg.o.
2812 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2813 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2814 (LOADLIBES): New variable.
2815 * Makefile.in (i386bsd_nat_h): New variable.
2816 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2817 dependencies.
2818
2819 * sparc64nbsd-tdep.c: Include "objfiles.h".
2820 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2821 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2822 svr4_lp64_fetch_link_map_offsets.
2823 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2824 "nbsd-tdep.h".
2825 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2826 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2827 svr4_lp64_fetch_link_map_offsets.
2828 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2829 dependencies.
2830
2831 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2832 * fbsd-nat.h: New file.
2833 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2834 (fbsd_nat_h): New variable.
2835 (fbsd-nat.o): New dependency.
2836
2837 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2838 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2839
2840 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2841 comment.
2842
2843 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2844
2845 * ada-exp.y (type_int): New function to add layer of abstraction
2846 around references to expression types.
2847 (type_long): Ditto.
2848 (type_long_long): Ditto.
2849 (type_float): Ditto.
2850 (type_double): Ditto.
2851 (type_long_double): Ditto.
2852 (type_char): Ditto.
2853 (type_system_address): Ditto.
2854 (simple_exp): Use type_* functions in place of builtin_*
2855 variables.
2856 (exp): Ditto.
2857 (write_var_from_name): Ditto.
2858 (write_object_renaming): Ditto.
2859 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2860 declaration.
2861 (build_ada_types): Remove, replacing with...
2862 (ada_language_arch_info): New function to initialize primitive
2863 type vector in language_arch_info.
2864 (ada_array_length): Remove use of builtin_type_ada_int.
2865 (value_pos_atr): Ditto.
2866 (ada_evaluate_subexp): Ditto.
2867 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2868 builtin_type_ada_long_long, builtin_type_ada_char,
2869 builtin_type_ada_float, builtin_type_ada_double,
2870 builtin_type_ada_long_double, builtin_type_ada_natural,
2871 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2872 (ada_builtin_types): Remove.
2873 (ada_language_defn): Remove entries for la_builtin_type_vector and
2874 string_char_type and use ada_language_arch_info.
2875 (_initialize_ada_language): Do type-vector initialization along
2876 the lines of c-lang.c.
2877 (ada_create_fundamental_type): Break up line.
2878 (ada_dump_symtab): Remove unused function.
2879 (enum ada_primitive_types): Define.
2880 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2881 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2882 builtin_type_ada_float, builtin_type_ada_double,
2883 builtin_type_ada_long_double, builtin_type_ada_natural,
2884 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2885 * ada-lex.l: Use type_* functions in place of builtin_* variables.
2886 (processInt): Ditto.
2887 (processReal): Ditto.
2888 (name_lookup): Ditto.
2889 * ada-typeprint.c (print_range): Use builtin_type_int, not
2890 builtin_type_ada_int.
2891
2892 2004-09-18 Mark Kettenis <kettenis@gnu.org>
2893
2894 * i386-tdep.c (i386_register_name): Rename regno to regnum.
2895
2896 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2897 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2898 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2899 * configure.in: Improve checks for curses library by checking for
2900 mvwaddstr instead of initscr. Drop HP curses in favour of
2901 standard curses on HP-UX.
2902 * configure: Regenerated.
2903
2904 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2905
2906 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2907 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
2908 Minor formatting changes.
2909 (empty_array): Slight rewrite for formatting.
2910 (emit_char,parse,ada_language_defn,build_ada_types,
2911 ada_is_exception_sym, _initialize_ada_language): Move
2912 definitions around.
2913 (ada_dump_symtab): Remove unused definition.
2914 (ada_maybe_exception_partial_symbol): Remove unused definition.
2915
2916 2004-09-16 Andrew Cagney <cagney@gnu.org>
2917
2918 * inf-child.c: Include "gdb_string.h".
2919 (inf_child_core_file_to_sym_file): Delete.
2920 (inf_child_target): Set to_fetch_registers and to_store_registers.
2921 * inf-ptrace.c: Include "gdb_string.h".
2922 * Makefile.in: Update all dependencies.
2923
2924 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2925 problem.
2926
2927 2004-09-14 Joel Brobecker <brobecker@gnat.com>
2928
2929 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2930 call to heuristic_proc_desc. Remove code that became redundant
2931 as a consequence.
2932 (read_next_frame_reg): Remove special case for SP_REGNUM.
2933 (set_reg_offset): Fix small typo.
2934 (reset_saved_regs): New procedure.
2935 (mips32_heuristic_proc_desc): No longer compute a fake
2936 procedure descriptor. Compute the full frame cache instead.
2937 Some minor comment reformatting.
2938
2939 2004-09-14 Andrew Cagney <cagney@gnu.org>
2940
2941 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2942 maintainer.
2943
2944 * thread-db.c (thread_db_new_objfile): Assume that there is a
2945 child process.
2946
2947 2004-09-13 Jim Blandy <jimb@redhat.com>
2948
2949 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2950 so that its storage isn't referenced after its lifetime ends.
2951
2952 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2953 and never assigned to. Delete it, and the 'if (use_buffer)'
2954 clauses. Delete 'raw_buffer', since it is now unused.
2955
2956 2004-09-13 Andrew Cagney <cagney@gnu.org>
2957
2958 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2959 * configure: Re-generate.
2960 * nlm/Makefile.in (TAGS): Update.
2961 * Makefile.in (TAGS): Update.
2962 * config/vax/nbsd.mt (TM_FILE): Update.
2963 * config/sparc/vxworks.mt (TM_FILE): Update.
2964 * config/sparc/sol2.mt (TM_FILE): Update.
2965 * config/sparc/sol2-64.mt (TM_FILE): Update.
2966 * config/sparc/obsd64.mt (TM_FILE): Update.
2967 * config/sparc/obsd.mt (TM_FILE): Update.
2968 * config/sparc/nbsd64.mt (TM_FILE): Update.
2969 * config/sparc/nbsd.mt (TM_FILE): Update.
2970 * config/sparc/linux64.mt (TM_FILE): Update.
2971 * config/sparc/linux.mt (TM_FILE): Update.
2972 * config/sparc/fbsd.mt (TM_FILE): Update.
2973 * config/sh/wince.mt (TM_FILE): Update.
2974 * config/sh/nbsd.mt (TM_FILE): Update.
2975 * config/sh/linux.mt (TM_FILE): Update.
2976 * config/sh/embed.mt (TM_FILE): Update.
2977 * config/s390/s390.mt (TM_FILE): Update.
2978 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
2979 * config/rs6000/rs6000.mt (TM_FILE): Update.
2980 * config/rs6000/aix4.mt (TM_FILE): Update.
2981 * config/powerpc/vxworks.mt (TM_FILE): Update.
2982 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
2983 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
2984 * config/powerpc/obsd.mt (TM_FILE): Update.
2985 * config/powerpc/nbsd.mt (TM_FILE): Update.
2986 * config/powerpc/linux.mt (TM_FILE): Update.
2987 * config/powerpc/aix.mt (TM_FILE): Update.
2988 * config/pa/obsd.mt (TM_FILE): Update.
2989 * config/pa/linux.mt (TM_FILE): Update.
2990 * config/pa/hppahpux.mt (TM_FILE): Update.
2991 * config/pa/hppa64.mt (TM_FILE): Update.
2992 * config/pa/hppa.mt (TM_FILE): Update.
2993 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
2994 * config/mips/wince.mt (TM_FILE): Update.
2995 * config/mips/vxmips.mt (TM_FILE): Update.
2996 * config/mips/nbsd.mt (TM_FILE): Update.
2997 * config/mips/linux.mt (TM_FILE): Update.
2998 * config/mips/irix6.mt (TM_FILE): Update.
2999 * config/mips/irix5.mt (TM_FILE): Update.
3000 * config/mips/embed.mt (TM_FILE): Update.
3001 * config/m68k/vxworks68.mt (TM_FILE): Update.
3002 * config/m68k/st2000.mt (TM_FILE): Update.
3003 * config/m68k/os68k.mt (TM_FILE): Update.
3004 * config/m68k/obsd.mt (TM_FILE): Update.
3005 * config/m68k/nbsd.mt (TM_FILE): Update.
3006 * config/m68k/monitor.mt (TM_FILE): Update.
3007 * config/m68k/linux.mt (TM_FILE): Update.
3008 * config/m68k/cisco.mt (TM_FILE): Update.
3009 * config/ia64/linux.mt (TM_FILE): Update.
3010 * config/ia64/aix.mt (TM_FILE): Update.
3011 * config/ia64/ia64.mt (TM_FILE): Update.
3012 * config/i386/vxworks.mt (TM_FILE): Update.
3013 * config/i386/obsd64.mt (TM_FILE): Update.
3014 * config/i386/obsd.mt (TM_FILE): Update.
3015 * config/i386/nto.mt (TM_FILE): Update.
3016 * config/i386/nbsd64.mt (TM_FILE): Update.
3017 * config/i386/nbsd.mt (TM_FILE): Update.
3018 * config/i386/linux64.mt (TM_FILE): Update.
3019 * config/i386/linux.mt (TM_FILE): Update.
3020 * config/i386/i386sol2.mt (TM_FILE): Update.
3021 * config/i386/i386lynx.mt (TM_FILE): Update.
3022 * config/i386/fbsd64.mt (TM_FILE): Update.
3023 * config/i386/fbsd.mt (TM_FILE): Update.
3024 * config/i386/cygwin.mt (TM_FILE): Update.
3025 * config/h8300/h8300.mt (TM_FILE): Update.
3026 * config/frv/frv.mt (TM_FILE): Update.
3027 * config/cris/cris.mt (TM_FILE): Update.
3028 * config/arm/wince.mt (TM_FILE): Update.
3029 * config/arm/nbsd.mt (TM_FILE): Update.
3030 * config/arm/linux.mt (TM_FILE): Update.
3031 * config/arm/embed.mt (TM_FILE): Update.
3032 * config/alpha/nbsd.mt (TM_FILE): Update.
3033 * config/alpha/fbsd.mt (TM_FILE): Update.
3034 * config/alpha/alpha.mt (TM_FILE): Update.
3035 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
3036 * config/alpha/alpha-linux.mt (TM_FILE): Update.
3037
3038 Eliminate event_loop_p, always has the value 1.
3039 * defs.h (event_loop_p): Delete macro.
3040 * breakpoint.c (until_break_command): Simplify.
3041 * utils.c (prompt_for_continue): Simplify.
3042 * tracepoint.c (read_actions): Simplify.
3043 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
3044 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
3045 (set_prompt, init_main): Simplify.
3046 (init_signals, disconnect): Delete, unused.
3047 * remote.c (remote_async_resume)
3048 (extended_remote_async_create_inferior): Simplify.
3049 * mi/mi-interp.c (mi_input): Delete, unused.
3050 (mi_interpreter_resume, mi_command_loop): Simplify.
3051 * interps.c (current_interp_command_loop): Simplify.
3052 * infrun.c (proceed): Simplify.
3053 * infcmd.c (run_command, continue_command, step_1, jump_command)
3054 (until_command, advance_command, finish_command)
3055 (interrupt_target_command): Simplify.
3056 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
3057
3058 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3059 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3060 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3061 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3062 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3063 * mips-tdep.c (mips_dump_tdep): Do not print same.
3064
3065 2004-09-12 Andrew Cagney <cagney@gnu.org>
3066
3067 * valprint.c (print_longest): Use fputs_filtered. Make "val"
3068 const.
3069 * Makefile.in (valprint.o): Delete explict rule.
3070
3071 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
3072 reported by Dave Anderson.
3073
3074 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
3075
3076 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
3077
3078 2004-09-12 Salvador E. Tropea <set@users.sf.net>
3079 Andrew Cagney <cagney@gnu.org>
3080
3081 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
3082 (mi_cmd_data_list_register_values)
3083 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
3084 the register number computation.
3085
3086 2004-09-12 Andrew Cagney <cagney@gnu.org>
3087
3088 * ppcnbsd-nat.c: Include "inf-ptrace.h".
3089 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
3090 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
3091 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
3092 target.
3093 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
3094 inf-ptrace.o and inf-child.o.
3095 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
3096 * Makefile.in: Update dependencies.
3097
3098 2004-09-11 Andrew Cagney <cagney@gnu.org>
3099
3100 * language.c (hex_string, hex_string_custom): Move from here ...
3101 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
3102 (CELLSIZE): Increase to 50.
3103 * language.h (hex_string, hex_string_custom): Move from here ...
3104 * defs.h: ... to here.
3105 * Makefile.in: Update all dependencies.
3106
3107 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
3108
3109 * language.c (local_hex_format_custom): Remove.
3110 (local_hex_string): Rename to hex_string, use C format, and move to
3111 utils.c
3112 (local_hex_string_custom): Rename to hex_string_custom and change
3113 interface. Now uses C format. Move to utils.c
3114 (local_octal_format_custom): Remove.
3115 (local_decimal_format_custom): Remove.
3116 (unknown_language_defn): Remove language-specific number
3117 formatting entries.
3118 (auto_language_defn): Ditto.
3119 (local_language_defn): Ditto.
3120 * language.h (struct language_format_info): Delete declaration.
3121 (struct language_defn): Remove language_format_info fields
3122 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
3123 (local_binary_format): Remove macro.
3124 (local_binary_format_prefix): Remove macro.
3125 (local_binary_format_specifier): Remove macro.
3126 (local_binary_format_suffix): Remove macro.
3127 (local_octal_format): Remove macro.
3128 (local_octal_format_prefix): Remove macro.
3129 (local_octal_format_specifier): Remove macro.
3130 (local_octal_format_suffix): Remove macro.
3131 (local_decimal_format): Remove macro.
3132 (local_decimal_format_prefix): Remove macro.
3133 (local_decimal_format_specifier): Remove macro.
3134 (local_decimal_format_suffix): Remove macro.
3135 (local_hex_format): Remove macro.
3136 (local_hex_format_prefix): Remove macro.
3137 (local_hex_format_specifier): Remove macro.
3138 (local_hex_format_suffix): Remove macro.
3139 (local_decimal_format_custom): Remove.
3140 (local_octal_format_custom): Remove.
3141 (local_hex_format_custom): Remove.
3142 (local_hex_string): Rename to hex_string and move to defs.h.
3143 (local_hex_string_custom): Rename to hex_string_custom, change
3144 interface, and move to defs.h.
3145 * utils.c: (int_string): New function.
3146 (hex_string): New function (from language.c).
3147 (hex_string_custom): New function (from language.c).
3148 (octal2str): New function.
3149 (decimal2str): Add width parameter.
3150 (paddr_u): Use new decimal2str interface.
3151 (paddr_d): Ditto.
3152 * defs.h (hex_string): Declare.
3153 (hex_string_custom): Declare.
3154 (int_string): Declare.
3155 * printcmd.c (print_scalar_formatted): Remove localized binary
3156 formatting.
3157 * valprint.c (print_longest): Use int_string.
3158 (print_floating): Use C hex format.
3159 (print_hex_chars): Ditto.
3160 (print_binary_chars): Remove language-specific formatting.
3161 (print_octal_chars): Use C octal format.
3162 (print_decimal_chars): Delocalize format.
3163 (print_decimal): Remove.
3164 * ada-lang.c (ada_language_defn): Remove language-specific number
3165 formatting entries.
3166 * p-lang.c (pascal_language_defn): Ditto.
3167 * c-lang.c (c_language_defn): Ditto.
3168 (cplus_language_defn): Ditto.
3169 (asm_language_defn): Ditto.
3170 (minimal_language_defn): Ditto.
3171 * f-lang.c (f_language_defn): Ditto.
3172 * jv-lang.c (java_language_defn): Ditto.
3173 * m2-lang.c (m2_language_defn): Ditto.
3174 * scm-lang.c (scm_language_defn): Ditto.
3175 * objc-lang.c (objc_language_defn): Ditto.
3176 * memattr.c (mem_info_command): Use renamed hex_string_custom with
3177 new interface.
3178 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
3179 * ui-out.c (ui_out_field_core_addr): Ditto.
3180 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
3181 * exec.c (print_section_info): Ditto.
3182 * i387-tdep.c (print_i387_status_word): Ditto.
3183 (print_i387_control_word): Ditto.
3184 (i387_print_float_info): Ditto.
3185 * maint.c (maint_print_section_info): Ditto.
3186 * solib.c (info_sharedlibrary_command): Ditto.
3187 * somsolib.c (som_sharedlibrary_info_command): Ditto.
3188 * symtab.c (print_msymbol_info): Ditto.
3189 * tracepoint.c (tracepoints_info): Ditto.
3190 * solib-frv.c (lm_base): Ditto.
3191 (frv_current_sos): Ditto.
3192 (enable_break2): Ditto.
3193 (enable_break): Ditto.
3194 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
3195 (process_one_symbol): Ditto.
3196 * infcmd.c (program_info): Ditto.
3197 * mdebugread.c (parse_partial_symbols): Ditto.
3198 * symfile.c (add_symbol_file_command): Ditto.
3199 * cli/cli-cmds.c (edit_command): Ditto.
3200 (list_command): Ditto.
3201 * infcall.c (call_function_by_hand): Ditto.
3202 * remote-vx.c (vx_run_files_info): Ditto.
3203 (vx_wait): Ditto.
3204 (vx_attach): Ditto.
3205 (vx_detach): Ditto.
3206 (vx_kill): Ditto.
3207 * aix-thread.c (pdc_symbol_addrs): Ditto.
3208 (pdc_read_regs): Ditto.
3209 (pdc_write_regs): Ditto.
3210 (pdc_read_data): Ditto.
3211 (pdc_write_data): Ditto.
3212 * d10v-tdep.c (display_trace): Ditto.
3213 * rs6000-nat.c (find_toc_address): Ditto.
3214 * aix-thread.c: Don't include language.h.
3215 * buildsym.c: Ditto.
3216 * dbxread.c: Ditto.
3217 * mdebugread.c: Ditto.
3218 * rs6000-nat.c: Ditto.
3219 * buildsym.c (make_blockvector): Use renamed hex_string.
3220
3221 2004-09-10 Jason Molenda (jmolenda@apple.com)
3222
3223 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
3224 chars after 'if' or 'while' commands in user-defined commands.
3225
3226 2004-09-08 Jim Blandy <jimb@redhat.com>
3227
3228 Fix bug reported and analyzed by Olivier Crete:
3229 * symfile.c (copy_section_addr_info): New function.
3230 (symbol_file_add_with_addrs_or_offsets): Use it to save the
3231 original set of address arguments, instead of handwritten code
3232 that uses one length to allocate and a different length to
3233 initialize. Use make_cleanup_free_section_addr_info.
3234 * symfile.h (copy_section_addr_info): New declaration.
3235 * utils.c: #include "symfile.h".
3236 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
3237 New functions.
3238 * defs.h (make_cleanup_free_section_addr_info): New declaration.
3239 * Makefile.in (utils.o): Update dependencies.
3240
3241 2004-09-08 Andrew Cagney <cagney@gnu.org>
3242
3243 * thread-db.c (keep_thread_db): Delete.
3244 (thread_db_new_objfile, thread_db_create_inferior)
3245 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
3246
3247 2004-09-08 Mark Kettenis <kettenis@gnu.org>
3248
3249 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
3250 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
3251 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
3252 (i386_frameless_signal_p): Remove prototype.
3253 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
3254 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
3255 I386_SSE_NUM_REGS.
3256 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
3257 instead of FP0_REGNUM.
3258 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
3259 of FP0_REGNUM and FPC_REGNUM.
3260
3261 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
3262 (sunos_solib_create_inferior_hook): Don't call
3263 sunos_relocate_main_executable.
3264
3265 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
3266 solib_svr4_fetch_link_map_offsets to
3267 svr4_ilp32_fetch_link_map_offsets.
3268 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
3269 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
3270 svr4_ilp32_fetch_link_map_offsets.
3271 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
3272
3273 2004-09-07 Jim Blandy <jimb@redhat.com>
3274
3275 * frame.h (frame_register): Doc fix.
3276
3277 2004-09-07 Andrew Cagney <cagney@gnu.org>
3278
3279 * vx-share/wait.h: Delete #ifdef USG.
3280 * utils.c (request_quit): Ditto.
3281 * tui/tui.c (tui_reset): Ditto.
3282 * remote.c: Ditto.
3283 * remote-sds.c: Ditto.
3284 * remote-rdi.c: Ditto.
3285 * mdebugread.c: Ditto.
3286 * m68klinux-nat.c: Ditto.
3287 * infttrace.c: Ditto.
3288 * infptrace.c: Ditto.
3289 * i386v-nat.c: Ditto.
3290 * exec.c: Ditto.
3291 * dbxread.c: Ditto.
3292 * core-aout.c: Ditto.
3293
3294 2004-09-05 Joel Brobecker <brobecker@gnat.com>
3295
3296 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
3297 heuristic_proc_desc.
3298 (mips_insn32_frame_cache): Likewise.
3299
3300 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3301
3302 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
3303 left behind by error.
3304
3305 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3306
3307 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
3308 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
3309
3310 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3311
3312 * config/rs6000/xm-aix4.h: Remove this file.
3313 * config/rs6000/aix4.mh (XM_FILE): Delete.
3314
3315 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3316
3317 * config/rs6000/xm-rs6000.h: Remove this file.
3318 * config/rs6000/rs6000.mh (XM_FILE): Remove.
3319
3320 2004-09-03 Andrew Cagney <cagney@gnu.org>
3321
3322 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
3323 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
3324 only use.
3325
3326 * mips-tdep.c (temp_saved_regs): Delete.
3327 (set_reg_offset): Replace saved_regs parameter with this_cache.
3328 (heuristic_proc_desc, mips16_heuristic_proc_desc)
3329 (mips32_heuristic_proc_desc): Add this_cache parameter.
3330 (mips_insn32_frame_cache, mips_insn16_frame_cache)
3331 (after_prologue): Pass a NULL this_cache.
3332
3333 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
3334 non-kernel trap prologues.
3335
3336 * mips-tdep.c (find_proc_desc): Delete function.
3337 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
3338 simplify.
3339 (mips_insn16_frame_cache): Replace find_proc_desc with code from
3340 mips_insn32_frame_cache.
3341
3342 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
3343 Simplify as NEXT_FRAME is NULL.
3344 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
3345
3346 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
3347 local variable.
3348 (mips_skip_prologue): Update.
3349
3350 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
3351 "cur_frame" parameter.
3352 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
3353 (mips_insn32_frame_cache, find_proc_desc): Update
3354
3355 * config/vax/nm-obsd.h: Delete file.
3356 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3357 * config/vax/nm-nbsd.h: Delete file.
3358 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
3359 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3360 * config/sh/nm-nbsd.h: Delete file.
3361 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3362 * config/rs6000/nm-rs6000ly.h: Delete file.
3363 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
3364 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3365 * config/powerpc/nm-obsd.h: Delete file.
3366 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3367 * config/powerpc/nm-nbsd.h: Delete file.
3368 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3369 * config/pa/nm-obsd.h: Delete file.
3370 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3371 * config/mips/nm-nbsd.h: Delete file.
3372 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3373 * config/m88k/nm-obsd.h: Delete file.
3374 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3375 * config/m68k/nm-nbsd.h: Delete file.
3376 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
3377 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3378 * config/i386/nm-nbsd.h: Delete file.
3379 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
3380 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3381 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3382 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3383 * config/i386/nm-i386lynx.h: Delete file.
3384 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3385 * config/arm/nm-nbsd.h: Delete file.
3386 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
3387 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3388
3389 * config/i386/tm-fbsd.h: Delete file.
3390 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
3391 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
3392
3393 * config/rs6000/tm-rs6000-aix4.h: Delete file.
3394 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
3395 * config/rs6000/aix4.mt (TM_FILE): Set to
3396 config/rs6000/tm-rs6000.h.
3397 * config/powerpc/tm-ppc-aix.h: Delete file.
3398 * config/powerpc/aix.mt (TM_FILE): Set to
3399 config/rs6000/tm-rs6000.h.
3400 * config/m68k/tm-linux.h: Delete file.
3401 * config/m68k/linux.mt (TM_FILE): Set to solib.h
3402 * config/i386/tm-linux64.h: Delete file.
3403 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
3404 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
3405
3406 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3407 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
3408 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
3409 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3410 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
3411 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
3412 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
3413 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3414 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3415
3416 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
3417 gdb_host_cpu.
3418
3419 2004-09-02 Joel Brobecker <brobecker@gnat.com>
3420
3421 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
3422 Minor reformatting. Some code factoring.
3423
3424 2004-09-02 Andrew Cagney <cagney@gnu.org>
3425
3426 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
3427 * config/vax/tm-nbsd.h: Delete file.
3428 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3429 * config/sparc/tm-vxworks.h: Delete file.
3430 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
3431 * config/sparc/tm-nbsd.h: Delete file.
3432 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
3433 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
3434 * config/sparc/tm-linux.h: Delete file.
3435 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
3436 * config/s390/tm-linux.h: Delete file.
3437 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
3438 * config/pa/tm-bsd.h: Delete file.
3439 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
3440 * config/m68k/tm-obsd.h: Delete file.
3441 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
3442 * config/m68k/tm-nbsd.h: Delete file.
3443 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3444 * config/i386/tm-vxworks.h: Delete file.
3445 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
3446 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
3447 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
3448 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
3449 * config/i386/tm-nbsd.h: Delete file.
3450 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
3451 * config/i386/tm-i386lynx.h: Delete file.
3452 * config/cris/cris.mt (TM_FILE): Set to solib.h.
3453 * config/cris/tm-cris.h: Delete file.
3454
3455 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
3456 * configure: Re-generate.
3457 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
3458 * config/arm/tm-nbsd.h: Delete file.
3459
3460 * config/powerpc/tm-ppcle-sim.h: Delete.
3461 * config/powerpc/tm-ppcle-eabi.h: Delete.
3462 * config/powerpc/tm-nbsd.h: Delete.
3463 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
3464 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
3465 tm-ppcle-eabi.h.
3466
3467 * config/i386/nto.mh (NAT_FILE): Delete.
3468 * config/i386/nm-nto.h: Delete.
3469
3470 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
3471 * config/m68k/tm-os68k.h: Ditto.
3472 * config/m68k/tm-monitor.h: Ditto.
3473 * config/m68k/tm-cisco.h: Ditto.
3474 * config/m68k/st2000.mt (TM_FILE): Delete.
3475 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
3476 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
3477 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
3478 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
3479
3480 * config/m68k/tm-st2000.h: Delete.
3481 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
3482 * config/sparc/fbsd.mt (TM_FILE): Delete.
3483 * config/sparc/tm-fbsd.h: Delete.
3484
3485 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
3486 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
3487 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
3488
3489 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
3490 GDB_TM_FILE and GDB_XM_FILE.
3491 * gdbarch.c: Re-generate.
3492 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
3493 quotes in macro definition.
3494 * configure.in: Re-generate.
3495
3496 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
3497 validating architecture methods.
3498 * gdbarch.c: Re-generate.
3499
3500 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
3501 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
3502 GDB_MULTI_ARCH_PARTIAL.
3503 * gdbarch.h: Re-generate.
3504
3505 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
3506 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
3507 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
3508 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
3509 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
3510 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
3511 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
3512 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
3513 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
3514 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
3515 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
3516 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
3517
3518 2004-09-01 Andrew Cagney <cagney@gnu.org>
3519
3520 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
3521 and main_func_highpc.
3522 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
3523 * objfiles.c (init_entry_point_info, objfile_relocate): Update
3524 * nlmread.c (nlm_symfile_read): Update.
3525
3526 2004-09-01 Joel Brobecker <brobecker@gnat.com>
3527
3528 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
3529 (mips_insn32_frame_cache): Inline call to find_proc_desc.
3530 (find_proc_desc): Remove dead code.
3531
3532 2004-09-01 Joel Brobecker <brobecker@gnat.com>
3533
3534 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
3535
3536 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
3537
3538 * observer.sh: Add struct so_list declaration.
3539 * Makefile.in: Add dependencies on observer.h for solib.c and
3540 breakpoint.c.
3541 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
3542 function.
3543 (_initialize_breakpoint): Register
3544 disable_breakpoints_in_unloaded_shlib as an observer of the
3545 "solib unloaded" observation event.
3546 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
3547 call decode_line_1 so unfound breakpoint errors are silent.
3548 * solib.c (update_solib_list): When a solib is discovered to have
3549 been unloaded by the program, notify all observers of the
3550 "solib unloaded" observation event.
3551
3552 2004-09-01 Andrew Cagney <cagney@gnu.org>
3553
3554 * frame.c: Include "objfiles.h".
3555 (inside_main_func): New function.
3556 (get_prev_frame): Use new inside_main_func.
3557 * Makefile.in (frame.o): Update dependencies.
3558 * defs.h (inside_main_func): Delete declaration.
3559 * blockframe.c (inside_main_func): Delete function.
3560
3561 2004-08-31 Jim Blandy <jimb@redhat.com>
3562
3563 * dwarf2read.c (is_vtable_name): New function, based on logic from
3564 read_structure_type, but passing the correct length to strncmp,
3565 and using 'sizeof' instead of 'strlen'.
3566 (read_structure_type): Call it.
3567
3568 2004-08-31 Joel Brobecker <brobecker@gnat.com>
3569
3570 * config/powerpc/aix.mh: Add comment.
3571
3572 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
3573
3574 * MAINTAINERS: Add self to Write-After-Approval.
3575
3576 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
3577
3578 * MAINTAINERS: Add self to Write-After-Approval.
3579
3580 2004-08-30 Andrew Cagney <cagney@gnu.org>
3581
3582 Fix PR breakpoints/1757.
3583 * infrun.c (struct execution_control_state): Replace
3584 remove_breakpoints_on_following_step with
3585 step_after_step_resume_breakpoint.
3586 (init_execution_control_state): Update.
3587 (handle_inferior_event): For signals, when stepping off a
3588 breakpoint, set step_after_step_resume_breakpoint. When
3589 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
3590 (keep_going): Delete code handling
3591 remove_breakpoints_on_following_step.
3592
3593 2004-08-29 David Lecomber <david@streamline-computing.com>
3594
3595 Fix PR gdb/648
3596 * language.h (enum array_ordering): New enum.
3597 * language.h (struct language_defn): New la_array_ordering
3598 attribute.
3599 * language.c (unknown_language_defn, auto_language_defn)
3600 (local_language_defn): Ditto.
3601 * ada-lang.c (ada_language_defn): Ditto.
3602 * c-lang.c (c_language_defn, cplus_language_defn)
3603 (asm_language_defn, minimal_language_defn): Ditto.
3604 * f-lang.c (f_language_defn): Ditto.
3605 * jv-lang.c (java_language_defn): Ditto.
3606 * m2-lang.c (f_language_defn): Ditto.
3607 * objc-lang.c (objc_language_defn): Ditto.
3608 * p-lang.c (pascal_language_defn): Ditto.
3609 * scm-lang.c (scm_language_defn): Ditto.
3610 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
3611 oriented large to small in type structure.
3612 * dwarf2read.c (read_array_order): New function.
3613 (read_array_type): Use read_array_order to check row/column
3614 major ordering.
3615
3616 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
3617
3618 * target.c (target_resize_to_sections): Check
3619 current_target.to_sections for an old value when updating.
3620
3621 2004-08-27 Joel Brobecker <brobecker@gnat.com>
3622
3623 * procfs.c (dbx_link_bpt_addr): New static global variable.
3624 (dbx_link_shadow_contents): New static global variable.
3625 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
3626 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
3627 if we just hit it.
3628 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
3629 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
3630 from run to run.
3631 (procfs_create_inferior): Remove syssgi syscall-exit notifications
3632 after the inferior has been forked.
3633 (remove_dbx_link_breakpoint): New function.
3634 (dbx_link_addr): New function.
3635 (insert_dbx_link_bpt_in_file): New function.
3636 (insert_dbx_link_bpt_in_region): New function.
3637 (insert_dbx_link_breakpoint): New function.
3638 (proc_trace_syscalls_1): New function, extracted from
3639 proc_trace_syscalls.
3640 (proc_trace_syscalls): Replace extract code by call to
3641 proc_trace_syscalls_1.
3642 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
3643 is no longer valid.
3644
3645 2004-08-25 Jim Blandy <jimb@redhat.com>
3646
3647 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
3648
3649 2004-08-25 Andrew Cagney <cagney@gnu.org>
3650
3651 * infrun.c (struct execution_control_state): Delete field
3652 "stepping_through_sigtramp".
3653 (init_execution_control_state): Do not set same.
3654 (context_switch): Do not pass same to save_infrun_state and
3655 load_infrun_state.
3656 * gdbthread.h (struct thread_info): Delete field
3657 stepping_through_sigtramp.
3658 (save_infrun_state, load_infrun_state): Delete parameter
3659 stepping_through_sigtramp.
3660 * thread.c (load_infrun_state, save_infrun_state): Update.
3661
3662 * infrun.c: Re-indent. Move expression operators to the beginning
3663 of the line. Remove long disabled #if 0 code.
3664
3665 2004-08-24 Andrew Cagney <cagney@gnu.org>
3666
3667 * doublest.h (floatformat_ieee_quad): Rename
3668 floatformat_ia64_quad.
3669 * doublest.c (floatformat_ieee_quad): Rename
3670 floatformat_ia64_quad.
3671 (_initialize_doublest): Update.
3672
3673 2004-08-24 Jim Blandy <jimb@redhat.com>
3674
3675 * dwarf2expr.h (struct dwarf_expr_context): New members
3676 'num_pieces' and 'pieces', for returning the result of an
3677 expression that uses DW_OP_piece.
3678 (struct dwarf_expr_piece): New struct type.
3679 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
3680 pieces.
3681 (free_dwarf_expr_context): Free pieces, if any.
3682 (add_piece): New function.
3683 (execute_stack_op): Implement DW_OP_piece.
3684 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
3685 expression is a list of pieces, print an error message.
3686 (dwarf2_loc_desc_needs_frame): If the expression yields
3687 pieces, and any piece is in a register, then we need a frame.
3688
3689 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
3690 the stack until we've decided what sort of result the evaluation
3691 has produced. Use separate variables, with more specific names.
3692
3693 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
3694
3695 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
3696 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
3697 (arm_netbsd_init_abi_common): Register them.
3698
3699 2004-08-22 Mark Kettenis <kettenis@gnu.org>
3700
3701 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
3702
3703 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
3704 safe_frame_unwind_memory instead of target_read_memory.
3705
3706 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
3707 Reorder includes.
3708 (fetch_register, store_register): Remove prototypes.
3709 (child_resume): Reorganize code and comments such that it is
3710 grouped a bit more logically.
3711 (attach): Explicitly compare errno against 0.
3712 (detach): Likewise. Use perror_with_name instead of
3713 print_sys_errmsg.
3714 * Makefile.in (infptrace.o): Update dependencies.
3715
3716 * ia64-linux-nat.c: Update copyright year.
3717 (fetch_debug_register, store_debug_register)
3718 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
3719 PTRACE_TYPE_ARG3.
3720 * config/ia64/nm-linux.h: Update copyright year.
3721 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
3722
3723 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
3724 from CORE_ADDR to struct frame_info *. Use
3725 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
3726 (amd64_linux_sigtramp_p): Adjust for changed signature of
3727 and64_linux_sigtramp_start
3728
3729 * gdb_ptrace.h: GNU/Linux.
3730
3731 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3732 Remove defines.
3733
3734 * infptrace.c: Include "gdb_assert.h".
3735 (PTRACE_XFER_TYPE): Remove define.
3736 (offsetof): Only define if U_REGS_OFFSET isn't defined.
3737 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
3738 Tweak comment.
3739 (fetch_inferior_registers, store_inferior_registers): Remove
3740 redundant culry braces. Tweak comment. s/regno/regnum.
3741 * Makefile.in (infptrace.o): Update dependencies.
3742
3743 * configure.in: Change test for return type of ptrace to default
3744 to `long' instead of `int'.
3745 * configure: Regenerate.
3746
3747 2004-08-21 Mark Kettenis <kettenis@gnu.org>
3748
3749 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3750
3751 * configure.in: Check for ttrace function.
3752 * configure, config.in: Regenerate.
3753
3754 * gdb_ptrace.h: New file.
3755 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3756 <sys/ptrace.h>.
3757 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3758 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
3759 (attach): Don't define PT_ATTACH.
3760 (detach): Don't define PT_DETACH.
3761 * Makefile.in (gdb_ptrace_h): New variable.
3762 (infptrace.o): Update dependencies.
3763
3764 2004-08-16 Mark Kettenis <kettenis@gnu.org>
3765
3766 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
3767 instead of `int' if not already defined.
3768 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3769 PTRACE_TYPE_ARG3.
3770 * infptrace.c (call_ptrace): Revert change that replaced
3771 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3772
3773 2004-08-15 Mark Kettenis <kettenis@gnu.org>
3774
3775 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3776 Remove defines.
3777
3778 * linux-nat.c (kill_inferior): Add missing third and fourth
3779 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
3780
3781 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3782 PTRACE_TYPE_RET.
3783
3784 * proc-why.c (proc_prettyfprint_why): Fix format string.
3785
3786 * solib-osf.c (osf_current_sos): Remove unsused label.
3787
3788 * configure.in: Add <ncurses/ncurses.h> to the list of possible
3789 curses headers.
3790 * configure, config.in: Regenerate.
3791 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3792 <ncurses/ncurses.h>.
3793
3794 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3795 * config/nm-nbsd.h: Update copyright year.
3796 (PTRACE_ARG3_TYPE): Remove define.
3797
3798 * sparc-nat.c (fetch_inferior_registers)
3799 (store_inferior_registers, sparc_xfer_wcookie):
3800 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3801
3802 * alphabsd-nat.c (fetch_inferior_registers):
3803 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3804 PTRACE_TYPE_ARG3.
3805 * amd64bsd-nat.c (fetch_inferior_registers)
3806 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3807 PTRACE_TYPE_ARG3.
3808 * armnbsd-nat.c: Update copyright year.
3809 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3810 (store_register, store_regs, store_fp_register, store_fp_regs):
3811 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3812 * hppabsd-nat.c (fetch_inferior_registers)
3813 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3814 PTRACE_TYPE_ARG3.
3815 * i386bsd-nat.c (fetch_inferior_registers)
3816 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3817 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3818 * m68kbsd-nat.c (fetch_inferior_registers)
3819 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3820 PTRACE_TYPE_ARG3.
3821 * m88kbsd-nat.c (fetch_inferior_registers)
3822 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3823 PTRACE_TYPE_ARG3.
3824 * mipsnbsd-nat.c: Update copyright year.
3825 (fetch_inferior_registers, store_inferior_registers):
3826 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3827 * ns32knbsd-nat.c: Update copyright year.
3828 (fetch_inferior_registers, store_inferior_registers):
3829 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3830 * ppcnbsd-nat.c (fetch_inferior_registers):
3831 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3832 PTRACE_TYPE_ARG3.
3833 * ppcobsd-nat.c (fetch_inferior_registers):
3834 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3835 PTRACE_TYPE_ARG3.
3836 * shnbsd-nat.c: Update copyright year.
3837 (fetch_inferior_registers, store_inferior_registers):
3838 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3839 * vaxbsd-nat.c (fetch_inferior_registers)
3840 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3841 PTRACE_TYPE_ARG3.
3842
3843 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3844 PTRACE_TYPE_ARG3.
3845 * infptrace.c (call_ptrace, child_resume, attach, detach)
3846 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3847 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3848 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3849 PTRACE_TYPE_ARG3.
3850
3851 2004-08-14 Mark Kettenis <kettenis@gnu.org>
3852
3853 * defs.h: Remove out-of-date comment.
3854 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3855 [!GETENV_PROVIDED] (getenv): Remove prototype.
3856
3857 * standalone.c: Remove file.
3858 * Makefile.in (standalone.o): Remove dependency.
3859
3860 * i386-linux-nat.c (dummy_sse_values): Remove function and
3861 prototype.
3862 (i386_linux_dr_get): Fix typo in comment.
3863 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3864
3865 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3866
3867 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3868 from declaration.
3869 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3870 from definition.
3871
3872 2004-08-13 Mark Kettenis <kettenis@gnu.org>
3873
3874 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3875 parenthesis in definition.
3876 * configure: Regenerated.
3877
3878 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
3879
3880 * PROBLEMS: Mention build/1411.
3881
3882 2004-08-09 Robert Millan <robertmh@gnu.org>
3883
3884 Committed by Nathanael Nerode.
3885 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3886 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3887
3888 2004-08-12 Andrew Cagney <cagney@gnu.org>
3889
3890 * NEWS: Mention fixes in GDB 6.2.1.
3891 * PROBLEMS: Remove mention of mips-irix.
3892
3893 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3894
3895 * config/powerpc/xm-aix.h: Delete.
3896 * config/powerpc/aix.mh (MH_FILE): Remove.
3897 * config/powerpc/aix432.mh (MH_FILE): Remove.
3898
3899 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3900
3901 * config/powerpc/aix.mh: Remove obsolete comment.
3902 * config/powerpc/aix432.mh: Likewise.
3903
3904 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3905
3906 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3907
3908 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3909
3910 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3911 this file is now empty.
3912 * config/xm-aix4.h: Remove, this file is no longer included
3913 anywhere.
3914
3915 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3916
3917 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3918 that file is now empty.
3919 (termdef): Remove prototype, function no longer used.
3920
3921 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3922
3923 * doc/gdbint.texinfo (Host Definition): Remove documentation
3924 for USE_O_NOCTTY, no longer used.
3925 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3926 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3927
3928 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3929
3930 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3931 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3932 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3933
3934 2004-08-11 Mark Kettenis <kettenis@gnu.org>
3935
3936 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3937 instead of FIVE_ARG_PTRACE.
3938
3939 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3940 (new_tty): Use O_NOCTTY unconditionally.
3941
3942 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3943
3944 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3945 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3946 fflush on stdout.
3947
3948 2004-08-10 Joel Brobecker <brobecker@gnat.com>
3949
3950 * xcoff_symfile_finish: Replace last call to xmfree by call
3951 to xfree.
3952
3953 2004-08-10 Andrew Cagney <cagney@gnu.org>
3954
3955 * main.c (captured_main): Delete call to init_malloc.
3956 * defs.h (init_malloc): Delete declaration.
3957 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3958 (init_malloc): Delete functions.
3959
3960 * defs.h (xmfree): Delete.
3961 * utils.c (xmfree): Delete function.
3962 (xfree): Inline calls to xmfree and mfree.
3963 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3964 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3965 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3966 * somread.c (som_symfile_finish): Ditto.
3967 * objfiles.c (allocate_objfile, free_objfile):
3968 * nlmread.c (nlm_symfile_finish): Ditto.
3969 * hpread.c (hpread_symfile_finish): Ditto.
3970 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3971 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3972 * coffread.c (coff_symfile_finish): Ditto.
3973
3974 * defs.h (xmcalloc): Delete declaration.
3975 * utils.c (xmcalloc): Delete.
3976 (xcalloc): Inline calls to xmcalloc and mcalloc.
3977 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
3978 xcalloc and xfree.
3979 * symtab.c (create_demangled_names_hash): Ditto.
3980
3981 * defs.h (xmrealloc): Delete.
3982 * utils.c (xmrealloc): Delete.
3983 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
3984 * symmisc.c (extend_psymbol_list): Use xrealloc.
3985 * source.c (find_source_lines): Ditto.
3986 * hpread.c (hpread_lookup_type): Ditto.
3987 * dbxread.c (add_bincl_to_list): Ditto.
3988
3989 * utils.c (xmmalloc): Delete.
3990 (xmalloc): Inline xmmalloc and mmalloc calls.
3991 (msavestring): Use xmalloc.
3992 * defs.h (xmmalloc): Delete declaration.
3993 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
3994 xmmalloc.
3995 * symmisc.c (extend_psymbol_list): Ditto.
3996 * symfile.c (init_psymbol_list): Ditto.
3997 * source.c (find_source_lines): Ditto.
3998 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
3999 * elfread.c (elf_symtab_read): Ditto.
4000 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
4001 * coffread.c (coff_symfile_init): Ditto.
4002
4003 2004-08-10 David Carlton <carlton@bactrian.org>
4004
4005 * MAINTAINERS: Remove David Carlton from c++ testsuite
4006 maintainers.
4007
4008 2004-08-10 Jerome Guitton <guitton@gnat.com>
4009
4010 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
4011 print a line feed before the prompt.
4012
4013 2004-08-10 Mark Kettenis <kettenis@gnu.org>
4014
4015 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
4016
4017 2004-08-09 Joel Brobecker <brobecker@gnat.com>
4018
4019 General cleanup of the AIX xm include file:
4020 * config/xm-aix4.h (fd_set): Remove undefine.
4021 Remove include of <sys/select.h>.
4022 (HAVE_TERMIO): Remove define.
4023 (USG): Likewise.
4024 (NULL): Remove redefine.
4025 (alloca): Remove #pragma.
4026 (vfork): Remove define.
4027 (termdef): Remove.
4028 (SIGWINCH_HANDLER): Remove.
4029 (SIGWINCH_HANDLER_BODY): Remove.
4030
4031 2004-08-09 Mark Kettenis <kettenis@gnu.org>
4032
4033 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
4034 GDB_OSABI_OPENBSD_ELF.
4035
4036 2004-08-07 Robert Millan <robertmh@gnu.org>
4037
4038 * bsd-kvm.c: Check for nlist.h before including it.
4039
4040 2004-08-09 Mark Kettenis <kettenis@gnu.org>
4041
4042 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
4043 sigcontext' offset consistency checks for ancient BSD.
4044
4045 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
4046
4047 * configure.in: Check for <sys/types.h>. Check return and
4048 argument types of ptrace.
4049 * configure, config.in: Regenerate.
4050
4051 2004-08-09 Jim Blandy <jimb@redhat.com>
4052
4053 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
4054 rs6000_register_sim_regno): Doc fixes.
4055
4056 2004-08-08 Joel Brobecker <brobecker@gnat.com>
4057
4058 * mips-tdep.c: Include "floatformat.h".
4059 (n32n64_floatformat_always_valid): New function.
4060 (floatformat_n32n64_long_double_big): New constant.
4061 (mips_gdbarch_init): Set size and format of long double
4062 for N32 and N64 ABIs.
4063 * Makefile.in (mips-tdep.o): Update dependencies.
4064
4065 2004-08-08 Andrew Cagney <cagney@gnu.org>
4066
4067 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
4068 print. Improve script's error messages.
4069 * gdbarch.h: Re-generate.
4070
4071 * gdbarch.sh (pformat): New function.
4072 (float_format, double_format, long_double_format): List with bit
4073 members. Use pformat when printing.
4074 * gdbarch.c, gdbarch.h: Re-generate.
4075
4076 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
4077
4078 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
4079 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
4080 (ppcnbsd_supply_pcb): New function.
4081 (_initialize_ppcnbsd_nat): New prototype and function.
4082 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4083 (LOADLIBES): New variable.
4084 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
4085
4086 2004-08-08 Andrew Cagney <cagney@gnu.org>
4087
4088 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
4089 (builtin_type_ieee_double, builtin_type_ia64_quad)
4090 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
4091 BE/LE floating-point types.
4092 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
4093 (builtin_type_ieee_double, builtin_type_ia64_quad)
4094 (builtin_type_ia64_spill): Declare.
4095 * doublest.c (_initialize_doublest, floatformat_ieee_single)
4096 (floatformat_ieee_double, floatformat_arm_ext)
4097 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
4098 of LE/BE floatformats.
4099 * doublest.h: (struct floatformat, floatformat_ieee_single)
4100 (floatformat_ieee_double, floatformat_arm_ext)
4101 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
4102
4103 2004-08-08 Mark Kettenis <kettenis@gnu.org>
4104
4105 * i386gnu-nat.c (gnu_store_registers): Fix typo.
4106
4107 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
4108 instead of regcache_raw_supply when storing the registers.
4109
4110 * i386gnu-nat.c: Update copyright year.
4111 (gnu_store_registers): Don't use deprecated_registers and
4112 deprecated_registers_valid. Use regcache_valid_p and
4113 regcache_raw_supply instead.
4114
4115 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
4116 frame_pc_unwind.
4117
4118 * procfs.c (procfs_pid_to_str): Remove redundant and unused
4119 variables. Incapitalized "process".
4120
4121 * configure.in: Add cursesX to the list of possible curses libs.
4122 Add cursesX.h to the list of possible curses headers.
4123 * configure, config.in: Regenerate.
4124
4125 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
4126
4127 * configure.in: Test for struct lwp in <sys/lwp.h>.
4128 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
4129 the offset of l_addr in struct lwp.
4130
4131 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
4132
4133 * bsd-kvm.c: Include "gdbcore.h"
4134 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
4135
4136 2004-08-07 Andrew Cagney <cagney@gnu.org>
4137
4138 * gdbtypes.c (build_flt, build_complex): New functions.
4139 (gdbtypes_post_init): Use.
4140
4141 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
4142
4143 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
4144 through to builtin_type_uint128.
4145
4146 * c-exp.y: Use builtin_type function to obtain builtin types.
4147
4148 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
4149 builtin_uint128.
4150 * gdbtypes.c (gdbtypes_post_init): Update.
4151 (build_gdbtypes): Move initialization of builtin_type_int0
4152 through to builtin_type_uint128 from here ...
4153 (_initialize_gdbtypes): ... to here.
4154 * d10v-tdep.c (d10v_register_type): Update.
4155
4156 * doublest.c: Update copyright.
4157 (floatformat_from_length): Call error when floatformat is NULL.
4158 (extract_floating_by_length): Remove NULL fmt check.
4159 (store_floating_by_length): Ditto.
4160
4161 2004-08-07 Andrew Cagney <cagney@gnu.org>
4162
4163 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
4164 that the register is valid.
4165
4166 2004-08-05 Mark Kettenis <kettenis@chello.nl>
4167
4168 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4169 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
4170 struct frame_info *. Use safe_frame_unwind_memory instead of
4171 deprecated_read_memory_nobpt.
4172 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
4173 changed signature of i386_linux_sigtramp_start and
4174 i386_linux_rt_sigtramp_start.
4175
4176 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
4177 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
4178 instead of deprecated_read_memory_nobpt.
4179 (i386nbsd_sigtramp_p): Adjust for changed signature of
4180 i386nbsd_sigtramp_offset.
4181
4182 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
4183 safe_frame_unwind_memory instead of target_read_memory.
4184
4185 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4186 !NO_SYS_FILE.
4187 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
4188 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
4189 (_initialize_kernel_u_addr): Remove prototype and function.
4190 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4191 !NO_SYS_FILE.
4192 * xcoffread.c: Likewise.
4193
4194 2004-08-06 Mark Kettenis <kettenis@gnu.org>
4195
4196 * vax-nat.c: New file.
4197 * vaxbsd-nat.c: Tweak comment.
4198 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
4199 vaxnbsd-tdep.c.
4200 (vax-nat.o): New dependency.
4201 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
4202 (vax-*-ultrix2*): Remove.
4203 * config/vax/vax.mh: New file.
4204 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
4205 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
4206 (vax_register_u_addr): New prototype.
4207 (REGISTER_U_ADDR): Define using vax_register_u_addr.
4208 * config/vax/vaxult2.mh: Remove file.
4209 * config/vax/vaxult.mh: Remove file.
4210 * config/vax/vaxbsd.mh: Remove file.
4211 * config/vax/vax.mt (TM_FILE): Remove.
4212 * config/vax/tm-vaxbsd.h: Remove file.
4213
4214 2004-08-06 Joel Brobecker <brobecker@gnat.com>
4215
4216 * aix-thread.c (get_signaled_thread): New function.
4217 (iter_trap): Delete, no longer used.
4218 (iter_tid): New function.
4219 (pd_update): Find the thread that received the SIGTRAP signal
4220 by first locating the kernel thread, and then finding its
4221 associated thread.
4222
4223 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
4224
4225 * lin-lwp.c (child_wait): Continue inferior after processing
4226 PTRACE_EVENT_CLONE event.
4227
4228 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
4229
4230 * MAINTAINERS: Add self to Write-After-Approval.
4231
4232 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
4233
4234 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
4235 libunwind-xxxx.so" where xxxx is UNW_TARGET.
4236
4237 2004-08-05 Andrew Cagney <cagney@gnu.org>
4238
4239 * config/xm-sysv4.h: Delete file.
4240 * config/mips/xm-irix5.h: Delete file.
4241 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
4242 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
4243 * config/ia64/xm-aix.h: Delete file.
4244 * config/ia64/aix.mh (XM_FILE): Delete.
4245 * config/pa/xm-hppah.h: Delete file.
4246 * config/pa/hpux11w.mh (XM_FILE): Delete.
4247 * config/pa/hpux11.mh (XM_FILE): Delete.
4248 * config/pa/hpux1020.mh (XM_FILE): Delete.
4249 * config/pa/hppahpux.mh (XM_FILE): Delete.
4250
4251 * config/alpha/xm-alphalinux.h: Delete file.
4252 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
4253 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
4254 * config/alpha/xm-alphaosf.h: Delete file.
4255 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
4256 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
4257 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
4258 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
4259
4260 * config/i386/xm-i386v.h: Delete file.
4261 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
4262 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
4263 * config/i386/xm-i386sco.h: Delete file.
4264 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
4265 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
4266 * config/i386/xm-i386v4.h: Delete file.
4267 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
4268 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
4269 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
4270 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
4271
4272 * config/vax/xm-vax.h: Delete file.
4273 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
4274 * config/vax/xm-vaxult2.h: Delete file.
4275 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
4276 * config/vax/vaxult2.mh (XM_FILE): Delete.
4277 * config/vax/xm-vaxult.h: Delete file.
4278 * config/vax/vaxult.mh (XM_FILE): Delete.
4279 * config/vax/xm-vaxbsd.h: Delete file.
4280 * config/vax/vaxbsd.mh (XM_FILE): Delete.
4281
4282 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
4283 * gdbarch.h, gdbarch.c: Re-generate.
4284 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
4285 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
4286 * frame.h: Delete deprecated_read_fp from comments.
4287 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
4288 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
4289
4290 2004-08-04 Mark Kettenis <kettenis@gnu.org>
4291
4292 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
4293 trampoline in OpenBSD 3.5-current.
4294
4295 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
4296 SSE registers.
4297
4298 * Makefile.in: Remove embedded page breaks.
4299
4300 2004-08-04 Jim Blandy <jimb@redhat.com>
4301
4302 * regcache.c (regcache_raw_read): Assert that, after calling
4303 target_fetch_registers, the register we're reading is cached.
4304
4305 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
4306 a call to 'internal_error', with a more helpful error message.
4307 * rs6000-tdep.c (e500_pseudo_register_read,
4308 e500_pseudo_register_write, rs6000_store_return_value): Same.
4309
4310 2004-08-04 Andrew Cagney <cagney@gnu.org>
4311
4312 * Makefile.in: Update dependencies.
4313
4314 2004-08-04 Jim Blandy <jimb@redhat.com>
4315
4316 Change the layout of the PowerPC E500 raw register cache to allow
4317 the lower 32-bit halves of the GPRS to be their own raw registers,
4318 not pseudoregisters.
4319 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
4320 add ppc_ev0_upper_regnum flag.
4321 * rs6000-tdep.c: #include "reggroups.h".
4322 (spe_register_p): Recognize the ev upper half registers as SPE
4323 registers.
4324 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
4325 registers.
4326 (e500_move_ev_register): New function.
4327 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
4328 vector registers are the pseudo-registers now, formed by splicing
4329 together the gprs and the upper-half registers.
4330 (e500_register_reggroup_p): New function.
4331 (P): Macro deleted.
4332 (P8, A4): New macro.
4333 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
4334 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
4335 macros.
4336 (registers_e500): Rearrange register set so that the raw register
4337 set contains 32-bit GPRs and upper-half registers, and the SPE
4338 vector registers become pseudo-registers.
4339 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
4340 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
4341 register numbers are now the same for the E500 as they are for
4342 other PowerPC variants. Register e500_register_reggroup_p as the
4343 register group function for the E500.
4344 * Makefile.in (rs6000-tdep.o): Update dependencies.
4345
4346 Adapt PPC E500 native support to the new raw regcache layout.
4347 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
4348 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
4349 (fetch_spe_register, store_spe_register): Handle fetching/storing
4350 all the SPE registers at once, if regno == -1. These now take
4351 over the job of fetch_spe_registers and store_spe_registers.
4352 (fetch_spe_registers, store_spe_registers): Deleted.
4353 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
4354 unconditionally; they're always raw. Fetch/store SPE upper half
4355 registers, if present, instead of ev registers.
4356 (fetch_register, store_register): Remove sanity checks: gprs are
4357 never pseudo-registers now, so we never need to even mention any
4358 registers that are ever pseudoregisters.
4359
4360 Use a fixed register numbering when communicating with the PowerPC
4361 simulator.
4362 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
4363 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
4364 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
4365 New functions.
4366 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
4367 init_sim_regno_table.
4368 * Makefile.in (gdb_sim_ppc_h): New variable.
4369 (rs6000-tdep.o): Update dependencies.
4370
4371 2004-08-02 Andrew Cagney <cagney@gnu.org>
4372
4373 * cris-tdep.c (cris_register_size): Restore function, still used
4374 locally.
4375
4376 * gdbarch.sh (deprecated_target_read_fp)
4377 (deprecated_frame_locals_address, deprecated_frame_args_address)
4378 (deprecated_frame_chain_valid, deprecated_frame_chain)
4379 (deprecated_init_extra_frame_info, deprecated_pop_frame)
4380 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
4381 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
4382 * gdbarch.h, gdbarch.c: Re-generate.
4383 * regcache.c (deprecated_read_fp): Do not call
4384 DEPRECATED_TARGET_READ_FP_P.
4385 * infcmd.c (default_print_registers_info): Do not call
4386 DEPRECATED_DO_REGISTERS_INFO.
4387 * frame-base.c (default_frame_locals_address): Do not call
4388 DEPRECATED_FRAME_LOCALS_ADDRESS.
4389 (default_frame_args_address): Do not call
4390 DEPRECATED_FRAME_ARGS_ADDRESS.
4391
4392 * gdbarch.sh (deprecated_register_raw_size)
4393 (deprecated_register_virtual_size:int): Delete.
4394 * gdbarch.h, gdbarch.c: Re-generate.
4395 * cris-tdep.c (cris_register_size): Delete.
4396 (cris_gdbarch_init): Update.
4397 * alpha-tdep.c (alpha_register_raw_size)
4398 (alpha_register_virtual_size): Delete.
4399 (alpha_gdbarch_init): Update.
4400
4401 * gdbarch.sh (deprecated_register_virtual_type)
4402 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
4403 (deprecated_dummy_write_sp): Delete.
4404 * gdbarch.h, gdbarch.c: Re-generate.
4405
4406 * gdbarch.sh (deprecated_register_bytes): Delete.
4407 * gdbarch.h, gdbarch.c: Re-generate.
4408 * regcache.c (deprecated_register_bytes): New function.
4409 * regcache.h (deprecated_register_bytes): Declare.
4410 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4411 * v850-tdep.c (v850_gdbarch_init): Update.
4412 * sh64-tdep.c (sh64_gdbarch_init): Update.
4413 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4414 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4415 * mcore-tdep.c (mcore_gdbarch_init): Update.
4416 * cris-tdep.c (cris_gdbarch_init): Update.
4417 * arm-tdep.c (arm_gdbarch_init): Update.
4418 * remote.c (init_remote_state): Update.
4419 * remote-vx.c (vx_prepare_to_store): Update.
4420 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
4421 * irix5-nat.c (fetch_core_registers): Update.
4422 * cris-tdep.c (cris_register_bytes_ok): Update.
4423 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4424
4425 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
4426 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
4427 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
4428 (mips_insn16_frame_base_address, mips_insn16_frame_base)
4429 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
4430 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
4431 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
4432 (mips_insn32_frame_base_address, mips_insn32_frame_base)
4433 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
4434 with mips_insn16 and mips_insn32.
4435
4436 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
4437 * rs6000-tdep.c (rs6000_push_dummy_call)
4438 (rs6000_extract_return_value): Use register_size.
4439 * xstormy16-tdep.c (xstormy16_get_saved_register)
4440 (xstormy16_extract_return_value): Ditto.
4441 * valops.c (value_assign): Ditto.
4442 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
4443 * v850-tdep.c (v850_extract_return_value): Ditto.
4444 * tracepoint.c (collect_symbol): Ditto.
4445 * target.c (debug_print_register): Ditto.
4446 * stack.c (frame_info): Ditto.
4447 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
4448 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4449 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
4450 (store_register_using_P): Ditto.
4451 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4452 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
4453 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4454 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
4455 * regcache.c (deprecated_read_register_bytes)
4456 (deprecated_write_register_bytes, read_register)
4457 (write_register): Ditto.
4458 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
4459 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
4460 * monitor.c (monitor_supply_register, monitor_fetch_register)
4461 (monitor_store_register): Ditto.
4462 * mn10300-tdep.c (mn10300_pop_frame_regular)
4463 (mn10300_print_register): Ditto.
4464 * mipsv4-nat.c (fill_fpregset): Ditto.
4465 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
4466 (mips64_fill_fpregset): Ditto.
4467 * mi/mi-main.c (register_changed_p, get_register)
4468 (mi_cmd_data_write_register_values): Ditto.
4469 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
4470 * irix5-nat.c (fill_gregset, fetch_core_registers):
4471 * infrun.c (write_inferior_status_register): Ditto.
4472 * infptrace.c (fetch_register, store_register): Ditto.
4473 * infcmd.c (default_print_registers_info): Ditto.
4474 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
4475 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
4476 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
4477 * hpux-thread.c (hpux_thread_fetch_registers)
4478 (hpux_thread_store_registers): Ditto.
4479 * hppah-nat.c (store_inferior_registers, fetch_register):
4480 * findvar.c (value_from_register): Ditto.
4481 * dve3900-rom.c (fetch_bitmapped_register):
4482 * cris-tdep.c (cris_gdbarch_init): Ditto.
4483 * alpha-tdep.h: Ditto.
4484 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
4485
4486 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
4487 DEPRECATED_REGISTER_RAW_SIZE from comments.
4488 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
4489 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
4490 DEPRECATED_REGISTER_RAW_SIZE.
4491 * findvar.c (value_of_register): Simplify by assuming that the
4492 registers raw and virtual sizes are identical.
4493 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
4494 comment.
4495 * arch-utils.c (generic_register_size): Simplify by assuming
4496 register_type.
4497
4498 * regcache.c (legacy_read_register_gen, real_register)
4499 (legacy_write_register_gen): Delete, not used.
4500
4501 * regcache.c (struct regcache_descr): Delete legacy_p.
4502 (init_legacy_regcache_descr): Delete function.
4503 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
4504 Do not use deprecated register functions.
4505 (regcache_raw_read, deprecated_write_register_gen):
4506 (deprecated_read_register_gen, regcache_raw_write): Delete code
4507 predicated on legacy_p.
4508 (register_size): Delete check against register raw size.
4509
4510 * cris-tdep.c (cris_register_type): Replace
4511 cris_register_virtual_type.
4512 (cris_gdbarch_init): Update, set register_type.
4513
4514 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
4515 * gdbarch.h, gdbarch.c: Re-generate.
4516 * arm-tdep.c (arm_frameless_function_invocation): Delete.
4517 (arm_gdbarch_init) Do not set frameless function invocation.
4518 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
4519 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
4520 * frv-tdep.c (frv_frameless_function_invocation): Delete.
4521 (frv_gdbarch_init): Do not set frameless function invocation.
4522 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4523 * sh-tdep.c (sh_gdbarch_init): Ditto.
4524 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4525 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4526 * avr-tdep.c (avr_gdbarch_init): Ditto.
4527
4528 * blockframe.c (legacy_frame_chain_valid): Delete function.
4529
4530 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
4531 and pc. Update comments.
4532 (pc_in_dummy_frame): Delete function.
4533 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
4534 use the "id".
4535 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
4536 call_hi, top and pc, use the id.
4537 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
4538
4539 * dummy-frame.c: Include "gdb_string.h".
4540 (generic_save_call_dummy_addr, generic_push_dummy_frame)
4541 (generic_save_dummy_frame_tos): Delete.
4542 (dummy_frame_push): New function, replaces above.
4543 * dummy-frame.h: Update copyright.
4544 (dummy_frame_push): Declare.
4545 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
4546 (generic_save_call_dummy_addr): Delete declarations.
4547 * infcall.c: Include "dummy-frame.h".
4548 (call_function_by_hand): Add locals caller_regcache,
4549 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
4550 with call to frame_save_as_regcache plus cleanup. Delete calls to
4551 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
4552 Move clear_proceed_status to just before the resume, add call to
4553 dummy_frame_push (discard cleanup).
4554 * Makefile.in (infcall.o): Add $(dummy_frame_h).
4555 (dummy-frame.o): Add $(gdb_string_h).
4556
4557 2004-08-01 Andrew Cagney <cagney@gnu.org>
4558
4559 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
4560 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
4561 * dummy-frame.c (find_dummy_frame): Delete.
4562 (struct dummy_frame_cache, dummy_frame_sniffer)
4563 (dummy_frame_prev_register, dummy_frame_this_id)
4564 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
4565 frame unwinder using a dummy_frame_cache.
4566
4567 2004-08-01 Andrew Cagney <cagney@gnu.org>
4568
4569 * frame.h (frame_save_as_regcache): Declare.
4570 * frame.c (frame_save_as_regcache): New function.
4571 (do_frame_read_register): Replace do_frame_unwind_register.
4572 (frame_pop): Use frame_save_as_regcache.
4573 * dummy-frame.c (generic_push_dummy_frame): Use
4574 frame_save_as_regcache.
4575
4576 2004-08-01 Joel Brobecker <brobecker@gnat.com>
4577
4578 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
4579 file as included until we record the first line in the linetable.
4580
4581 2004-08-01 Andrew Cagney <cagney@gnu.org>
4582
4583 * frame.h (deprecated_pop_dummy_frame)
4584 (deprecated_read_register_dummy)
4585 (deprecated_generic_find_dummy_frame): Delete.
4586 * dummy-frame.c (deprecated_generic_find_dummy_frame)
4587 (deprecated_read_register_dummy)
4588 (deprecated_find_dummy_frame_regcache)
4589 (discard_innermost_dummy)
4590 (deprecated_pop_dummy_frame): Delete.
4591 (dummy_frame_this_id): Simplify.
4592 (struct dummy_frame): Delete "fp" and "sp".
4593 (find_dummy_frame): Simplify.
4594 (generic_push_dummy_frame): Do not set "fp" or "sp".
4595 (fprint_dummy_frames): Do not print "fp" and "sp"
4596
4597 2004-08-01 Mark Kettenis <kettenis@gnu.org>
4598
4599 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
4600 (struct i386_insn): New structure.
4601 (i386_match_insn): New function.
4602 (i386_frame_setup_skip_insns): New variable.
4603 (i386_analyze_frame_setup): Change to use i386_match_insn and the
4604 array i386_frame_setup_insns of instructions that should be
4605 skipped inside the frame setup sequence.
4606
4607 2004-08-01 Andrew Cagney <cagney@gnu.org>
4608
4609 * frame.h (deprecated_frame_xmalloc_with_cleanup)
4610 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4611 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4612 * stack.c (frame_info): Delete references to
4613 DEPRECATED_FRAME_INIT_SAVED_REGS and
4614 deprecated_get_frame_saved_regs.
4615 * frame.c (struct frame_info): Delete saved_regs and extra_info.
4616 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
4617 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
4618 (frame_unwind_register_signed)
4619 (frame_unwind_register_unsigned)
4620 (frame_unwind_unsigned_register): Use register_size.
4621 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
4622 (deprecated_frame_xmalloc_with_cleanup)
4623 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4624 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4625
4626 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
4627 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
4628 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
4629 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
4630
4631 * infcall.c (call_function_by_hand): Do not use
4632 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
4633 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
4634 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
4635 DEPRECATED_STACK_ALIGN.
4636
4637 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
4638
4639 Committed by Andrew Cagney.
4640 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
4641
4642 2004-08-01 Andrew Cagney <cagney@gnu.org>
4643
4644 * mips-tdep.c (mips16_frame_cache)
4645 (mips16_frame_this_id, mips16_frame_prev_register)
4646 (mips16_frame_unwind, mips16_frame_sniffer)
4647 (mips16_frame_base_address, mips16_frame_base)
4648 (mips16_frame_base_sniffer, mips32_frame_cache)
4649 (mips32_frame_this_id, mips32_frame_prev_register)
4650 (mips32_frame_unwind, mips32_frame_sniffer)
4651 (mips32_frame_base_address, mips32_frame_base)
4652 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
4653 separate heuristic mips16 and mips32 unwinders.
4654 (mips_stub_frame_cache, mips_stub_frame_this_id)
4655 (mips_stub_frame_prev_register)
4656 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
4657 (mips_stub_frame_base_address, mips_stub_frame_base)
4658 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
4659 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
4660 match true mdebug frames.
4661 (non_heuristic_proc_desc): Add forward declaration.
4662
4663 2004-08-01 Andrew Cagney <cagney@gnu.org>
4664
4665 * config/mips/tm-irix6.h: Delete file.
4666 * config/mips/tm-irix5.h: Delete file.
4667 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
4668 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
4669
4670 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
4671 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
4672 * config/nm-gnu.h (NO_CORE_OPS): Delete.
4673 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
4674 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
4675 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
4676 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
4677 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
4678 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
4679 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
4680 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
4681 (TARGET_SIGNAL_RAW_VALUES): Delete.
4682 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4683 Delete.
4684 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
4685 (TARGET_HW_WATCH_LIMIT): Delete.
4686 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
4687 * minimon.h: Delete file.
4688
4689 * trad-frame.c (trad_frame_get_this_base)
4690 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
4691 functions.
4692 * trad-frame.h (trad_frame_set_this_base)
4693 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
4694
4695 2004-07-31 Andrew Cagney <cagney@gnu.org>
4696
4697 * trad-frame.c (trad_frame_get_prev_register): Rename
4698 trad_frame_get_prev_register.
4699 * vax-tdep.c (vax_frame_prev_register): Update.
4700 * trad-frame.h: Update.
4701 * trad-frame.c (trad_frame_get_register): Update.
4702 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
4703 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
4704 Update.
4705 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
4706 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
4707 Update.
4708 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
4709 Update.
4710 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
4711 Update.
4712 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
4713 Update.
4714 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
4715 Update.
4716 * s390-tdep.c (s390_frame_prev_register)
4717 (s390_stub_frame_prev_register)
4718 (s390_sigtramp_frame_prev_register): Update.
4719 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
4720 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
4721 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
4722 * m88k-tdep.c (m88k_frame_prev_register)
4723 * m68hc11-tdep.c (m68hc11_frame_prev_register)
4724 * m32r-tdep.c (m32r_frame_prev_register): Update.
4725 * hppa-tdep.c (hppa_frame_prev_register_helper)
4726 * frv-tdep.c (frv_frame_prev_register): Update.
4727 * d10v-tdep.c (d10v_frame_prev_register): Update.
4728 * cris-tdep.c (cris_frame_prev_register): Update.
4729 * avr-tdep.c (avr_frame_prev_register): Update.
4730 * arm-tdep.c (arm_prologue_prev_register)
4731 (arm_sigtramp_prev_register): Update.
4732
4733 2004-07-31 Andrew Cagney <cagney@gnu.org>
4734
4735 * frame.h (legacy_saved_regs_unwind)
4736 (legacy_frame_chain_valid, legacy_frame_p)
4737 (enum frame_type): Delete UNKNOWN_FRAME.
4738 * dummy-frame.c (dummy_frame_this_id): Simplify.
4739 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
4740 * frame.c (struct frame_info): Delete the field "type".
4741 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
4742 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
4743 (legacy_saved_regs_unwind, legacy_frame_p)
4744 (frame_type_from_pc): Delete.
4745 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
4746 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
4747
4748 2004-07-31 Mark Kettenis <kettenis@gnu.org>
4749
4750 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4751 indentation.
4752
4753 * mips-nat.c: Remove file.
4754 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4755 (mips-nat.o): Remove dependency.
4756
4757 * infptrace.c: Update copyright year.
4758 (fetch_register): Pass NULL in regcache_raw_supply call instead of
4759 explicitly setting the buffer to all zeroes.
4760
4761 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
4762 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
4763
4764 2004-07-30 Andrew Cagney <cagney@gnu.org>
4765
4766 * GDB 6.2 released from gdb_6_2-branch.
4767
4768 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4769
4770 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4771
4772 * exec.c (exec_file_attach):
4773 * nto-tdep.c (nto_find_and_open_solib):
4774 * pa64solib.c (pa64_solib_sizeof_symbol_table):
4775 * solib.c (solib_open):
4776 * somsolib.c (som_solib_sizeof_symbol_table):
4777 * source.c (is_regular_file, openp, open_source_file):
4778 * symfile.c (symfile_bfd_open):
4779 * wince.c (upload_to_device): Differentiate between the search for
4780 binary and source files.
4781
4782 2004-07-30 Andrew Cagney <cagney@gnu.org>
4783
4784 * complaints.c (_initialize_complaints): Pass NULL to
4785 add_setshow_zinteger_cmd for help_doc.
4786 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4787
4788 2004-07-30 Andrew Cagney <cagney@gnu.org>
4789
4790 Fix PR i18n/761.
4791 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4792 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4793 $(PACKAGE).pot and update-po.
4794 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4795 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4796 (update-po): New rules.
4797 (localedir): Define using autoconf.
4798 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4799 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4800 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4801 * configure.in: Generate CATALOGS and LINGUAS from contents of
4802 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
4803 * configure: Re-generate.
4804 * po/gdbtext: New file
4805
4806 2004-07-30 Jerome Guitton <guitton@gnat.com>
4807
4808 * MAINTAINERS: Reorder Write After Approval list in alphabetical
4809 order.
4810
4811 2004-07-30 David Lecomber <dsl@sources.redhat.com>
4812
4813 * dwarf2read.c (read_file_scope): Set producer if attribute
4814 present.
4815 (struct dwarf2_cu): Added new member producer.
4816
4817 2004-07-30 Jerome Guitton <guitton@gnat.com>
4818
4819 * inflow.c (kill_command): release file handles in BFD.
4820 * exec.c (exec_file_attach): Ditto.
4821 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4822
4823 2004-07-29 Andrew Cagney <cagney@gnu.org>
4824
4825 * PROBLEMS (mips-irix): Note that it is broken.
4826
4827 2004-07-29 Andrew Cagney <cagney@gnu.org>
4828
4829 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4830 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4831
4832 * config/xm-nbsd.h: Delete file.
4833 * config/arm/xm-nbsd.h: Delete file.
4834 * config/i386/xm-nbsd.h: Delete file.
4835 * config/ns32k/xm-nbsd.h: Delete file.
4836 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4837 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4838 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4839 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4840 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4841
4842 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4843 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4844 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4845 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4846 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4847 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4848
4849 * config/powerpc/xm-linux.h: Delete empty file.
4850 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4851 * config/powerpc/linux.mh (XM_FILE): Delete.
4852 * config/m68k/xm-linux.h: Delete empty file.
4853 * config/m68k/linux.mh (XM_FILE): Delete.
4854 * config/ia64/xm-linux.h: Delete empty file.
4855 * config/ia64/linux.mh (XM_FILE): Delete.
4856 * config/arm/xm-linux.h: Delete empty file.
4857 * config/arm/linux.mh (XM_FILE): Delete.
4858
4859 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4860 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4861 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4862 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4863 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4864 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4865 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4866 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4867
4868 * config/m68k/xm-m68k.h: Delete file.
4869 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4870 copyright.
4871 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4872 * config/pa/xm-linux.h: Delete empty file.
4873 * config/pa/linux.mh (XM_FILE): Delete.
4874 * config/i386/xm-i386.h: Delete empty file.
4875 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4876 "i386/xm-i386.h".
4877 * config/i386/obsdaout.mh (XM_FILE): Delete.
4878 * config/i386/obsd64.mh (XM_FILE): Delete.
4879 * config/i386/fbsd64.mh (XM_FILE): Delete.
4880 * config/i386/nto.mh (XM_FILE): Delete.
4881 * config/i386/obsd.mh (XM_FILE): Delete.
4882 * config/i386/linux64.mh (XM_FILE): Delete.
4883 * config/i386/linux.mh (XM_FILE): Delete.
4884 * config/i386/i386sol2.mh (XM_FILE): Delete.
4885 * config/i386/i386gnu.mh (XM_FILE): Delete.
4886 * config/i386/fbsd.mh (XM_FILE): Delete.
4887 * config/i386/nbsd64.mh (XM_FILE): Delete.
4888
4889 2004-07-29 Andrew Cagney <cagney@gnu.org>
4890
4891 * config/pa/xm-linux.h: Do not include "floatformat.h".
4892 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4893 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4894 * config/i386/xm-i386.h: Do not include "floatformat.h".
4895 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4896 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4897 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4898 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
4899 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4900 GDB_HOST_LONG_DOUBLE_FORMAT instead.
4901 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4902 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4903 * configure, config.in: Regenerate.
4904 * configure.host (gdb_host_float_format, gdb_host_double_format)
4905 (gdb_host_long_double_format): Set according to the host.
4906
4907 2004-07-29 Andrew Cagney <cagney@gnu.org>
4908
4909 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4910
4911 2004-07-28 Andrew Cagney <cagney@gnu.org>
4912
4913 * PROBLEMS: Mention threads/1650.
4914 * NEWS: Mention the NPTL fix.
4915
4916 2004-07-28 Andrew Cagney <cagney@gnu.org>
4917
4918 * cli/cli-decode.c (add_setshow_cmd): Delete function.
4919 (add_setshow_cmd_full): Make static.
4920 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4921 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4922 * cli/cli-decode.c (add_setshow_filename_cmd)
4923 (add_setshow_string_cmd): New functions.
4924 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
4925 * mips-tdep.c (_initialize_mips_tdep): Update.
4926 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
4927 * cli/cli-logging.c (_initialize_cli_logging): Update.
4928 * complaints.c (_initialize_complaints): Update.
4929 * remote.c (_initialize_remote): Update.
4930
4931 2004-07-28 Andrew Cagney <cagney@gnu.org>
4932
4933 * cli/cli-decode.c (add_setshow_zinteger_cmd)
4934 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4935 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4936 print parameters. Make string parameters constant.
4937 * command.h: Update. Update copyright.
4938 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4939 * observer.c (_initialize_observer): Ditto.
4940 * frame.c (_initialize_frame): Ditto.
4941 * complaints.c (_initialize_complaints): Ditto.
4942 * maint.c (_initialize_maint_cmds): Ditto.
4943 * target.c (initialize_targets): Ditto.
4944 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4945 * infcall.c (_initialize_infcall): Ditto.
4946 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4947 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4948 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4949 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4950 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4951
4952 2004-07-28 Andrew Cagney <cagney@gnu.org>
4953
4954 * gdbtypes.c (lookup_primitive_typename): Delete function.
4955 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4956 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4957 * gdbtypes.c (lookup_typename): Ditto.
4958 * f-exp.y (yylex): Ditto.
4959 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4960
4961 * scm-lang.c (c_builtin_types): Delete extern declaration.
4962 (scm_language_defn): Replace
4963 string_char_type and primitive_type_vector with
4964 la_language_arch_info.
4965 * jv-lang.c (java_language_defn): Replace
4966 string_char_type and primitive_type_vector with
4967 la_language_arch_info.
4968 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4969 c_builtin_types in comment.
4970 * c-lang.h (struct language_arch_info): Declare opaque.
4971 (c_language_arch_info): Declare.
4972 (c_builtin_types): Delete declaration.
4973 * c-lang.c (c_language_arch_info): Set string_char_type to
4974 builtin_char, not builtin_true_char. Make global.
4975 (c_builtin_types): Delete array.
4976 (asm_language_defn, minimal_language_defn): Replace
4977 string_char_type and primitive_type_vector with
4978 la_language_arch_info.
4979
4980 2004-07-28 Andrew Cagney <cagney@gnu.org>
4981
4982 * gdbtypes.h (struct builtin_type): Rename true_char to
4983 builtin_true_char.
4984 * gdbtypes.c (gdbtypes_post_init): Update.
4985 * c-lang.c (arch_info): New function.
4986 (enum c_primitive_types): New enum.
4987 (c_language_defn): Instead of string_char_type and
4988 primitive_type_vector set la_language_arch_info.
4989
4990 2004-07-28 Andrew Cagney <cagney@gnu.org>
4991
4992 * language.h (struct language_arch_info): Fix typo
4993 s/primative/primitive/.
4994 * gdbtypes.c (lookup_primitive_typename): Ditto.
4995 * language.c (language_lookup_primitive_type_by_name)
4996 (unknown_language_arch_info): Ditto.
4997
4998 2004-07-27 Andrew Cagney <cagney@gnu.org>
4999
5000 * defs.h (enum language): Add nr_languages.
5001 * language.h (struct language_arch_info): Define.
5002 (struct language_defn): Add la_language_arch_info.
5003 (language_lookup_primative_type_by_name): Declare.
5004 (language_string_char_type): Declare.
5005 * language.c (_initialize_language, language_gdbarch_post_init)
5006 (struct language_gdbarch, language_gdbarch_data): Implement
5007 per-architecture language information.
5008 (unknown_language_arch_info, language_string_char_type)
5009 (language_lookup_primative_type_by_name): New functions.
5010 (unknown_language_defn, auto_language_defn)
5011 (local_language_defn): Set la_language_arch_info to
5012 unknown_language_arch_info.
5013 (unknown_builtin_types): Delete.
5014 * gdbtypes.c (lookup_primitive_typename): Use
5015 language_lookup_primative_type_by_name.
5016 (create_string_type): Use language_string_char_type.
5017 * values.c (value_from_string): Use language_string_char_type.
5018 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
5019 * p-lang.c (pascal_language_defn): Ditto.
5020 * m2-lang.c (m2_language_defn): Ditto.
5021 * jv-lang.c (java_language_defn): Ditto.
5022 * objc-lang.c (objc_language_defn): Ditto.
5023 * f-lang.c (f_language_defn): Ditto.
5024 * c-lang.c (c_language_defn, cplus_language_defn)
5025 (asm_language_defn, minimal_language_defn): Ditto.
5026
5027 2004-07-27 Andrew Cagney <cagney@gnu.org>
5028
5029 * gdbtypes.h (struct builtin_type): Declare.
5030 (builtin_type): Declare.
5031 * d10v-tdep.c (d10v_register_type): Use builtin_type.
5032 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
5033 (gdbtypes_post_init): New function.
5034 (builtin_type): New function.
5035
5036 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
5037
5038 * remote-m32r-sdi.c: Fix breakpoint bug.
5039 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
5040 recv_char_data, recv_long_data): New functions to replace communication
5041 sequences.
5042
5043 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
5044
5045 Document PR threads/1650.
5046 * PROBLEMS (Threads): Document problem with many threads
5047
5048 2004-07-26 Andrew Cagney <cagney@gnu.org>
5049
5050 * gdb-mi.el: Move from here ...
5051 * mi/gdb-mi.el: ... to here.
5052
5053 2004-07-26 Andrew Cagney <cagney@gnu.org>
5054
5055 Problem reported by Ashley Pittman <ashley@quadrics.com>.
5056 * main.c (captured_main): When in batch mode always detach.
5057
5058 2004-07-26 Andrew Cagney <cagney@gnu.org>
5059
5060 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
5061 and h8300 as broken.
5062 * NEWS: END-OF-LIFE frame compatibility module.
5063 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
5064 specific comments.
5065
5066 2004-07-26 Andrew Cagney <cagney@gnu.org>
5067
5068 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
5069 * xcoffsolib.c (_initialize_xcoffsolib): Update.
5070 * wince.c (_initialize_wince): Update.
5071 * win32-nat.c (_initialize_win32_nat): Update.
5072 * varobj.c (_initialize_varobj): Update.
5073 * valops.c (_initialize_valops): Update.
5074 * utils.c (initialize_utils, initialize_utils): Update.
5075 * tui/tui-win.c (_initialize_tui_win): Update.
5076 * top.c (init_main): Update.
5077 * symfile.c (_initialize_symfile): Update.
5078 * source.c (_initialize_source): Update.
5079 * somsolib.c (_initialize_som_solib): Update.
5080 * solib.c (_initialize_solib): Update.
5081 * solib-frv.c (_initialize_frv_solib): Update.
5082 * serial.c (_initialize_serial): Update.
5083 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
5084 * remote.c (_initialize_remote, _initialize_remote): Update.
5085 * remote-vx.c (_initialize_vx): Update.
5086 * remote-utils.c (_initialize_sr_support): Update.
5087 * remote-sds.c (_initialize_remote_sds): Update.
5088 * remote-mips.c (_initialize_remote_mips): Update.
5089 * remote-e7000.c (_initialize_remote_e7000): Update.
5090 * proc-api.c (_initialize_proc_api): Update.
5091 * printcmd.c: Update.
5092 * parse.c (_initialize_parse): Update.
5093 * pa64solib.c (_initialize_pa64_solib): Update.
5094 * p-valprint.c (_initialize_pascal_valprint): Update.
5095 * monitor.c (_initialize_remote_monitors): Update.
5096 * mips-tdep.c (_initialize_mips_tdep): Update.
5097 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5098 * maint.c (_initialize_maint_cmds): Update.
5099 * lin-lwp.c (_initialize_lin_lwp): Update.
5100 * language.c (_initialize_language): Update.
5101 * kod.c (_initialize_kod): Update.
5102 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
5103 * i386-tdep.c (_initialize_i386_tdep): Update.
5104 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
5105 * gdbarch.sh: Update.
5106 * gdbarch.c: Re-generate.
5107 * gdb-events.sh: Update.
5108 * gdb-events.c: Re-generate.
5109 * frame.c (_initialize_frame): Update.
5110 * exec.c: Update.
5111 * demangle.c (_initialize_demangler): Update.
5112 * dcache.c (_initialize_dcache): Update.
5113 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
5114 * cp-valprint.c (_initialize_cp_valprint): Update.
5115 * corefile.c (_initialize_core): Update.
5116 * command.h: Update.
5117 * cli/cli-decode.h: Update.
5118 * cli/cli-cmds.c (init_cli_cmds): Update.
5119 * charset.c (_initialize_charset): Update.
5120 * breakpoint.c (_initialize_breakpoint): Update.
5121 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
5122 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5123 * aix-thread.c (_initialize_aix_thread): Update.
5124
5125 2004-07-24 Mark Kettenis <kettenis@gnu.org>
5126
5127 Partial fix for PR backtrace/1718.
5128 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
5129 that GCC migrates into the prolugue. Don't handle any
5130 instructions that clobber %ebx.
5131
5132 2004-07-23 Andrew Cagney <cagney@gnu.org>
5133
5134 Use regcache_raw_collect instead of regcache_collect.
5135 * regcache.h (regcache_collect): Delete declaration.
5136 * regcache.c (regcache_colect): Delete function.
5137 * win32-nat.c (do_child_store_inferior_registers): Update.
5138 * sol-thread.c (sol_thread_store_registers): Update.
5139 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
5140 * rs6000-nat.c (store_register): Update.
5141 * remote.c (store_register_using_P, remote_store_registers): Update.
5142 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
5143 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
5144 (fill_vrregset, store_spe_registers, fill_gregset)
5145 (fill_gregset): Update.
5146 * nto-procfs.c (procfs_store_registers): Update.
5147 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
5148 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
5149 * m68klinux-nat.c (store_register, fill_gregset): Update.
5150 * m68k-tdep.c (fill_gregset): Update.
5151 * infptrace.c (store_register): Update.
5152 * i386-nto-tdep.c (i386nto_regset_fill): Update.
5153 * i386-linux-nat.c (store_register, fill_gregset): Update.
5154 * hppa-linux-nat.c (fill_gregset): Update.
5155 * go32-nat.c (store_register): Update.
5156 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
5157 (store_fp_regs): Update.
5158 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
5159 (store_nwfpe_extended, store_fpregister, store_fpregs)
5160 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
5161 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
5162 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
5163 (store_regs_user_thread, store_regs_kernel_thread): Update.
5164
5165 2004-07-24 Mark Kettenis <kettenis@gnu.org>
5166
5167 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
5168 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
5169 encoding.
5170 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
5171 member of `struct comp_unit'.
5172
5173 2004-07-23 Andrew Cagney <cagney@gnu.org>
5174
5175 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
5176 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
5177
5178 2004-07-23 Martin Hunt <hunt@redhat.com>
5179 Kevin Buettner <kevinb@redhat.com>
5180
5181 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
5182 alignment was being added to the offset instead of multiplied.
5183
5184 2004-07-23 Mark Kettenis <kettenis@gnu.org>
5185
5186 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
5187 changed signal trampoline in OpenBSD 3.5-current.
5188
5189 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
5190 <machine/pcb.h> and "bsd-kvm.h".
5191 (sparc64nbsd_supply_pcb): New function.
5192 (_initialize_sparc64nbsd_nat): Renamed from
5193 _initialize_sparcnbsd_nat. Enable libkvm interface.
5194 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
5195 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
5196 (LOADLIBES): New variable.
5197
5198 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
5199
5200 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
5201
5202 2004-07-21 Andrew Cagney <cagney@gnu.org>
5203
5204 Use regcache_raw_supply instead of supply_register.
5205 * regcache.h (supply_register): Delete declaration.
5206 * regcache.c (supply_register): Delete function.
5207 * wince.c (do_child_fetch_inferior_registers): Update.
5208 * win32-nat.c (do_child_fetch_inferior_registers)
5209 (fetch_elf_core_registers): Update.
5210 * v850ice.c (v850ice_fetch_registers): Update.
5211 * thread-db.c (thread_db_store_registers): Update.
5212 * sol-thread.c (sol_thread_store_registers): Update.
5213 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
5214 * rs6000-nat.c (fetch_register): Update.
5215 * rom68k-rom.c (rom68k_supply_one_register): Update.
5216 * remote.c (remote_wait, remote_async_wait): Update.
5217 * remote-st.c (get_hex_regs): Update.
5218 * remote-sim.c (gdbsim_fetch_register): Update.
5219 * remote-sds.c (sds_fetch_registers): Update.
5220 * remote-rdp.c (remote_rdp_fetch_register): Update.
5221 * remote-rdi.c (arm_rdi_fetch_registers): Update.
5222 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
5223 * remote-m32r-sdi.c (m32r_fetch_register): Update.
5224 * remote-hms.c (init_hms_cmds): Update.
5225 * remote-est.c (init_est_cmds): Update.
5226 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
5227 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
5228 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
5229 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
5230 (fetch_register, supply_vrregset, supply_vrregset)
5231 (fetch_spe_registers): Update.
5232 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
5233 * monitor.c (monitor_supply_register): Update.
5234 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
5235 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
5236 (mipsnbsd_supply_fpreg): Update.
5237 * mips-nat.c (fetch_inferior_registers)
5238 (fetch_core_registers): Update.
5239 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
5240 (supply_fpregset, mips64_supply_gregset)
5241 (mips64_supply_fpregset): Update.
5242 * m68klinux-nat.c (fetch_register, supply_gregset)
5243 (supply_fpregset): Update.
5244 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
5245 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
5246 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
5247 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
5248 * infptrace.c (fetch_register): Update.
5249 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
5250 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
5251 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
5252 (gnu_fetch_registers, gnu_store_registers): Update.
5253 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
5254 * i386-linux-nat.c (fetch_register, supply_gregset)
5255 (dummy_sse_values): Update.
5256 * hpux-thread.c (hpux_thread_fetch_registers): Update.
5257 * hppah-nat.c (fetch_register): Update.
5258 * hppa-linux-nat.c (fetch_register, supply_gregset)
5259 (supply_fpregset): Update.
5260 * go32-nat.c (fetch_register): Update.
5261 * dve3900-rom.c (fetch_bitmapped_register)
5262 (_initialize_r3900_rom): Update.
5263 * cris-tdep.c (supply_gregset): Update.
5264 * abug-rom.c (init_abug_cmds): Update.
5265 * core-aout.c (fetch_core_registers): Update.
5266 * armnbsd-nat.c (supply_gregset, supply_fparegset)
5267 (fetch_register, fetch_fp_register): Update.
5268 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
5269 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
5270 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
5271 * alphanbsd-tdep.c (fetch_core_registers): Update.
5272 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
5273 * alpha-nat.c (fetch_osf_core_registers)
5274 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
5275 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
5276 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
5277
5278 2004-07-21 Andrew Cagney <cagney@gnu.org>
5279
5280 * PROBLEMS: Mention breakpoints/1702.
5281 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
5282 that is known to work.
5283
5284 2004-07-21 Andrew Cagney <cagney@gnu.org>
5285
5286 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
5287 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
5288 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
5289 (handle_inferior_event): Wrap call to deprecated
5290 IGNORE_HELPER_CALL in #ifdef.
5291 * config/mips/tm-nbsd.h: Update.
5292
5293 2004-07-20 Jim Blandy <jimb@redhat.com>
5294
5295 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
5296 bfd_mach_ppc has no segment registers.
5297
5298 Include PowerPC SPR numbers for special-purpose registers.
5299 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
5300 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
5301 new member in initializer.
5302 (S, S4, SN4, S64): New macros for defining special-purpose
5303 registers.
5304 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
5305 registers_403, registers_403GC, registers_505, registers_860,
5306 registers_601, registers_602, registers_603, registers_604,
5307 registers_750, registers_e500): Use them.
5308
5309 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
5310 replace references with expression used to initialize variable.
5311
5312 2004-07-20 Andrew Cagney <cagney@gnu.org>
5313
5314 * breakpoint.c (deprecated_read_memory_nobpt): Rename
5315 read_memory_nobpt.
5316 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
5317 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
5318 (s390_sigtramp_frame_sniffer): Update.
5319 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
5320 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
5321 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
5322 (mips32_fetch_instruction): Update.
5323 * mcore-tdep.c (get_insn): Update.
5324 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
5325 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
5326 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
5327 * i386-linux-tdep.c (i386_linux_sigtramp_start)
5328 (i386_linux_rt_sigtramp_start): Update.
5329 * i386-linux-nat.c (child_resume): Update.
5330 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
5331 * hppa-linux-tdep.c (insns_match_pattern): Update.
5332 * gdbcore.h: Update.
5333 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
5334 * frame.c (safe_frame_unwind_memory): Update.
5335 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
5336 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
5337 * alpha-tdep.c (alpha_read_insn): Update.
5338
5339 2004-07-20 Andrew Cagney <cagney@gnu.org>
5340
5341 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
5342 containing both bytes and mask. Add "frame_type".
5343 * tramp-frame.c (tramp_frame_start): Update.
5344 (tramp_frame_prepend_unwinder): Update.
5345 * mips-linux-tdep.c (mips_linux_o32_sigframe)
5346 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
5347 (mips_linux_n64_rt_sigframe): Update. Make "static const".
5348 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
5349
5350 2004-07-19 Eli Zaretskii <eliz@gnu.org>
5351
5352 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
5353 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
5354 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
5355 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
5356
5357 2004-07-17 Andrew Cagney <cagney@gnu.org>
5358
5359 * NEWS, PROBLEMS: Update for 6.2.
5360
5361 * README: Update to 6.2.
5362
5363 * utils.c (xvasprintf): Call xstrvprintf.
5364
5365 * parse.c: Update copyright.
5366 (null_post_parser): Eliminate ARGSUSED.
5367
5368 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
5369 * tui/tui-win.c (tui_get_cmd_list): Ditto.
5370 * symfile-mem.c (_initialize_symfile_mem): Ditto.
5371
5372 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
5373 * ppc-linux-nat.c: Use "Linux kernel".
5374 * hppa-linux-tdep.c: Use GNU/Linux.
5375 * hppa-linux-nat.c: Use GNU/Linux.
5376 * dwarfread.c: Add [sic] to use of Linux.
5377
5378 * hppa-linux-nat.c: Do not include <string.h>.
5379 (supply_fpregset): Remove "register" attribute.
5380
5381 * solib-frv.c (fetch_loadmap): Use xfree, not free.
5382
5383 2004-07-17 Mark Kettenis <kettenis@gnu.org>
5384
5385 * configure.in: Define _MSE_INT_H on Solaris 9 too.
5386 * configure, config.in: Regenerated.
5387
5388 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5389 "bsd-kvm.h".
5390 (vaxbsd_supply_pcb): New function.
5391 (_initialize_vaxbsd_nat): New prototype and function.
5392 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
5393 solib-sunos.o.
5394 (LOADLIBES): New variable.
5395 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5396 (LOADLIBES): New variable.
5397 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5398 (LOADLIBES): New variable.
5399 * Makefile.in (vaxbsd-nat.o): Update dependencies.
5400
5401 2004-07-16 Andrew Cagney <cagney@gnu.org>
5402
5403 * defs.h (event_loop_p): Replace variable declaration with macro,
5404 always 1.
5405 * main.c (captured_main): Delete options "-async" and "-noasync".
5406 (event_loop_p): Delete variable.
5407 * NEWS: Mention that "-async" and "-noasync" were removed.
5408
5409 2004-07-16 Andrew Cagney <cagney@gnu.org>
5410
5411 * remote-m32r-sdi.c: Re-indent.
5412
5413 2004-07-16 Jim Blandy <jimb@redhat.com>
5414
5415 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
5416 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
5417 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
5418 missing MPC823 SPRs.
5419 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
5420 incorrect. (This was corrected in GDB's register name tables on
5421 2004-07-14.)
5422
5423 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
5424 should be "esasrr" ("ESA Save and Restore Register").
5425
5426 2004-07-16 Andrew Cagney <cagney@gnu.org>
5427
5428 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
5429 calls, no longer applicable. Update comments and rename parameter
5430 "step_frame" to "return_frame".
5431
5432 2004-07-16 Andrew Cagney <cagney@gnu.org>
5433
5434 * frame.c (fprint_field): New function.
5435 (fprint_frame_id): Use fprint_field.
5436
5437 2004-07-15 Joel Brobecker <brobecker@gnat.com>
5438
5439 * ada-lang.c (ada_language_defn): Remove commented out code.
5440
5441 2004-07-15 Jim Blandy <jimb@redhat.com>
5442
5443 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
5444 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
5445
5446 2004-07-14 Jim Blandy <jimb@redhat.com>
5447
5448 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
5449
5450 * ppc-tdep.h (ppc_num_vrs): New enum constant.
5451
5452 * ppc-tdep.h (ppc_num_srs): New enum constant.
5453
5454 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
5455 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
5456 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
5457 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
5458 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
5459 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
5460 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
5461 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
5462 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
5463 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
5464 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
5465 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
5466 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
5467 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
5468 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
5469 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
5470 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
5471 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
5472 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
5473 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
5474 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
5475 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
5476 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
5477 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
5478 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
5479 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
5480 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
5481 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
5482 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
5483 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
5484 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
5485 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
5486 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
5487 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
5488 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
5489 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
5490 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
5491 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
5492 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
5493 special-purpose register numbers.
5494
5495 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
5496 manual mentions 'md_twb', but many mention 'm_twb', and at that
5497 point in the register list.)
5498
5499 2004-07-14 Andrew Cagney <cagney@gnu.org>
5500
5501 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
5502 instead of "internal-error".
5503
5504 2004-07-10 Joel Brobecker <brobecker@gnat.com>
5505
5506 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
5507 that was inserted inside a comment.
5508
5509 2004-07-10 Randolph Chung <tausq@debian.org>
5510
5511 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
5512 function.
5513 (hppa_hpux_push_dummy_code): New function.
5514 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
5515 Set find_global_pointer method.
5516
5517 2004-07-10 Mark Kettenis <kettenis@gnu.org>
5518
5519 * NEWS: Mention BSD libkvm interface.
5520
5521 2004-07-10 Michael Snyder <msnyder@redhat.com>
5522
5523 * symfile.c (generic_load): Comment typo.
5524 * stack.c (get_selected_block): Ditto.
5525 * regcache.c (regcache_cooked_read): Ditto.
5526 * monitor.c (monitor_debug): Ditto.
5527 * mips-tdep.c (mips_read_pc): Ditto.
5528 * i386-linux-nat.c (ps_get_thread_area): Ditto.
5529 * gdb_mbuild.sh: Ditto.
5530 * gdbarch.sh: Ditto.
5531 * gdbarch.h: Ditto.
5532
5533 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
5534
5535 * ada-tasks.c: Remove file.
5536
5537 Remove ARI problems:
5538
5539 * ada-exp.y (write_var_from_sym): Reformat to put operator at
5540 beginning of line.
5541
5542 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
5543 Add comment.
5544 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
5545 (MIN_OF_SIZE): Rename min_of_size. Add comment.
5546 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
5547 (UMIN_OF_SIZE): Remove.
5548 (max_of_type): New function to replace orphan macro in gdbtypes.h
5549 (min_of_type): Ditto.
5550 (discrete_type_high_bound): Use max_of_type.
5551 (discrete_type_low_bound): Use min_of_type.
5552 (possible_user_operator_p): Move operator to beginning of line.
5553 (ada_is_variant_part): Ditto.
5554 (ensure_lval): Rewrite to avoid deprecated operations.
5555 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
5556 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
5557 (ada_enum_name): Remove assignments in 'if' statements.
5558 (build_ada_types): Add gdbarch parameter.
5559 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
5560 with gdbarch_data_register_post_init.
5561 Use add_setshow_uinteger_cmd rather than add_set_cmd and
5562 add_show_from_set.
5563
5564 * ada-valprint.c (inspect_it): Remove declaration.
5565 (repeat_count_threshold): Remove declaration.
5566 (ada_print_floating): Remove assignments in 'if' statements.
5567 (print_str): Move operator to beginning of line.
5568
5569 2004-07-08 Jim Blandy <jimb@redhat.com>
5570
5571 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
5572
5573 2004-07-08 Bob Rossi <bob@brasko.net>
5574
5575 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
5576
5577 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
5578
5579 * language.h (struct_language_defn): Add new function pointer:
5580 la_class_name_from_physname. Also add new prototype for
5581 language_class_name_from_physname.
5582 * language.c (language_class_name_from_physname): New function.
5583 (unk_lang_class_name): Ditto.
5584 (unknown_language_defn, auto_language_defn): Change
5585 to add unk_lang_class_name function pointer for
5586 la_class_name_from_physname.
5587 (local_language_defn): Ditto.
5588 * dwarf2read.c (guess_structure_name): Change to call
5589 language_class_name_from_physname.
5590 (determine_class_name): Ditto.
5591 * cp-support.c (class_name_from_physname): Renamed.
5592 (cp_class_name_from_physname): New name of function.
5593 * cp-support.h: Ditto.
5594 * c-lang.c (c_language_defn): Change to add NULL
5595 for class_name_from_physname function pointer.
5596 (cplus_language_defn): Change to add cp_class_name_from_physname.
5597 * jv-lang.c (java_class_name_physname): New function.
5598 (java_find_last_component): New static routine.
5599 (java_language_defn): Add java_class_name_from_physname pointer.
5600 * ada-lang.c (ada_language_defn): Change to add NULL
5601 for class_name_from_physname function pointer.
5602 * f-lang.c (f_language_defn): Ditto.
5603 * m2-lang.c (m2_language_defn): Ditto.
5604 * objc-lang.c (objc_language_defn): Ditto.
5605 * p-lang.c (pascal_language_defn): Ditto.
5606 * scm-lang.c (scm_language_defn): Ditto.
5607
5608 2004-07-06 Andrew Cagney <cagney@gnu.org>
5609
5610 Patch from Bart Robinson.
5611 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
5612 (O_LARGEFILE): Define to 0, if not defined.
5613
5614 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5615
5616 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
5617 <machine/pcb.h> and "bsd-kvm.h".
5618 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
5619 (m68kbsd_supply_pcb): New function.
5620 (_initialize_m68kbsd_nat): New prototype and function.
5621 * Makefile.in (m68kbsd-nat.o): Update dependencies.
5622 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5623 (LOADLIBES): New variable.
5624 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5625 (LOADLIBES): New variable.
5626
5627 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
5628
5629 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5630
5631 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
5632 <sys/proc.h>.
5633 (bsd_kvm_cmdlist): New variable.
5634 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
5635 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
5636 command and "kvm proc" command.
5637 * Makefile.in (bsd-kvm.o): Update dependencies.
5638
5639 2004-07-02 Mark Kettenis <kettenis@gnu.org>
5640
5641 * osabi.c: Update copyright year.
5642 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
5643 notes if EI_OSABI is set to ELFOSABI_HPUX.
5644
5645 2004-07-01 Michael Snyder <msnyder@redhat.com>
5646
5647 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
5648 that seems to have gotten whacked out of line.
5649
5650 2004-07-01 Mark Kettenis <kettenis@gnu.org>
5651
5652 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
5653 code.
5654
5655 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5656
5657 * ada-lang.c (decode_packed_array): Minor change to comment.
5658 (ada_value_slice_ptr): New function.
5659 (ada_value_slice): New function.
5660 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
5661 test. Don't know why it is there.
5662 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
5663 to avoid dereferencing huge arrays from which one is slicing.
5664 (empty_array): Correct to return an array rather than
5665 a subrange value.
5666 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
5667 on empty arrays (let'em use 'FIRST instead).
5668
5669 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5670
5671 Address complaints from gdb_ari.sh:
5672
5673 * ada-exp.y: Include gdb_string.h rather than string.h.
5674 (convert_char_literal): Reformat declaration.
5675 * ada-lang.h: Include opaque struct declaration for struct frame_info.
5676 * ada-lex.l: Change use of free to xfree (the macro would do so
5677 anyway, but this is harmless).
5678 Include gdb_string.h rather than string.h.
5679 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
5680
5681 * ada-lang.c (parse): Remove K&Rism in parameter list.
5682 (is_name_suffix): Correct Linux => GNU/Linux in comment.
5683
5684 2004-06-30 Mark Kettenis <kettenis@gnu.org>
5685
5686 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
5687 dead code.
5688
5689 2004-06-30 Mark Kettenis <kettenis@gnu.org>
5690
5691 * alphabsd-nat.c: Update copyright year.
5692 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
5693
5694 2004-06-29 Joel Brobecker <brobecker@gnat.com>
5695
5696 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
5697 (i386_cygwin_in_solib_call_trampoline): New function.
5698 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
5699 and skip_trampoline_code gdbarch methods.
5700
5701 2004-06-29 Jim Blandy <jimb@redhat.com>
5702
5703 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
5704 name actually used in the dependency lists.
5705
5706 2004-06-29 Randolph Chung <tausq@debian.org>
5707
5708 * NEWS (New native configurations): Mention GNU/Linux/hppa.
5709
5710 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
5711
5712 * win32-nat.c (child_pid_to_exec_file): New function.
5713 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
5714 functionality.
5715
5716 2004-06-28 Andrew Cagney <cagney@gnu.org>
5717
5718 * defs.h (xstrvprintf): Declare.
5719 * utils.c (xstrvprintf): New function.
5720 (internal_vproblem, xstrprintf, xasprintf)
5721 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
5722 * serial.c (serial_printf): Ditto.
5723 * complaints.c (vcomplaint): Ditto.
5724
5725 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
5726
5727 * infcmd.c (attach_command): Move call to target_terminal_inferior
5728 behind loading symbol table.
5729
5730 2004-06-28 Andrew Cagney <cagney@gnu.org>
5731
5732 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
5733 change - add back extern deprecated_ui_loop_hook declaration.
5734
5735 2004-06-28 Andrew Cagney <cagney@gnu.org>
5736
5737 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
5738 xstrprintf.
5739 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
5740 (c_value_of_variable): Ditto.
5741 * utils.c (internal_vproblem): Ditto.
5742 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
5743 * remote.c (add_packet_config_cmd): Ditto.
5744 * remote-rdp.c (rdp_set_command_line): Ditto.
5745 * regcache.c (regcache_dump): Ditto.
5746 * frv-tdep.c (new_variant, new_variant): Ditto.
5747 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
5748 (fbsd_find_memory_regions): Ditto.
5749 * breakpoint.c (create_thread_event_breakpoint)
5750 (create_breakpoints): Ditto.
5751 * aix-thread.c (aix_thread_pid_to_str): Ditto.
5752 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
5753
5754 2004-06-28 Joel Brobecker <brobecker@gnat.com>
5755
5756 * ada-lang.c: Re-indent file, with some massaging to help indent
5757 a bit when the result is otherwise really too ugly.
5758
5759 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5760
5761 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
5762 code_addr_p and special_addr_p to 'unsigned int'.
5763
5764 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5765
5766 * i386v4-nat.c: Update copyright year and tweak comment.
5767 (regmap): Remove trailing comma.
5768 (supply_gregset): Rename local variable i to regnum. Call
5769 regcache_raw_supply instead of supply_register.
5770 (fill_gregset): Rename argument regno to regnum. Call
5771 regcache_raw_collect instead of regcache_collect.
5772
5773 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5774
5775 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5776 and special_addr_p.
5777 (frame_id_build, frame_id_build_special): Update comments.
5778 (frame_id_build_wild): New prototype.
5779 * frame.c (frame_id_build, frame_id_build_special): Fill in new
5780 struct frame_id fields.
5781 (frame_id_build_wild): New function.
5782 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5783
5784 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5785
5786 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5787 hppabsd-tdep.c.
5788
5789 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5790
5791 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5792
5793 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5794
5795 * ada-lang.c: Re-indent file.
5796
5797 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5798
5799 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5800 (no_symtab_msg): Likewise.
5801
5802 2004-06-27 Andreas Schwab <schwab@suse.de>
5803
5804 * source.c: Fix whitespace.
5805
5806 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5807
5808 * configure.in: Include <sys/param.h> for td_pcb test.
5809 * configure: Regenerated.
5810
5811 * i386nbsd-nat.c: New file.
5812 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5813 i386obsd-nat.c and i386obsd-tdep.c.
5814 (i386nbsd-nat.o): New dependency.
5815 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5816 bsd-kvm.o.
5817 (LOADLIBES): New variable.
5818 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5819 bsd-kvm.o.
5820 (LOADLIBES): New variable.
5821
5822 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5823 (LOADLIBES): New variable.
5824
5825 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5826 fetching from BSD_KVM_PADDR. Correctly lookup address for
5827 "_thread0".
5828
5829 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5830 "bsd-kvm.h".
5831 (amd64fbsd_supply_pcb): New funcion.
5832 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5833
5834 2004-06-27 <david@streamline-computing.com>
5835
5836 Partial fix for PR cli/1056.
5837 * valarith.c: Check for zero in division and remainder
5838 evaluation.
5839
5840 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5841
5842 * i387-tdep.c: Remove excessive whitespace.
5843
5844 2004-06-26 Andrew Cagney <cagney@gnu.org>
5845
5846 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5847 * gdb-events.h, gdb-events.c: Re-generate.
5848 * tui/tui-hooks.c (tui_install_hooks): Update.
5849 (tui_remove_hooks): Update.
5850 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5851
5852 2004-06-26 Mark Kettenis <kettenis@gnu.org>
5853
5854 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5855 (gregset_t, fpregset_t): Remove typedefs.
5856 (REG_OFFSET): Rename argument.
5857 (amd64bsd_r_reg_offset): Rename from reg_offset.
5858 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5859 Remove functions.
5860 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5861 of reg_offset.
5862 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5863
5864 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5865
5866 * vax-tdep.c: Tweak comment.
5867
5868 Add OpenBSD/hppa support.
5869 * NEWS (New native configurations): Mention OpenBSD/hppa.
5870 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5871 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5872 files.
5873 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5874 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5875 * configure.host: Add hppa*-*-openbsd*.
5876 * configure.tgt: Add hppa*-*-openbsd*.
5877
5878 2004-06-25 Andrew Cagney <cagney@gnu.org>
5879
5880 * defs.h (deprecated_ui_loop_hook): Deprecated.
5881 * wince.c (child_wait): Update.
5882 * win32-nat.c (child_wait): Update.
5883 * v850ice.c (v850ice_wait): Update.
5884 * top.c (deprecated_ui_loop_hook): Update.
5885 * serial.h: Update.
5886 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
5887 (do_unix_readchar): Update.
5888 * ser-tcp.c (net_open): Update.
5889 * remote-sim.c (gdb_os_poll_quit): Update.
5890 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5891
5892 2004-06-24 Andrew Cagney <cagney@gnu.org>
5893
5894 * defs.h (deprecated_pre_add_symbol_hook)
5895 (deprecated_post_add_symbol_hook): Deprecated.
5896 * symfile.c (symbol_file_add_with_addrs_or_offsets)
5897 (symbol_file_add_with_addrs_or_offsets): Update references.
5898
5899 2004-06-24 Andrew Cagney <cagney@gnu.org>
5900
5901 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5902 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5903 * wince.c (ui_loop_hook): Delete extern declaration.
5904 * win32-nat.c (ui_loop_hook): Delete extern declaration..
5905 * v850ice.c (ui_loop_hook): Delete extern declaration..
5906 * ser-unix.c (ui_loop_hook): Delete extern declaration..
5907 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5908 * remote-sim.c (ui_loop_hook): Delete extern declaration..
5909 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5910 ui_loop_hook declaration.
5911
5912 2004-06-24 Andrew Cagney <cagney@gnu.org>
5913
5914 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5915 entry_func_highpc fields.
5916 * objfiles.c (init_entry_point_info): Do not clear
5917 entry_func_lowpc and entry_func_highpc.
5918 (objfile_relocate): Do not relocate entry_func_lowpc and
5919 entry_func_highpc.
5920 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5921 entry_func_highpc.
5922 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5923 entry_func_highpc.
5924 * blockframe.c (legacy_frame_chain_valid): Replace tests against
5925 entry_func_lowpc and entry_func_highpc with call to
5926 inside_entry_func.
5927
5928 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5929
5930 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5931 quad-precision floating point arguments in registers.
5932
5933 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5934
5935 From Michael Mueller <m.mueller99@kay-mueller.de>:
5936 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5937 account.
5938
5939 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
5940
5941 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5942 to -1.
5943 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5944 untriggered watchpoints to a separate if clause. Update function
5945 comment regarding STOPPED_BY_WATCHPOINT argument.
5946
5947 2004-06-22 Jim Blandy <jimb@redhat.com>
5948
5949 * gdbarch.sh: Doc fix.
5950
5951 2004-06-21 Martin Hunt <hunt@redhat.com>
5952 Kevin Buettner <kevinb@redhat.com>
5953
5954 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5955 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5956 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5957 to set_gdbarch_sp_regnum(). Use cooked register number.
5958 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5959
5960 2004-06-21 Andrew Cagney <cagney@gnu.org>
5961
5962 * gdbarch.sh: When the macro field is empty, do not generate a
5963 macro definition. When the macro field is "=", generate the macro
5964 name from the upper-case function name.
5965 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5966 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5967 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5968 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5969 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5970 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5971 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5972 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5973 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5974 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5975 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5976 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5977 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
5978 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
5979 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5980 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
5981 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
5982 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
5983 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
5984 (DEPRECATED_USE_STRUCT_CONVENTION)
5985 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5986 (DEPRECATED_FRAME_INIT_SAVED_REGS)
5987 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
5988 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
5989 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5990 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
5991 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
5992 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
5993 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
5994 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
5995 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
5996 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
5997 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
5998 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
5999 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
6000 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
6001 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
6002 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
6003
6004 2004-06-21 Andrew Cagney <cagney@gnu.org>
6005
6006 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
6007 macro name, and the function rather than macro value. Only wrap
6008 macro print statements in #ifdef. Move format logic to where it
6009 is needed.
6010 * gdbarch.c: Re-generate.
6011
6012 * gdbarch.sh (read): Delete "print_p" and "description", add
6013 "garbage_at_eol". Check for non-empty garbage at end-of-line.
6014 Delete references to print_p.
6015 (TARGET_ARCHITECTURE): Delete print predicate.
6016 * gdbarch.c: Re-generate.
6017
6018 * gdbarch.sh: Check that multi-arch methods do not provide a
6019 macro.
6020 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
6021 (print_registers_info, print_float_info, print_vector_info)
6022 (adjust_breakpoint_address, remote_translate_xfer_address)
6023 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
6024 (address_class_type_flags_to_name, unwind_sp): Remove the macro
6025 name from the multi-arch definition.
6026
6027 2004-06-20 Andrew Cagney <cagney@gnu.org>
6028
6029 * gdbarch.sh: Sort by the function, instead of macro name.
6030 * gdbarch.c: Re-generate.
6031
6032 2004-06-20 Andrew Cagney <cagney@gnu.org>
6033
6034 * gdbarch.sh: Use the function, instead of macro name in
6035 errors and the log file.
6036 (return_value): Remove stray ":" in spec.
6037
6038 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
6039 * gdbarch.h, gdbarch.c: Re-generate.
6040 * Makefile.in (arch-utils.o): Update dependencies.
6041 * values.c (using_struct_return): Move code calling
6042 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
6043 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
6044 to legacy_return_value, simplify.
6045 * infcmd.c (print_return_value): Move code calling
6046 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
6047 to legacy_return_value, simplify.
6048 * infcall.c (call_function_by_hand): Move code calling
6049 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
6050 * arch-utils.c: Update copyright. Include "gdbcore.h".
6051 (legacy_return_value): New function.
6052 * arch-utils.h: Update copyright.
6053 (legacy_return_value): Declare.
6054
6055 2004-06-20 Andrew Cagney <cagney@gnu.org>
6056
6057 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
6058 * gdbarch.h, gdbarch.c: Re-generate.
6059 * values.c (using_struct_return): Update call.
6060 * mcore-tdep.c: Update comment.
6061 * infcall.c (call_function_by_hand): Update comment.
6062 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6063 * arch-utils.h (always_use_struct_convention): Update.
6064 * v850-tdep.c (v850_gdbarch_init): Update.
6065 * sh64-tdep.c (sh64_gdbarch_init): Update.
6066 * sh-tdep.c (sh_gdbarch_init): Update.
6067 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6068 * mips-tdep.c (mips_gdbarch_init): Update.
6069 * mcore-tdep.c (mcore_gdbarch_init): Update.
6070 * m32r-tdep.c (m32r_gdbarch_init): Update.
6071 * ia64-tdep.c (ia64_gdbarch_init): Update.
6072 * h8300-tdep.c (h8300_gdbarch_init): Update.
6073 * frv-tdep.c (frv_gdbarch_init): Update.
6074 * cris-tdep.c (cris_gdbarch_init): Update.
6075 * arm-tdep.c (arm_gdbarch_init): Update.
6076 * alpha-tdep.c (alpha_gdbarch_init): Update.
6077
6078 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
6079
6080 * PROBLEMS: Add more specific information, and a work-around,
6081 for PR gdb/1458.
6082
6083 2004-06-18 Andrew Cagney <cagney@gnu.org>
6084
6085 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
6086 * gdbarch.h, gdbarch.c: Re-generate.
6087 * ada-lang.c (ada_finish_decode_line_1): Update.
6088 * infrun.c (handle_inferior_event): Update.
6089 * infcall.c (find_function_addr): Update.
6090 * linespec.c (minsym_found): Update.
6091 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
6092 Update.
6093 * blockframe.c (legacy_frameless_look_for_prologue): Update.
6094 * cli/cli-cmds.c (disassemble_command): Update.
6095 * vax-tdep.c (vax_gdbarch_init): Update.
6096
6097 2004-06-18 Mark Kettenis <kettenis@gnu.org>
6098
6099 * i386-tdep.c (i386_collect_fpregset): Fix comment.
6100
6101 2004-06-17 Andrew Cagney <cagney@gnu.org>
6102
6103 GDB 6.1.1 released from the GDB 6.1 branch.
6104 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
6105 * PROBLEMS: Ditto.
6106
6107 2004-06-16 Daniel Jacobowitz <dan@debian.org>
6108
6109 PR gdb/1658
6110 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
6111 operation as a uleb128. Found by Michael Coulter.
6112
6113 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
6114
6115 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
6116 make it non-static.
6117 * ada-lang.h (task_control_block): declaration moved from ada-task.c
6118 to ada-lang.h; this is needed to be able to implement the kill command
6119 in multi-task mode.
6120 (task_ptid): Ditto.
6121 (task_entry): Ditto.
6122 (task_list): Ditto.
6123 (ada_build_task_list): Ditto.
6124
6125 * ada-lang.c: Conditionalize routines and data structures related
6126 to breakpoints, exceptions, completion, and symbol caching on
6127 GNAT_GDB, since these are not yet used in the submitted public sources.
6128 (ada_main_name): Editorial: Move definition out of exception-related
6129 code.
6130
6131 2004-06-15 Andrew Cagney <cagney@gnu.org>
6132
6133 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
6134 deprecated_pc_in_call_dummy.
6135
6136 2004-06-15 Alan Modra <amodra@bigpond.net.au>
6137
6138 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
6139 bfd_get_section_size_before_reloc or _raw_size.
6140 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
6141 * dwarf2read.c (dwarf2_locate_sections): Likewise.
6142 (dwarf2_read_section): Likewise.
6143 * elfread.c (elf_locate_sections): Likewise.
6144 * gcore.c (derive_heap_segment): Likewise.
6145 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
6146 * remote-e7000.c (e7000_load): Likewise.
6147 * remote-m32r-sdi.c (m32r_load): Likewise.
6148 * remote-mips.c (mips_load_srec): Likewise.
6149 (pmon_load_fast): Likewise.
6150 * remote.c (compare_sections_command): Likewise.
6151 * symfile.c (add_section_size_callback): Likewise.
6152 (load_section_callback): Likewise.
6153 (pc_in_unmapped_range): Likewise.
6154 (pc_in_mapped_range): Likewise.
6155 (sections_overlap): Likewise.
6156 (list_overlays_command): Likewise.
6157 (simple_overlay_update_1): Likewise.
6158 (simple_overlay_update): Likewise.
6159 * tracepoint.c (remote_set_transparent_ranges): Likewise.
6160 * win32-nat.c (core_section_load_dll_symbols): Likewise.
6161
6162 2004-06-14 Randolph Chung <tausq@debian.org>
6163
6164 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
6165 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
6166 static.
6167 (hppa_hpux_inferior_created): New function.
6168 (hppa_hpux_init_abi): Register observer.
6169 * symfile.c (hp_cxx_exception_support_initialized)
6170 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
6171 (symbol_file_add_main_1, symbol_file_clear): Likewise.
6172
6173 2004-06-14 Randolph Chung <tausq@debian.org>
6174
6175 * MAINTAINERS (Write After Approval): Alphabetize my entry
6176 correctly.
6177
6178 2004-06-14 Andrew Cagney <cagney@gnu.org>
6179
6180 * MAINTAINERS (testsuite): List Michael Chastain as the lead
6181 testsuite maintainer.
6182
6183 2004-06-13 Andrew Cagney <cagney@gnu.org>
6184
6185 * infcmd.c (print_return_value): Fix logic, allow
6186 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
6187
6188 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
6189 defining any macros.
6190 * gdbarch.h: Re-generate.
6191
6192 * gdbarch.sh: Delete "level" attribute. Only check for a macro
6193 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
6194 * gdbarch.h: Re-generate.
6195
6196 * values.c (generic_use_struct_convention): Don't check gcc_p.
6197
6198 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6199 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
6200 * gdbarch.h, gdbarch.c: Regenerate.
6201 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
6202 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
6203 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6204 deprecated_max_register_raw_size and
6205 deprecated_max_register_virtual_size.
6206 * v850-tdep.c (v850_gdbarch_init): Ditto.
6207 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6208 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6209 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6210 * cris-tdep.c (cris_gdbarch_init): Ditto.
6211
6212 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
6213 * gdbarch.h, gdbarch.c: Re-generate.
6214 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
6215 (m68hc11_use_struct_convention): Delete function.
6216 (m68hc11_extract_struct_value_address): Delete function.
6217 (m68hc11_return_value): New function.
6218 (m68hc11_gdbarch_init): Instead of store_return_value,
6219 extract_return_value, return_value_on_stack,
6220 deprecated_extract_struct_value_address and use_struct_convention,
6221 set return_value.
6222 * values.c (using_struct_return): Do not call
6223 RETURN_VALUE_ON_STACK.
6224 * arch-utils.h (generic_return_value_on_stack_not): Delete
6225 declaration.
6226 * arch-utils.c (generic_return_value_on_stack_not): Delete
6227 function.
6228
6229 2004-06-12 Andrew Cagney <cagney@gnu.org>
6230
6231 * values.c (register_value_being_returned): Delete function.
6232 * infcmd.c (legacy_return_value): Delete function.
6233 * infcall.c (call_function_by_hand): Inline
6234 "register_value_being_returned", simplify.
6235 * values.c (using_struct_return): Update comment, refer to
6236 print_return_value instead of register_value_being_returned.
6237 * infcmd.c (print_return_value): Inline calls to
6238 register_value_being_returned and legacy_return_value. Simplify.
6239
6240 2004-06-11 Randolph Chung <tausq@debian.org>
6241
6242 * somread.c (som_symtab_read): Exclude gcc local symbols.
6243
6244 2004-06-11 Randolph Chung <tausq@debian.org>
6245
6246 * infrun.c (handle_inferior_event): Handle the case when a
6247 trampoline ends up in the runtime resolver, and if the trampoline
6248 has no name. Rearrange the code so that all the trampoline
6249 processing happens before other step-out-of-range handling.
6250
6251 2004-06-11 Martin Hunt <hunt@redhat.com>
6252
6253 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
6254 has no fpu.
6255
6256 2004-06-10 Andrew Cagney <cagney@gnu.org>
6257
6258 * blockframe.c (legacy_inside_entry_func): Delete.
6259 (legacy_frame_chain_valid): Inline call to
6260 legacy_inside_entry_func, simplify.
6261
6262 2004-06-10 Bob Rossi <bob@brasko.net>
6263
6264 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
6265 * dwarf2read.c (partial_die_info): Add dirname field.
6266 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
6267 (read_partial_die): Save away DW_AT_comp_dir.
6268 * defs.h (symtab_to_filename): Removed.
6269 * source.c (find_and_open_source): Added.
6270 (open_source_file): Just calls find_and_open_source.
6271 (symtab_to_filename): Removed.
6272 (symtab_to_fullname, psymtab_to_fullname): Added.
6273 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
6274 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
6275 symtab_to_filename.
6276 * symtab.h (partial_symtab): Add dirname field.
6277 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
6278 (mi_cmd_file_list_exec_source_file): Call new function
6279 symtab_to_fullname to find fullname.
6280 (mi_cmd_file_list_exec_source_files): Added.
6281 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
6282 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
6283
6284 2004-06-10 Andrew Cagney <cagney@gnu.org>
6285
6286 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
6287 to generic_use_struct_convention, the default value.
6288
6289 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
6290 of abort.
6291
6292 * ns32k-tdep.c (ns32k_push_arguments): New function.
6293 (ns32k_gdbarch_init): Set deprecated_push_arguments.
6294 * infcall.c (call_function_by_hand): Call error instead of
6295 legacy_push_arguments.
6296 * value.h (legacy_push_arguments): Delete declaration.
6297 * valops.c (legacy_push_arguments): Delete function.
6298 (value_push): Delete function.
6299
6300 2004-06-10 Brian Ford <ford@vss.fsi.com>
6301
6302 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
6303 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
6304 info.
6305 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
6306
6307 2004-06-10 Andrew Cagney <cagney@gnu.org>
6308
6309 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
6310 * gdbarch.h, gdbarch.c: Re-generate.
6311 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
6312 parameters.
6313 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
6314 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
6315 deprecated_pc_in_call_dummy instead of
6316 DEPRECATED_PC_IN_CALL_DUMMY.
6317 (arm_skip_prologue): Ditto.
6318 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
6319 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
6320 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
6321 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
6322 Ditto.
6323 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
6324 (sh64_init_extra_frame_info, sh64_get_saved_register)
6325 (sh64_pop_frame): Ditto.
6326 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
6327 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
6328 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
6329 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
6330 (h8300_pop_frame): Ditto.
6331 * blockframe.c (legacy_inside_entry_func)
6332 (legacy_frame_chain_valid): Ditto.
6333 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
6334 to deprecated_pc_in_call_dummy.
6335
6336 2004-06-09 Andrew Cagney <cagney@gnu.org>
6337
6338 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
6339 provide a default value.
6340 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
6341 * gdbarch.h, gdbarch.c: Re-generate.
6342 * arch-utils.c (generic_convert_register_p): Rename
6343 legacy_convert_register_p
6344 (legacy_register_to_value, legacy_value_to_register): Delete
6345 functions.
6346 * arch-utils.h (generic_convert_register_p): Rename
6347 legacy_convert_register_p.
6348 (legacy_register_to_value, legacy_value_to_register): Delete
6349 declarations.
6350
6351 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
6352 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
6353 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
6354 * gdbarch.h, gdbarch.c: Re-generate.
6355 * infcmd.c (default_print_registers_info): Simplify.
6356 * findvar.c (value_of_register): Simplify.
6357 * mi/mi-main.c (get_register): Simplify.
6358 * arch-utils.c (legacy_convert_register_p): Always return 0.
6359 (legacy_register_to_value, legacy_value_to_register): Always call
6360 internal_error.
6361
6362 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
6363 #ifdef CLEAR_INSN_CACHE code.
6364 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
6365 Delete #ifdef CLEAR_DEFERRED_STORES code.
6366
6367 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
6368
6369 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
6370 copyright.
6371 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
6372
6373 * config/mips/mipsv4.mh: Delete file.
6374
6375 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
6376 unreferenced macro.
6377 (hpread_adjust_stack_address): Delete declaration.
6378
6379 2004-06-08 Andrew Cagney <cagney@gnu.org>
6380
6381 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6382 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
6383 PTRACE_ATTACH / PTRACE_DETACH available call error.
6384 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
6385 * infttrace.c (update_thread_state_after_attach, attach, detach):
6386 Remove #ifdef wrappers.
6387 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
6388 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6389 * config/nm-bsd.h (ATTACH_DETACH): Delete.
6390 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
6391 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
6392 * config/nm-linux.h (ATTACH_DETACH): Delete.
6393 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
6394 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
6395 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
6396 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
6397 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
6398
6399 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
6400
6401 * configure.in: Set $configdir to the right OS specific value.
6402 Use value when setting $tcldir and $tkdir.
6403 * configure: Regenerate.
6404
6405 2004-06-06 Paul Brook <paul@codesourcery.com>
6406
6407 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
6408 records.
6409
6410 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
6411
6412 * ada-lang.c (lookup_symbol_in_language): New function to allow
6413 re-use of another language's symbol lookup code. (Placed here
6414 temporarily while Ada support is being integrated into the public
6415 tree).
6416 (restore_language): New auxiliary function for
6417 lookup_symbol_in_language.
6418 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
6419 temporarily while Ada support is being integrated into the public
6420 tree).
6421
6422 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
6423
6424 * Makefile.in (check//%): New.
6425
6426 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
6427 (mn10300_store_return_value): Rewrite.
6428 (mn10300_type_align): New.
6429 (mn10300_use_struct_convention): Rewrite.
6430 (mn10300_return_value): New, using all of the above.
6431 (mn10300_pop_frame_regular): Add saved_regs_size.
6432 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
6433
6434 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
6435 regs if PC is on movm.
6436
6437 2004-06-07 Jim Blandy <jimb@redhat.com>
6438
6439 Add native Linux support for the PowerPC E500.
6440 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
6441 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
6442 all architectures except the E500.
6443 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
6444 #definitions.
6445 (struct gdb_evrregset_t): New type.
6446 (have_ptrace_getsetevrregs): New variable.
6447 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
6448 fetch_spe_registers): New functions.
6449 (fetch_register): Call fetch_spe_register as appropriate.
6450 Assert that we're only passed raw register numbers.
6451 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
6452 Don't fetch gprs if they're pseudoregisters.
6453 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
6454 store_spe_registers): New functions.
6455 (store_register): Call store_spe_register as appropriate.
6456 Assert that we're only passed raw register numbers.
6457 (store_ppc_registers): Call store_spe_registers as appropriate.
6458 Don't store gprs if they're pseudoregisters.
6459
6460 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
6461
6462 * thread-db.c (thread_get_info_callback): Fill in the thread_info
6463 struct if one exists, even if we are dealing with a zombie thread.
6464
6465 2004-06-07 Andrew Cagney <cagney@gnu.org>
6466
6467 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
6468 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
6469 Rename PC_REQUIRES_RUN_BEFORE_USE.
6470 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
6471 #ifdef.
6472
6473 2004-06-07 Randolph Chung <tausq@debian.org>
6474
6475 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
6476 unwinding after sp has been saved to the stack but before the end
6477 of the prologue, and after the fp has been modified but before it has
6478 been saved to the stack.
6479 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
6480 Remove superfluous definitions.
6481 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
6482
6483 2004-06-07 Guy Martin <gmsoft@gentoo.org>
6484
6485 Committed by Randolph Chung.
6486 * hppa-linux-nat.c: Include the correct version of the header file
6487 depending on the kernel version.
6488
6489 2004-06-06 Randolph Chung <tausq@debian.org>
6490
6491 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
6492 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
6493
6494 2004-06-06 Randolph Chung <tausq@debian.org>
6495
6496 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6497 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
6498 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
6499 * hppa-tdep.c (hppa_symbol_address): New function definition.
6500 * hppa-tdep.h (hppa_symbol_address): New function declaration.
6501
6502 2004-06-06 Randolph Chung <tausq@debian.org>
6503
6504 * hppa-tdep.h (struct value): Forward declaration.
6505 (gdbarch_tdep): Define tdep find_global_pointer method.
6506 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
6507 associated with the function we are trying to call, and write it
6508 to the gp register.
6509 (hppa32_convert_from_funct_ptr_addr): New function.
6510 (hppa_find_global_pointer): New function.
6511 (hppa_gdbarch_init): Set default find_global_pointer method; set
6512 convert_from_func_ptr_addr method.
6513 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
6514 (hppa_linux_init_abi): Set find_global_pointer method.
6515 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
6516
6517 2004-06-06 Randolph Chung <tausq@debian.org>
6518
6519 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
6520 to struct value *function.
6521 * gdbarch.c: Regenerate.
6522 * gdbarch.h: Likewise.
6523 * infcall.c (call_function_by_hand): Pass entire function value
6524 to push_dummy_call.
6525
6526 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
6527 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
6528 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
6529 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
6530 * arm-tdep.c (arm_push_dummy_call): Likewise.
6531 * avr-tdep.c (avr_push_dummy_call): Likewise.
6532 * cris-tdep.c (cris_push_dummy_call): Likewise.
6533 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
6534 * frv-tdep.c (frv_push_dummy_call): Likewise.
6535 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
6536 * hppa-tdep.c (hppa32_push_dummy_call)
6537 (hppa64_push_dummy_call): Likewise.
6538 * i386-tdep.c (i386_push_dummy_call): Likewise.
6539 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
6540 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
6541 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
6542 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
6543 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
6544 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6545 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
6546 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
6547 (ppc64_sysv_abi_push_dummy_call): Likewise.
6548 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
6549 (ppc64_sysv_abi_push_dummy_call): Likewise.
6550 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6551 * s390-tdep.c (s390_push_dummy_call): Likewise.
6552 * sh-tdep.c (sh_push_dummy_call_fpu)
6553 (sh_push_dummy_call_nofpu): Likewise.
6554 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
6555 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
6556 * vax-tdep.c (vax_push_dummy_call): Likewise.
6557
6558 2004-06-04 Jim Blandy <jimb@redhat.com>
6559
6560 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
6561 gdbarch argument to register_size.
6562
6563 * rs6000-tdep.c (rs6000_store_return_value): Use
6564 regcache_cooked_write_part instead of
6565 deprecated_write_register_bytes.
6566 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
6567 not gdbarch_deprecated_store_return_value.
6568
6569 * ppc-linux-nat.c (store_register, fetch_register): Remove
6570 incorrect assertions. Simplify and generalize handling of
6571 transfers whose sizes are not multiples of, or less than, sizeof
6572 (PTRACE_XFER_TYPE).
6573
6574 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
6575
6576 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
6577 as a new thread event.
6578 * thread-db.c (thread_get_info_callback): If the thread is a
6579 zombie, return TD_THR_ZOMBIE.
6580 (thread_from_lwp): If thread_get_info_callback returns
6581 TD_THR_ZOMBIE, check if the thread is still on the thread list
6582 and return a -1 ptid if not found.
6583 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
6584 change the status to TARGET_WAITKIND_SPURIOUS.
6585
6586 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
6587
6588 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
6589 double values in little endian mode.
6590
6591 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
6592
6593 Committed by Andrew Cagney.
6594 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
6595 after last enum constant to avoid error from IBM C
6596 compiler.
6597
6598 2004-06-02 Jim Blandy <jimb@redhat.com>
6599
6600 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
6601 to 'message', and make it local to the lone block that uses it.
6602
6603 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
6604
6605 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
6606
6607 * ada-exp.y: Update copyright notice.
6608 Include block.h.
6609
6610 Replace REGNAME, LAST, INTERNAL_VARIABLE with
6611 SPECIAL_VARIABLE and unify the treatment of these cases.
6612
6613 (write_attribute_call0): Remove.
6614 (write_attribute_call1): Remove.
6615 (write_attribute_calln): Remove.
6616 (save_qualifier): Add missing semicolon.
6617
6618 (simple_exp,exp): Decomment (i.e., reactivate) code that was
6619 temporarily disabled to allow compilation with FSF head version.
6620
6621 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
6622 use individual operators (OP_*) for all attributes.
6623 (exp syntax): Use write_int.
6624 Handle STRING literals with OP_STRING.
6625 (variable syntax): Add limit parameter to calls to
6626 write_object_renaming.
6627
6628 (temp_parse_space): New definition to hold entities that need
6629 only live until the next call to ada_parse.
6630 (string_to_operator): Rename fields of ada_opname_table entries.
6631
6632 (write_var_from_sym): Record block.
6633 (write_var_from_name): Minor reformatting.
6634 Make sure saved name is properly encoded in the case of multiple
6635 matches, and set its language to Ada.
6636 Update comment.
6637 Modify to indicate unresolved name as symbol in the UNRESOLVED
6638 namespace, allocated in temp_parse_space.
6639 (write_int): New function.
6640
6641 (write_object_renaming): Add max_depth parameter to limit
6642 chains of object renamings.
6643 Handle case where root of renaming expression is itself a renaming.
6644 Use temp_parse_space for temporary name buffer.
6645 Handle renamings to dereferenced pointers (___XEXA suffices).
6646
6647 (ada_parse, yyerror, string_to_operator,
6648 write_var_from_sym, write_var_from_name, write_attribute_call0,
6649 write_attribute_call1, write_attribute_calln,
6650 write_object_renaming): Protoize.
6651
6652 (_initialize_ada_exp): New function.
6653
6654 * ada-lang.c: Update copyright notice.
6655 General terminology change to conform to GNAT compiler usage:
6656 mangle => encode, demangle => decode
6657 Include gdb_obstack.h.
6658 Include gdb_regex.h
6659 Include frame.h
6660 Include hashtab.h
6661 Include completer.h
6662 Include gdb_stat.h
6663 Include block.h
6664 Include infcall.h
6665
6666 (ADA_RETAIN_DOTS): Make sure this is defined.
6667 (TRUNCATION_TOWARDS_ZERO): Define.
6668 (struct string_vector): Define.
6669 (unresolved_names): Remove definition.
6670 (xnew_string_vector): New function.
6671 (string_vector_append): New function.
6672 (extract_string): Make static.
6673 (ada_unqualified_name): New function.
6674 (add_angle_brackets): New function.
6675 (function_name_from_pc): New function.
6676 (place_on_stack): Rename to ensure_lval.
6677
6678 (ensure_lval): Renamed from place_on_stack.
6679 Make identity on lvals.
6680 Update comment.
6681 (is_nonfunction): New interface.
6682 Only symbols in LOC_CONST class can be enumerals.
6683 (fill_in_ada_prototype): Remove; now independent of language.
6684 (add_defn_to_vec): Add obstack and symtab arguments.
6685 Use obstack to hold collected definitions.
6686 (num_defns_collected): New function.
6687 (defns_collected): New function.
6688 (ada_resolve_subexp): Rename to resolve_subexp.
6689 (resolve_subexp): Renamed from ada_resolve_subexp.
6690 (ada_op_name): Return non-const result.
6691 (ada_decoded_op_name): Renamed from ada_op_name, now used for
6692 other purposes.
6693
6694 (to_fixed_array_type): Add declaration.
6695 (coerce_unspec_val_to_type): Remove offset parameter.
6696 (find_sal_from_funcs_and_line): New interface.
6697 (find_line_in_linetable): Ditto.
6698
6699 (all_sals_for_line): Rename to ada_sals_for_line and make
6700 global.
6701 Add new parameter. When set, do not ask the user to choose the
6702 instance, but use the first one found instead.
6703 Use given line number in returned sals.
6704 Fix comment.
6705 Skip the prologue if funfirstline is set.
6706 Correct for memory leak when 0 lines found.
6707
6708 (value_pos_atr): Use pos_atr.
6709 (pos_atr): New function.
6710 (standard_lookup): Add block parameter.
6711
6712 (makeTimeStart): Remove declaration and uses.
6713 (makeTimeStop): Remove declaration and uses.
6714
6715 (ada_completer_word_break_characters): Allow for VMS.
6716 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
6717 (raise_sym_name): New constant.
6718 (raise_unhandled_sym_name): New constant.
6719 (raise_assert_sym_name): New constant.
6720 (process_raise_exception_name): New constant.
6721 (longest_exception_template): New constant.
6722 (warning_limit): New variable to limit warnings during expression
6723 evaluation.
6724 (warnings_issued): New variable to keep track of warnings issued.
6725 (known_runtime_file_name_patterns): New constant.
6726 (known_auxiliary_function_name_patterns): New constant.
6727 (symbol_list_obstack): New variable.
6728
6729 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
6730 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
6731 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
6732 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
6733 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
6734 ada_variant_discrim_name, field_alignment, dynamic_template_type,
6735 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
6736 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
6737 and strcmp.
6738
6739 (ada_get_field_index): New function.
6740 (lim_warning): New function.
6741 (ada_translate_error_message): New function.
6742 (MAX_OF_SIZE): New function.
6743 (MIN_OF_SIZE): New function.
6744 (UMAX_OF_SIZE): New function.
6745 (UMIN_OF_SIZE): New function.
6746 (discrete_type_high_bound): New function.
6747 (discrete_type_low_bound): New function.
6748 (base_type): New function.
6749 (do_command): Remove.
6750
6751 (ada_update_initial_language): Use language_ada, not language_unknown.
6752 (ada_encode): Renamed from ada_mangle.
6753 Obey ADA_RETAIN_DOTS.
6754 (ada_decode): Renamed from ada_demangle.
6755 Update coding conventions.
6756 (decoded_names_store): New hash table.
6757 (ada_decode_symbol): New function.
6758 (ada_la_decode): New function.
6759
6760 (modify_general_field): Correct computations of offset and bit
6761 position.
6762 (desc_base_type): Handle ref types, too.
6763 (ada_is_direct_array_type): New function.
6764
6765 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6766 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6767 (ada_is_bogus_array_descriptor,ada_type_of_array,
6768 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6769 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
6770 ada_is_array_descriptor_type.
6771
6772 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6773 (ada_is_packed_array_type): Handle pointers or
6774 references to packed arrays as well.
6775 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6776 (decode_packed_array_type): Search for the packed array type
6777 symbol in the currently selected block and associated
6778 superblocks too.
6779 Use lookup_symbol again.
6780
6781 (decode_packed_array): Handle pointers and references.
6782 Update call to coerce_unspec_val_to_type.
6783 (decode_packed_array_type,value_subscript_packed): Limit warnings.
6784 (ada_value_primitive_packed_val): Improve comment.
6785
6786 (ada_index_type): Substitute int type for "undefined".
6787 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6788 ada_array_langth, ada_is_string_type): Use renamed
6789 ada_is_simple_array_type.
6790 (empty_array): New function.
6791
6792 (ada_resolve): Rename to resolve.
6793 (resolve): Make static.
6794 Call renamed resolve_subexp.
6795 Update comment.
6796 (ada_resolve_subexp): Rename to resolve_subexp.
6797 (resolve_subexp): Update comment.
6798 Decomment disabled code.
6799 Add LOC_COMPUTED* cases.
6800 Modify to use temporary struct symbols (marked as being in
6801 UNDEF_NAMESPACE) to indicate unresolved names, instead of
6802 OP_UNRESOLVED_VALUE.
6803 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
6804 Add OP_STRING case.
6805 Remove OP_ARRAY.
6806 Use SYMBOL_PRINT_NAME instead of ada_demangle.
6807 Use new ada_lookup_symbol_list interface.
6808 Use new ada_resolve_function interface.
6809 Remove OP_TYPE case.
6810
6811 (ada_args_match): Idiot proof against null actuals.
6812 Use intermediate variables to clarify.
6813 (ada_resolve_function): Update comment and interface.
6814 (mangled_ordered_before): Rename to encoded_ordered_before and
6815 update comment.
6816 (sort_choices): Update comment and interface.
6817 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6818 (user_select_syms): New interface.
6819 Use new sort_choices interface.
6820 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6821 (possible_user_operator_p): Idiot-proof against null values.
6822 (ada_simple_renamed_entity): Don't make cleanup; rely on
6823 caller to free result string.
6824 Remove const from return type.
6825 (make_array_descriptor): Rename uses of place_on_stack to
6826 ensure_lval.
6827 Make sure that arrays are on stack.
6828
6829 (HASH_SIZE): Define.
6830 (struct cache_entry): Define.
6831 (cache_space): Define.
6832 (cache): Define.
6833 (clear_ada_sym_cache): New function.
6834 (find_entry): New function.
6835 (lookup_cached_symbol): New function.
6836 (defn_vector_size): Define.
6837 (cache_symbol): New function.
6838 (defn_symbols): Remove.
6839
6840 (standard_lookup): Use lookup_symbol_in_language to get effect of
6841 C lookup.
6842 Cache results.
6843
6844 (symbol_completion_match): New function.
6845 (symbol_completion_add): New function.
6846 (ada_make_symbol_completion_list): New function.
6847
6848 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6849 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6850 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6851 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6852
6853 (ada_lookup_simple_minsym): New function.
6854 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6855
6856 (add_symbols_from_enclosing_procs): New interface.
6857 Conditionalize more helpfully.
6858 Don't bother if program isn't running.
6859 Use new interface to get_frame_block.
6860 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6861
6862 (remove_extra_symbols): New interface.
6863 (xget_renaming_scope): New function.
6864 (is_package_name): New function.
6865 (renaming_is_visible): New function.
6866 (remove_out_of_scope_renamings): New function.
6867
6868 (ada_lookup_symbol_list): New interface.
6869 Properly reinitialize the symbol list obstack.
6870 Don't call add_symbols_from_enclosing_procs if we start from a
6871 static or global block.
6872 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6873 add_symbols_from_enclosing_procs.
6874 Add symtab data to cached entries.
6875 Handle symbols prefixed with
6876 "standard__" specially; strip prefix and don't look in local symbols.
6877 Do not include out of scope renaming symbols in list of
6878 symbols returned.
6879 Add const to block parameter.
6880 Move check for non-local, non-global symbols earlier.
6881 Remove timing stuff.
6882 (ada_lookup_symbol): New interface.
6883 Find symtab as well.
6884 (ada_lookup_symbol_nonlocal): New function.
6885
6886 (is_name_suffix): Enhance suffix detection to recognize
6887 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6888 (is_dot_digits_suffix): New function.
6889 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6890
6891 (ada_add_block_symbols): New interface. Use obstack to return results
6892 in a vector of struct ada_symbol_infos. Add symtab argument.
6893 Use new interface to add_defn_to_vec.
6894 Remove calls to fill_in_ada_prototype.
6895 Use BLOCK_BUCKETS, BLOCK_BUCKET.
6896
6897 (ada_finish_decode_line_1): Add const qualification to local to fix
6898 warning.
6899 Start looking in static block for functions to avoid attempts
6900 to search frame chain for up-level variables.
6901 Adapt to new ada_sals_for_line interface.
6902 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6903 Handle quoting of the function name inside the spec string.
6904 Skip prologue when funfirstline is set and update the
6905 function documentation to that effect.
6906
6907 (debug_print_lines, debug_print_block, debug_print_blocks,
6908 debug_print_symtab): Remove.
6909
6910 (ada_main_name): New function.
6911 (ada_exception_breakpoint_type): New function.
6912 (is_known_support_routine): New function.
6913 (ada_find_printable_frame): Renamed from find_printable_frame and made
6914 global.
6915 Remove level parameter.
6916 Use new interface to select_frame.
6917
6918 (begin_command): Remove.
6919 (ada_adjust_exception_stop): New function.
6920 (ada_print_exception_stop): New function.
6921 (exception_name_from_cond): New function.
6922 (ada_report_exception_break): Replace disabled code with
6923 conditionalization on GNAT_GDB.
6924 Get the exception name from the condition string.
6925 Remove and move functionality into new functions
6926 ada_print_exception_breakpoint_task and
6927 ada_print_exception_breakpoint_nontask.
6928 (error_breakpoint_runtime_sym_not_found): New function.
6929 (is_runtime_sym_defined): New function.
6930 (ada_breakpoint_rewrite): Uncomment suppressed code.
6931 Use symbolic error-message and runtime-symbol names.
6932 Surround runtime symbol names in quotes.
6933 Allow non-specific breakpoints on exceptions and assertions before
6934 program starts.
6935
6936 (ada_is_tagged_type): Add parameter.
6937 (ada_is_tag_type): New function.
6938 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6939 (ada_variant_discrim_type): Ditto.
6940 (value_tag_from_contents_and_address): New function.
6941 (type_from_tag): New function.
6942 (struct tag_args): New structure used to communicate with
6943 ada_tag_name_1.
6944 (ada_tag_name_1): New function.
6945 (ada_tag_name): New function.
6946
6947 (ada_scan_number): Update comment.
6948 (find_struct_field): New function.
6949 (ada_search_struct_field): Make static.
6950 (ada_value_struct_elt): New version that returns references when
6951 given pointers or references to structs.
6952 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6953 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6954 interface.
6955 (ada_value_ind): Use new ada_to_fixed_value interface.
6956 (ada_coerce_ref): Ditto.
6957 (field_offset): Remove.
6958
6959 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6960 (ada_find_renaming_symbol): New function.
6961 (ada_prefer_type): Prefer named types over unnamed ones.
6962 (variant_field_index): New function.
6963 (contains_variant_part): Removed: subsumed by variant_field_index.
6964 (ada_template_to_fixed_record_type): New function, mostly from
6965 template_to_fixed_record_type.
6966 (template_to_fixed_record_type):
6967 Do not scan the type fields beyond the last one; prevents a
6968 potential SEGV.
6969 Handle case where variant field is listed BEFORE discriminant it
6970 depends on.
6971 Fix calculation of record length when bit length is
6972 not evenly divisible by char length.
6973 Move code to ada_template_to_fixed_record_type and call it.
6974
6975 (template_to_static_fixed_type): Revise comment.
6976 Modify to work on ordinary record types as well as templates,
6977 so as to handle fields that use ___XVE or ___XVU encodings.
6978 (to_record_with_fixed_variant_part): Fill out comment.
6979 Initialize C++ stuff in right type.
6980 Allow case where DVAL is null.
6981 Handle case where variant field is not last.
6982 Fix typo concerning record length.
6983 (to_fixed_record_type): Decomment disabled code.
6984 (to_fixed_record_type): Use variant_field_index instead of
6985 contains_variant_part.
6986 (to_fixed_variant_branch_type): Ditto.
6987 (to_fixed_array_type): Decomment disabled code.
6988 (ada_to_fixed_type): Convert tagged types to the specific type.
6989 Deactivate the size-check for array types in order to avoid
6990 some false size alarms.
6991 (to_static_fixed_type): Decomment disabled code.
6992 Modify to call template_to_static_fixed_type
6993 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
6994 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
6995 Remove valaddr argument, as it is never really used.
6996 (ada_to_fixed_value): Change interface to act on single struct value*
6997 operand.
6998 (adjust_pc_past_prologue): New function.
6999 (ada_attribute_name): Modify to take enum exp_opcode argument.
7000
7001 (ada_enum_name): Recognize new homonym-distinguishing convention.
7002 Adjust local variable's type to remove compiler warning.
7003 Fix a small problem in the part that unqualifies the enumeration name.
7004 (ada_value_binop): New function.
7005 (ada_value_equal): New function.
7006
7007 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
7008 Don't give error message when not doing normal evaluation
7009 and a tagged type doesn't seem to contain a structure member.
7010 Give error message for packed arrays.
7011 For indexing arrays, handle pointers to packed arrays correctly.
7012 Handle case of 'first and 'last attributes of bare integral type
7013 without encoded subtype info.
7014 Remove some unnecessary casts.
7015 Fix uninitialized value of type in computing 'first, 'last, or 'length
7016 of array object.
7017 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
7018 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
7019 calls.
7020 Attributes are now exp_opcode values.
7021 Correct treatment of 'modulus.
7022 Better error message for taking 'length of wrong kind of type;
7023 improve comment.
7024 Change EVAL_NORMAL to noside for consistency.
7025 Use ada_value_binop for DIV, MOD, REM.
7026 Make special case out of array of length 0, since an argument
7027 of 0 upsets some platforms' malloc.
7028 Use OP_STRING instead of OP_ARRAY.
7029 For slice, add check that we have an array type before extracting
7030 a slice out of it. Avoids a SEGV.
7031 When evaluating an array slice, if the array type is a reference to
7032 an aligner type, then replace the aligner type by the actual type.
7033 Decomment disabled code.
7034 Remove some dead code.
7035 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
7036 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
7037 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
7038 and UNOP_MBR to UNOP_IN_RANGE.
7039 If an array type has a parallel ___XVE type, then use it.
7040 Turn arrays into pointers for lvalue arrays.
7041 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
7042 bounds error and handle 0-length slices.
7043 Use lim_warning.
7044 When selecting fields, apply ada_to_fixed_value (because the fields
7045 might have ___XVU or ___XVE encodings even if not dynamic.)
7046 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
7047 (ada_is_system_address_type): New function.
7048
7049 (get_var_value): Use new interface to ada_lookup_symbol_list.
7050 (get_int_var_value): New interface.
7051 (to_fixed_range_type): Allow unknown bound, with warning.
7052 (ada_is_modular_type): Decomment disabled code.
7053 (ADA_OPERATORS): New definition.
7054 (ada_operator_length): New function.
7055 (ada_expr_op_name): New function.
7056 (ada_forward_operator_length): New function.
7057 (ada_dump_subexp_body): New function.
7058 (ada_print_subexp): New function.
7059 (ada_exp_descriptor): New constant.
7060 (ada_op_print_tab): Add 'size. Remove FIXMEs.
7061 (ada_language_defn): Add ada_exp_descriptor entry.
7062 Change ada_parse => parse.
7063 Add post-parser entry.
7064 Use ada-specific non-local symbol lookup.
7065 Don't use C-style arrays.
7066 String lower-bound is 1.
7067 Decomment disabled code.
7068 (parse): New function.
7069 New fields ada_translate_error_message, ada_lookup_symbol,
7070 ada_lookup_minimal_symbol.
7071
7072 * ada-lang.h: Update copyright dates.
7073 Replace the mangle/demangle terminology throughout by the
7074 more appropriate encode/decode one.
7075 Include breakpoint.h.
7076 Forward declare struct partial_symbol, struct block.
7077 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
7078 (EXTRACT_ADDRESS): Remove.
7079 (EXTRACT_INT): Remove.
7080 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
7081 (MAX_ENCLOSING_FRAME_LEVELS): Define.
7082 (MAX_RENAMING_CHAIN_LENGTH): Define.
7083 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
7084
7085 (enum task_states): Remove.
7086 ada_task_states: Remove.
7087 (fat_string): Remove.
7088 (struct entry_call): Remove.
7089 (struct task_fields): Remove.
7090 (struct task_entry): Remove.
7091
7092 (struct ada_symbol_info): Define.
7093 (enum ada_attribute): Remove.
7094 (enum ada_operator): Define.
7095
7096 (ada_get_field_index): Declare.
7097 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
7098 (ada_is_simple_array): Rename to ada_is_simple_array_type.
7099 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
7100 (ada_lookup_symbol_list): New interface.
7101 (ada_decode_symbol): Declare.
7102 (ada_decode): Declare.
7103 (ada_lookup_symbol): New interface.
7104 (ada_update_initial_language): Declare.
7105 (ada_lookup_simple_minsym): Declare.
7106 (user_select_syms): New interface.
7107 (ada_sals_for_line): Declare.
7108 (ada_is_tagged_type): New interface.
7109 (ada_tag_name): Declare.
7110 (ada_lookup_struct_elt_type): Remove declaration.
7111 (ada_search_struct_field): Remove declaration.
7112 (ada_attribute_name): New interface.
7113 (ada_is_system_address_type): Declare.
7114 (ada_to_fixed_value): Remove declaration.
7115 (ada_template_to_fixed_record_type_1): Declare.
7116 (get_int_var_value): New interface.
7117 (ada_find_any_symbol): Declare.
7118 (ada_find_renaming_symbol): Declare.
7119 (ada_mangle): Rename to ada_encode.
7120 (ada_simple_renamed_entity): Remove const.
7121 (ada_main_name): Declare.
7122 (get_current_task): Rename to ada_get_current_task.
7123 (get_entry_number): Remove declaration.
7124 (ada_report_exception_break): Remove declaration.
7125 (ada_print_exception_breakpoint_nontask): Declare.
7126 (ada_print_exception_breakpoint_task): Declare.
7127 (ada_find_printable_frame): Declare.
7128
7129 * ada-lex.l: Update copyright notices.
7130 Use xmalloc and xfree instead of malloc and free.
7131 Use new interface to name_lookup.
7132 Use new interface to
7133 ada_mangle=>ada_encode.
7134 Redo handling of '$...' variable to parallel current treatment
7135 in c-exp.y.
7136 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
7137 digit_to_int, strtoulst, processInt, processReal, processId,
7138 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
7139 yywrap): Protoize.
7140
7141 (processInt): Use cast to remove harmless warning.
7142 (processReal): Modify to get rid of compiler warning on scan formats.
7143
7144 (processId): Replace xmalloc with obstack_alloc for name and remove
7145 call to ada_name_string_cleanup.
7146 Remove obsolete disabled code.
7147 (name_lookup): Ditto.
7148 New interface.
7149 Use obsavestring on temp_parse_space instead of savestring
7150 on name, and remove call to ada_name_string_cleanup.
7151 Free string returned from ada_simple_renamed_entity.
7152 Use new interface to ada_lookup_symbol_list.
7153 Decomment disabled code.
7154 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
7155 not types.
7156 When a type name lookup succeeds as a result of
7157 lookup_primitive_typename, check for regular type entry that has not
7158 yet been read in.
7159 Limit length of chain of renamed symbols we are willing to follow.
7160 Do not break names beginning with "standard__" into segments.
7161 (block_lookup): Use new interface to ada_lookup_symbol_list.
7162
7163 * ada-typeprint.c: Update copyright notice.
7164 (demangled_type_name): Rename to decoded_type_name.
7165 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
7166 (print_range_bound): Correct handling of negative
7167 bounds that make the index type looked unsigned under STABS.
7168 (print_dynamic_range_bound): Use new interface to get_int_var_value.
7169 (print_range_type_named): Use the builtin int type if no type
7170 corresponding to the given type name could be found.
7171 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
7172 Add some bullet-proofing.
7173 (print_variant_clauses): Allow for variant branches with ___XVU
7174 encodings that are not dynamic fields.
7175 Use new interface to ada_is_tagged_type.
7176 (print_record_type): Allow for fields with ___XVE encodings that
7177 are not dynamic fields.
7178 Use new interface to ada_is_tagged_type.
7179 (ada_print_type): ada_is_array_descriptor =>
7180 ada_is_array_descriptor_type.
7181
7182 * ada-valprint.c: Update copyright notice.
7183 Include gdb_string.h
7184 Include infcall.h
7185 (ui_memcpy): New function.
7186 (ada_print_floating): New function.
7187 (ada_print_str): Order arguments correctly.
7188 Correct handling of empty arrays and arrays of 0-length items.
7189 ada_is_array_descriptor => ada_is_array_descriptor_type
7190 Print values of type System.Address in hexadecimal format.
7191 Use ada_print_floating to print floating-point numbers in Ada format.
7192 Print class tag values with type names.
7193 No longer print the address of reference values. Avoids
7194 a potential confusion.
7195 (ada_value_print): Stop printing the object type for reference
7196 values, but preserve that behavior for access types. Avoids
7197 a potential confusion.
7198 Simplify one conditional expression, as the first part is now
7199 necessarily true.
7200 ada_is_array_descriptor => ada_is_array_descriptor_type
7201 Add check for arrays for null records, and print them by hand.
7202
7203 2004-06-01 Jim Blandy <jimb@redhat.com>
7204
7205 * ppc-tdep.h: Delete unused 'regoff' member.
7206 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
7207
7208 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
7209
7210 Fix PR symtab/1661.
7211 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
7212 (hpread_read_struct_type): Likewise.
7213
7214 2004-06-01 Andrew Cagney <cagney@gnu.org>
7215
7216 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
7217 instead of xasprintf.
7218 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
7219 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
7220 (mi_cmd_data_list_register_names)
7221 (mi_cmd_data_list_changed_registers)
7222 (mi_cmd_data_list_register_values)
7223 (get_register, mi_cmd_data_write_register_values)
7224 (mi_cmd_data_write_register_values)
7225 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
7226 (mi_cmd_target_download, mi_cmd_target_select)
7227 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
7228 (mi_execute_cli_command, mi_execute_async_cli_command)
7229 (mi_execute_async_cli_command): Ditto.
7230 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
7231 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
7232
7233 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
7234 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
7235 error_last_message instead of mi_error_last_message.
7236 * mi/mi-main.c (mi_error_last_message): Delete function.
7237
7238 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
7239 "invalid number of columns" error. Delete redundant "out of
7240 memory" check.
7241
7242 2004-05-31 Mark Kettenis <kettenis@gnu.org>
7243
7244 * i386bsd-nat.c: Don't include <sys/procfs.h>.
7245 (gregset_t, fpregset_t): Remove typedefs.
7246 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
7247 (REG_OFFSET): Rename argument.
7248 (i386bsd_r_reg_offset): Rename from reg_offset.
7249 (REG_ADDR): Remove macro.
7250 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
7251 functions.
7252 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
7253 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
7254 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
7255 instead of supply_gregset.
7256 (store_inferior_registers): Use `struct reg' and `struct fpreg'
7257 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
7258 instead of fill_gregset.
7259 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
7260
7261 * i386bsd-nat.c: Don't include "gregset.h".
7262 (supply_gregset, fill_gregset): Make static.
7263 (supply_fpregset, fill_fpregset): Remove.
7264 * Makefile.in (i386bsd-nat.o): Update dependencies.
7265
7266 2004-05-30 Mark Kettenis <kettenis@gnu.org>
7267
7268 * fbsd-proc.c: Include "regcache.h", "regset.h" and
7269 "gdb_assert.h". Con't include "gregset.h".
7270 (fbsd_make_corefile_notes): Use regset-based core file support
7271 instead off fill_gregset and fill_fpregset.
7272 * Makefile.in (fbsd-proc.o): Update dependencies.
7273
7274 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
7275 instructions.
7276 (m88k_frame_prev_register): Simplify code a bit.
7277
7278 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
7279 (amd64_collect_fpregset): New function.
7280 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
7281
7282 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
7283
7284 * i386-tdep.c (i386_supply_gregset): Adjust comment.
7285 (i386_collect_gregset): New function.
7286 (i386_supply_fpregset): Adjust comment.
7287 (i386_collect_fpregset): New function.
7288 (i386_regset_from_core_section): Use i386_collect_gregset and
7289 i386_collect_fpregset.
7290
7291 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
7292 handle VALUEP being null.
7293
7294 * regset.h (collect_regset_ftype): Unconstify fourth argument.
7295
7296 2004-05-29 Mark Kettenis <kettenis@gnu.org>
7297
7298 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
7299
7300 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
7301 assembler in OpenBSD 3.5-current.
7302 (amd64obsd_sigcontext_addr): Likewise.
7303
7304 2004-05-28 Jim Blandy <jimb@redhat.com>
7305
7306 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
7307 register set, so our regcache isn't declared "legacy" and our E500
7308 pseudoregister read and write functions aren't ignored.
7309 (rs6000_register_byte, rs6000_register_raw_size,
7310 rs6000_register_virtual_type, rs6000_register_convertible,
7311 rs6000_register_convert_to_virtual,
7312 rs6000_register_convert_to_raw): Deleted.
7313 (rs6000_register_type, rs6000_convert_register_p,
7314 rs6000_register_to_value, rs6000_value_to_register): New
7315 functions.
7316 (rs6000_gdbarch_init): Don't register
7317 gdbarch_deprecated_register_size,
7318 gdbarch_deprecated_register_bytes,
7319 gdbarch_deprecated_register_byte,
7320 gdbarch_deprecated_register_raw_size,
7321 gdbarch_deprecated_register_virtual_type,
7322 gdbarch_deprecated_register_convertible,
7323 gdbarch_deprecated_register_convert_to_virtual, or
7324 gdbarch_deprecated_register_convert_to_raw methods. Instead,
7325 register gdbarch_register_type, gdbarch_convert_register_p,
7326 gdbarch_register_to_value, and gdbarch_value_to_register methods.
7327
7328 2004-05-26 Jim Blandy <jimb@redhat.com>
7329
7330 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
7331 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
7332 functions, updated to match the register numberings used in GCC.
7333 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
7334 rs6000_dwarf2_reg_to_regnum as register number conversions
7335 functions for STABS and Dwarf2.
7336
7337 2004-05-26 Randolph Chung <tausq@debian.org>
7338
7339 * infttrace.h (target_waitkind): Forward declare type instead of pulling
7340 in header file.
7341
7342 2004-05-25 Joel Brobecker <brobecker@gnat.com>
7343
7344 * NEWS: Document new "start" command.
7345
7346 2004-05-25 Randolph Chung <tausq@debian.org>
7347
7348 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
7349 hppa-linux.
7350
7351 2004-05-25 Randolph Chung <tausq@debian.org>
7352
7353 * hppa-hpux-tdep.c (offsetof): Define.
7354 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
7355 (hppa32_hpux_frame_base_before_sigtramp)
7356 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7357 (hppa64_hpux_frame_saved_pc_in_sigtramp)
7358 (hppa64_hpux_frame_base_before_sigtramp)
7359 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
7360 functions.
7361 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
7362 (hppa_hpux_sigtramp_frame_unwind_cache)
7363 (hppa_hpux_sigtramp_frame_this_id)
7364 (hppa_hpux_sigtramp_frame_prev_register)
7365 (hppa_hpux_sigtramp_frame_unwind)
7366 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
7367 (hppa_hpux_init_abi): Register sigtramp unwinder.
7368 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
7369
7370 2004-05-25 Randolph Chung <tausq@debian.org>
7371
7372 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
7373 and multiple stack unwinds.
7374 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
7375
7376 2004-05-25 Andrew Cagney <cagney@gnu.org>
7377
7378 * symfile.h (symbol_file_add_from_memory): Delete declaration.
7379 * symfile-mem.h: Delete file.
7380 * symfile-mem.c: Do not include "symfile-mem.h".
7381 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
7382 "struct bfd_section". When an error do not bother returning NULL.
7383 (add_symbol_file_from_memory_command): Use "struct bfd" and
7384 "struct bfd_section".
7385 * Makefile.in (symfile_mem_h): Delete.
7386 (symfile-mem.o): Update dependencies.
7387
7388 2004-05-25 Nick Roberts <nickrob@gnu.org>
7389
7390 * gdb-mi.el: New file.
7391
7392 2004-05-25 Andrew Cagney <cagney@gnu.org>
7393
7394 * inftarg.c: Include "observer.h".
7395 (child_attach, child_create_inferior): Notify inferior_created.
7396 * corelow.c: Include "observer.h".
7397 (core_open): Notify inferior_created.
7398 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
7399
7400 2004-05-25 Andrew Cagney <cagney@gnu.org>
7401
7402 * target.h (struct target_ops): Add from_tty to
7403 to_create_inferior.
7404 (target_create_inferior, find_default_create_inferior): Update.
7405 * infcmd.c (run_command): Update.
7406 * wince.c (child_create_inferior): Update.
7407 * win32-nat.c (child_create_inferior): Update.
7408 * uw-thread.c (uw_thread_create_inferior): Update.
7409 * thread-db.c (thread_db_create_inferior): Update.
7410 * target.c (debug_to_create_inferior)
7411 (find_default_create_inferior): Update.
7412 (maybe_kill_then_create_inferior): Update.
7413 * sol-thread.c (sol_thread_create_inferior): Update.
7414 * remote.c (extended_remote_async_create_inferior)
7415 (extended_remote_create_inferior): Update.
7416 * remote-vx.c (vx_create_inferior): Update.
7417 * remote-st.c (st2000_create_inferior): Update.
7418 * remote-sim.c (gdbsim_create_inferior): Update.
7419 * remote-sds.c (sds_create_inferior): Update.
7420 * remote-rdp.c (remote_rdp_create_inferior): Update.
7421 * remote-rdi.c (arm_rdi_create_inferior): Update.
7422 * remote-m32r-sdi.c (m32r_create_inferior): Update.
7423 * remote-e7000.c (e7000_create_inferior): Update.
7424 * procfs.c (procfs_create_inferior): Update.
7425 * ocd.c (ocd_create_inferior): Update.
7426 * ocd.h (ocd_create_inferior): Update.
7427 * nto-procfs.c (procfs_create_inferior): Update.
7428 * monitor.c (monitor_create_inferior): Update.
7429 * lin-lwp.c (lin_lwp_create_inferior): Update.
7430 * inftarg.c (child_create_inferior): Update.
7431 * hpux-thread.c (hpux_thread_create_inferior): Update.
7432 * gnu-nat.c (gnu_create_inferior): Update.
7433
7434 2004-05-25 Andrew Cagney <cagney@gnu.com>
7435
7436 * MAINTAINERS: Update e-mail address.
7437
7438 2004-05-24 Randolph Chung <tausq@debian.org>
7439
7440 * thread.c (info_threads_command, thread_apply_all_command)
7441 (thread_apply_command, thread_command, do_captured_thread_select):
7442 Remove HPUXHPPA-specific code.
7443
7444 2004-05-24 Randolph Chung <tausq@debian.org>
7445
7446 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
7447 unused symbols.
7448 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
7449 references.
7450
7451 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7452
7453 * infcmd.c (kill_if_already_running): New function, extracted
7454 from run_command().
7455 (run_command): Replace extracted code by call to
7456 kill_if_already_running().
7457 (start_command): New function.
7458 (_initialize_infcmd): Add "start" command.
7459
7460 2004-05-24 Mark Kettenis <kettenis@gnu.org>
7461
7462 Add OpenBSD/m88k support.
7463 * NEWS (New native configurations): Mention OpenBSD/m88k.
7464 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
7465 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
7466 * Makefile.in (m88k_tdep_h): New variable.
7467 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
7468 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
7469 * configure.host: Add m88*-*-openbsd*.
7470 * configure.tgt: Add m88*-*-openbsd*.
7471
7472 2004-05-24 Jim Blandy <jimb@redhat.com>
7473
7474 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
7475 to approve changes.
7476
7477 2004-05-24 Kevin Buettner <kevinb@redhat.com>
7478
7479 * symtab.c (fixup_section): Search section table when lookup by
7480 name fails.
7481
7482 2004-05-24 Randolph Chung <tausq@debian.org>
7483
7484 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
7485 be "small_struct".
7486
7487 2004-05-24 Mark Kettenis <kettenis@gnu.org>
7488
7489 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
7490 register number in regcache_raw_collect call.
7491 (m68kbsd_collect_fpregset): Likewise.
7492 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
7493
7494 * regset.h (struct regset): Add back `regset' member.
7495
7496 2004-05-23 Mark Kettenis <kettenis@gnu.org>
7497
7498 * configure.in: Check for td_pcb in `struct thread'.
7499 * configure, config.in: Regenerated.
7500
7501 * dpx2-nat.c: Remove file.
7502 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
7503 (dpx2-nat.o): Remove dependencies.
7504
7505 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
7506 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
7507 (amd64obsd_supply_pcb): New function.
7508 (_initialize_amd64obsd_nat): Enable libkvm interface.
7509 * Makefile.in (amd64obsd-nat.o): Update dependencies.
7510 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
7511 (LOADLIBES): New variable.
7512
7513 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
7514 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
7515 (sparc32nbsd_supply_pcb): New function.
7516 (_initialize_sparcnbsd_nat): Enable libkvm interface.
7517 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
7518 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
7519 (LOADLIBES): New variable.
7520
7521 2004-05-22 Mark Kettenis <kettenis@gnu.org>
7522
7523 * bsd-kvm.c, bsd-kvm.h: New files.
7524 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
7525 "bsd-kvm.h".
7526 (i386fbsd_supply_pcb): New function.
7527 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
7528 (i386fbsd-nat.o): Update dependencies.
7529 (bsd_kvm_h): New variable.
7530 (bsd-kvm.o): New dependency.
7531 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
7532 (LOADLIBES): New variable.
7533
7534 * regset.c: Tweak comment.
7535 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
7536 macro.
7537 * regset.h: Update copyright year.
7538 (struct regset): Remove `descr' member, add `gdbarch' member.
7539 (regset_alloc): Adjust prototype and comment.
7540 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
7541 (i386_supply_fpregset): Likewise.
7542 (i386_regset_from_core_section): Update call to regset_alloc.
7543 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
7544 REGSET->arch.
7545 (i386obsd_aout_regset_from_core_section): Update call to
7546 regset_alloc.
7547 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
7548 REGSET->arch.
7549 (i386nbsd_aout_regset_from_core_section): Update call to
7550 regset_alloc.
7551 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
7552 REGSET->arch.
7553 (amd64_regset_from_core_section): Update call to regset_alloc.
7554 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
7555 REGSET->arch.
7556 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
7557 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
7558 &sparc32nbsd_gregset in sparc32_supply_gregset call.
7559 (sparc32nbsd_init_abi): Update call to regset_alloc.
7560 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
7561 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
7562 (sparc64obsd_init_abi): Update call to regset_alloc.
7563 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
7564 &sparc64nbsd_gregset in sparc64_supply_gregset call.
7565 (sparc64nbsd_init_abi): Update call to regset_alloc.
7566 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
7567 &sparc64fbsd_gregset in sparc64_supply_gregset call.
7568 (sparc64fbsd_init_abi): Update call to regset_alloc.
7569
7570 2004-05-22 Jim Blandy <jimb@redhat.com>
7571
7572 * ppc-tdep.h (spe_register_p): New declaration.
7573 (struct gdbarch_tdep): New members: ppc_acc_regnum and
7574 ppc_spefscr_regnum.
7575 * rs6000-tdep.c (spe_register_p): New function.
7576 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
7577 spefscr.
7578 (rs6000_gdbarch_init): Initialize the new members of the tdep
7579 structure.
7580
7581 2004-05-21 Jim Blandy <jimb@redhat.com>
7582
7583 * ppc-linux-nat.c (fetch_register): Move code back to be next
7584 to the comment that describes it. (Moved code, instead of
7585 comment, for symmetry with store_register.)
7586
7587 Allocate regset structures in the gdbarch's obstack, not using
7588 xmalloc.
7589 * regset.c (regset_alloc): Renamed from regset_xmalloc.
7590 Add 'arch' argument. Allocate the regset on arch's obstack, not
7591 using xmalloc.
7592 * regset.h (regset_alloc): Update declaration.
7593 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
7594 gdbarch argument.
7595 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7596 * i386-tdep.c (i386_regset_from_core_section): Same.
7597 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7598 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7599 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7600 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7601 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7602 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7603
7604 2004-05-21 Joel Brobecker <brobecker@gnat.com>
7605
7606 * config/djgpp/fnchange.lst: Undo previous change, was useless.
7607
7608 2004-05-21 Jim Blandy <jimb@redhat.com>
7609
7610 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
7611 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
7612
7613 2004-05-20 Jim Blandy <jimb@redhat.com>
7614
7615 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
7616
7617 2004-05-20 Mark Kettenis <kettenis@gnu.org>
7618
7619 * regset.h: Make prototype const-correct.
7620 * regset.c (regset_xmalloc): Make const-correct.
7621
7622 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
7623
7624 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
7625 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
7626 (symbol_search_name): Declare.
7627
7628 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
7629 (iter_name_next_hashed): Ditto.
7630 (iter_name_next_linear): Ditto.
7631 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
7632
7633 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
7634 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
7635 (symbol_search_name): New function.
7636
7637 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
7638
7639 * minsyms.c (build_minimal_symbol_hash_tables): Change
7640 test for adding to demangled hash table to check for difference
7641 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
7642
7643 2004-05-19 Jim Blandy <jimb@redhat.com>
7644
7645 Use a constructor function to create regset structures.
7646 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
7647 (struct regset): Use supply_regset_ftype. Add new
7648 'collect_regset' member.
7649 (regset_xmalloc): New declaration.
7650 * regset.c: New file.
7651 * am64-tdep.c (amd64_regset_from_core_section): Use
7652 regset_xmalloc to construct regset structures.
7653 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7654 * i386-tdep.c (i386_regset_from_core_section): Same.
7655 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7656 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7657 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7658 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7659 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7660 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7661 * Makefile.in (COMMON_OBS): Add regset.o.
7662 (regset.o): New rule.
7663
7664 2004-05-19 Joel Brobecker <brobecker@gnat.com>
7665
7666 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
7667 and pthread_cond_wait.c.
7668
7669 2004-05-18 Jim Blandy <jimb@redhat.com>
7670
7671 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
7672 before the mach-specific switch, and then let the individual cases
7673 override the defaults, rather than leaving them uninitialized
7674 until the switch and then setting them in each case.
7675
7676 2004-05-18 Randolph Chung <tausq@debian.org>
7677
7678 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
7679 millicode functions.
7680
7681 2004-05-18 Randolph Chung <tausq@debian.org>
7682
7683 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
7684 references to dld_flags_buffer consistent.
7685
7686 2004-05-18 Randolph Chung <tausq@debian.org>
7687
7688 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
7689 it for unwinding the stack.
7690
7691 2004-05-18 Randolph Chung <tausq@debian.org>
7692
7693 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
7694 Undefine these so we can overide them using gdbarch.
7695
7696 2004-05-18 Randolph Chung <tausq@debian.org>
7697
7698 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
7699 handling for 64-bit HPUX (elf).
7700
7701 2004-05-18 Daniel Jacobowitz <dan@debian.org>
7702
7703 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
7704 constants.
7705 * amd64-tdep.c (amd64_skip_prologue): Likewise.
7706 * ia64-tdep.c (examine_prologue): Likewise.
7707 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
7708 * v850-tdep.c (v850_fix_call_dummy): Likewise.
7709
7710 2004-05-18 Mark Kettenis <kettenis@gnu.org>
7711
7712 * vax-tdep.c (vax_return_value): Implement
7713 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7714
7715 2004-05-17 Mark Kettenis <kettenis@gnu.org>
7716
7717 * vax-tdep.c (vax_return_value): Fix typo.
7718
7719 2004-05-17 Andrew Cagney <cagney@redhat.com>
7720
7721 * MAINTAINERS: Mark Salter was also responsible for
7722 testsuite/config/
7723
7724 * NEWS: Mention signal fixes.
7725
7726 2004-05-17 Randolph Chung <tausq@debian.org>
7727
7728 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
7729 check to see if we are unwinding an export stub. Export stubs clobber
7730 the %rp in the call path and stores the original rp in a stack slot.
7731
7732 2004-05-17 Jim Blandy <jimb@redhat.com>
7733
7734 * MAINTAINERS: Update address for J.T. Conklin.
7735
7736 2004-05-17 Randolph Chung <tausq@debian.org>
7737
7738 * hppa-tdep.c: Remove superfluous #include's.
7739 * Makefile.in (hppa-tdep.o): Update dependencies.
7740
7741 2004-05-17 Randolph Chung <tausq@debian.org>
7742
7743 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
7744 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
7745 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
7746 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
7747 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
7748 Remove static function declarations.
7749
7750 2004-05-17 Mark Kettenis <kettenis@gnu.org>
7751
7752 * alphabsd-nat.c: Update copyright year.
7753 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7754
7755 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7756 and M68K_A2_REGNUM.
7757
7758 * m68k-tdep.c (m68k_svr4_return_value): Implement
7759 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7760
7761 2004-05-16 Mark Kettenis <kettenis@gnu.org>
7762
7763 * sol-thread.c Update copyright year. Fix various coding
7764 standards violations. Tweak a few comments.
7765 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
7766 Delete prototypes.
7767
7768 2004-05-15 Randolph Chung <tausq@debian.org>
7769
7770 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7771 as pointer instead of array reference since HPUX compiler does
7772 not accept unsized array arguments.
7773 * somsolib.c (dld_flags_buffer): Use constant array size.
7774
7775 2004-05-15 Mark Kettenis <kettenis@gnu.org>
7776
7777 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7778 offset with decimal offset.
7779 (amd64obsd_sigcontext_addr): Return correct address for entire
7780 signal trampoline.
7781
7782 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7783 instead of get_frame_base.
7784
7785 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7786 (fill_gregset): Use regcache_raw_collect.
7787
7788 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7789 ppcobsd-tdep.c.
7790
7791 * config/sparc/tm-nbsd64.h: Remove file.
7792 * config/tm-sunos.h: Remove file.
7793
7794 2004-05-15 Joel Brobecker <brobecker@gnat.com>
7795
7796 * rs6000-tdep.c (store_param_on_stack_p): New function,
7797 an improved version of some code extracted from skip_prologue().
7798 (skip_prologue): Use store_param_on_stack_p() to detect
7799 instructions saving a parameter on the stack. Detect when r0
7800 is used to save a parameter.
7801 Do not mark "li rx, SIMM" instructions as part of the prologue,
7802 unless the following instruction is also part of the prologue.
7803
7804 2004-05-14 Andrew Cagney <cagney@redhat.com>
7805
7806 * infrun.c (handle_inferior_event): Simplify
7807 STEP_OVER_UNDEBUGGABLE.
7808
7809 * infrun.c (handle_step_into_function): Delete function.
7810 (handle_inferior_event): Inline calls to
7811 handle_step_into_function.
7812
7813 2004-05-14 Jerome Guitton <guitton@gnat.com>
7814
7815 * rs6000-nat.c: Fix a comment.
7816
7817 2004-05-12 David Anderson <davea@sgi.com>
7818
7819 Committed by Jim Blandy <jimb@redhat.com>:
7820 * regcache.c (struct regcache_descr): fix comment spelling.
7821
7822 2004-05-13 J. Brobecker <brobecker@gnat.com>
7823
7824 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7825 Fixes a link link failure.
7826
7827 2004-05-13 J. Brobecker <brobecker@gnat.com>
7828
7829 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7830 error that was causing the build to fail.
7831
7832 2004-05-13 J. Brobecker <brobecker@gnat.com>
7833
7834 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7835 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7836
7837 2004-05-13 Andrew Cagney <cagney@redhat.com>
7838
7839 * infrun.c (handle_inferior_event): Check for
7840 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7841 calls. Update comments.
7842
7843 2004-05-13 Jim Blandy <jimb@redhat.com>
7844
7845 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7846 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7847 (store_regs_user_thread, store_regs_kernel_thread): Use
7848 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7849 * ppc-linux-nat.c (fill_gregset): Same.
7850 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7851 (ppc_linux_sigtramp_cache): Same.
7852 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7853 (ppcnbsd_sigtramp_cache_init): Same.
7854 * rs6000-nat.c (fetch_core_registers): Same.
7855 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7856 (rs6000_frame_cache): Same.
7857
7858 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7859 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7860 of assuming that the gprs are numbered starting with zero.
7861 * ppc-linux-nat.c (fill_gregset): Same.
7862 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7863 * ppcnbsd-nat.c (getregs_supplies): Same.
7864 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7865 * rs6000-nat.c (fetch_core_registers): Same.
7866 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7867
7868 2004-05-07 Michael Snyder <msnyder@redhat.com>
7869
7870 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7871 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7872
7873 2004-05-13 Andrew Cagney <cagney@redhat.com>
7874
7875 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7876
7877 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7878
7879 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7880 base_address for shared libraries.
7881
7882 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7883
7884 * MAINTAINERS (write after approval): Add myself.
7885
7886 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7887
7888 * breakpoint.c (bpstat_stop_status): Add new argument
7889 STOPPED_BY_WATCHPOINT. Use it instead of testing
7890 target_stopped_data_address agaist 0 to check whether
7891 or not we stopped due to a hardware watchpoint.
7892 * breakpoint.h (bpstat_stop_status): Adapt prototype.
7893 * infrun.c (handle_inferior_event): Call bpstat_stop_status
7894 with new argument.
7895
7896 2004-05-12 Jim Blandy <jimb@redhat.com>
7897
7898 * configure.in: When checking whether we should use the -bbigtoc
7899 option, don't forget to restore the original value of LDFLAGS.
7900 * configure: Regenerated.
7901
7902 2004-05-12 Andrew Cagney <cagney@redhat.com>
7903
7904 * thread.c (load_infrun_state): Delete step_sp.
7905 * infrun.c (context_switch): Ditto.
7906 * inferior.h (step_sp): Ditto.
7907 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7908 * gdbthread.h (struct thread_info, save_infrun_state)
7909 (restore_infrun_state): Ditto.
7910
7911 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
7912
7913 * MAINTAINERS (write after approval): Add myself.
7914
7915 2004-05-12 Andrew Cagney <cagney@redhat.com>
7916
7917 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7918 eliminate reference to step_sp.
7919 (struct execution_control_state, init_execution_control_state)
7920 (handle_inferior_event, keep_going): Delete update_step_sp and
7921 step_sp.
7922 * infcmd.c (step_sp): Note that variable is unused.
7923
7924 2004-05-11 Andrew Cagney <cagney@redhat.com>
7925
7926 * infrun.c (step_over_function): Delete function.
7927 (handle_step_into_function): Use insert_step_resume_breakpoint.
7928 (insert_step_resume_breakpoint): Fix assertion.
7929
7930 2004-05-11 Nick Roberts <nickrob@gnu.org>
7931
7932 * utils.c (defaulted_query): Just use the normal query input type
7933 when printing the annotations.
7934
7935 2004-05-11 Andrew Cagney <cagney@redhat.com>
7936
7937 * infrun.c (handle_inferior_event): Simplify code handling
7938 step-into or return-from a signal trampoline.
7939
7940 2004-05-11 Andrew Cagney <cagney@redhat.com>
7941
7942 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7943 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7944
7945 2004-05-10 Jim Blandy <jimb@redhat.com>
7946
7947 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7948 with a call to internal_error.
7949
7950 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7951 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7952 processor variant lacks those registers.
7953 (ppc_floating_point_unit_p): Change description to make it clear
7954 that this returns info about the ISA, not the ABI.
7955 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7956 return true or false by checking tdep->ppc_fp0_regnum and
7957 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7958 arch/mach switching done in rs6000_gdbarch_init; it's better to
7959 keep that logic there, and just check the results here.
7960 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7961 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7962 floating-point registers.
7963 (ppc_supply_fpregset, ppc_collect_fpregset)
7964 (rs6000_push_dummy_call, rs6000_extract_return_value)
7965 (rs6000_store_return_value): Assert that we have floating-point
7966 registers.
7967 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7968 (rs6000_frame_cache): Don't note the locations at which
7969 floating-point registers were saved if we have no fprs.
7970 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7971 registers.
7972 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7973 (store_regs_user_thread, store_regs_kernel_thread): Only call
7974 supply_fprs / fill_fprs if we actually have floating-point
7975 registers.
7976 (special_register_p): Check ppc_fpscr_regnum before matching
7977 against it.
7978 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
7979 supply / collect fpscr if we don't have it.
7980 * ppc-bdm.c: #include "gdb_assert.h".
7981 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
7982 have floating-point registers, since I can't test this code on
7983 FP-free systems to adapt it.
7984 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
7985 fpscr and floating point register numbers if they don't exist.
7986 (fetch_register): Assert that we have floating-point registers
7987 before we reach the code that handles them.
7988 (store_register): Same. And use tdep instead of calling
7989 gdbarch_tdep again.
7990 (fill_fpregset): Don't try to collect FP registers and fpscr if we
7991 don't have them.
7992 (ppc_linux_sigtramp_cache): Don't record the saved locations of
7993 fprs and fpscr if we don't have them.
7994 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
7995 don't have them.
7996 * ppcnbsd-nat.c: #include "gdb_assert.h".
7997 (getfpregs_supplies): Assert that we have floating-point registers.
7998 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
7999 * ppcobsd-tdep.c: #include "gdb_assert.h".
8000 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
8001 have floating-point registers.
8002 * rs6000-nat.c (regmap): Don't match against the fpscr and
8003 floating point register numbers if they don't exist.
8004 (fetch_inferior_registers, store_inferior_registers,
8005 fetch_core_registers): Only fetch / store / supply the
8006 floating-point registers and the fpscr if we have them.
8007 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
8008 (ppcobsd-tdep.o): Update dependencies.
8009
8010 2004-05-10 Andrew Cagney <cagney@redhat.com>
8011
8012 * infrun.c (through_sigtramp_breakpoint): Delete variable.
8013 (context_switch): Do not switch through_sigtramp_breakpoint.
8014 * gdbthread.h (save_infrun_state, load_infrun_state)
8015 (struct thread_info): Delete through_sigtramp_breakpoint parameter
8016 and structure member.
8017 * thread.c (load_infrun_state, save_infrun_state): Update.
8018
8019 2004-05-10 Mark Kettenis <kettenis@gnu.org>
8020
8021 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
8022
8023 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8024
8025 * acinclude.m4: Quote macro names being defined by AC_DEFUN
8026 throughout.
8027 * aclocal.m4: Regenerate.
8028
8029 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
8030
8031 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
8032
8033 2004-05-10 Andrew Cagney <cagney@redhat.com>
8034
8035 * infrun.c (check_sigtramp2): Delete function.
8036 (handle_inferior_event): When single stepping, and taking a
8037 signal, set a breakpoint at the signal return address. Delete
8038 redundant calls to check_sigtramp2.
8039 (insert_step_resume_breakpoint): New function.
8040 (through_sigtramp_breakpoint, handle_inferior_event)
8041 (follow_exec, wait_for_inferior, fetch_inferior_event)
8042 (currently_stepping, keep_going): Delete most uses of
8043 through_sigtramp_breakpoint, not that it should be deleted.
8044 (delete_breakpoint_current_contents): Delete function.
8045
8046 2004-05-10 Randolph Chung <tausq@debian.org>
8047
8048 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
8049 target.
8050 * config/pa/tm-linux.h: New file.
8051
8052 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
8053
8054 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
8055 of prefixes. Don't print the prefix twice in the CLI.
8056
8057 2004-05-10 Jim Blandy <jimb@redhat.com>
8058
8059 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
8060 collect all the gprs.
8061
8062 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
8063 loop collecting gprs.
8064
8065 2004-05-09 Andrew Cagney <cagney@redhat.com>
8066
8067 * remote-vx.c (net_step): Delete step-range code.
8068 * remote.c (remote_resume, init_all_packet_configs)
8069 (set_remote_protocol_E_packet_cmd)
8070 (show_remote_protocol_E_packet_cmd)
8071 (remote_protocol_E, show_remote_cmd, _initialize_remote)
8072 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
8073 (show_remote_protocol_e_packet_cmd): Ditto.
8074
8075 2004-05-09 Mark Kettenis <kettenis@gnu.org>
8076
8077 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
8078
8079 * hppa-tdep.h: Update copyright year.
8080 (struct trad_frame_saved_reg): Add opaque declaration.
8081
8082 * amd64-tdep.c (amd64_return_value): Implement
8083 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8084
8085 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
8086 (m68k_value_to_register): New functions.
8087 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
8088 value_to_register.
8089
8090 * defs.h (enum return_value_convention): Add
8091 RETURN_VALUE_ABI_RETURNS_ADDRESS and
8092 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
8093 * infcmd.c (legacy_return_value): New function.
8094 (print_return_value): Rwerite to implement
8095 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8096 * values.c (using_struct_return): Check for inequality to
8097 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
8098 RETURN_VALUE_STRUCT_CONVENTION.
8099 * i386-tdep.c (i386_return_value): Implement
8100 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8101
8102 * vax-tdep.c: Tweak comments. Reorder include files. Don't
8103 include "symtab.h", "opcode/vax.h" and "inferior.h".
8104 (vax_skip_prologue): Replace calls to read_memory_integer by calls
8105 to read_memory_unsigned_integer.
8106 (vax_gdbarch_init): Reorder.
8107 (_initialize_vax_tdep): Spell out prototype.
8108 * Makefile.in (vax-tdep.o): Update dependencies.
8109
8110 2004-05-08 Andrew Cagney <cagney@redhat.com>
8111
8112 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
8113 * target.c (target_detach, target_disconnect): Ditto.
8114
8115 * infcall.c (call_function_by_hand): When no
8116 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
8117 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
8118 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
8119 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8120 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8121
8122 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
8123 * gdbarch.h, gdbarch.c: Re-generate.
8124 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8125 deprecated_fix_call_dummy.
8126 * v850-tdep.c (v850_gdbarch_init): Ditto.
8127 * infcall.c (call_function_by_hand): Do not call
8128 DEPRECATED_FIX_CALL_DUMMY.
8129
8130 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
8131 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
8132 * gdbarch.h, gdbarch.c: Re-generate.
8133 * arm-linux-tdep.c (arm_linux_call_dummy_words)
8134 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
8135 deprecated_sizeof_call_dummy_words.
8136 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
8137 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8138 * v850-tdep.c (v850_gdbarch_init): Ditto.
8139 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8140 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
8141 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8142 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8143 * arch-utils.h (legacy_call_dummy_words)
8144 (legacy_sizeof_call_dummy_words): Delete declarations.
8145 * arch-utils.c (legacy_call_dummy_words)
8146 (legacy_sizeof_call_dummy_words): Delete variables.
8147
8148 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
8149 * gdbarch.h, gdbarch.c: Re-generate.
8150 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
8151 * infcall.c (call_function_by_hand): Eliminate call to
8152 DEPRECATED_PUSH_DUMMY_FRAME.
8153 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8154 push_dummy_frame.
8155 (ns32k_push_dummy_frame): Delete function.
8156
8157 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8158 deprecated_call_dummy_breakpoint_offset or
8159 deprecated_call_dummy_start_offset.
8160 * dummy-frame.c, arm-tdep.c: Update comments.
8161 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
8162 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
8163 * gdbarch.h, gdbarch.c: Re-generate.
8164
8165 * infcall.c (legacy_push_dummy_code): Delete function.
8166 (push_dummy_code): Delete call.
8167
8168 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
8169 * gdbarch.h, gdbarch.c: Re-generate.
8170 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
8171 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
8172 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
8173 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
8174
8175 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
8176 (struct frame_info): Delete opaque declaration.
8177 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
8178 * frame.c (get_frame_type): Delete call.
8179
8180 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8181 pc_in_call_dummy.
8182 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
8183 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
8184
8185 2004-05-08 Mark Kettenis <kettenis@gnu.org>
8186
8187 * alphanbsd-tdep.c: Include "gdb_string.h".
8188 * armnbsd-tdep.c: Update copyright year.
8189 Include "gdb_string.h".
8190 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
8191 dependencies.
8192
8193 * delta68-nat.c: Remove file.
8194 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
8195 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
8196 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
8197 (delta68-nat.o): Remove dependency.
8198
8199 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
8200 function.
8201 (m68k_gdbarch_init): Don't set
8202 deprecated_frameless_function_invocation.
8203
8204 2004-05-07 Randolph Chung <tausq@debian.org>
8205
8206 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
8207 read_memory_nobpt for code reading when doing frame unwinding.
8208 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
8209
8210 2004-05-07 Randolph Chung <tausq@debian.org>
8211
8212 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
8213 instead of sp, handle sigaltstack case.
8214 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
8215 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
8216 signal handler and not that of the caller.
8217 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
8218 hppa_linux_sigtramp_find_sigcontext.
8219
8220 2004-05-07 Randolph Chung <tausq@debian.org>
8221
8222 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
8223 hppa-linux-nat.c.
8224 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
8225 * hppa-linux-nat.c (fetch_register, store_register): Define.
8226 (fetch_inferior_registers, store_inferior_registers): Define.
8227 (supply_gregset): Add comment and clean up some unneeded code.
8228 (fill_gregset): Add comment and fix so that it saves registers in
8229 the right place in the gregset.
8230 (fill_fpregset): Fix buffer overrun problem.
8231 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
8232
8233 2004-05-07 Randolph Chung <tausq@debian.org>
8234
8235 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
8236 do common handling of the pcoqt register.
8237 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
8238 to use helper function.
8239 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
8240 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
8241 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
8242 generic fallback unwinder when all else fails.
8243 (hppa_gdbarch_init): Add fallback sniffer.
8244 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
8245 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
8246 to use helper function.
8247
8248 2004-05-08 Joel Brobecker <brobecker@gnat.com>
8249
8250 * config/djgpp/fnchange.lst: Add translation rules for
8251 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
8252
8253 2004-05-08 Mark Kettenis <kettenis@gnu.org>
8254
8255 * frame.c (get_prev_frame_1): Work around GCC bug.
8256 * frame.h: Add comment about GCC bug.
8257
8258 2004-05-07 Andrew Cagney <cagney@redhat.com>
8259
8260 * observer.c: Include "commands.h" and "gdbcmd.h".
8261 (observer_debug, _initialize_observer): Add the
8262 command "set/show debug observer".
8263 * observer.sh: When observer debugging, log notify calls.
8264 * Makefile.in (observer.o): Update dependencies.
8265
8266 2004-05-07 Jason Molenda (jmolenda@apple.com)
8267
8268 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
8269
8270 2004-05-07 Jim Blandy <jimb@redhat.com>
8271
8272 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
8273 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
8274 to recognize gpr regnums, instead of assuming that
8275 tdep->ppc_fp0_regnum marks the end of the general-purpose
8276 registers.
8277
8278 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
8279 the given architecture has floating-point registers.
8280
8281 2004-05-07 Andrew Cagney <cagney@redhat.com>
8282
8283 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
8284 macro defined to 1.
8285 * gdbarch.h, gdbarch.c: Re-generate.
8286 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8287 deprecated_use_generic_dummy_frames.
8288
8289 2004-05-07 Brian Ford <ford@vss.fsi.com>
8290
8291 * NEWS: Mention Cygwin DWARF 2 support.
8292
8293 2004-05-07 Andrew Cagney <cagney@redhat.com>
8294
8295 * objfiles.h (struct entry_info): Delete unused fields
8296 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
8297 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
8298 * mipsread.c (mipscoff_symfile_read): Update.
8299 * mdebugread.c (parse_partial_symbols): Update.
8300 * dwarfread.c (read_file_scope): Update.
8301 * dwarf2read.c (read_file_scope): Update.
8302 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
8303 * coffread.c (complete_symtab): Update.
8304
8305 2004-05-07 Mark Kettenis <kettenis@gnu.org>
8306
8307 * infcall.c (_initialize_infcall): Fix typo.
8308
8309 2004-05-07 Andrew Cagney <cagney@redhat.com>
8310
8311 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
8312 * command.h (add_setshow_zinteger_cmd): Declare.
8313
8314 2004-05-06 Randolph Chung <tausq@debian.org>
8315
8316 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
8317 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
8318 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
8319 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
8320 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
8321 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
8322 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
8323 definitions ...
8324 * hppa-tdep.h: ... to here, with HPPA_ prefix.
8325 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
8326 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
8327 (hppa64_hpux_frame_find_saved_regs_in_sig)
8328 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
8329 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
8330 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
8331 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
8332 (hppa_linux_sigtramp_frame_prev_register): Likewise.
8333 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
8334 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
8335 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
8336 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
8337 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
8338 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
8339 (hppa32_register_type, hppa_cannot_store_register)
8340 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
8341 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
8342 * hpread.c (hpread_process_one_debug_symbol): Likewise.
8343 * pa64solib.c (pa64_solib_have_load_event)
8344 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
8345 (pa64_solib_unloaded_library_pathname): Likewise.
8346 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
8347 (som_solib_library_pathname): Likewise.
8348
8349 2004-05-05 Jim Ingham <jingham@apple.com>
8350
8351 * breakpoint.c (create_breakpoints): Copy the ignore count and
8352 thread id over from the pended breakpoint to the actual
8353 breakpoint.
8354
8355 2004-05-05 Andrew Cagney <cagney@redhat.com>
8356
8357 * gdbarch.sh (PARM_BOUNDARY): Delete.
8358 gdbarch.h, gdbarch.c: Re-generate.
8359 * valops.c (PARM_BOUNDARY): Delete macro.
8360 (value_push): Delete PARM_BOUNDARY code.
8361 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
8362
8363 2004-05-04 Jim Blandy <jimb@redhat.com>
8364
8365 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
8366 Don't assume that the gprs, fprs, and UISA sprs are
8367 contiguous, start at register number zero, and end with fpscr.
8368 Instead, use the numbers from the tdep structure.
8369
8370 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
8371 should no longer be used in code specific to the RS6000 and its
8372 derivatives.
8373 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
8374 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
8375 tdep->ppc_fp0_regnum.
8376 (ppc_supply_fpregset, ppc_collect_fpregset)
8377 (rs6000_push_dummy_call, rs6000_extract_return_value)
8378 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
8379 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
8380 FP0_REGNUM.
8381 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
8382 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
8383 Same.
8384 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
8385 bdm_ppc_store_registers): Same.
8386 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
8387 (store_register, fill_fpregset): Same.
8388 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
8389 (ppc_linux_supply_fpregset): Same.
8390 * ppcnbsd-nat.c (getfpregs_supplies): Same.
8391 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
8392 Same.
8393 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
8394 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
8395 ppc64_sysv_abi_return_value): Same.
8396 * rs6000-nat.c (regmap, fetch_inferior_registers)
8397 (store_inferior_registers, fetch_core_registers): Same.
8398
8399 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8400
8401 * m68knbsd-nat.c: Remove file.
8402 * m68knbsd-tdep.c: Remove file.
8403 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
8404 dependencies.
8405 * configure.host: Add m68k-*-netbsdelf*.
8406 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
8407 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
8408 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
8409 (XM_FILE): Remove.
8410 * config/m68k/nbsdelf.mh: New file.
8411 * config/m68k/nbsd.mt: New file.
8412 * config/m68k/nbsdaout.mt: Remove file.
8413 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
8414 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
8415 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
8416 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
8417 (use_struct_convention): Remove prototype.
8418 (USE_STRUCT_CONVENTION): Remove define.
8419 * config/m68k/xm-nbsd.h: Remove file.
8420
8421 2004-05-04 Michael Snyder <msnyder@redhat.com>
8422
8423 * m68k-tdep.c (m68k_gdbarch_init): Default to using
8424 reg_struct_return method (as gcc usually does for cross targets).
8425
8426 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8427
8428 Committed by Andrew Cagney.
8429 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
8430 alignment padding when accessing ucontext struct members.
8431
8432 2004-05-04 Jim Blandy <jimb@redhat.com>
8433
8434 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
8435 'ppc_gplast_regnum' member.
8436 (ppc_num_gprs): New enum constant.
8437 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
8438 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
8439 * rs6000-nat.c (regmap, fetch_inferior_registers,
8440 store_inferior_registers): Same.
8441 * rs6000-tdep.c (e500_pseudo_register_read)
8442 (e500_pseudo_register_write): Same.
8443 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
8444
8445 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
8446 * ppc-tdep.h (ppc_num_fprs): New enum constant.
8447 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
8448 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
8449 FPLAST_REGNUM.
8450 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8451 Same.
8452 * ppc-linux-nat.c (ppc_register_u_addr): Same.
8453 * rs6000-nat.c (regmap, fetch_inferior_registers)
8454 (store_inferior_registers): Same.
8455
8456 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
8457 with FPLAST_REGNUM.
8458
8459 2004-05-03 Joel Brobecker <brobecker@gnat.com>
8460
8461 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
8462 failure detected by recent versions of GCC.
8463 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
8464 to be consistent with the usage in dwarf2_create_include_psymtab.
8465
8466 2004-05-03 Michael Snyder <msnyder@redhat.com>
8467
8468 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
8469 (heuristic_proc_start): Whitespace cleanup.
8470
8471 2004-05-04 Mark Kettenis <kettenis@gnu.org>
8472
8473 * sun3-nat.c: Remove file.
8474 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
8475 dependencies.
8476 (ALLDEPFILES): Remove sun3-nat.c.
8477 (sun3-nat.o): Remove dependencies.
8478
8479 * i386-interix-nat.c, i386-interix-tdep.c,
8480 config/i386/nm-interix.h, config/i386/interix.mh,
8481 config/i386/interix.mt: Remove files.
8482 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
8483 dependencies.
8484
8485 2004-05-03 Mark Kettenis <kettenis@gnu.org>
8486
8487 * m68k-tdep.h (struct gdbarch_tdep): Add member
8488 struct_value_regnum.
8489 (m68k_svr4_init_abi): New prototype.
8490 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
8491 different calling conventions.
8492 (m68k_extract_return_value): Remove code dealing with single-field
8493 structs.
8494 (m68k_store_return_value): Remove code dealing with single-field
8495 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
8496 (m68k_extract_struct_value_address): Remove function.
8497 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
8498 (m68k_reg_struct_return_p, m68k_return_value)
8499 (m68k_svr4_return_value): New functions.
8500 (m68k_use_struct_convention): Remove function.
8501 (m68k_push_dummy_call): Use new struct_value_regnum member of
8502 `struct gdbarch_tdep' instead of hardcoded register number to
8503 store STRUCT_ADDR.
8504 (m68k_svr4_init_abi): New function.
8505 (m68k_gdbarch_init): Don't set extract_return_value,
8506 store_return_values, deprecated_extract_struct_value_address and
8507 use_struct_convention. Set return_value instead. Initialize new
8508 struct_value_regnum member of `struct gdbarch_tdep'.
8509 * m68klinux-tdep.c: Update copyright year.
8510 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
8511 (m68k_linux_extract_struct_value_address): Remove function.
8512 (m68k_linux_init_abi): Don't set extract_return_value,
8513 store_return_values, deprecated_extract_struct_value_address and
8514 use_struct_convention. Call m68k_svr4_init_abi but override the
8515 new struct_value_regnum member of `struct gdbarch_tdep'.
8516 * Makefile.in (m68k-tdep.o): Update dependencies.
8517
8518 2004-05-03 J. Brobecker <brobecker@gnat.com>
8519
8520 * dwarf2read.c (line_header): Add new included_p field in
8521 field file_names.
8522 (partial_die_info): New field has_stmt_list. New field line_offset.
8523 (dwarf2_create_include_psymtab): New function.
8524 (dwarf2_build_include_psymtabs): New function.
8525 (add_file_name): Add forward declaration. Initialize new field.
8526 (dwarf_decode_lines): Add new parameter. Enhance this procedure
8527 to be able to determine the list of files included by the
8528 given unit, and build their associated psymtabs.
8529 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
8530 files as well.
8531 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
8532 (read_file_scope): Update call to dwarf_decode_lines.
8533 (read_partial_die): Handle DW_AT_stmt_list attributes.
8534
8535 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
8536
8537 Unfix PR gdb/1626.
8538 * configure.in: Revert special case for osf5.*.
8539 * configure: Regenerate.
8540
8541 2004-05-02 Jim Blandy <jimb@redhat.com>
8542
8543 Move the symbol-file-from-memory functions into their own file.
8544 * symfile-mem.c, symfile-mem.h: New files.
8545 * symfile.c (symbol_file_add_from_bfd): New function.
8546 (symbol_file_add): Call symbol_file_add_from_bfd.
8547 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
8548 Moved to symfile-mem.c.
8549 (_initialize_symfile): Move definition of
8550 add-symbol-file-from-memory command to symfile-mem.c.
8551 * symfile.h (symbol_file_add_from_bfd): New declaration.
8552 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
8553 * config/powerpc/linux.mt (TDEPFILES): Same.
8554 * Makefile.in (SFILES): Add symfile-mem.c.
8555 (symfile_mem_h): New variable.
8556 (HFILES_NO_SRCDIR): Add symfile-mem.h.
8557 (symfile-mem.o): New rule.
8558
8559 2004-05-01 Andrew Cagney <cagney@redhat.com>
8560
8561 * breakpoint.c (insert_bp_location): Use get_frame_id, and
8562 frame_find_by_id instead of frame_relative_level.
8563 (do_enable_breakpoint): Ditto.
8564 * thread.c: Update copyright.
8565 (info_threads_command): Ditto, simplify.
8566
8567 * frame.c (deprecated_generic_get_saved_register): Delete
8568 function, moved to "xstormy16-tdep.c".
8569 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
8570 deprecated_generic_get_saved_register from "frame.c".
8571 (xstormy16_frame_saved_register): Call
8572 xstormy16_get_saved_register.
8573 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
8574 static.
8575 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
8576 * frame.h (deprecated_generic_get_saved_register): Delete.
8577
8578 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
8579
8580 * dwarfread.c: Update documentation on the state of dwarf-1.
8581
8582 2004-05-01 Andrew Cagney <cagney@redhat.com>
8583
8584 * stack.c (select_frame_command): Delete call to
8585 frame_relative_level.
8586 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
8587 Delete #if0 code.
8588 (frame_info): Do not print FRAMELESS.
8589 (print_block_frame_labels): Replace DEPRECATED_STREQ.
8590 (catch_info): Delete #if0 code.
8591
8592 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
8593 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
8594 of frame_relative_level.
8595 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
8596 to SENTINEL_FRAME.
8597 * frame.h (enum frame_type): Add SENTINEL_FRAME.
8598 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
8599 frame_relative_level.
8600
8601 * frame.h (deprecated_set_frame_type): Delete declaration.
8602 * frame.c (deprecated_set_frame_type): Delete function, update
8603 comments.
8604
8605 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
8606 * gdbarch.h, gdbarch.c: Re-generate.
8607 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
8608 (shnbsd_pc_in_sigtramp): Delete.
8609 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
8610 pc_in_sigtramp.
8611 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
8612 pc_in_sigtramp.
8613 * frame.h: Update comments.
8614 * ppc-linux-tdep.c: Update comments.
8615 * breakpoint.c (bpstat_what): Update comments.
8616
8617 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
8618 m68klinux-tdep.o's dependencies, were previously added to
8619 m68klinux-nat.o.
8620
8621 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
8622 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
8623 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8624 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8625 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8626
8627 * Makefile.in (m68klinux-nat.o): Update dependencies.
8628 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8629 (m68k_linux_sigtramp_frame_cache)
8630 (m68k_linux_sigtramp_frame_this_id)
8631 (m68k_linux_sigtramp_frame_prev_register)
8632 (m68k_linux_sigtramp_frame_unwind)
8633 (m68k_linux_sigtramp_frame_sniffer)
8634 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
8635 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
8636 names, use trad-frame.h.
8637 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
8638 (struct m68k_sigtramp_info): Delete.
8639 * m68k-tdep.c (m68k_sigtramp_frame_cache)
8640 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
8641 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
8642 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
8643 "m68klinux-tdep.c".
8644
8645 * infrun.c (check_sigtramp2): Delete check for
8646 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
8647
8648 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8649
8650 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
8651
8652 2004-05-01 Andrew Cagney <cagney@redhat.com>
8653
8654 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8655 (frv_linux_sigtramp_frame_cache)
8656 (frv_linux_sigtramp_frame_this_id)
8657 (frv_linux_sigtramp_frame_prev_register)
8658 (frv_linux_sigtramp_frame_unwind)
8659 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
8660 include "linux" in function and variable names, directly call
8661 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
8662 the latest trad-frame code.
8663 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
8664 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
8665 * Makefile.in (frv-linux-tdep.o): Update dependencies.
8666 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
8667 * frv-tdep.c (frv_sigtramp_frame_cache)
8668 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8669 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
8670 frv-linux-tdep.c.
8671 (frv_gdbarch_init): Do not append a sigtramp sniffer.
8672 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
8673 (frv_set_sigcontext_reg_addr): Delete function.
8674
8675 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
8676 (DEPRECATED_SIGTRAMP_END): Delete.
8677 * gdbarch.h, gdbarch.c: Re-generate.
8678 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
8679 * config/vax/tm-vaxbsd.h: Update copyright.
8680 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8681 (DEPRECATED_IN_SIGTRAMP): Define.
8682 * config/m68k/tm-nbsd.h: Update copyright.
8683 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8684 (DEPRECATED_IN_SIGTRAMP): Define.
8685
8686 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8687
8688 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
8689 encondings. Fixes PR gdb/1628.
8690
8691 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
8692 DW_CFA_restore state without a matching DW_CFA_remember_state
8693 instead of aborting. Fixes PR backtrace/1589.
8694
8695 2004-04-30 Joel Brobecker <brobecker@gnat.com>
8696
8697 * MAINTAINERS: Add self as AIX maintainer.
8698 Update my e-mail address in write-after-approval section.
8699
8700 2004-04-30 Andrew Cagney <cagney@redhat.com>
8701
8702 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
8703 (legacy_get_prev_frame): Ditto.
8704
8705 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
8706 (mips_gdbarch_init): Do not set pc_in_sigtramp.
8707 * mipsread.c (sigtramp_address): Delete extern variable.
8708 (mipscoff_new_init): Delete reference.
8709 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
8710 (fixup_sigtramp): Delete function.
8711 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
8712 (fixup_sigtramp): Delete declarations.
8713
8714 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
8715 deprecated_pc_in_sigtramp.
8716 (ppcnbsd_pc_in_sigtramp): Delete function.
8717
8718 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8719
8720 * config/m68k/nm-nbsd.h: Tweak comments.
8721 * config/m68k/nm-nbsdaout.h: Likewise.
8722
8723 2004-04-30 Andrew Cagney <cagney@redhat.com>
8724
8725 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
8726 legacy_pc_in_sigtramp.
8727 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
8728
8729 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8730
8731 Add OpenBSD/m68k support.
8732 * NEWS (New native configurations): Mention OpenBSD/m68k.
8733 * m68kbsd-tdep.c: New file.
8734 * m68kbsd-nat.c: New file.
8735 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
8736 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
8737 * configure.host: Add m68k-*-openbsd.
8738 * configure.tgt: Add m68k-*-openbsd.
8739 * config/m68k/tm-obsd.h: New file.
8740 * config/m68k/obsd.mt: New file.
8741 * config/m68k/obsd.mh: New file.
8742 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
8743 m68kbsd-tdep.c.
8744
8745 2004-04-30 Andrew Cagney <cagney@redhat.com>
8746
8747 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
8748 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8749
8750 2004-04-30 Mark Kettenis <kettenis@gnu.org>
8751
8752 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8753 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8754
8755 2004-04-30 Brian Ford <ford@vss.fsi.com>
8756
8757 Revert 2004-04-16 change.
8758 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
8759 (i386_coff_init_abi): Remove.
8760 * i386-tdep.h (i386_coff_init_abi): Remove.
8761 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
8762
8763 2004-04-30 Andrew Cagney <cagney@redhat.com>
8764
8765 * blockframe.c (find_pc_partial_function): Delete use of
8766 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
8767 DEPRECATED_SIGTRAMP_END.
8768
8769 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8770 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8771 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8772 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8773 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8774
8775 * defs.h (deprecated_inside_entry_file): Delete declaration.
8776 * blockframe.c (deprecated_inside_entry_file): Delete function.
8777 (legacy_frame_chain_valid): Delete call.
8778 * sh64-tdep.c (sh64_frame_chain): Delete call.
8779 * objfiles.h: Update comments.
8780 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8781 call.
8782 * frame.c (get_prev_frame): Delete call, update comments.
8783
8784 2004-04-30 Brian Ford <ford@vss.fsi.com>
8785
8786 * MAINTAINERS (Write After Approval): Add myself.
8787
8788 2004-04-30 Andrew Cagney <cagney@redhat.com>
8789
8790 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8791 * gdbarch.h, gdbarch.c: Re-generate.
8792 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8793 code.
8794
8795 2004-04-30 Andrew Cagney <cagney@redhat.com>
8796
8797 * gdb-events.sh (selected_thread_changed)
8798 (selected_frame_level_changed, target_changed): Delete.
8799 * gdb-events.h, gdb-events.c: Re-generate.
8800 * valops.c (value_assign): Update.
8801 * stack.c (select_frame_command, up_silently_base)
8802 (down_silently_base): Update.
8803
8804 2004-04-29 Andrew Cagney <cagney@redhat.com>
8805
8806 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8807 registers correctly.
8808 (print_gp_register_row, mips32_heuristic_proc_desc)
8809 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8810 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8811 references to mips_isa_regsize.
8812
8813 2004-04-29 Andrew Cagney <cagney@redhat.com>
8814
8815 * mips-tdep.c (struct gdbarch_tdep): Delete
8816 mips_fp_register_double.
8817 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8818 mips_abi_regsize.
8819 (mips_gdbarch_init): Do not set mips_fp_register_double.
8820 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8821
8822 2004-04-29 Joel Brobecker <brobecker@gnat.com>
8823
8824 Committed by Andrew Cagney.
8825 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8826 function calls.
8827
8828 2004-04-29 Andrew Cagney <cagney@redhat.com>
8829
8830 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8831 gdbarch, use mips_abi, update callers.
8832 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8833 mips_abi_regsize, update callers.
8834 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8835 mips_default_abi_regsize.
8836 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8837 mips_default_abi_regsize.
8838
8839 2004-04-29 Andrew Cagney <cagney@redhat.com>
8840
8841 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8842 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8843 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8844 mips_default_abi_regsize.
8845 (mips_isa_regsize): Rename mips_regisze.
8846 * mipsnbsd-tdep.c: Update.
8847 * mips-linux-tdep.c: Update.
8848 * irix5-nat.c: Update.
8849 * mips-tdep.h (mips_isa_regsize): Update.
8850
8851 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8852 Delete all disabled code.
8853 * gdb-events.h, gdb-events.c: Re-generate.
8854
8855 2004-04-19 Jerome Guitton <guitton@gnat.com>
8856 Mark Kettenis <kettenis@gnu.org>
8857
8858 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8859 the function begins with a branch instruction.
8860
8861 2004-04-29 Mark Kettenis <kettenis@gnu.org>
8862
8863 * i386-tdep.c: Fix spelling mistakes.
8864
8865 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8866 Andrew Cagney <cagney@redhat.com>
8867
8868 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8869 <sys/proc.h>.
8870 * acconfig.h: Provide default _KMEMUSER value.
8871 * config.in, configure: Re-generate.
8872 * NEWS: Mention fix.
8873
8874 2004-04-24 Randolph Chung <tausq@debian.org>
8875
8876 * configure.host (hppa*-*-linux*): New target.
8877 * configure.tgt (hppa*-*-linux*): Likewise.
8878 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8879 gdbarch_init_osabi() call earlier so that osabi-specific frame
8880 unwinders can be registered first.
8881 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8882 hppa-linux-nat.c.
8883 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8884 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8885 * config/pa/linux.mh: New file.
8886 * config/pa/linux.mt: New file.
8887 * config/pa/nm-linux.h: New file.
8888 * config/pa/xm-linux.h: New file.
8889 * hppa-linux-nat.c: New file.
8890 * hppa-linux-tdep.c: New file.
8891
8892 2004-04-28 Randolph Chung <tausq@debian.org>
8893
8894 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8895 return values.
8896 (hppa32_push_dummy_call): Fix small struct and floating point argument
8897 passing, and make sure the stack frame is properly aligned.
8898
8899 2004-04-28 Andrew Cagney <cagney@redhat.com>
8900
8901 * stack.c (print_stack_frame): Fix description.
8902
8903 * NEWS: Mention gdb/gdbserver/configure execute permission
8904 changed. PR server/519.
8905
8906 2004-04-28 Andrew Cagney <cagney@redhat.com>
8907
8908 * stack.c (print_stack_frame_stub): Delete declaration.
8909 (struct print_stack_frame_args, print_stack_frame)
8910 (print_frame_info, print_frame): Replace "source" with print what.
8911 Replace "print" with "print_level". Replace "args" with
8912 "print_args".
8913 * frame.h (show_and_print_stack_frame, print_stack_frame)
8914 (print_frame_info): Update declarations.
8915 * stack.c (select_and_print_frame, frame_command)
8916 (current_frame_command, up_command, down_command): Update calls -
8917 use get_selected_frame, pass "enum print_what" for source, do not
8918 call frame_relative_level.
8919 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8920 * remote-rdp.c (remote_rdp_open): Ditto.
8921 * remote-mips.c (common_open): Ditto.
8922 * remote-e7000.c (e7000_start_remote): Ditto.
8923 * ocd.c (ocd_start_remote): Ditto.
8924 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8925 * infrun.c (normal_stop): Ditto.
8926 * inflow.c (kill_command): Ditto.
8927 * infcmd.c (finish_command): Ditto.
8928 * corelow.c (core_open): Ditto.
8929 * tracepoint.c (finish_tfind_command): Ditto.
8930 * thread.c (info_threads_command, info_threads_command)
8931 (restore_current_thread, do_captured_thread_select): Ditto.
8932 * ada-tasks.c (task_command): Ditto.
8933
8934 2004-04-26 Orjan Friberg <orjanf@axis.com>
8935
8936 * frame.c: Include "observer.h".
8937 (frame_observer_target_changed): New function.
8938 (_initialize_frame): Attach target_changed observer.
8939 * regcache.c: Include "observer.h".
8940 (regcache_observer_target_changed): New function.
8941 (_initialize_regcache): Attach target_changed observer.
8942 * valops.c: Include "observer.h".
8943 (value_assign): Notify target_changed event when modifying register.
8944 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8945
8946 2004-04-26 Orjan Friberg <orjanf@axis.com>
8947
8948 From Paul Koning <pkoning@equallogic.com>:
8949 * breakpoint.c (free_valchain): New function.
8950 (insert_bp_location, delete_breakpoint): Use free_valchain.
8951 (remove_breakpoint): Do not remove the valchain.
8952 (bpstat_stop_status): If not stopped by watchpoint, skip
8953 watchpoints when generating stop status list.
8954 * infrun.c (handle_inferior_event): Make
8955 stepped_after_stopped_by_watchpoint a global variable.
8956 * remote.c (remote_stopped_data_address): Return watch data
8957 address rather than zero if stepped_after_stopped_by_watchpoint is
8958 set.
8959
8960 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
8961
8962 Fix PR gdb/1626.
8963 * configure.in: Check for curses after termcap.
8964 On osf5.*, do not check for ncurses.
8965 * configure: Regenerate.
8966
8967 2004-04-25 Mark Kettenis <kettenis@gnu.org>
8968
8969 * ppcobsd-nat.c: Include "ppc-tdep.h".
8970 * Makefile.in (ppcobsd-nat.o): Update dependencies.
8971
8972 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8973 Fixes PR tdep/1623 and PR tdep/1624.
8974
8975 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
8976
8977 * xmodem.h, xmodem.c: Remove files.
8978 * Makefile.in: Remove references to xmodem.h, xmodem.c.
8979
8980 2004-04-23 Randolph Chung <tausq@debian.org>
8981
8982 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
8983 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
8984 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
8985 for handling stackless frames.
8986 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
8987
8988 2004-04-23 Randolph Chung <tausq@debian.org>
8989
8990 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
8991 starts at a pc before the frame is created.
8992
8993 2004-04-23 Joel Brobecker <brobecker@gnat.com>
8994
8995 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
8996
8997 2004-04-23 Jerome Guitton <guitton@gnat.com>
8998
8999 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
9000 use convert_typed_floating to get the appropriate format.
9001
9002 2004-04-22 Randolph Chung <tausq@debian.org>
9003
9004 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
9005 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
9006 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
9007 (hppa_sign_extend): Add prototype.
9008 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
9009 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
9010 (sign_extend): Rename with hppa_ prefix and make non-static. Other
9011 hppa targets will also use these functions.
9012 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
9013 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
9014 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
9015 (hppa_gdbarch_init): Remove gdbarch setting of
9016 skip_trampoline_code, in_solib_call_trampoline and
9017 in_solib_return_trampoline.
9018 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
9019 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
9020 hppa_in_solib_call_trampoline.
9021 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
9022 Moved from hppa-tdep.c.
9023 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
9024 in_solib_call_trampoline and in_solib_return_trampoline.
9025
9026 2004-04-22 Randolph Chung <tausq@debian.org>
9027
9028 * hppa-tdep.c (hppa_debug): New variable.
9029 (find_unwind_entry, hppa_frame_cache): Add debug output.
9030 (_initialize_hppa_tdep): Add command to set debug flag.
9031
9032 2004-04-22 Andrew Cagney <cagney@redhat.com>
9033
9034 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
9035 "trad-frame.h".
9036 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
9037 signal trampoline unwinder.
9038 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
9039
9040 2004-04-22 Mark Kettenis <kettenis@gnu.org>
9041
9042 Add OpenBSD/powerpc support.
9043 * NEWS (New native configurations): Mention OpenBSD/powerpc.
9044 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
9045 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
9046 (ppc_collect_fpregset): New prototypes.
9047 * ppcobsd-nat.c: New file.
9048 * ppcobsd-tdep.c: New file.
9049 * ppcobsd-tdep.h: New file.
9050 * rs6000-tdep.c: Include "regset.h".
9051 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
9052 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
9053 New functions.
9054 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
9055 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
9056 (rs6000-tdep.o): Update dependencies.
9057 * configure.host: Add powerpc-*-openbsd.
9058 * configure.tgt: Add powerpc-*-openbsd.
9059 * config/powerpc/obsd.mh: New file.
9060 * config/powerpc/nm-obsd.h: New file.
9061 * config/powerpc/obsd.mt: New file.
9062
9063 2004-04-22 Andrew Cagney <cagney@redhat.com>
9064
9065 * frame.h (show_frame_info): Delete declaration.
9066
9067 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
9068 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
9069 * m32r-tdep.c (m32r_frame_this_id): Ditto.
9070 * frv-tdep.c (frv_frame_this_id): Ditto.
9071 * avr-tdep.c (avr_frame_this_id): Ditto.
9072
9073 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
9074
9075 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
9076
9077 2004-04-22 Jim Blandy <jimb@redhat.com>
9078
9079 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
9080 register number zero.
9081
9082 2004-04-21 Michael Snyder <msnyder@redhat.com>
9083
9084 * mips-tdep.c (heuristic_proc_start):
9085 Warning() already prefixes "Warning: ".
9086
9087 2004-04-21 Andrew Cagney <cagney@redhat.com>
9088
9089 * annotate.h (deprecated_annotate_starting_hook)
9090 (deprecated_annotate_stopped_hook)
9091 (deprecated_annotate_exited_hook)
9092 (deprecated_annotate_signal_hook)
9093 (deprecated_annotate_signalled_hook): Deprecate.
9094 * tracepoint.h (deprecated_create_tracepoint_hook)
9095 (deprecated_delete_tracepoint_hook)
9096 (deprecated_modify_tracepoint_hook)
9097 (deprecated_trace_find_hook)
9098 (deprecated_trace_start_stop_hook): Deprecate.
9099 * target.h (deprecated_target_new_objfile_hook): Deprecate.
9100 * remote.h (deprecated_target_resume_hook)
9101 (deprecated_target_wait_loop_hook): Deprecate.
9102 * gdbcore.h (deprecated_exec_file_display_hook)
9103 (deprecated_file_changed_hook): Deprecate.
9104 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
9105 * defs.h (deprecated_modify_breakpoint_hook)
9106 (deprecated_command_loop_hook, deprecated_show_load_progress)
9107 (deprecated_print_frame_info_listing_hook)
9108 (deprecated_query_hook, deprecated_warning_hook)
9109 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
9110 (deprecated_delete_breakpoint_hook)
9111 (deprecated_interactive_hook, deprecated_registers_changed_hook)
9112 (deprecated_readline_begin_hook, deprecated_readline_hook)
9113 (deprecated_readline_end_hook, deprecated_register_changed_hook)
9114 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
9115 (deprecated_context_hook, deprecated_target_wait_hook)
9116 (deprecated_attach_hook, deprecated_detach_hook)
9117 (deprecated_call_command_hook, deprecated_set_hook)
9118 (deprecated_error_hook, deprecated_error_begin_hook)
9119 (deprecated_ui_load_progress_hook): Deprecate.
9120 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
9121 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
9122 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
9123 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
9124 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
9125 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
9126 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
9127 * annotate.c, aix-thread.c: Update.
9128
9129 2004-04-21 Andrew Cagney <cagney@redhat.com>
9130
9131 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
9132 * vaxnbsd-tdep.c: Include "gdb_string.h".
9133
9134 * symfile.c (symbol_file_add_from_memory): #if 0 function.
9135 (add_symbol_file_from_memory_command): #if 0 function body, call
9136 error instead.
9137
9138 2004-04-21 Andrew Cagney <cagney@redhat.com>
9139
9140 * gdbcore.h: Update copyright.
9141 (deprecated_add_core_fns): Rename add_core_fns.
9142 * win32-nat.c (_initialize_core_win32): Update.
9143 * sun3-nat.c (_initialize_core_sun3): Update.
9144 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
9145 * rs6000-nat.c (_initialize_core_rs6000): Update.
9146 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
9147 * nto-tdep.c (_initialize_nto_tdep): Update.
9148 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
9149 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
9150 * mips-nat.c (_initialize_core_mips): Update.
9151 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9152 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
9153 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
9154 * lynx-nat.c (_initialize_core_lynx): Update.
9155 * irix5-nat.c (_initialize_core_irix5): Update.
9156 * i386-interix-nat.c (_initialize_core_interix): Update.
9157 * cris-tdep.c (_initialize_cris_tdep): Update.
9158 * corelow.c (deprecated_add_core_fns): Update.
9159 * core-regset.c (_initialize_core_regset): Update.
9160 * core-aout.c (_initialize_core_aout): Update.
9161 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
9162 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
9163 * alpha-nat.c (_initialize_core_alpha): Update.
9164
9165 2004-04-21 Jim Blandy <jimb@redhat.com>
9166
9167 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
9168
9169 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
9170
9171 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
9172 Delete.
9173 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
9174 (read_attribute_value): Update calls to dwarf_alloc_block.
9175 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
9176 dwarf2_tmp_obstack.
9177 (psymtab_to_symtab_1): Likewise. Clean up using
9178 free_stack_comp_unit.
9179 (add_to_cu_func_list): Use the comp_unit_obstack.
9180
9181 2004-04-19 Joel Brobecker <brobecker@gnat.com>
9182
9183 * dwarf2read.c (dwarf2_flag_true_p): New function.
9184 (die_is_declaration): Use the function above. Add some comments.
9185
9186 2004-04-19 Mark Kettenis <kettenis@gnu.org>
9187
9188 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
9189 architecture when registering sparcnbsd_core_osabi_sniffer.
9190 Adjust comment.
9191
9192 2004-04-18 Mark Kettenis <kettenis@gnu.org>
9193
9194 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
9195 return value.
9196
9197 Based on a patch from Brian Ford <ford@vss.fsi.com>:
9198 * i386-tdep.c: Correct register numbering scheme comments
9199 throughout.
9200 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
9201 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
9202 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
9203 (i386_gdb_arch_init): Likewise.
9204
9205 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
9206 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
9207 ppcnbsd-tdep.o.
9208
9209 * m68k-tdep.h: Tweak comments.
9210 * m68k-tdep.c: Tweak comment.
9211
9212 2004-04-17 Randolph Chung <tausq@debian.org>
9213
9214 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
9215 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
9216 (hppa_hpux_som_init_abi): Set is_elf to 0.
9217 (hppa_hpux_elf_init_abi): Set is_elf to 1.
9218 * hppa-tdep.c (low_text_segment_address): Remove global.
9219 (record_text_segment_lowaddr): Pass in low address as parameter. Use
9220 section offset to calculate segment address.
9221 (internalize_unwinds): Define low_text_segment_address as local and
9222 pass to record_text_segment_lowaddr for ELF targets.
9223 (hppa_gdbarch_init): Zero fill tdep structure.
9224 (hppa_dump_tdep): Print tdep structure.
9225 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
9226
9227 2004-04-17 Randolph Chung <tausq@debian.org>
9228
9229 * hppa-tdep.c (hppa_pseudo_register_read): Define.
9230 (hppa_gdbarch_init): Set pseudo_register_read.
9231 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
9232 * regcache.c (supply_register): Remove check for
9233 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
9234
9235 2004-04-17 Randolph Chung <tausq@debian.org>
9236
9237 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
9238 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
9239 (hpread_adjust_stack_address): Move to hpread.c.
9240 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9241 obj_private_struct): Move from tm-hppa.h.
9242 * hpread.c (hppa-tdep.h): Include.
9243 (hpread_adjust_stack_address): Move from hppa-tdep.c.
9244 (hpread_read_function_type, hpread_read_doc_function_type)
9245 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
9246 directly.
9247 * pa64solib.c (hppa-tdep.h): Include.
9248 * somsolib.c (hppa-tdep.h): Include.
9249 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
9250 inferior_status): Remove unused forward declarations.
9251 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
9252 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9253 obj_private_struct): Move to hppa-tdep.h.
9254 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
9255
9256 2004-04-17 Randolph Chung <tausq@debian.org>
9257
9258 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
9259 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
9260 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
9261 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
9262 Remove forward declaration and make static.
9263 (hppa_reg_struct_has_addr): Remove.
9264
9265 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9266
9267 * observer.sh: Move comments in sed command to first column.
9268
9269 2004-04-16 Jason Molenda (jmolenda@apple.com)
9270
9271 * frame.c: Minor typeo corrections in comments.
9272
9273 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9274
9275 * observer.c (observer_test_first_notification_function): Update
9276 function profile.
9277 (observer_test_second_notification_function): Likewise.
9278 (observer_test_third_notification_function): Likewise.
9279
9280 2004-04-16 Mark Kettenis <kettenis@gnu.org>
9281
9282 From Brian Ford <ford@vss.fsi.com>:
9283 * i386-tdep.c (i386_coff_init_abi): New function.
9284 * i386-tdep.h (i386_coff_init_abi): New prototype.
9285 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
9286 register number translation functions for DWARF and DWARF 2.
9287
9288 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9289
9290 * dwarf2read.c: Back out my previous change, it was incorrect.
9291
9292 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
9293
9294 * dwarf2read.c: Include "hashtab.h".
9295 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
9296 has_namespace_info.
9297 (struct partial_die_info): Add comments. Use bitfields to reduce
9298 memory footprint. Add scope, scope_set, has_specification,
9299 spec_offset, die_parent, die_child, and die_sibling.
9300 (peek_die_abbrev): Add prototype.
9301 (partial_read_comp_unit_head): New function, broken out from
9302 dwarf2_build_psymtabs_hard.
9303 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
9304 Use partial_read_comp_unit_head. Initialize the CU and
9305 comp_unit_obstack. Update calls to read_partial_die and
9306 scan_partial_symbols. Use free_stack_comp_unit and
9307 load_partial_dies.
9308 (scan_partial_symbols): Change PDI to a pointer. Use the child and
9309 sibling pointers to walk partial DIEs. Call fixup_partial_die.
9310 Update calls to helper functions. Remove NAMESPACE argument.
9311 Update comments.
9312 (partial_die_parent_scope, partial_die_full_name): New functions.
9313 (add_partial_symbol): Remove namespace argument. Update call to
9314 pdi_needs_namespace. Use partial_die_full_name. Handle
9315 DW_TAG_namespace. Check has_namespace_info flag.
9316 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
9317 tag. Handle namespaces.
9318 (add_partial_namespace, add_partial_enumeration): Simplify.
9319 (guess_structure_name): New function, derived from
9320 add_partial_structure.
9321 (add_partial_structure): Remove.
9322 (determine_class_name): Update comment.
9323 (dwarf2_read_abbrevs): Set has_namespace_info flag.
9324 (is_type_tag_for_partial, load_partial_dies): New functions.
9325 (read_partial_die): Pass abbrev and abbrev_len as arguments.
9326 Record specifications instead of following them immediately.
9327 (find_partial_die_in_comp_unit, find_partial_die)
9328 (fixup_partial_die, free_stack_comp_unit)
9329 (hashtab_obstack_allocate, dummy_obstack_deallocate)
9330 (partial_die_hash, partial_die_eq): New functions.
9331 * Makefile.in (hashtab_h): Define.
9332 (dwarf2read.o): Update dependencies.
9333 (observer_inc, observer_h): Move to the correct section.
9334
9335 2004-04-15 Joel Brobecker <brobecker@gnat.com>
9336
9337 * dwarf2read.c (dwarf2_attribute_true_p): New function.
9338 (die_is_declaration): Use the function above. Add comment.
9339
9340 2004-04-15 Joel Brobecker <brobecker@gnat.com>
9341
9342 * dwarf2read.c (read_structure_scope): Identify stub types
9343 using die_is_declaration() only.
9344
9345 2004-04-15 Roland McGrath <roland@redhat.com>
9346
9347 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
9348 argument instead of NAME.
9349 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
9350 in call to symbol_file_add_with_addrs_or_offsets.
9351 (build_addr_info): New function, helper for ...
9352 (symbol_file_add_from_memory): New function.
9353 (add_symbol_file_from_memory_command): New function using that.
9354 (_initialize_symfile): Register it for add-symbol-file-from-memory.
9355 (pre_add_symbol_hook): Add const to argument type.
9356 * symfile.h (symbol_file_add_from_memory): Declare it.
9357
9358 2004-04-15 Mark Kettenis <kettenis@gnu.org>
9359
9360 * NEWS (New native configurations): Mention OpenBSD/vax.
9361 * configure.host: Add vax-*-openbsd*.
9362 * config/vax/obsd.mh: New file.
9363 * config/vax/nm-obsd.h: New file.
9364
9365 * vax-tdep.c: Include "regset.h".
9366 (vax_supply_gregset): New function.
9367 (vax_gregset): New variable.
9368 (vax_regset_from_core_section): New function.
9369 (vax_gdbarch_init): Set regset_from_core_section.
9370 * Makefile.in (vax-tdep.o): Update dependencies.
9371
9372 2004-04-15 Andrew Cagney <cagney@redhat.com>
9373
9374 * observer.c (normal_stop_subject, observer_notify_normal_stop)
9375 (observer_normal_stop_notification_stub)
9376 (observer_attach_normal_stop, observer_detach_normal_stop):
9377 Delete, replaced by #include "observer.inc".
9378 * infrun.c (normal_stop): Pass "stop_bpstat" to
9379 observer_notify_normal_stop.
9380 * Makefile.in (observer_inc): Define.
9381 (observer.o): Update dependencies.
9382 (observer.h, observer.inc): New rules.
9383 * observer.h: Delete file.
9384 * observer.sh: New file.
9385
9386 2004-04-15 Mark Kettenis <kettenis@gnu.org>
9387
9388 * vax-tdep.c (vax_frame_cache): Fix typo.
9389
9390 2004-04-14 Mark Kettenis <kettenis@gnu.org>
9391
9392 * NEWS (New native configurations): Mention NetBSD/vax.
9393 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
9394 * config/vax/nbsdelf.mh: New file.
9395 * config/vax/nbsdaout.mh: New file.
9396 * config/vax/nm-nbsd.h: New file.
9397 * config/vax/nm-nbsdaout.h: New file.
9398
9399 * vaxnbsd-tdep.c: New file.
9400 * Makefile.in (vaxnbsd-tdep.o): New dependency.
9401 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
9402 * config/vax/nbsd.mt: New file.
9403 * config/vax/tm-nbsd.h: New file.
9404
9405 * Makefile.in (vaxbsd-nat.o): New dependency.
9406
9407 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
9408 * vax-tdep.c (vax_store_arguments): Remove struct_return and
9409 struct_addr arguments. Don't push return value address.
9410 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
9411 arguments to vax_store_arguments. Store return value address in
9412 R1.
9413 (vax_store_struct_return, vax_extract_return_value)
9414 (vax_store_return_value): Remove functions.
9415 (vax_return_value): New function.
9416 (vax_gdbarch_init): Set return value. Don't set
9417 deprecated_store_struct_return, deprecated_extract_struct_return
9418 and deprecated_store_return_value.
9419
9420 2004-04-14 Andreas Schwab <schwab@suse.de>
9421
9422 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
9423 value buffer.
9424 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
9425
9426 2004-04-14 Mark Kettenis <kettenis@gnu.org>
9427
9428 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
9429 (vax_unwind_dummy_id): New functions.
9430 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
9431 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
9432 variables.
9433 (vax_fix_call_dummy): Remove function.
9434 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
9435 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
9436 call_dummy_location, deprecated_call_dummy_words,
9437 deprecated_sizeof_call_dummy_words,
9438 deprecated_call_dummy_breakpoint_offset,
9439 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
9440 and deprecated_dummy_write_sp.
9441
9442 2004-04-13 David Carlton <carlton@kealia.com>
9443
9444 * MAINTAINERS: Move myself to "paper trail" section.
9445
9446 2004-04-12 Mark Kettenis <kettenis@gnu.org>
9447
9448 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
9449 "trad-frame.h".
9450 (vax_frame_init_saved_regs): Remove function.
9451 (vax_sigtramp_saved_pc): Remove function.
9452 (vax_frame_saved_pc): Remove function.
9453 (vax_frame_args_address): Remove function.
9454 (vax_frame_num_args): Rewrite.
9455 (vax_frame_chain): Remove function.
9456 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
9457 VAX_FP_REGNUM.
9458 (vax_pop_frame): Likewise.
9459 (vax_saved_pc_after_call): Remove function.
9460 (struct vax_frame_cache): New structure.
9461 (vax_frame_cache): New function.
9462 (vax_frame_this_id): New function.
9463 (vax_frame_prev_register): New function.
9464 (vax_frame_unwind): New variable.
9465 (vax_frame_sniffer): New function.
9466 (vax_frame_base_address): New function.
9467 (vax_frame_args_address): New function.
9468 (vax_frame_base): New variable.
9469 (vax_unwind_pc): New function.
9470 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
9471 deprecated_fp_regnum, deprecated_saved_pc_after_call,
9472 deprecated_frame_chain, deprecated_frame_saved_pc,
9473 deprecated_frame_args_address and
9474 deprecated_frame_init_saved_regs.
9475 * Makefile.in (vax-tdep.o): Update dependencies.
9476
9477 * vaxbsd-nat.c: New file.
9478
9479 * vax-tdep.h: Update copyright year. Adjust comments.
9480 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
9481 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
9482 (vax_regnum): New enum. Replacing...
9483 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
9484 (VAX_PS_REGNUM): ... these removed macros.
9485 * vax-tdep.c (vax_register_name): Remove prototype.
9486 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
9487 (vax_register_byte, vax_register_raw_size,
9488 vax_register_virtual_size, vax_register_virtual_type): Remove
9489 functions.
9490 (vax_register_type): New function.
9491 (vax_breakpoint_from_pc): Reorganize.
9492 (vax_gdbarch_init): Set register_type. Don't set
9493 deprecated_register_size, deprecated_register_bytes,
9494 deprecated_register_byte, deprecated_register_raw_size,
9495 deprecated_max_register_raw_size,
9496 deprecated_register_virtual_size,
9497 deprecated_max_register_virtual_size and
9498 deprecated_register_virtual_type. Add comment on stack direction.
9499
9500 2004-04-11 Mark Kettenis <kettenis@gnu.org>
9501
9502 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
9503 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
9504 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
9505
9506 2004-04-10 Randolph Chung <tausq@debian.org>
9507
9508 * MAINTAINERS (write after approval): Add myself.
9509
9510 2004-04-07 Randolph Chung <tausq@debian.org>
9511
9512 * hppa-tdep.c (hppa_inner_than): Remove.
9513 (is_pa_2): Remove unused static variable.
9514 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
9515
9516 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
9517
9518 * language.h (language_defn): Add new la_post_parser field.
9519 * parser-defs.h (null_post_parser): New declaration (default for
9520 la_post_parser).
9521
9522 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
9523 insert call to that function.
9524 (parse_exp_in_context): New function, including code formerly in
9525 parse_exp_1. Calls language-dependent post-parser after
9526 prefixification.
9527 (parse_expression_in_context): New exported function.
9528 (null_post_parser): New definition.
9529 * expression.h (parse_expression_in_context): Add declaration.
9530
9531 * p-lang.c (pascal_language_defn): Add trivial post-parser.
9532 * c-lang.c (c_language_defn): Ditto.
9533 (cplus_language_defn): Ditto.
9534 (asm_language_defn): Ditto.
9535 (minimal_language_defn): Ditto.
9536 * f-lang.c (f_language_defn): Ditto.
9537 * jv-lang.c (java_language_defn): Ditto.
9538 * language.c (unknown_language_defn): Ditto.
9539 (auto_language_defn): Ditto.
9540 (local_language_defn): Ditto.
9541 * m2-lang.c (m2_language_defn): Ditto.
9542 * scm-lang.c (scm_language_defn): Ditto.
9543 * obj-lang.c (objc_language_defn): Ditto.
9544
9545 2004-04-10 Mark Kettenis <kettenis@gnu.org>
9546
9547 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
9548 (amd64nbsd_mcontext_addr): New function.
9549 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
9550 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
9551 with amd64nbsd_r_reg_offset, instead of building it on the fly.
9552
9553 * corelow.c (core_xfer_partial): Fix coding standards violation.
9554 Add support for TARGET_OBJECT_WCOOKIE.
9555
9556 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
9557 deprecated_pc_in_sigtramp.
9558 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
9559 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
9560 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
9561 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
9562 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
9563 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
9564 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
9565
9566 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
9567 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
9568 Fix typo.
9569
9570 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
9571 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
9572 (amd64_collect_fxsave): Likewise.
9573
9574 * i386-sol2-tdep.c: Include "gdb_string.h".
9575 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
9576 name.
9577 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9578
9579 2004-04-10 Mark Kettenis <kettenis@gnu.org>
9580
9581 * i386-sol2-tdep.c: Include "solib-svr4.h".
9582 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9583 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9584 * config/i386/tm-i386sol2.h: Include :solib.h".
9585 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
9586 solib-svr4.o and solib-legacy.o.
9587 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
9588 solib-svr4.o.
9589
9590 2004-04-09 Mark Kettenis <kettenis@gnu.org>
9591
9592 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
9593 whether a register is supplied by PTRACE_GETFPREGS.
9594 (store_inferior_registers): Likewise.
9595 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
9596 whether a register is supplied by PT_GETFPREGS.
9597 (store_inferior_registers): Likewise.
9598
9599 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
9600 * config/i386/linux64.mt (TDEPFILES): Likewise.
9601
9602 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
9603
9604 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
9605 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9606 the program counter is in the range specified by `struct
9607 gdbarch_tdep'.
9608 * amd64-linux-tdep.c: Include "symtab.h".
9609 (amd64_linux_pc_in_sigtramp): Remove function.
9610 (amd64_linux_sigtramp_p): New function.
9611 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9612 deprecated_pc_in_sigtramp.
9613 * amd64nbsd-tdep.c: Include "symtab.h".
9614 (amd64nbsd_sigtramp_p): New function.
9615 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9616 deprecated_pc_in_sigtramp.
9617 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
9618 few comments.
9619 (amd64obsd_pc_in_sigtramp): Remove function.
9620 (amd64obsd_sigtramp_p): New function.
9621 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9622 deprecated_pc_in_sigtramp.
9623 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
9624 (i386bsd_pc_ins_sigtramp): Remove prototype.
9625 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
9626 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
9627 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9628 the program counter is in the range specified by `struct
9629 gdbarch_tdep'.
9630 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
9631 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
9632 (i386_go32_pc_in_sigtramp): Remove function.
9633 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
9634 Initialize TDEP->sigtramp_p.
9635 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
9636 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
9637 deprecated_pc_in_sigtramp.
9638 * i386-linux-tdep.c: Adjust comments.
9639 (i386_linux_pc_in_sigtramp): Remove function.
9640 (i386_linux_sigtramp_p): New function.
9641 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9642 deprecated_pc_in_sigtramp.
9643 * i386-nto-tdep.c: Update copyright year.
9644 (i386nto_pc_in_sigtramp): Remove function.
9645 (i386nto_sigtramp_p): New function.
9646 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
9647 SP_REGNUM.
9648 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
9649 deprecated_pc_in_sigtramp.
9650 * i386-sol2-tdep.c: Update copyright year.
9651 (i386_sol2_pc_in_sigtramp): Remove function.
9652 (i386_sol2_sigtramp_p): New function.
9653 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
9654 deprecated_pc_in_sigtramp.
9655 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
9656 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
9657 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9658 deprecated_sigtramp_start and deprecated_sigtramp_end.
9659 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
9660 (i386nbsd_pc_in_sigtramp): Remove function.
9661 (i386nbsd_sigtramp_p): New function.
9662 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9663 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9664 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
9665 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
9666 (i386obsd_pc_in_sigtramp): Remove function.
9667 (i386obsd_sigtramp_p): New function.
9668 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
9669 functions.
9670 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9671 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9672 TDEP->sigtramp_p.
9673 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
9674 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
9675 dependencies.
9676
9677 * config/i386/i386aout.mt: Remove file.
9678
9679 * configure.tgt: Remove i[34567]86-*-go32*,
9680 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
9681 and i[34567]86-*-isc*. Set gdb_target to i386 for
9682 i[34567]86-*-netware* and i[34567]86-*-*.
9683 * config/i386/i386.mt: New file.
9684 * config/i386/embed.mt: Remove file.
9685 * config/i386/go32.mt: Remove file.
9686 * config/i386/i386nw.mt: Remove file.
9687 * config/i386/i386v.mt: Remove file.
9688 * config/i386/tm-go32.h: Remove file.
9689
9690 * tui/tui-hooks.c: Include "readline/readline.h" after
9691 "gdb_curses.h" instead of before.
9692 * tui/tui-io.c: Likewise.
9693
9694 * tui/tui.c: Fix typo in comment.
9695
9696 * sparc64-tdep.c (sparc_address_from_register): Remove function.
9697
9698 2004-04-08 Andrew Cagney <cagney@redhat.com>
9699
9700 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
9701 (deprecated_exception_support_initialized): Declare.
9702 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
9703 (initialize_hp_cxx_exception_support)
9704 (child_enable_exception_callback): Update.
9705 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
9706 (deprecated_exception_support_initialized): Rename
9707 deprecated_exception_catchpoints_are_fragile and
9708 deprecated_exception_support_initialized.
9709 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
9710
9711 * symtab.c (deprecated_hp_som_som_object_present): Rename
9712 hp_som_som_object_present.
9713 * symtab.h (deprecated_hp_som_som_object_present): Declare.
9714 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
9715 Update. Delete extern declaration.
9716 * valops.c (hp_som_som_object_present): Ditto.
9717 * parse.c (deprecated_hp_som_som_object_present)
9718 (parse_nested_classes_for_hpacc): Ditto.
9719 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
9720 * hppa-hpux-tdep.c (hp_som_som_object_present)
9721 (initialize_hp_cxx_exception_support): Ditto.
9722 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
9723 * cp-valprint.c (hp_som_som_object_present)
9724 (cp_print_class_method): Ditto.
9725 * c-typeprint.c (hp_som_som_object_present):
9726 (c_type_print_base): Ditto.
9727 * c-exp.y (hp_som_som_object_present): Ditto.
9728
9729 2004-04-08 Andrew Cagney <cagney@redhat.com>
9730
9731 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
9732 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
9733 (frame_unwind_find_by_frame): Re-implement the unwind code so
9734 that it can both prepend and append sniffers. Replace
9735 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
9736 * tramp-frame.c (tramp_frame_append): Use
9737 frame_unwind_prepend_unwinder.
9738 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
9739 frame_unwind_register_unwinder.
9740 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
9741 tramp_frame_append.
9742 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
9743 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
9744 (mips_linux_init_abi): Update.
9745
9746 2004-04-08 Kevin Buettner <kevinb@redhat.com>
9747
9748 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9749 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
9750 file support.
9751
9752 2004-04-07 Kevin Buettner <kevinb@redhat.com>
9753
9754 * ia64-tdep.c (elf.h): Don't include.
9755 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9756
9757 2004-04-07 Jason Molenda (jmolenda@apple.com)
9758
9759 * frame.h: Typeo corrections in comments.
9760
9761 2004-04-07 Jim Blandy <jimb@redhat.com>
9762
9763 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
9764 %esp and %ebp
9765
9766 2004-04-07 Mark Kettenis <kettenis@gnu.org>
9767
9768 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9769 * config/sparc/linux64.mt (TDEPFILES): Likewise.
9770 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9771 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9772 and solib-legacy.o.
9773 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9774 solib-svr4.o.
9775 * config/sparc/tm-sol2.h: Update copyright year. Include
9776 "solib.h".
9777
9778 * sparc-sol2-tdep.c: Update copyright year. Include
9779 "solib-svr4.h".
9780 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9781 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9782 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9783 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
9784 dependencies.
9785
9786 2004-04-06 Andrew Cagney <cagney@redhat.com>
9787
9788 * infttrace.c: Include "infttrace.h".
9789 * infttrace.h: Include "target.h".
9790 * Makefile.in (infttrace_h): Update.
9791 (infttrace.o): Update.
9792
9793 2004-04-06 Andrew Cagney <cagney@redhat.com>
9794
9795 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9796 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9797 move extern declarations from here ...
9798 * infttrace.h: ... to here.
9799 * Makefile.in (hppah-nat.o): Update dependencies.
9800
9801 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9802 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
9803 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
9804 (hppa_breakpoint_from_pc): Delete.
9805
9806 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9807
9808 2004-04-05 Andrew Cagney <cagney@redhat.com>
9809
9810 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9811 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9812 <sys/file.h>.
9813
9814 2004-04-06 Randolph Chung <tausq@debian.org>
9815
9816 Committed by Andrew Cagney (mechanical change).
9817 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9818 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9819 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9820 child_enable_exception_callback, current_ex_event,
9821 null_symtab_and_line, child_get_current_exception_event,
9822 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9823 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9824 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9825 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9826 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9827 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9828 Move hpux-specific definitions ...
9829 * hppa-hpux-tdep.c: ... to here.
9830
9831 2004-04-05 Andrew Cagney <cagney@redhat.com>
9832
9833 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9834 skip_prologue_using_sal.
9835
9836 2004-04-05 Andrew Cagney <cagney@redhat.com>
9837
9838 * config/i386/tm-i386.h: Delete file.
9839 * config/i386/tm-vxworks.h: Update copyright, do not include
9840 "tm-i386.h".
9841 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9842 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9843 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9844 * config/i386/ncr3000.mt (TM_FILE): Delete.
9845 * config/i386/interix.mt (TM_FILE): Delete.
9846 * config/i386/i386v.mt (TM_FILE): Delete.
9847 * config/i386/i386nw.mt (TM_FILE): Delete.
9848 * config/i386/i386gnu.mt (TM_FILE): Delete.
9849 * config/i386/i386aout.mt (TM_FILE): Delete.
9850 * config/i386/embed.mt (TM_FILE): Delete.
9851
9852 2004-04-05 Kevin Buettner <kevinb@redhat.com>
9853
9854 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9855 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9856 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9857 (accg7_regnum): New constants.
9858 (last_spr_regnum, last_pseudo_regnum): Update.
9859 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9860 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
9861 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9862 for accg registers.
9863 (frv_register_sim_regno): Update spr_map[].
9864
9865 2004-04-04 Andrew Cagney <cagney@redhat.com>
9866
9867 * config/mips/xm-riscos.h: Delete.
9868 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9869 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9870 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9871 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9872 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9873 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9874 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9875 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9876 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9877 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9878 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9879 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9880 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9881 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9882 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9883 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9884 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9885 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9886 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9887 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9888 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9889 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9890 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9891 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9892 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9893 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
9894
9895 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9896 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9897 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9898 * configure.host: Remove m680[01]0-sun-sunos3*,
9899 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9900 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9901 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9902 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9903 mips-*-riscos*.
9904 * NEWS: Mention removed systems.
9905
9906 2004-04-04 Andrew Cagney <cagney@redhat.com>
9907
9908 GDB 6.1 release created from 6.1 branch.
9909
9910 2004-04-04 Andrew Cagney <cagney@redhat.com>
9911
9912 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9913 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9914 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9915
9916 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9917 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9918 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9919
9920 2004-04-03 Jim Blandy <jimb@redhat.com>
9921
9922 * MAINTAINERS: Chris Faylor has changed employers; add him to
9923 "paper trail" section, and update his E-mail address.
9924
9925 2004-04-03 Andrew Cagney <cagney@redhat.com>
9926
9927 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9928 generic dummy frames.
9929 * dummy-frame.c: Update copyright.
9930 (dummy_frame_sniffer): Delete check for generic dummy frames.
9931
9932 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
9933 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
9934 (REG_PARM_STACK_SPACE): Delete.
9935 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9936 Inline reference to REG_PARM_STACK_SPACE.
9937
9938 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9939 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9940 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9941 (FRAME_BASE_BEFORE_SIGTRAMP)
9942 (hppa32_hpux_frame_base_before_sigtramp)
9943 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9944 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9945 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9946 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9947 (FRAME_BASE_BEFORE_SIGTRAMP)
9948 (hppa64_hpux_frame_base_before_sigtramp)
9949 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9950
9951 2004-04-03 Andrew Cagney <cagney@redhat.com>
9952
9953 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9954
9955 2004-04-02 Andrew Cagney <cagney@redhat.com>
9956
9957 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9958 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9959 * dummy-frame.h: Delete out-of-date comments.
9960 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9961 * gdbarch.h, gdbarch.c: Re-generate.
9962
9963 2004-04-02 Joel Brobecker <brobecker@gnat.com>
9964
9965 Committed by Andrew Cagney <cagney@redhat.com>.
9966 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9967 into account an instruction saving a register if we have already
9968 seen an earlier instruction saving that same register.
9969
9970 2004-04-02 Andrew Cagney <cagney@redhat.com>
9971
9972 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9973 * gdbarch.h, gdbarch.c: Re-generate.
9974 * frame.c (legacy_get_prev_frame): Delete references to
9975 DEPRECATED_INIT_FRAME_PC_FIRST.
9976
9977 * infrun.c (pc_in_sigtramp): Delete function.
9978 (check_sigtramp2): Inline call to pc_in_sigtramp, use
9979 get_frame_type.
9980
9981 2004-04-02 Andrew Cagney <cagney@redhat.com>
9982
9983 * infrun.c (handle_step_into_function): Delete code conditional on
9984 legacy_frame_p.
9985 (handle_inferior_event, step_over_function): Ditto.
9986
9987 2004-04-02 Andrew Cagney <cagney@redhat.com>
9988
9989 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
9990 "previous frame inner to this frame" test.
9991
9992 2004-04-02 Andrew Cagney <cagney@redhat.com>
9993
9994 * frame.c (safe_frame_unwind_memory): New function.
9995 * frame.h (safe_frame_unwind_memory): Declare. Update description
9996 of /safe_/ methods.
9997 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
9998 "next_frame". Use safe_frame_unwind_memory.
9999 (tramp_frame_sniffer): Update call to tramp_frame_start.
10000
10001 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
10002
10003 * dwarf2read.c (dwarf2_objfile_data_key): New.
10004 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
10005 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
10006 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
10007 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
10008 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
10009 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
10010 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
10011 Remove variables.
10012 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
10013 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
10014 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
10015 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
10016 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
10017 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
10018 Remove macros.
10019 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
10020 data.
10021 (dwarf2_locate_sections, dwarf2_build_psymtabs)
10022 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
10023 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
10024 (read_partial_die, read_full_die, read_indirect_string)
10025 (dwarf_decode_line_header, dwarf_decode_macros)
10026 (dwarf2_symbol_mark_computed): Remove use of removed macros.
10027 Update uses of removed variables.
10028 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
10029 of removed macros.
10030 (_initialize_dwarf2_read): New function.
10031 * symfile.h (dwarf2_has_info): Update prototype.
10032 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
10033 * elfread.c (elf_symfile_read): Likewise.
10034
10035 2004-04-01 Jim Blandy <jimb@redhat.com>
10036
10037 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
10038 function for register numbers on all the rs6000-derived targets.
10039 (rs6000_gdbarch_init): Don't register a separate
10040 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
10041 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
10042 variants.
10043
10044 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
10045 numbering.
10046
10047 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
10048
10049 * valarith.c: Update copyright notice.
10050 (value_add): Handle range types.
10051 (value_sub): Ditto.
10052 (value_equal): Ditto.
10053 (value_less): Ditto.
10054 (value_neg): Ditto.
10055 (value_complement): Ditto.
10056 (value_binop): Simplify slightly by using is_integral_type and
10057 eliminiating unnecessary COERCE_ENUMs.
10058
10059 2004-03-31 Andrew Cagney <cagney@redhat.com>
10060
10061 * frame.h (frame_unwind_id): Declare.
10062 * frame.c (frame_unwind_id): New function.
10063 (get_prev_frame_1): New function.
10064 (frame_debug_got_null_frame): New function.
10065 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
10066 code proper to prev_frame, update description.
10067 * infrun.c (step_over_function): Use frame_unwind_id.
10068
10069 2004-04-31 J. Brobecker <brobecker@gnat.com>
10070
10071 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
10072 (hppa64_push_dummy_call): Likewise.
10073
10074 2004-03-30 Jim Blandy <jimb@redhat.com>
10075
10076 From Ulrich Weigand:
10077 * utils.c (query): Do not use a va_list variable multiple times.
10078
10079 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
10080
10081 * Makefile.in (linux_nat_h): Update dependencies.
10082 * configure.in: Check for <gnu/libc-version.h>.
10083 * configure: Regenerate.
10084 * config.in: Regenerate.
10085 * linux-nat.h: Include "target.h". Add waitstatus field to
10086 struct lwp_info.
10087 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
10088 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
10089 to.
10090 (lin_lwp_handle_extended): New function. Handle clone events.
10091 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
10092 thread exit events.
10093 (child_wait): Handle clone events.
10094 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
10095 * linux-nat.c (linux_enable_event_reporting): Turn on
10096 PTRACE_O_TRACECLONE.
10097 (linux_handle_extended_wait): Handle clone events.
10098 * thread-db.c: Include <gnu/libc-version.h>.
10099 (struct private_thread_info): Add dying flag.
10100 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
10101 higher.
10102 (attach_thread): Update comments. Handle dying threads.
10103 (detach_thread): Set the dying flag.
10104 (check_event): Always call attach_thread.
10105
10106 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
10107
10108 * mips-tdep.c (mips_pdr_data): New.
10109 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
10110 (_initialize_mips_tdep): Initialize mips_pdr_data.
10111
10112 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
10113
10114 * minsyms.c (install_minimal_symbols): Move dropping leading
10115 char from linkage name from here...
10116 (prim_record_minimal_symbol_and_info): ...to here. Simplify
10117 test for "__gnu_compiled*" symbols.
10118
10119 2004-03-28 Jim Blandy <jimb@redhat.com>
10120
10121 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
10122 registers to temp register r0 and byte stores as prologue
10123 instructions.
10124
10125 2004-03-28 Andrew Cagney <cagney@redhat.com>
10126
10127 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
10128 arm*-*-*.
10129
10130 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
10131
10132 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
10133 and switch the layout to force a display of register window.
10134
10135 2004-02-26 J. Brobecker <brobecker@gnat.com>
10136
10137 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
10138 of the INTEGER class.
10139
10140 2004-03-26 Jim Blandy <jimb@redhat.com>
10141
10142 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
10143 bytes long on PPC GNU/Linux.
10144
10145 2004-03-26 David Carlton <carlton@kealia.com>
10146
10147 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
10148
10149 2004-03-25 Andrew Cagney <cagney@redhat.com>
10150
10151 * PROBLEMS: Add general section titles, remove references to
10152 specific releases.
10153
10154 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
10155
10156 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
10157 INT_REGISTER_SIZE.
10158 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
10159 FP_REGISTER_VIRTUAL_SIZE.
10160 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
10161 of DEPRECATED_REGISTER_RAW_SIZE.
10162 (arm_register_type): Add gdbarch argument.
10163 (arm_register_raw_size, arm_register_virtual_size): Delete.
10164 (arm_register_byte, arm_extract_return_value)
10165 (arm_store_return_value, arm_get_longjmp_target): Update references
10166 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
10167 (arm_gdbarch_init): Likewise. Don't set
10168 deprecated_register_raw_size, deprecated_register_virtual_size,
10169 deprecated_max_register_raw_size,
10170 deprecated_max_register_virtual_size, or
10171 deprecated_max_register_virtual_type. Do set register_type.
10172 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
10173 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
10174 (FP_REGISTER_VIRTUAL_SIZE): Delete.
10175 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
10176 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
10177 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
10178 INT_REGISTER_SIZE.
10179 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
10180 (remote_rdp_store_register): Likewise.
10181
10182 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
10183
10184 * Makefile.in (mips-linux-tdep.o): Update dependencies.
10185 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
10186 to after osabi initialization.
10187 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
10188 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
10189 functions.
10190 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
10191 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
10192 variables.
10193 (mips_linux_init_abi): Append signal trampoline unwinders.
10194
10195 2004-03-24 Andrew Cagney <cagney@redhat.com>
10196
10197 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
10198 * tramp-frame.c: Include "gdb_assert.h".
10199 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
10200 correct sizeof.
10201 (tramp_frame_append): Validate the tramp frame's instructions.
10202 * Makefile.in (tramp-frame.o): Update dependencies.
10203
10204 2004-03-23 Andrew Cagney <cagney@redhat.com>
10205
10206 * trad-frame.h (trad_frame_set_reg_addr): Declare.
10207
10208 2004-03-23 Andrew Cagney <cagney@redhat.com>
10209
10210 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
10211 Nasser as past testsuite/lib/ (and other) maintainers.
10212
10213 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
10214
10215 * infcmd.c (attach_command): Reread symbols if we already have
10216 an exec file.
10217
10218 2004-03-23 Andrew Cagney <cagney@redhat.com>
10219
10220 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
10221
10222 2004-03-23 Andrew Cagney <cagney@redhat.com>
10223
10224 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
10225 * gdbarch.h, gdbarch.c: Re-generate.
10226 * i386obsd-tdep.c (i386obsd_init_abi): Update.
10227 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10228 * i386bsd-tdep.c (i386bsd_init_abi): Update.
10229 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
10230 (DEPRECATED_SIGTRAMP_START): Update.
10231 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
10232 (DEPRECATED_SIGTRAMP_START): Update.
10233 * blockframe.c (find_pc_sect_partial_function): Update.
10234 * arch-utils.c (legacy_pc_in_sigtramp): Update.
10235
10236 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
10237
10238 * remote.c (remote_open_1): Reopen the exec file and reread symbols
10239 if necessary.
10240
10241 2004-03-23 Andrew Cagney <cagney@redhat.com>
10242
10243 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
10244 predicate, deprecate.
10245 * gdbarch.h, gdbarch.c: Re-generate.
10246 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
10247 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
10248 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
10249 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
10250 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
10251 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
10252 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
10253 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
10254 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
10255 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
10256 * blockframe.c (find_pc_partial_function): Update.
10257 * breakpoint.c (bpstat_what): Update.
10258 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
10259 * frv-linux-tdep.c (frv_linux_init_abi): Update.
10260 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
10261 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
10262 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10263 * i386-linux-tdep.c (i386_linux_init_abi): Update.
10264 * i386-nto-tdep.c (i386nto_init_abi): Update.
10265 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
10266 * i386-tdep.c (i386_sigtramp_frame_sniffer)
10267 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
10268 * i386bsd-tdep.c (i386bsd_init_abi): Update.
10269 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10270 * i386obsd-tdep.c (i386obsd_init_abi): Update.
10271 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
10272 * infrun.c (pc_in_sigtramp): Update.
10273 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
10274 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10275 * mips-tdep.c (mips_gdbarch_init): Update.
10276 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
10277 * ppc-linux-tdep.c: Update comment.
10278 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
10279 * shnbsd-tdep.c (shnbsd_init_abi): Update.
10280 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
10281 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
10282 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
10283 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
10284 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
10285 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
10286 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
10287 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
10288
10289 2004-03-23 Andrew Cagney <cagney@redhat.com>
10290
10291 * tramp-frame.h, tramp-frame.h: New files.
10292 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
10293 Update rules to include "tramp-frame.h" and "tramp-frame.c".
10294
10295 * Makefile.in: Update all dependencies.
10296
10297 2004-03-23 Andrew Cagney <cagney@redhat.com>
10298
10299 * Makefile.in (trad_frame_h): Add $(frame_h).
10300 * trad-frame.h: Update copyright. Include "frame.h".
10301 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
10302 (trad_frame_set_id, trad_frame_get_id): Declare.
10303 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
10304 * trad-frame.c: Update copyright.
10305 (struct trad_frame_cache): Define.
10306 (trad_frame_cache_zalloc): New function.
10307 (trad_frame_set_id, trad_frame_get_id): New functions.
10308 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
10309
10310 2004-03-22 Andrew Cagney <cagney@redhat.com>
10311
10312 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
10313 s390_pltstub_unwind_cache.
10314 (s390_stub_frame_unwind_cache): Rename
10315 s390_pltstub_frame_unwind_cache.
10316 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
10317 (s390_stub_frame_prev_register): Rename
10318 s390_pltstub_frame_prev_register.
10319 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
10320 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
10321
10322 From Ulrich Weigand:
10323 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
10324 pointer calls like PLT calls.
10325
10326 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
10327
10328 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
10329 PC rather than the partial function start address. Use the start
10330 address to sanity check the found PDR.
10331
10332 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
10333
10334 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
10335 linux_handle_extended_wait.
10336
10337 2004-03-22 Andrew Cagney <cagney@redhat.com>
10338
10339 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
10340 function.
10341
10342 * frame.h (generic_pop_current_frame): Delete declaration.
10343 (deprecate_pop_dummy_frame): Deprecate
10344 generic_pop_dummy_frame.
10345 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
10346 (generic_pop_current_frame): Delete function.
10347 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
10348 generic_pop_current_frame.
10349 * v850-tdep.c (v850_pop_frame): Update.
10350 * mcore-tdep.c (mcore_pop_frame): Update.
10351 * sh64-tdep.c (sh64_pop_frame): Update.
10352 * h8300-tdep.c (h8300_pop_frame): Update.
10353
10354 2004-03-22 Andrew Cagney <cagney@redhat.com>
10355
10356 * frame.h (deprecated_pc_in_call_dummy): Rename
10357 generic_pc_in_call_dummy.
10358 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
10359 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
10360 generic_pc_in_call_dummy.
10361 (pc_in_dummy_frame): Make static.
10362 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
10363 * gdbarch.h, gdbarch.c: Re-generate.
10364 * dummy-frame.c (dummy_frame_sniffer): Simplify.
10365 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
10366 (legacy_get_prev_frame): Ditto.
10367 * inferior.h: Delete reference to generic_pc_in_call_dummy in
10368 comment.
10369
10370 2004-03-21 Andrew Cagney <cagney@redhat.com>
10371
10372 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
10373 declaration and out-of-date comment.
10374 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10375 Delete function.
10376 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
10377 deprecated_pc_in_call_dummy.
10378
10379 * infrun.c (handle_inferior_event): For non legacy frames, use the
10380 frame ID and frame type to identify a signal trampoline. Update
10381 comments.
10382
10383 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
10384
10385 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
10386 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
10387
10388 2004-03-21 Andrew Cagney <cagney@redhat.com>
10389
10390 * frame-unwind.h: Update copyright.
10391 (struct frame_data): Add opaque declaration.
10392 (frame_sniffer_ftype): Declare.
10393 (struct frame_unwind): Add "unwind_data" and "sniffer".
10394 (frame_unwind_register_unwinder): Declare.
10395 (frame_unwind_find_by_frame): Add parameter "this_cache".
10396 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
10397 (legacy_get_prev_frame, legacy_get_prev_frame)
10398 (get_frame_type): Pass the prologue_cache to
10399 frame_unwind_find_by_frame.
10400 * frame-unwind.c (struct frame_unwind_table_entry): Add field
10401 "unwinder".
10402 (frame_unwind_register_unwinder): New function.
10403 (frame_unwind_find_by_frame): Handle an unwind sniffer.
10404
10405 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
10406
10407 * bcache.c (print_percentage): Use floating point to avoid
10408 incorrect results when portion*100 overflows.
10409
10410 2004-03-19 Kevin Buettner <kevinb@redhat.com>
10411
10412 * ppc_tdep.h (ppc_linux_frame_saved_pc)
10413 (ppc_linux_init_extra_frame_info)
10414 (ppc_linux_frameless_function_invocation)
10415 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
10416 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
10417 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
10418 (rs6000_frame_chain): Delete declarations.
10419 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
10420 (ppc_linux_init_extra_frame_info)
10421 (ppc_linux_frameless_function_invocation)
10422 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
10423 (ppc_linux_init_abi): Remove registration of above deleted functions.
10424 * rs6000-tdep.c (rs6000_init_extra_frame_info)
10425 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
10426 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
10427 (rs6000_pop_frame, rs6000_frameless_function_invocation)
10428 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
10429 (rs6000_gdbarch_init): Remove registration of above deleted functions.
10430 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
10431 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
10432 frame management for all OSABIs.
10433
10434 2004-03-19 Andrew Cagney <cagney@redhat.com>
10435
10436 Committed by Kevin Buettner <kevinb@redhat.com>.
10437
10438 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
10439 Update copyright.
10440 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
10441 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
10442 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
10443 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
10444 unwinders. #ifdef legacy frame code.
10445 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10446 "frame-base.h".
10447 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
10448 (struct rs6000_frame_cache, rs6000_frame_cache)
10449 (rs6000_frame_this_id, rs6000_frame_prev_register)
10450 (rs6000_frame_sniffer, rs6000_frame_unwind)
10451 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
10452 (rs6000_frame_base): Implement a traditional frame unwinder.
10453 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
10454 frame unwinder.
10455
10456 2004-03-19 Kevin Buettner <kevinb@redhat.com>
10457
10458 * breakpoint.c (adjust_breakpoint_address): Don't adjust
10459 breakpoint address for watchpoints or the catch eventpoints.
10460 Add new paramter ``bptype''. Adjust all callers.
10461
10462 2004-03-19 Andrew Cagney <cagney@redhat.com>
10463
10464 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
10465
10466 * PROBLEMS: Delete note that ARM does not use frame code, problem
10467 fixed.
10468
10469 2004-03-18 Andrew Cagney <cagney@redhat.com>
10470
10471 * stack.c (return_command): Delete code wrapped in #ifdef
10472 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
10473
10474 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
10475
10476 2004-03-18 Andrew Cagney <cagney@redhat.com>
10477
10478 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
10479 DEPRECATED_IN_SIGTRAMP.
10480 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10481 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
10482 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10483 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10484 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10485 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10486 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10487 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10488 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
10489 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
10490
10491 2004-03-18 Andrew Cagney <cagney@redhat.com>
10492
10493 * frame-base.c: Update copyright. Include "gdb_obstack.h".
10494 (struct frame_base_table_entry): Define.
10495 (struct frame_base_table): Re-implement as a linked list.
10496 (frame_base_init): Re-implement.
10497 (frame_base_table): Delete function.
10498 (append_predicate): Delete function.
10499 (frame_base_append_sniffer): Update.
10500 (frame_base_set_default): Update.
10501 (frame_base_find_by_frame): Update.
10502 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
10503 * Makefile.in (frame-base.o): Update dependencies.
10504
10505 2004-03-17 Andrew Cagney <cagney@redhat.com>
10506
10507 * frame.c (legacy_get_prev_frame): Pass correct frame to
10508 frame_unwind_find_by_frame.
10509
10510 2004-03-17 David Carlton <carlton@kealia.com>
10511
10512 * NEWS: Mention C++ nested types and namespaces
10513
10514 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
10515
10516 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
10517 and "Regressions since gdb 5.3.". Add known regressions since
10518 gdb 6.0.
10519
10520 2004-03-16 David Carlton <carlton@kealia.com>
10521
10522 * dwarf2read.c (process_structure_scope): Process children even
10523 when we're a declaration.
10524
10525 2004-03-16 Andrew Cagney <cagney@redhat.com>
10526
10527 * symtab.h (find_pc_sect_partial_function): Delete declaration.
10528 * blockframe.c (find_pc_partial_function)
10529 (find_pc_sect_partial_function): Merge into a single
10530 find_pc_partial_function.
10531
10532 2004-03-16 Mark Kettenis <kettenis@gnu.org>
10533
10534 * i386bsd-nat.c: s/regno/regnum/g.
10535 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
10536 FP0_REGNUM.
10537 (store_inferior_registers): Likewise.
10538
10539 2004-03-16 Mark Kettenis <kettenis@gnu.org>
10540
10541 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
10542 of i387_fill_fsave.
10543 (store_inferior_registers): Call i387_collect_fsave and
10544 i387_collect_fxsave instead of i387_fill_fsave and
10545 i387_fill_fxsave.
10546
10547 2004-03-15 Andrew Cagney <cagney@redhat.com>
10548
10549 * Makefile.in (frame-unwind.o): Update dependencies.
10550 * frame-unwind.c: Include "gdb_obstack.h".
10551 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
10552 parameter.
10553 (append_predicate): Delete function.
10554 (struct frame_unwind_table_entry): New structure.
10555 (struct frame_unwind_table): Replace "sniffer" with "head" and
10556 "tail".
10557 (frame_unwind_append_sniffer): Update.
10558 (frame_unwind_find_by_frame): Update.
10559 (_initialize_frame_unwind): Registe frame_unwind_init using
10560 gdbarch_data_register_pre_init.
10561
10562 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10563
10564 * i386bsd-nat.c: Update copyright year.
10565 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
10566 define unconditionally.
10567
10568 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10569
10570 * i387-tdep.h (i387_collect_fsave): New prototype.
10571 * i387-tdep.c (i387_collect_fsave): New function containing most
10572 of the code from i387_fill_fsave.
10573 (i387_fill_fsave): Call i387_collect_fsave.
10574
10575 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10576
10577 * i386-linux-tdep.c: Update copyright year.
10578 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
10579 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
10580 svr4_ilp32_link_map_offsets instead of
10581 i386_linux_svr4_fetch_link_map_offsets.
10582
10583 2004-03-15 David Carlton <carlton@kealia.com>
10584
10585 Fix for PR c++/1553:
10586 * dwarf2read.c (read_structure_type): Determine type name by
10587 calling determine_class_name.
10588 (determine_class_name): New.
10589 (determine_prefix): Look at TYPE_TAG_NAME and call
10590 determine_class_name when appropriate.
10591 (determine_prefix_aux, class_name): Delete.
10592 (read_namespace): Set die->type.
10593
10594 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10595
10596 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
10597 unused macro definition. The definition in target.h (or perhaps
10598 elsewhere) takes precedence.
10599
10600 2004-03-15 Andrew Cagney <cagney@redhat.com>
10601
10602 * ppc-tdep.h: Update copyright.
10603 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
10604 function signatures to match "regsets.h".
10605 * ppc-linux-tdep.c: Include "regset.h".
10606 (ELF_GREGSET_SIZE): Delete.
10607 (right_supply_register): New function.
10608 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
10609 using right_supply_register.
10610 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
10611 functions.
10612 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
10613 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
10614 (_initialize_ppc_linux_tdep): Do not register
10615 ppc_linux_regset_core_fns.
10616 (ppc_linux_regset_from_core_section): Replace
10617 fetch_core_registers.
10618 (ppc_linux_regset_core_fns): Delete.
10619 * ppc-linux-nat.c: (right_fill_reg): New function.
10620 (supply_gregset): Update call to ppc_linux_supply_gregset.
10621 (fill_gregset): Clear the register set, use right_fill_reg.
10622 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
10623 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
10624
10625 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
10626 unsigned.
10627
10628 2004-03-15 Andrew Cagney <cagney@redhat.com>
10629
10630 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
10631 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
10632 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
10633 and register_gdbarch_data.
10634 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
10635 (struct gdbarch_data): Replace "init" by "pre_init" and
10636 "post_init".
10637 * gdbarch.h, gdbarch.c: Re-generate.
10638 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
10639 with"obstack", use OBSTACK_ZALLOC.
10640 (dwarf2_frame_ops): Delete.
10641 (dwarf2_frame_set_init_reg): Use gdbarch_data.
10642 (dwarf2_frame_init_reg): Use gdbarch_data.
10643 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
10644 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
10645 (_initialize_svr4_solib): Update.
10646 * user-regs.c (_initialize_user_regs): Update.
10647 * reggroups.c (_initialize_reggroup): Update.
10648 * regcache.c (_initialize_regcache): Update.
10649 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
10650 * libunwind-frame.c (_initialize_libunwind_frame): Update.
10651 * gnu-v3-abi.c (init_gnuv3_ops): Update.
10652 * frame-unwind.c (_initialize_frame_unwind): Update.
10653 * frame-base.c (_initialize_frame_base): Update.
10654 * user-regs.c (user_reg_add): Update.
10655 * reggroups.c (reggroup_add): Update.
10656 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
10657 * libunwind-frame.c (libunwind_frame_set_descr): Update.
10658 * frame-unwind.c (frame_unwind_append_sniffer): Update.
10659 * frame-base.c (frame_base_table): Update.
10660 * remote.c (_initialize_remote): Update.
10661 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
10662
10663 2004-03-15 Andrew Cagney <cagney@redhat.com>
10664
10665 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
10666
10667 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10668
10669 * Makefile.in (frv-linux-tdep.o): Add dependencies.
10670 * frv-linux-tdep.c: New file.
10671 * frv-tdep.c (struct gdbarch_tdep): Add new field
10672 ``sigcontext_reg_addr''.
10673 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
10674 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
10675 (frv_sigramp_frame_sniffer): New functions.
10676 (frv_sigtramp_frame_unwind): New static global.
10677 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
10678 sniffers.
10679 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
10680 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
10681
10682 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10683
10684 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
10685 but not via a call to error(), when unable to read memory.
10686
10687 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10688
10689 * frv-tdep.c (frv_call_dummy_words): Delete.
10690 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
10691
10692 2004-03-15 Andrew Cagney <cagney@redhat.com>
10693
10694 * infrun.c (handle_step_into_function, step_over_function): Only
10695 update and use STEP_FRAME_ID when the system is using legacy
10696 frames. Update comments.
10697
10698 2004-03-14 Mark Kettenis <kettenis@gnu.org>
10699
10700 * amd64-linux-tdep.h: Remove file.
10701 * amd64-linux-tdep.c: Don't include "inferior.h" and
10702 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
10703 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
10704 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
10705 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
10706 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
10707 macros.
10708 (user_to_gdb_regmap): Remove variable.
10709 (amd64_linux_gregset_reg_offset): New variable.
10710 (amd64_core_fns): Remove variable.
10711 (fetch_core_registers): Remove function.
10712 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
10713 functions.
10714 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
10715 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
10716 * Makefile.in (amd64_linux_tdep_h): Remove.
10717 (amd64-linux-nat.o): Update dependencies.
10718 (amd64-linux-tdep.o): Update dependencies.
10719
10720 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
10721 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
10722 functions.
10723 (fetch_inferior_registers, store_inferior_registers): Rewrite.
10724
10725 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
10726 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
10727
10728 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
10729
10730 * dwarf2read.c (read_structure_type): Rename from
10731 read_structure_scope. Don't create a symbol or call process_die.
10732 Return immediately if die->type is set. Call read_type_die before
10733 dwarf2_add_member_fn.
10734 (process_structure_scope): New function.
10735 (read_enumeration_type, process_enumeration_scope): New functions,
10736 broken out from read_enumeration. Don't create the enumeration
10737 type if it has already been created.
10738 (read_enumeration): Removed.
10739 (process_die): Call read_structure_type, process_structure_scope,
10740 read_enumeration_type, and process_enumeration_scope. Just call
10741 new_symbol for base and subrange types. Add a comment about other
10742 type dies.
10743 (read_type_die): Call read_enumeration_type.
10744 (add_partial_structure, new_symbol): Update comments.
10745
10746 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10747
10748 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10749
10750 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10751
10752 * tui/tui-win.h (tui_get_cmd_list): Declare.
10753 * tui/tui-win.c (tui_command): New function.
10754 (tui_get_cmd_list): New function.
10755 (_initialize_tui_win): Moved initialization of tui command in
10756 tui_get_cmd_list.
10757
10758 * tui/tui-data.c (init_content_element): Setup new data members.
10759 (init_win_info): Likewise.
10760 (free_content_elements): Free it.
10761 * tui/tui-data.h (struct tui_data_element): Store the register
10762 content to print.
10763 (struct tui_data_info): Keep the current register group.
10764
10765 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
10766
10767 * tui/tui-regs.h (tui_show_registers): Update prototype.
10768 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10769 (tui_resize_all): No need to calculate anything for register window.
10770 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10771 (tui_set_register_element, tui_set_general_regs_content): Remove.
10772 (tui_set_special_regs_content): Remove.
10773 (tui_set_general_and_special_regs_content): Remove.
10774 (tui_set_float_regs_content): Remove.
10775 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10776 (tui_set_regs_content): Remove.
10777 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10778 (tui_v_show_registers_command_support): Remove.
10779 (tui_show_registers): Use a reggroup to specify the registers to show.
10780 (tui_show_register_group): New function.
10781 (tui_display_registers_from): Compute the layout of register window
10782 and refresh with new API; be sure to delete old register windows.
10783 (tui_check_register_values): Update to use tui_get_register and
10784 tui_display_data.
10785 (tui_display_register): Just refresh the register window part.
10786 (tui_register_format): Format registers and save in tui_data_element.
10787 (tui_get_register): New to combine tui_reg_value_has_changed and
10788 tui_get_register_raw_value; fix to use the new gdb API.
10789 (tui_show_float_command): Renamed tui_reg_float_command.
10790 (tui_show_general_command): Renamed tui_reg_general_command.
10791 (tui_show_special_command): Renamed tui_reg_system_command.
10792 (_initialize_tui_regs): Remove unused commands.
10793
10794 2004-03-13 Mark Kettenis <kettenis@gnu.org>
10795
10796 * NEWS (New native configurations): Mention OpenBSD/amd64.
10797
10798 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10799 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10800 Remove defines.
10801 * config/i386/nm-fbsd64.h: Likewise.
10802 * config/i386/nm-obsd.h: Likewise.
10803 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
10804 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
10805
10806 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10807
10808 * frv-tdep.c (set_variant_scratch_registers): New function.
10809 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10810 New constants.
10811
10812 From Richard Sandiford <rsandifo@redhat.com>:
10813 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10814
10815 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10816
10817 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10818 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10819 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10820 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10821 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10822 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10823 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10824 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10825 definitions from frv-tdep.c to frv-tdep.h.
10826
10827 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10828
10829 Add shared library support for FR-V FDPIC ABI:
10830 * Makefile.in (solib-frv.o): Add dependencies.
10831 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10832 New functions.
10833 (frv_push_dummy_call): Add support for FDPIC ABI.
10834 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10835 for FDPIC ABI.
10836 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10837 (frv_fdpic_find_canonical_descriptor): Declare.
10838 * solib-frv.c: New file.
10839 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10840 * config/frv/tm-frv.h (solib.h): Include.
10841
10842 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10843
10844 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10845 (frv-tdep.o): Update dependencies.
10846 * frv-tdep.h: New file.
10847 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10848 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10849 constants.
10850 (struct gdbarch_tdep): Add new member ``frv_abi''.
10851 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10852 functions.
10853 (new_variant): Set ``frv_abi'' field.
10854 (gdb_arch_init): Detect FDPIC executables.
10855
10856 2004-03-12 Mark Kettenis <kettenis@gnu.org>
10857
10858 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10859 wrapper.
10860
10861 2004-03-11 Andrew Cagney <cagney@redhat.com>
10862
10863 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10864
10865 2004-03-11 Kevin Buettner <kevinb@redhat.com>
10866
10867 * solist.h (master_so_list): New function.
10868 * solib.c (master_so_list): Likewise.
10869 * solib-svr4.c (enable_break): Iterate over so_list entries
10870 obtained from master list instead of entries obtained directly
10871 via svr4_current_sos().
10872
10873 2004-03-10 Ben Elliston <bje@gnu.org>
10874
10875 * MAINTAINERS: Update my mail address.
10876
10877 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10878
10879 * remote-m32r-sdi.c: Support hardware watchpoint.
10880
10881 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10882
10883 * user-regs.c: Update copyright years.
10884 (struct user_regs): Rename to gdb_user_regs.
10885 (append_user_reg, builtin_user_regs, user_regs_init)
10886 (user_reg_add, user_reg_map_name_to_regnum)
10887 (usernum_to_user_reg): Update.
10888
10889 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10890
10891 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10892 (skip_children): New functions.
10893 (locate_pdi_sibling): Call skip_children.
10894
10895 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10896
10897 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10898 * gdbtypes.c (check_typedef): Update comments.
10899
10900 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10901
10902 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10903 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10904 pointer. Update comment about comp_unit_head.
10905 (struct abbrev_info): Shorten two int flags.
10906 (dwarf_alloc_abbrev): Take a CU argument.
10907 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10908 each time through the loop. Update cleanup argument.
10909 (psymtab_to_symtab_1): Update cleanup call.
10910 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10911 abbrev_obstack.
10912 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10913 Just call obstack_free and clear the pointer.
10914
10915 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10916
10917 * infrun.c (handle_inferior_event): Remove short-circuit code for
10918 events in a different thread.
10919
10920 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10921
10922 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10923 print the whole transfer.
10924 (initialize_targets): Update description of "set debug target".
10925
10926 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10927
10928 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10929
10930 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
10931
10932 * MAINTAINERS (write after approval): Add myself.
10933
10934 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10935
10936 * sh-tdep.c (sh_print_registers_info): Use for loop.
10937 Don't skip multiple registers when a float register is encountered.
10938
10939 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10940
10941 Fix PR tdep/1291.
10942 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10943 to official SH documentation.
10944
10945 2004-03-07 Andrew Cagney <cagney@redhat.com>
10946
10947 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10948 unused function.
10949
10950 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
10951
10952 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10953 (arm_get_next_pc): Handle BX and BLX.
10954
10955 2004-03-07 Andrew Cagney <cagney@redhat.com>
10956
10957 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10958 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10959 HPPA_SP_REGNUM.
10960 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10961 (hppa_target_read_fp): Delete.
10962 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10963 register_virtual_size, max_register_raw_size,
10964 max_register_virtual_size, register_byte, register_size,
10965 target_read_fp, fp_regnum, and register_bytes. Set register_type
10966 instead of register_virtual_type.
10967 (hppa32_register_type, hppa64_register_type): Replace
10968 hppa32_register_virtual_type and hppa64_register_virtual_type.
10969 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10970 (HPPA_FP_REGNUM): Define.
10971
10972 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10973
10974 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10975 (pa_do_registers_info): Delete.
10976 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
10977 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
10978 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
10979
10980 * infcall.c (legacy_push_dummy_code): Delete #ifdef
10981 GDB_TARGET_IS_HPPA code.
10982 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
10983 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
10984 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
10985 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
10986 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
10987 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
10988 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
10989 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
10990 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
10991 (hppa_frameless_function_invocation, hppa64_store_return_value)
10992 (hppa_store_struct_return, hppa64_extract_return_value)
10993 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
10994 (hppa32_call_dummy_length, hppa64_call_dummy_length)
10995 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
10996 (find_proc_framesize, deposit_21, restore_pc_queue)
10997 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
10998 (rp_saved, pc_in_linker_stub): Delete.
10999
11000 Unconditionally enable 64-bit frame and ABI code.
11001 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
11002 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
11003 push_dummy_frame, fix_call_dummy, push_arguments,
11004 call_dummy_location, extract_return_value, use_struct_convention,
11005 store_return_value, store_struct_return, saved_pc_after_call,
11006 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
11007 frame_chain, frame_chain_valid, frameless_function_invocation,
11008 frame_saved_pc, and pop_frame.
11009
11010 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
11011 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
11012 (hppa_gdbarch_init): Do not set PC_REGNUM.
11013
11014 2004-03-06 Mark Kettenis <kettenis@gnu.org>
11015
11016 * config/alpha/tm-fbsd.h: Remove file.
11017 * config/alpha/fbsd.mt: Tweak comment.
11018 (TM_FILE): Set to tm-alpha.h.
11019
11020 2004-03-05 Andrew Cagney <cagney@redhat.com>
11021
11022 * infrun.c (step_over_function): When non-legacy code, and no
11023 step_frame_id, use the unwinder to get the caller's frame ID.
11024
11025 2004-03-05 Mark Kettenis <kettenis@gnu.org>
11026
11027 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
11028 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
11029 bfd_arch_unknown. Adjust comment.
11030
11031 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
11032 * i386obsd-tdep.c: Correct spelling in comment.
11033 * i386nbsd-tdep.c: Correct spelling in comment.
11034 * sparc-tdep.c: Correct spelling in comments.
11035
11036 2004-03-05 David Carlton <carlton@kealia.com>
11037
11038 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
11039 bug.
11040
11041 2004-03-05 Mark Kettenis <kettenis@gnu.org>
11042
11043 * sparc-tdep.c: Fix typo in comment.
11044
11045 2004-03-04 J. Brobecker <brobecker@gnat.com>
11046
11047 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
11048
11049 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
11050
11051 * dwarf2read.c: Add comment describing memory lifetimes.
11052 (struct dwarf2_pinfo): Update comment.
11053 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
11054 (read_enumeration, new_symbol): Don't use obsavestring.
11055
11056 2004-03-04 Mark Kettenis <kettenis@gnu.org>
11057
11058 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
11059 instead of amd64_fill_fxsave.
11060 * amd64bsd-nat.c (store_inferior_registers): Likewise.
11061 * amd64fbsd-nat.c (fill_fpregset): Likewise.
11062
11063 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
11064 Reorganize code a bit.
11065
11066 2004-03-04 Orjan Friberg <orjanf@axis.com>
11067
11068 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
11069 when the frame pointer is pushed. Don't set the frame pointer's
11070 address on the stack unless it's actually located there.
11071 Set the SRP's address on the stack correctly when the PC is still in
11072 the prologue.
11073 (cris_return_value): New function.
11074 (cris_gdbarch_init): Clear deprecated store_return_value,
11075 extract_return_value.
11076
11077 2004-03-02 Jim Blandy <jimb@redhat.com>
11078
11079 * stabsread.c (reg_value_complaint): The maximum register number
11080 is one less than the number of registers.
11081
11082 2004-03-02 Andrew Cagney <cagney@redhat.com>
11083
11084 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
11085 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
11086 trailing comma and redundant assignment of I386_ST0_REGNUM.
11087 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
11088 32-bit segment registers.
11089
11090 2004-03-01 Andrew Cagney <cagney@redhat.com>
11091
11092 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
11093 use frame_relative_level and get_next_frame.
11094
11095 2004-02-29 Andrew Cagney <cagney@redhat.com>
11096
11097 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
11098 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
11099 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
11100 Delete macro.
11101
11102 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11103
11104 * inflow.c (terminal_inferior): Don't give up the terminal if we
11105 previously couldn't get the inferior's terminal state.
11106
11107 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11108
11109 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
11110 PC_REGNUM.
11111
11112 2004-02-28 Andrew Cagney <cagney@redhat.com>
11113
11114 * NEWS: Refer to GDB 6.1.
11115 * README: Refer to GDB 6.1.
11116 * PROBLEMS: Refer to GDB 6.1.
11117
11118 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
11119
11120 * thread-db.c (disable_thread_signals): Remove unused function.
11121
11122 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11123
11124 * amd64-nat.c: Include "gdb_string.h".
11125 (amd64_collect_native_gregset): Zero-extend the 32-bit
11126 general-purpose registers and %eip.
11127
11128 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
11129 * amd64-tdep.c (amd64_collect_fxsave): New function.
11130 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
11131
11132 * i387-tdep.h: Update copyright year.
11133 (i387_collect_fxsave): New prototype.
11134 * i387-tdep.c: Update copyright year.
11135 (i387_collect_fxsave): New function containing most of the code
11136 from i387_fill_fxsave.
11137 (i387_fill_fxsave): Call i387_collect_fxsave.
11138
11139 2004-02-28 Andrew Cagney <cagney@redhat.com>
11140
11141 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
11142 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
11143
11144 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11145
11146 * amd64-tdep.c (amd64_frame_cache): Fix comment.
11147
11148 2004-02-28 Andrew Cagney <cagney@redhat.com>
11149
11150 * utils.c: Use "", instead of <>, to include readline.
11151 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
11152 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
11153 * source.c, solib.c, exec.c, event-top.c: Ditto.
11154 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
11155 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
11156 * Makefile.in: Update all dependencies.
11157 (readline_tilde_h, readline_history_h): Define.
11158 (readline_headers): Delete.
11159
11160 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11161
11162 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
11163 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
11164 "config/i386/tm-lx64.h".
11165
11166 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
11167 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
11168 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
11169
11170 2004-02-28 Andrew Cagney <cagney@redhat.com>
11171
11172 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
11173
11174 * breakpoint.c (_initialize_breakpoint): Use
11175 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
11176 Add help to show command.
11177
11178 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11179
11180 * i386-nat.c: Reformat to be closer to coding standards.
11181 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
11182 `retval'. Make variables `align' and `size' local to while-loop.
11183 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
11184 (_initialize_i386_nat): New prototype.
11185
11186 * tui/tui.c: Include <readline/readline.h> instead of
11187 "readline/readline.h". Include it after <term.h> and
11188 "gdb_curses.h".
11189
11190 2004-02-27 Andrew Cagney <cagney@redhat.com>
11191
11192 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
11193 the new frame unwind code.
11194 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
11195 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
11196 PCOQ_HEAD_REGNUM.
11197
11198 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
11199 "return_value" and "push_dummy_call".
11200 (hppa32_use_struct_convention): Delete unused function.
11201 (hppa32_store_return_value): Delete unused function.
11202 (hppa32_extract_return_value): Delete unused function.
11203 (hppa32_stack_align): Delete function.
11204
11205 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
11206
11207 * coffread.c (enter_linenos): Don't let rawptr reference memory
11208 outside linetab[]'s limits.
11209
11210 2004-02-27 Andrew Cagney <cagney@redhat.com>
11211
11212 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
11213 inferior stack space - the stack needs to grow upwards.
11214 (hppa32_frame_align): New function.
11215 (hppa64_frame_align): Replace hppa_frame_align.
11216 (hppa_gdbarch_init): Update.
11217
11218 2004-02-26 Orjan Friberg <orjanf@axis.com>
11219
11220 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
11221 (dwarf2-frame.h): Include.
11222 (enum cris_regnums): New enum CRIS_FP_REGNUM.
11223 Remove static variables related to ABI setting.
11224 (struct gdbarch_tdep): Remove cris_abi member.
11225 (struct frame_extra_info): Remove.
11226 (cris_unwind_cache, stack_item): New structs.
11227 (cris_frame_unwind, cris_frame_base): New variables.
11228 (push_stack_item, pop_stack_item)
11229 (cris_frame_unwind_cache, cris_frame_this_id)
11230 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
11231 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
11232 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
11233 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
11234 (cris_reg_struct_has_addr): New functions.
11235 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
11236 (cris_frame_saved_pc, cris_saved_pc_after_call,
11237 (cris_store_struct_return, cris_frameless_function_invocation)
11238 (cris_pop_frame, cris_skip_prologue_main)
11239 (cris_abi_original_store_return_value)
11240 (cris_abi_v2_store_return_value)
11241 (cris_abi_original_extract_return_value)
11242 (cris_abi_v2_extract_return_value)
11243 (cris_abi_original_reg_struct_has_addr)
11244 (cris_abi_v2_reg_struct_has_addr)
11245 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
11246 (cris_push_return_address, cris_abi_update): Remove.
11247 (_initialize_cris_tdep): Remove ABI command.
11248 (cris_dump_tdep): Ditto.
11249 (cris_gdbarch_init): Remove ABI command.
11250 Set store_return_value, extract_return_value, push_dummy_code,
11251 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
11252 frame_unwind_append_sniffer, frame_base_set_default.
11253 Clear deprecated init_frame_pc, push_arguments, store_return_value,
11254 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
11255 sizeof_call_dummy_words, get_saved_register, push_return_address,
11256 pop_frame, store_struct_return, frame_init_saved_regs,
11257 init_extra_frame_info, frameless_function_invocation, frame_chain,
11258 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
11259 dummy_write_sp.
11260
11261 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
11262
11263 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
11264 * valprint.c (print_hex_chars): Change from static to external.
11265 (print_char_chars): New function.
11266 * printcmd.c (print_scalar_formatted): For integer and enum types
11267 that are longer than LONGEST, perform processing via appropriate
11268 print_*_chars routines.
11269
11270 2004-02-26 Andrew Cagney <cagney@redhat.com>
11271
11272 * Makefile.in: Update dependencies.
11273 Changes from Ulrich Weigand,
11274 * s390-tdep.c: Include "dwarf2-frame.h".
11275 (s390_dwarf2_frame_init_reg): New function.
11276 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
11277 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
11278
11279 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
11280
11281 * breakpoint.c (pending_break_support): New setting variable.
11282 (break_command_1): Account for pending_break_support setting
11283 when creating pending breakpoints.
11284 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
11285 (_initialize_breakpoint): Add "set breakpoint pending" and
11286 "show breakpoint pending" commands.
11287
11288 2004-02-26 Andrew Cagney <cagney@redhat.com>
11289
11290 Fix PR i18n/1570.
11291 * charset.c (backslashable, backslashed, represented): Remove 'e'
11292 from list of escaped characters, not part of ISO-C.
11293
11294 2004-02-25 J. Brobecker <brobecker@gnat.com>
11295
11296 From Peter Schauer <schauer@pdf.de>:
11297 * tui/tui.c: Move system header includes after local includes.
11298 Fixes a build failure on solaris systems.
11299
11300 2004-02-25 J. Brobecker <brobecker@gnat.com>
11301
11302 * configure.in: Refine the previous change.
11303 * configure: Regenerate.
11304
11305 2004-02-25 Mark Kettenis <kettenis@gnu.org>
11306
11307 * amd64-tdep.h: Renamed from x86-64-tdep.h.
11308 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
11309 "amd64-tdep.h" instead of "x86-64-tdep.h".
11310 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11311 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
11312 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
11313 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11314 and "x86-64-tdep.c".
11315 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
11316 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11317 and "x86-64-tdep.c".
11318 * amd64bsd-nat.c: Update copyright year.
11319 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11320 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
11321 "x86-64-tdep.h".
11322 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
11323 "x86-64-tdep.h".
11324 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
11325 "x86-64-tdep.h".
11326 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
11327 "x86-64-tdep.h".
11328 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
11329 "x86-64-tdep.h".
11330 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
11331 "x86-64-tdep.h".
11332 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
11333 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
11334 * Makefile.in (amd64_linux_tdep_h): Renamed from
11335 x86_64_linux_tdep_h.
11336 (amd64_tdep_h): Renamed from x86_64_tdep_h.
11337 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
11338 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
11339 (amd64obsd-tdep.o): Update dependencies.
11340 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
11341 dependencies.
11342 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
11343 dependencies.
11344 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
11345 amd64-linux-nat.c amd64-linux-tdep.c.
11346 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
11347 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
11348 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
11349 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
11350 amd64-tdep.o and amd64-linux-tdep.o.
11351 (TM_FILE): Set to tm-linux64.h.
11352 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
11353 (NAT_FILE): Set to nm-linux64.h.
11354 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
11355 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11356 amd64-tdep.o.
11357 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11358 amd64-tdep.o.
11359 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11360 amd64-tdep.o.
11361
11362 2004-02-25 Roland McGrath <roland@redhat.com>
11363
11364 * remote.c (remote_protocol_qPart_auxv): New variable.
11365 (init_all_packet_configs): Initialize it.
11366 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
11367 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
11368 (show_remote_cmd): Call it.
11369 (_initialize_remote): Initialize commands.
11370 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
11371 service TARGET_OBJECT_AUXV requests.
11372
11373 2004-02-25 J. Brobecker <brobecker@gnat.com>
11374
11375 * configure.in: Make sure that the wborder function is available.
11376 Otherwise, search for it in the cur_colr library.
11377 * configure: Regenerate.
11378
11379 2004-02-25 Andrew Cagney <cagney@redhat.com>
11380
11381 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
11382
11383 2004-02-25 Mark Kettenis <kettenis@gnu.org>
11384
11385 * config/i386/tm-x86-64linux.h: Tweak comments.
11386
11387 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
11388
11389 * MAINTAINERS: Add self to write-after-approval list.
11390
11391 2004-02-25 Andrew Cagney <cagney@redhat.com>
11392
11393 PR cli/1566. Problem found, and fix suggested by David Allan.
11394 * cli/cli-script.c (execute_control_command): Unconditionally
11395 install a cleanup. Default "ret" to "invalid_control". Use
11396 "break" instead of "return" to escape from the switch.
11397
11398 2004-02-24 J. Brobecker <brobecker@gnat.com>
11399
11400 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
11401 with the lines macro defined in term.h on AiX.
11402 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
11403 a collision with the label_width macro defined in term.h on AiX.
11404
11405 2004-02-23 David Mosberger <davidm@hpl.hp.com>
11406
11407 Committed by Kevin Buettner <kevinb@redhat.com>.
11408
11409 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
11410 * ia64-tdep.c (ia64_write_pc): Make it a global function.
11411 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
11412 instead of ia64_write_pc().
11413 * ia64-linux-tdep.c (regcache.h): Include.
11414 (ia64_linux_write_pc): New function.
11415
11416 2004-02-23 Roland McGrath <roland@redhat.com>
11417
11418 * auxv.c (info_auxv_command): Fix typos in error messages.
11419
11420 2004-02-23 Mark Kettenis <kettenis@gnu.org>
11421
11422 * x86-64-tdep.h: Tweak comment.
11423 (enum amd64_regnum): New.
11424 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
11425 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
11426 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
11427 (X86_64_XMM1_REGNUM): Removed.
11428 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
11429 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
11430 prototypes for renamed functions.
11431 * x86-64-tdep.c: Fix typo.
11432 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
11433 register numbers.
11434 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
11435 Use constants from `enum amd64_regnum' for register numbers.
11436 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
11437 (amd64_analyze_prologue, amd64_frame_cache,
11438 amd64_sigtramp_frame_cache): Use constants from `enum
11439 amd64_regnum' for register numbers.
11440 (amd64_supply_fpregset): Adjust for renamed functions.
11441 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
11442 `enum amd64_regnum' for register numbers.
11443 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
11444 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
11445 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
11446 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
11447 (amd64_linux_fill_gregset): Adjust for renamed macros.
11448 (fetch_core_registers): Adjust for renamed functions.
11449 (amd64_linux_init_abi): Adjust for renamed functions.
11450 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
11451 renamed functions.
11452 * amd64-nat.c: Adjust for renamed macros.
11453 * amd64bsd-nat.c (fetch_inferior_registers)
11454 (store_inferior_registers): Use constants from `enum amd64_regnum'
11455 for register numbers. Adjust for renamed variables.
11456 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
11457 renamed variables.
11458 (_initialize_amd64fbsd_nat): Use constants from `enum
11459 amd64_regnum' for register numbers.
11460 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
11461 `enum amd64_regnum' for register numbers.
11462 (amd64fbsd_init_abi): Adjust for renamed functions.
11463 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
11464 `enum amd64_regnum' for register numbers.
11465 (amd64nbsd_init_abi): Adjust for renamed functions.
11466 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
11467 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
11468 `enum amd64_regnum' for register numbers.
11469 (amd64obsd_init_abi): Adjust for renamed functions.
11470 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
11471
11472 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11473
11474 * breakpoint.c (print_one_breakpoint): Do not output spaces
11475 after printing <PENDING> for a pending breakpoint.
11476
11477 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11478
11479 * printcmd.c (print_scalar_formatted): Initialize val_long
11480 to remove compiler warning message.
11481
11482 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11483
11484 * defs.h (nquery, yquery): New prototypes.
11485 * breakpoint.c (break_command_1): Use new nquery interface.
11486 * utils.c (defaulted_query, nquery, yquery): New functions.
11487
11488 2004-02-23 Andrew Cagney <cagney@redhat.com>
11489
11490 * hppa-tdep.c (hppa_frame_align): New function.
11491 (hppa32_push_dummy_call): New function.
11492 (hppa64_push_dummy_call): New function.
11493 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
11494 disabled.
11495
11496 * infcall.c (legacy_push_dummy_code): Don't call deprecated
11497 FIX_CALL_DUMMY when push_dummy_call is available.
11498 (call_function_by_hand, push_dummy_code): Ditto.
11499
11500 2004-02-22 Andrew Cagney <cagney@redhat.com>
11501
11502 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
11503 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
11504 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
11505 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
11506 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
11507 call_dummy_location to ON_STACK.
11508
11509 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11510
11511 * x86-64-linux-tdep.c: Tweak comment.
11512 (amd64_linux_supply_gregset): Renamed from
11513 x86_64_linux_supply_gresget.
11514 (amd64_linux_fill_gregset): Renamed from
11515 x86_64_linux_fill_gregset.
11516 (fetch_core_registers): Adjust for renamed functions.
11517 (amd64_core_fns): Renamed from x86_64_core_fns.
11518 (amd64_linux_sigtramp_start): Renamed from
11519 x86_64_linux_sigtramp_start.
11520 (amd64_linux_pc_in_sigtramp): Renamed from
11521 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
11522 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
11523 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
11524 (amd64_linux_sigcontext_addr): Renamed from
11525 x86_64_linux_sigcontext_addr.
11526 (amd64_linux_sc_reg_offset): Renamed from
11527 x86_64_linux_sc_reg_offset.
11528 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
11529 Adjust for renamed functions and variables.
11530 (_initialize_amd64_linux_tdep): Renamed from
11531 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
11532 variables.
11533 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
11534 Adjust for renamed functions.
11535
11536 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
11537 from x86_64_linux_gregset64_reg_offset.
11538 (amd64_linux_gregset32_reg_offset): Rename from
11539 x86_64_linux_gregset64_reg_offset.
11540 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
11541 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
11542 (amd64_linux_dr_set_control): Renamed from
11543 x86_64_linux_dr_set_control. Adjust for renamed functions.
11544 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
11545 Adjust for renamed functions.
11546 (amd64_linux_dr_reset_addr): Renamed from
11547 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
11548 (amd64_linux_dr_get_status): Renamed from
11549 x86_64_linux_dr_get_status. Adjust for renamed functions.
11550 (_initialize_amd64_linux_nat): Renamed from
11551 _initialize_x86_64_linux_nat. Adjust for renamed variables and
11552 functions.
11553 * config/i386/nm-x86-64linux.h: Update copyright year.
11554 Adjust for renamed functions.
11555
11556 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
11557 amd64fbsd_sigtramp_start.
11558 (amd64fbsd_sigtramp_end_addr): Renamed from
11559 amd64fbsd_sigtramp_end.
11560 (amd64fbsd_init_abi): Adjust for renamed variables.
11561 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
11562 variables.
11563 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
11564 amd64fbsd_sigtramp_start.
11565 (amd64fbsd_sigtramp_end_addr): Renamed from
11566 amd64fbsd_sigtramp_end.
11567
11568 2004-02-22 Andrew Cagney <cagney@redhat.com>
11569
11570 * hppa-tdep.c (hppa32_return_value): New function.
11571 (hppa64_return_value): New function.
11572 (hppa_gdbarch_init): Set return_value; keep disabled.
11573
11574 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
11575 struct-return and inferior function call methods.
11576
11577 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
11578 "frame-base.h".
11579 (struct hppa_frame_cache): Define.
11580 (hppa_frame_cache, hppa_frame_this_id): New functions.
11581 (hppa_frame_prev_register): New function.
11582 (hppa_frame_unwind, hppa_frame_base): New variables.
11583 (hppa_frame_unwind_sniffer): New function.
11584 (hppa_frame_base_address, hppa_unwind_pc): New function.
11585 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
11586 sniffer, and frame base sniffer; keep disabled.
11587 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
11588 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
11589
11590 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
11591 to predicates for "seriously old code".
11592
11593 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
11594 runtime if(0).
11595
11596 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
11597 unsigned.
11598 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
11599
11600 * config/pa/tm-hppa.h: Update copyright.
11601 (DEPRECATED_INIT_FRAME_PC): Delete macro.
11602 (deprecated_init_frame_pc_default): Delete declaration.
11603 (hppa_frame_init_saved_regs): Delete declaration.
11604 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11605 * hppa-tdep.c: Include "arch-utils.h".
11606 (hppa_gdbarch_init): Set deprecated init_frame_pc
11607 and deprecated frame_init_saved_regs.
11608 (hppa_frame_init_saved_regs): Make static.
11609
11610 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11611
11612 Remove old 386BSD support.
11613 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
11614 * configure.host: Remove i[34567]86-*-bsd*.
11615 * configure.tgt: Remove i[34567]86-*-bsd*.
11616 * i386b-nat.c: Removed.
11617 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
11618 (i386b-nat.o): Remove dependencies.
11619
11620 * config/i386/i386bsd.mh: Removed.
11621 * config/i386/i386bsd.mt: Removed.
11622 * config/i386/nm-i386bsd.h: Removed.
11623 * config/i386/tm-i386bsd.h: Removed.
11624 * config/i386/xm-i386bsd.h: Removed.
11625
11626 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
11627
11628 * amd64fbsd-tdep.c: Include "solib-svr4.h".
11629 (amd64fbsd_init_abi): Set link map offsets.
11630 * amd64nbsd-tdep.c: Include "slib-svr4.h".
11631 (amd64nbsd_init_abi): Set link map offsets.
11632 * amd64obsd-tdep.c: Include "solib-svr4.h".
11633 (amd64obsd_init_abi): Set link map offsets.
11634 * i386fbsd-tdep.c: Include "solib-svr4.h".
11635 (i386fbsd_init_abi): Set link map offsets.
11636 * i386nbsd-tdep.c: Include "solib-svr4.h".
11637 (i386nbsdelf_init_abi): Set link map offsets.
11638 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
11639 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
11640 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
11641 solib-legacy.o and core-aout.o. Reformat.
11642 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
11643 solib-svr4.o, solib-legacy.o. Reformat.
11644 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
11645 * config/i386/nbsdelf.mh: Reformat.
11646 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
11647 solib-svr4.o, solib-legacy.o and corelow.o.
11648 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
11649 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
11650 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
11651 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11652 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11653 (TM_FILE): Set to tm-fbsd.h.
11654 * config/i386/nbsd.mt (TDEPFILES): Reformat.
11655 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
11656 solib-svr4.o.
11657 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
11658 solib-svr4.o.
11659 (TM_FILE): Set to nm-nbsd.h.
11660 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
11661 Simplify shared library support. Don't include "elf/common.h".
11662 (SVR4_SHARED_LIBS): Don't define.
11663 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
11664 "solib.h".
11665 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
11666 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
11667 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
11668 Don't include "i386/tm-i386.h". Include "solib.h".
11669 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
11670 Don't include "i386/tm-i386.h".
11671 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
11672 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
11673 Include "i386/xm-i386.h".
11674 (HOST_LONG_DOUBLE_FORMAT): Remove.
11675
11676 Fix OpenBSD/i386 sigtramp recognition.
11677 * i386-tdep.h: Update copyright year.
11678 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
11679 (i386bsd_sigtramp_end): New prototypes.
11680 (i386fbsd_sigtramp_start_addr): Renamed from
11681 i386fbsd_sigtramp_start.
11682 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11683 (i386obsd_sigtramp_start_addr): Renamed from
11684 i386obsd_sigtramp_start.
11685 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11686 * i386bsd-tdep.c: Update copyright year.
11687 (i386bsd_pc_in_sigtramp): Make public.
11688 * i386fbsd-nat.c: Update copyright year.
11689 (_initialize_i386fbsd_nat): Adjust for renamed variables.
11690 * i386fbsd-tdep.c: Update copyright year.
11691 (i386fbsd_sigtramp_start_addr): Renamed from
11692 i386fbsd_sigtramp_start.
11693 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11694 (i386fbsdaout_init_abi): Adjust for renamed variables.
11695 * i386obsd-nat.c: Update copyright year.
11696 (_initialize_i386obsd_nat): Adjust for renamed variables.
11697 * i386obsd-tdep.c: Include "target.h".
11698 (i386obsd_page_size): New variable.
11699 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
11700 (i386obsd_sigtramp_end): New functions.
11701 (i386obsd_sigtramp_start_addr): Renamed from
11702 i386obsd_sigtramp_start.
11703 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11704 (i386obsd_init_abi): Adjust for renamed variables. Set
11705 pc_in_sigtramp, sigtramp_start and sigtramp_end.
11706 * Makefile.in (i386obsd-tdep.o): Update dependencies.
11707
11708 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
11709 trampoline change in OpenBSD kernel.
11710
11711 * amd64-nat.c: Update copyright year.
11712 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
11713 architecture from REGCACHE.
11714
11715 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
11716 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
11717
11718 2004-02-21 Mark Kettenis <kettenis@gnu.org>
11719
11720 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
11721 i[34567]86-*-openbsd3.[0-3].
11722 * config/i386/obsdaout.mh: New file.
11723
11724 * config/i386/obsd.mh (MH_FLAGS): Remove.
11725
11726 Fix PR build/1549.
11727 * i386obsd-tdep.c: Update copyright years. Include
11728 "solib-svr4.h".
11729 (i386obsd_init_abi): Don't set regset_from_core_section here.
11730 (i386obsd_aout_init_abi): New function. Set
11731 regset_from_core_section here.
11732 (i386obsd_elf_init_abi): New function.
11733 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
11734 * Makefile.in (i386obsd-tdep.o): Update dependecies.
11735 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
11736 (TM_FILE): Set to tm-nbsd.h.
11737
11738 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
11739 solib-sunos.o.
11740
11741 * solib-svr4.h: Update copyright year.
11742 (svr4_ilp32_fetch_link_map_offsets)
11743 (svr4_lp64_fetch_link_map_offsets): New prototype.
11744 * solib-svr4.c: Update copyright year.
11745 (svr4_ilp32_fetch_link_map_offsets)
11746 (svr4_lp64_fetch_link_map_offsets): New function.
11747
11748 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
11749
11750 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11751 to the partial symbol table.
11752
11753 2004-02-20 J. brobecker <brobecker@gnat.com>
11754
11755 * PROBLEMS: Add description of problem documented under gdb/1560.
11756
11757 2004-02-20 Mark Kettenis <kettenis@gnu.org>
11758
11759 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
11760 comments.
11761 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
11762 functions.
11763 (amd64obsd_init_abi): Reorder initializations. Use
11764 amd64obsd_r_reg_offset to initialize the general-purpose register
11765 set details. Set regset_from_core_section.
11766 (_initialize_amd64obsd_tdep): Rename from
11767 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
11768 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11769 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11770
11771 * NEWS (New native configurations): Mention OpenBSD/alpha.
11772 * configure.tgt: Add alpha*-*-openbsd*.
11773 * configure.host: Add alpha*-*-openbsd*.
11774 * alphanbsd-tdep.c: Update copyright year.
11775 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11776
11777 2004-02-20 Andrew Cagney <cagney@redhat.com>
11778
11779 Fix PR tdep/1372.
11780 * configure.tgt: Delete target "none-*-*".
11781 * configure.host: Delete host "none-*-*".
11782 * config/none/none.mh: Delete file.
11783 * config/none/none.mt: Delete file.
11784 * config/none/xm-none.h: Delete file.
11785 * config/none/tm-none.h: Delete file.
11786 * config/none/nm-none.h: Delete file.
11787
11788 2004-02-19 Fred Fish <fnf@redhat.com>
11789
11790 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11791 cache->uses_fp prior to setting it.
11792
11793 2004-02-19 Fred Fish <fnf@redhat.com>
11794
11795 Fix for PR breakpoint/1558.
11796 * sh-tdep.c (IS_JSR): New macro.
11797 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11798
11799 2004-02-19 Jim Blandy <jimb@redhat.com>
11800
11801 * findvar.c (value_from_register): Doc fix.
11802
11803 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
11804
11805 * printcmd.c (print_scalar_formatted): Do not check for sizeof
11806 type being greater than sizeof of host's LONGEST. Always use
11807 unpack_long() unless format 'f' chosen.
11808
11809 2004-02-19 Joel Brobecker <brobecker@gnat.com>
11810
11811 Committed by Elena Zannoni <ezannoni@redhat.com>
11812
11813 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11814 contains a symbol wich is the best, non-exact match for the given
11815 pc. Update comments.
11816
11817 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
11818
11819 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11820 macro, which was part of the now removed Mach 3 port.
11821 * utils.c (request_quit): Ditto.
11822
11823 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11824
11825 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11826 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11827
11828 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11829
11830 Committed by Mark Kettenis <kettenis@gnu.org>.
11831
11832 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11833 Define.
11834
11835 2004-02-18 Andrew Cagney <cagney@redhat.com>
11836
11837 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11838 CONFIG_INSTALL and CONFIG_UNINSTALL.
11839 * configure: Re-generate.
11840 * interps.h (INTERP_TUI): Define.
11841 * Makefile.in: Update dependencies.
11842 (TUI): New macro.
11843 (tui-main.o): Specify dependencies.
11844 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11845 * tui/tui-main.c: New file.
11846
11847 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11848
11849 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11850 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11851 dependencies.
11852 * configure.host: Add x86_64-*-openbsd*.
11853 * configure.tgt: Add x86_64-*-openbsd*.
11854 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11855
11856 * tui/tui.c: Don't include <malloc.h>.
11857
11858 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11859 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11860 amd64nbsd-tdep.c.
11861
11862 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
11863 static. Remove extraneous whitespace.
11864 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11865 static.
11866
11867 2004-02-17 Jim Blandy <jimb@redhat.com>
11868
11869 * findvar.c (value_from_register): Doc fix.
11870
11871 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11872
11873 Committed by Jim Blandy <jimb@redhat.com>.
11874
11875 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
11876 CORE_ADDR as type for selectors. Correct types for GNU run time
11877 message lookup function to use double indirection.
11878 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11879 * objc-lang.h (lookup_child_selector): Adapt prototype.
11880
11881 * s390-nat.c (SUBOFF): New macro.
11882 (supply_gregset, fill_gregset): Use it to handle debugging
11883 of 32-bit exectuables running under a 64-bit kernel.
11884 * s390-tdep.c: Include "solib-svr4.h".
11885 (s390_svr4_fetch_link_map_offset): New function.
11886 (s390x_svr_fetch_link_map_offset): Likewise.
11887 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11888 * Makefile.in (s390-tdep.o): Update dependencies.
11889
11890 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11891 "frame-unwind.h".
11892 (s390_readinstruction): Reformat. Use read_memory_nobpt.
11893 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11894 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11895 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11896 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11897 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
11898 S390_SIGNAL_FRAMESIZE,
11899 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11900 (struct frame_extra_info): Remove.
11901 (s390_memset_extra_info): Remove.
11902 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11903 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11904 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
11905 (is_rse): Renamed to ...
11906 (is_rsy): ... this. Support long displacements.
11907 (is_rxe): Renamed to ...
11908 (is_rxy): ... this. Support long displacements.
11909 (compute_x_addr): Support long displacements.
11910 (struct s390_prologue_data): New data type.
11911 (s390_on_stack): Change API to use struct s390_prologue_data.
11912 (s390_store): Reimplement.
11913 (s390_load): New function.
11914 (s390_get_signal_frame_info): Remove.
11915 (s390_get_frame_info): Remove, replace by ...
11916 (s390_analyze_prolog): ... this new function.
11917 (s390_check_function_end): Remove.
11918 (s390_function_start): Remove.
11919 (s390_frameless_function_invokation): Remove.
11920 (s390_is_sigreturn): Remove.
11921 (s390_init_frame_pc_first): Remove.
11922 (s390_init_frame_extra_info): Remove.
11923 (s390_frame_init_saved_regs): Remove.
11924 (s390_frame_saved_pc_nofix): Remove.
11925 (s390_frame_saved_pc): Remove.
11926 (s390_frame_chain): Remove.
11927 (s390_fp_regnum, s390_read_fp): Remove.
11928 (s390_pop_frame_regular, s390_pop_frame): Remove.
11929 (s390_saved_pc_after_call): Remove.
11930 (s390_skip_prologue): Reimplement.
11931 (s390_in_function_epilogue_p): Support long displacements.
11932 (struct s390_unwind_cache): New data structure.
11933 (s390_frame_unwind_cache): New function.
11934 (s390_prologue_frame_unwind_cache): Likewise.
11935 (s390_backchain_frame_unwind_cache): Likewise.
11936 (s390_frame_this_id, s390_frame_prev_register): Likewise.
11937 (s390_frame_unwind): Define.
11938 (s390_frame_sniffer): New function.
11939 (struct s390_pltstub_unwind_cache): New data structure.
11940 (s390_pltstub_frame_unwind_cache): New function.
11941 (s390_pltstub_frame_this_id): Likewise.
11942 (s390_pltstub_frame_prev_register): Likewise.
11943 (s390_pltstub_frame_unwind): Define.
11944 (s390_pltstub_frame_sniffer): New function.
11945 (struct s390_sigtramp_unwind_cache): New data structure.
11946 (s390_sigtramp_frame_unwind_cache): New function.
11947 (s390_sigtramp_frame_this_id): Likewise.
11948 (s390_sigtramp_frame_prev_register): Likewise.
11949 (s390_sigtramp_frame_unwind): Define.
11950 (s390_sigtramp_frame_sniffer): New function.
11951 (s390_frame_base_address, s390_local_base_address): New functions.
11952 (s390_frame_base): Define.
11953 (s390_unwind_pc, s390_unwind_sp): New function.
11954 (s390_push_dummy_call): Use new frame base location.
11955 (s390_unwind_dummy_id): Likewise.
11956 (s390_gdbarch_init): Remove calls to:
11957 set_gdbarch_frameless_function_invocation,
11958 set_gdbarch_deprecated_init_frame_pc,
11959 set_gdbarch_deprecated_frame_chain,
11960 set_gdbarch_deprecated_frame_init_saved_regs,
11961 set_gdbarch_deprecated_pop_frame,
11962 set_gdbarch_deprecated_init_extra_frame_info,
11963 set_gdbarch_deprecated_init_frame_pc_first,
11964 set_gdbarch_deprecated_target_read_fp,
11965 set_gdbarch_deprecated_frame_saved_pc,
11966 set_gdbarch_deprecated_saved_pc_after_call,
11967 set_gdbarch_deprecated_fp_regnum.
11968 Add calls to:
11969 set_gdbarch_in_solib_call_trampoline,
11970 frame_unwind_append_sniffer,
11971 frame_base_set_default,
11972 set_gdbarch_unwind_pc,
11973 set_gdbarch_unwind_sp.
11974 * Makefile.in (s390-tdep.o): Update dependencies.
11975
11976 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11977 (S390_STACK_FRAME_OVERHEAD): Remove.
11978 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
11979 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
11980 (s390_promote_integer_argument): Remove.
11981 (s390_cannot_extract_struct_value_address): Remove.
11982 (s390_use_struct_convention, s390_store_struct_return): Remove.
11983 (s390_extract_return_value, s390_store_return_value): Remove.
11984 (s390_return_value_convention, s390_return_value): New functions.
11985 (is_float_singleton): Handle typedefs.
11986 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
11987 Remove, replace by ...
11988 (s390_function_arg_pass_by_reference, s390_function_arg_float,
11989 s390_function_arg_integer): ... these new functions.
11990 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
11991 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
11992 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
11993 Fill in tdep->abi.
11994 Remove calls to:
11995 set_gdbarch_deprecated_store_struct_return,
11996 set_gdbarch_deprecated_extract_return_value,
11997 set_gdbarch_deprecated_store_return_value,
11998 set_gdbarch_use_struct_convention,
11999 set_gdbarch_extract_struct_value_address,
12000 set_gdbarch_deprecated_pc_in_call_dummy,
12001 set_gdbarch_deprecated_push_arguments,
12002 set_gdbarch_deprecated_save_dummy_frame_tos,
12003 set_gdbarch_deprecated_push_return_address,
12004 set_gdbarch_deprecated_sizeof_call_dummy_words,
12005 set_gdbarch_deprecated_call_dummy_words,
12006 set_gdbarch_deprecated_dummy_write_sp.
12007 Add calls to:
12008 set_gdbarch_push_dummy_call,
12009 set_gdbarch_unwind_dummy_id,
12010 set_gdbarch_return_value.
12011
12012 * config/s390/nm-linux.h: Update comments.
12013 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
12014 (STOPPED_BY_WATCHPOINT): Redefine.
12015 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
12016 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
12017 (s390_stopped_by_watchpoint): Likewise.
12018 (watch_area_cnt): Remove.
12019 * s390-nat.c: Update comments.
12020 (watch_area): Remove typedef.
12021 Global replace watch_area by struct watch_area.
12022 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
12023 (s390_stopped_by_watchpoint): Remove pid argument,
12024 use s390_inferior_tid. Add short-cut for the no watchpoint case.
12025 (s390_fix_watch_points): Remove pid argument,
12026 use s390_inferior_tid. Recompute area spanned by watchpoints.
12027 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
12028 argument. Reimplement.
12029
12030 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
12031 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
12032 (FETCH_INFERIOR_REGISTERS): Define.
12033 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
12034 core-regset.o.
12035 * config/s390/s390x.mt: Remove.
12036 * config/s390/tm-s390.h: Remove.
12037 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
12038 (TARGET_ELF64): Remove.
12039 (SKIP_TRAMPOLINE_CODE): Do not undefine.
12040 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
12041 s390*-*-* case; always set gdb_target to s390.
12042 * regformats/reg-s390.dat: Remove control registers.
12043 * regformats/reg-s390x.dat: Likewise.
12044 * s390-tdep.h: New file.
12045 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
12046 Include "inferior.h" and "s390-tdep.h".
12047 Remove private definition of offsetof.
12048 (s390_register_u_addr): Remove.
12049 (regmap_gregset, regmap_fpregset): Define.
12050 (supply_gregset, fill_gregset): Reimplement.
12051 (supply_fpregset, fill_fpregset): Likewise.
12052 (s390_inferior_tid): New function.
12053 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
12054 (fetch_inferior_registers, store_inferior_registers): Likewise.
12055 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
12056 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
12057 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
12058 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
12059 (struct gdbarch_tdep): Define.
12060 (struct s390_register_info): Define.
12061 (s390_register_info): New variable.
12062 (s390_register_name): Reimplement.
12063 (s390_register_type): New function.
12064 (s390_register_raw_size, s390x_register_raw_size): Remove.
12065 (s390_cannot_fetch_register): Remove.
12066 (s390_register_byte): Remove.
12067 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
12068 (s390_dwarf_regmap): New variable.
12069 (s390_dwarf_reg_to_regnum): New function.
12070 (s390_stab_reg_to_regnum): Remove.
12071 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
12072 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
12073 (s390_convert_register_p): Likewise.
12074 (s390_register_to_value, s390_value_to_register): Likewise.
12075 (s390_register_reggroup_p): Likewise.
12076 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
12077 s390_gregset, s390x_gregset, s390_fpregset): New variables.
12078 (s390_supply_regset, s390_regset_from_core_section): New functions.
12079 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
12080 (S390_FPR_SIZE): Likewise.
12081 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
12082 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
12083 (S390_NUM_GPRS): Move here from tm-s390.h.
12084 (S390_NUM_FPRS): Likewise.
12085 (s390_in_function_epilogue_p): New function.
12086 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
12087 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
12088 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
12089 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
12090 Replace S390_FP_REGNUM by S390_SP_REGNUM.
12091 Remove calls to:
12092 set_gdbarch_deprecated_max_register_raw_size,
12093 set_gdbarch_deprecated_max_register_virtual_size,
12094 set_gdbarch_deprecated_register_byte,
12095 set_gdbarch_cannot_fetch_register,
12096 set_gdbarch_cannot_store_register,
12097 set_gdbarch_deprecated_register_size,
12098 set_gdbarch_deprecated_register_raw_size,
12099 set_gdbarch_deprecated_register_virtual_size,
12100 set_gdbarch_deprecated_register_virtual_type,
12101 set_gdbarch_deprecated_register_bytes.
12102 Add calls to:
12103 set_gdbarch_num_pseudo_regs,
12104 set_gdbarch_register_type,
12105 set_gdbarch_convert_register_p,
12106 set_gdbarch_register_to_value,
12107 set_gdbarch_value_to_register,
12108 set_gdbarch_register_reggroup_p,
12109 set_gdbarch_regset_from_core_section,
12110 set_gdbarch_pseudo_register_read,
12111 set_gdbarch_pseudo_register_write,
12112 set_gdbarch_in_function_epilogue_p.
12113 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
12114 (s390_tdep_h): New variable.
12115
12116 2004-02-17 Jim Blandy <jimb@redhat.com>
12117
12118 * findvar.c (value_from_register): If the type has no length, just
12119 return an acceptable value --- don't report an internal error.
12120
12121 * stabsread.c (read_type): If we find any type numbers that are
12122 forward references, complain if the references aren't resolved by
12123 the time we're finished reading.
12124 (cleanup_undefined_types): Make error message more appropriate for
12125 a complaint.
12126
12127 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12128
12129 * Makefile.in (defs_h): Remove dependency on progress_h.
12130 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
12131 progress.h.
12132 * main.c (captured_main): Delete use of START_PROGRESS and
12133 END_PROGRESS.
12134
12135 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12136
12137 * objfiles.c (terminate_minimal_symbol_table): Add back
12138 initialization of MSYMBOL_TYPE.
12139
12140 2004-02-17 David Mosberger <davidm@hpl.hp.com>
12141
12142 Committed by Andrew Cagney.
12143 * Makefile.in (ia64_tdep_h): New macro.
12144 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
12145 (ia64-tdep.o): Likewise.
12146 * ia64-tdep.h: New file.
12147 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
12148 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
12149 (ia64_aix_sigcontext_register_address): Likewise.
12150 (ia64_linux_getunwind_table): Delete declaration.
12151 * ia64-linux-tdep.c: Likewise.
12152
12153 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
12154
12155 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
12156 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
12157 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
12158
12159 2004-02-17 Andrew Cagney <cagney@redhat.com>
12160
12161 * symtab.c (skip_prologue_using_sal): New function.
12162 * symtab.h (skip_prologue_using_sal): Declare.
12163 * frv-tdep.c: Include "symtab.h".
12164 (skip_prologue_using_sal): Delete function.
12165 * mips-tdep.c (skip_prologue_using_sal): Delete function.
12166 * rs6000-tdep.c (refine_prologue_limit): Mention
12167 skip_prologue_using_sal.
12168 * ia64-tdep.c (refine_prologue_limit): Ditto.
12169 * Makefile.in: Update dependencies.
12170
12171 2004-02-16 Andrew Cagney <cagney@redhat.com>
12172
12173 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
12174 START_INFERIOR_TRAPS_EXPECTED.
12175 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
12176 START_INFERIOR_TRAPS_EXPECTED.
12177 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
12178 Delete macro.
12179 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
12180 macro, moved to "nm-osf.h". Update copyright.
12181 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
12182 update copyright.
12183
12184 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
12185 and function replacing FRAMELESS_FUNCTION_INVOCATION.
12186 * blockframe.c (legacy_frameless_look_for_prologue): Rename
12187 frameless_look_for_prologue.
12188 * frame.h (legacy_frameless_look_for_prologue): Rename
12189 frameless_look_for_prologue.
12190 * gdbarch.h, gdbarch.c: Re-generate.
12191 * sh64-tdep.c (sh64_gdbarch_init): Update.
12192 * sh-tdep.c (sh_gdbarch_init): Update.
12193 * s390-tdep.c (s390_gdbarch_init): Update.
12194 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12195 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12196 * m68k-tdep.c (m68k_gdbarch_init): Update.
12197 (delta68_frame_args_address): Update.
12198 * m32r-tdep.c (m32r_gdbarch_init): Update.
12199 * hppa-tdep.c (hppa_gdbarch_init): Update.
12200 * h8300-tdep.c (h8300_gdbarch_init): Update.
12201 * frv-tdep.c (frv_gdbarch_init): Update.
12202 (frv_frameless_function_invocation): Update.
12203 * cris-tdep.c (cris_gdbarch_init): Update.
12204 (cris_frameless_function_invocation): Update.
12205 * avr-tdep.c (avr_gdbarch_init): Update.
12206 * arm-tdep.c (arm_gdbarch_init): Update.
12207 * stack.c (frame_info): Update, call predicate.
12208 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
12209 * frame.c (legacy_get_prev_frame): Update, call predicate..
12210 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
12211 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
12212 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
12213 invocation.
12214 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12215 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12216 * vax-tdep.c (vax_gdbarch_init): Ditto.
12217
12218 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
12219 function.
12220
12221 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
12222
12223 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
12224 initializations.
12225
12226 2004-02-16 Andrew Cagney <cagney@redhat.com>
12227
12228 * tui/tui-windata.c: Include "gdb_string.h".
12229 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
12230 * tui/tui-layout.c, tui/tui-command.c: Ditto.
12231 * Makefile.in: Update dependencies.
12232
12233 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
12234
12235 * Makefile.in (infrun.o): Add $(gdb_assert_h).
12236 * infrun.c: Include "gdb_assert.h".
12237 (singlestep_ptid, saved_singlestep_ptid)
12238 (stepping_past_singlestep_breakpoint): New variables.
12239 (resume): Set singlestep_ptid. Check for singlestep thread
12240 hop.
12241 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
12242 (handle_inferior_event): Handle singlestep thread hop.
12243
12244 2004-02-16 Andrew Cagney <cagney@redhat.com>
12245
12246 * dwarf2-frame.c (dwarf2_frame_ops): New function.
12247 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
12248 (dwarf2_frame_init_reg): Ditto.
12249
12250 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
12251 suggested by Joshua Neuheisel
12252
12253 * configure.in: Always check for curses, including pdcurses.
12254 Warn, instead of error, when no curses are found. Enable TUI when
12255 curses is available.
12256 * configure: Re-generate.
12257
12258 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
12259
12260 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
12261 sh_sh4_register_convert_to_virtual.
12262 (sh_register_convert_to_raw): Rename from
12263 sh_sh4_register_convert_to_raw.
12264 (sh_pseudo_register_read): Accomodate above name change.
12265 (sh_pseudo_register_write): Ditto.
12266
12267 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
12268
12269 * sh-tdep.c (sh_generic_register_name): Remove.
12270 (sh_gdbarch_init): Use sh_sh_register_name in default case.
12271
12272 2004-02-15 Andrew Cagney <cagney@redhat.com>
12273
12274 * configure.in (build_warnings): Add -Wunused-function.
12275 * configure: Re-generate.
12276
12277 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
12278 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
12279
12280 * procfs.c (procfs_init_inferior): Assume that
12281 START_INFERIOR_TRAPS_EXPECTED is defined.
12282 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
12283 * config/ns32k/tm-nbsd.h: Delete file,
12284 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
12285
12286 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
12287 * config/vax/tm-vax.h: Delete file.
12288
12289 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12290 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12291 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12292 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12293 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
12294 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12295 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
12296
12297 2004-02-15 Mark Kettenis <kettenis@gnu.org>
12298
12299 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
12300 * dwarf2-frame.c (dwarf2_frame_data): New variable.
12301 (struct dwarf2_frame_ops): New.
12302 (dwarf2_frame_default_init_reg): New function, based on
12303 dwarf2_frame_init_reg.
12304 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
12305 (dwarf2_frame_init_reg): Call architecture-specific function.
12306 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
12307 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
12308 instead of dwarf2_frame_data.
12309 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
12310 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
12311
12312 2004-02-15 Andrew Cagney <cagney@redhat.com>
12313
12314 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
12315 register_gdbarch_swap.
12316 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
12317 * f-lang.c (_initialize_f_language): Update, use
12318 DEPRECATED_REGISTER_GDBARCH_SWAP.
12319 * remote.c (_initialize_remote): Ditto.
12320 * regcache.c (_initialize_regcache): Ditto.
12321 * parse.c (_initialize_parse): Ditto.
12322 * infrun.c (_initialize_infrun): Ditto.
12323 * mi/mi-main.c (_initialize_mi_main): Ditto.
12324 * gdbtypes.c (_initialize_gdbtypes): Ditto.
12325
12326 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
12327 poking .cacheable directly.
12328 * symfile.c (symfile_bfd_open): Ditto.
12329
12330 * Makefile.in: Update all dependencies.
12331
12332 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
12333 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
12334 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
12335 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
12336 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
12337
12338 2004-02-14 Andrew Cagney <cagney@redhat.com>
12339
12340 * arch-utils.c (legacy_convert_register_p): Check
12341 DEPRECATED_REGISTER_CONVERTIBLE_P.
12342 * findvar.c (value_of_register): Ditto.
12343
12344 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
12345 * gdbarch.h, gdbarch.c: Re-generate.
12346 * arch-utils.c (deprecated_register_convertible_not): Delete.
12347 * arch-utils.h (deprecated_register_convertible_not): Delete.
12348 * mi/mi-main.c (get_register): Update. Update copyright.
12349 * infcmd.c (default_print_registers_info): Update.
12350
12351 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
12352 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
12353 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
12354 * gdbarch.h, gdbarch.c: Re-generate.
12355 * frame.c (deprecated_get_next_frame_hack): Delete function.
12356 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
12357 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
12358 Update.
12359 * infcall.c (call_function_by_hand): Update.
12360
12361 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
12362
12363 * symfile.c (init_entry_point_info, entry_point_address): Move
12364 from here...
12365 * objfiles.c (init_entry_point_info, entry_point_address):..to
12366 here.
12367 * symfile.h (init_entry_point_info, entry_point_address): Remove
12368 prototypes.
12369 * objfiles.h (init_entry_point_info, entry_point_address):Add
12370 prototypes.
12371 * cris-tdep.c: Remove include of symfile.h. Add include of
12372 objfiles.h.
12373 * infcall.c: Ditto.
12374 * mcore-tdep.c: Ditto.
12375 * mn10300-tdep.c: Ditto.
12376 * sh64-tdep.c: Ditto.
12377 * v850-tdep.c: Ditto.
12378 * arm-tdep.c: Remove include of symfile.h.
12379 * blockframe.c: Ditto.
12380 * coffread.c: Ditto.
12381 * dbxread.c: Ditto.
12382 * dwarf2read.c: Ditto.
12383 * dwarfread.c: Ditto.
12384 * frv-tdep.c: Ditto.
12385 * ia64-tdep.c: Ditto.
12386 * mdebugread.c: Ditto.
12387 * mipsread.c: Ditto.
12388 * rs6000-tdep.c: Ditto.
12389 * s390-tdep.c: Ditto.
12390 * sh-tdep.c: Ditto.
12391 * xstormy16-tdep.c: Ditto.
12392 * gdbarch.sh: Remove include of symfile.h.
12393 * gdbarch.c: Regenerate.
12394 * solib-irix.c (enable_break): Use entry_point_address().
12395 Add comment about include file.
12396 * xcoffread.c: Add comment about include file.
12397 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
12398 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
12399 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
12400 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
12401 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
12402
12403 2004-02-13 Andrew Cagney <cagney@redhat.com>
12404
12405 * corelow.c (core_xfer_partial): Use "struct bfd_section".
12406 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
12407 copyright.
12408 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
12409
12410 2004-02-12 Fred Fish <fnf@redhat.com>
12411
12412 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
12413 set_gdbarch_store_return_value.
12414
12415 2004-02-12 Andrew Cagney <cagney@redhat.com>
12416
12417 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
12418 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
12419 (interrupt_query): Ditto.
12420 (ofunc): Delete unused variable.
12421 * cris-tdep.c (cris_abi): Delete unused function.
12422 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
12423 (cris_get_wide_opcode, cris_get_short_size): Ditto.
12424 (cris_get_asr_quick_shift_steps): Ditto.
12425 (cris_skip_prologue_frameless_p): Ditto.
12426 * arm-tdep.c (arm_push_return_address): Delete unused function.
12427 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
12428 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
12429 * s390-tdep.c (s390_function_start): Delete unused function.
12430
12431 2004-02-12 Andrew Cagney <cagney@redhat.com>
12432
12433 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
12434 gdbarch.h, gdbarch.c: Re-generate.
12435 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
12436 to generic_prologue_frameless_p.
12437 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
12438 * arch-utils.c (generic_prologue_frameless_p): Delete function.
12439
12440 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
12441
12442 * mips-linux-tdep.c: Include "frame.h".
12443 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
12444 (mips_linux_skip_resolver): New functions.
12445 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
12446 and set_gdbarch_in_solib_call_trampoline.
12447 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
12448 to after set_gdbarch_in_solib_return_trampoline. Only set the
12449 solib hooks to mips16 functions if the OS ABI is unknown.
12450 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
12451 including "config/tm-linux.h".
12452 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
12453 * Makefile.in (mips-linux-tdep.o): Update.
12454
12455 2004-02-11 David Carlton <carlton@kealia.com>
12456
12457 * linespec.c (decode_compound): Only look for a class symbol when
12458 considering all but the rightmost component.
12459
12460 2004-02-11 Andrew Cagney <cagney@redhat.com>
12461
12462 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
12463 abi code are are separatly grouped.
12464
12465 2004-02-11 Andrew Cagney <cagney@redhat.com>
12466
12467 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
12468 * gdbarch.h, gdbarch.c: Re-generate.
12469 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12470 * v850-tdep.c (v850_gdbarch_init): Update.
12471 * sh64-tdep.c (sh64_gdbarch_init): Update.
12472 * sh-tdep.c (sh_gdbarch_init): Update.
12473 * s390-tdep.c (s390_gdbarch_init): Update.
12474 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12475 * mips-tdep.c (mips_gdbarch_init): Update.
12476 * mcore-tdep.c (mcore_gdbarch_init): Update.
12477 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12478 * m32r-tdep.c (m32r_gdbarch_init): Update.
12479 * ia64-tdep.c (ia64_gdbarch_init): Update.
12480 * hppa-tdep.c (hppa_gdbarch_init): Update.
12481 * h8300-tdep.c (h8300_gdbarch_init): Update.
12482 * frv-tdep.c (frv_gdbarch_init): Update.
12483 * d10v-tdep.c (d10v_gdbarch_init): Update.
12484 * cris-tdep.c (cris_gdbarch_init): Update.
12485 * avr-tdep.c (avr_gdbarch_init): Update.
12486 * arm-tdep.c (arm_gdbarch_init): Update.
12487 * alpha-tdep.c (alpha_gdbarch_init): Update.
12488
12489 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
12490
12491 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
12492 comma.
12493 (sh_sh4al_dsp_register_name): Ditto.
12494
12495 2004-02-10 Andrew Cagney <cagney@redhat.com>
12496
12497 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
12498 (mips_init_frame_pc_first): Delete function.
12499 (mips_frame_saved_pc): Delete function.
12500 (mips_frame_chain): Delete function.
12501 (mips_init_extra_frame_info): Delete function.
12502 (mips_xfer_register): Delete unused variable "reg".
12503 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
12504 (mips_n32n64_return_value): Delete unused variable "reg".
12505 (mips_n32n64_return_value): Delete unused variable "pos".
12506 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
12507 (mips_o32_return_value): Delete unused variable "pos".
12508 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
12509 (mips_print_fp_register): Delete unused variable "namelen"
12510 (mips_print_fp_register): Delete unused variable "flt2"
12511 (get_frame_pointer): Delete function.
12512 (cached_proc_desc): Delete static variable.
12513 (mips_pop_frame): Delete function.
12514 (mips_find_saved_regs): Delete function.
12515 (mips_get_saved_register): Delete function.
12516 (mips_saved_pc_after_call): Delete function.
12517 (SIGFRAME_BASE): Delete macro.
12518 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
12519 (SIGFRAME_PC_OFF): Delete macro.
12520 (SIGFRAME_REGSAVE_OFF): Delete macro.
12521 (mips_dump_tdep): Do not print deleted macro definitions.
12522
12523 2004-02-10 Andrew Cagney <cagney@redhat.com>
12524
12525 * Makefile.in (SFILES): Remove explictly listed tui files.
12526 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
12527
12528 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
12529
12530 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
12531 to use paddr functions to format ia64 addresses and long values.
12532 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
12533 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
12534 (get_kernel_table, ia64_find_proc_info_x): Ditto.
12535 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
12536 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
12537
12538 2004-02-10 Andrew Cagney <cagney@redhat.com>
12539
12540 * defs.h: Do not include "tui.h".
12541 * gdb_curses.h: New file.
12542 * tui/tui-hooks.h: New file.
12543 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
12544 (tui_install_hooks, tui_remove_hooks): Delete declarations.
12545 (tui_initialize_io): Delete declaration.
12546 (tui_initialize_readline: Delete redundant declaration.
12547 (struct tui_point): Delete definition.
12548 * tui/tui-data.h (struct tui_point): Define.
12549 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
12550 * utils.c: Include "tui/tui.h".
12551 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
12552 * printcmd.c [TUI]: Include "tui/tui.h".
12553 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
12554 * tui/tui-command.c: Include "gdb_curses.h".
12555 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
12556 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
12557 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
12558 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
12559 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
12560 * Makefile.in: Update all dependencies.
12561 (tui_hooks_h, gdb_curses_h): Define.
12562 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
12563
12564 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
12565
12566 * objfiles.h (struct objfile): Remove unused fields auxf1 and
12567 auxf2. Add comments about some other rarely used fields.
12568
12569 2004-02-10 Andrew Cagney <cagney@redhat.com>
12570
12571 * Makefile.in (init.c): Fix script removing duplicates. Problem
12572 reported by Peter Schauer.
12573
12574 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
12575
12576 * bcache.c (bcache_xmalloc): Use obstack_init instead of
12577 obstack_specify_allocation.
12578 * objfiles.c (allocate_objfile): Ditto.
12579 * solib-sunos.c (solib_add_common_symbols)
12580 (allocate_rt_common_objfile): Ditto.
12581 * symfile.c (reread_symbols): Ditto.
12582 * gdb_obstack.h: Add comment.
12583
12584 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
12585
12586 * linespec.c (decode_line_1, locate_first_half)
12587 (decode_compound, lookup_prefix_sym): Update comments. Delete old
12588 commented out code.
12589
12590 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
12591
12592 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
12593 obstack_free.
12594
12595 2004-02-09 Andrew Cagney <cagney@redhat.com>
12596
12597 * blockframe.c (find_pc_partial_function): If find_pc_overlay
12598 fails, try find_pc_section. Fix PR c++/1267.
12599 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
12600 instead of find_pc_mapped_section.
12601 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
12602 not default to the section containing PC. Fix PR symtab/1519.
12603
12604 2004-02-09 Andrew Cagney <cagney@redhat.com>
12605
12606 * Makefile.in (mips-tdep.o): Update dependencies.
12607 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
12608 "trad-frame.h".
12609 (mips_unwind_pc): Return the pseudo PC register.
12610 (mips_unwind_dummy_id): New function.
12611 (mips16_fetch_instruction): New function.
12612 (mips32_fetch_instruction): New function.
12613 (struct mips_frame_cache): Define.
12614 (mips_mdebug_frame_cache): New function.
12615 (mips_mdebug_frame_this_id): New function.
12616 (mips_mdebug_frame_prev_register): New function.
12617 (mips_mdebug_frame_unwind): Define.
12618 (mips_mdebug_frame_sniffer): New function.
12619 (mips_mdebug_frame_base_address): New function.
12620 (mips_mdebug_frame_base): Define.
12621 (mips_mdebug_frame_base_sniffer): New function.
12622 (mips_gdbarch_init): Append unwind and base sniffers. Set
12623 unwind_dummy_id.
12624
12625 2004-02-08 Andrew Cagney <cagney@redhat.com>
12626
12627 * frame.c: Print both the register number and name.
12628
12629 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
12630 and a sed into a single sed. Make .c and .o patterns more robust.
12631 (OBS): Delete.
12632 (INIT_FILES): Replace OBS with COMMON_OBS.
12633 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
12634
12635 2004-02-08 Mark Kettenis <kettenis@gnu.org>
12636
12637 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
12638 the PT_WCOOKIE request.
12639
12640 2004-02-08 Andrew Cagney <cagney@redhat.com>
12641
12642 * mips-tdep.c (mips_unwind_pc): New function.
12643 (mips_gdbarch_init): Set mips_unwind_pc.
12644
12645 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
12646 (get_frame_id): Allow the UNKNOWN_FRAME.
12647 (frame_register_unwind, get_frame_type): Ditto.
12648
12649 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
12650 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
12651 unwind_dummy_id indicates a legacy frame.
12652
12653 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
12654 * configure: Re-generate.
12655
12656 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
12657 methods.
12658
12659 2004-02-08 Andrew Cagney <cagney@redhat.com>
12660
12661 * configure.in (CONFIG_ALL): Set to Makefile target, and not
12662 makefile macro.
12663 * configure: Re-generate.
12664 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
12665 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
12666 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
12667 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
12668 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
12669 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
12670 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
12671 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
12672 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
12673 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
12674
12675 2004-02-07 Andrew Cagney <cagney@redhat.com>
12676
12677 * Makefile.in: Update all dependencies.
12678
12679 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
12680 * configure: Re-generate.
12681 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
12682 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
12683 (COMMON_OBS): Add "main.o" and "annotate.o".
12684 (ANNOTATE_OBS): Delete.
12685 (OBS): Remove ANNOTATE_OBS.
12686 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
12687 CONFIG_INITS.
12688 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
12689 against CONFIG_OBS and "main.o".
12690 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
12691 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
12692
12693 * tui/tui-command.c: Include "gdb_string.h", delete register
12694 attribute, use ISO-C function signatures.
12695 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
12696 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12697 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
12698 * tui/tui.c: Ditto.
12699
12700 * tui/tui-command.c: Change variable and function names to lower
12701 case.
12702 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
12703 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
12704 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12705 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12706 * tui/tui-winsource.c, tui/tui.c: Ditto.
12707
12708 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12709
12710 * buildsym.c (free_pending_blocks, finish_block)
12711 (record_pending_block, make_blockvector, end_symtab): Replace
12712 symbol_obstack with objfile_obstack.
12713 * coffread.c (process_coff_symbol, coff_read_struct_type)
12714 (coff_read_enum_type): Ditto.
12715 * cp-namespace.c (initialize_namespace_symtab)
12716 (check_one_possible_namespace_symbol): Ditto.
12717 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
12718 (dwarf2_symbol_mark_computed): Ditto.
12719 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
12720 * elfread.c (elf_symtab_read): Ditto.
12721 * hpread.c (hpread_symfile_init, hpread_symfile_init)
12722 (hpread_read_enum_type, hpread_read_function_type)
12723 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
12724 Ditto.
12725 * jv-lang.c (get_java_class_symtab, add_class_symbol)
12726 (java_link_class_type): Ditto.
12727 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
12728 (new_symbol): Ditto.
12729 * minsyms.c (install_minimal_symbols): Ditto.
12730 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
12731 (terminate_minimal_symbol_table): Replace symbol_obstack with
12732 objfile_obstack.
12733 (free_objfile): Remove freeing of symbol_obstack.
12734 * objfiles.h: Remove symbol_obstack field.
12735 * pa64solib.c (add_to_solist): Replace symbol_obstack with
12736 objfile_obstack.
12737 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12738 symbol_obstack.
12739 (solib_add_common_symbols): Replace symbol_obstack with
12740 objfile_obstack.
12741 * somsolib.c (som_solib_add): Ditto.
12742 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
12743 (common_block_start, common_block_end): Ditto.
12744 * symfile.c (reread_symbols): Remove freeing and init of
12745 symbol_obstack.
12746 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
12747 * symfile.h: Update comment.
12748 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12749 stats printing.
12750 * symtab.c (symbol_set_names): Replace symbol_obstack with
12751 objfile_obstack.
12752 * symtab.h (struct general_symbol_info, struct minimal_symbol):
12753 Update comments.
12754 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12755 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12756 objfile_obstack.
12757
12758 2004-02-07 Andrew Cagney <cagney@redhat.com>
12759
12760 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
12761 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
12762 fields and variables.
12763 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
12764 (m_beInvisible): Delete macro.
12765 * tui/tui-data.h: Fix case case fields and variables.
12766 (m_genWinPtrIsNull): Delete macro.
12767 (tui_win_list): Rename winList.
12768 (TUI_SRC_WIN): Rename srcWin.
12769 (TUI_DISASM_WIN): Rename disassemWin.
12770 (TUI_DATA_WIN): Rename dataWin.
12771 (TUI_CMD_WIN): Rename cmdWin.
12772 (m_genWinPtrNotNull): Delete macro.
12773 (m_winPtrIsNull): Delete macro.
12774 (m_winPtrNotNull): Delete macro.
12775 (tui_win_is_source_type): Replace m_winIsSourceType
12776 (tui_win_is_auxillary): Replace m_winIsAuzillary.
12777 (tui_win_has_locator): Replace m_hasLocator.
12778 (tui_set_win_highlight): Replace m_setWinHighlightOn and
12779 m_setWinHighlightOff.
12780 * tui/tui-data.c: Update references.
12781 (tui_win_is_source_type, tui_set_win_highlight): New functions.
12782 (tui_win_has_locator, tui_win_is_auxillary): New functions.
12783 * tui/tui-command.c, tui/tui-disasm.c: Update references.
12784 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12785 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12786 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12787 * tui/tui-winsource.c, tui/tui.c: Ditto.
12788
12789 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12790
12791 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12792 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12793 StackGhost.
12794
12795 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12796 variable `i6' to `i7'.
12797 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12798
12799 2004-02-07 Andrew Cagney <cagney@redhat.com>
12800
12801 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12802 (TuiPoint, TuiPointPtr): Ditto.
12803 (TuiStatus, TuiStatusPtr): Ditto.
12804 (TuiWinType, TuiWinTypePtr): Ditto.
12805 (struct tui_point): Rename _TuiPoint.
12806 (tui_get_low_disassembly_address): Rename
12807 tuiGetLowDisassemblyAddress.
12808 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12809 (tuiFree): Delete declaration.
12810 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12811 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12812 * tui/tui.c (tuiFree): Delete function.
12813 * cli/cli-cmds.c (disassemble_command): Update references.
12814 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12815 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12816 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12817 * tui/tui-winsource.c: Ditto.
12818
12819 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12820
12821 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12822 coffstab_build_psymtabs, elfstab_build_psymtabs)
12823 (stabsect_build_psymtabs): Replace psymbol_obstack with
12824 objfile_obstack.
12825 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12826 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12827 Ditto.
12828 * dwarfread.c (scan_compilation_units): Ditto.
12829 * elfread.c (elfstab_offset_sections): Ditto.
12830 * hppa-tdep.c (read_unwind_info): Ditto.
12831 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12832 (hpread_end_psymtab): Ditto.
12833 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12834 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12835 Ditto.
12836 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
12837 * objfiles.c (add_to_objfile_sections)
12838 (build_objfile_section_table): Ditto.
12839 (allocate_objfile): Remove init of psymbol_obstack.
12840 (free_objfile): Remove freeing of psymbol_obstack.
12841 * objfiles.h (struct objfile): Remove field
12842 psymbol_obstack. Update comments.
12843 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12844 psymbol_obstack with objfile_obstack.
12845 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12846 psymbol_obstack.
12847 * somread.c (som_symfile_offsets, init_import_symbols)
12848 (init_export_symbols): Replace psymbol_obstack with
12849 objfile_obstack.
12850 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12851 * symfile.c (default_symfile_offsets, syms_from_objfile)
12852 (reread_symbols): Remove freeing and init of psymbol_obstack.
12853 (cashier_psymtab): Update comment.
12854 * symmisc.c (print_objfile_statistics): Don't report stats for
12855 psymbol obstack.
12856 * symtab.h (struct general_symbol_info, struct partial_symtab):
12857 Update comments.
12858 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12859 (xcoff_symfile_offsets): Replace psymbol_obstack with
12860 objfile_obstack.
12861
12862 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12863
12864 * objfiles.h (struct objfile): Add objfile_obstack field.
12865 Remove type_obstack field.
12866
12867 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12868 read_structure_scope read_enumeration, new_symbol): Replace
12869 type_obstack with objfile_obstack.
12870 * dwarfread.c (struct_type, enum_type): Ditto.
12871 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
12872 (lookup_fundamental_type): Ditto.
12873 * gdbtypes.h (TYPE_ALLOC): Ditto.
12874 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12875 (hpread_read_doc_function_type, hpread_read_struct_type)
12876 (fix_static_member_physnames, hpread_read_array_type)
12877 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
12878 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
12879 (java_link_class_type): Ditto.
12880 * mdebugread.c (parse_type): Ditto.
12881 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12882 * solib-sunos.c (solib_add_common_symbols): Ditto.
12883 * stabsread.c (define_symbol, read_type, read_member_functions,
12884 read_cpp_abbrev, read_one_struct_field): Ditto.
12885 * symfile.c (reread_symbols): Ditto.
12886 * symmisc.c (print_objfile_statistics): Ditto.
12887
12888 2004-02-07 Andrew Cagney <cagney@redhat.com>
12889
12890 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12891 (tui_exec_info_content): Rename TuiExecInfoContent.
12892 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12893 (TuiWinInfo, TuiWinInfoPtr): Ditto.
12894 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12895 (TuiList, TuiListPtr): Ditto.
12896 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12897 (TuiDataType, TuiDataTypePtr): Ditto.
12898 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12899 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12900 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12901 (TuiSourceElement, TuiSourceElementPtr): Ditto.
12902 (TuiDataElement, TuiDataElementPtr): Ditto.
12903 (TuiWinElement, TuiWinElementPtr): Ditto.
12904 (TuiDataInfo, TuiDataInfoPtr): Ditto.
12905 (TuiCommandElement, TuiCommandElementPtr): Ditto.
12906 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12907 (TuiWhichElement, TuiWhichElementPtr): Ditto.
12908 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12909 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12910 * tui/tui-command.c, tui/tui-data.c: Update references.
12911 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12912 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12913 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12914 * tui/tui-winsource.c, tui/tui.c: Ditto.
12915
12916 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12917
12918 * dwarf2-frame.h: Update copyright.
12919 (enum dwarf2_frame_reg_rule): New.
12920 (struct dwarf2_frame_state_reg): New.
12921 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12922 * dwarf2-frame.c: Update copyright.
12923 (enum dwarf2_reg_rule): Remove.
12924 (struct dwarf2_frame_state): Remove defenition of `struct
12925 dwarf2_frame_state_reg'.
12926 (read_reg): Call get_frame_arch to get the architecture instead of
12927 using CURRENT_GDBARCH.
12928 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12929 DWARF2_FRAME_.
12930 (dwarf2_frame_init_reg): New function.
12931 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12932 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
12933 initialize the register state. Prefix old `enum dwarf2_reg_rule'
12934 tags with DWARF2_FRAME_.
12935 (dwarf2_frame_prev_register): Call get_frame_arch to get the
12936 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
12937 dwarf2_reg_rule' tags with DWARF2_FRAME_.
12938
12939 2004-02-06 Andrew Cagney <cagney@redhat.com>
12940
12941 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12942 (enum tui_data_type): Rename _TuiDataType.
12943 (struct tui_layout_def): Rename _TuiLayoutDef.
12944 (struct tui_source_element): Rename _TuiSourceElement.
12945 (struct tui_data_element): Rename _TuiDataElement.
12946 (struct tui_command_element): Rename _TuiCommandElement.
12947 (struct tui_locator_element): Rename _TuiLocatorElement.
12948 (union tui_which_element): Define.
12949 (struct tui_win_element): Rename _TuiWinElement.
12950 (struct tui_data_info): Rename _TuiDataInfo.
12951 (struct tui_source_info): Rename _TuiSourceInfo.
12952 (struct tui_command_info): Rename _TuiCommandInfo.
12953 (tui_initialize_static_data): Rename initializeStaticData.
12954 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12955 (tui_alloc_win_info): Rename allocWinInfo.
12956 (tui_init_generic_part): Rename initGenericPart.
12957 (tui_init_win_info): Rename initWinInfo.
12958 (tui_alloc_content): Rename allocContent.
12959 (tui_add_content_elements): Rename addContentElements.
12960 (tui_init_content_element): Rename initContentElement.
12961 (tui_free_window): Rename freeWindow.
12962 (tui_free_win_content): Rename freeWinContent.
12963 (tui_free_data_content): Rename freeDataContent.
12964 (tui_free_all_source_wins_content): Rename
12965 freeAllSourceWinsContent.
12966 (tui_del_window): Rename tuiDelWindow.
12967 (tui_del_data_windows): Rename tuiDelDataWindows.
12968 (tui_partial_win_by_name): Rename partialWinByName.
12969 (tui_win_name): Rename winName.
12970 (tui_current_layout): Rename currentLayout.
12971 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12972 (tui_term_height): Rename termHeight.
12973 (tui_set_term_height_to): Rename setTermHeightTo.
12974 (tui_term_width): Rename termWidth.
12975 (tui_set_term_width_to): Rename setTermWidthTo.
12976 (tui_set_gen_win_origin): Rename setGenWinOrigin.
12977 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
12978 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
12979 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
12980 (tui_source_windows): Rename sourceWindows.
12981 (tui_clear_source_windows): Rename clearSourceWindows.
12982 (tui_clear_source_windows_detail): Rename
12983 clearSourceWindowsDetail.
12984 (tui_clear_win_detail): Rename clearWinDetail.
12985 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
12986 (tui_default_tab_len): Rename tuiDefaultTabLen.
12987 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
12988 (tui_win_with_focus): Rename tuiWinWithFocus.
12989 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
12990 (tui_layout_def): Rename tuiLayoutDef.
12991 (tui_win_resized): Rename tuiWinResized.
12992 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
12993 (tui_next_win): Rename tuiNextWin.
12994 (tui_prev_win): Rename tuiPrevWin.
12995 (tui_add_to_source_windows): Rename addToSourceWindows.
12996 * tui/tui-winsource.c, tui/tui-win.c: Update references.
12997 * tui/tui-layout.c, tui/tui-source.c: Ditto.
12998 * tui/tui-stack.c, tui/tui-io.c: Ditto.
12999 * tui/tui.c, tui/tui-data.c: Ditto.
13000 * tui/tui-interp.c, tui/tui-data.c: Ditto.
13001 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
13002
13003 * tui/tui-source.h: Update copyright. Include "tui-data.h".
13004 (struct symtab): Declare.
13005 (tui_set_source_content): Rename tuiSetSourceContent.
13006 (tui_show_symtab_source): Rename tuiShowSource.
13007 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
13008 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
13009 * tui/tui-source.c: Update copyright. Update references.
13010 * tui/tui-win.c, tui/tui-winsource.c: Update references.
13011 * tui/tui-stack.c: Update references.
13012
13013 * tui/tui-win.h: Update copyright. Include "tui-data.h".
13014 (struct tui_win_info): Declare.
13015 (tui_scroll_forward): Rename tuiScrollForward.
13016 (tui_scroll_backward): Rename tuiScrollBackward.
13017 (tui_scroll_left): Rename tuiScrollLeft.
13018 (tui_scroll_right): Rename tuiScrollRight.
13019 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
13020 (tui_resize_all): Rename tuiResizeAll.
13021 (tui_refresh_all_win): Rename tuiRefreshAll.
13022 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
13023 * tui/tui-layout.c, * tui/tui-io.c: Update references.
13024 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
13025 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
13026
13027 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
13028 (tui_erase_data_content): Rename tuiEraseDataContent.
13029 (tui_display_all_data): Rename tuiDisplayAllData.
13030 (tui_check_data_values): Rename tuiCheckDataValues.
13031 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
13032 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
13033 (tui_first_data_element_no_in_line): Rename
13034 tuiFirstDataElementNoInLine.
13035 (tui_delete_data_content_windows): Rename
13036 tuiDeleteDataContentWindows.
13037 (tui_refresh_data_win): Rename tuiRefreshDataWin.
13038 (tui_display_data_from): Rename tuiDisplayDataFrom.
13039 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
13040 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
13041 * tui/tui-win.c, tui/tui-regs.c: Update references.
13042 * tui/tui-layout.c, tui/tui.c: Update references.
13043
13044 * tui/tui-wingeneral.h: Update copyright.
13045 (m_allBeVisible): Delete macro.
13046 (m_allBeInvisible): Delete macro.
13047 (struct tui_gen_win_info): Declare.
13048 (struct tui_win_info): Declare.
13049 (tui_unhighlight_win): Rename unhighlightWin.
13050 (tui_make_visible, tui_make_invisible): Replace makeVisible.
13051 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
13052 (tui_make_window): Rename makeWindow.
13053 (tui_copy_win): Rename copyWin.
13054 (tui_box_win): Rename boxWin.
13055 (tui_highlight_win): Rename highlightWin.
13056 (tui_check_and_display_highlight_if_needed): Rename
13057 checkAndDisplayHighlightIfNeeded.
13058 (tui_refresh_all): Rename refreshAll.
13059 (tui_delete_win): Rename tuiDelwin.
13060 (tui_refresh_win): Rename tuiRefreshWin.
13061 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
13062 (tui_make_visible, tui_make_invisible): New functions.
13063 (tui_make_all_visible, tui_make_all_invisible): New functions.
13064 (make_all_visible): Rename makeAllVisible.
13065 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
13066 * tui/tui-data.c, tui/tui-winsource.c: Update references.
13067 * tui/tui-windata.c, tui/tui-win.c: Update references.
13068 * tui/tui-regs.c, tui/tui-layout.c: Update references.
13069 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
13070
13071 2004-02-06 Mark Kettenis <kettenis@gnu.org>
13072
13073 * proc-api.c (write_with_trace): Initialize local variable to
13074 silence compiler warning.
13075
13076 2004-02-06 Andrew Cagney <cagney@redhat.com>
13077
13078 * tui/tui-source.h: Do not include "defs.h".
13079 (struct tui_win_info): Declare.
13080 (tui_set_source_content_nil): Declare.
13081 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
13082 (union tui_line_or_address): Rename _TuiLineOrAddress.
13083 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
13084 (tui_update_source_window): Rename tuiUpdateSourceWindow.
13085 (tui_update_source_window_as_is): Rename
13086 tuiUpdateSourceWindowAsIs.
13087 (tui_update_source_windows_with_addr): Rename
13088 tuiUpdateSourceWindowsWithAddr.
13089 (tui_update_source_windows_with_line): Rename
13090 tuiUpdateSourceWindowsWithLine.
13091 (tui_clear_source_content): Rename tuiClearSourceContent.
13092 (tui_erase_source_content): Rename tuiEraseSourceContent.
13093 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
13094 (tui_show_source_content): Rename tuiShowSourceContent.
13095 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
13096 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
13097 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
13098 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
13099 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
13100 (tui_update_exec_info): Rename tuiUpdateExecInfo.
13101 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
13102 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
13103 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
13104 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
13105 (struct tui_win_info): Declare.
13106 * tui/tui-stack.c: Update references.
13107 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
13108 * tui/tui-win.c, tui/tui-source.c: Ditto.
13109 * tui/tui.c, tui/tui-disasm.c: Ditto.
13110
13111 2004-02-06 Mark Kettenis <kettenis@gnu.org>
13112
13113 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
13114 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
13115
13116 2004-02-05 Mark Kettenis <kettenis@gnu.org>
13117
13118 * infrun.c (handle_inferior_event): Allow for breakpoint
13119 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
13120 and SIGEMT. Update comments.
13121 * NEWS (Revised SPARC target): Mention support for non-executable
13122 stack.
13123
13124 2004-02-04 Mark Kettenis <kettenis@gnu.org>
13125
13126 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
13127 * inftarg.c: Update copyright year.
13128 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
13129 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
13130 (sparc_xfer_wcookie): New function.
13131 * sparc-tdep.c (sparc_fetch_wcookie): New function.
13132 * Makefile.in (sparc-nat.o): Update dependencies.
13133 * config/sparc/nm-nbsd.h: Include "target.h".
13134 (NATIVE_XFER_WCOOKIE): New define.
13135 (sparc_xfer_wcookie): New prototype.
13136
13137 2004-02-04 Andrew Cagney <cagney@redhat.com>
13138
13139 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
13140 SYSCALL_TRAP function.
13141 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
13142
13143 2004-02-04 Andrew Cagney <cagney@redhat.com>
13144 Daniel Jacobowitz <drow@mvista.com>
13145
13146 * objfiles.h: Delete comments refering to inside_entry_func and
13147 DEPRECATED_FRAME_CHAIN_VALID.
13148 * defs.h (inside_entry_func): Update prototype..
13149 * blockframe.c (inside_entry_func): Rename to
13150 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
13151 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
13152
13153 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
13154
13155 * breakpoint.c (struct captured_parse_breakpoint_args): Move
13156 outside of #ifdef SOLIB_ADD region.
13157 (do_restore_lang_radix_cleanup): Ditto.
13158 (resolve_pending_breakpoint): Ditto.
13159
13160 2004-02-03 Andrew Cagney <cagney@redhat.com>
13161
13162 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
13163 (process_note_abi_tag_sections): Delete unused function.
13164 (ia64_read_fp): Delete unused function.
13165 (gdbarch_extract_struct_value_address): Delete declaration.
13166
13167 2004-02-02 Andrew Cagney <cagney@redhat.com>
13168
13169 * vax-tdep.c (vax_frame_chain): Delete call to
13170 deprecated_inside_entry_file.
13171 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
13172
13173 2004-02-02 Mark Kettenis <kettenis@gnu.org>
13174
13175 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
13176 column that's "empty" or "same value" when eliminating REG_RA
13177 rules.
13178
13179 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13180
13181 * NEWS: Add information about new pending breakpoint support.
13182
13183 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13184
13185 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
13186 and pending fields for pending breakpoint support.
13187 * breakpoint.c (breakpoint_enabled): Add check for not pending.
13188 (condition_command): Only parse condition if not a pending
13189 breakpoint.
13190 (print_one_breakpoint): Add support for pending breakpoints.
13191 (describe_other_breakpoints): Add checks to verify we are not
13192 dealing with pending breakpoints.
13193 (check_duplicates): Don't check pending breakpoints.
13194 (set_raw_breakpoint): Initialize pending flag.
13195 (do_restore_lang_radix_cleanup): New cleanup routine.
13196 (resolve_pending_breakpoint): New function.
13197 (re_enable_breakpoints_in_shlibs): Try and resolve any
13198 pending breakpoints via resolve_pending_breakpoint.
13199 (mention): Add pending breakpoint support.
13200 (parse_breakpoint_sals): Add new parameter to pass to
13201 decode_line_1 to indicate silent errors when files or functions
13202 are not found. Change all callers.
13203 (do_captured_parse_breakpoint): New function.
13204 (break_command_1): Change prototype to return an rc value and to
13205 take an optional pending breakpoint pointer. Support creating
13206 a pending breakpoint if a "not found" form of error occurs when
13207 parsing the breakpoint. Also support resolving an existing pending
13208 breakpoint and be silent if the resolution fails.
13209 (create_breakpoints): Change prototype to take pending breakpoint
13210 pointer. When resolving a pending breakpoint, use the new pointer
13211 to provide a conditional or commands added by the end-user.
13212 (delete_breakpoint): Add appropriate check for pending.
13213 (breakpoint_re_set_one): Ditto.
13214 (do_enable_breakpoint): Ditto.
13215
13216 2004-02-02 David Carlton <carlton@kealia.com>
13217
13218 * valops.c (enum oload_classification): New.
13219 (find_overload_match): Break implementation into separate
13220 functions; delete #if 0'd code; look for symbols within
13221 namespaces.
13222 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
13223 (find_oload_champ,oload_method_static,classify_oload_match): New.
13224 * cp-support.h: Add declaration for cp_func_name; update
13225 declaration for make_symbol_overload_list.
13226 * cp-support.c (cp_func_name): New.
13227 (overload_list_add_symbol): Fix comment, use
13228 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
13229 (make_symbol_overload_list): Take a function name and a namespace
13230 instead of a symbol; change implementation.
13231 (make_symbol_overload_list_using): New.
13232 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
13233
13234 2004-02-02 Fred Fish <fnf@redhat.com>
13235
13236 * main.c (gdb_stdtarg): Move definition to group with other
13237 gdb_stdtarg definitions and update copyright years.
13238 * remote-sim.c (gdb_os_write_stderr): Write output to
13239 gdb_stdtargerr stream instead of gdb_stdtarg stream.
13240 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
13241 gdb_stderr stream and update copyright years.
13242
13243 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13244
13245 * Makefile.in (mips-linux-nat.o): Update dependencies.
13246 * mips-linux-nat.c: Include mips-tdep.h.
13247
13248 2004-02-01 Roland McGrath <roland@redhat.com>
13249
13250 * sol-thread.c (sol_thread_xfer_partial): New function.
13251 (init_sol_thread_ops): Use that for to_xfer_partial hook.
13252 (init_sol_core_ops): Likewise.
13253
13254 * procfs.c (procfs_xfer_partial): New function.
13255 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
13256 * Makefile.in (procfs.o): Add $(auxv_h) dep.
13257
13258 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
13259 procfs_xfer_auxv function.
13260
13261 * procfs.c (procfs_make_note_section): If we can read
13262 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
13263 * linux-proc.c (linux_make_note_section): Likewise.
13264
13265 * auxv.h: New file.
13266 * auxv.c: New file.
13267 * Makefile.in (auxv_h): New variable.
13268 (COMMON_OBS): Add auxv.o here.
13269 (auxv.o): New target.
13270
13271 * corelow.c (core_xfer_partial): New function.
13272 (init_core_ops): Use it for core_ops.to_xfer_partial.
13273
13274 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
13275 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
13276 macro if that is defined.
13277
13278 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13279
13280 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
13281 and check the specified thread for each breakpoint.
13282 * breakpoint.h (bpstat_stop_status): Update prototype.
13283 * infrun.c (handle_inferior_event): Update calls to
13284 bpstat_stop_status.
13285
13286 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13287
13288 * Makefile.in (cli-cmds.o): Add $(readline_h).
13289
13290 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13291
13292 * cli/cli-cmds.c: Include readline.h.
13293 (complete_command): Pass the start of the last word to
13294 complete_line.
13295
13296 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13297
13298 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
13299 argument, and change first argument to a CORE_ADDR.
13300 * breakpoint.h (bpstat_stop_status): Update prototype.
13301 * infrun.c (adjust_pc_after_break): Add a new comment.
13302 (handle_inferior_event): Update calls to bpstat_stop_status.
13303
13304 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13305
13306 * breakpoint.h: Update copyright years.
13307
13308 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13309
13310 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
13311 (bpstat_stop_status): Don't decrement PC.
13312 * breakpoint.h (software_breakpoint_inserted_here_p): Add
13313 prototype.
13314 * infrun.c (adjust_pc_after_break): New function.
13315 (handle_inferior_event): Call it, early. Remove later references
13316 to DECR_PC_AFTER_BREAK.
13317 (normal_stop): Add commentary.
13318
13319 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13320
13321 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
13322 2004-01-27 double-free fix.
13323
13324 2004-01-31 Mark Kettenis <kettenis@gnu.org>
13325
13326 * sparc-tdep.c (sparc_fetch_wcookie): New function.
13327 (sparc32_frame_prev_register): Handle StackGhost.
13328 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
13329
13330 2004-01-29 Roland McGrath <roland@redhat.com>
13331
13332 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
13333 * configure: Regenerated.
13334
13335 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
13336 * Makefile.in (procfs.o): Add dep.
13337
13338 2004-01-28 Andrew Cagney <cagney@redhat.com>
13339
13340 * tui/tui-stack.h: Update copyright.
13341 (struct frame_info): Add opaque declaration.
13342 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
13343 (tui_show_locator_content): Rename tuiShowLocatorContent.
13344 (tui_show_frame_info): Rename tuiShowFrameInfo.
13345 * tui/tui-stack.c: Update copyright. Update references.
13346 * tui/tui-winsource.c: Update references.
13347 * tui/tui-win.c: Update references.
13348 * tui/tui-layout.c: Update references.
13349 * tui/tui-hooks.c: Update copyright, update references.
13350 * tui/tui.c: Update copyright, update references.
13351 * tui/tui-disasm.c: Update references.
13352
13353 2004-01-28 David Carlton <carlton@kealia.com>
13354
13355 * dwarf2read.c (add_partial_structure): Use demangled name if
13356 namespace equals "".
13357
13358 2004-01-27 Jim Blandy <jimb@redhat.com>
13359
13360 Clean up misapplied patch:
13361 * dwarf2read.c (determine_prefix): Change one of the two forward
13362 declarations for 'determine_prefix_aux' to a declaration for this.
13363 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
13364 argument to 'die_specification'.
13365
13366 * dwarf2read.c (read_func_scope): Re-indent comment.
13367
13368 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
13369
13370 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
13371 b->exp to NULL after freeing so that error during re-parsing or
13372 evaluation of expressions associated with breakpoint don't
13373 eventually lead to re-freeing of storage.
13374 Committed by Andrew Cagney.
13375
13376 2004-01-27 Andrew Cagney <cagney@redhat.com>
13377
13378 * source.c (ambiguous_line_spec): Delete undefined declaration.
13379 * m32r-rom.c (m32r_set_board_address): Delete unused function.
13380 (m32r_set_server_address, m32r_set_download_path): Ditto.
13381 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
13382
13383 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
13384
13385 * dwarf2read.c: Update calls to changed and renamed functions, and
13386 references to moved variables.
13387
13388 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
13389 language, language_defn, list_in_scope, and ftypes members.
13390 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
13391 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
13392 (baseaddr): Remove globals.
13393
13394 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
13395 (set_cu_language, die_is_declaration, die_specification)
13396 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
13397 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
13398 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
13399 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
13400
13401 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
13402 cu.list_in_scope. Don't initialize cu_header_offset.
13403 (add_partial_symbol): Add local baseaddr.
13404 (psymtab_to_symtab_1): Add local baseaddr. Use
13405 objfile->section_offsets for consistency. Don't initialize
13406 cu_header_offset; do initialize cu.header.offset and
13407 cu.list_in_scope.
13408 (read_file_scope, read_func_scope, read_lexical_block_scope)
13409 (dwarf_decode_lines, new_symbol): Add local baseaddr.
13410
13411 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
13412
13413 * PROBLEMS: Add gdb/1516.
13414
13415 2003-12-29 Robert Millan <robertmh@gnu.org>
13416
13417 Patch committed by Andrw Cagney.
13418 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
13419 * configure.tgt: Match knetbsd*-gnu.
13420
13421 2004-01-26 Andrew Cagney <cagney@redhat.com>
13422
13423 * breakpoint.c (catch_command_1): Delete #ifdef code.
13424 (catch_fork_command_1): Delete #ifdef wrapper.
13425 (catch_exec_command_1): Ditto.
13426 (catch_load_command_1): Ditto.
13427 (catch_unload_command_1): Ditto.
13428
13429 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
13430 (catch_breakpoint): Delete #if0ed function.
13431 (disable_catch_breakpoint): Ditto.
13432 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
13433 (disable_catch, enable_catch, delete_catch): Ditto.
13434
13435 2004-01-26 Andrew Cagney <cagney@redhat.com>
13436
13437 * remote.c (echo_check, quit_flag): Delete variables.
13438 (cisco_kernel_mode): Delete variable.
13439 (minitelnet_return, tty_input, escape_count): Delete variables.
13440 (remote_cisco_mode): Delete variable.
13441 (remote_cisco_open, remote_cisco_close): Delete function.
13442 (remote_cisco_mourn, remote_cisco_wait): Delete function.
13443 (init_remote_cisco_ops): Delete function.
13444 (_initialize_remote): Do not install "remote cisco" code.
13445 (read_frame): Delete cisco specific code.
13446 (remote_info_process): Delete function.
13447 (remote_wait): Delete cisco specific code.
13448 (remote_cisco_section_offsets): Delete function.
13449 (remote_cisco_objfile_relocate): Delete function.
13450 (remote_async_wait): Delete cisco specific code.
13451 (minitelnet, readtty, readsocket): Delete function.
13452
13453 2004-01-26 Andrew Cagney <cagney@redhat.com>
13454
13455 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
13456 comments mentioning extract_returned_value_address.
13457 * infcmd.c (print_return_value): Update. Add comments on
13458 extract_returned_value_address.
13459 * stack.c (return_command): Add comments on
13460 extract_returned_value_address.
13461 * values.c: Update comment.
13462 * m32r-tdep.c: Update comment.
13463 * sparc-tdep.c: Update comment.
13464 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
13465 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
13466 * sh64-tdep.c (sh64_gdbarch_init): Update.
13467 * sh-tdep.c (sh_gdbarch_init): Update.
13468 * s390-tdep.c (s390_gdbarch_init): Update.
13469 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
13470 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
13471 * m68k-tdep.c (m68k_gdbarch_init): Update.
13472 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
13473 * m32r-tdep.c (m32r_gdbarch_init): Update.
13474 * ia64-tdep.c (ia64_gdbarch_init): Update.
13475 * h8300-tdep.c (h8300_gdbarch_init): Update.
13476 * frv-tdep.c (frv_gdbarch_init): Update.
13477 * arm-tdep.c (arm_gdbarch_init): Update.
13478 * alpha-tdep.c (alpha_gdbarch_init): Update.
13479
13480 2004-01-26 Andrew Cagney <cagney@redhat.com>
13481
13482 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
13483 SYMBOL_LOCATION_FUNCS
13484 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
13485 "struct symbol_ops".
13486 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
13487 type to "struct symbol_ops".
13488 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
13489 (struct symbol): Replace ".aux_value.loc.funcs" and
13490 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
13491 (SYMBOL_OBJFILE): Delete macro.
13492 (SYMBOL_LOCATION_FUNCS): Delete macro.
13493 (SYMBOL_LOCATION_BATON): Update.
13494 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
13495 intead of SYMBOL_LOCATION_FUNCS.
13496 * ax-gdb.c (gen_var_ref): Ditto.
13497 * printcmd.c (address_info): Ditto.
13498 * findvar.c (read_var_value): Ditto.
13499 (symbol_read_needs_frame): Ditto.
13500
13501 2004-01-26 Andrew Cagney <cagney@redhat.com>
13502
13503 * dwarf2read.c (read_func_scope): Document frame-base hack.
13504
13505 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13506
13507 * infcmd.c (print_return_value): Plug memory leak; delete
13508 ui_stream object. Rename argument `structure_return' to
13509 `struct_return'.
13510
13511 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13512
13513 * infcmd.c (print_return_value): Wrap long lines.
13514 (finish_command_continuation, finish_command): Remove unused
13515 variable `funcaddr'. Fix some coding-standards problems.
13516
13517 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
13518 SECT_SIZE is large enough, not whether it's exactly the right size.
13519 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
13520 TDEP->fpregset to zero.
13521
13522 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
13523 floating-point registers for traditional NetBSD core files.
13524 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
13525 TDEP->sizeof_fpregset here.
13526
13527 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13528
13529 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
13530 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
13531 function with code split out from
13532 sparc32nbsd_sigcontext_frame_cache.
13533 (sparc32nbsd_sigcontext_frame_cache): Use
13534 sparc32nbsd_sigcontext_saved_regs.
13535 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
13536 OpenBSD.
13537 * sparcobsd-tdep.c: New file.
13538 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
13539 (sparcobsd-tdep.o): New dependency.
13540 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
13541 * config/sparc/obsd.mt: New file.
13542
13543 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
13544 TDEP->fpregset to be initialized to enable core file register
13545 sets.
13546
13547 2004-01-24 Mark Kettenis <kettenis@gnu.org>
13548
13549 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
13550 Add opaque declarations.
13551 (sparc64nbsd_sigcontext_saved_regs): New prototype.
13552 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
13553 function with code split out from
13554 sparc64nbsd_sigcontext_frame_cache.
13555 (sparc64nbsd_sigcontext_frame_cache): Use
13556 sparc64nbsd_sigcontext_saved_regs.
13557 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
13558 OpenBSD.
13559 * sparc64obsd-tdep.c: New file.
13560 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
13561 (sparc64obsd-tdep.o): New dependency.
13562 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
13563 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
13564 * config/sparc/obsd64.mt: New file.
13565
13566 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
13567 read the instruction at PC.
13568
13569 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
13570 value of GDB_OSABI_DEFAULT.
13571 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
13572 instead of GDB_OSABI_NETBSD_AOUT.
13573
13574 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
13575
13576 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
13577 copyright.
13578
13579 2004-01-23 Andrew Cagney <cagney@redhat.com>
13580
13581 * printcmd.c (display_command): Replace tui_set_display call with
13582 tui_set_layout_for_display_command.
13583 * tui/tui.h (enum tui_win_type): Define.
13584 (tui_set_layout): Delete declaration.
13585 (tui_set_layout_for_display_command): Rename set_tui_layout.
13586 * tui/tui-data.h (enum tui_layout_type): Define.
13587 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
13588 "tui.h".
13589 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
13590 (tui_default_win_height): Rename tuiDefaultWinHeight.
13591 (tui_default_win_viewport_height): Rename
13592 tuiDefaultWinViewportHeight.
13593 (tui_set_layout): RenametuiSetLayout.
13594 * tui/tui-layout.c: Update references.
13595 * tui/tui.c: Update references.
13596 * tui/tui-disasm.c: Update references.
13597
13598 2004-01-23 David Carlton <carlton@kealia.com>
13599
13600 Partial workaround for PR c++/1511:
13601 * cp-namespace.c: Include frame.h.
13602 (cp_lookup_transparent_type): New
13603 (cp_lookup_transparent_type_loop): New.
13604 * cp-support.h: Declare cp_lookup_transparent_type.
13605 * symtab.c (basic_lookup_transparent_type): Renamed from
13606 lookup_transparent_type.
13607 (lookup_transparent_type): Replace old body by a call to
13608 current_language->la_lookup_transparent_type.
13609 * symtab.h: Update copyright. Declare
13610 basic_lookup_transparent_type.
13611 * language.h: Update copyright.
13612 (struct language_defn): Add la_lookup_transparent_type.
13613 * language.c: Update copyright.
13614 (unknown_language_defn): Add basic_lookup_transparent_type.
13615 (auto_language_defn): Add basic_lookup_transparent_type.
13616 (local_language_defn): Add basic_lookup_transparent_type.
13617 * ada-lang.c: Update copyright.
13618 (ada_language_defn): Add basic_lookup_transparent_type.
13619 * c-lang.c: Update copyright.
13620 (c_language_defn): Add basic_lookup_transparent_type.
13621 (cplus_language_defn): Add basic_lookup_transparent_type.
13622 (asm_language_defn): Add basic_lookup_transparent_type.
13623 (minimal_language_defn): Add basic_lookup_transparent_type.
13624 * f-lang.c: Update copyright.
13625 (f_language_defn): Add basic_lookup_transparent_type.
13626 * jv-lang.c: Update copyright.
13627 (java_language_defn): Add basic_lookup_transparent_type.
13628 * m2-lang.c: Update copyright.
13629 (m2_language_defn): Add basic_lookup_transparent_type.
13630 * objc-lang.c: Update copyright.
13631 (objc_language_defn): Add basic_lookup_transparent_type.
13632 * p-lang.c: Update copyright.
13633 (p_language_defn): Add basic_lookup_transparent_type.
13634 * scm-lang.c: Update copyright.
13635 (scm_language_defn): Add basic_lookup_transparent_type.
13636 * Makefile.in (cp-namespace.o): Depend on frame.h.
13637
13638 2004-01-23 David Carlton <carlton@kealia.com>
13639
13640 Patch for PR c++/1520:
13641 * dwarf2read.c (read_func_scope): Set processing_current_prefix
13642 properly if we have a specification die.
13643 (determine_prefix_aux): Rename from determine_prefix.
13644 (determine_prefix): Like the old determine_prefix, but never
13645 returns NULL.
13646
13647 2004-01-23 Theodore A. Roth <troth@openavr.org>
13648
13649 * avr-tdep.c: Update copyright.
13650 (avr_iaddr_p): Delete unused function.
13651 (avr_saddr_p): Delete unused function.
13652
13653 2004-01-23 David Carlton <carlton@kealia.com>
13654
13655 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
13656 Fix for PR symtab/1534.
13657
13658 2004-01-23 Mark Kettenis <kettenis@gnu.org>
13659
13660 * NEWS (New native configurations): Mention OpenBSD/sparc and
13661 OpenBSD/sparc64.
13662 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
13663 * configure.host: Likewise.
13664 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
13665 handler for OpenBSD.
13666 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
13667
13668 2004-01-22 Mark Kettenis <kettenis@gnu.org>
13669
13670 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
13671 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
13672
13673 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
13674 * cli/cli-cmds.c (shell_escape): Likewise.
13675
13676 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
13677 OpenBSD .note.openbsd.ident sections.
13678
13679 2004-01-22 David Carlton <carlton@kealia.com>
13680
13681 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
13682 get_scope_pc_bounds.
13683 (read_file_scope): Ditto.
13684 (get_scope_pc_bounds): New function, produced by extracting code
13685 from the above two functions, consolidating it, and adding support
13686 for DW_TAG_namespace.
13687
13688 2004-01-22 Mark Kettenis <kettenis@gnu.org>
13689
13690 * osabi.c (MAX_NOTESZ): New define.
13691 (check_note): New function.
13692 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
13693 check_note.
13694
13695 2004-01-21 Roland McGrath <roland@redhat.com>
13696
13697 * MAINTAINERS (write after approval): Add myself.
13698
13699 2004-01-21 Eli Zaretskii <eliz@gnu.org>
13700
13701 * utils.c (init_page_info): Move declarations of `rows' and
13702 `cols' before the __GO32__-specific code. Move the closing brace
13703 outside the #ifdef __GO32__..#endif block.
13704 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
13705
13706 2004-01-21 Paul Brook <paul@codesourcery.com>
13707
13708 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
13709 BPSTAT_WHAT_CHECK_SHLIBS.
13710
13711 2004-01-21 Paul Brook <paul@codesourcery.com>
13712
13713 * MAINTAINERS: Add myself to write-after-approval.
13714
13715 2004-01-20 Andrew Cagney <cagney@redhat.com>
13716
13717 * ax-gdb.c (print_axs_value): Delete unused function.
13718 * jv-lang.c (java_lookup_type): Delete unused function.
13719 * cli/cli-dump.c (dump_filetype): Delete unused function.
13720 * remote-mips.c (remote_mips_insert_hw_breakpoint)
13721 (remote_mips_remove_hw_breakpoint): Delete unused functions.
13722 (mips_getstring): Delete unused function.
13723 (pmon_insert_breakpoint): Delete #if0ed function.
13724 (PMON_MAX_BP): Delete #if0ed MACRO.
13725 (mips_pmon_bp_info): Delete #if0ed variable.
13726 (pmon_remove_breakpoint): Delete #if0ed function.
13727 * monitor.c (monitor_write_even_block): Delete unused function.
13728 (monitor_write_memory_block): Delete #if0ed code.
13729 * dink32-rom.c (dink32_load): Delete unused function.
13730 (_initialize_dink32_rom): Delete #if0ed code.
13731 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
13732
13733 * tui/tui-command.c: Update references.
13734 * tui/tui-io.c: Update references.
13735 * tui/tui-command.h: Update copyright.
13736 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
13737
13738 * source.c (ambiguous_line_spec): Delete never-defined function.
13739 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
13740 * gdbtypes.c (add_name, add_mangled_type): Ditto.
13741 * cli/cli-cmds.c (validate_comname): Ditto.
13742
13743 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
13744 "tui-data.h".
13745 (tui_set_disassem_content): Rename tuiSetDisassemContent.
13746 (tui_show_disassem): Rename tuiShowDisassem.
13747 (tui_show_disassem_and_update_source): Rename
13748 tuiVerticalDisassemScroll.
13749 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13750 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13751 * tui/tui.h: Update copyright.
13752 (enum tui_status): Define.
13753 * tui/tui-data.h (enum tui_scroll_direction): Define.
13754 * tui/tui-disasm.c: Update copyright. Update references.
13755 * tui/tui-winsource.c: Update copyright. Update references.
13756 * tui/tui-win.c: Update references.
13757 * tui/tui-layout.c: Update references.
13758
13759 2004-01-20 Andrew Cagney <cagney@redhat.com>
13760
13761 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
13762 sym2 to start of block.
13763
13764 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
13765
13766 * MAINTAINERS: Delete mmalloc.
13767 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
13768 * NEWS: Mention removal of --with-malloc.
13769 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13770 * config.in: Regenerate.
13771 * configure: Regenerate.
13772 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13773 USE_MMALLOC, MMCHECK_FORCE.
13774 * gdbinit.in: Remove mmalloc.
13775 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13776 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13777 * config/i386/go32.mh: Likewise.
13778 * config/i386/interix.mh: Likewise.
13779 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13780
13781 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
13782
13783 * linespec.c (decode_variable, symtab_from_filename): Call
13784 error_silent with error message instead of throwing an exception
13785 directly.
13786 * defs.h (error_silent, error_output_message): Add prototypes.
13787 (catch_exceptions_with_msg): Ditto.
13788 * utils.c (error_silent, error_output_message): New functions.
13789 * top.c (catch_exceptions_with_msg): New function.
13790
13791 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
13792
13793 * mi/mi-cmds.h (enum print_values): Add definition.
13794
13795 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13796 type and value for simple data types and just the name and type
13797 for complex ones, if required.
13798
13799 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13800 children, if required.
13801
13802 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13803
13804 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13805 unused declarations.
13806
13807 2004-01-19 Andrew Cagney <cagney@redhat.com>
13808
13809 * top.h (mapped_symbol_files): Delete declaration.
13810 * main.c (captured_main): Delete option "m" and "mapped".
13811 * objfiles.c (mapped_symbol_files): Delete variable.
13812 * symfile.c (symbol_file_command): Delete mmap code.
13813 (symbol_file_add_with_addrs_or_offsets): Ditto.
13814 (add_symbol_file_command, reread_separate_symbols): Ditto.
13815 * objfiles.h (OBJF_MAPPED): Delete.
13816 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13817 (free_objfile) [USE_MMALLOC]: Ditto.
13818 (open_existing_mapped_file): Delete function.
13819 (open_mapped_file): Delete function.
13820 (map_to_file): Delete function.
13821
13822 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13823
13824 * infrun.c (step_into_function): Account for possible breakpoint
13825 adjustment when computing ``stop_func_start''.
13826
13827 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13828
13829 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13830 the region size against the size of a pointer, not the size of
13831 a register as given by DEPRECATED_REGISTER_SIZE.
13832
13833 2004-01-19 Andrew Cagney <cagney@redhat.com>
13834
13835 * tui/tui-regs.h: Include "tui-data.h".
13836 (tuiFirstRegElementNoInLine): Delete declaration.
13837 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13838 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13839 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13840 (tui_calculate_regs_column_count): Rename
13841 tuiCalculateRegsColumnCount.
13842 (tui_check_register_values): Rename tuiCheckRegisterValues.
13843 (tui_show_registers): Rename tuiShowRegisters.
13844 (tui_display_registers_from_line): Rename
13845 tuiDisplayRegistersFromLine.
13846 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13847 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13848 (tui_first_reg_element_no_inline): Rename
13849 tuiFirstRegElementNoInLine.
13850 * tui/tui-data.h: Update copyright.
13851 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13852 * tui/tui-windata.c: Update copyright, update references.
13853 * tui/tui-regs.c: Update copyright, update references.
13854 * tui/tui-win.c: Update copyright, update references.
13855 * tui/tui-layout.c: Update copyright, update references.
13856
13857 2004-01-18 Andrew Cagney <cagney@redhat.com>
13858
13859 * tui/tui-io.c: Update copyright.
13860 (key_is_end_sequence, key_is_backspace): New functions.
13861 (key_is_command_char, key_is_start_sequence): New function.
13862 (tui_getc): Update references.
13863 * tui/tui-io.h: Update copyright.
13864 (m_tuiStartNewLine): Delete macro.
13865 (m_isBackspace, m_isDeleteChar): Delete macros.
13866 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13867 (m_isNextPage, m_isPrevPage): Delete macros.
13868 (m_isLeftArrow, m_isRightArrow): Delete macros.
13869 (m_isXdbStyleCommandChar): Delete macro.
13870 (key_is_start_sequence): Declare, replace m_isStartSequence.
13871 (key_is_end_sequence): Declare, replace m_isEndSequence.
13872 (key_is_backspace): Declare ,replace m_isBackspace.
13873 (key_is_command_char): Declare, replace m_isCommandChar.
13874 * tui/tui-command.c: Update copyright.
13875 (tuiDispatchCtrlChar): Update references.
13876
13877 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13878 tuiSourceWin.h.
13879
13880 * tui/tui-command.c: Rename tui/tuiCommand.c.
13881 * tui/tui-command.h: Rename tui/tuiCommand.h.
13882 * tui/tui-data.c: Rename tui/tuiData.c.
13883 * tui/tui-data.h: Rename tui/tuiData.h.
13884 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13885 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13886 * tui/tui-io.c: Rename tui/tuiIO.c.
13887 * tui/tui-io.h: Rename tui/tuiIO.h.
13888 * tui/tui-layout.c: Rename tui/tuiLayout.c.
13889 * tui/tui-layout.h: Rename tui/tuiLayout.h.
13890 * tui/tui-regs.c: Rename tui/tuiRegs.c.
13891 * tui/tui-regs.h: Rename tui/tuiRegs.h.
13892 * tui/tui-source.c: Rename tui/tuiSource.c.
13893 * tui/tui-source.h: Rename tui/tuiSource.h.
13894 * tui/tui-stack.c: Rename tui/tuiStack.c.
13895 * tui/tui-stack.h: Rename tui/tuiStack.h.
13896 * tui/tui-win.c: Rename tui/tuiWin.c.
13897 * tui/tui-win.h: Rename tui/tuiWin.h.
13898 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13899 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13900 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13901 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13902 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13903 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13904 * tui/tui-file.c: Update includes.
13905 * tui/tui-hooks.c: Update includes.
13906 * tui/tui-interp.c: Update includes.
13907 * tui/tui.c: Update includes.
13908 * Makefile.in: Update all tui/ dependencies.
13909 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13910
13911 * Makefile.in: Update copyright. Update dependencies.
13912
13913 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13914 problem.
13915
13916 2004-01-18 Andrew Cagney <cagney@redhat.com>
13917
13918 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13919 instead of register_gdbarch_init.
13920
13921 * remote-sds.c (tohex): Delete unused function. Update copyright.
13922 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13923 * v850-tdep.c (v850_register_virtual_size): Ditto.
13924 * target.c (normal_target_post_startup_inferior): Ditto.
13925 * source.c (ambiguous_line_spec): Ditto.
13926 * remote.c (adapt_remote_get_threadinfo): Ditto.
13927 * mi/mi-out.c (out_field_fmt): Ditto.
13928 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13929 (output_control_change_notification): Ditto.
13930 * m68k-tdep.c (m68k_register_byte): Ditto.
13931 (m68k_remote_breakpoint_from_pc): Ditto.
13932 * ui-out.c (init_ui_out_state): Delete unused declaration.
13933 * stabsread.c (search_value): Ditto.
13934 * mi/mi-cmd-env.c (env_cli_command): Ditto.
13935 * maint.c (print_section_table): Ditto.
13936 * infrun.c (set_follow_fork_mode_command): Ditto.
13937
13938 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13939
13940 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13941 DW_CFA_def_cfa_exporession. Add support for
13942 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13943 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13944
13945 2004-01-18 Andrew Cagney <cagney@redhat.com>
13946
13947 * ocd.c: Update copyright.
13948 (bdm_read_register_command): Delete unused function.
13949 (_initialize_remote_ocd): Delete commented out reference.
13950 (get_quoted_char, reset_packet): Delete #if0ed function.
13951 (output_packet, put_quoted_char): Delete #if0ed function.
13952 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13953 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13954 (BDM_BREAKPOINT): Delete #if0ed macro.
13955 (remote_timeout): Delete #if0ed variable.
13956
13957 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13958
13959 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13960 (core-sol2.o): Remove dependency.
13961 * core-sol2.c: Remove file.
13962
13963 2004-01-17 Andrew Cagney <cagney@redhat.com>
13964
13965 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13966 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13967 enums.
13968
13969 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13970
13971 * remote.c: Update copyright years.
13972
13973 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13974
13975 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13976
13977 2004-01-17 Andrew Cagney <cagney@redhat.com>
13978
13979 * mdebugread.c: Update copyright.
13980 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13981 (parse_type, parse_procedure): Ditto.
13982 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
13983
13984 * cris-tdep.c (cris_store_struct_return): Put back accidently
13985 deleted function.
13986
13987 * gdbarch.sh: Update copyright year.
13988 * gdbarch.h, gdbarch.c: Re-generate.
13989
13990 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13991
13992 Suggested by George Anzinger.
13993 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
13994 correct stack offset. Include unknown opcode numbers in the error
13995 message.
13996
13997 2004-01-17 Andrew Cagney <cagney@redhat.com>
13998
13999 * x86-64-tdep.c (x86_64_init_abi): No need to clear
14000 extract_struct_value_address, i386 does not set it.
14001 * sparc64-tdep.c (sparc64_init_abi): Do not set
14002 extract_struct_value_address, never called.
14003 (sparc64_extract_struct_value_address): Delete function.
14004 * m68hc11-tdep.c: Update copyright.
14005 (m68hc11_gdbarch_init): Delete redundant assignment of
14006 extract_struct_value_address.
14007 * i386-tdep.c: Update copyright.
14008 (i386_gdbarch_init): Do not set extract_struct_value_address,
14009 never called.
14010 (i386_extract_struct_value_address): Delete function.
14011 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
14012 extract_struct_value_address, never called.
14013 (sparc32_extract_struct_value_address): #if 0 function. Add
14014 comments explaining its future.
14015
14016 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
14017
14018 * arm-tdep.c (arm_write_pc): New function.
14019 (arm_gdbarch_init): Call set_gdbarch_write_pc.
14020
14021 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
14022
14023 * breakpoint.c (must_shift_inst_regs): Delete.
14024 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
14025 and SHIFT_INST_REGS.
14026 * infcmd.c (step_1, step_1_continuation): Delete references to
14027 SHIFT_INST_REGS.
14028 * infrun.c (keep_going): Likewise.
14029 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
14030 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
14031
14032 2004-01-17 Andrew Cagney <cagney@redhat.com>
14033
14034 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
14035 * gdbarch.h, gdbarch.c: Re-generate.
14036 * infcmd.c (print_return_value): Delete reference to
14037 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
14038
14039 * cris-tdep.c (cris_gdbarch_init): Do not set
14040 deprecated_extract_struct_value_address.
14041
14042 * xstormy16-tdep.c: Update copyright.
14043 (xstormy16_extract_struct_value_address): Update to current
14044 extract struct value address interface.
14045 (xstormy16_gdbarch_init): Set extract_struct_value_address.
14046 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
14047 current extract struct value address interface.
14048 (sh64_gdbarch_init): Set extract_struct_value_address.
14049
14050 * cris-tdep.c: Update copyright.
14051 (cris_extract_struct_value_address): Delete function.
14052 (struct_return_address): Delete variable.
14053 (cris_store_struct_return): Do not set struct_return_address.
14054
14055 * mcore-tdep.c: Update copyright.
14056 (mcore_extract_struct_value_address): Delete function. Update
14057 comments.
14058 (mcore_gdbarch_init): Update.
14059 * mn10300-tdep.c: Update copyright.
14060 (mn10300_extract_struct_value_address): Delete function.
14061 (mn10300_gdbarch_init): Update.
14062 * v850-tdep.c: Update copyright.
14063 (v850_extract_struct_value_address): Delete.
14064 (v850_gdbarch_init): Update.
14065 * ns32k-tdep.c: Update copyright.
14066 (ns32k_extract_struct_value_address): Delete.
14067 (ns32k_gdbarch_init): Update.
14068 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
14069 (hppa_gdbarch_init): Update.
14070 * vax-tdep.c: Update copyright.
14071 (vax_extract_struct_value_address): Delete.
14072 (vax_gdbarch_init): Update.
14073
14074 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
14075 * gdbarch.h, gdbarch.c: Re-generate.
14076 * procfs.c (procfs_fetch_registers): Delete reference to
14077 DEPRECATED_NPC_REGNUM.
14078 (procfs_store_registers): Ditto.
14079 * regcache.c (generic_target_write_pc): Simplify.
14080 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
14081
14082 * core-sol2.c (fetch_core_registers): Replace
14083 DEPRECATED_NPC_REGNUM with equivalent tdep value.
14084
14085 * hppa-tdep.c: Update copyright year.
14086 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
14087 NPC_REGNUM.
14088 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
14089
14090 * mips-tdep.c (mips_write_pc): New function.
14091 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
14092 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
14093 (mips_find_saved_regs, mips_software_single_step: Ditto.
14094 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
14095 mips_init_extra_frame_info, mips_pop_frame): Ditto.
14096
14097 2004-01-17 Andrew Cagney <cagney@redhat.com>
14098
14099 * mips-tdep.c: Re-indent. Group functions by ABI.
14100
14101 2004-01-17 Andrew Cagney <cagney@redhat.com>
14102
14103 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
14104 * gdbarch.c: Re-generate.
14105 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14106 DECR_PC_AFTER_BREAK to zero.
14107 * vax-tdep.c (vax_gdbarch_init): Ditto.
14108 * v850-tdep.c (v850_gdbarch_init): Ditto.
14109 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14110 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14111 * sh-tdep.c (sh_gdbarch_init): Ditto.
14112 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14113 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14114 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14115 * mips-tdep.c (mips_gdbarch_init): Ditto.
14116 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14117 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14118 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14119 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14120 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
14121 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14122 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14123 * frv-tdep.c (frv_gdbarch_init): Ditto.
14124 * cris-tdep.c (cris_gdbarch_init): Ditto.
14125 * avr-tdep.c (avr_gdbarch_init): Ditto.
14126 * arm-tdep.c (arm_gdbarch_init): Ditto.
14127 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
14128
14129 2004-01-17 J. Brobecker <brobecker@gnat.com>
14130
14131 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
14132 Delete, no longer used.
14133 (read_subrange_type): New function, mostly extracted from
14134 read_array_type().
14135 (read_array_type): Replace extracted code by call to
14136 read_subrange_type().
14137 (dwarf2_get_attr_constant_value): New function.
14138 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
14139 (add_partial_symbol): Likewise.
14140 (process_die): Likewise.
14141 (new_symbol): Likewise.
14142 (read_type_die): Likewise.
14143
14144 2004-01-16 Andrew Cagney <cagney@redhat.com>
14145
14146 * symfile.c: Update copyright year.
14147 (compare_symbols): Delete unused function.
14148 * stabsread.c: Update copyright year.
14149 (lrs_general_complaint): Delete unused function.
14150 (ref_search_value): Ditto.
14151 (get_substring): Delete declaration.
14152 * sh64-tdep.c: Update copyright year.
14153 (sh64_get_gdb_regnum): Delete unused function.
14154 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
14155 Delete unused function.
14156
14157 2004-01-17 Mark Kettenis <kettenis@gnu.org>
14158
14159 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
14160 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
14161
14162 2004-01-16 Andrew Cagney <cagney@redhat.com>
14163
14164 Changes from Peter Schauer.
14165 * rs6000-tdep.c: Update copyright year.
14166 (rs6000_push_dummy_call): Update the stack pointer before
14167 accessing the corresponding stack region.
14168 * rs6000-nat.c: Update copyright year.
14169 (set_host_arch): Set "info.abfd" to "exec_bfd".
14170
14171 2004-01-15 Mark Kettenis <kettenis@gnu.org>
14172
14173 * blockframe.c: Update copyright year.
14174 (inside_entry_func): Don't treat a zero PC specially.
14175
14176 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
14177
14178 * gcore.c (gcore_copy_callback): Use paddr_d to print size
14179 variable.
14180 (gcore_create_callback): Ditto. Skip any memory segment that has
14181 no permissions set.
14182
14183 2004-01-14 David Carlton <carlton@kealia.com>
14184
14185 Change symbols for C++ nested types to contain the fully qualified
14186 name, if possible. (At least in the DWARF-2 case.) Partial fix
14187 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
14188 c++/895.
14189 * c-exp.y (qualified_type): Handle types nested within classes.
14190 * cp-namespace.c: Update comments.
14191 (cp_set_block_scope): Delete #if 0.
14192 (cp_lookup_nested_type): Handle types nested within classes.
14193 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
14194 when appropriate.
14195 (add_partial_symbol): Add the name of the enclosing namespace to
14196 types.
14197 (pdi_needs_namespace): New.
14198 (add_partial_namespace): Tweak comment.
14199 (add_partial_structure): New.
14200 (psymtab_to_symtab_1): Initialize processing_current_prefix
14201 here...
14202 (process_die): instead of here.
14203 (read_structure_scope): Try to figure out the name of the class or
14204 namespace that the structure might be defined within.
14205 (read_enumeration): Generate fully-qualified names, if possible.
14206 (read_namespace): Don't set name to NULL.
14207 (die_specification): New.
14208 (new_symbol): Generate fully-qualified names for types.
14209 (read_type_die): Determine appropriate prefix.
14210 (determine_prefix): New.
14211 (typename_concat): New.
14212 (class_name): New.
14213 * valops.c (value_aggregate_elt): Pass NOSIDE to
14214 value_struct_elt_for_reference.
14215 (value_struct_elt_for_reference): Make static, add NOSIDE
14216 parameter, call value_maybe_namespace_elt as a last resort.
14217 (value_namespace_elt): Break out code into
14218 value_maybe_namespace_elt.
14219 (value_maybe_namespace_elt): New.
14220
14221 2004-01-12 Andrew Cagney <cagney@redhat.com>
14222
14223 * mips-tdep.c (mips_convert_register_p): Handle both raw and
14224 cooked floating-point registers.
14225 (mips_gdbarch_init): Set convert_register_p, register_to_value,
14226 and value_to_register.
14227
14228 2004-01-13 Andrew Cagney <cagney@redhat.com>
14229
14230 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
14231 * gdbarch.c: Re-generate.
14232 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14233 FUNCTION_START_OFFSET.
14234 * v850-tdep.c (v850_gdbarch_init): Ditto.
14235 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14236 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14237 * sh-tdep.c (sh_gdbarch_init): Ditto.
14238 * s390-tdep.c (s390_gdbarch_init): Ditto.
14239 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14240 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14241 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14242 * mips-tdep.c (mips_gdbarch_init): Ditto.
14243 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14244 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
14245 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14246 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14247 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14248 * i386-tdep.c (i386_gdbarch_init): Ditto.
14249 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14250 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14251 * frv-tdep.c (frv_gdbarch_init): Ditto.
14252 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
14253 * cris-tdep.c (cris_gdbarch_init): Ditto.
14254 * avr-tdep.c (avr_gdbarch_init): Ditto.
14255 * arm-tdep.c (arm_gdbarch_init): Ditto.
14256 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
14257
14258 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
14259
14260 * infrun.c (follow_fork_mode_ask): Remove.
14261 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
14262 (follow_fork): Simplify and remove internal error for
14263 follow_fork_mode_ask.
14264 (_initialize_infrun): Update "set follow-fork-mode" help text.
14265
14266 2004-01-13 Andrew Cagney <cagney@redhat.com>
14267
14268 * configure.in: Update copyright year.
14269 (build_warnings): Add -Wunused-label.
14270 * configure: Re-generate.
14271
14272 2004-01-12 Andrew Cagney <cagney@redhat.com>
14273
14274 * exec.h (exec_ops): Make "extern".
14275
14276 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
14277 the function is void.
14278 (mips_pseudo_register_write): Ditto.
14279
14280 2004-01-12 Andrew Cagney <cagney@redhat.com>
14281
14282 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
14283 call. Never defined.
14284 * sparc-tdep.h (struct frame_info): Add opaque declaration.
14285 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
14286 (struct sparc_gregset, struct regcache): Ditto.
14287 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
14288
14289 2004-01-12 Andrew Cagney <cagney@redhat.com>
14290
14291 * mi/ChangeLog: Delete file. Renamed to ...
14292 * mi/ChangeLog-1999-2003: New file.
14293 * tui/ChangeLog: Delete file. Renamed to ...
14294 * tui/ChangeLog-1998-2003: New file.
14295
14296 2004-01-11 Mark Kettenis <kettenis@gnu.org>
14297
14298 * sparc64nbsd-tdep.c: Include "regset.h".
14299 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
14300 Remove variables.
14301 (fetch_core_registers): Remove function.
14302 (sparc64nbsd_core_fns): Remove variable.
14303 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
14304 functions.
14305 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
14306 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14307 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
14308
14309 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
14310 sparc_extract_struct_value_address.
14311 (sparc32_gdbarch_init): Set extract_struct_value_address.
14312 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
14313 function.
14314 (sparc64_init_abi): Set extract_struct_value_address. Don't set
14315 return_value_on_stack.
14316
14317 * NEWS: Mention that %cs and %ss have been added to the AMD64
14318 configurations
14319
14320 * frame.c: Update copyright year.
14321 (get_prev_frame): Improve comment.
14322
14323 * sparc64fbsd-tdep.c: Include "regset.h".
14324 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14325 Remove variables.
14326 (fetch_core_registers): Remove function.
14327 (sparc64fbsd_core_fns): Remove variable.
14328 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
14329 functions.
14330 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
14331 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14332 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
14333
14334 * sparcnbsd-tdep.c: Include "regset.h".
14335 (fetch_core_registers): Remove function.
14336 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
14337 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
14338 functions.
14339 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
14340 TDEP->fpregset.
14341 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
14342
14343 * sparc-tdep.h (struct regset): Provide opaque declaration.
14344 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
14345 fpregset and sizeof_fpregset members.
14346 * sparc-tdep.c (struct regset): Provide opaque declaration.
14347 (sparc_regset_from_core_section): New function.
14348 (sparc32_gdbarch_init): Initialize TDEP->gregset,
14349 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
14350 Set regset_from_core_section when appropriate.
14351
14352 2004-01-10 Mark Kettenis <kettenis@gnu.org>
14353
14354 * x86-64-tdep.c (amd64_non_pod_p): New function.
14355 (amd64_classify_aggregate): Return class memory for non-POD
14356 C++ structure types.
14357
14358 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
14359 argument. Use it to reserve a register if necessary.
14360 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
14361 amd64_push_arguments.
14362
14363 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
14364
14365 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
14366 register numbers in comments.
14367 * x86-64-tdep.h: Update copyright year.
14368 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
14369 Adjust for addition of %cs and %ss.
14370 * amd64fbsd-nat.c: Update copyright year.
14371 (reg_offset): Add register offsets for %cs and %ss.
14372 * amd64fbsd-tdep.c: Update copyright year.
14373 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
14374 (amd64fbsd_sc_reg_offset): Likewise.
14375 * x86-64-linux-nat.c: Update copyright year.
14376 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
14377 and %ss.
14378 * amd64nbsd-nat.c: Update copyright year.
14379 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
14380 * amd64nbsd-tdep.c: Update copyright year.
14381 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
14382 * x86-64-linux-tdep.c: Update copyright year.
14383 (user_to_gdb_regmap): Add mapping for %cs and %ss.
14384 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
14385 * regformats/reg-x86-64.dat: Add %cs and %ss.
14386
14387 * blockframe.c (inside_entry_func): Reformat. Introduce new local
14388 variables to prevent long lines. Update comments to reflect
14389 reality.
14390
14391 2004-01-09 David Carlton <carlton@kealia.com>
14392
14393 Checked in by Elena Zannoni <ezannoni@redhat.com>.
14394 * dwarf2read.c (read_namespace): Pull out name-generating code
14395 into namespace_name. Rename previous_namespace to previous_prefix
14396 and processing_current_namespace to processing_current_prefix..
14397 (namespace_name): New function.
14398 (add_partial_symbol): Substitute uses of pdi->name with
14399 actual_name.
14400 * cp-support.h: Rename processing_current_namespace to
14401 processing_current_prefix.
14402 Update copyright year.
14403 * cp-namespace.c: Rename processing_current_namespace to
14404 processing_current_prefix.
14405 Update copyright year.
14406
14407 2004-01-09 Andrew Cagney <cagney@redhat.com>
14408
14409 * jv-valprint.c, ser-unix.c: Add missing copyright years.
14410
14411 2004-01-09 Mark Kettenis <kettenis@gnu.org>
14412
14413 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
14414 complaining.
14415 (process_one_symbol): Deal with N_PATCH stabs.
14416
14417 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
14418
14419 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
14420 ifdeffed code.
14421 Update copyright year.
14422
14423 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14424
14425 * config/pa/tm-hppa.h: Update extern declarations for
14426 hppa32_hpux_frame_saved_pc_in_sigtramp,
14427 hppa32_hpux_frame_base_before_sigtramp, and
14428 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
14429
14430 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14431
14432 * config/pa/tm-hppah.h: Update copyright years.
14433
14434 2004-01-08 Andrew Cagney <cagney@redhat.com>
14435
14436 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
14437 (mips_o32_reg_struct_has_addr): Delete function.
14438 (mips_gdbarch_init): Update.
14439 (mips_extract_struct_value_address): Delete function.
14440
14441 2004-01-08 David Mosberger <davidm@hpl.hp.com>
14442
14443 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
14444 reality.
14445
14446 2004-01-07 Andrew Cagney <cagney@redhat.com>
14447
14448 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
14449 architecture's elf flags (when available).
14450
14451 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
14452 FPU to the start, check the MIPS FPU when looking for an old
14453 architecture.
14454 (set_mipsfpu_single_command): Update the architecture.
14455 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
14456
14457 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
14458 (mips_mask_address_p): Add "tdep" parameter.
14459 (show_mask_address, mips_addr_bits_remove): Update.
14460 (mips_dump_tdep): Update.
14461 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
14462 (MIPS_STACK_ARGSIZE): Delete macro.
14463 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
14464 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
14465 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
14466 (mips_dump_tdep): Update.
14467 (MIPS_SAVED_REGSIZE): Delete macro.
14468 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
14469 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
14470 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
14471 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
14472 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
14473 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
14474 (mips_pop_frame, return_value_location): Update.
14475 (mips_n32n64_return_value, mips_dump_tdep): Update.
14476
14477 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
14478 MIPS ABI.
14479
14480 * mips-tdep.c: Update copyright.
14481 (mips_gdbarch_init): Merge two code blocks handling the register
14482 name and number layout.
14483
14484 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
14485
14486 * tracepoint.c (validate_actionline): Fix segv at EOF
14487
14488 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14489
14490 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
14491 properly for static fields.
14492
14493 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
14494 Jason Molenda <jmolenda@apple.com>
14495
14496 * disasm.c: Update copyright to include 2004.
14497 (do_mixed_source_and_assembly): For uiout asm list
14498 and tuple cleanups, initialize to null_cleanup instead of
14499 NULL and do so prior to loop. Only reset when we close off
14500 the tuple/list. Move check for whether to close off the
14501 asm tuple/list to after dump_insns call where it will be run
14502 on each loop iteration.
14503
14504 2004-01-05 Andrew Cagney <cagney@redhat.com>
14505
14506 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
14507 should be a switch case and not a label.
14508 * mips-tdep.c (mips32_next_pc): Delete unused labels
14509 "greater_equal_branch" and "less_zero_branch".
14510 * jv-valprint.c (java_print_value_fields): Delete unused label
14511 "flush_it".
14512
14513 * target.c (unpush_target): Only close a target that is in the
14514 target stack.
14515
14516 2004-01-05 Mark Kettenis <kettenis@gnu.org>
14517
14518 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
14519 address from [sp + 64] instead of %o2.
14520
14521 * frame.c (get_prev_frame): Don't try to unwind the PC. This
14522 fixes PR backtrace/1476.
14523
14524 2004-01-05 Andrew Cagney <cagney@redhat.com>
14525
14526 * libunwind-frame.h (struct frame_id): Add opaque declaration,
14527 move to start of file.
14528 * i386-tdep.h (struct regcache): Add opaque declaration.
14529 * config/ia64/nm-linux.h (struct target_ops): Add opaque
14530 declaration.
14531 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
14532 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
14533 * win32-nat.c (fake_create_process): Use ISO C style definition.
14534 * stabsread.c (define_symbol): Delete #ifndef
14535 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
14536 stabs_argument_has_addr call, macro never defined.
14537
14538 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
14539
14540 * op50-rom.c: Delete.
14541 * w89k-rom.c: Delete.
14542 * Makefile.in: Remove references.
14543
14544 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14545
14546 * x86-64-tdep.c: Update copyright year.
14547 (struct amd64_register_info): Rename from x86_64_register_info.
14548 (amd64_register_info): Rename from x86_64_register_info.
14549 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
14550 (amd64_register_name): Rename from x86_64_register_name.
14551 (amd64_register_type): Rename from x86_64_register_type.
14552 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
14553 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
14554 (amd64_dwarf_reg_to_regnum): Rename from
14555 x86_64_dwarf_reg_to_regnum.
14556 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
14557 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
14558 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
14559 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
14560 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
14561 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
14562 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
14563 (amd64_frame_cache): Rename from x86_64_frame_cache.
14564 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
14565 (amd64_frame_prev_register): Rename from
14566 x86_64_frame_prev_register.
14567 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
14568 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
14569 (amd64_sigtramp_frame_cache): Rename from
14570 x86_64_sigtramp_frame_cache.
14571 (amd64_sigtramp_frame_prev_register): Rename from
14572 x86_64_sigtramp_frame_prev_register.
14573 (amd64_sigtramp_frame_unwind): Rename from
14574 x86_64_sigtramp_frame_unwind.
14575 (amd64_sigtramp_frame_sniffer): Rename from
14576 x86_64_sigtramp_frame_sniffer.
14577 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
14578 (amd64_frame_base): Rename from x86_64_frame_base.
14579 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
14580 (amd64_frame_align): Rename from x86_64_frame_align.
14581 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
14582 (amd64_regset_from_core_section): Rename from
14583 x86_64_regset_from_core_section.
14584 (x86_64_init_abi): Update comments.
14585
14586 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
14587
14588 * MAINTAINERS (write after approval): Add myself.
14589
14590 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14591
14592 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
14593 `float' arguments.
14594
14595 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14596
14597 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
14598 such that it mentions a specific version of GCC that exhibits this
14599 bug.
14600
14601 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14602
14603 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
14604 structure that has a single `float' member, store it in %f1 in
14605 addition to %f0.
14606
14607 * sparc-sol2-nat.c: Add missing '\'.
14608
14609 * sparc-tdep.c (sparc32_return_value): New function.
14610 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
14611 Remove functions.
14612 (sparc32_gdbarch_init): Set return_value, don't set
14613 extract_return_value, store_return_value, use_struct_convention
14614 and return_value_on_stack.
14615
14616 * sparc-sol2-nat.c: Add missing ')'.
14617
14618 2004-01-03 J. Brobecker <brobecker@gnat.com>
14619
14620 * infrun.c (handle_step_into_function): New function.
14621 (handle_inferior_event): Extract out some code into the new
14622 function above.
14623
14624 2004-01-03 J. Brobecker <brobecker@gnat.com>
14625
14626 * infrun.c (handle_inferior_event): Move the declaration of
14627 real_stop_pc inside the if blocks where it is used.
14628
14629 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14630
14631 * sparc64-tdep.c (sparc64_16_byte_align_p)
14632 (sparc64_store_floating_fields, sparc64_store_floating_fields):
14633 Use check_typedef to get subtypes of structures and unions.
14634 (sparc64_store_return_value): Fix calculation of the appropriate
14635 offset into VALBUF when storing a structure or union.
14636 (sparc64_return_value): New function.
14637 (sparc64_use_struct_convention): Remove function.
14638 (sparc64_init_abi): Set return_value, don't set
14639 extract_return_value, store_return_value and
14640 use_struct_convention.
14641
14642 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
14643
14644 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
14645 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
14646 gdb/config/alpha/xm-alphaosf.h,
14647 gdb/config/powerpc/tm-ppcle-eabi.h,
14648 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
14649 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
14650 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
14651 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
14652 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
14653 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
14654 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
14655 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
14656 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
14657 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
14658 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
14659 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
14660 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
14661 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
14662 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
14663 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
14664 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
14665 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
14666 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
14667 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
14668 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
14669 Remove lines for .cvsignore files.
14670
14671 2004-01-03 J. Brobecker <brobecker@gnat.com>
14672
14673 * infrun.c: Back out the previous change.
14674
14675 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14676
14677 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
14678 sparc-*-sunos4* to the list of REMOVED configurations.
14679
14680 * configure.tgt: Add back sparc-*-vxworks*.
14681 * remote-vxsparc.c: Remove all includes except for "defs.h",
14682 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
14683 Include "sparc-tdep.h".
14684 (SPARC_R_G1): New define.
14685 (vxsparc_gregset): New variable.
14686 (ext_format_sparc): Remove extern declaration.
14687 (vx_read_register): Rewrite to use sparc32_supply_gregset and
14688 sparc32_supply_fpregset.
14689 (vx_write_register): Rewrite to use sparc32_collect_gregset,
14690 sparc_collect_rwindow and sparc32_collect_fpregset.
14691 * config/sparc/tm-vxworks.h: New file, based on recently removed
14692 tm-vxsparc.h.
14693 * config/sparc/vxworks.mt: New file, based on recently removed
14694 vxworks.mt.
14695
14696 2004-01-03 J. Brobecker <brobecker@gnat.com>
14697
14698 * infrun.c (handle_step_into_function): New function.
14699 (handle_inferior_event): Extract out some code into the new
14700 function above.
14701
14702 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14703
14704 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
14705 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
14706 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
14707 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
14708 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
14709 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
14710 (sparc_nat_h): New variable.
14711 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
14712 (tm-sun4os4.h): Remove dependency.
14713 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
14714 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
14715 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
14716 sparc-tdep.o): Update dependencies.
14717 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
14718 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
14719 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
14720 dependencies.
14721 * configure.host: Remove existing sparc-*-lynxos*,
14722 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
14723 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
14724 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
14725 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
14726 triplets.
14727 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
14728 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
14729 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
14730 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
14731 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
14732 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
14733 sparc64-*-solaris2* and sparc64-*-* triplets.
14734 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
14735 "symtab.h" and "objfiles.h".
14736 (BIAS): Remove define.
14737 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
14738 (X_DISP19): Remove macros.
14739 (sparc_fetch_instruction): Remove function.
14740 (struct gdbarch_tdep): Remove definition.
14741 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
14742 (sparc_breakpoint_from_pc): Remove function.
14743 (struct sparc64_frame_cache): Remove definition.
14744 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
14745 sparc64_unwind_pc): Remove functions.
14746 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
14747 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
14748 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
14749 (sparc64_frame_cache): Change return type to `struct
14750 sparc_frame_cache *'. Simply call sparc_frame_cache.
14751 (sparc64_frame_this_id, sparc64_frame_prev_register,
14752 sparc64_frame_base_address): Use `struct sparc_frame_cache'
14753 instead of `struct sparc64_frame_cache.
14754 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14755 sparc_analyze_control_transfer, sparc_software_single_step,
14756 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14757 _initialize_sparc64_tdep): Remove functions.
14758 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
14759 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
14760 macros.
14761 (sparc64_supply_gregset, sparc64_collect_gregset,
14762 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
14763 (sparc64_init_abi): New function.
14764 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
14765 inclusion guard. Include "sparc-tdep.h".
14766 (BIAS): Define.
14767 (r_tstate_offset, r_fprs_offset): New defines.
14768 (enum sparc_regnum): Remove defenition.
14769 (enum sparc64_regnum): Reformat.
14770 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14771 (sparc64_init_abi, sparc64_supply_gregset,
14772 sparc64_collect_gregset, sparc64_supply_fpregset,
14773 sparc64_collect_fpregset): New prototypes.
14774 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14775 Add extern declarations.
14776 (sparc64_sol2_init_abi): New prototype.
14777 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14778 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14779 prototypes.
14780 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14781 "sparnbsd-nat.h".
14782 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14783 functions.
14784 (_initialize_sparc64fbsd_nat): Remove initialization of
14785 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14786 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
14787 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
14788 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
14789 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14790 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14791 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14792 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14793 (sparc64fbsd_r_y_offset): Remove variables.
14794 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14795 Make static and const.
14796 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14797 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14798 functions.
14799 (sparc64fbsd_gregset): New variable.
14800 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14801 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14802 and sparc64_supply_fpregset.
14803 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14804 (sparc64fbsd_sigtramp_frame_this_id)
14805 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14806 (sparc64fbsd_sigtramp_frame_unwind): New variable.
14807 (sparc64fbsd_sigtramp_frame_sniffer): New function.
14808 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14809 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14810 * sparcnbsd-tdep.c: Update copyright year. Include
14811 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14812 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14813 "value.h" and "sparcnbsd-tdep.h".
14814 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14815 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14816 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14817 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14818 defines.
14819 (sparcnbsd_gregset): New variable.
14820 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14821 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14822 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14823 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14824 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14825 variables.
14826 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14827 (sparc32nbsd_sigcontext_frame_this_id)
14828 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14829 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14830 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14831 (sparcnbsd_get_longjmp_target_32,
14832 sparcnbsd_get_longjmp_target_64): Remove functions.
14833 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14834 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14835 sparcnbsd_init_elf): Remove.
14836 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14837 (sparcnbsd_elf_init_abi): New functions.
14838 (_initialize_sparcnbsd_tdep): New prototype.
14839 (_initialize_sparnbsd_tdep): Update.
14840 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14841 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14842 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14843 * config/sparc/linux.mh: Update comment.
14844 (XM_FILE, HOST_IPC): Remove variables.
14845 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14846 sparc-linux-nat.o.
14847 * config/sparc/linux.mt: Update comment.
14848 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14849 * config/sparc/nbsd.mt: Reformat.
14850 * config/sparc/nbsd64.mh: Update comment.
14851 (NATDEPFILES): Add sparc-nat.o.
14852 * config/sparc/nbsd64.mt: Update comment.
14853 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14854 (TM_FILE): Set to tm-nbsd.h.
14855 * config/sparc/nbsdelf.mh: Update comment.
14856 (NATDEPFILES): Add sparc-nat.o.
14857 (XM_FILE): Delete.
14858 * config/sparc/nbsdaout.mh: Update comment.
14859 (NATDEPFILES): Add sparc-nat.o
14860 (XM_FILE): Delete.
14861 * config/sparc/nm-linux.h: Update copyright year. Don't include
14862 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14863 inclusion.
14864 (KERNEL_U_SIZE): Remove define.
14865 (kernel_u_size): Remove prototype.
14866 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14867 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14868 "regcache.h".
14869 (CHILD_PREPARE_TO_STORE): Remove define.
14870 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14871 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14872 sparcnbsd-nat.c: Rewrite files.
14873 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14874 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14875 sparcnbsd-tdep.h: Remove files.
14876 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14877 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14878 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14879 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14880 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14881 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14882 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14883 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14884 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14885 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14886 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14887 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14888 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14889 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14890 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14891 * config/sparc/linux64.mh, config/sparc/linux64.mt,
14892 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14893 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14894 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14895
14896 2004-01-02 Andrew Cagney <cagney@redhat.com>
14897
14898 From 2003-12-18 Kazuhiro Inaoka:
14899 * configure.host: Add m32r-linux target.
14900
14901 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14902
14903 * top.c (print_gdb_version): Update year to 2004.
14904
14905 2004-01-02 Mark Mitchell <mark@codesourcery.com>
14906
14907 * MAINTAINERS: Add myself to the write-after-approval category.
14908
14909 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
14910
14911 From Bernardo Innocenti <bernie@develer.com>:
14912 * configure.tgt: Add uClinux target.
14913
14914 2004-01-02 Andrew Cagney <cagney@redhat.com>
14915
14916 * utils.c (do_my_cleanups): Make static, add forward declaration.
14917 * defs.h (do_my_cleanups): Delete declaration.
14918
14919 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
14920
14921 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14922 bfd/ChangeLog-0203.
14923
14924 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14925
14926 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
14927 in <machine/reg.h>.
14928 * configure, config.in: Regenerate.
14929
14930 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14931 tui/ChangeLog-1998-2003.
14932 \f
14933 Local Variables:
14934 mode: change-log
14935 left-margin: 8
14936 fill-column: 74
14937 version-control: never
14938 End: