Wrap long line.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-12-10 Michael Snyder <msnyder@redhat.com>
2
3 * mn10300-tdep.c: New file. This is a re-implementation of
4 the mn10300 target back-end using the new frame api etc.
5 * mn10300-tdep.h: New file.
6 * config/mn10300/mn10300.mt: New file (or replace old file).
7 * configure.tgt: Add mn10300 target.
8
9 2004-12-10 Mark Kettenis <kettenis@gnu.org>
10
11 * configure.host (hppa*-*-hpux11*): Remove.
12 * config/pa/hpux11.mh: Remove file.
13
14 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Fix
15 typo.
16
17 2004-12-10 Kris Warkentin <kewarken@qnx.com>
18
19 * nto-tdep.h: Include osabi.h. Prototypes for generic Neutrino
20 osabi sniffer, signal handling initializer, 'in_dynsym_resolve_code'
21 function and nto_set_target function.
22 (struct nto_target_ops): Put comments inline with struct. Add osabi
23 sniffer hook. Redefine macros to permit testing/assignment. Remove
24 nto_ prefix from members.
25 * nto-tdep.c (nto_find_and_open_solib): Allocate all buffers
26 dynamically to support arbitrary root paths. Check for basename of
27 lib in search path and then check for absolute.
28 (nto_in_dynsym_resolve_code): New function.
29 (nto_core_sniffer): New function.
30 (regset_core_fns): Register core sniffer.
31 (nto_initialize_signals): New function.
32 (_initialize_nto_tdep): Move signal initialization code to above to
33 avoid initialization race conditions.
34 (nto_set_target): New function.
35 * nto-procfs.c: Minor formatting/indenting changes.
36 (procfs_is_nto_target): New function.
37 (procfs_open): Set nto_is_nto_target.
38 (_initialize_procfs): Ditto. Remove notice_signals() call to avoid
39 initialization race conditions.
40 (procfs_create_inferior): Resume inferior after creation.
41 * i386-nto-tdep.c: Declare i386_nto_target.
42 (init_i386nto_ops): Initialize i386_nto_target instead of
43 current_nto_target.
44 (i386nto_init_abi): Initialize signals. Call nto_set_target. Set
45 TARGET_SO_IN_DYNSYM_RESOLVE_CODE.
46 (_initialize_i386nto_tdep): Call init_i386nto_ops. Register osabi
47 sniffer.
48
49 2004-12-10 Mark Kettenis <kettenis@gnu.org>
50
51 * hppa-hpux-tdep.c (child_enable_exception_callback): Use XMALLOC.
52 (hppa_hpux_sigtramp_frame_unwind_cache): Use ARRAY_SIZE.
53 (hppa_hpux_init_abi): Reformat long line.
54
55 2004-12-09 Mark Kettenis <kettenis@gnu.org>
56
57 * hppa-hpux-tdep.c: Include "regset.h".
58 (HPPA_HPUX_SS_WIDEREGS, HPPA_HPUX_SS_FLAGS_OFFSET)
59 (HPPA_HPUX_SS_NARROW_OFFSET, HPPA_HPUX_SS_FPBLOCK_OFFSET)
60 (HPPA_HPUX_SS_WIDE_OFFSET, HPPA_HPUX_SAVE_STATE_SIZE)
61 (HPPA_HPUX_PA89_SAVE_STATE_SIZE): New defines.
62 (hppa_hpux_supply_ss_narrow, hppa_hpux_supply_ss_fpblock)
63 (hppa_hpux_supply_ss_wide, hppa_hpux_supply_save_state): New
64 functions.
65 (hppa_hpux_regset): New variable.
66 (hppa_hpux_regset_from_core_section): New function.
67 (hppa_hpux_init_abi): Set regset_from_core_section.
68 (hppa_hpux_core_osabi_sniffer): New function.
69 (_initialize_hppa_hpux_tdep): Register
70 hppa_hpux_core_osabi_sniffer.
71 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
72 * config/pa/hppahpux.mt (TDEPFILES): Add corelow.o.
73
74 2004-12-09 Randolph Chung <tausq@debian.org>
75
76 * solib-pa64.c (pa64_relocate_section_addresses): Properly relocate
77 text and data sections.
78 (pa64_current_sos): Also include the dld in the list of current shared
79 objects.
80 (pa64_solib_get_solib_by_pc): Update comments.
81 (pa64_solib_get_text_base): New function.
82 (pa64_solib_select): Set solib_get_text_base method.
83
84 2004-12-08 Daniel Jacobowitz <dan@debian.org>
85
86 * linux-thread-db.c (BUILD_THREAD): Delete.
87 (thread_get_info_callback): Include LWP ID in thread ID.
88 (thread_from_lwp, check_event, find_new_threads_callback): Likewise.
89 (lwp_from_thread): Use the LWP ID from the thread ID.
90
91 2004-12-07 Randolph Chung <tausq@debian.org>
92
93 * hppa-tdep.c (hppa_frame_prev_register_helper): Zero out the entire
94 register for both 32- and 64-bit targets.
95
96 2004-12-07 Randolph Chung <tausq@debian.org>
97
98 * frame.c (get_prev_frame): Don't terminate unwinding at main if we
99 are unwinding through a dummy frame.
100
101 2004-12-07 Randolph Chung <tausq@debian.org>
102
103 * hppa-tdep.h (gdbarch_tdep): Add unwind_adjust_stub method.
104 * hppa-hpux-tdep.c (hppa_hpux_unwind_adjust_stub): New function.
105 (hppa_hpux_init_abi) Set unwind_adjust_stub method.
106 * hppa-tdep.c (hppa_frame_cache): Call unwind_adjust_stub method
107 if defined.
108
109 2004-12-07 Randolph Chung <tausq@debian.org>
110
111 * hppa-tdep.c (hppa_stub_Frame_unwind_cache): Stop unwinding if
112 unwinding from a frame with pc == 0.
113 (hppa_stub_frame_this_id): Likewise.
114 (hppa_stub_frame_prev_register): Only provide real values if the frame
115 cache is not NULL.
116
117 2004-12-07 Randolph Chung <tausq@debian.org>
118
119 * solib-som.c: New file.
120 * solib-som.h: New file.
121 * solib-pa64.c: New file.
122 * solib-pa64.h: New file.
123
124 2004-12-07 Mark Kettenis <kettenis@gnu.org>
125
126 * Makefile.in (inf-ttrace.o): Fix typo.
127
128 2004-12-07 Jim Blandy <jimb@redhat.com>
129
130 * remote.c (remote_threads_info, remote_current_thread): Use
131 strtoul to parse thread ID numbers.
132
133 2004-12-07 Mark Kettenis <kettenis@gnu.org>
134
135 * inf-ttrace.c: Include "gdbthread.h".
136 (inf_ttrace_num_lwps): New variable.
137 (inf_ttrace_num_lwps_in_syscall): Renamed from
138 inf_ttrace_num_threads_in_syscall.
139 (inf_ttrace_him): Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
140 TTEVT_LWP_TERMINATE events.
141 (inf_ttrace_create_inferior): Assert that INF_TTRACE_NUM_LWPS is
142 zero.
143 (inf_ttrace_mourn_inferior): Set INF_TTRACE_NUM_LWPS to zero.
144 (inf_ttrace_attach): Assert that INF_TTRACE_NUM_LWPS is zero.
145 Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE
146 events.
147 (inf_ttrace_wait): Report status as TARGET_WAITKIND_SPURIOUS by
148 default. Handle TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
149 TTEVT_LWP_TERMINATE events.
150 (inf_ttrace_thread_alive, inf_ttrace_pid_to_str): New functions.
151 (inf_ttrace_target): Set to_thread_alive and to_pid_to_str.
152 * Makefile.in (inf-ttrace.o): Update dependencies.
153
154 * hppa-tdep.h (hppa_read_pc, hppa_write_pc, hppa_unwind_pc): New
155 prototypes.
156 * hppa-tdep.c (hppa_read_pc): Rename from hppa_target_read_pc.
157 Make global. Remove HP-UX specific code. Use
158 frame_unwind_register_unsigned instead of
159 frame_unwind_register_signed.
160 (hppa_write_pc): Rename from hppa_target_write_pc. Make global.
161 Remove HP-UX specific code.
162 (hppa_unwind_pc): Make global. Remove HP-UX specific code.
163 (hppa_frame_prev_register_helper): Set "flags" register to zero
164 for all unwound frames.
165 (hppa_gdbarch_init): Adjust.
166 * hppa-hpux-tdep.c (HPPA_HPUX_SS_INSYSCALL): New define.
167 (hppa_hpux_read_pc, hppa_hpux_write_pc)
168 (hppa_hpux_unwind_pc): New functions.
169 (hppa_hpux_init_abi): Set read_pc, write_pc and unwind_pc.
170
171 2004-12-07 Andreas Schwab <schwab@suse.de>
172
173 * main.c (long_options): Add entry for "-l".
174 (print_gdb_help): Add line for -l option.
175 * NEWS: Mention it.
176
177 2004-12-05 Randolph Chung <tausq@debian.org>
178
179 * hppah-nat.c (store_inferior_registers): Rewrite logic to not use
180 DEPRECATED_REGISTER_BYTE.
181
182 2004-12-05 Randolph Chung <tausq@debian.org>
183
184 * hppa-tdep.c (unwind_command): Print the stub type for stub unwind
185 records.
186
187 2004-12-05 Mark Kettenis <kettenis@gnu.org>
188
189 * somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.
190 * config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.
191
192 * hppa-hpux-tdep.c: Update copyright notice and year.
193
194 2004-12-05 Richard Earnshaw <rearnsha@arm.com>
195
196 * doublest.c (FLOATFORMAT_LARGEST_BYTES): New define.
197 (get_field, put_field): Assert that the format is one we can handle.
198 Simplify logic accordingly.
199 (floatformat_normalize_byteorder): New function.
200 (convert_floatformat_to_doublest): Use floatformat_normalize_byteorder
201 to normalize and select modified byte order. Pass modified byte order
202 to get_field.
203 (floatformat_is_negative, floatformat_is_nan, floatformat_mantissa):
204 Likewise.
205 (convert_doublest_to_floatformat): Select an appropriate intermediate
206 byte order if necessary. Always convert to the final format before
207 returning.
208
209 2004-12-04 Daniel Jacobowitz <dan@debian.org>
210
211 PR tui/1703
212 * linux-nat.c (linux_tracefork_child): Use _exit instead of exit.
213 Suggested by Joshua Neuheisel.
214
215 2004-12-03 Randolph Chung <tausq@debian.org>
216
217 * gdbarch.sh (instruction_nullified): Delete.
218 * gdbarch.c: Regenerate.
219 * gdbarch.h: Regenerate.
220 * hppa-tdep.c (hppa_target_read_pc): Adjust pc if instruction is
221 nullified.
222 (hppa_unwind_pc): Likewise.
223 (hppa_instruction_nullified): Delete.
224 (hppa_gdbarch_init): Don't set instruction_nullified method.
225 * infrun.c (infwait_states): Remove infwait_nullified_state.
226 (handle_inferior_event): Remove handling of infwait_nullified_state.
227 Remove handling of nullified instructions.
228
229 2004-12-03 Mark Kettenis <kettenis@gnu.org>
230
231 * inf-ttrace.c: Include <sys/mman.h>.
232 (struct inf_ttrace_page): New.
233 (struct inf_ttrace_page_dict): New.
234 (inf_ttrace_num_threads_in_syscall)
235 (inf_ttrace_reenable_page_protections): New variables.
236 (inf_ttrace_enable_syscall_events)
237 (inf_ttrace_disable_syscall_events, inf_ttrace_get_page)
238 (inf_ttrace_add_page, inf_ttrace_insert_page)
239 (inf_ttrace_remove_page, inf_ttrace_mask_page_protections)
240 (inf_ttrace_enable_page_protections)
241 (inf_ttrace_disable_page_protections)
242 (inf_ttrace_insert_watchpoint, inf_ttrace_remove_watchpoint)
243 (inf_ttrace_can_use_hw_breakpoint)
244 (inf_ttrace_region_size_ok_for_hw_watchpoint)
245 (inf_ttrace_stopped_by_watchpoint): New functions.
246 (inf_ttrace_him): Remove unsused varaible `tts'.
247 (inf_ttrace_create_inferior): Add assertionts.
248 (inf_ttrace_mourn_inferior): Clear page dictionary.
249 (inf_ttrace_attach): Set initial event mask.
250 (inf_ttrace_detach): Reset number of threads in system call.
251 (inf_ttrace_wait): Deal with system call events.
252 (inf_ttrace_target): Initialize "hardware" watchpoint-related
253 parts of the target vector.
254 (_initialize_inf_ttrace): New prototype and function.
255
256 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
257 type of `gp' variable.
258
259 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
260
261 * README: Remove config.if from directory listing.
262
263 2004-12-01 Joel Brobecker <brobecker@gnat.com>
264
265 * alpha-tdep.c (alpha_register_name): Add comment.
266 (alpha_cannot_fetch_register): Exclude registers numbers which
267 are no longer used from the list of registers that can be fetched.
268 (alpha_cannot_store_register): Exclude registers numbers which
269 are no longer used from the list of registers that can be stored.
270 * alpha-nat.c (fetch_osf_core_registers): Add missing value in
271 core_reg_mapping array.
272
273 2004-12-01 Joel Brobecker <brobecker@gnat.com>
274
275 * alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
276 the register value from the correct frame.
277
278 2004-11-30 Randolph Chung <tausq@debian.org>
279
280 * hppa-linux-tdep.c (insns_match_pattern_relaxed): New function.
281 (hppa_linux_in_dyncall): Check that we are inside the range of
282 $$dyncall, not necessarily at the first insn.
283 (hppa_linux_in_solib_call_trampoline): Identify a trampoline
284 even if the pc does not point to the first insn of the trampoline.
285
286 2004-11-30 Randolph Chung <tausq@debian.org>
287
288 * breakpoint.c (break_at_finish_command): Delete.
289 (break_at_finish_command_1): Delete.
290 (break_at_finish_at_depth_command): Delete.
291 (break_at_finish_at_depth_command_1): Delete.
292 (tbreak_at_finish_command): Delete.
293 * hppa-tdep.c (_initialize_hppa_tdep): Remove deprecated xbreak, tbreak
294 and bx commands.
295
296 2004-11-30 Andrew Cagney <cagney@gnu.org>
297
298 * config/nm-gnu.h: Delete file.
299 * config/i386/nm-i386gnu.h: Inline "config/nm-gnu.h".
300
301 * config/nm-sysv4.h: Delete file.
302 * config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h".
303 * config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h".
304 * config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h".
305 * config/ia64/nm-aix.h: Inline "config/nm-sysv4.h".
306 * config/mips/nm-irix5.h: Inline "config/nm-sysv4.h".
307
308 2004-11-29 Andrew Cagney <cagney@gnu.org>
309
310 * MAINTAINERS: Add Randolph Chung (pa), Jeff Johnston (ia64), Kei
311 Sakamoto (m32r), Joel Brobecker (mips), and Ulrich Weigand (s390)
312 as can-commit architecture developers.
313
314 2004-11-29 Mark Kettenis <kettenis@gnu.org>
315
316 * sparc-tdep.c (X_RS1, X_SIMM13): New macros.
317 (sparc32_skip_prologue): Skip instructions that store arguments in
318 registers into their corresponding stack slots.
319
320 * config/m68k/nbsdaout.mh (NAT_FILE): Set to solib.h instead of
321 tm-solib.h.
322 * config/m68k/obsd.mh (NAT_FILE): Likewise.
323
324 * sparc-tdep.h (sparc32nbsd_elf_init_abi): New prototype.
325 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Make global.
326 * sparcobsd-tdep.c (sparc32obsd_init_abi): Call
327 sparc32nbsd_elf_init_abi. Remove duplicate code.
328
329 * config/sparc/nbsdaout.mh (NAT_FILE): Set to solib.h.
330 * config/sparc/nbsdelf.mh (NAT_FILE): Remove variable.
331 * config/sparc/nm-nbsd.h: Remove file.
332 * config/sparc/nm-nbsdaout.h: Remove file.
333
334 * sparc-nat.c (inf_ptrace_xfer_partial): New variable.
335 (sparc_xfer_partial): New function.
336 (sparc_target): Save value of to_xfer_partial from ptrace vector.
337 Set to_xfer_partial.
338
339 * fork-child.c (fork_inferior): Fork instead of vfork if
340 PRE_TRACE_FUN is non-null.
341
342 2004-11-24 Fred Fish <fnf@specifixinc.com>
343
344 * rs6000-tdep.c (skip_prologue): Use line table info to skip over
345 compiler generated function calls made as part of a prologue.
346
347 2004-11-23 Mark Kettenis <kettenis@gnu.org>
348
349 * inf-ttrace.c: New file.
350 * inf-ttrace.h: New file.
351 * hppa-hpux-nat.c [HAVE_TTRACE]: Include <sys/ttrace>.
352 Include "inf-ttrace.h".
353 (ss_mpsfu_high): Define to ss_tlsp if necessary.
354 (hppa_hpux_fetch_register, hppa_hpux_store_register): Use
355 ptid_get_pid instead of PIDGET. Modify to handle both ttrace and
356 ptrace systems.
357 (_initialize_hppa_hpux_nat) [HAVE_TTRACE]: Call inf_ttrace_traget
358 instead of inf_ptrace_target.
359 * config/pa/hpux.mh (NATDEPFILES): Add inf-ttrace.o.
360 * Makefile.in (inf_ttrace_h): New variable.
361 (hppa-hpux-nat.o): Update dependency.
362 (inf-ttrace.o): New dependency.
363 (ALLDEPFILES): Add inf-ptrace.c and inf-ttrace.c.
364
365 2004-11-23 Randolph Chung <tausq@debian.org>
366
367 * arch-utils.c (generic_instruction_nullified): New.
368 * arch-utils.h (generic_instruction_nullified): New.
369 * gdbarch.sh (instruction_nullified): New method.
370 * gdbarch.c: Regenerate.
371 * gdbarch.h: Regenerate.
372 * infrun.c (INSTRUCTION_NULLIFIED): Delete.
373 (handle_inferior_event): Replace INSTRUCTION_NULLIFIED with calls to
374 new gdbarch method.
375 * config/pa/tm-hppa.h (INSTRUCTION_NULLIFIED): Delete definition.
376 * hppa-tdep.c (hppa_instruction_nullified): Remove prototype and make
377 static. Rewrite to work directly off the passed regcache.
378 (hppa_gdbarch_init): Set instruction_nullified method.
379
380 2004-11-23 Joel Brobecker <brobecker@gnat.com>
381
382 * sparc-tdep.c (sparc_is_unimp_insn): New function.
383 (sparc32_frame_cache): For functions where there is no debugging
384 information to help us determine whether it's a struct-return
385 function or not, fallback on checking whether the instruction
386 at the return address is an "unimp" instruction or not.
387
388 2004-11-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
389
390 * MAINTAINERS: Add myself to write after approval section.
391
392 * hppa-hpux-nat.c (child_suppress_run): Add variable to allow
393 hpux-thread.c to suppress children from running.
394 (hppa_hpux_child_can_run): New function.
395 (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run.
396 * hpux-thread.c: Include string.h and hppa-tdep.h.
397 (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM,
398 HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively.
399 (hpux_thread_store_registers): Replace deprecated_registers with
400 calls to regcache_raw_read.
401 * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC.
402
403 2004-11-21 Mark Kettenis <kettenis@gnu.org>
404
405 * sparc64fbsd-nat.c: Update copyright year.
406 (_initialize_sparc64fbsd_nat): Construct and add target vector.
407 * config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
408 inftarg.o.
409
410 2004-11-21 Daniel Jacobowitz <dan@debian.org>
411
412 * sparc-tdep.c (sparc_software_single_step): Handle stepping to NULL.
413
414 2004-11-21 Daniel Jacobowitz <dan@debian.org>
415
416 * linux-nat.c (my_waitpid): New function.
417 (linux_test_for_tracefork): Make more robust and verbose. Take
418 an ORIGINAL_PID argument and test for PTRACE_SETOPTIONS first.
419 (linux_supports_tracefork, linux_supports_tracevforkdone): Take a PID
420 argument. Update calls to linux_test_for_tracefork.
421 (linux_enable_event_reporting, child_follow_fork)
422 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
423 (child_insert_exec_catchpoint): Update calls to
424 linux_supports_tracefork and linux_supports_tracevforkdone.
425
426 2004-11-21 Daniel Jacobowitz <dan@debian.org>
427
428 * valarith.c (value_subscript): Copy VALUE_FRAME_ID.
429 (value_subscripted_rvalue): Likewise.
430 * valops.c (search_struct_field, value_slice): Likewise.
431
432 2004-11-21 Mark Kettenis <kettenis@gnu.org>
433
434 * inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
435 Reorder includes a bit. Fix comment.
436 * Makefile.in (inf-ptrace.o): Update dependencies.
437
438 2004-11-21 Andreas Schwab <schwab@suse.de>
439
440 * m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
441 (m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
442 svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
443 to glibc_skip_solib_resolver.
444 * config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o. Remove
445 solib-legacy.o.
446 * Makefile.in (m68klinux-tdep.o): Update dependencies.
447
448 2004-11-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
449
450 * infttrace.h (ttrace_write_reg_64): Add prototype.
451 * hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
452 expression.
453 (store_inferior_registers): Correct formatting. Replace uses of
454 deprecated_registers with calls to regcache_raw_read,
455 regcache_raw_write_part and regcache_raw_read_part.
456
457 2004-11-21 Mark Kettenis <kettenis@gnu.org>
458
459 * config/pa/hppahpux.mh: Remove file.
460 * config/pa/hpux1020.mh: Remove file.
461
462 2004-11-20 Andreas Schwab <schwab@suse.de>
463
464 * configure.host: Set host floatformat for m68k.
465
466 2004-11-20 Eli Zaretskii <eliz@gnu.org>
467
468 * config/djgpp/fnchange.lst: Resolve file-name clash between
469 hppa-hpux-tdep.c and the new hppa-hpux-nat.c.
470
471 2004-11-20 Mark Kettenis <kettenis@gnu.org>
472
473 * hppa-hpux-nat.c: New file.
474 * config/pa/hpux.mh (NATDEPFILES): New file.
475 * Makefile.in (ALLDEPFILES): Add hppa-hpux-nat.c.
476 (hppa-hpux-nat.o): New dependency.
477 * configure.host: Remove hppa*-*-hpux10.20.
478 (hppa*-*-hpux*, hppa*-*-hiux*): Set gdb_host to hpux.mh.
479
480 * inf-ptrace.c: Fix coding style.
481
482 * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
483 * infptrace.c (call_ptrace): Simply call ptrace with four
484 arguments.
485
486 * dbxread.c (process_one_symbol): Fix a few coding standard
487 issues. Improve code formatting.
488
489 * dbxread.c: Include "gdb_string.h".
490 (record_minimal_symbol, read_ofile_symtab): Replace
491 DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp.
492 * Makefile.in (dbxread.o): Update dependencies.
493
494 * dwarf2-frame.c (read_encoded_value): Correctly calculate number
495 of bytes read for aligned LEB128 encodings.
496
497 2004-11-19 Mark Kettenis <kettenis@gnu.org>
498
499 * bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value from
500 parse_and_eval_address to u_long before converting it to a pointer
501 type.
502 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Change type of
503 ps_strings from int to u_long.
504 * i386obsd-nat.c (_initialize_i386obsd_nat): Cast _ps.val to
505 u_long instead of CORE_ADDR.
506
507 2004-11-18 Mark Kettenis <kettenis@gnu.org>
508
509 * dbxread.c (process_one_symbol): Do not adjust address of first
510 N_SLINE stab for a function for code generated by non-GCC
511 compilers.
512
513 2004-11-18 Kevin Buettner <kevinb@redhat.com>
514
515 * solib-null.c: New file.
516
517 2004-11-17 Andrew Cagney <cagney@gnu.org>
518
519 * MAINTAINERS: Drop MIPS and remote.
520
521 2004-11-15 Andrew Cagney <cagney@gnu.org>
522
523 * findvar.c (value_of_register): Set the frame ID.
524 * value.c (value_primitive_field): Copy the frame ID.
525 * valops.c (value_assign): Simplify lval_register case, there's
526 always a frame.
527
528 2004-11-14 Daniel Jacobowitz <dan@debian.org>
529
530 * Makefile.in (mips-linux-tdep.o): Update dependencies.
531 * mips-linux-tdep.c: Include "regcache.h".
532 (fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
533
534 2004-11-14 Daniel Jacobowitz <dan@debian.org>
535
536 * Makefile.in (linux-thread-db.o): Fix typo in last change.
537
538 2004-11-14 Daniel Jacobowitz <dan@debian.org>
539
540 * linux-thread-db.c: New file, renamed from thread-db.c.
541 * thread-db.c: Remove.
542 * Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
543 * config/alpha/alpha-linux.mh (NATDEPFILES): Rename thread-db.o
544 to linux-thread-db.o.
545 * config/arm/linux.mh (NATDEPFILES): Likewise.
546 * config/i386/linux.mh (NATDEPFILES): Likewise.
547 * config/i386/linux64.mh (NATDEPFILES): Likewise.
548 * config/ia64/linux.mh (NATDEPFILES): Likewise.
549 * config/m32r/linux.mh (NATDEPFILES): Likewise.
550 * config/m68k/linux.mh (NATDEPFILES): Likewise.
551 * config/mips/linux.mh (NATDEPFILES): Likewise.
552 * config/pa/linux.mh (NATDEPFILES): Likewise.
553 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
554 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
555 * config/s390/s390.mh (NATDEPFILES): Likewise.
556 * config/sparc/linux.mh (NATDEPFILES): Likewise.
557 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
558
559 2004-11-13 Andrew Cagney <cagney@gnu.org>
560
561 * config/i386/i386lynx.mh: Delete file.
562 * config/i386/i386lynx.mt: Delete file.
563 * Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
564 * i386ly-tdep.c: Delete.
565
566 * config/tm-lynx.h: Delete, inline contents ...
567 * config/rs6000/tm-rs6000ly.h: ... here.
568
569 * config/tm-sysv4.h: Delete file, inlining contents.
570 * config/ia64/tm-aix.h (SKIP_TRAMPOLINE_CODE): Define.
571 * config/tm-linux.h (SKIP_TRAMPOLINE_CODE): Define.
572 * config/tm-nto.h (SKIP_TRAMPOLINE_CODE): Define.
573
574 * regcache.h (deprecated_register_valid): Delete.
575 (deprecated_registers): Delete.
576 * regcache.c (deprecated_register_valid): Delete.
577 (deprecated_registers): Delete.
578 (deprecated_read_register_byte, _initialize_regcache)
579 (deprecated_write_register_bytes, build_regcache): Update.
580 * config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
581 remote-sds.o.
582 * config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
583 * config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
584
585 * NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
586 v850-*-* under removed.
587 * configure.host: Delete ns32k-*-netbsd*.
588 * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
589 ns32k-*-netbsd*, and v850*-*-*.
590 * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
591 "Deleted"
592 * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
593 * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
594 * mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
595 * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
596 * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
597 * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
598 * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
599 * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
600 * v850-tdep.c: Delete.
601
602 2004-11-13 Joel Brobecker <brobecker@gnat.com>
603
604 * irix5-nat.c (fetch_core_registers): Replace use of
605 deprecated_registers by equivalent code.
606
607 2004-11-13 Joel Brobecker <brobecker@gnat.com>
608
609 * irix5-nat.c (fill_gregset): Replace use of deprecated_registers
610 with equivalent code.
611 (fill_fpregset): Likewise.
612
613 2004-11-13 Andrew Cagney <cagney@gnu.org>
614
615 * MAINTAINERS: Do not list "Deleted" architectures.
616
617 * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
618 m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
619 sparc-*-vxworks*.
620 * NEWS: Mention that vxworks was deleted.
621 * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete.
622 * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete.
623 * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete.
624 * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete.
625 * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete.
626 * vx-share/ptrace.h, vx-share/regPacket.h: Delete.
627 * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete.
628 * vx-share/wait.h, vx-share/xdr_ld.c: Delete.
629 * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete.
630 * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete.
631 * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete.
632 * remote-vxmips.c, remote-vx.c: Delete.
633 * remote-vx68.c: Delete.
634 * config/m68k/tm-os68k.h: Remove reference to VxWorks.
635 * config/m68k/os68k.mt, ada-lang.h: Ditto.
636 * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o)
637 (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
638
639 2004-11-13 Eli Zaretskii <eliz@gnu.org>
640
641 * config/i386/xm-go32.h: Don't include fopen-bin.h.
642 Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
643
644 * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
645 branch that doesn't define CRLF_SOURCE_FILES; always use
646 binary-mode open.
647 (print_source_lines_base, forward_search_command)
648 (reverse_search_command): Enable the code that accepts DOS-style
649 CRLF line endings on all platforms (this removes the need for
650 CRLF_SOURCE_FILES).
651
652 * defs.h: Fix wording of the comment before FOPEN_RB.
653 (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
654
655 * config/djgpp/fnchange.lst: Group renames for opcode directory
656 together.
657
658 * config/djgpp/djconfig.sh: Replace file names that don't exist
659 anymore with existing files, for checking the unpacked
660 distribution.
661
662 * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
663 Export pre-cooked values in configure-* targets that begin with
664 "@test -f stage_last".
665
666 2004-11-12 Andrew Cagney <cagney@gnu.org>
667
668 * defs.h (enum lval_type): Delete lval_reg_frame_relative.
669 * value.h (struct value): Update comment.
670 * valops.c (value_assign): Fold lval_reg_fame_relative into
671 lval_register.
672 * findvar.c (value_from_register, locate_var_value): Ditto.
673
674 2004-11-12 Randolph Chung <tausq@debian.org>
675
676 * config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
677 * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
678 (write_exp_msymbol): Remove conditional check for symbols starting
679 with $. Update comments.
680
681 2004-11-12 Randolph Chung <tausq@debian.org>
682
683 * pa64solib.c (pa64_solib_thread_start_addr): Rename from
684 so_lib_thread_start_addr.
685 * pa64solib.h (so_list): Forward declare.
686 (pa64_solib_thread_start_addr): Prototype.
687 * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
688 (no_shared_libraries): Remove.
689 (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
690 * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
691 * hpread.c (hpread_process_one_debug_symbol): Use either the som or
692 the elf solib handler to find the start address.
693
694 * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support
695 files to the target makefile.
696 * config/pa/hpux1020.mh (NATDEPFILES): Likewise.
697 * config/pa/hpux11.mh (NATDEPFILES): Likewise.
698 * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
699
700 * config/pa/hppa64.mt (TDEPFILES): Put target-specific support
701 files for symbol reading and shared library handling here.
702 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
703 (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target
704 without bringing in 64-bit support.
705
706 2004-11-12 Andrew Cagney <cagney@gnu.org>
707
708 * sparc-tdep.c: Replace VALUE_TYPE with value_type.
709 * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
710 * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
711 * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
712 * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
713 * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
714 * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
715
716 Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
717 * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
718 (VALUE_REGNUM): Define.
719 (struct value): Delete location.regnum, rename "regno" to
720 "regnum".
721 * value.c, valops.c, valarith.c, findvar.c: Update.
722
723 * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
724 (VALUE_BITPOS): Delete.
725 (value_type, value_offset, value_bitsize, value_bitpos): Declare.
726 * value.c (value_type, value_offset, value_bitpos)
727 (value_bitsize): New functions. Update references.
728 * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
729 * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
730 * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
731 * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
732 * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
733 * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
734 * valops.c, eval.c, findvar.c, breakpoint.c: Update.
735 * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
736 * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
737
738 2004-11-12 Andrew Cagney <cagney@gnu.org>
739
740 * cris-tdep.c (cris_register_offset): Delete, never called.
741 (cris_spec_reg_applicable): Delete cris_ver_sim.
742 * MAINTAINERS: List d10v as OBSOLETE.
743 * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
744 FOPEN_WB et.al., defined by "fopen-bin.h".
745
746 2004-11-12 Randolph Chung <tausq@debian.org>
747
748 * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
749 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
750 * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
751 * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
752
753 2004-11-12 Mark Kettenis <kettenis@jive.nl>
754
755 * tui/tui-io.c: Don't include "terminal.h".
756 * Makefile.in (tui-io.o): Update dependencies.
757
758 2004-11-12 Kei Sakamoto <sakamoto.kei@renesas.com>
759
760 * Makefile.in (m32r-linux-tdep.o): Update dependencies.
761 * m32r-linux-tdep.c (m32r_linux_init_abi): Call
762 set_gdbarch_regset_from_core_section for core file support.
763 (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
764 New functions.
765
766 2004-11-11 Randolph Chung <tausq@debian.org>
767
768 * hppa-tdep.c (skip_prologue_hard_way): Make static, add
769 stop_after_branch parameter and use it to determine if we should look
770 at the delay slot of the first branch insn to find prologue insns.
771 (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
772 (hppa_frame_cache): Likewise.
773
774 2004-11-11 Randolph Chung <tausq@debian.org>
775
776 * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
777 register so that it can be unwound from anywhere in the prologue.
778
779 2004-11-10 msnyder <msnyder@redhat.com>
780
781 * rs6000-tdep.c (skip_prologue): After saving lr_offset,
782 must invalidate lr_reg (so we don't try to save it again).
783 Ditto for cr_offset and cr_reg.
784
785 2004-11-05 Jon Beniston <jon@beniston.com>
786
787 Committed by Andrew Cagney.
788 * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK
789 when an unexpected packet is received, as the target stubs
790 continually retransmit the same packet until ACKed.
791
792 2004-11-10 Randolph Chung <tausq@debian.org>
793
794 * frame.c (get_prev_frame): Use get_frame_type to retrieve the
795 frame's type.
796
797 2004-11-10 Randolph Chung <tausq@debian.org>
798
799 * blockframe.c (inside_entry_func): Move to .....
800 * frame.c (inside_entry_func): ... here, and make static.
801 (backtrace_past_entry): New flag.
802 (get_prev_frame): Stop backtrace at the entry function if enabled
803 by flag. Update comments.
804 (_initialize_frame): Add command to set backtrace_past_entry flag.
805 * defs.h (inside_entry_func): Remove prototype.
806
807 2004-11-10 Mark Kettenis <kettenis@gnu.org>
808
809 * dwarf2read.c: Fix formatting.
810
811 2004-11-10 Andrew Cagney <cagney@gnu.org>
812
813 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
814 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
815 macros with function declarations.
816 * value.c (coerce_ref, coerce_array, coerce_number)
817 (coerce_enum): New functions.
818 (value_as_long, value_as_address): Update.
819 * ada-lang.c (ada_coerce_ref, ada_value_binop)
820 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
821 * jv-lang.c (evaluate_subexp_java): Update.
822 * valarith.c (value_less, value_neg, value_complement)
823 (value_binop, value_add, value_subscript, value_x_binop)
824 (value_logical_not, value_sub): Update.
825 * valops.c (check_field, value_struct_elt, value_ind)
826 (value_find_oload_method_list, value_cast, value_assign): Update.
827 * eval.c (evaluate_subexp_standard): Update.
828
829 2004-11-10 Mark Kettenis <kettenis@gnu.org>
830
831 * mips-tdep.c (mips32_relative_offset): Change return type to
832 LONGEST, change argument type to ULONGEST. Fix sign-extension.
833
834 2004-11-10 Randolph Chung <tausq@debian.org>
835
836 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
837 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
838 (hppa_fetch_pointer_argument): Likewise.
839 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
840 deprecated_read_memory_nobpt.
841 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
842 add_set_cmd sequence with add_setshow_boolean_cmd.
843
844 2004-11-09 Andrew Cagney <cagney@gnu.org>
845
846 GDB 6.3 released from GDB 6.3 branch.
847
848 2004-11-09 Andrew Cagney <cagney@gnu.org>
849
850 * values.c: Rename to ...
851 * value.c: ..., new file.
852 * Makefile.in: Update.
853
854 2004-11-09 Daniel Jacobowitz <dan@debian.org>
855
856 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
857 size.
858
859 2004-11-09 Andrew Cagney <cagney@gnu.org>
860
861 * TODO: Delete.
862
863 * value.h (struct value): Delete field bfd_section.
864 (VALUE_BFD_SECTION): Delete macro.
865 (COERCE_REF): Update.
866 (value_at, value_at_lazy): Delete asection parameter.
867 * printcmd.c (print_formatted, x_command): Update.
868 (do_examine): Delete asection parameter.
869 (next_section): Delete variable.
870 * valops.c (value_cast, value_at, value_at_lazy)
871 (value_coerce_function, value_addr, value_ind, value_string)
872 (find_rt_vbase_offset, value_full_object): Update.
873 * hpacc-abi.c (hpacc_virtual_fn_field)
874 (hpacc_value_rtti_type): Update.
875 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
876 (gnuv3_baseclass_offset): Update.
877 * f-valprint.c (f_val_print): Update.
878 * c-valprint.c (c_val_print): Update.
879 * p-valprint.c (pascal_val_print): Update.
880 * jv-valprint.c (java_value_print): Update.
881 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
882 * ada-lang.c (ada_value_primitive_packed_val)
883 (ada_evaluate_subexp): Update.
884 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
885 * expprint.c (print_subexp_standard): Update.
886 * infcall.c (call_function_by_hand): Update.
887 * valarith.c (value_add): Update.
888 * eval.c (evaluate_subexp_standard): Update.
889 * values.c (allocate_value, value_copy, value_static_field): Update.
890 * findvar.c (read_var_value, locate_var_value): Update.
891
892 2004-11-09 Andrew Cagney <cagney@gnu.org>
893
894 * i386-linux-tdep.c: Include "dwarf2-frame.h".
895 * Makefile.in: Update all dependencies.
896
897 2004-11-08 Andrew Cagney <cagney@gnu.org>
898
899 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
900 (sentinel_frame_unwinder): Add the prev_pc method.
901 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
902 available. Do not handle the sentinel-frame case.
903 * frame-unwind.h (frame_prev_register_ftype): Define.
904 (struct frame_unwind): Add prev_pc;
905
906 2004-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
907
908 * configure.in: Check for ncurses/term.h.
909 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
910 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
911 * tui/tui.c: Don't include term.h.
912 * configure, config.in: Rebuilt.
913
914 2004-11-08 Mark Kettenis <kettenis@gnu.org>
915
916 * m68kbsd-nat.c: Include "inf-ptrace.h".
917 (_initialize_m68kbsd_nat): Fix pasto.
918 * Makefile.in (m68kbsd-nat.o): Update dependencies.
919
920 2004-11-08 Randolph Chung <tausq@debian.org>
921
922 * infrun.c (debug_infrun): New variable.
923 (resume, proceed, wait_for_inferior): Annotate with debug messages.
924 (handle_inferior_event, keep_going): Likewise.
925 (_initialize_infrun): Register "set debug infrun" command.
926
927 2004-11-08 Andreas Schwab <schwab@suse.de>
928
929 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
930 PTRACE_EVENT_VFORKDONE.
931 (child_follow_fork): Adjust.
932
933 2004-11-08 Andrew Cagney <cagney@gnu.org>
934
935 * README: Refer to 6.3, not 6.2, update directory listing droppng
936 references to intl/ and mmalloc/.
937 * PROBLEMS: Refer to 6.3 not 6.2.
938
939 * PROBLEMS: Delete no-longer applicable problems.
940
941 2004-11-07 Andrew Cagney <cagney@redhat.com>
942 Daniel Jacobowitz <dan@debian.org>
943 Roland McGrath <roland@redhat.com>
944
945 * Makefile.in (symfile-mem.o): Update dependencies.
946 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
947 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
948 * inf-ptrace.c (inf_ptrace_attach): Call
949 observer_notify_inferior_created.
950 * inftarg.c (child_attach): Likewise.
951 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
952 (symbol_file_add_from_memory): Take NAME argument. Use it for
953 the new BFD's filename.
954 (add_symbol_file_from_memory_command): Update call to
955 symbol_file_add_from_memory.
956 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
957 (symbol_file_add_from_memory_wrapper): New.
958 (_initialize_symfile_mem): Register add_vsyscall_page as an
959 inferior_created observer.
960
961 2004-11-07 Mark Kettenis <kettenis@gnu.org>
962
963 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
964 fetch_inferior_registers. Make static.
965 (m68kbsd_store_inferior_registers): Rename from
966 store_inferior_registers. Make static.
967 (_initialize_m68kbsd_nat): Construct and add target vector.
968 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
969 inftarg.o. Add inf-ptrace.o.
970 (NAT_FILE): Set to tm-solib.h.
971 (LOADLIBES): New variable.
972 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
973 inftarg.o. Add inf-ptrace.o.
974 (NAT_FILE): Delete variable.
975 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
976 inftarg.o. Add inf-ptrace.o.
977 (NAT_FILE): Set to tm-solib.h.
978 * config/m68k/nm-nbsdaout.h: Remove file.
979
980 2004-11-07 Daniel Jacobowitz <dan@debian.org>
981
982 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
983 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
984 (dwarf2_signal_frame_unwind): New.
985 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
986 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
987
988 2004-11-07 Mark Kettenis <kettenis@gnu.org>
989
990 * Makefile.in (mips64obsd-tdep.o): Fix typo.
991
992 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
993 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
994 to only include the structure members we actually need.
995 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
996 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
997 only include the structure members we actually need.
998 (mipsnbsd_init_abi): Update.
999
1000 * mips64obsd-nat.c: Include "mips-tdep.h".
1001 (MIPS64OBSD_NUM_REGS): Remove define.
1002 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
1003 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
1004 floating-point registers correctly.
1005 * Makefile.in (mips64obsd-nat.o): Update dependencies.
1006
1007 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
1008 "gdb_assert.h".
1009 (mips64obsd_sigframe_init): New function.
1010 (mips64obsd_sigframe): New variable.
1011 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
1012 unwinder.
1013 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
1014
1015 2004-11-06 Joel Brobecker <brobecker@gnat.com>
1016
1017 * alpha-mdebug-tdep.c: #include mdebugread.h.
1018 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
1019 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
1020
1021 2004-11-05 Andrew Cagney <cagney@gnu.org>
1022
1023 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
1024 CFI and the init_reg method leave the register unspecified.
1025 Include the register name in the "Incomplete CFI data" complaint.
1026 Supress leading zeros in the address.
1027
1028 2004-11-05 Mark Kettenis <kettenis@gnu.org>
1029
1030 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
1031 skipping a personality routine in a CIE augmentation.
1032
1033 2004-11-05 Jeff Johnston <jjohnstn@redhat.com>
1034
1035 * defs.h (fatal, vfatal): New function prototypes.
1036 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
1037 via catch_errors.
1038 (backtrace_command): Change to call backtrace_command_stub via
1039 catch_errors instead of calling backtrace_command_1 directly.
1040 (backtrace_full_command): Ditto.
1041 * utils.c (error_stream_1): New static function.
1042 (verror): Change to call error_stream_1 instead of error_stream.
1043 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
1044 (vfatal, fatal): New functions.
1045
1046 2004-11-05 Andrew Cagney <cagney@gnu.org>
1047
1048 * stack.c (parse_frame_specification_1): Clear selected_frame_p
1049 when not using selected frame.
1050
1051 2004-11-05 Mark Kettenis <kettenis@jive.nl>
1052
1053 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
1054 personality routine in a CIE augmentation.
1055
1056 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
1057
1058 * stack.c (set_current_sal_from_frame): New function.
1059 (print_args_stub): Use it.
1060 (print_frame_info): Don't set sal here.
1061
1062 2004-11-04 Mark Kettenis <kettenis@gnu.org>
1063
1064 * dwarf2-frame.c (read_encoded_value): Change type of third
1065 argument to `unsigned char *'. Add support for LEB128 encodings.
1066
1067 2004-11-04 Jim Blandy <jimb@redhat.com>
1068
1069 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
1070 prevent cross-objfile references.
1071 (make_cv_type): Doc fix. Don't create cross-objfile references,
1072 even for stub types.
1073 (replace_type): Add assertion to prevent cross-objfile references.
1074 (check_typedef): Never resolve a stub type by copying over a type
1075 from another file.
1076
1077 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
1078
1079 * Makefile.in (m32r-tdep.o): Update dependencies.
1080 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
1081 ABI-specific overrides.
1082
1083 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
1084
1085 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
1086 unnecessary parallel execution bit.
1087 (m32r_memory_remove_breakpoint): Ditto.
1088 (m32r_breakpoint_from_pc): Update.
1089
1090 2004-11-03 Randolph Chung <tausq@debian.org>
1091
1092 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
1093 frame_func_unwind to locate the unwind entry.
1094 (hppa_frame_this_id): Likewise.
1095
1096 2004-11-03 Andrew Cagney <cagney@gnu.org>
1097
1098 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
1099 packet, obsolete configurations, end-of-life deprecated_registers.
1100
1101 2004-11-02 Mark Kettenis <kettenis@gnu.org>
1102
1103 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
1104 encodings as well as unsigned encodings.
1105
1106 2004-11-02 Andrew Cagney <cagney@gnu.org>
1107
1108 * value.h (COERCE_VARYING_ARRAY): Delete.
1109 * valops.c (value_cast, value_slice): Delete use.
1110 * valarith.c (value_subscript, value_concat): Delete use.
1111
1112 2004-11-02 Paul Hilfinger <hilfingr@nile.gnat.com>
1113
1114 * NEWS: GDB understands GNAT Ada.
1115
1116 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
1117
1118 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
1119 (amd64-sol2-tdep.o): Add dependencies.
1120 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
1121 config/i386/sol2-64.mt: New files.
1122 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
1123 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
1124 (supply_gregset): Correct order of arguments to
1125 amd64_supply_native_gregset.
1126 (fill_gregset): Correct order of arguments to
1127 amd64_collect_native_gregset.
1128 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
1129 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
1130 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
1131 for definition of NEW_PROC_API.
1132 * configure: Regenerate.
1133
1134 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
1135
1136 * MAINTAINERS (Write After Approval): Add myself.
1137
1138 2004-11-01 Andrew Cagney <cagney@gnu.org>
1139
1140 * configure.tgt: Mark d10v-*-* as obsolete.
1141 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
1142
1143 2004-11-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1144
1145 * values.c (modify_field): Correct handling of bit-fields that
1146 don't fit in 32 bits. Use unsigned operations throughout and
1147 simplify the code a bit. Document preconditions.
1148
1149 2004-10-31 Andrew Cagney <cagney@gnu.org>
1150
1151 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1152 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1153 (in_plt_section): Delete.
1154
1155 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
1156 (mips_gdbarch_init): Do not set same.
1157
1158 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
1159 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
1160
1161 * gdbarch.sh (in_solib_call_trampoline): Delete.
1162 * gdbarch.h, gdbarch.c: Re-generate.
1163
1164 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
1165 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
1166 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
1167 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
1168 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
1169
1170 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1171
1172 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1173 (mipsnbsd_fetch_inferior_registers): Rename from
1174 fetch_inferior_registers. Make static.
1175 (mipsnbsd_store_inferior_registers): Rename from
1176 store_inferior_registers. Make static.
1177 (_initialize_mipsnbsd_nat): New function and prototype.
1178 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1179 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
1180 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
1181 inf-ptrace.o.
1182
1183 2004-10-31 Andrew Cagney <cagney@gnu.org>
1184
1185 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
1186 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
1187 delete corresponding unused function.
1188 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
1189 in_solib_call_trampoline.
1190 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1191 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1192 * config/mips/tm-nbsd.h: Ditto.
1193 * config/arm/tm-linux.h: Ditto.
1194 * config/mips/tm-linux.h: Ditto.
1195
1196 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
1197 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
1198 in_solib_call_trampoline, delete corresponding unused function.
1199 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
1200 (vaxnbsd_aout_init_abi): Ditto.
1201 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
1202 (sparc32nbsd_aout_init_abi): Ditto.
1203 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
1204 (ppc_linux_init_abi): Ditto.
1205 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
1206 (ns32knbsd_init_abi_aout): Ditto.
1207 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
1208 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
1209 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
1210 (m68kbsd_aout_init_abi): Ditto.
1211 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
1212 (i386_cygwin_init_abi): Ditto.
1213 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
1214 (i386bsd_init_abi): Ditto.
1215
1216 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
1217 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
1218 isn't used by this architecture.
1219 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
1220 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
1221 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
1222 * s390-tdep.c (s390_gdbarch_init): Ditto.
1223 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
1224 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
1225 * i386-tdep.c (i386_svr4_init_abi): Ditto.
1226 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
1227 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
1228 * amd64-tdep.c (amd64_init_abi): Ditto.
1229
1230 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
1231 in_solib_call_trampoline to its default value of
1232 generic_in_solib_call_trampoline.
1233 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
1234 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
1235 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
1236 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
1237 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
1238 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
1239
1240 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
1241
1242 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
1243
1244 * config/mips/tm-mips.h: Delete file.
1245 * remote-mips.c: Delete tm-mips.h from comment.
1246 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
1247 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
1248 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
1249 * config/mips/tm-linux.h: Don't include tm-mips.h.
1250 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
1251 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
1252 * config/mips/tm-wince.h: Don't include.
1253
1254 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
1255 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
1256 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1257 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1258
1259 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
1260 * mdebugread.c (ecoff_relocate_efi): Delete function.
1261 * objfiles.c (objfile_relocate): Delete #ifdef
1262 MDEBUG_EFI_SYMBOL_NAME code.
1263
1264 2004-10-31 Orjan Friberg <organ.friberg@axis.com>
1265 Andrew Cagney <cagney@gnu.org>
1266
1267 * gdbarch.sh (single_step_through_delay): Add.
1268 * gdbarch.h, gdbarch.c: Re-generate.
1269 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
1270 (mips_step_skips_delay): Delete.
1271 * mips-tdep.c (mips_single_step_through_delay): Replace
1272 mips_step_skips_delay.
1273 (mips_gdbarch_init): Set single_step_through_delay.
1274 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
1275
1276 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1277
1278 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
1279 from TRAMP_FRAME frame type.
1280
1281 2004-10-31 Andrew Cagney <cagney@gnu.org>
1282
1283 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
1284
1285 * mips-tdep.c (mips_ignore_helper): Delete.
1286 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
1287 * infrun.c (handle_inferior_event): Delete #ifdef
1288 DEPRECATED_IGNORE_HELPER_CALL code.
1289
1290 * config/mips/tm-mips.h (RA_REGNUM): Delete.
1291
1292 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1293
1294 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
1295 (fill_fpregset): Do not compile for 64-bit systems.
1296 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
1297 * Makefile.in (i386-sol2-nat.o): Update dependencies.
1298 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
1299
1300 2004-10-30 Andrew Cagney <cagney@gnu.org>
1301
1302 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
1303 (struct mdebug_extra_func_info): Define.
1304 * config/alpha/tm-alpha.h: Delete same.
1305 * config/mips/tm-mips.h: Delete same.
1306 * mdebugread.c: Delete same.
1307 * Makefile.in: Update dependencies.
1308 * mips-mdebug-tdep.c: Include "mdebugread.h".
1309
1310 * objfiles.c: Include "mdebugread.h".
1311 * mdebugread.c: Include "mdebugread.h".
1312 (ecoff_relocate_cfi): Delete.
1313 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
1314 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
1315 * mdebugread.h (ecoff_relocate_efi): New file.
1316 * Makefile.in: Update dependencies.
1317
1318 * mips-tdep.c (struct frame_extra_info): Delete.
1319 (temp_proc_desc): Delete.
1320
1321 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1322 MIPS_EFI_SYMBOL_NAME.
1323 (mips_extra_func_info_t, mips_extra_func_info): Delete.
1324 (struct mdebug_extra_func_info): Replace struct
1325 alpha_extra_func_info and alpha_extra_func_info_t.
1326 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1327 MIPS_EFI_SYMBOL_NAME.
1328 (struct mdebug_extra_func_info): Replace struct
1329 alpha_extra_func_info and alpha_extra_func_info_t.
1330 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
1331 * mdebugread.c, alpha-mdebug-tdep.c:
1332
1333 Suggested by Mark Kettenis.
1334 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
1335 fields frame_adjust and high_addr.
1336 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
1337 (non_heuristic_proc_desc): Delete references.
1338
1339 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
1340 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
1341 * mips-tdep.c: Update.
1342
1343 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
1344 (MIPS_LAST_EMBED_REGNUM): Add.
1345 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
1346 (LAST_EMBED_REGNUM): Delete.
1347 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
1348
1349 * config/mips/tm-mips.h (PS_REGNUM): Delete.
1350 * mips-tdep.h (MIPS_PS_REGNUM): Add.
1351 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
1352 * mips-linux-nat.c: Update.
1353
1354 * mips-tdep.h: Add comments on registers.
1355 (MIPS_UNUSED_REGNUM): Define.
1356 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
1357 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
1358 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
1359 * mips-linux-nat.c, remote-mips.c: Update.
1360
1361 * config/mips/tm-mips.h (t_insn): Delete.
1362 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
1363 Replace t_insn with ULONGEST.
1364
1365 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1366
1367 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
1368 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
1369 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
1370 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1371 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
1372 (mipsnbsd_core_osabi_sniffer): New function.
1373 (mipsnbsd_init_abi): Set regset_from_core_section.
1374 (_initialize_mipsnbsd_tdep): Remove calls to
1375 deprecated_add_core_fns.
1376 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
1377 (mipsnbsd_regset_from_core_section): New functions.
1378 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
1379 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1380
1381 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
1382 Remove optimization for DEPRECATED_FP_REGNUM.
1383
1384 2004-10-30 Andrew Cagney <cagney@gnu.org>
1385
1386 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
1387 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
1388 (alpha_setup_arbitrary_frame): Delete.
1389 * mips-tdep.c (setup_arbitrary_frame): Delete.
1390 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
1391 (setup_arbitrary_frame): Delete.
1392 * stack.c (parse_frame_specification_1): When specified, call
1393 create_new_frame with two parameters. Delete #ifdef
1394 SETUP_ARBITRARY_FRAME.
1395
1396 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
1397 (MIPS_INSTLEN): Delete.
1398 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
1399 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
1400 * remote-mips.c, mips-tdep.c: Update.
1401
1402 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
1403 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
1404 * mips-tdep.c (mips_mdebug_frame_cache)
1405 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
1406 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
1407 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
1408 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
1409 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
1410 (mips_gdbarch_init): Do not append mdebug sniffers.
1411 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
1412 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
1413 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
1414 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
1415 * Makefile.in: Update dependencies.
1416
1417 * mips-tdep.h (mips_abi_regsize): Declare.
1418 * mips-tdep.c (mips_abi_regsize): Make non-static.
1419
1420 * mips-tdep.c (gdb_print_insn_mips): Simplify.
1421 (make_mips16_addr): Delete.
1422
1423 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1424
1425 * i386-sol2-nat.c: New file.
1426 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
1427 i386-sol2-tdep.c.
1428 (i386-sol2-nat.o): Update dependencies.
1429 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
1430 i386-sol2-nat.o.
1431
1432 2004-10-30 Andrew Cagney <cagney@gnu.org>
1433
1434 Total breakage identified by Joel Brobecker.
1435 * mips-tdep.c (after_prologue): Delete.
1436 (mips_skip_prologue): Use skip_prologue_using_sal.
1437 (heuristic_proc_desc): Delete, unused.
1438
1439 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1440
1441 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
1442 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
1443 Cleanup coding style.
1444
1445 2004-10-30 Andrew Cagney <cagney@gnu.org>
1446
1447 * mips-tdep.h (mips_pc_is_mips16): Declare.
1448 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
1449 non-static. Update calls.
1450
1451 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
1452 * command.h (add_setshow_enum_cmd): Declare.
1453 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
1454
1455 * mips-tdep.c (_initialize_mips_tdep): Use
1456 add_setshow_zinteger_cmd.
1457
1458 * mips-tdep.c (mips_eabi_extract_return_value)
1459 (mips_o64_extract_return_value, mips_o64_store_return_value)
1460 (return_value_location, mips_eabi_reg_struct_has_addr)
1461 (mips_eabi_use_struct_convention)
1462 (mips_eabi_store_return_value): Delete.
1463 (mips_eabi_store_return_value): New function.
1464 (mips_eabi_return_value): New function.
1465 (mips_gdbarch_init): For O64 and EABI, delete
1466 extract_return_value, store_return_value, use_struct_convention
1467 and reg_struct_has_addr, add return_value.
1468
1469 * mips-tdep.c (read_signed_register): Use
1470 regcache_cooked_read_signed.
1471
1472 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1473
1474 * mipsread.c: Cleanup coding style.
1475 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
1476 (mipscoff_symfile_finish): Remove prototypes.
1477
1478 2004-10-29 Mark Kettenis <kettenis@gnu.org>
1479
1480 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1481 (mips_mdebug_frame_cache, mips16_scan_prologue)
1482 (mips32_scan_prologue, mips_stub_frame_cache)
1483 (heuristic_proc_start, heuristic_proc_desc)
1484 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1485 (mips_n32n64_return_value, mips_o32_push_dummy_call)
1486 (mips_o32_return_value, mips_o64_push_dummy_call)
1487 (mips_step_skips_delay, mips_skip_trampoline_code)
1488 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
1489 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
1490 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
1491 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
1492 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
1493 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
1494 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
1495 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
1496 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
1497 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
1498 ZERO_REGNUM.
1499 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
1500 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
1501 ZERO_REGNUM.
1502 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
1503 A0_REGNUM.
1504 * mipsnbsd-nat.c: Include "mips-tdep.h".
1505 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
1506 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1507
1508 2004-10-29 Andrew Cagney <cagney@gnu.org>
1509
1510 * stack.c (parse_frame_specification_1): New function based on
1511 parse_frame_specification. Add message and selected_frame_p
1512 paramters. Truely always return non-NULL.
1513 (parse_frame_specification): Call parse_frame_specification_1.
1514 (frame_info): Update. Eliminate target_has_stack check.
1515 (select_frame_command): Update.
1516
1517 2004-10-29 Andrew Cagney <cagney@gnu.org>
1518
1519 * frame.h (get_selected_frame): Add message parameter.
1520 * frame.c (get_selected_frame): Add and use message parameter.
1521 * stack.c (current_frame_command, return_command, locals_info)
1522 (catch_info, args_info, up_silently_base, down_silently_base): Use
1523 get_selected_frame with an explicit message.
1524 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
1525 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
1526 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
1527 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
1528 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
1529 * breakpoint.c: Update.
1530
1531 2004-10-29 Andrew Cagney <cagney@gnu.org>
1532
1533 * trad-frame.c (trad_frame_get_prev_register): Use
1534 frame_unwind_register instead of frame_register_unwind, do not
1535 recurse the register's location.
1536 * xstormy16-tdep.c (xstormy16_frame_prev_register):
1537 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
1538 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
1539 * sh-tdep.c (sh_frame_prev_register): Ditto.
1540 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
1541 * i386-tdep.c (i386_frame_prev_register): Ditto.
1542 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
1543 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
1544
1545 2004-10-28 Mark Kettenis <kettenis@jive.nl>
1546
1547 * proc-events.c: Fix several coding-style issues. Consistently
1548 use #ifdef instead of #if defined().
1549 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
1550 ARRAY_SIZE.
1551 (_initialize_proc_events): New prototype.
1552
1553 * proc-why.c: Fix several coding-style issues.
1554 (proc_prettyfprint_why): Use ARRAY_SIZE.
1555
1556 2004-10-27 Jim Blandy <jimb@redhat.com>
1557
1558 * remote.c (fetch_register_using_p): Construct 'p' packet in a
1559 manner independent of the host byte order.
1560
1561 2004-10-27 Mark Kettenis <kettenis@gnu.org>
1562
1563 * mips-tdep.c (id_delayed): Remove prototype.
1564
1565 2004-10-26 Mark Kettenis <kettenis@gnu.org>
1566
1567 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
1568 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
1569 to enum with register numbers.
1570 (enum mips_insn_size): New enum.
1571
1572 2004-10-26 Andrew Cagney <cagney@gnu.org>
1573
1574 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
1575 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
1576 (mips_gdbarch_init): Update.
1577 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
1578
1579 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1580 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
1581 IN_SOLIB_RETURN_TRAMPOLINE.
1582 * mips-tdep.c (mips_dump_tdep): Do not print
1583 IN_SOLIB_RETURN_TRAMPOLINE.
1584 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
1585 (mips_gdbarch_init): Update.
1586
1587 * mips-tdep.h (mips_software_single_step): Move to here ...
1588 * config/mips/tm-mips.h: ... from here.
1589 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
1590 (SOFTWARE_SINGLE_STEP): Delete.
1591 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
1592
1593 2004-10-25 Andrew Cagney <cagney@gnu.org>
1594
1595 * NEWS: Add Changes since GDB 6.3 section.
1596
1597 2004-10-23 Andreas Schwab <schwab@suse.de>
1598
1599 * ada-lang.c (grow_vect): Return the new array instead of
1600 expecting pointer to pointer to avoid violation of aliasing rules.
1601 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
1602
1603 2004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
1604
1605 * s390-tdep.c (enum pv_boolean): Remove.
1606 (pv_is_array_ref): Remove.
1607 (s390_on_stack): Remove.
1608 (S390_NUM_SPILL_SLOTS): Remove.
1609 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
1610 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
1611 (s390_store): Track all stores of orginal incoming registers to the
1612 stack constant offsets relative to the CFA, instead of only tracking
1613 stores into specific spill slots.
1614 (s390_load): Likewise.
1615 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
1616 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
1617 defined as call-saved by the ABI.
1618 (s390_push_dummy_call): Use bottom of dummy call argument save area
1619 as return value, not the top. Do not store to the called function's
1620 register save area.
1621 (s390_unwind_dummy_id): Adapt accordingly.
1622
1623 2004-10-23 Andrew Cagney <cagney@gnu.org>
1624
1625 * objfiles.h (struct objfile): Rename obj_private to
1626 deprecated_obj_private, sym_private to deprecated_sym_private, and
1627 sym_stab_info to deprecated_sym_stab_info.
1628 * gdb-stabs.h: Update.
1629 * elfread.c: Update.
1630 * dbxread.c: Update.
1631 * coffread.c: Update.
1632 * xcoffread.c: Update.
1633 * symfile.c: Update.
1634 * somread.c: Update.
1635 * nlmread.c: Update.
1636 * mdebugread.c: Update.
1637 * hpread.c: Update.
1638 * coffread.c: Update.
1639
1640 2004-10-23 Mark Kettenis <kettenis@gnu.org>
1641
1642 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
1643 * configure.host: Add mips64*-*-openbsd*.
1644 * configure.tgt: Add mips64*-*-openbsd*.
1645 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
1646 mips64obsd-tdep.c.
1647 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
1648 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
1649
1650 2004-10-21 Joel Brobecker <brobecker@gnat.com>
1651
1652 * symtab.c (symbol_search_name): Minor reformatting.
1653
1654 2004-10-20 Joel Brobecker <brobecker@gnat.com>
1655
1656 * symtab.h: Fix typo in comment.
1657
1658 2004-10-19 Mark Kettenis <kettenis@gnu.org>
1659
1660 * dwarf2read.c (struct comp_unit_head): Fix coding style.
1661 (dwarf_decode_line_header): Likewise.
1662
1663 2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
1664
1665 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
1666
1667 2004-10-19 Andrew Cagney <cagney@gnu.org>
1668
1669 GDB 6.3 branch created.
1670 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
1671
1672 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1673
1674 * dwarf2read.c (set_cu_language): Set language to Ada for
1675 DW_LANG_Ada83 and DW_LANG_Ada95.
1676
1677 2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
1678
1679 From Andreas Schwab <schwab@suse.de>:
1680 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
1681 for xmalloc and xrealloc.
1682
1683 2004-10-15 Andrew Cagney <cagney@gnu.org>
1684
1685 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
1686 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
1687 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
1688 Update dependencies.
1689
1690 2004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
1691
1692 * ada-lang.c (ada_lookup_symbol): Correct comment.
1693 (ada_evaluate_subexp): Change error message for
1694 OP_FUNCALL case so as not to indicate an internal error.
1695
1696 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1697
1698 Committed by Paul Hilfinger.
1699 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
1700 type sizes in XVE/XVU types, and emit a warning when that happens,
1701 instead of rounding up the size of the resulting type.
1702 Some minor reformatting.
1703 (ada_is_aligner_type): Do not consider a type as an aligner type
1704 if there is a corresponding XVS type as well.
1705 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
1706 have several levels of pointer indirection to the array.
1707
1708 2004-10-15 Jerome Guitton <guitton@gnat.com>
1709
1710 Committed by Paul Hilfinger.
1711 * ada-lang.c (check_size): New function.
1712 (coerce_unspec_val_to_type): call check_size to make sure
1713 that the object size is reasonable.
1714 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
1715 Implements the case when we get a reference when we evaluate
1716 the expression of one of the bounds of the slice.
1717 (ada_value_struct_elt): when a packed array field is
1718 a reference, use ada_coerce_ref to dereference it; use
1719 ada_value_ind only if it is a pointer.
1720
1721 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1722
1723 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
1724 a bit to avoid the necessity of an advance declaration. Remove
1725 declaration.
1726 (set_reg_offset): Move implemenation up.
1727 (mips16_get_imm): Likewise.
1728 (mips16_scan_prologue): Likewise.
1729 (reset_saved_regs): Likewise.
1730 (mips32_scan_prologue): Likewise.
1731
1732 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1733
1734 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
1735 Remove sp as a parameter, compute it internally instead. Move
1736 prologue scanning limit from heuristic_proc_desc to here.
1737 (mips16_scan_prologue): Likewise.
1738 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
1739 by call to mips16_scan_prologue.
1740 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
1741 by call to mips32_scan_prologue.
1742 (heuristic_proc_desc): Remove code that's no longer necessary.
1743 Update calls to mips16_scan_prologue and mips32_scan_prologue.
1744 (mips_skip_prologue): Update calls to mips16_scan_prologue
1745 and mips32_scan_prologue.
1746
1747 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1748
1749 * mips-tdep.c (mips16_scan_prologue): Merge code from
1750 mips16_skip_prologue. Now return the address of the first
1751 instruction past the function prologue.
1752 (mips16_skip_prologue): Remove, no longer necessary.
1753 (mips_skip_prologue): Replace call to mips16_skip_prologue
1754 by call to mips16_scan_prologue.
1755
1756 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1757
1758 * mips-tdep.c (mips32_scan_prologue): Merge code from
1759 mips32_skip_prologue. Now return the address of the first
1760 instruction past the function prologue.
1761 (mips32_skip_prologue): Remove. No longer necessary.
1762 (mips16_skip_prologue): Add parameter end_pc instead of
1763 computing it.
1764 (mips_skip_prologue): Compute the upper limit for the
1765 prologue scanning. Update call to mips16_skip_prologue.
1766 Replace call to mips32_skip_prologue by call to
1767 mips32_scan_prologue.
1768
1769 2004-10-14 Mark Kettenis <kettenis@gnu.org>
1770
1771 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1772 NetBSD system call stubs that store %rp in the ERP slot of the
1773 stack frame.
1774
1775 * source.c: Always define O_BINARY to 0 if not defined already.
1776 (openp): Unconditionally use O_BINARY.
1777
1778 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1779 * event-top.c (gdb_readline2): Likewise.
1780
1781 2004-10-14 Orjan Friberg <orjanf@axis.com>
1782
1783 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1784 deprecated_add_core_fns which was removed by mistake.
1785
1786 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1787
1788 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1789 references to deprecated_registers[] with equivalent code.
1790
1791 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1792
1793 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1794 ``deprecated_registers'' with equivalent code. Use gdb_assert()
1795 instead of explicit test and print statement.
1796
1797 2004-10-12 Mark Kettenis <kettenis@gnu.org>
1798
1799 * sparc-nat.c: Include "inf-ptrace.h".
1800 (sparc_target): New function.
1801 * sparc-nat.h: Update copyright year.
1802 (sparc_target): New prototype.
1803 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1804 (_initialize_sparcnbsd_nat): Construct and add target vector.
1805 * sparc64nbsd-nat.c: Include "target.h".
1806 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1807 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1808 Update dependencies.
1809 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1810 inftarg.o, add inf-ptrace.o.
1811 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1812 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1813 (NAT_FILE): Set to nm-bsd.h.
1814 (LOADLIBES): New variable.
1815 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1816 infarg.o, add inf-ptrace.o.
1817 * config/sparc/nm-nbsdaout.h: Remove file.
1818 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1819 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1820 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1821
1822 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1823 "fopen-same.h". Update comment.
1824
1825 2004-10-11 Mark Kettenis <kettenis@gnu.org>
1826
1827 * i386gnu-nat.c: Include "gdb_string.h".
1828 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1829 registers when the floating-point state isn't initialized.
1830 * Makefile.in (i386gnu-nat.o): Update dependencies.
1831
1832 2004-10-11 David Anderson <davea@sgi.com>
1833
1834 * regcache.c (regcache_raw_read): Comment was missing "to".
1835 Extraneous ' removed.
1836 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1837 comment now describes use.
1838
1839 2004-10-11 Orjan Friberg <orjanf@axis.com>
1840
1841 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1842 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1843 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1844 (cris_sigtramp_frame_sniffer): New functions.
1845 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1846 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1847 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1848 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1849 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1850 command.
1851 (cris_version_update): Remove, replace with ...
1852 (set_cris_version): New function.
1853 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1854 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1855 (_initialize_cris_tdep): Remove CRIS mode command.
1856 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1857 cris-fpless-backtrace command.
1858 (cris_scan_prologue): Fix prologue scanning limit.
1859 (cris_register_type): Update to reflect actual registers.
1860 (cris_register_bytes_ok) Remove.
1861 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1862 Remove set_gdbarch_deprecated_register_size,
1863 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1864
1865 2004-10-10 Andrew Cagney <cagney@gnu.org>
1866
1867 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1868 comment.
1869
1870 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1871
1872 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1873
1874 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1875
1876 * mips-tdep.c (mips16_scan_prologue): Renames
1877 mips16_heuristic_proc_desc. Update comment.
1878 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1879 (heuristic_proc_desc): Update calls to the 2 functions above.
1880
1881 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1882
1883 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1884 Update comments. Also immediately return empty cache when the start
1885 address of our function could not be found.
1886 (mips_insn32_frame_cache): Likewise.
1887
1888 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1889
1890 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1891 (mips_insn16_frame_cache): Pass frame cache in call to
1892 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1893 Remove code that became redundant as a consequence.
1894 (mips32_heuristic_proc_desc): No longer compute a fake
1895 procedure descriptor. Compute the full frame cache instead.
1896 Some minor comment reformatting.
1897
1898 2004-10-10 Jim Blandy <jimb@redhat.com>
1899
1900 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1901 reader, tracing bytecode stuff): Remove self.
1902
1903 2004-10-10 Mark Kettenis <kettenis@gnu.org>
1904
1905 * sparc64-linux-tdep.c: Update copyright year. Don't include
1906 "solib-svr4.h".
1907 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1908 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1909 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1910
1911 * sparc-linux-tdep.c: Update copyright year.
1912 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1913 to struct frame_info *. Use safe_frame_unwind_memory instead of
1914 deprecated_read_memory_nobpt.
1915 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1916 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
1917 changed signature of sparc_linux_sigtramp_start.
1918 (sparc32_linux_pc_in_sigtramp): Remove function.
1919 (sparc32_linux_sigtramp_p): New function.
1920 (sparc32_linux_sigtramp_frame_sniffer): Use
1921 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1922
1923 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1924 Remove function.
1925 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1926
1927 * ada-lang.c (lim_warning): Re-implement as a varargs function.
1928 (decode_packed_array_type, value_subscript_packed)
1929 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1930 argument in call to lim_warning.
1931
1932 * configure.in: Really disable the TUI if an enhanced curses
1933 library isn't found.
1934 * configure: Regenerate.
1935
1936 2004-10-09 Mark Kettenis <kettenis@gnu.org>
1937
1938 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1939 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1940 * config/i386/nm-nbsdaout.h: Remove file.
1941 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1942 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1943 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1944 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1945 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1946 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1947 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1948 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1949 (ldd, ld_un, ld_2): Remove defines.
1950 * config/i386/nm-obsd.h: Likewise.
1951
1952 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
1953
1954 * ada-lex.l: Remove useless rule whose right-context clause
1955 causes unreferenced static function warning for yyrealloc.
1956 (ada_flex_use): Remove the artificial reference to yyrealloc.
1957
1958 2004-10-08 Andrew Cagney <cagney@gnu.org>
1959
1960 * target.h (struct target_ops): Rename to_xfer_memory to
1961 deprecated_xfer_memory.
1962 * target.c: Update.
1963 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1964 * wince.c: Update.
1965 * win32-nat.c: Update.
1966 * v850ice.c: Update.
1967 * uw-thread.c: Update.
1968 * thread-db.c: Update.
1969 * sol-thread.c: Update.
1970 * remote.c: Update.
1971 * remote-vx.c: Update.
1972 * remote-st.c: Update.
1973 * remote-sim.c: Update.
1974 * remote-sds.c: Update.
1975 * remote-rdp.c: Update.
1976 * remote-rdi.c: Update.
1977 * remote-mips.c: Update.
1978 * remote-m32r-sdi.c: Update.
1979 * remote-e7000.c: Update.
1980 * procfs.c: Update.
1981 * ppc-bdm.c: Update.
1982 * nto-procfs.c: Update.
1983 * monitor.c: Update.
1984 * linux-nat.c: Update.
1985 * inftarg.c: Update.
1986 * hpux-thread.c: Update.
1987 * go32-nat.c: Update.
1988 * gnu-nat.c: Update.
1989 * exec.c: Update.
1990 * corelow.c: Update.
1991 * bsd-kvm.c: Update.
1992 * aix-thread.c: Update.
1993
1994 2004-10-08 Andrew Cagney <cagney@gnu.org>
1995
1996 * target.c (debug_target): Move to near start of file.
1997 (target_stopped_data_address_p): Re-org logic, add casts.
1998
1999 2004-10-02 Mark Kettenis <kettenis@gnu.org>
2000
2001 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
2002 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
2003 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
2004 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
2005 New defines.
2006
2007 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
2008
2009 * target.h (to_stopped_data_address): Change prototype to
2010 take a CORE_ADDR pointer and return an int.
2011 * target.c (update_current_target): Change to_stopped_data_address
2012 to match new prototype.
2013 (debug_to_stopped_data_address): Change appropriately.
2014 * breakpoint.c (bpstat_stop_status): Change call to
2015 target_stopped_data_address to use new prototype.
2016 * frv-tdep.c (frv_have_stopped_data_address): New function.
2017 (frv_stopped_data_address): Change to new prototype and
2018 functionality.
2019 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
2020 prototype and functionality.
2021 (ia64_stopped_by_watchpoint): New function.
2022 * i386-nat.c (i386_stopped_data_address): Change to new
2023 prototype and functionality.
2024 (i386_stopped_by_watchpoint): New function.
2025 * remote.c (remote_stopped_data_address): Change to new prototype
2026 and functionality.
2027 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
2028 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
2029 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
2030 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
2031 new i386_stopped_by_watchpoint function.
2032 (i386_stopped_by_watchpoint): New prototype.
2033 (i386_stoppped_data_address): Change to new prototype.
2034 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
2035 new ia64_stopped_by_watchpoint function.
2036 (ia64_stopped_by_watchpoint): New prototype.
2037 (ia64_stopped_data_address): Ditto.
2038
2039 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
2040
2041 * ada-typeprint.c (ada_print_type): Use int_string for printing
2042 modulus of modular type.
2043 * ada-lang.h (ada_modulus): Change return type to unsigned.
2044 * ada-lang.c (ada_language_arch_info): Correct type of
2045 string_char_type.
2046 (ada_modulus): Return unsigned result.
2047 (ada_lookup_symbol): Remove user disambiguation and modify comment
2048 accordingly.
2049
2050 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
2051
2052 Committed by Paul Hilfinger.
2053 * ada-lang.c (decode_packed_array): On big-endian targets,
2054 left-justify the value if it comes with a modular type.
2055
2056 2004-10-08 Joel Brobecker <brobecker@gnat.com>
2057
2058 Committed by Paul Hilfinger.
2059 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
2060 (is_name_suffix): Add support for "___JM" suffixes.
2061 (ada_check_typedef): Renames ada_completed_type.
2062 Update all users of CHECK_TYPEDEF, check_typedef, and
2063 ada_complete_type to call ada_check_typedef.
2064 * ada-typeprint.c: Likewise.
2065 * ada-valprint.c: Likewise.
2066
2067 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
2068
2069 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
2070
2071 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
2072
2073 * MAINTAINERS: Update e-mail address.
2074
2075 2004-10-07 Daniel Jacobowitz <dan@debian.org>
2076
2077 From Maciej W. Rozycki <macro@mips.com>:
2078 * mips-tdep.c (mips32_next_pc): Check the register's contents,
2079 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
2080
2081 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
2082
2083 * m32r-tdep.c (decode_prologue): Support functions written
2084 in assembler language. Recognize trap instructions as the
2085 end of prologue.
2086 (m32r_frame_unwind_cache): Ditto.
2087 (m32r_skip_prologue): Extend search limit. Quit analyzing
2088 prologue if pc's location is not readable.
2089
2090 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
2091
2092 * Makefile.in (.l.c): Do conversions of names of alloc and free
2093 functions that are done for .y.c files, plus special one
2094 for yy_flex_realloc. Also, correct missing-file tests here.
2095 * ada-lex.l (malloc, free): Remove macros.
2096 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
2097 xrealloc.
2098 (ada_flex_use): Dummy definition to remove warnings about unused
2099 functions.
2100 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
2101 to suppress warning.
2102
2103 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2104
2105 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
2106 RETURN_VALUE.
2107 (sh_return_value_fpu): Ditto for CPUs with FPU.
2108 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
2109 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
2110 Install sh_return_value_nofpu resp. sh_return_value_fpu as
2111 RETURN_VALUE functions.
2112
2113 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2114
2115 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
2116 (sh_pseudo_register_write): Ditto.
2117
2118 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2119
2120 * sh-tdep.c (IS_MACL_STS): New define.
2121 (IS_MOVI20): Ditto.
2122 (IS_MACL_LDS): Ditto.
2123 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
2124 instructions in prologue.
2125 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
2126 instructions in epilogue.
2127
2128 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2129
2130 * sh-tdep.c (SH_NUM_REGS): Define as 67.
2131 (sh_sh_register_name): Add eight empty register names.
2132 (sh_sh3_register_name): Ditto.
2133 (sh_sh3e_register_name): Ditto.
2134 (sh_sh2e_register_name): Ditto.
2135 (sh_sh2a_register_name): New function, defining SH2A register set.
2136 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
2137 in nofpu case.
2138 (sh_sh_dsp_register_name): Add eight empty register names.
2139 (sh_sh3_dsp_register_name): Ditto.
2140 (sh_sh4_register_name): Ditto.
2141 (sh_sh4_nofpu_register_name): Ditto.
2142 (sh_sh4al_dsp_register_name): Ditto.
2143 (sh2a_show_regs): New function.
2144 (sh2a_nofpu_show_regs): New function.
2145 (sh_sh2a_register_type): New function.
2146 (do_bank_register_info): New function.
2147 (sh_print_pseudo_register): Call do_bank_register_info.
2148 Call sh_print_pseudo_register for valid "bank" register.
2149 (sh_sh2a_register_sim_regno): New function.
2150 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
2151 Increment pseudo register count by one for all sh variants with
2152 pseudo registers to accomodate pseudo bank register.
2153 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
2154 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
2155 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
2156 Increment pseudo register numbers.
2157
2158 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2159
2160 * dwarf2read.c (read_subroutine_type): Call make_function_type
2161 instead of lookup_function_type.
2162
2163 2004-10-05 Jim Blandy <jimb@redhat.com>
2164
2165 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
2166 (Previous change missed some uses.)
2167
2168 2004-10-05 Andrew Cagney <cagney@gnu.org>
2169
2170 * target.h (deprecated_child_ops): Rename child_ops.
2171 * wince.c: Update copyright. Rename child_ops.
2172 * win32-nat.c: Rename child_ops.
2173 * target.c: Rename child_ops.
2174 * rs6000-nat.c: Rename child_ops.
2175 * linux-nat.c: Rename child_ops.
2176 * infttrace.c: Rename child_ops.
2177 * inftarg.c: Rename child_ops.
2178 * infptrace.c: Rename child_ops.
2179 * hppah-nat.c: Update copyright. Rename child_ops.
2180 * hpux-thread.c: Update copyright. Rename child_ops.
2181
2182 2004-10-05 Daniel Jacobowitz <dan@debian.org>
2183
2184 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
2185
2186 2004-10-05 Andrew Cagney <cagney@gnu.org>
2187
2188 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
2189
2190 2004-10-05 Daniel Jacobowitz <dan@debian.org>
2191
2192 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
2193 (die_ref_table): Remove.
2194 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
2195 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
2196 the usage of this type.
2197 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
2198 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
2199 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
2200 (dwarf2_create_include_psymtab): Update comment.
2201 (find_partial_die): Remove third argument. Remove unreachable call
2202 to error ().
2203 (dwarf2_find_containing_comp_unit): Update comments. Change one
2204 assertion to an error. Remove an unreachable error.
2205 (dwarf2_find_comp_unit): Update comments.
2206 (type_at_offset): Remove dead code.
2207 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
2208 (store_in_ref_table): Add CU argument.
2209 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
2210 inter-compilation-unit references.
2211 (load_full_comp_unit, process_full_comp_unit): New functions, based
2212 on psymtab_to_symtab_1.
2213 (psymtab_to_symtab_1): Use them.
2214 (dwarf2_add_dependence): New function.
2215 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
2216 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
2217 (partial_die_parent_scope, guess_structure_name): Update for changes
2218 to find_partial_die.
2219 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
2220 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
2221 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
2222 (read_die_and_children): Update call to store_in_ref_table.
2223 (do_free_die_list_cleanup): Remove.
2224 (fixup_partial_die): Update for changes to find_partial_die.
2225 (read_full_die): Handle queueing absolute references.
2226 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
2227 (dwarf2_attr, die_specification, die_type)
2228 (die_containing_type, dwarf2_extension): Update calls to
2229 follow_die_ref.
2230 (dump_die): Update DW_FORM_ref* handling.
2231 (dwarf2_get_ref_die_offset): Likewise.
2232 (free_one_comp_unit): Release the dies list.
2233 (dwarf2_mark_helper): New function.
2234 (dwarf2_mark): Use it.
2235
2236 2004-10-05 Mark Kettenis <kettenis@jive.nl>
2237
2238 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
2239 when writing to memory.
2240
2241 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
2242
2243 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
2244 (m32r_extract_struct_value_address): Delete function.
2245 (m32r_return_value): New function.
2246 (m32r_gdbarch_init): Instead of store_return_value,
2247 extract_return_value, deprecated_extract_struct_value_address
2248 and deprecated_use_struct_convention, set return_value.
2249
2250 2004-10-03 Daniel Jacobowitz <dan@debian.org>
2251
2252 * dwarf2read.c (read_subrange_type): Add comment for variable
2253 sized arrays.
2254
2255 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
2256
2257 * Makefile.in (.l.c): Modify rule for compatibility with recent
2258 versions of flex, and remove most command-line options.
2259 * ada-lex.l: Add %options line in place of -I -i and -s command-line
2260 options.
2261
2262 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
2263
2264 Turn on initial Ada support (mainly expression evaluation).
2265
2266 * Makefile.in (SFILES): Remove ada-tasks.c.
2267 (HFILES_NO_SRCDIR): Add ada-lang.h.
2268 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
2269 (YYOBJ): Add ada-exp.o.
2270 (rule .l.c): Generalize to not mention ada.
2271 * symtab.c: Include ada-lang.h.
2272 (symbol_natural_name, symbol_demangled_name)
2273 (symbol_search_name): Add Ada case.
2274
2275 2004-10-01 Andrew Cagney <cagney@gnu.org>
2276
2277 * Makefile.in (COMMON_OBS): Add inf-child.o.
2278 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
2279 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2280 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2281 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
2282 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
2283 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
2284 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
2285 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
2286 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2287 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2288 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
2289 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
2290 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
2291
2292 * target.c (xfer_using_stratum): Change return type to LONGEST.
2293 On each iteration offset, readbuf and writebuf.
2294 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
2295 partial_length, and read/modify/write predicate, update comments.
2296 Pass buffer.word to ptrace write.
2297
2298 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2299
2300 * symfile.c (init_filename_language_table): Add extensions for
2301 Ada.
2302 * defs.h (enum language): Add language_ada.
2303 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
2304 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
2305 (add_symbols_from_enclosing_procs): Make a no-op for now.
2306 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
2307 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
2308 (find_line_in_linetable, find_next_line_in_linetable)
2309 (read_all_symtabs, is_plausible_func_for_line)
2310 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
2311 (is_runtime_sym_defined, check_size): Remove declaration.
2312 (function_name_from_pc, ada_translate_error_message)
2313 (ada_lookup_minimal_symbol): Remove definition.
2314 (ada_add_block_symbols): Remove useless label.
2315 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
2316 useless declaration.
2317 (ada_is_exception_sym): Likewise.
2318
2319 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
2320
2321 Add m32r-linux support.
2322 * configure.tgt: Add m32r*-*-linux*.
2323 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
2324 and m32r-linux-tdep.c.
2325 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
2326 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
2327 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
2328 m32r-linux-tdep.c.
2329 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
2330 config/m32r/linux.mh, config/m32r/linux.mt,
2331 config/m32r/nm-linux.h: New files.
2332
2333 2004-09-30 Joel Brobecker <brobecker@gnat.com>
2334
2335 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
2336 (mips32_fetch_instruction): Remove, unused.
2337
2338 2004-09-30 Joel Brobecker <brobecker@gnat.com>
2339
2340 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
2341 conditions that will always be true.
2342
2343 2004-09-30 Mark Kettenis <kettenis@gnu.org>
2344
2345 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
2346 (vaxbsd_fetch_inferior_registers): Rename from
2347 fetch_inferior_registers. Make static.
2348 (vaxbsd_store_inferior_registers): Rename from
2349 store_inferior_registers. Make static.
2350 (_initialize_vaxbsd_nat): Construct and add target vector.
2351 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2352 inftarg.o. Add inf-child.o and inf-ptrace.o.
2353 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2354 inftarg.o. Add inf-child.o and inf-ptrace.o.
2355 (NAT_FILE): Remove.
2356 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
2357 inftarg.o. Add inf-child.o and inf-ptrace.o.
2358 (NAT_FILE): Remove.
2359 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2360
2361 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
2362 (m88kbsd_fetch_inferior_registers): Rename from
2363 fetch_inferior_registers. Make static.
2364 (m88kbsd_store_inferior_registers): Rename from
2365 store_inferior_registers. Make static.
2366 (_initialize_m88kbsd_nat): New prototype and function.
2367 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
2368 inftarg.o. Add inf-child.o and inf-ptrace.o.
2369 (NAT_FILE): Remove.
2370 * Makefile.in (m88kbsd-nat.o): Update dependencies.
2371
2372 2004-09-30 Andrew Cagney <cagney@gnu.org>
2373
2374 * target.c (target_xfer_partial): New function.
2375 (target_read_memory_partial, target_write_memory_partial)
2376 (default_xfer_partial, target_read_partial, target_write_partial)
2377 (xfer_using_stratum): Use.
2378 (debug_to_xfer_partial): Delete function.
2379 (setup_target_debug): Do not override to_xfer_partial.
2380
2381 2004-09-30 Mark Kettenis <kettenis@chello.nl>
2382
2383 * fork-child.c: Update copyright year. Fix coding style.
2384
2385 2004-09-29 Mark Kettenis <kettenis@gnu.org>
2386
2387 * defs.h (msavestring, mstrsave): Remove prototypes.
2388 * utils.c (msavestring, mstrsave): Remove functions.
2389 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
2390 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
2391 of mstrsave.
2392 * source.c (find_and_open_source): Use xstrdup instead of
2393 mstrsave.
2394
2395 2004-09-30 Andrew Cagney <cagney@gnu.org>
2396
2397 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
2398 (inf_ptrace_xfer_memory): Delete.
2399 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
2400 (target_read_memory, target_write_memory): Use xfer_using_stratum
2401 when target_xfer_partial_p.
2402 (debug_target): Move to start of file.
2403 (target_read_memory_partial, target_write_memory_partial): Use
2404 to_xfer_partial when target_xfer_partial_p.
2405
2406 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
2407 inf_ptrace_xfer_memory with equivalent code.
2408 * inftarg.c (child_xfer_partial): When performing a write, pass
2409 writebuf to child_xfer_memory.
2410
2411 * target.c (target_read_string): Use target_read_memory instead of
2412 target_xfer_memory.
2413
2414 2004-09-29 Andrew Cagney <cagney@gnu.org>
2415
2416 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
2417 the address of status.
2418
2419 * infptrace.c (ptrace_wait): Mention problem with HPUX.
2420 (kill_inferior): Inline ptrace_wait call.
2421 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
2422 * inftarg.c (child_wait): Inline ptrace_wait call.
2423
2424 * target.h (struct target_ops): Delete field to_post_wait.
2425 (target_post_wait): Delete macro.
2426 (child_post_wait): Delete declaration.
2427 * target.c (update_current_target, update_current_target)
2428 (debug_to_post_wait, setup_target_debug): Delete functions and
2429 references.
2430 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
2431 * inftarg.c (child_post_wait): Delete.
2432 (init_child_ops): Do not set to_post_wait.
2433 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
2434 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
2435 * inf-child.c (inf_child_post_wait): Delete.
2436 (inf_child_target): Do not set to_post_wait.
2437 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
2438 (inf_ptrace_target): Do not set to_post_wait.
2439
2440 * wince.c (child_ops): Delete.
2441 * win32-nat.c (child_ops): Delete.
2442
2443 * inftarg.c (inftarg_set_find_memory_regions)
2444 (inftarg_set_make_corefile_notes): Delete functions.
2445 (_initialize_linux_nat): Inline calls.
2446
2447 * target.h (child_ops): Declare.
2448 * inftarg.c (child_ops): Move from here ...
2449 * target.c (child_ops): ... to here.
2450 * wince.c (child_ops): Delete extern declaration.
2451 * win32-nat.c (child_ops): Delete extern declaration.
2452 * linux-nat.c (child_ops): Delete extern declaration.
2453 * hpux-thread.c (child_ops): Delete extern declaration.
2454
2455 2004-09-28 Mark Kettenis <kettenis@gnu.org>
2456
2457 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
2458
2459 2004-09-28 Mark Kettenis <kettenis@gnu.org>
2460
2461 * configure.in: Only set host_makefile_frag when building a native
2462 debugger.
2463 * configure: Regenerate.
2464
2465 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
2466 for OpenBSD ELF.
2467
2468 2004-09-28 Andrew Cagney <cagney@gnu.org>
2469
2470 Problem identified by Paul Hilfinger.
2471 * Makefile.in (ada_lex_c): Define.
2472 (ada-lex.o): Delete rule.
2473
2474 * linux-proc.c: Delete file.
2475 * Makefile.in: Update.
2476 * config/sparc/linux64.mh (NATDEPFILES):
2477 * config/sparc/linux.mh (NATDEPFILES): Update.
2478 * config/s390/s390.mh (NATDEPFILES): Update.
2479 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
2480 * config/powerpc/linux.mh (NATDEPFILES): Update.
2481 * config/pa/linux.mh (NATDEPFILES): Update.
2482 * config/mips/linux.mh (NATDEPFILES): Update.
2483 * config/m68k/linux.mh (NATDEPFILES): Update.
2484 * config/ia64/linux.mh (NATDEPFILES): Update.
2485 * config/i386/linux64.mh (NATDEPFILES): Update.
2486 * config/i386/linux.mh (NATDEPFILES): Update.
2487 * config/arm/linux.mh (NATDEPFILES): Update.
2488 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
2489 * linux-nat.c: Update copyright. Include <sys/param.h>,
2490 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
2491 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
2492 (O_LARGEFILE): Possibly define.
2493 (_initialize_linux_nat, linux_proc_pending_signals)
2494 (add_line_to_sigset, linux_proc_xfer_memory)
2495 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
2496 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
2497 (struct linux_corefile_thread_data)
2498 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
2499 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
2500
2501 2004-09-16 Andrew Cagney <cagney@gnu.org>
2502
2503 * lin-lwp.c: Delete file.
2504 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
2505 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
2506 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
2507 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
2508 (linux_nat_attach, detach_callback, linux_nat_detach)
2509 (resume_callback, resume_clear_callback, linux_nat_resume)
2510 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
2511 (stop_wait_callback, linux_nat_has_pending, flush_callback)
2512 (status_callback, running_callback, count_events_callback)
2513 (select_singlestep_lwp_callback, select_event_lwp_callback)
2514 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
2515 (child_wait, stop_and_resume_callback, linux_nat_wait)
2516 (kill_callback, kill_wait_callback, linux_nat_kill)
2517 (linux_nat_create_inferior, linux_nat_mourn_inferior)
2518 (linux_nat_xfer_memory, linux_nat_thread_alive)
2519 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
2520 (_initialize_linux_nat): New functions.
2521 * Makefile.in: Update all dependencies.
2522 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2523 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2524 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
2525 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2526 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2527 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2528 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2529 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2530 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2531 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2532 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2533 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2534 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2535
2536 2004-09-27 Mark Kettenis <kettenis@gnu.org>
2537
2538 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
2539 config/i386/obsd64.mh (NAT_FILE): Remove variable.
2540
2541 * configure.in: Don't comment out NATDEPFILES in the generated
2542 Makefile if NAT_FILE is unset.
2543 * configure: Regenerate.
2544
2545 2004-09-27 Andrew Cagney <cagney@gnu.org>
2546
2547 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
2548 (insert_step_resume_breakpoint): Delete.
2549 (insert_step_resume_breakpoint_at_frame): New function.
2550 (insert_step_resume_breakpoint_at_sal): New function.
2551 (handle_inferior_event, step_into_function)
2552 (insert_step_resume_breakpoint): Simplify by using same.
2553
2554 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
2555
2556 2004-09-26 Mark Kettenis <kettenis@gnu.org>
2557
2558 * fbsd-proc.c: Remove file.
2559 * Makefile.in (fbsd-proc.o): Remove dependency.
2560
2561 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
2562 code together.
2563
2564 * config/i386/nm-fbsd64.h: Remove file.
2565 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2566
2567 2004-09-26 Mark Kettenis <kettenis@gnu.org>
2568
2569 * amd64-nat.h: Update copyright year.
2570 (amd64bsd_target): New prototype.
2571 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
2572 (amd64bsd_target): New function.
2573 (amd64bsd_fetch_inferior_registers): Rename from
2574 fetch_inferior_registers. Make static.
2575 (amd64bsd_store_inferior_registers): Rename from
2576 store_inferior_registers. Make static.
2577 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
2578 (_initialize_amd64fbsd_nat): Construct and add target vector.
2579 * amd64nbsd-nat.o: Include "target.h".
2580 (_initialize_amd64nbsd_nat): Construct and add target vector.
2581 * amd64obsd-nat.c: Include "target.h".
2582 (_initialize_amd64obsd_nat): Construct and add target vector.
2583 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
2584 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
2585 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
2586 fbsd-nat.o.
2587 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
2588 Remove infptrace.o and inftarg.o. Add inf-child.o and
2589 inf-ptrace.o.
2590 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
2591 (amd64obsd-nat.o): Update dependencies.
2592
2593 2004-09-25 Mark Kettenis <kettenis@gnu.org>
2594
2595 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
2596 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
2597 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
2598 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
2599 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
2600
2601 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
2602 Inline attach call.
2603 (inf_ptrace_detach): Inline detach call.
2604
2605 * configure.in: Check for waddstr instead of mvwaddstr when
2606 searching for curses library. Check for wborder.
2607 * configure, config.in: Regenerate.
2608 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
2609 available.
2610
2611 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
2612
2613 2004-09-24 Robert Picco <Robert.Picco@hp.com>
2614
2615 Committed by Andrew Cagney.
2616 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
2617 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
2618 configuration.
2619 (fetch_register_using_p): Implement 'p' packet. Based on code by
2620 Fernando Nasser.
2621 (remote_fetch_registers): Call fetch_register_using_p.
2622 (init_all_packet_configs, show_remote_cmd)
2623 (_initialize_remote): Add p-packet.
2624
2625 2004-09-24 Mark Kettenis <kettenis@gnu.org>
2626
2627 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
2628 instead of call_ptrace. Call wait directly instead of
2629 ptrace_wait.
2630 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
2631 (inf_ptrace_wait): Inline ptrace_wait call.
2632
2633 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2634
2635 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
2636 rolled back instead.
2637
2638 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2639
2640 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
2641 the new argument order.
2642
2643 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
2644
2645 * MAINTAINERS: Remove "broken" from XStormy16 entry.
2646 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
2647 (struct gdbarch_tdep): Remove.
2648 (struct xstormy16_frame_cache): New frame cache structure.
2649 (xstormy16_register_byte, xstormy16_register_raw_size)
2650 (xstormy16_reg_virtual_type, xstormy16_register_type)
2651 (xstormy16_push_arguments, xstormy16_push_return_address)
2652 (xstormy16_pop_frame, xstormy16_store_struct_return)
2653 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
2654 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
2655 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
2656 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
2657 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
2658 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
2659 (xstormy16_use_struct_convention): Drop gcc_p parameter.
2660 (xstormy16_extract_return_value, xstormy16_store_return_value):
2661 Regcachify. Drop useless struct convention handling.
2662 (xstormy16_register_type, xstormy16_return_value)
2663 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
2664 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
2665 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
2666 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
2667 (xstormy16_unwind_sp, xstormy16_unwind_pc)
2668 (xstormy16_unwind_dummy_id) : New functions.
2669 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
2670 of xstormy16_scan_prologue.
2671 (xstormy16_frame_unwind): New frame_unwind structure.
2672 (xstormy16_frame_base): New frame_base structure.
2673 (xstormy16_gdbarch_init): Accomodate all of the above changes.
2674 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
2675
2676 2004-09-22 Mark Kettenis <kettenis@gnu.org>
2677
2678 * language.c (language_gdbarch_post_init): Fix off-by one error.
2679
2680 2004-09-21 Daniel Jacobowitz <dan@debian.org>
2681
2682 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
2683 (struct dwarf2_offset_and_type): New.
2684 (set_die_type, reset_die_and_siblings_types, get_die_type)
2685 (offset_and_type_hash, offset_and_type_eq): New functions.
2686 (read_structure_type, read_enumeration_type, read_array_type)
2687 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
2688 (read_tag_reference_type, read_tag_const_type)
2689 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
2690 (read_typedef, read_base_type, read_subrange_type): Use
2691 set_die_type.
2692
2693 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2694
2695 * Makefile.in (dwarf2read.o): Update dependencies.
2696 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
2697 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
2698 and read_in_chain.
2699 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
2700 mark, and has_form_ref_addr.
2701 (struct dwarf2_per_cu_data): New.
2702 (dwarf2_max_cache_age): New.
2703 (dwarf2_build_psymtabs_hard): Free cached compilation units
2704 after loading. Create and manage the list of compilation units.
2705 Remove unnecessary NULL initialization. Fix indentation.
2706 (psymtab_to_symtab_1): Initialize all of CU.
2707 (dwarf2_read_abbrevs): Set has_form_ref_addr.
2708 (find_partial_die): Use dwarf2_find_containing_comp_unit
2709 and load_comp_unit.
2710 (free_stack_comp_unit): Update comments. Clear the per-cu
2711 pointer. Handle aging.
2712 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
2713 (age_cached_comp_units, free_one_cached_comp_unit)
2714 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
2715 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
2716 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
2717 (show_dwarf2_cmd): New.
2718 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
2719 and "maint show dwarf2 max-cache-age".
2720 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2721 externs.
2722 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
2723 global.
2724
2725 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
2726
2727 * dwarf2read.c (typename_concat): Change prototype to accept obstack
2728 and dwarf2_cu struct pointer as arguments. Change function to use
2729 obstack if provided and use dwarf2_cu to determine language-specific
2730 separator.
2731 (partial_die_parent_scope): Change comment to include java. Use
2732 new version of typename_concat instead of obconcat.
2733 (partial_die_full_name): Use typename_concat.
2734 (read_namespace): Ditto.
2735 (read_enumeration_type): Use typename_concat instead of obconcat.
2736 (new_symbol): Ditto.
2737 (add_partial_symbol): Enhance tests for C++ to also test for Java.
2738 (guess_structure_name): Ditto.
2739 (read_subroutine_type): Ditto.
2740 (read_structure_type): Ditto.
2741 (is_vtable_name): Add Java support.
2742 (determine_class_name): Switch to new typename_concat call.
2743 (determine_prefix): Switch to new typename_concat call.
2744 * jv-exp.y (FuncStart): New pattern.
2745 (MethodInvocation): Add support for simple function calls. Change
2746 warning message for other forms of inferior call currently not
2747 supported.
2748 * valarith.c (value_subscript): Treat an array with upper-bound
2749 of -1 as unknown size.
2750
2751 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2752
2753 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2754 (lookup_partial_symtab): Use symtab_to_fullname.
2755
2756 2004-09-19 Jim Blandy <jimb@redhat.com>
2757
2758 * minsyms.c (lookup_minimal_symbol): Doc fix.
2759
2760 2004-09-20 Andrew Cagney <cagney@gnu.org>
2761
2762 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
2763 CHILD_RESUME.
2764 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2765 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2766 KILL_INFERIOR.
2767 * infptrace.c: Update.
2768
2769 2004-09-19 Daniel Jacobowitz <dan@debian.org>
2770
2771 * symtab.c (output_source_filename): Mark first argument as const.
2772 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2773 for "info sources" output.
2774
2775 2004-09-20 Mark Kettenis <kettenis@gnu.org>
2776
2777 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2778 <machine/vmparam.h>.
2779 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2780 (register_u_addr): Remove prototype.
2781
2782 2004-09-19 Mark Kettenis <kettenis@gnu.org>
2783
2784 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2785 (i386bsd_fetch_inferior_registers): Rename from
2786 fetch_inferior_registers. Make static.
2787 (i386bsd_store_inferior_registers): Rename from
2788 store_inferior_registers. Make static.
2789 (i386bsd_target): New function.
2790 * i386bsd-nat.h: New file.
2791 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2792 "i386bsd-nat.h".
2793 (i386fbsd_resume): Rename from child_resume. Make static.
2794 (_initialize_i386fbsd_nat): Construct and add target vector.
2795 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2796 (_initialize_i386nbsd_nat): Construct and add target vector.
2797 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2798 Remove defines.
2799 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2800 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
2801 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2802 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2803 (LOADLIBES): New variable.
2804 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2805 inf-ptrace.o. Remove inftarg.o.
2806 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2807 inf-ptrace.o. Remove inftarg.o.
2808 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2809 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2810 (LOADLIBES): New variable.
2811 * Makefile.in (i386bsd_nat_h): New variable.
2812 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2813 dependencies.
2814
2815 * sparc64nbsd-tdep.c: Include "objfiles.h".
2816 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2817 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2818 svr4_lp64_fetch_link_map_offsets.
2819 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2820 "nbsd-tdep.h".
2821 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2822 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2823 svr4_lp64_fetch_link_map_offsets.
2824 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2825 dependencies.
2826
2827 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2828 * fbsd-nat.h: New file.
2829 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2830 (fbsd_nat_h): New variable.
2831 (fbsd-nat.o): New dependency.
2832
2833 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2834 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2835
2836 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2837 comment.
2838
2839 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2840
2841 * ada-exp.y (type_int): New function to add layer of abstraction
2842 around references to expression types.
2843 (type_long): Ditto.
2844 (type_long_long): Ditto.
2845 (type_float): Ditto.
2846 (type_double): Ditto.
2847 (type_long_double): Ditto.
2848 (type_char): Ditto.
2849 (type_system_address): Ditto.
2850 (simple_exp): Use type_* functions in place of builtin_*
2851 variables.
2852 (exp): Ditto.
2853 (write_var_from_name): Ditto.
2854 (write_object_renaming): Ditto.
2855 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2856 declaration.
2857 (build_ada_types): Remove, replacing with...
2858 (ada_language_arch_info): New function to initialize primitive
2859 type vector in language_arch_info.
2860 (ada_array_length): Remove use of builtin_type_ada_int.
2861 (value_pos_atr): Ditto.
2862 (ada_evaluate_subexp): Ditto.
2863 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2864 builtin_type_ada_long_long, builtin_type_ada_char,
2865 builtin_type_ada_float, builtin_type_ada_double,
2866 builtin_type_ada_long_double, builtin_type_ada_natural,
2867 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2868 (ada_builtin_types): Remove.
2869 (ada_language_defn): Remove entries for la_builtin_type_vector and
2870 string_char_type and use ada_language_arch_info.
2871 (_initialize_ada_language): Do type-vector initialization along
2872 the lines of c-lang.c.
2873 (ada_create_fundamental_type): Break up line.
2874 (ada_dump_symtab): Remove unused function.
2875 (enum ada_primitive_types): Define.
2876 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2877 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2878 builtin_type_ada_float, builtin_type_ada_double,
2879 builtin_type_ada_long_double, builtin_type_ada_natural,
2880 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2881 * ada-lex.l: Use type_* functions in place of builtin_* variables.
2882 (processInt): Ditto.
2883 (processReal): Ditto.
2884 (name_lookup): Ditto.
2885 * ada-typeprint.c (print_range): Use builtin_type_int, not
2886 builtin_type_ada_int.
2887
2888 2004-09-18 Mark Kettenis <kettenis@gnu.org>
2889
2890 * i386-tdep.c (i386_register_name): Rename regno to regnum.
2891
2892 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2893 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2894 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2895 * configure.in: Improve checks for curses library by checking for
2896 mvwaddstr instead of initscr. Drop HP curses in favour of
2897 standard curses on HP-UX.
2898 * configure: Regenerated.
2899
2900 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2901
2902 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2903 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
2904 Minor formatting changes.
2905 (empty_array): Slight rewrite for formatting.
2906 (emit_char,parse,ada_language_defn,build_ada_types,
2907 ada_is_exception_sym, _initialize_ada_language): Move
2908 definitions around.
2909 (ada_dump_symtab): Remove unused definition.
2910 (ada_maybe_exception_partial_symbol): Remove unused definition.
2911
2912 2004-09-16 Andrew Cagney <cagney@gnu.org>
2913
2914 * inf-child.c: Include "gdb_string.h".
2915 (inf_child_core_file_to_sym_file): Delete.
2916 (inf_child_target): Set to_fetch_registers and to_store_registers.
2917 * inf-ptrace.c: Include "gdb_string.h".
2918 * Makefile.in: Update all dependencies.
2919
2920 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2921 problem.
2922
2923 2004-09-14 Joel Brobecker <brobecker@gnat.com>
2924
2925 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2926 call to heuristic_proc_desc. Remove code that became redundant
2927 as a consequence.
2928 (read_next_frame_reg): Remove special case for SP_REGNUM.
2929 (set_reg_offset): Fix small typo.
2930 (reset_saved_regs): New procedure.
2931 (mips32_heuristic_proc_desc): No longer compute a fake
2932 procedure descriptor. Compute the full frame cache instead.
2933 Some minor comment reformatting.
2934
2935 2004-09-14 Andrew Cagney <cagney@gnu.org>
2936
2937 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2938 maintainer.
2939
2940 * thread-db.c (thread_db_new_objfile): Assume that there is a
2941 child process.
2942
2943 2004-09-13 Jim Blandy <jimb@redhat.com>
2944
2945 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2946 so that its storage isn't referenced after its lifetime ends.
2947
2948 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2949 and never assigned to. Delete it, and the 'if (use_buffer)'
2950 clauses. Delete 'raw_buffer', since it is now unused.
2951
2952 2004-09-13 Andrew Cagney <cagney@gnu.org>
2953
2954 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2955 * configure: Re-generate.
2956 * nlm/Makefile.in (TAGS): Update.
2957 * Makefile.in (TAGS): Update.
2958 * config/vax/nbsd.mt (TM_FILE): Update.
2959 * config/sparc/vxworks.mt (TM_FILE): Update.
2960 * config/sparc/sol2.mt (TM_FILE): Update.
2961 * config/sparc/sol2-64.mt (TM_FILE): Update.
2962 * config/sparc/obsd64.mt (TM_FILE): Update.
2963 * config/sparc/obsd.mt (TM_FILE): Update.
2964 * config/sparc/nbsd64.mt (TM_FILE): Update.
2965 * config/sparc/nbsd.mt (TM_FILE): Update.
2966 * config/sparc/linux64.mt (TM_FILE): Update.
2967 * config/sparc/linux.mt (TM_FILE): Update.
2968 * config/sparc/fbsd.mt (TM_FILE): Update.
2969 * config/sh/wince.mt (TM_FILE): Update.
2970 * config/sh/nbsd.mt (TM_FILE): Update.
2971 * config/sh/linux.mt (TM_FILE): Update.
2972 * config/sh/embed.mt (TM_FILE): Update.
2973 * config/s390/s390.mt (TM_FILE): Update.
2974 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
2975 * config/rs6000/rs6000.mt (TM_FILE): Update.
2976 * config/rs6000/aix4.mt (TM_FILE): Update.
2977 * config/powerpc/vxworks.mt (TM_FILE): Update.
2978 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
2979 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
2980 * config/powerpc/obsd.mt (TM_FILE): Update.
2981 * config/powerpc/nbsd.mt (TM_FILE): Update.
2982 * config/powerpc/linux.mt (TM_FILE): Update.
2983 * config/powerpc/aix.mt (TM_FILE): Update.
2984 * config/pa/obsd.mt (TM_FILE): Update.
2985 * config/pa/linux.mt (TM_FILE): Update.
2986 * config/pa/hppahpux.mt (TM_FILE): Update.
2987 * config/pa/hppa64.mt (TM_FILE): Update.
2988 * config/pa/hppa.mt (TM_FILE): Update.
2989 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
2990 * config/mips/wince.mt (TM_FILE): Update.
2991 * config/mips/vxmips.mt (TM_FILE): Update.
2992 * config/mips/nbsd.mt (TM_FILE): Update.
2993 * config/mips/linux.mt (TM_FILE): Update.
2994 * config/mips/irix6.mt (TM_FILE): Update.
2995 * config/mips/irix5.mt (TM_FILE): Update.
2996 * config/mips/embed.mt (TM_FILE): Update.
2997 * config/m68k/vxworks68.mt (TM_FILE): Update.
2998 * config/m68k/st2000.mt (TM_FILE): Update.
2999 * config/m68k/os68k.mt (TM_FILE): Update.
3000 * config/m68k/obsd.mt (TM_FILE): Update.
3001 * config/m68k/nbsd.mt (TM_FILE): Update.
3002 * config/m68k/monitor.mt (TM_FILE): Update.
3003 * config/m68k/linux.mt (TM_FILE): Update.
3004 * config/m68k/cisco.mt (TM_FILE): Update.
3005 * config/ia64/linux.mt (TM_FILE): Update.
3006 * config/ia64/aix.mt (TM_FILE): Update.
3007 * config/ia64/ia64.mt (TM_FILE): Update.
3008 * config/i386/vxworks.mt (TM_FILE): Update.
3009 * config/i386/obsd64.mt (TM_FILE): Update.
3010 * config/i386/obsd.mt (TM_FILE): Update.
3011 * config/i386/nto.mt (TM_FILE): Update.
3012 * config/i386/nbsd64.mt (TM_FILE): Update.
3013 * config/i386/nbsd.mt (TM_FILE): Update.
3014 * config/i386/linux64.mt (TM_FILE): Update.
3015 * config/i386/linux.mt (TM_FILE): Update.
3016 * config/i386/i386sol2.mt (TM_FILE): Update.
3017 * config/i386/i386lynx.mt (TM_FILE): Update.
3018 * config/i386/fbsd64.mt (TM_FILE): Update.
3019 * config/i386/fbsd.mt (TM_FILE): Update.
3020 * config/i386/cygwin.mt (TM_FILE): Update.
3021 * config/h8300/h8300.mt (TM_FILE): Update.
3022 * config/frv/frv.mt (TM_FILE): Update.
3023 * config/cris/cris.mt (TM_FILE): Update.
3024 * config/arm/wince.mt (TM_FILE): Update.
3025 * config/arm/nbsd.mt (TM_FILE): Update.
3026 * config/arm/linux.mt (TM_FILE): Update.
3027 * config/arm/embed.mt (TM_FILE): Update.
3028 * config/alpha/nbsd.mt (TM_FILE): Update.
3029 * config/alpha/fbsd.mt (TM_FILE): Update.
3030 * config/alpha/alpha.mt (TM_FILE): Update.
3031 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
3032 * config/alpha/alpha-linux.mt (TM_FILE): Update.
3033
3034 Eliminate event_loop_p, always has the value 1.
3035 * defs.h (event_loop_p): Delete macro.
3036 * breakpoint.c (until_break_command): Simplify.
3037 * utils.c (prompt_for_continue): Simplify.
3038 * tracepoint.c (read_actions): Simplify.
3039 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
3040 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
3041 (set_prompt, init_main): Simplify.
3042 (init_signals, disconnect): Delete, unused.
3043 * remote.c (remote_async_resume)
3044 (extended_remote_async_create_inferior): Simplify.
3045 * mi/mi-interp.c (mi_input): Delete, unused.
3046 (mi_interpreter_resume, mi_command_loop): Simplify.
3047 * interps.c (current_interp_command_loop): Simplify.
3048 * infrun.c (proceed): Simplify.
3049 * infcmd.c (run_command, continue_command, step_1, jump_command)
3050 (until_command, advance_command, finish_command)
3051 (interrupt_target_command): Simplify.
3052 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
3053
3054 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3055 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3056 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3057 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3058 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3059 * mips-tdep.c (mips_dump_tdep): Do not print same.
3060
3061 2004-09-12 Andrew Cagney <cagney@gnu.org>
3062
3063 * valprint.c (print_longest): Use fputs_filtered. Make "val"
3064 const.
3065 * Makefile.in (valprint.o): Delete explict rule.
3066
3067 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
3068 reported by Dave Anderson.
3069
3070 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
3071
3072 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
3073
3074 2004-09-12 Salvador E. Tropea <set@users.sf.net>
3075 Andrew Cagney <cagney@gnu.org>
3076
3077 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
3078 (mi_cmd_data_list_register_values)
3079 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
3080 the register number computation.
3081
3082 2004-09-12 Andrew Cagney <cagney@gnu.org>
3083
3084 * ppcnbsd-nat.c: Include "inf-ptrace.h".
3085 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
3086 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
3087 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
3088 target.
3089 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
3090 inf-ptrace.o and inf-child.o.
3091 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
3092 * Makefile.in: Update dependencies.
3093
3094 2004-09-11 Andrew Cagney <cagney@gnu.org>
3095
3096 * language.c (hex_string, hex_string_custom): Move from here ...
3097 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
3098 (CELLSIZE): Increase to 50.
3099 * language.h (hex_string, hex_string_custom): Move from here ...
3100 * defs.h: ... to here.
3101 * Makefile.in: Update all dependencies.
3102
3103 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
3104
3105 * language.c (local_hex_format_custom): Remove.
3106 (local_hex_string): Rename to hex_string, use C format, and move to
3107 utils.c
3108 (local_hex_string_custom): Rename to hex_string_custom and change
3109 interface. Now uses C format. Move to utils.c
3110 (local_octal_format_custom): Remove.
3111 (local_decimal_format_custom): Remove.
3112 (unknown_language_defn): Remove language-specific number
3113 formatting entries.
3114 (auto_language_defn): Ditto.
3115 (local_language_defn): Ditto.
3116 * language.h (struct language_format_info): Delete declaration.
3117 (struct language_defn): Remove language_format_info fields
3118 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
3119 (local_binary_format): Remove macro.
3120 (local_binary_format_prefix): Remove macro.
3121 (local_binary_format_specifier): Remove macro.
3122 (local_binary_format_suffix): Remove macro.
3123 (local_octal_format): Remove macro.
3124 (local_octal_format_prefix): Remove macro.
3125 (local_octal_format_specifier): Remove macro.
3126 (local_octal_format_suffix): Remove macro.
3127 (local_decimal_format): Remove macro.
3128 (local_decimal_format_prefix): Remove macro.
3129 (local_decimal_format_specifier): Remove macro.
3130 (local_decimal_format_suffix): Remove macro.
3131 (local_hex_format): Remove macro.
3132 (local_hex_format_prefix): Remove macro.
3133 (local_hex_format_specifier): Remove macro.
3134 (local_hex_format_suffix): Remove macro.
3135 (local_decimal_format_custom): Remove.
3136 (local_octal_format_custom): Remove.
3137 (local_hex_format_custom): Remove.
3138 (local_hex_string): Rename to hex_string and move to defs.h.
3139 (local_hex_string_custom): Rename to hex_string_custom, change
3140 interface, and move to defs.h.
3141 * utils.c: (int_string): New function.
3142 (hex_string): New function (from language.c).
3143 (hex_string_custom): New function (from language.c).
3144 (octal2str): New function.
3145 (decimal2str): Add width parameter.
3146 (paddr_u): Use new decimal2str interface.
3147 (paddr_d): Ditto.
3148 * defs.h (hex_string): Declare.
3149 (hex_string_custom): Declare.
3150 (int_string): Declare.
3151 * printcmd.c (print_scalar_formatted): Remove localized binary
3152 formatting.
3153 * valprint.c (print_longest): Use int_string.
3154 (print_floating): Use C hex format.
3155 (print_hex_chars): Ditto.
3156 (print_binary_chars): Remove language-specific formatting.
3157 (print_octal_chars): Use C octal format.
3158 (print_decimal_chars): Delocalize format.
3159 (print_decimal): Remove.
3160 * ada-lang.c (ada_language_defn): Remove language-specific number
3161 formatting entries.
3162 * p-lang.c (pascal_language_defn): Ditto.
3163 * c-lang.c (c_language_defn): Ditto.
3164 (cplus_language_defn): Ditto.
3165 (asm_language_defn): Ditto.
3166 (minimal_language_defn): Ditto.
3167 * f-lang.c (f_language_defn): Ditto.
3168 * jv-lang.c (java_language_defn): Ditto.
3169 * m2-lang.c (m2_language_defn): Ditto.
3170 * scm-lang.c (scm_language_defn): Ditto.
3171 * objc-lang.c (objc_language_defn): Ditto.
3172 * memattr.c (mem_info_command): Use renamed hex_string_custom with
3173 new interface.
3174 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
3175 * ui-out.c (ui_out_field_core_addr): Ditto.
3176 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
3177 * exec.c (print_section_info): Ditto.
3178 * i387-tdep.c (print_i387_status_word): Ditto.
3179 (print_i387_control_word): Ditto.
3180 (i387_print_float_info): Ditto.
3181 * maint.c (maint_print_section_info): Ditto.
3182 * solib.c (info_sharedlibrary_command): Ditto.
3183 * somsolib.c (som_sharedlibrary_info_command): Ditto.
3184 * symtab.c (print_msymbol_info): Ditto.
3185 * tracepoint.c (tracepoints_info): Ditto.
3186 * solib-frv.c (lm_base): Ditto.
3187 (frv_current_sos): Ditto.
3188 (enable_break2): Ditto.
3189 (enable_break): Ditto.
3190 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
3191 (process_one_symbol): Ditto.
3192 * infcmd.c (program_info): Ditto.
3193 * mdebugread.c (parse_partial_symbols): Ditto.
3194 * symfile.c (add_symbol_file_command): Ditto.
3195 * cli/cli-cmds.c (edit_command): Ditto.
3196 (list_command): Ditto.
3197 * infcall.c (call_function_by_hand): Ditto.
3198 * remote-vx.c (vx_run_files_info): Ditto.
3199 (vx_wait): Ditto.
3200 (vx_attach): Ditto.
3201 (vx_detach): Ditto.
3202 (vx_kill): Ditto.
3203 * aix-thread.c (pdc_symbol_addrs): Ditto.
3204 (pdc_read_regs): Ditto.
3205 (pdc_write_regs): Ditto.
3206 (pdc_read_data): Ditto.
3207 (pdc_write_data): Ditto.
3208 * d10v-tdep.c (display_trace): Ditto.
3209 * rs6000-nat.c (find_toc_address): Ditto.
3210 * aix-thread.c: Don't include language.h.
3211 * buildsym.c: Ditto.
3212 * dbxread.c: Ditto.
3213 * mdebugread.c: Ditto.
3214 * rs6000-nat.c: Ditto.
3215 * buildsym.c (make_blockvector): Use renamed hex_string.
3216
3217 2004-09-10 Jason Molenda (jmolenda@apple.com)
3218
3219 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
3220 chars after 'if' or 'while' commands in user-defined commands.
3221
3222 2004-09-08 Jim Blandy <jimb@redhat.com>
3223
3224 Fix bug reported and analyzed by Olivier Crete:
3225 * symfile.c (copy_section_addr_info): New function.
3226 (symbol_file_add_with_addrs_or_offsets): Use it to save the
3227 original set of address arguments, instead of handwritten code
3228 that uses one length to allocate and a different length to
3229 initialize. Use make_cleanup_free_section_addr_info.
3230 * symfile.h (copy_section_addr_info): New declaration.
3231 * utils.c: #include "symfile.h".
3232 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
3233 New functions.
3234 * defs.h (make_cleanup_free_section_addr_info): New declaration.
3235 * Makefile.in (utils.o): Update dependencies.
3236
3237 2004-09-08 Andrew Cagney <cagney@gnu.org>
3238
3239 * thread-db.c (keep_thread_db): Delete.
3240 (thread_db_new_objfile, thread_db_create_inferior)
3241 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
3242
3243 2004-09-08 Mark Kettenis <kettenis@gnu.org>
3244
3245 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
3246 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
3247 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
3248 (i386_frameless_signal_p): Remove prototype.
3249 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
3250 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
3251 I386_SSE_NUM_REGS.
3252 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
3253 instead of FP0_REGNUM.
3254 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
3255 of FP0_REGNUM and FPC_REGNUM.
3256
3257 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
3258 (sunos_solib_create_inferior_hook): Don't call
3259 sunos_relocate_main_executable.
3260
3261 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
3262 solib_svr4_fetch_link_map_offsets to
3263 svr4_ilp32_fetch_link_map_offsets.
3264 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
3265 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
3266 svr4_ilp32_fetch_link_map_offsets.
3267 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
3268
3269 2004-09-07 Jim Blandy <jimb@redhat.com>
3270
3271 * frame.h (frame_register): Doc fix.
3272
3273 2004-09-07 Andrew Cagney <cagney@gnu.org>
3274
3275 * vx-share/wait.h: Delete #ifdef USG.
3276 * utils.c (request_quit): Ditto.
3277 * tui/tui.c (tui_reset): Ditto.
3278 * remote.c: Ditto.
3279 * remote-sds.c: Ditto.
3280 * remote-rdi.c: Ditto.
3281 * mdebugread.c: Ditto.
3282 * m68klinux-nat.c: Ditto.
3283 * infttrace.c: Ditto.
3284 * infptrace.c: Ditto.
3285 * i386v-nat.c: Ditto.
3286 * exec.c: Ditto.
3287 * dbxread.c: Ditto.
3288 * core-aout.c: Ditto.
3289
3290 2004-09-05 Joel Brobecker <brobecker@gnat.com>
3291
3292 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
3293 heuristic_proc_desc.
3294 (mips_insn32_frame_cache): Likewise.
3295
3296 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3297
3298 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
3299 left behind by error.
3300
3301 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3302
3303 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
3304 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
3305
3306 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3307
3308 * config/rs6000/xm-aix4.h: Remove this file.
3309 * config/rs6000/aix4.mh (XM_FILE): Delete.
3310
3311 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3312
3313 * config/rs6000/xm-rs6000.h: Remove this file.
3314 * config/rs6000/rs6000.mh (XM_FILE): Remove.
3315
3316 2004-09-03 Andrew Cagney <cagney@gnu.org>
3317
3318 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
3319 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
3320 only use.
3321
3322 * mips-tdep.c (temp_saved_regs): Delete.
3323 (set_reg_offset): Replace saved_regs parameter with this_cache.
3324 (heuristic_proc_desc, mips16_heuristic_proc_desc)
3325 (mips32_heuristic_proc_desc): Add this_cache parameter.
3326 (mips_insn32_frame_cache, mips_insn16_frame_cache)
3327 (after_prologue): Pass a NULL this_cache.
3328
3329 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
3330 non-kernel trap prologues.
3331
3332 * mips-tdep.c (find_proc_desc): Delete function.
3333 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
3334 simplify.
3335 (mips_insn16_frame_cache): Replace find_proc_desc with code from
3336 mips_insn32_frame_cache.
3337
3338 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
3339 Simplify as NEXT_FRAME is NULL.
3340 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
3341
3342 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
3343 local variable.
3344 (mips_skip_prologue): Update.
3345
3346 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
3347 "cur_frame" parameter.
3348 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
3349 (mips_insn32_frame_cache, find_proc_desc): Update
3350
3351 * config/vax/nm-obsd.h: Delete file.
3352 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3353 * config/vax/nm-nbsd.h: Delete file.
3354 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
3355 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3356 * config/sh/nm-nbsd.h: Delete file.
3357 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3358 * config/rs6000/nm-rs6000ly.h: Delete file.
3359 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
3360 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3361 * config/powerpc/nm-obsd.h: Delete file.
3362 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3363 * config/powerpc/nm-nbsd.h: Delete file.
3364 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3365 * config/pa/nm-obsd.h: Delete file.
3366 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3367 * config/mips/nm-nbsd.h: Delete file.
3368 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3369 * config/m88k/nm-obsd.h: Delete file.
3370 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3371 * config/m68k/nm-nbsd.h: Delete file.
3372 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
3373 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3374 * config/i386/nm-nbsd.h: Delete file.
3375 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
3376 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3377 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3378 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3379 * config/i386/nm-i386lynx.h: Delete file.
3380 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3381 * config/arm/nm-nbsd.h: Delete file.
3382 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
3383 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3384
3385 * config/i386/tm-fbsd.h: Delete file.
3386 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
3387 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
3388
3389 * config/rs6000/tm-rs6000-aix4.h: Delete file.
3390 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
3391 * config/rs6000/aix4.mt (TM_FILE): Set to
3392 config/rs6000/tm-rs6000.h.
3393 * config/powerpc/tm-ppc-aix.h: Delete file.
3394 * config/powerpc/aix.mt (TM_FILE): Set to
3395 config/rs6000/tm-rs6000.h.
3396 * config/m68k/tm-linux.h: Delete file.
3397 * config/m68k/linux.mt (TM_FILE): Set to solib.h
3398 * config/i386/tm-linux64.h: Delete file.
3399 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
3400 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
3401
3402 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3403 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
3404 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
3405 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3406 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
3407 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
3408 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
3409 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3410 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3411
3412 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
3413 gdb_host_cpu.
3414
3415 2004-09-02 Joel Brobecker <brobecker@gnat.com>
3416
3417 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
3418 Minor reformatting. Some code factoring.
3419
3420 2004-09-02 Andrew Cagney <cagney@gnu.org>
3421
3422 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
3423 * config/vax/tm-nbsd.h: Delete file.
3424 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3425 * config/sparc/tm-vxworks.h: Delete file.
3426 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
3427 * config/sparc/tm-nbsd.h: Delete file.
3428 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
3429 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
3430 * config/sparc/tm-linux.h: Delete file.
3431 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
3432 * config/s390/tm-linux.h: Delete file.
3433 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
3434 * config/pa/tm-bsd.h: Delete file.
3435 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
3436 * config/m68k/tm-obsd.h: Delete file.
3437 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
3438 * config/m68k/tm-nbsd.h: Delete file.
3439 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3440 * config/i386/tm-vxworks.h: Delete file.
3441 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
3442 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
3443 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
3444 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
3445 * config/i386/tm-nbsd.h: Delete file.
3446 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
3447 * config/i386/tm-i386lynx.h: Delete file.
3448 * config/cris/cris.mt (TM_FILE): Set to solib.h.
3449 * config/cris/tm-cris.h: Delete file.
3450
3451 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
3452 * configure: Re-generate.
3453 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
3454 * config/arm/tm-nbsd.h: Delete file.
3455
3456 * config/powerpc/tm-ppcle-sim.h: Delete.
3457 * config/powerpc/tm-ppcle-eabi.h: Delete.
3458 * config/powerpc/tm-nbsd.h: Delete.
3459 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
3460 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
3461 tm-ppcle-eabi.h.
3462
3463 * config/i386/nto.mh (NAT_FILE): Delete.
3464 * config/i386/nm-nto.h: Delete.
3465
3466 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
3467 * config/m68k/tm-os68k.h: Ditto.
3468 * config/m68k/tm-monitor.h: Ditto.
3469 * config/m68k/tm-cisco.h: Ditto.
3470 * config/m68k/st2000.mt (TM_FILE): Delete.
3471 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
3472 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
3473 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
3474 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
3475
3476 * config/m68k/tm-st2000.h: Delete.
3477 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
3478 * config/sparc/fbsd.mt (TM_FILE): Delete.
3479 * config/sparc/tm-fbsd.h: Delete.
3480
3481 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
3482 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
3483 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
3484
3485 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
3486 GDB_TM_FILE and GDB_XM_FILE.
3487 * gdbarch.c: Re-generate.
3488 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
3489 quotes in macro definition.
3490 * configure.in: Re-generate.
3491
3492 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
3493 validating architecture methods.
3494 * gdbarch.c: Re-generate.
3495
3496 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
3497 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
3498 GDB_MULTI_ARCH_PARTIAL.
3499 * gdbarch.h: Re-generate.
3500
3501 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
3502 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
3503 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
3504 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
3505 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
3506 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
3507 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
3508 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
3509 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
3510 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
3511 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
3512 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
3513
3514 2004-09-01 Andrew Cagney <cagney@gnu.org>
3515
3516 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
3517 and main_func_highpc.
3518 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
3519 * objfiles.c (init_entry_point_info, objfile_relocate): Update
3520 * nlmread.c (nlm_symfile_read): Update.
3521
3522 2004-09-01 Joel Brobecker <brobecker@gnat.com>
3523
3524 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
3525 (mips_insn32_frame_cache): Inline call to find_proc_desc.
3526 (find_proc_desc): Remove dead code.
3527
3528 2004-09-01 Joel Brobecker <brobecker@gnat.com>
3529
3530 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
3531
3532 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
3533
3534 * observer.sh: Add struct so_list declaration.
3535 * Makefile.in: Add dependencies on observer.h for solib.c and
3536 breakpoint.c.
3537 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
3538 function.
3539 (_initialize_breakpoint): Register
3540 disable_breakpoints_in_unloaded_shlib as an observer of the
3541 "solib unloaded" observation event.
3542 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
3543 call decode_line_1 so unfound breakpoint errors are silent.
3544 * solib.c (update_solib_list): When a solib is discovered to have
3545 been unloaded by the program, notify all observers of the
3546 "solib unloaded" observation event.
3547
3548 2004-09-01 Andrew Cagney <cagney@gnu.org>
3549
3550 * frame.c: Include "objfiles.h".
3551 (inside_main_func): New function.
3552 (get_prev_frame): Use new inside_main_func.
3553 * Makefile.in (frame.o): Update dependencies.
3554 * defs.h (inside_main_func): Delete declaration.
3555 * blockframe.c (inside_main_func): Delete function.
3556
3557 2004-08-31 Jim Blandy <jimb@redhat.com>
3558
3559 * dwarf2read.c (is_vtable_name): New function, based on logic from
3560 read_structure_type, but passing the correct length to strncmp,
3561 and using 'sizeof' instead of 'strlen'.
3562 (read_structure_type): Call it.
3563
3564 2004-08-31 Joel Brobecker <brobecker@gnat.com>
3565
3566 * config/powerpc/aix.mh: Add comment.
3567
3568 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
3569
3570 * MAINTAINERS: Add self to Write-After-Approval.
3571
3572 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
3573
3574 * MAINTAINERS: Add self to Write-After-Approval.
3575
3576 2004-08-30 Andrew Cagney <cagney@gnu.org>
3577
3578 Fix PR breakpoints/1757.
3579 * infrun.c (struct execution_control_state): Replace
3580 remove_breakpoints_on_following_step with
3581 step_after_step_resume_breakpoint.
3582 (init_execution_control_state): Update.
3583 (handle_inferior_event): For signals, when stepping off a
3584 breakpoint, set step_after_step_resume_breakpoint. When
3585 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
3586 (keep_going): Delete code handling
3587 remove_breakpoints_on_following_step.
3588
3589 2004-08-29 David Lecomber <david@streamline-computing.com>
3590
3591 Fix PR gdb/648
3592 * language.h (enum array_ordering): New enum.
3593 * language.h (struct language_defn): New la_array_ordering
3594 attribute.
3595 * language.c (unknown_language_defn, auto_language_defn)
3596 (local_language_defn): Ditto.
3597 * ada-lang.c (ada_language_defn): Ditto.
3598 * c-lang.c (c_language_defn, cplus_language_defn)
3599 (asm_language_defn, minimal_language_defn): Ditto.
3600 * f-lang.c (f_language_defn): Ditto.
3601 * jv-lang.c (java_language_defn): Ditto.
3602 * m2-lang.c (f_language_defn): Ditto.
3603 * objc-lang.c (objc_language_defn): Ditto.
3604 * p-lang.c (pascal_language_defn): Ditto.
3605 * scm-lang.c (scm_language_defn): Ditto.
3606 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
3607 oriented large to small in type structure.
3608 * dwarf2read.c (read_array_order): New function.
3609 (read_array_type): Use read_array_order to check row/column
3610 major ordering.
3611
3612 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
3613
3614 * target.c (target_resize_to_sections): Check
3615 current_target.to_sections for an old value when updating.
3616
3617 2004-08-27 Joel Brobecker <brobecker@gnat.com>
3618
3619 * procfs.c (dbx_link_bpt_addr): New static global variable.
3620 (dbx_link_shadow_contents): New static global variable.
3621 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
3622 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
3623 if we just hit it.
3624 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
3625 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
3626 from run to run.
3627 (procfs_create_inferior): Remove syssgi syscall-exit notifications
3628 after the inferior has been forked.
3629 (remove_dbx_link_breakpoint): New function.
3630 (dbx_link_addr): New function.
3631 (insert_dbx_link_bpt_in_file): New function.
3632 (insert_dbx_link_bpt_in_region): New function.
3633 (insert_dbx_link_breakpoint): New function.
3634 (proc_trace_syscalls_1): New function, extracted from
3635 proc_trace_syscalls.
3636 (proc_trace_syscalls): Replace extract code by call to
3637 proc_trace_syscalls_1.
3638 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
3639 is no longer valid.
3640
3641 2004-08-25 Jim Blandy <jimb@redhat.com>
3642
3643 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
3644
3645 2004-08-25 Andrew Cagney <cagney@gnu.org>
3646
3647 * infrun.c (struct execution_control_state): Delete field
3648 "stepping_through_sigtramp".
3649 (init_execution_control_state): Do not set same.
3650 (context_switch): Do not pass same to save_infrun_state and
3651 load_infrun_state.
3652 * gdbthread.h (struct thread_info): Delete field
3653 stepping_through_sigtramp.
3654 (save_infrun_state, load_infrun_state): Delete parameter
3655 stepping_through_sigtramp.
3656 * thread.c (load_infrun_state, save_infrun_state): Update.
3657
3658 * infrun.c: Re-indent. Move expression operators to the beginning
3659 of the line. Remove long disabled #if 0 code.
3660
3661 2004-08-24 Andrew Cagney <cagney@gnu.org>
3662
3663 * doublest.h (floatformat_ieee_quad): Rename
3664 floatformat_ia64_quad.
3665 * doublest.c (floatformat_ieee_quad): Rename
3666 floatformat_ia64_quad.
3667 (_initialize_doublest): Update.
3668
3669 2004-08-24 Jim Blandy <jimb@redhat.com>
3670
3671 * dwarf2expr.h (struct dwarf_expr_context): New members
3672 'num_pieces' and 'pieces', for returning the result of an
3673 expression that uses DW_OP_piece.
3674 (struct dwarf_expr_piece): New struct type.
3675 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
3676 pieces.
3677 (free_dwarf_expr_context): Free pieces, if any.
3678 (add_piece): New function.
3679 (execute_stack_op): Implement DW_OP_piece.
3680 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
3681 expression is a list of pieces, print an error message.
3682 (dwarf2_loc_desc_needs_frame): If the expression yields
3683 pieces, and any piece is in a register, then we need a frame.
3684
3685 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
3686 the stack until we've decided what sort of result the evaluation
3687 has produced. Use separate variables, with more specific names.
3688
3689 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
3690
3691 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
3692 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
3693 (arm_netbsd_init_abi_common): Register them.
3694
3695 2004-08-22 Mark Kettenis <kettenis@gnu.org>
3696
3697 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
3698
3699 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
3700 safe_frame_unwind_memory instead of target_read_memory.
3701
3702 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
3703 Reorder includes.
3704 (fetch_register, store_register): Remove prototypes.
3705 (child_resume): Reorganize code and comments such that it is
3706 grouped a bit more logically.
3707 (attach): Explicitly compare errno against 0.
3708 (detach): Likewise. Use perror_with_name instead of
3709 print_sys_errmsg.
3710 * Makefile.in (infptrace.o): Update dependencies.
3711
3712 * ia64-linux-nat.c: Update copyright year.
3713 (fetch_debug_register, store_debug_register)
3714 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
3715 PTRACE_TYPE_ARG3.
3716 * config/ia64/nm-linux.h: Update copyright year.
3717 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
3718
3719 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
3720 from CORE_ADDR to struct frame_info *. Use
3721 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
3722 (amd64_linux_sigtramp_p): Adjust for changed signature of
3723 and64_linux_sigtramp_start
3724
3725 * gdb_ptrace.h: GNU/Linux.
3726
3727 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3728 Remove defines.
3729
3730 * infptrace.c: Include "gdb_assert.h".
3731 (PTRACE_XFER_TYPE): Remove define.
3732 (offsetof): Only define if U_REGS_OFFSET isn't defined.
3733 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
3734 Tweak comment.
3735 (fetch_inferior_registers, store_inferior_registers): Remove
3736 redundant culry braces. Tweak comment. s/regno/regnum.
3737 * Makefile.in (infptrace.o): Update dependencies.
3738
3739 * configure.in: Change test for return type of ptrace to default
3740 to `long' instead of `int'.
3741 * configure: Regenerate.
3742
3743 2004-08-21 Mark Kettenis <kettenis@gnu.org>
3744
3745 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3746
3747 * configure.in: Check for ttrace function.
3748 * configure, config.in: Regenerate.
3749
3750 * gdb_ptrace.h: New file.
3751 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3752 <sys/ptrace.h>.
3753 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3754 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
3755 (attach): Don't define PT_ATTACH.
3756 (detach): Don't define PT_DETACH.
3757 * Makefile.in (gdb_ptrace_h): New variable.
3758 (infptrace.o): Update dependencies.
3759
3760 2004-08-16 Mark Kettenis <kettenis@gnu.org>
3761
3762 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
3763 instead of `int' if not already defined.
3764 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3765 PTRACE_TYPE_ARG3.
3766 * infptrace.c (call_ptrace): Revert change that replaced
3767 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3768
3769 2004-08-15 Mark Kettenis <kettenis@gnu.org>
3770
3771 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3772 Remove defines.
3773
3774 * linux-nat.c (kill_inferior): Add missing third and fourth
3775 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
3776
3777 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3778 PTRACE_TYPE_RET.
3779
3780 * proc-why.c (proc_prettyfprint_why): Fix format string.
3781
3782 * solib-osf.c (osf_current_sos): Remove unsused label.
3783
3784 * configure.in: Add <ncurses/ncurses.h> to the list of possible
3785 curses headers.
3786 * configure, config.in: Regenerate.
3787 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3788 <ncurses/ncurses.h>.
3789
3790 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3791 * config/nm-nbsd.h: Update copyright year.
3792 (PTRACE_ARG3_TYPE): Remove define.
3793
3794 * sparc-nat.c (fetch_inferior_registers)
3795 (store_inferior_registers, sparc_xfer_wcookie):
3796 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3797
3798 * alphabsd-nat.c (fetch_inferior_registers):
3799 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3800 PTRACE_TYPE_ARG3.
3801 * amd64bsd-nat.c (fetch_inferior_registers)
3802 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3803 PTRACE_TYPE_ARG3.
3804 * armnbsd-nat.c: Update copyright year.
3805 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3806 (store_register, store_regs, store_fp_register, store_fp_regs):
3807 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3808 * hppabsd-nat.c (fetch_inferior_registers)
3809 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3810 PTRACE_TYPE_ARG3.
3811 * i386bsd-nat.c (fetch_inferior_registers)
3812 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3813 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3814 * m68kbsd-nat.c (fetch_inferior_registers)
3815 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3816 PTRACE_TYPE_ARG3.
3817 * m88kbsd-nat.c (fetch_inferior_registers)
3818 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3819 PTRACE_TYPE_ARG3.
3820 * mipsnbsd-nat.c: Update copyright year.
3821 (fetch_inferior_registers, store_inferior_registers):
3822 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3823 * ns32knbsd-nat.c: Update copyright year.
3824 (fetch_inferior_registers, store_inferior_registers):
3825 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3826 * ppcnbsd-nat.c (fetch_inferior_registers):
3827 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3828 PTRACE_TYPE_ARG3.
3829 * ppcobsd-nat.c (fetch_inferior_registers):
3830 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3831 PTRACE_TYPE_ARG3.
3832 * shnbsd-nat.c: Update copyright year.
3833 (fetch_inferior_registers, store_inferior_registers):
3834 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3835 * vaxbsd-nat.c (fetch_inferior_registers)
3836 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3837 PTRACE_TYPE_ARG3.
3838
3839 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3840 PTRACE_TYPE_ARG3.
3841 * infptrace.c (call_ptrace, child_resume, attach, detach)
3842 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3843 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3844 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3845 PTRACE_TYPE_ARG3.
3846
3847 2004-08-14 Mark Kettenis <kettenis@gnu.org>
3848
3849 * defs.h: Remove out-of-date comment.
3850 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3851 [!GETENV_PROVIDED] (getenv): Remove prototype.
3852
3853 * standalone.c: Remove file.
3854 * Makefile.in (standalone.o): Remove dependency.
3855
3856 * i386-linux-nat.c (dummy_sse_values): Remove function and
3857 prototype.
3858 (i386_linux_dr_get): Fix typo in comment.
3859 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3860
3861 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3862
3863 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3864 from declaration.
3865 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3866 from definition.
3867
3868 2004-08-13 Mark Kettenis <kettenis@gnu.org>
3869
3870 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3871 parenthesis in definition.
3872 * configure: Regenerated.
3873
3874 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
3875
3876 * PROBLEMS: Mention build/1411.
3877
3878 2004-08-09 Robert Millan <robertmh@gnu.org>
3879
3880 Committed by Nathanael Nerode.
3881 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3882 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3883
3884 2004-08-12 Andrew Cagney <cagney@gnu.org>
3885
3886 * NEWS: Mention fixes in GDB 6.2.1.
3887 * PROBLEMS: Remove mention of mips-irix.
3888
3889 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3890
3891 * config/powerpc/xm-aix.h: Delete.
3892 * config/powerpc/aix.mh (MH_FILE): Remove.
3893 * config/powerpc/aix432.mh (MH_FILE): Remove.
3894
3895 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3896
3897 * config/powerpc/aix.mh: Remove obsolete comment.
3898 * config/powerpc/aix432.mh: Likewise.
3899
3900 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3901
3902 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3903
3904 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3905
3906 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3907 this file is now empty.
3908 * config/xm-aix4.h: Remove, this file is no longer included
3909 anywhere.
3910
3911 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3912
3913 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3914 that file is now empty.
3915 (termdef): Remove prototype, function no longer used.
3916
3917 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3918
3919 * doc/gdbint.texinfo (Host Definition): Remove documentation
3920 for USE_O_NOCTTY, no longer used.
3921 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3922 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3923
3924 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3925
3926 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3927 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3928 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3929
3930 2004-08-11 Mark Kettenis <kettenis@gnu.org>
3931
3932 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3933 instead of FIVE_ARG_PTRACE.
3934
3935 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3936 (new_tty): Use O_NOCTTY unconditionally.
3937
3938 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3939
3940 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3941 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3942 fflush on stdout.
3943
3944 2004-08-10 Joel Brobecker <brobecker@gnat.com>
3945
3946 * xcoff_symfile_finish: Replace last call to xmfree by call
3947 to xfree.
3948
3949 2004-08-10 Andrew Cagney <cagney@gnu.org>
3950
3951 * main.c (captured_main): Delete call to init_malloc.
3952 * defs.h (init_malloc): Delete declaration.
3953 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3954 (init_malloc): Delete functions.
3955
3956 * defs.h (xmfree): Delete.
3957 * utils.c (xmfree): Delete function.
3958 (xfree): Inline calls to xmfree and mfree.
3959 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3960 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3961 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3962 * somread.c (som_symfile_finish): Ditto.
3963 * objfiles.c (allocate_objfile, free_objfile):
3964 * nlmread.c (nlm_symfile_finish): Ditto.
3965 * hpread.c (hpread_symfile_finish): Ditto.
3966 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3967 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3968 * coffread.c (coff_symfile_finish): Ditto.
3969
3970 * defs.h (xmcalloc): Delete declaration.
3971 * utils.c (xmcalloc): Delete.
3972 (xcalloc): Inline calls to xmcalloc and mcalloc.
3973 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
3974 xcalloc and xfree.
3975 * symtab.c (create_demangled_names_hash): Ditto.
3976
3977 * defs.h (xmrealloc): Delete.
3978 * utils.c (xmrealloc): Delete.
3979 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
3980 * symmisc.c (extend_psymbol_list): Use xrealloc.
3981 * source.c (find_source_lines): Ditto.
3982 * hpread.c (hpread_lookup_type): Ditto.
3983 * dbxread.c (add_bincl_to_list): Ditto.
3984
3985 * utils.c (xmmalloc): Delete.
3986 (xmalloc): Inline xmmalloc and mmalloc calls.
3987 (msavestring): Use xmalloc.
3988 * defs.h (xmmalloc): Delete declaration.
3989 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
3990 xmmalloc.
3991 * symmisc.c (extend_psymbol_list): Ditto.
3992 * symfile.c (init_psymbol_list): Ditto.
3993 * source.c (find_source_lines): Ditto.
3994 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
3995 * elfread.c (elf_symtab_read): Ditto.
3996 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
3997 * coffread.c (coff_symfile_init): Ditto.
3998
3999 2004-08-10 David Carlton <carlton@bactrian.org>
4000
4001 * MAINTAINERS: Remove David Carlton from c++ testsuite
4002 maintainers.
4003
4004 2004-08-10 Jerome Guitton <guitton@gnat.com>
4005
4006 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
4007 print a line feed before the prompt.
4008
4009 2004-08-10 Mark Kettenis <kettenis@gnu.org>
4010
4011 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
4012
4013 2004-08-09 Joel Brobecker <brobecker@gnat.com>
4014
4015 General cleanup of the AIX xm include file:
4016 * config/xm-aix4.h (fd_set): Remove undefine.
4017 Remove include of <sys/select.h>.
4018 (HAVE_TERMIO): Remove define.
4019 (USG): Likewise.
4020 (NULL): Remove redefine.
4021 (alloca): Remove #pragma.
4022 (vfork): Remove define.
4023 (termdef): Remove.
4024 (SIGWINCH_HANDLER): Remove.
4025 (SIGWINCH_HANDLER_BODY): Remove.
4026
4027 2004-08-09 Mark Kettenis <kettenis@gnu.org>
4028
4029 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
4030 GDB_OSABI_OPENBSD_ELF.
4031
4032 2004-08-07 Robert Millan <robertmh@gnu.org>
4033
4034 * bsd-kvm.c: Check for nlist.h before including it.
4035
4036 2004-08-09 Mark Kettenis <kettenis@gnu.org>
4037
4038 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
4039 sigcontext' offset consistency checks for ancient BSD.
4040
4041 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
4042
4043 * configure.in: Check for <sys/types.h>. Check return and
4044 argument types of ptrace.
4045 * configure, config.in: Regenerate.
4046
4047 2004-08-09 Jim Blandy <jimb@redhat.com>
4048
4049 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
4050 rs6000_register_sim_regno): Doc fixes.
4051
4052 2004-08-08 Joel Brobecker <brobecker@gnat.com>
4053
4054 * mips-tdep.c: Include "floatformat.h".
4055 (n32n64_floatformat_always_valid): New function.
4056 (floatformat_n32n64_long_double_big): New constant.
4057 (mips_gdbarch_init): Set size and format of long double
4058 for N32 and N64 ABIs.
4059 * Makefile.in (mips-tdep.o): Update dependencies.
4060
4061 2004-08-08 Andrew Cagney <cagney@gnu.org>
4062
4063 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
4064 print. Improve script's error messages.
4065 * gdbarch.h: Re-generate.
4066
4067 * gdbarch.sh (pformat): New function.
4068 (float_format, double_format, long_double_format): List with bit
4069 members. Use pformat when printing.
4070 * gdbarch.c, gdbarch.h: Re-generate.
4071
4072 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
4073
4074 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
4075 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
4076 (ppcnbsd_supply_pcb): New function.
4077 (_initialize_ppcnbsd_nat): New prototype and function.
4078 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4079 (LOADLIBES): New variable.
4080 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
4081
4082 2004-08-08 Andrew Cagney <cagney@gnu.org>
4083
4084 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
4085 (builtin_type_ieee_double, builtin_type_ia64_quad)
4086 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
4087 BE/LE floating-point types.
4088 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
4089 (builtin_type_ieee_double, builtin_type_ia64_quad)
4090 (builtin_type_ia64_spill): Declare.
4091 * doublest.c (_initialize_doublest, floatformat_ieee_single)
4092 (floatformat_ieee_double, floatformat_arm_ext)
4093 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
4094 of LE/BE floatformats.
4095 * doublest.h: (struct floatformat, floatformat_ieee_single)
4096 (floatformat_ieee_double, floatformat_arm_ext)
4097 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
4098
4099 2004-08-08 Mark Kettenis <kettenis@gnu.org>
4100
4101 * i386gnu-nat.c (gnu_store_registers): Fix typo.
4102
4103 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
4104 instead of regcache_raw_supply when storing the registers.
4105
4106 * i386gnu-nat.c: Update copyright year.
4107 (gnu_store_registers): Don't use deprecated_registers and
4108 deprecated_registers_valid. Use regcache_valid_p and
4109 regcache_raw_supply instead.
4110
4111 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
4112 frame_pc_unwind.
4113
4114 * procfs.c (procfs_pid_to_str): Remove redundant and unused
4115 variables. Incapitalized "process".
4116
4117 * configure.in: Add cursesX to the list of possible curses libs.
4118 Add cursesX.h to the list of possible curses headers.
4119 * configure, config.in: Regenerate.
4120
4121 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
4122
4123 * configure.in: Test for struct lwp in <sys/lwp.h>.
4124 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
4125 the offset of l_addr in struct lwp.
4126
4127 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
4128
4129 * bsd-kvm.c: Include "gdbcore.h"
4130 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
4131
4132 2004-08-07 Andrew Cagney <cagney@gnu.org>
4133
4134 * gdbtypes.c (build_flt, build_complex): New functions.
4135 (gdbtypes_post_init): Use.
4136
4137 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
4138
4139 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
4140 through to builtin_type_uint128.
4141
4142 * c-exp.y: Use builtin_type function to obtain builtin types.
4143
4144 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
4145 builtin_uint128.
4146 * gdbtypes.c (gdbtypes_post_init): Update.
4147 (build_gdbtypes): Move initialization of builtin_type_int0
4148 through to builtin_type_uint128 from here ...
4149 (_initialize_gdbtypes): ... to here.
4150 * d10v-tdep.c (d10v_register_type): Update.
4151
4152 * doublest.c: Update copyright.
4153 (floatformat_from_length): Call error when floatformat is NULL.
4154 (extract_floating_by_length): Remove NULL fmt check.
4155 (store_floating_by_length): Ditto.
4156
4157 2004-08-07 Andrew Cagney <cagney@gnu.org>
4158
4159 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
4160 that the register is valid.
4161
4162 2004-08-05 Mark Kettenis <kettenis@chello.nl>
4163
4164 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4165 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
4166 struct frame_info *. Use safe_frame_unwind_memory instead of
4167 deprecated_read_memory_nobpt.
4168 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
4169 changed signature of i386_linux_sigtramp_start and
4170 i386_linux_rt_sigtramp_start.
4171
4172 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
4173 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
4174 instead of deprecated_read_memory_nobpt.
4175 (i386nbsd_sigtramp_p): Adjust for changed signature of
4176 i386nbsd_sigtramp_offset.
4177
4178 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
4179 safe_frame_unwind_memory instead of target_read_memory.
4180
4181 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4182 !NO_SYS_FILE.
4183 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
4184 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
4185 (_initialize_kernel_u_addr): Remove prototype and function.
4186 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4187 !NO_SYS_FILE.
4188 * xcoffread.c: Likewise.
4189
4190 2004-08-06 Mark Kettenis <kettenis@gnu.org>
4191
4192 * vax-nat.c: New file.
4193 * vaxbsd-nat.c: Tweak comment.
4194 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
4195 vaxnbsd-tdep.c.
4196 (vax-nat.o): New dependency.
4197 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
4198 (vax-*-ultrix2*): Remove.
4199 * config/vax/vax.mh: New file.
4200 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
4201 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
4202 (vax_register_u_addr): New prototype.
4203 (REGISTER_U_ADDR): Define using vax_register_u_addr.
4204 * config/vax/vaxult2.mh: Remove file.
4205 * config/vax/vaxult.mh: Remove file.
4206 * config/vax/vaxbsd.mh: Remove file.
4207 * config/vax/vax.mt (TM_FILE): Remove.
4208 * config/vax/tm-vaxbsd.h: Remove file.
4209
4210 2004-08-06 Joel Brobecker <brobecker@gnat.com>
4211
4212 * aix-thread.c (get_signaled_thread): New function.
4213 (iter_trap): Delete, no longer used.
4214 (iter_tid): New function.
4215 (pd_update): Find the thread that received the SIGTRAP signal
4216 by first locating the kernel thread, and then finding its
4217 associated thread.
4218
4219 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
4220
4221 * lin-lwp.c (child_wait): Continue inferior after processing
4222 PTRACE_EVENT_CLONE event.
4223
4224 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
4225
4226 * MAINTAINERS: Add self to Write-After-Approval.
4227
4228 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
4229
4230 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
4231 libunwind-xxxx.so" where xxxx is UNW_TARGET.
4232
4233 2004-08-05 Andrew Cagney <cagney@gnu.org>
4234
4235 * config/xm-sysv4.h: Delete file.
4236 * config/mips/xm-irix5.h: Delete file.
4237 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
4238 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
4239 * config/ia64/xm-aix.h: Delete file.
4240 * config/ia64/aix.mh (XM_FILE): Delete.
4241 * config/pa/xm-hppah.h: Delete file.
4242 * config/pa/hpux11w.mh (XM_FILE): Delete.
4243 * config/pa/hpux11.mh (XM_FILE): Delete.
4244 * config/pa/hpux1020.mh (XM_FILE): Delete.
4245 * config/pa/hppahpux.mh (XM_FILE): Delete.
4246
4247 * config/alpha/xm-alphalinux.h: Delete file.
4248 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
4249 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
4250 * config/alpha/xm-alphaosf.h: Delete file.
4251 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
4252 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
4253 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
4254 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
4255
4256 * config/i386/xm-i386v.h: Delete file.
4257 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
4258 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
4259 * config/i386/xm-i386sco.h: Delete file.
4260 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
4261 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
4262 * config/i386/xm-i386v4.h: Delete file.
4263 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
4264 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
4265 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
4266 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
4267
4268 * config/vax/xm-vax.h: Delete file.
4269 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
4270 * config/vax/xm-vaxult2.h: Delete file.
4271 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
4272 * config/vax/vaxult2.mh (XM_FILE): Delete.
4273 * config/vax/xm-vaxult.h: Delete file.
4274 * config/vax/vaxult.mh (XM_FILE): Delete.
4275 * config/vax/xm-vaxbsd.h: Delete file.
4276 * config/vax/vaxbsd.mh (XM_FILE): Delete.
4277
4278 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
4279 * gdbarch.h, gdbarch.c: Re-generate.
4280 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
4281 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
4282 * frame.h: Delete deprecated_read_fp from comments.
4283 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
4284 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
4285
4286 2004-08-04 Mark Kettenis <kettenis@gnu.org>
4287
4288 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
4289 trampoline in OpenBSD 3.5-current.
4290
4291 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
4292 SSE registers.
4293
4294 * Makefile.in: Remove embedded page breaks.
4295
4296 2004-08-04 Jim Blandy <jimb@redhat.com>
4297
4298 * regcache.c (regcache_raw_read): Assert that, after calling
4299 target_fetch_registers, the register we're reading is cached.
4300
4301 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
4302 a call to 'internal_error', with a more helpful error message.
4303 * rs6000-tdep.c (e500_pseudo_register_read,
4304 e500_pseudo_register_write, rs6000_store_return_value): Same.
4305
4306 2004-08-04 Andrew Cagney <cagney@gnu.org>
4307
4308 * Makefile.in: Update dependencies.
4309
4310 2004-08-04 Jim Blandy <jimb@redhat.com>
4311
4312 Change the layout of the PowerPC E500 raw register cache to allow
4313 the lower 32-bit halves of the GPRS to be their own raw registers,
4314 not pseudoregisters.
4315 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
4316 add ppc_ev0_upper_regnum flag.
4317 * rs6000-tdep.c: #include "reggroups.h".
4318 (spe_register_p): Recognize the ev upper half registers as SPE
4319 registers.
4320 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
4321 registers.
4322 (e500_move_ev_register): New function.
4323 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
4324 vector registers are the pseudo-registers now, formed by splicing
4325 together the gprs and the upper-half registers.
4326 (e500_register_reggroup_p): New function.
4327 (P): Macro deleted.
4328 (P8, A4): New macro.
4329 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
4330 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
4331 macros.
4332 (registers_e500): Rearrange register set so that the raw register
4333 set contains 32-bit GPRs and upper-half registers, and the SPE
4334 vector registers become pseudo-registers.
4335 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
4336 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
4337 register numbers are now the same for the E500 as they are for
4338 other PowerPC variants. Register e500_register_reggroup_p as the
4339 register group function for the E500.
4340 * Makefile.in (rs6000-tdep.o): Update dependencies.
4341
4342 Adapt PPC E500 native support to the new raw regcache layout.
4343 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
4344 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
4345 (fetch_spe_register, store_spe_register): Handle fetching/storing
4346 all the SPE registers at once, if regno == -1. These now take
4347 over the job of fetch_spe_registers and store_spe_registers.
4348 (fetch_spe_registers, store_spe_registers): Deleted.
4349 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
4350 unconditionally; they're always raw. Fetch/store SPE upper half
4351 registers, if present, instead of ev registers.
4352 (fetch_register, store_register): Remove sanity checks: gprs are
4353 never pseudo-registers now, so we never need to even mention any
4354 registers that are ever pseudoregisters.
4355
4356 Use a fixed register numbering when communicating with the PowerPC
4357 simulator.
4358 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
4359 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
4360 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
4361 New functions.
4362 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
4363 init_sim_regno_table.
4364 * Makefile.in (gdb_sim_ppc_h): New variable.
4365 (rs6000-tdep.o): Update dependencies.
4366
4367 2004-08-02 Andrew Cagney <cagney@gnu.org>
4368
4369 * cris-tdep.c (cris_register_size): Restore function, still used
4370 locally.
4371
4372 * gdbarch.sh (deprecated_target_read_fp)
4373 (deprecated_frame_locals_address, deprecated_frame_args_address)
4374 (deprecated_frame_chain_valid, deprecated_frame_chain)
4375 (deprecated_init_extra_frame_info, deprecated_pop_frame)
4376 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
4377 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
4378 * gdbarch.h, gdbarch.c: Re-generate.
4379 * regcache.c (deprecated_read_fp): Do not call
4380 DEPRECATED_TARGET_READ_FP_P.
4381 * infcmd.c (default_print_registers_info): Do not call
4382 DEPRECATED_DO_REGISTERS_INFO.
4383 * frame-base.c (default_frame_locals_address): Do not call
4384 DEPRECATED_FRAME_LOCALS_ADDRESS.
4385 (default_frame_args_address): Do not call
4386 DEPRECATED_FRAME_ARGS_ADDRESS.
4387
4388 * gdbarch.sh (deprecated_register_raw_size)
4389 (deprecated_register_virtual_size:int): Delete.
4390 * gdbarch.h, gdbarch.c: Re-generate.
4391 * cris-tdep.c (cris_register_size): Delete.
4392 (cris_gdbarch_init): Update.
4393 * alpha-tdep.c (alpha_register_raw_size)
4394 (alpha_register_virtual_size): Delete.
4395 (alpha_gdbarch_init): Update.
4396
4397 * gdbarch.sh (deprecated_register_virtual_type)
4398 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
4399 (deprecated_dummy_write_sp): Delete.
4400 * gdbarch.h, gdbarch.c: Re-generate.
4401
4402 * gdbarch.sh (deprecated_register_bytes): Delete.
4403 * gdbarch.h, gdbarch.c: Re-generate.
4404 * regcache.c (deprecated_register_bytes): New function.
4405 * regcache.h (deprecated_register_bytes): Declare.
4406 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4407 * v850-tdep.c (v850_gdbarch_init): Update.
4408 * sh64-tdep.c (sh64_gdbarch_init): Update.
4409 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4410 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4411 * mcore-tdep.c (mcore_gdbarch_init): Update.
4412 * cris-tdep.c (cris_gdbarch_init): Update.
4413 * arm-tdep.c (arm_gdbarch_init): Update.
4414 * remote.c (init_remote_state): Update.
4415 * remote-vx.c (vx_prepare_to_store): Update.
4416 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
4417 * irix5-nat.c (fetch_core_registers): Update.
4418 * cris-tdep.c (cris_register_bytes_ok): Update.
4419 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4420
4421 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
4422 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
4423 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
4424 (mips_insn16_frame_base_address, mips_insn16_frame_base)
4425 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
4426 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
4427 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
4428 (mips_insn32_frame_base_address, mips_insn32_frame_base)
4429 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
4430 with mips_insn16 and mips_insn32.
4431
4432 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
4433 * rs6000-tdep.c (rs6000_push_dummy_call)
4434 (rs6000_extract_return_value): Use register_size.
4435 * xstormy16-tdep.c (xstormy16_get_saved_register)
4436 (xstormy16_extract_return_value): Ditto.
4437 * valops.c (value_assign): Ditto.
4438 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
4439 * v850-tdep.c (v850_extract_return_value): Ditto.
4440 * tracepoint.c (collect_symbol): Ditto.
4441 * target.c (debug_print_register): Ditto.
4442 * stack.c (frame_info): Ditto.
4443 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
4444 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4445 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
4446 (store_register_using_P): Ditto.
4447 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4448 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
4449 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4450 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
4451 * regcache.c (deprecated_read_register_bytes)
4452 (deprecated_write_register_bytes, read_register)
4453 (write_register): Ditto.
4454 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
4455 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
4456 * monitor.c (monitor_supply_register, monitor_fetch_register)
4457 (monitor_store_register): Ditto.
4458 * mn10300-tdep.c (mn10300_pop_frame_regular)
4459 (mn10300_print_register): Ditto.
4460 * mipsv4-nat.c (fill_fpregset): Ditto.
4461 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
4462 (mips64_fill_fpregset): Ditto.
4463 * mi/mi-main.c (register_changed_p, get_register)
4464 (mi_cmd_data_write_register_values): Ditto.
4465 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
4466 * irix5-nat.c (fill_gregset, fetch_core_registers):
4467 * infrun.c (write_inferior_status_register): Ditto.
4468 * infptrace.c (fetch_register, store_register): Ditto.
4469 * infcmd.c (default_print_registers_info): Ditto.
4470 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
4471 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
4472 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
4473 * hpux-thread.c (hpux_thread_fetch_registers)
4474 (hpux_thread_store_registers): Ditto.
4475 * hppah-nat.c (store_inferior_registers, fetch_register):
4476 * findvar.c (value_from_register): Ditto.
4477 * dve3900-rom.c (fetch_bitmapped_register):
4478 * cris-tdep.c (cris_gdbarch_init): Ditto.
4479 * alpha-tdep.h: Ditto.
4480 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
4481
4482 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
4483 DEPRECATED_REGISTER_RAW_SIZE from comments.
4484 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
4485 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
4486 DEPRECATED_REGISTER_RAW_SIZE.
4487 * findvar.c (value_of_register): Simplify by assuming that the
4488 registers raw and virtual sizes are identical.
4489 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
4490 comment.
4491 * arch-utils.c (generic_register_size): Simplify by assuming
4492 register_type.
4493
4494 * regcache.c (legacy_read_register_gen, real_register)
4495 (legacy_write_register_gen): Delete, not used.
4496
4497 * regcache.c (struct regcache_descr): Delete legacy_p.
4498 (init_legacy_regcache_descr): Delete function.
4499 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
4500 Do not use deprecated register functions.
4501 (regcache_raw_read, deprecated_write_register_gen):
4502 (deprecated_read_register_gen, regcache_raw_write): Delete code
4503 predicated on legacy_p.
4504 (register_size): Delete check against register raw size.
4505
4506 * cris-tdep.c (cris_register_type): Replace
4507 cris_register_virtual_type.
4508 (cris_gdbarch_init): Update, set register_type.
4509
4510 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
4511 * gdbarch.h, gdbarch.c: Re-generate.
4512 * arm-tdep.c (arm_frameless_function_invocation): Delete.
4513 (arm_gdbarch_init) Do not set frameless function invocation.
4514 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
4515 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
4516 * frv-tdep.c (frv_frameless_function_invocation): Delete.
4517 (frv_gdbarch_init): Do not set frameless function invocation.
4518 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4519 * sh-tdep.c (sh_gdbarch_init): Ditto.
4520 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4521 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4522 * avr-tdep.c (avr_gdbarch_init): Ditto.
4523
4524 * blockframe.c (legacy_frame_chain_valid): Delete function.
4525
4526 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
4527 and pc. Update comments.
4528 (pc_in_dummy_frame): Delete function.
4529 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
4530 use the "id".
4531 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
4532 call_hi, top and pc, use the id.
4533 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
4534
4535 * dummy-frame.c: Include "gdb_string.h".
4536 (generic_save_call_dummy_addr, generic_push_dummy_frame)
4537 (generic_save_dummy_frame_tos): Delete.
4538 (dummy_frame_push): New function, replaces above.
4539 * dummy-frame.h: Update copyright.
4540 (dummy_frame_push): Declare.
4541 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
4542 (generic_save_call_dummy_addr): Delete declarations.
4543 * infcall.c: Include "dummy-frame.h".
4544 (call_function_by_hand): Add locals caller_regcache,
4545 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
4546 with call to frame_save_as_regcache plus cleanup. Delete calls to
4547 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
4548 Move clear_proceed_status to just before the resume, add call to
4549 dummy_frame_push (discard cleanup).
4550 * Makefile.in (infcall.o): Add $(dummy_frame_h).
4551 (dummy-frame.o): Add $(gdb_string_h).
4552
4553 2004-08-01 Andrew Cagney <cagney@gnu.org>
4554
4555 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
4556 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
4557 * dummy-frame.c (find_dummy_frame): Delete.
4558 (struct dummy_frame_cache, dummy_frame_sniffer)
4559 (dummy_frame_prev_register, dummy_frame_this_id)
4560 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
4561 frame unwinder using a dummy_frame_cache.
4562
4563 2004-08-01 Andrew Cagney <cagney@gnu.org>
4564
4565 * frame.h (frame_save_as_regcache): Declare.
4566 * frame.c (frame_save_as_regcache): New function.
4567 (do_frame_read_register): Replace do_frame_unwind_register.
4568 (frame_pop): Use frame_save_as_regcache.
4569 * dummy-frame.c (generic_push_dummy_frame): Use
4570 frame_save_as_regcache.
4571
4572 2004-08-01 Joel Brobecker <brobecker@gnat.com>
4573
4574 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
4575 file as included until we record the first line in the linetable.
4576
4577 2004-08-01 Andrew Cagney <cagney@gnu.org>
4578
4579 * frame.h (deprecated_pop_dummy_frame)
4580 (deprecated_read_register_dummy)
4581 (deprecated_generic_find_dummy_frame): Delete.
4582 * dummy-frame.c (deprecated_generic_find_dummy_frame)
4583 (deprecated_read_register_dummy)
4584 (deprecated_find_dummy_frame_regcache)
4585 (discard_innermost_dummy)
4586 (deprecated_pop_dummy_frame): Delete.
4587 (dummy_frame_this_id): Simplify.
4588 (struct dummy_frame): Delete "fp" and "sp".
4589 (find_dummy_frame): Simplify.
4590 (generic_push_dummy_frame): Do not set "fp" or "sp".
4591 (fprint_dummy_frames): Do not print "fp" and "sp"
4592
4593 2004-08-01 Mark Kettenis <kettenis@gnu.org>
4594
4595 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
4596 (struct i386_insn): New structure.
4597 (i386_match_insn): New function.
4598 (i386_frame_setup_skip_insns): New variable.
4599 (i386_analyze_frame_setup): Change to use i386_match_insn and the
4600 array i386_frame_setup_insns of instructions that should be
4601 skipped inside the frame setup sequence.
4602
4603 2004-08-01 Andrew Cagney <cagney@gnu.org>
4604
4605 * frame.h (deprecated_frame_xmalloc_with_cleanup)
4606 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4607 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4608 * stack.c (frame_info): Delete references to
4609 DEPRECATED_FRAME_INIT_SAVED_REGS and
4610 deprecated_get_frame_saved_regs.
4611 * frame.c (struct frame_info): Delete saved_regs and extra_info.
4612 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
4613 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
4614 (frame_unwind_register_signed)
4615 (frame_unwind_register_unsigned)
4616 (frame_unwind_unsigned_register): Use register_size.
4617 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
4618 (deprecated_frame_xmalloc_with_cleanup)
4619 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4620 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4621
4622 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
4623 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
4624 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
4625 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
4626
4627 * infcall.c (call_function_by_hand): Do not use
4628 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
4629 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
4630 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
4631 DEPRECATED_STACK_ALIGN.
4632
4633 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
4634
4635 Committed by Andrew Cagney.
4636 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
4637
4638 2004-08-01 Andrew Cagney <cagney@gnu.org>
4639
4640 * mips-tdep.c (mips16_frame_cache)
4641 (mips16_frame_this_id, mips16_frame_prev_register)
4642 (mips16_frame_unwind, mips16_frame_sniffer)
4643 (mips16_frame_base_address, mips16_frame_base)
4644 (mips16_frame_base_sniffer, mips32_frame_cache)
4645 (mips32_frame_this_id, mips32_frame_prev_register)
4646 (mips32_frame_unwind, mips32_frame_sniffer)
4647 (mips32_frame_base_address, mips32_frame_base)
4648 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
4649 separate heuristic mips16 and mips32 unwinders.
4650 (mips_stub_frame_cache, mips_stub_frame_this_id)
4651 (mips_stub_frame_prev_register)
4652 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
4653 (mips_stub_frame_base_address, mips_stub_frame_base)
4654 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
4655 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
4656 match true mdebug frames.
4657 (non_heuristic_proc_desc): Add forward declaration.
4658
4659 2004-08-01 Andrew Cagney <cagney@gnu.org>
4660
4661 * config/mips/tm-irix6.h: Delete file.
4662 * config/mips/tm-irix5.h: Delete file.
4663 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
4664 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
4665
4666 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
4667 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
4668 * config/nm-gnu.h (NO_CORE_OPS): Delete.
4669 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
4670 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
4671 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
4672 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
4673 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
4674 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
4675 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
4676 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
4677 (TARGET_SIGNAL_RAW_VALUES): Delete.
4678 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4679 Delete.
4680 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
4681 (TARGET_HW_WATCH_LIMIT): Delete.
4682 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
4683 * minimon.h: Delete file.
4684
4685 * trad-frame.c (trad_frame_get_this_base)
4686 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
4687 functions.
4688 * trad-frame.h (trad_frame_set_this_base)
4689 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
4690
4691 2004-07-31 Andrew Cagney <cagney@gnu.org>
4692
4693 * trad-frame.c (trad_frame_get_prev_register): Rename
4694 trad_frame_get_prev_register.
4695 * vax-tdep.c (vax_frame_prev_register): Update.
4696 * trad-frame.h: Update.
4697 * trad-frame.c (trad_frame_get_register): Update.
4698 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
4699 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
4700 Update.
4701 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
4702 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
4703 Update.
4704 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
4705 Update.
4706 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
4707 Update.
4708 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
4709 Update.
4710 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
4711 Update.
4712 * s390-tdep.c (s390_frame_prev_register)
4713 (s390_stub_frame_prev_register)
4714 (s390_sigtramp_frame_prev_register): Update.
4715 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
4716 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
4717 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
4718 * m88k-tdep.c (m88k_frame_prev_register)
4719 * m68hc11-tdep.c (m68hc11_frame_prev_register)
4720 * m32r-tdep.c (m32r_frame_prev_register): Update.
4721 * hppa-tdep.c (hppa_frame_prev_register_helper)
4722 * frv-tdep.c (frv_frame_prev_register): Update.
4723 * d10v-tdep.c (d10v_frame_prev_register): Update.
4724 * cris-tdep.c (cris_frame_prev_register): Update.
4725 * avr-tdep.c (avr_frame_prev_register): Update.
4726 * arm-tdep.c (arm_prologue_prev_register)
4727 (arm_sigtramp_prev_register): Update.
4728
4729 2004-07-31 Andrew Cagney <cagney@gnu.org>
4730
4731 * frame.h (legacy_saved_regs_unwind)
4732 (legacy_frame_chain_valid, legacy_frame_p)
4733 (enum frame_type): Delete UNKNOWN_FRAME.
4734 * dummy-frame.c (dummy_frame_this_id): Simplify.
4735 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
4736 * frame.c (struct frame_info): Delete the field "type".
4737 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
4738 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
4739 (legacy_saved_regs_unwind, legacy_frame_p)
4740 (frame_type_from_pc): Delete.
4741 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
4742 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
4743
4744 2004-07-31 Mark Kettenis <kettenis@gnu.org>
4745
4746 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4747 indentation.
4748
4749 * mips-nat.c: Remove file.
4750 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4751 (mips-nat.o): Remove dependency.
4752
4753 * infptrace.c: Update copyright year.
4754 (fetch_register): Pass NULL in regcache_raw_supply call instead of
4755 explicitly setting the buffer to all zeroes.
4756
4757 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
4758 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
4759
4760 2004-07-30 Andrew Cagney <cagney@gnu.org>
4761
4762 * GDB 6.2 released from gdb_6_2-branch.
4763
4764 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4765
4766 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4767
4768 * exec.c (exec_file_attach):
4769 * nto-tdep.c (nto_find_and_open_solib):
4770 * pa64solib.c (pa64_solib_sizeof_symbol_table):
4771 * solib.c (solib_open):
4772 * somsolib.c (som_solib_sizeof_symbol_table):
4773 * source.c (is_regular_file, openp, open_source_file):
4774 * symfile.c (symfile_bfd_open):
4775 * wince.c (upload_to_device): Differentiate between the search for
4776 binary and source files.
4777
4778 2004-07-30 Andrew Cagney <cagney@gnu.org>
4779
4780 * complaints.c (_initialize_complaints): Pass NULL to
4781 add_setshow_zinteger_cmd for help_doc.
4782 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4783
4784 2004-07-30 Andrew Cagney <cagney@gnu.org>
4785
4786 Fix PR i18n/761.
4787 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4788 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4789 $(PACKAGE).pot and update-po.
4790 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4791 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4792 (update-po): New rules.
4793 (localedir): Define using autoconf.
4794 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4795 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4796 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4797 * configure.in: Generate CATALOGS and LINGUAS from contents of
4798 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
4799 * configure: Re-generate.
4800 * po/gdbtext: New file
4801
4802 2004-07-30 Jerome Guitton <guitton@gnat.com>
4803
4804 * MAINTAINERS: Reorder Write After Approval list in alphabetical
4805 order.
4806
4807 2004-07-30 David Lecomber <dsl@sources.redhat.com>
4808
4809 * dwarf2read.c (read_file_scope): Set producer if attribute
4810 present.
4811 (struct dwarf2_cu): Added new member producer.
4812
4813 2004-07-30 Jerome Guitton <guitton@gnat.com>
4814
4815 * inflow.c (kill_command): release file handles in BFD.
4816 * exec.c (exec_file_attach): Ditto.
4817 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4818
4819 2004-07-29 Andrew Cagney <cagney@gnu.org>
4820
4821 * PROBLEMS (mips-irix): Note that it is broken.
4822
4823 2004-07-29 Andrew Cagney <cagney@gnu.org>
4824
4825 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4826 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4827
4828 * config/xm-nbsd.h: Delete file.
4829 * config/arm/xm-nbsd.h: Delete file.
4830 * config/i386/xm-nbsd.h: Delete file.
4831 * config/ns32k/xm-nbsd.h: Delete file.
4832 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4833 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4834 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4835 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4836 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4837
4838 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4839 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4840 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4841 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4842 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4843 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4844
4845 * config/powerpc/xm-linux.h: Delete empty file.
4846 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4847 * config/powerpc/linux.mh (XM_FILE): Delete.
4848 * config/m68k/xm-linux.h: Delete empty file.
4849 * config/m68k/linux.mh (XM_FILE): Delete.
4850 * config/ia64/xm-linux.h: Delete empty file.
4851 * config/ia64/linux.mh (XM_FILE): Delete.
4852 * config/arm/xm-linux.h: Delete empty file.
4853 * config/arm/linux.mh (XM_FILE): Delete.
4854
4855 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4856 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4857 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4858 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4859 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4860 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4861 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4862 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4863
4864 * config/m68k/xm-m68k.h: Delete file.
4865 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4866 copyright.
4867 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4868 * config/pa/xm-linux.h: Delete empty file.
4869 * config/pa/linux.mh (XM_FILE): Delete.
4870 * config/i386/xm-i386.h: Delete empty file.
4871 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4872 "i386/xm-i386.h".
4873 * config/i386/obsdaout.mh (XM_FILE): Delete.
4874 * config/i386/obsd64.mh (XM_FILE): Delete.
4875 * config/i386/fbsd64.mh (XM_FILE): Delete.
4876 * config/i386/nto.mh (XM_FILE): Delete.
4877 * config/i386/obsd.mh (XM_FILE): Delete.
4878 * config/i386/linux64.mh (XM_FILE): Delete.
4879 * config/i386/linux.mh (XM_FILE): Delete.
4880 * config/i386/i386sol2.mh (XM_FILE): Delete.
4881 * config/i386/i386gnu.mh (XM_FILE): Delete.
4882 * config/i386/fbsd.mh (XM_FILE): Delete.
4883 * config/i386/nbsd64.mh (XM_FILE): Delete.
4884
4885 2004-07-29 Andrew Cagney <cagney@gnu.org>
4886
4887 * config/pa/xm-linux.h: Do not include "floatformat.h".
4888 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4889 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4890 * config/i386/xm-i386.h: Do not include "floatformat.h".
4891 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4892 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4893 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4894 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
4895 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4896 GDB_HOST_LONG_DOUBLE_FORMAT instead.
4897 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4898 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4899 * configure, config.in: Regenerate.
4900 * configure.host (gdb_host_float_format, gdb_host_double_format)
4901 (gdb_host_long_double_format): Set according to the host.
4902
4903 2004-07-29 Andrew Cagney <cagney@gnu.org>
4904
4905 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4906
4907 2004-07-28 Andrew Cagney <cagney@gnu.org>
4908
4909 * PROBLEMS: Mention threads/1650.
4910 * NEWS: Mention the NPTL fix.
4911
4912 2004-07-28 Andrew Cagney <cagney@gnu.org>
4913
4914 * cli/cli-decode.c (add_setshow_cmd): Delete function.
4915 (add_setshow_cmd_full): Make static.
4916 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4917 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4918 * cli/cli-decode.c (add_setshow_filename_cmd)
4919 (add_setshow_string_cmd): New functions.
4920 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
4921 * mips-tdep.c (_initialize_mips_tdep): Update.
4922 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
4923 * cli/cli-logging.c (_initialize_cli_logging): Update.
4924 * complaints.c (_initialize_complaints): Update.
4925 * remote.c (_initialize_remote): Update.
4926
4927 2004-07-28 Andrew Cagney <cagney@gnu.org>
4928
4929 * cli/cli-decode.c (add_setshow_zinteger_cmd)
4930 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4931 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4932 print parameters. Make string parameters constant.
4933 * command.h: Update. Update copyright.
4934 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4935 * observer.c (_initialize_observer): Ditto.
4936 * frame.c (_initialize_frame): Ditto.
4937 * complaints.c (_initialize_complaints): Ditto.
4938 * maint.c (_initialize_maint_cmds): Ditto.
4939 * target.c (initialize_targets): Ditto.
4940 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4941 * infcall.c (_initialize_infcall): Ditto.
4942 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4943 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4944 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4945 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4946 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4947
4948 2004-07-28 Andrew Cagney <cagney@gnu.org>
4949
4950 * gdbtypes.c (lookup_primitive_typename): Delete function.
4951 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4952 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4953 * gdbtypes.c (lookup_typename): Ditto.
4954 * f-exp.y (yylex): Ditto.
4955 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4956
4957 * scm-lang.c (c_builtin_types): Delete extern declaration.
4958 (scm_language_defn): Replace
4959 string_char_type and primitive_type_vector with
4960 la_language_arch_info.
4961 * jv-lang.c (java_language_defn): Replace
4962 string_char_type and primitive_type_vector with
4963 la_language_arch_info.
4964 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4965 c_builtin_types in comment.
4966 * c-lang.h (struct language_arch_info): Declare opaque.
4967 (c_language_arch_info): Declare.
4968 (c_builtin_types): Delete declaration.
4969 * c-lang.c (c_language_arch_info): Set string_char_type to
4970 builtin_char, not builtin_true_char. Make global.
4971 (c_builtin_types): Delete array.
4972 (asm_language_defn, minimal_language_defn): Replace
4973 string_char_type and primitive_type_vector with
4974 la_language_arch_info.
4975
4976 2004-07-28 Andrew Cagney <cagney@gnu.org>
4977
4978 * gdbtypes.h (struct builtin_type): Rename true_char to
4979 builtin_true_char.
4980 * gdbtypes.c (gdbtypes_post_init): Update.
4981 * c-lang.c (arch_info): New function.
4982 (enum c_primitive_types): New enum.
4983 (c_language_defn): Instead of string_char_type and
4984 primitive_type_vector set la_language_arch_info.
4985
4986 2004-07-28 Andrew Cagney <cagney@gnu.org>
4987
4988 * language.h (struct language_arch_info): Fix typo
4989 s/primative/primitive/.
4990 * gdbtypes.c (lookup_primitive_typename): Ditto.
4991 * language.c (language_lookup_primitive_type_by_name)
4992 (unknown_language_arch_info): Ditto.
4993
4994 2004-07-27 Andrew Cagney <cagney@gnu.org>
4995
4996 * defs.h (enum language): Add nr_languages.
4997 * language.h (struct language_arch_info): Define.
4998 (struct language_defn): Add la_language_arch_info.
4999 (language_lookup_primative_type_by_name): Declare.
5000 (language_string_char_type): Declare.
5001 * language.c (_initialize_language, language_gdbarch_post_init)
5002 (struct language_gdbarch, language_gdbarch_data): Implement
5003 per-architecture language information.
5004 (unknown_language_arch_info, language_string_char_type)
5005 (language_lookup_primative_type_by_name): New functions.
5006 (unknown_language_defn, auto_language_defn)
5007 (local_language_defn): Set la_language_arch_info to
5008 unknown_language_arch_info.
5009 (unknown_builtin_types): Delete.
5010 * gdbtypes.c (lookup_primitive_typename): Use
5011 language_lookup_primative_type_by_name.
5012 (create_string_type): Use language_string_char_type.
5013 * values.c (value_from_string): Use language_string_char_type.
5014 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
5015 * p-lang.c (pascal_language_defn): Ditto.
5016 * m2-lang.c (m2_language_defn): Ditto.
5017 * jv-lang.c (java_language_defn): Ditto.
5018 * objc-lang.c (objc_language_defn): Ditto.
5019 * f-lang.c (f_language_defn): Ditto.
5020 * c-lang.c (c_language_defn, cplus_language_defn)
5021 (asm_language_defn, minimal_language_defn): Ditto.
5022
5023 2004-07-27 Andrew Cagney <cagney@gnu.org>
5024
5025 * gdbtypes.h (struct builtin_type): Declare.
5026 (builtin_type): Declare.
5027 * d10v-tdep.c (d10v_register_type): Use builtin_type.
5028 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
5029 (gdbtypes_post_init): New function.
5030 (builtin_type): New function.
5031
5032 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
5033
5034 * remote-m32r-sdi.c: Fix breakpoint bug.
5035 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
5036 recv_char_data, recv_long_data): New functions to replace communication
5037 sequences.
5038
5039 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
5040
5041 Document PR threads/1650.
5042 * PROBLEMS (Threads): Document problem with many threads
5043
5044 2004-07-26 Andrew Cagney <cagney@gnu.org>
5045
5046 * gdb-mi.el: Move from here ...
5047 * mi/gdb-mi.el: ... to here.
5048
5049 2004-07-26 Andrew Cagney <cagney@gnu.org>
5050
5051 Problem reported by Ashley Pittman <ashley@quadrics.com>.
5052 * main.c (captured_main): When in batch mode always detach.
5053
5054 2004-07-26 Andrew Cagney <cagney@gnu.org>
5055
5056 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
5057 and h8300 as broken.
5058 * NEWS: END-OF-LIFE frame compatibility module.
5059 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
5060 specific comments.
5061
5062 2004-07-26 Andrew Cagney <cagney@gnu.org>
5063
5064 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
5065 * xcoffsolib.c (_initialize_xcoffsolib): Update.
5066 * wince.c (_initialize_wince): Update.
5067 * win32-nat.c (_initialize_win32_nat): Update.
5068 * varobj.c (_initialize_varobj): Update.
5069 * valops.c (_initialize_valops): Update.
5070 * utils.c (initialize_utils, initialize_utils): Update.
5071 * tui/tui-win.c (_initialize_tui_win): Update.
5072 * top.c (init_main): Update.
5073 * symfile.c (_initialize_symfile): Update.
5074 * source.c (_initialize_source): Update.
5075 * somsolib.c (_initialize_som_solib): Update.
5076 * solib.c (_initialize_solib): Update.
5077 * solib-frv.c (_initialize_frv_solib): Update.
5078 * serial.c (_initialize_serial): Update.
5079 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
5080 * remote.c (_initialize_remote, _initialize_remote): Update.
5081 * remote-vx.c (_initialize_vx): Update.
5082 * remote-utils.c (_initialize_sr_support): Update.
5083 * remote-sds.c (_initialize_remote_sds): Update.
5084 * remote-mips.c (_initialize_remote_mips): Update.
5085 * remote-e7000.c (_initialize_remote_e7000): Update.
5086 * proc-api.c (_initialize_proc_api): Update.
5087 * printcmd.c: Update.
5088 * parse.c (_initialize_parse): Update.
5089 * pa64solib.c (_initialize_pa64_solib): Update.
5090 * p-valprint.c (_initialize_pascal_valprint): Update.
5091 * monitor.c (_initialize_remote_monitors): Update.
5092 * mips-tdep.c (_initialize_mips_tdep): Update.
5093 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5094 * maint.c (_initialize_maint_cmds): Update.
5095 * lin-lwp.c (_initialize_lin_lwp): Update.
5096 * language.c (_initialize_language): Update.
5097 * kod.c (_initialize_kod): Update.
5098 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
5099 * i386-tdep.c (_initialize_i386_tdep): Update.
5100 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
5101 * gdbarch.sh: Update.
5102 * gdbarch.c: Re-generate.
5103 * gdb-events.sh: Update.
5104 * gdb-events.c: Re-generate.
5105 * frame.c (_initialize_frame): Update.
5106 * exec.c: Update.
5107 * demangle.c (_initialize_demangler): Update.
5108 * dcache.c (_initialize_dcache): Update.
5109 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
5110 * cp-valprint.c (_initialize_cp_valprint): Update.
5111 * corefile.c (_initialize_core): Update.
5112 * command.h: Update.
5113 * cli/cli-decode.h: Update.
5114 * cli/cli-cmds.c (init_cli_cmds): Update.
5115 * charset.c (_initialize_charset): Update.
5116 * breakpoint.c (_initialize_breakpoint): Update.
5117 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
5118 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5119 * aix-thread.c (_initialize_aix_thread): Update.
5120
5121 2004-07-24 Mark Kettenis <kettenis@gnu.org>
5122
5123 Partial fix for PR backtrace/1718.
5124 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
5125 that GCC migrates into the prolugue. Don't handle any
5126 instructions that clobber %ebx.
5127
5128 2004-07-23 Andrew Cagney <cagney@gnu.org>
5129
5130 Use regcache_raw_collect instead of regcache_collect.
5131 * regcache.h (regcache_collect): Delete declaration.
5132 * regcache.c (regcache_colect): Delete function.
5133 * win32-nat.c (do_child_store_inferior_registers): Update.
5134 * sol-thread.c (sol_thread_store_registers): Update.
5135 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
5136 * rs6000-nat.c (store_register): Update.
5137 * remote.c (store_register_using_P, remote_store_registers): Update.
5138 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
5139 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
5140 (fill_vrregset, store_spe_registers, fill_gregset)
5141 (fill_gregset): Update.
5142 * nto-procfs.c (procfs_store_registers): Update.
5143 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
5144 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
5145 * m68klinux-nat.c (store_register, fill_gregset): Update.
5146 * m68k-tdep.c (fill_gregset): Update.
5147 * infptrace.c (store_register): Update.
5148 * i386-nto-tdep.c (i386nto_regset_fill): Update.
5149 * i386-linux-nat.c (store_register, fill_gregset): Update.
5150 * hppa-linux-nat.c (fill_gregset): Update.
5151 * go32-nat.c (store_register): Update.
5152 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
5153 (store_fp_regs): Update.
5154 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
5155 (store_nwfpe_extended, store_fpregister, store_fpregs)
5156 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
5157 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
5158 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
5159 (store_regs_user_thread, store_regs_kernel_thread): Update.
5160
5161 2004-07-24 Mark Kettenis <kettenis@gnu.org>
5162
5163 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
5164 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
5165 encoding.
5166 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
5167 member of `struct comp_unit'.
5168
5169 2004-07-23 Andrew Cagney <cagney@gnu.org>
5170
5171 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
5172 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
5173
5174 2004-07-23 Martin Hunt <hunt@redhat.com>
5175 Kevin Buettner <kevinb@redhat.com>
5176
5177 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
5178 alignment was being added to the offset instead of multiplied.
5179
5180 2004-07-23 Mark Kettenis <kettenis@gnu.org>
5181
5182 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
5183 changed signal trampoline in OpenBSD 3.5-current.
5184
5185 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
5186 <machine/pcb.h> and "bsd-kvm.h".
5187 (sparc64nbsd_supply_pcb): New function.
5188 (_initialize_sparc64nbsd_nat): Renamed from
5189 _initialize_sparcnbsd_nat. Enable libkvm interface.
5190 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
5191 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
5192 (LOADLIBES): New variable.
5193
5194 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
5195
5196 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
5197
5198 2004-07-21 Andrew Cagney <cagney@gnu.org>
5199
5200 Use regcache_raw_supply instead of supply_register.
5201 * regcache.h (supply_register): Delete declaration.
5202 * regcache.c (supply_register): Delete function.
5203 * wince.c (do_child_fetch_inferior_registers): Update.
5204 * win32-nat.c (do_child_fetch_inferior_registers)
5205 (fetch_elf_core_registers): Update.
5206 * v850ice.c (v850ice_fetch_registers): Update.
5207 * thread-db.c (thread_db_store_registers): Update.
5208 * sol-thread.c (sol_thread_store_registers): Update.
5209 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
5210 * rs6000-nat.c (fetch_register): Update.
5211 * rom68k-rom.c (rom68k_supply_one_register): Update.
5212 * remote.c (remote_wait, remote_async_wait): Update.
5213 * remote-st.c (get_hex_regs): Update.
5214 * remote-sim.c (gdbsim_fetch_register): Update.
5215 * remote-sds.c (sds_fetch_registers): Update.
5216 * remote-rdp.c (remote_rdp_fetch_register): Update.
5217 * remote-rdi.c (arm_rdi_fetch_registers): Update.
5218 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
5219 * remote-m32r-sdi.c (m32r_fetch_register): Update.
5220 * remote-hms.c (init_hms_cmds): Update.
5221 * remote-est.c (init_est_cmds): Update.
5222 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
5223 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
5224 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
5225 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
5226 (fetch_register, supply_vrregset, supply_vrregset)
5227 (fetch_spe_registers): Update.
5228 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
5229 * monitor.c (monitor_supply_register): Update.
5230 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
5231 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
5232 (mipsnbsd_supply_fpreg): Update.
5233 * mips-nat.c (fetch_inferior_registers)
5234 (fetch_core_registers): Update.
5235 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
5236 (supply_fpregset, mips64_supply_gregset)
5237 (mips64_supply_fpregset): Update.
5238 * m68klinux-nat.c (fetch_register, supply_gregset)
5239 (supply_fpregset): Update.
5240 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
5241 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
5242 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
5243 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
5244 * infptrace.c (fetch_register): Update.
5245 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
5246 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
5247 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
5248 (gnu_fetch_registers, gnu_store_registers): Update.
5249 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
5250 * i386-linux-nat.c (fetch_register, supply_gregset)
5251 (dummy_sse_values): Update.
5252 * hpux-thread.c (hpux_thread_fetch_registers): Update.
5253 * hppah-nat.c (fetch_register): Update.
5254 * hppa-linux-nat.c (fetch_register, supply_gregset)
5255 (supply_fpregset): Update.
5256 * go32-nat.c (fetch_register): Update.
5257 * dve3900-rom.c (fetch_bitmapped_register)
5258 (_initialize_r3900_rom): Update.
5259 * cris-tdep.c (supply_gregset): Update.
5260 * abug-rom.c (init_abug_cmds): Update.
5261 * core-aout.c (fetch_core_registers): Update.
5262 * armnbsd-nat.c (supply_gregset, supply_fparegset)
5263 (fetch_register, fetch_fp_register): Update.
5264 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
5265 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
5266 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
5267 * alphanbsd-tdep.c (fetch_core_registers): Update.
5268 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
5269 * alpha-nat.c (fetch_osf_core_registers)
5270 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
5271 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
5272 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
5273
5274 2004-07-21 Andrew Cagney <cagney@gnu.org>
5275
5276 * PROBLEMS: Mention breakpoints/1702.
5277 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
5278 that is known to work.
5279
5280 2004-07-21 Andrew Cagney <cagney@gnu.org>
5281
5282 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
5283 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
5284 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
5285 (handle_inferior_event): Wrap call to deprecated
5286 IGNORE_HELPER_CALL in #ifdef.
5287 * config/mips/tm-nbsd.h: Update.
5288
5289 2004-07-20 Jim Blandy <jimb@redhat.com>
5290
5291 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
5292 bfd_mach_ppc has no segment registers.
5293
5294 Include PowerPC SPR numbers for special-purpose registers.
5295 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
5296 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
5297 new member in initializer.
5298 (S, S4, SN4, S64): New macros for defining special-purpose
5299 registers.
5300 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
5301 registers_403, registers_403GC, registers_505, registers_860,
5302 registers_601, registers_602, registers_603, registers_604,
5303 registers_750, registers_e500): Use them.
5304
5305 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
5306 replace references with expression used to initialize variable.
5307
5308 2004-07-20 Andrew Cagney <cagney@gnu.org>
5309
5310 * breakpoint.c (deprecated_read_memory_nobpt): Rename
5311 read_memory_nobpt.
5312 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
5313 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
5314 (s390_sigtramp_frame_sniffer): Update.
5315 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
5316 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
5317 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
5318 (mips32_fetch_instruction): Update.
5319 * mcore-tdep.c (get_insn): Update.
5320 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
5321 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
5322 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
5323 * i386-linux-tdep.c (i386_linux_sigtramp_start)
5324 (i386_linux_rt_sigtramp_start): Update.
5325 * i386-linux-nat.c (child_resume): Update.
5326 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
5327 * hppa-linux-tdep.c (insns_match_pattern): Update.
5328 * gdbcore.h: Update.
5329 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
5330 * frame.c (safe_frame_unwind_memory): Update.
5331 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
5332 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
5333 * alpha-tdep.c (alpha_read_insn): Update.
5334
5335 2004-07-20 Andrew Cagney <cagney@gnu.org>
5336
5337 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
5338 containing both bytes and mask. Add "frame_type".
5339 * tramp-frame.c (tramp_frame_start): Update.
5340 (tramp_frame_prepend_unwinder): Update.
5341 * mips-linux-tdep.c (mips_linux_o32_sigframe)
5342 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
5343 (mips_linux_n64_rt_sigframe): Update. Make "static const".
5344 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
5345
5346 2004-07-19 Eli Zaretskii <eliz@gnu.org>
5347
5348 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
5349 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
5350 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
5351 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
5352
5353 2004-07-17 Andrew Cagney <cagney@gnu.org>
5354
5355 * NEWS, PROBLEMS: Update for 6.2.
5356
5357 * README: Update to 6.2.
5358
5359 * utils.c (xvasprintf): Call xstrvprintf.
5360
5361 * parse.c: Update copyright.
5362 (null_post_parser): Eliminate ARGSUSED.
5363
5364 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
5365 * tui/tui-win.c (tui_get_cmd_list): Ditto.
5366 * symfile-mem.c (_initialize_symfile_mem): Ditto.
5367
5368 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
5369 * ppc-linux-nat.c: Use "Linux kernel".
5370 * hppa-linux-tdep.c: Use GNU/Linux.
5371 * hppa-linux-nat.c: Use GNU/Linux.
5372 * dwarfread.c: Add [sic] to use of Linux.
5373
5374 * hppa-linux-nat.c: Do not include <string.h>.
5375 (supply_fpregset): Remove "register" attribute.
5376
5377 * solib-frv.c (fetch_loadmap): Use xfree, not free.
5378
5379 2004-07-17 Mark Kettenis <kettenis@gnu.org>
5380
5381 * configure.in: Define _MSE_INT_H on Solaris 9 too.
5382 * configure, config.in: Regenerated.
5383
5384 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5385 "bsd-kvm.h".
5386 (vaxbsd_supply_pcb): New function.
5387 (_initialize_vaxbsd_nat): New prototype and function.
5388 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
5389 solib-sunos.o.
5390 (LOADLIBES): New variable.
5391 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5392 (LOADLIBES): New variable.
5393 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5394 (LOADLIBES): New variable.
5395 * Makefile.in (vaxbsd-nat.o): Update dependencies.
5396
5397 2004-07-16 Andrew Cagney <cagney@gnu.org>
5398
5399 * defs.h (event_loop_p): Replace variable declaration with macro,
5400 always 1.
5401 * main.c (captured_main): Delete options "-async" and "-noasync".
5402 (event_loop_p): Delete variable.
5403 * NEWS: Mention that "-async" and "-noasync" were removed.
5404
5405 2004-07-16 Andrew Cagney <cagney@gnu.org>
5406
5407 * remote-m32r-sdi.c: Re-indent.
5408
5409 2004-07-16 Jim Blandy <jimb@redhat.com>
5410
5411 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
5412 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
5413 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
5414 missing MPC823 SPRs.
5415 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
5416 incorrect. (This was corrected in GDB's register name tables on
5417 2004-07-14.)
5418
5419 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
5420 should be "esasrr" ("ESA Save and Restore Register").
5421
5422 2004-07-16 Andrew Cagney <cagney@gnu.org>
5423
5424 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
5425 calls, no longer applicable. Update comments and rename parameter
5426 "step_frame" to "return_frame".
5427
5428 2004-07-16 Andrew Cagney <cagney@gnu.org>
5429
5430 * frame.c (fprint_field): New function.
5431 (fprint_frame_id): Use fprint_field.
5432
5433 2004-07-15 Joel Brobecker <brobecker@gnat.com>
5434
5435 * ada-lang.c (ada_language_defn): Remove commented out code.
5436
5437 2004-07-15 Jim Blandy <jimb@redhat.com>
5438
5439 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
5440 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
5441
5442 2004-07-14 Jim Blandy <jimb@redhat.com>
5443
5444 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
5445
5446 * ppc-tdep.h (ppc_num_vrs): New enum constant.
5447
5448 * ppc-tdep.h (ppc_num_srs): New enum constant.
5449
5450 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
5451 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
5452 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
5453 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
5454 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
5455 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
5456 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
5457 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
5458 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
5459 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
5460 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
5461 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
5462 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
5463 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
5464 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
5465 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
5466 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
5467 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
5468 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
5469 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
5470 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
5471 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
5472 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
5473 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
5474 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
5475 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
5476 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
5477 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
5478 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
5479 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
5480 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
5481 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
5482 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
5483 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
5484 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
5485 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
5486 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
5487 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
5488 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
5489 special-purpose register numbers.
5490
5491 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
5492 manual mentions 'md_twb', but many mention 'm_twb', and at that
5493 point in the register list.)
5494
5495 2004-07-14 Andrew Cagney <cagney@gnu.org>
5496
5497 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
5498 instead of "internal-error".
5499
5500 2004-07-10 Joel Brobecker <brobecker@gnat.com>
5501
5502 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
5503 that was inserted inside a comment.
5504
5505 2004-07-10 Randolph Chung <tausq@debian.org>
5506
5507 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
5508 function.
5509 (hppa_hpux_push_dummy_code): New function.
5510 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
5511 Set find_global_pointer method.
5512
5513 2004-07-10 Mark Kettenis <kettenis@gnu.org>
5514
5515 * NEWS: Mention BSD libkvm interface.
5516
5517 2004-07-10 Michael Snyder <msnyder@redhat.com>
5518
5519 * symfile.c (generic_load): Comment typo.
5520 * stack.c (get_selected_block): Ditto.
5521 * regcache.c (regcache_cooked_read): Ditto.
5522 * monitor.c (monitor_debug): Ditto.
5523 * mips-tdep.c (mips_read_pc): Ditto.
5524 * i386-linux-nat.c (ps_get_thread_area): Ditto.
5525 * gdb_mbuild.sh: Ditto.
5526 * gdbarch.sh: Ditto.
5527 * gdbarch.h: Ditto.
5528
5529 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
5530
5531 * ada-tasks.c: Remove file.
5532
5533 Remove ARI problems:
5534
5535 * ada-exp.y (write_var_from_sym): Reformat to put operator at
5536 beginning of line.
5537
5538 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
5539 Add comment.
5540 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
5541 (MIN_OF_SIZE): Rename min_of_size. Add comment.
5542 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
5543 (UMIN_OF_SIZE): Remove.
5544 (max_of_type): New function to replace orphan macro in gdbtypes.h
5545 (min_of_type): Ditto.
5546 (discrete_type_high_bound): Use max_of_type.
5547 (discrete_type_low_bound): Use min_of_type.
5548 (possible_user_operator_p): Move operator to beginning of line.
5549 (ada_is_variant_part): Ditto.
5550 (ensure_lval): Rewrite to avoid deprecated operations.
5551 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
5552 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
5553 (ada_enum_name): Remove assignments in 'if' statements.
5554 (build_ada_types): Add gdbarch parameter.
5555 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
5556 with gdbarch_data_register_post_init.
5557 Use add_setshow_uinteger_cmd rather than add_set_cmd and
5558 add_show_from_set.
5559
5560 * ada-valprint.c (inspect_it): Remove declaration.
5561 (repeat_count_threshold): Remove declaration.
5562 (ada_print_floating): Remove assignments in 'if' statements.
5563 (print_str): Move operator to beginning of line.
5564
5565 2004-07-08 Jim Blandy <jimb@redhat.com>
5566
5567 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
5568
5569 2004-07-08 Bob Rossi <bob@brasko.net>
5570
5571 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
5572
5573 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
5574
5575 * language.h (struct_language_defn): Add new function pointer:
5576 la_class_name_from_physname. Also add new prototype for
5577 language_class_name_from_physname.
5578 * language.c (language_class_name_from_physname): New function.
5579 (unk_lang_class_name): Ditto.
5580 (unknown_language_defn, auto_language_defn): Change
5581 to add unk_lang_class_name function pointer for
5582 la_class_name_from_physname.
5583 (local_language_defn): Ditto.
5584 * dwarf2read.c (guess_structure_name): Change to call
5585 language_class_name_from_physname.
5586 (determine_class_name): Ditto.
5587 * cp-support.c (class_name_from_physname): Renamed.
5588 (cp_class_name_from_physname): New name of function.
5589 * cp-support.h: Ditto.
5590 * c-lang.c (c_language_defn): Change to add NULL
5591 for class_name_from_physname function pointer.
5592 (cplus_language_defn): Change to add cp_class_name_from_physname.
5593 * jv-lang.c (java_class_name_physname): New function.
5594 (java_find_last_component): New static routine.
5595 (java_language_defn): Add java_class_name_from_physname pointer.
5596 * ada-lang.c (ada_language_defn): Change to add NULL
5597 for class_name_from_physname function pointer.
5598 * f-lang.c (f_language_defn): Ditto.
5599 * m2-lang.c (m2_language_defn): Ditto.
5600 * objc-lang.c (objc_language_defn): Ditto.
5601 * p-lang.c (pascal_language_defn): Ditto.
5602 * scm-lang.c (scm_language_defn): Ditto.
5603
5604 2004-07-06 Andrew Cagney <cagney@gnu.org>
5605
5606 Patch from Bart Robinson.
5607 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
5608 (O_LARGEFILE): Define to 0, if not defined.
5609
5610 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5611
5612 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
5613 <machine/pcb.h> and "bsd-kvm.h".
5614 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
5615 (m68kbsd_supply_pcb): New function.
5616 (_initialize_m68kbsd_nat): New prototype and function.
5617 * Makefile.in (m68kbsd-nat.o): Update dependencies.
5618 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5619 (LOADLIBES): New variable.
5620 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5621 (LOADLIBES): New variable.
5622
5623 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
5624
5625 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5626
5627 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
5628 <sys/proc.h>.
5629 (bsd_kvm_cmdlist): New variable.
5630 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
5631 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
5632 command and "kvm proc" command.
5633 * Makefile.in (bsd-kvm.o): Update dependencies.
5634
5635 2004-07-02 Mark Kettenis <kettenis@gnu.org>
5636
5637 * osabi.c: Update copyright year.
5638 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
5639 notes if EI_OSABI is set to ELFOSABI_HPUX.
5640
5641 2004-07-01 Michael Snyder <msnyder@redhat.com>
5642
5643 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
5644 that seems to have gotten whacked out of line.
5645
5646 2004-07-01 Mark Kettenis <kettenis@gnu.org>
5647
5648 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
5649 code.
5650
5651 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5652
5653 * ada-lang.c (decode_packed_array): Minor change to comment.
5654 (ada_value_slice_ptr): New function.
5655 (ada_value_slice): New function.
5656 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
5657 test. Don't know why it is there.
5658 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
5659 to avoid dereferencing huge arrays from which one is slicing.
5660 (empty_array): Correct to return an array rather than
5661 a subrange value.
5662 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
5663 on empty arrays (let'em use 'FIRST instead).
5664
5665 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5666
5667 Address complaints from gdb_ari.sh:
5668
5669 * ada-exp.y: Include gdb_string.h rather than string.h.
5670 (convert_char_literal): Reformat declaration.
5671 * ada-lang.h: Include opaque struct declaration for struct frame_info.
5672 * ada-lex.l: Change use of free to xfree (the macro would do so
5673 anyway, but this is harmless).
5674 Include gdb_string.h rather than string.h.
5675 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
5676
5677 * ada-lang.c (parse): Remove K&Rism in parameter list.
5678 (is_name_suffix): Correct Linux => GNU/Linux in comment.
5679
5680 2004-06-30 Mark Kettenis <kettenis@gnu.org>
5681
5682 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
5683 dead code.
5684
5685 2004-06-30 Mark Kettenis <kettenis@gnu.org>
5686
5687 * alphabsd-nat.c: Update copyright year.
5688 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
5689
5690 2004-06-29 Joel Brobecker <brobecker@gnat.com>
5691
5692 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
5693 (i386_cygwin_in_solib_call_trampoline): New function.
5694 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
5695 and skip_trampoline_code gdbarch methods.
5696
5697 2004-06-29 Jim Blandy <jimb@redhat.com>
5698
5699 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
5700 name actually used in the dependency lists.
5701
5702 2004-06-29 Randolph Chung <tausq@debian.org>
5703
5704 * NEWS (New native configurations): Mention GNU/Linux/hppa.
5705
5706 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
5707
5708 * win32-nat.c (child_pid_to_exec_file): New function.
5709 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
5710 functionality.
5711
5712 2004-06-28 Andrew Cagney <cagney@gnu.org>
5713
5714 * defs.h (xstrvprintf): Declare.
5715 * utils.c (xstrvprintf): New function.
5716 (internal_vproblem, xstrprintf, xasprintf)
5717 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
5718 * serial.c (serial_printf): Ditto.
5719 * complaints.c (vcomplaint): Ditto.
5720
5721 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
5722
5723 * infcmd.c (attach_command): Move call to target_terminal_inferior
5724 behind loading symbol table.
5725
5726 2004-06-28 Andrew Cagney <cagney@gnu.org>
5727
5728 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
5729 change - add back extern deprecated_ui_loop_hook declaration.
5730
5731 2004-06-28 Andrew Cagney <cagney@gnu.org>
5732
5733 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
5734 xstrprintf.
5735 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
5736 (c_value_of_variable): Ditto.
5737 * utils.c (internal_vproblem): Ditto.
5738 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
5739 * remote.c (add_packet_config_cmd): Ditto.
5740 * remote-rdp.c (rdp_set_command_line): Ditto.
5741 * regcache.c (regcache_dump): Ditto.
5742 * frv-tdep.c (new_variant, new_variant): Ditto.
5743 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
5744 (fbsd_find_memory_regions): Ditto.
5745 * breakpoint.c (create_thread_event_breakpoint)
5746 (create_breakpoints): Ditto.
5747 * aix-thread.c (aix_thread_pid_to_str): Ditto.
5748 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
5749
5750 2004-06-28 Joel Brobecker <brobecker@gnat.com>
5751
5752 * ada-lang.c: Re-indent file, with some massaging to help indent
5753 a bit when the result is otherwise really too ugly.
5754
5755 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5756
5757 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
5758 code_addr_p and special_addr_p to 'unsigned int'.
5759
5760 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5761
5762 * i386v4-nat.c: Update copyright year and tweak comment.
5763 (regmap): Remove trailing comma.
5764 (supply_gregset): Rename local variable i to regnum. Call
5765 regcache_raw_supply instead of supply_register.
5766 (fill_gregset): Rename argument regno to regnum. Call
5767 regcache_raw_collect instead of regcache_collect.
5768
5769 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5770
5771 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5772 and special_addr_p.
5773 (frame_id_build, frame_id_build_special): Update comments.
5774 (frame_id_build_wild): New prototype.
5775 * frame.c (frame_id_build, frame_id_build_special): Fill in new
5776 struct frame_id fields.
5777 (frame_id_build_wild): New function.
5778 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5779
5780 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5781
5782 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5783 hppabsd-tdep.c.
5784
5785 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5786
5787 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5788
5789 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5790
5791 * ada-lang.c: Re-indent file.
5792
5793 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5794
5795 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5796 (no_symtab_msg): Likewise.
5797
5798 2004-06-27 Andreas Schwab <schwab@suse.de>
5799
5800 * source.c: Fix whitespace.
5801
5802 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5803
5804 * configure.in: Include <sys/param.h> for td_pcb test.
5805 * configure: Regenerated.
5806
5807 * i386nbsd-nat.c: New file.
5808 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5809 i386obsd-nat.c and i386obsd-tdep.c.
5810 (i386nbsd-nat.o): New dependency.
5811 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5812 bsd-kvm.o.
5813 (LOADLIBES): New variable.
5814 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5815 bsd-kvm.o.
5816 (LOADLIBES): New variable.
5817
5818 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5819 (LOADLIBES): New variable.
5820
5821 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5822 fetching from BSD_KVM_PADDR. Correctly lookup address for
5823 "_thread0".
5824
5825 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5826 "bsd-kvm.h".
5827 (amd64fbsd_supply_pcb): New funcion.
5828 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5829
5830 2004-06-27 <david@streamline-computing.com>
5831
5832 Partial fix for PR cli/1056.
5833 * valarith.c: Check for zero in division and remainder
5834 evaluation.
5835
5836 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5837
5838 * i387-tdep.c: Remove excessive whitespace.
5839
5840 2004-06-26 Andrew Cagney <cagney@gnu.org>
5841
5842 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5843 * gdb-events.h, gdb-events.c: Re-generate.
5844 * tui/tui-hooks.c (tui_install_hooks): Update.
5845 (tui_remove_hooks): Update.
5846 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5847
5848 2004-06-26 Mark Kettenis <kettenis@gnu.org>
5849
5850 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5851 (gregset_t, fpregset_t): Remove typedefs.
5852 (REG_OFFSET): Rename argument.
5853 (amd64bsd_r_reg_offset): Rename from reg_offset.
5854 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5855 Remove functions.
5856 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5857 of reg_offset.
5858 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5859
5860 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5861
5862 * vax-tdep.c: Tweak comment.
5863
5864 Add OpenBSD/hppa support.
5865 * NEWS (New native configurations): Mention OpenBSD/hppa.
5866 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5867 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5868 files.
5869 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5870 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5871 * configure.host: Add hppa*-*-openbsd*.
5872 * configure.tgt: Add hppa*-*-openbsd*.
5873
5874 2004-06-25 Andrew Cagney <cagney@gnu.org>
5875
5876 * defs.h (deprecated_ui_loop_hook): Deprecated.
5877 * wince.c (child_wait): Update.
5878 * win32-nat.c (child_wait): Update.
5879 * v850ice.c (v850ice_wait): Update.
5880 * top.c (deprecated_ui_loop_hook): Update.
5881 * serial.h: Update.
5882 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
5883 (do_unix_readchar): Update.
5884 * ser-tcp.c (net_open): Update.
5885 * remote-sim.c (gdb_os_poll_quit): Update.
5886 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5887
5888 2004-06-24 Andrew Cagney <cagney@gnu.org>
5889
5890 * defs.h (deprecated_pre_add_symbol_hook)
5891 (deprecated_post_add_symbol_hook): Deprecated.
5892 * symfile.c (symbol_file_add_with_addrs_or_offsets)
5893 (symbol_file_add_with_addrs_or_offsets): Update references.
5894
5895 2004-06-24 Andrew Cagney <cagney@gnu.org>
5896
5897 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5898 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5899 * wince.c (ui_loop_hook): Delete extern declaration.
5900 * win32-nat.c (ui_loop_hook): Delete extern declaration..
5901 * v850ice.c (ui_loop_hook): Delete extern declaration..
5902 * ser-unix.c (ui_loop_hook): Delete extern declaration..
5903 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5904 * remote-sim.c (ui_loop_hook): Delete extern declaration..
5905 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5906 ui_loop_hook declaration.
5907
5908 2004-06-24 Andrew Cagney <cagney@gnu.org>
5909
5910 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5911 entry_func_highpc fields.
5912 * objfiles.c (init_entry_point_info): Do not clear
5913 entry_func_lowpc and entry_func_highpc.
5914 (objfile_relocate): Do not relocate entry_func_lowpc and
5915 entry_func_highpc.
5916 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5917 entry_func_highpc.
5918 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5919 entry_func_highpc.
5920 * blockframe.c (legacy_frame_chain_valid): Replace tests against
5921 entry_func_lowpc and entry_func_highpc with call to
5922 inside_entry_func.
5923
5924 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5925
5926 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5927 quad-precision floating point arguments in registers.
5928
5929 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5930
5931 From Michael Mueller <m.mueller99@kay-mueller.de>:
5932 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5933 account.
5934
5935 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
5936
5937 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5938 to -1.
5939 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5940 untriggered watchpoints to a separate if clause. Update function
5941 comment regarding STOPPED_BY_WATCHPOINT argument.
5942
5943 2004-06-22 Jim Blandy <jimb@redhat.com>
5944
5945 * gdbarch.sh: Doc fix.
5946
5947 2004-06-21 Martin Hunt <hunt@redhat.com>
5948 Kevin Buettner <kevinb@redhat.com>
5949
5950 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5951 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5952 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5953 to set_gdbarch_sp_regnum(). Use cooked register number.
5954 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5955
5956 2004-06-21 Andrew Cagney <cagney@gnu.org>
5957
5958 * gdbarch.sh: When the macro field is empty, do not generate a
5959 macro definition. When the macro field is "=", generate the macro
5960 name from the upper-case function name.
5961 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5962 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5963 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5964 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5965 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5966 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5967 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5968 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5969 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5970 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5971 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5972 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5973 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
5974 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
5975 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5976 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
5977 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
5978 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
5979 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
5980 (DEPRECATED_USE_STRUCT_CONVENTION)
5981 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5982 (DEPRECATED_FRAME_INIT_SAVED_REGS)
5983 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
5984 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
5985 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5986 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
5987 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
5988 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
5989 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
5990 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
5991 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
5992 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
5993 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
5994 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
5995 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
5996 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
5997 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
5998 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
5999
6000 2004-06-21 Andrew Cagney <cagney@gnu.org>
6001
6002 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
6003 macro name, and the function rather than macro value. Only wrap
6004 macro print statements in #ifdef. Move format logic to where it
6005 is needed.
6006 * gdbarch.c: Re-generate.
6007
6008 * gdbarch.sh (read): Delete "print_p" and "description", add
6009 "garbage_at_eol". Check for non-empty garbage at end-of-line.
6010 Delete references to print_p.
6011 (TARGET_ARCHITECTURE): Delete print predicate.
6012 * gdbarch.c: Re-generate.
6013
6014 * gdbarch.sh: Check that multi-arch methods do not provide a
6015 macro.
6016 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
6017 (print_registers_info, print_float_info, print_vector_info)
6018 (adjust_breakpoint_address, remote_translate_xfer_address)
6019 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
6020 (address_class_type_flags_to_name, unwind_sp): Remove the macro
6021 name from the multi-arch definition.
6022
6023 2004-06-20 Andrew Cagney <cagney@gnu.org>
6024
6025 * gdbarch.sh: Sort by the function, instead of macro name.
6026 * gdbarch.c: Re-generate.
6027
6028 2004-06-20 Andrew Cagney <cagney@gnu.org>
6029
6030 * gdbarch.sh: Use the function, instead of macro name in
6031 errors and the log file.
6032 (return_value): Remove stray ":" in spec.
6033
6034 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
6035 * gdbarch.h, gdbarch.c: Re-generate.
6036 * Makefile.in (arch-utils.o): Update dependencies.
6037 * values.c (using_struct_return): Move code calling
6038 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
6039 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
6040 to legacy_return_value, simplify.
6041 * infcmd.c (print_return_value): Move code calling
6042 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
6043 to legacy_return_value, simplify.
6044 * infcall.c (call_function_by_hand): Move code calling
6045 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
6046 * arch-utils.c: Update copyright. Include "gdbcore.h".
6047 (legacy_return_value): New function.
6048 * arch-utils.h: Update copyright.
6049 (legacy_return_value): Declare.
6050
6051 2004-06-20 Andrew Cagney <cagney@gnu.org>
6052
6053 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
6054 * gdbarch.h, gdbarch.c: Re-generate.
6055 * values.c (using_struct_return): Update call.
6056 * mcore-tdep.c: Update comment.
6057 * infcall.c (call_function_by_hand): Update comment.
6058 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6059 * arch-utils.h (always_use_struct_convention): Update.
6060 * v850-tdep.c (v850_gdbarch_init): Update.
6061 * sh64-tdep.c (sh64_gdbarch_init): Update.
6062 * sh-tdep.c (sh_gdbarch_init): Update.
6063 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6064 * mips-tdep.c (mips_gdbarch_init): Update.
6065 * mcore-tdep.c (mcore_gdbarch_init): Update.
6066 * m32r-tdep.c (m32r_gdbarch_init): Update.
6067 * ia64-tdep.c (ia64_gdbarch_init): Update.
6068 * h8300-tdep.c (h8300_gdbarch_init): Update.
6069 * frv-tdep.c (frv_gdbarch_init): Update.
6070 * cris-tdep.c (cris_gdbarch_init): Update.
6071 * arm-tdep.c (arm_gdbarch_init): Update.
6072 * alpha-tdep.c (alpha_gdbarch_init): Update.
6073
6074 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
6075
6076 * PROBLEMS: Add more specific information, and a work-around,
6077 for PR gdb/1458.
6078
6079 2004-06-18 Andrew Cagney <cagney@gnu.org>
6080
6081 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
6082 * gdbarch.h, gdbarch.c: Re-generate.
6083 * ada-lang.c (ada_finish_decode_line_1): Update.
6084 * infrun.c (handle_inferior_event): Update.
6085 * infcall.c (find_function_addr): Update.
6086 * linespec.c (minsym_found): Update.
6087 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
6088 Update.
6089 * blockframe.c (legacy_frameless_look_for_prologue): Update.
6090 * cli/cli-cmds.c (disassemble_command): Update.
6091 * vax-tdep.c (vax_gdbarch_init): Update.
6092
6093 2004-06-18 Mark Kettenis <kettenis@gnu.org>
6094
6095 * i386-tdep.c (i386_collect_fpregset): Fix comment.
6096
6097 2004-06-17 Andrew Cagney <cagney@gnu.org>
6098
6099 GDB 6.1.1 released from the GDB 6.1 branch.
6100 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
6101 * PROBLEMS: Ditto.
6102
6103 2004-06-16 Daniel Jacobowitz <dan@debian.org>
6104
6105 PR gdb/1658
6106 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
6107 operation as a uleb128. Found by Michael Coulter.
6108
6109 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
6110
6111 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
6112 make it non-static.
6113 * ada-lang.h (task_control_block): declaration moved from ada-task.c
6114 to ada-lang.h; this is needed to be able to implement the kill command
6115 in multi-task mode.
6116 (task_ptid): Ditto.
6117 (task_entry): Ditto.
6118 (task_list): Ditto.
6119 (ada_build_task_list): Ditto.
6120
6121 * ada-lang.c: Conditionalize routines and data structures related
6122 to breakpoints, exceptions, completion, and symbol caching on
6123 GNAT_GDB, since these are not yet used in the submitted public sources.
6124 (ada_main_name): Editorial: Move definition out of exception-related
6125 code.
6126
6127 2004-06-15 Andrew Cagney <cagney@gnu.org>
6128
6129 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
6130 deprecated_pc_in_call_dummy.
6131
6132 2004-06-15 Alan Modra <amodra@bigpond.net.au>
6133
6134 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
6135 bfd_get_section_size_before_reloc or _raw_size.
6136 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
6137 * dwarf2read.c (dwarf2_locate_sections): Likewise.
6138 (dwarf2_read_section): Likewise.
6139 * elfread.c (elf_locate_sections): Likewise.
6140 * gcore.c (derive_heap_segment): Likewise.
6141 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
6142 * remote-e7000.c (e7000_load): Likewise.
6143 * remote-m32r-sdi.c (m32r_load): Likewise.
6144 * remote-mips.c (mips_load_srec): Likewise.
6145 (pmon_load_fast): Likewise.
6146 * remote.c (compare_sections_command): Likewise.
6147 * symfile.c (add_section_size_callback): Likewise.
6148 (load_section_callback): Likewise.
6149 (pc_in_unmapped_range): Likewise.
6150 (pc_in_mapped_range): Likewise.
6151 (sections_overlap): Likewise.
6152 (list_overlays_command): Likewise.
6153 (simple_overlay_update_1): Likewise.
6154 (simple_overlay_update): Likewise.
6155 * tracepoint.c (remote_set_transparent_ranges): Likewise.
6156 * win32-nat.c (core_section_load_dll_symbols): Likewise.
6157
6158 2004-06-14 Randolph Chung <tausq@debian.org>
6159
6160 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
6161 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
6162 static.
6163 (hppa_hpux_inferior_created): New function.
6164 (hppa_hpux_init_abi): Register observer.
6165 * symfile.c (hp_cxx_exception_support_initialized)
6166 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
6167 (symbol_file_add_main_1, symbol_file_clear): Likewise.
6168
6169 2004-06-14 Randolph Chung <tausq@debian.org>
6170
6171 * MAINTAINERS (Write After Approval): Alphabetize my entry
6172 correctly.
6173
6174 2004-06-14 Andrew Cagney <cagney@gnu.org>
6175
6176 * MAINTAINERS (testsuite): List Michael Chastain as the lead
6177 testsuite maintainer.
6178
6179 2004-06-13 Andrew Cagney <cagney@gnu.org>
6180
6181 * infcmd.c (print_return_value): Fix logic, allow
6182 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
6183
6184 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
6185 defining any macros.
6186 * gdbarch.h: Re-generate.
6187
6188 * gdbarch.sh: Delete "level" attribute. Only check for a macro
6189 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
6190 * gdbarch.h: Re-generate.
6191
6192 * values.c (generic_use_struct_convention): Don't check gcc_p.
6193
6194 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6195 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
6196 * gdbarch.h, gdbarch.c: Regenerate.
6197 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
6198 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
6199 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6200 deprecated_max_register_raw_size and
6201 deprecated_max_register_virtual_size.
6202 * v850-tdep.c (v850_gdbarch_init): Ditto.
6203 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6204 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6205 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6206 * cris-tdep.c (cris_gdbarch_init): Ditto.
6207
6208 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
6209 * gdbarch.h, gdbarch.c: Re-generate.
6210 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
6211 (m68hc11_use_struct_convention): Delete function.
6212 (m68hc11_extract_struct_value_address): Delete function.
6213 (m68hc11_return_value): New function.
6214 (m68hc11_gdbarch_init): Instead of store_return_value,
6215 extract_return_value, return_value_on_stack,
6216 deprecated_extract_struct_value_address and use_struct_convention,
6217 set return_value.
6218 * values.c (using_struct_return): Do not call
6219 RETURN_VALUE_ON_STACK.
6220 * arch-utils.h (generic_return_value_on_stack_not): Delete
6221 declaration.
6222 * arch-utils.c (generic_return_value_on_stack_not): Delete
6223 function.
6224
6225 2004-06-12 Andrew Cagney <cagney@gnu.org>
6226
6227 * values.c (register_value_being_returned): Delete function.
6228 * infcmd.c (legacy_return_value): Delete function.
6229 * infcall.c (call_function_by_hand): Inline
6230 "register_value_being_returned", simplify.
6231 * values.c (using_struct_return): Update comment, refer to
6232 print_return_value instead of register_value_being_returned.
6233 * infcmd.c (print_return_value): Inline calls to
6234 register_value_being_returned and legacy_return_value. Simplify.
6235
6236 2004-06-11 Randolph Chung <tausq@debian.org>
6237
6238 * somread.c (som_symtab_read): Exclude gcc local symbols.
6239
6240 2004-06-11 Randolph Chung <tausq@debian.org>
6241
6242 * infrun.c (handle_inferior_event): Handle the case when a
6243 trampoline ends up in the runtime resolver, and if the trampoline
6244 has no name. Rearrange the code so that all the trampoline
6245 processing happens before other step-out-of-range handling.
6246
6247 2004-06-11 Martin Hunt <hunt@redhat.com>
6248
6249 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
6250 has no fpu.
6251
6252 2004-06-10 Andrew Cagney <cagney@gnu.org>
6253
6254 * blockframe.c (legacy_inside_entry_func): Delete.
6255 (legacy_frame_chain_valid): Inline call to
6256 legacy_inside_entry_func, simplify.
6257
6258 2004-06-10 Bob Rossi <bob@brasko.net>
6259
6260 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
6261 * dwarf2read.c (partial_die_info): Add dirname field.
6262 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
6263 (read_partial_die): Save away DW_AT_comp_dir.
6264 * defs.h (symtab_to_filename): Removed.
6265 * source.c (find_and_open_source): Added.
6266 (open_source_file): Just calls find_and_open_source.
6267 (symtab_to_filename): Removed.
6268 (symtab_to_fullname, psymtab_to_fullname): Added.
6269 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
6270 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
6271 symtab_to_filename.
6272 * symtab.h (partial_symtab): Add dirname field.
6273 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
6274 (mi_cmd_file_list_exec_source_file): Call new function
6275 symtab_to_fullname to find fullname.
6276 (mi_cmd_file_list_exec_source_files): Added.
6277 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
6278 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
6279
6280 2004-06-10 Andrew Cagney <cagney@gnu.org>
6281
6282 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
6283 to generic_use_struct_convention, the default value.
6284
6285 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
6286 of abort.
6287
6288 * ns32k-tdep.c (ns32k_push_arguments): New function.
6289 (ns32k_gdbarch_init): Set deprecated_push_arguments.
6290 * infcall.c (call_function_by_hand): Call error instead of
6291 legacy_push_arguments.
6292 * value.h (legacy_push_arguments): Delete declaration.
6293 * valops.c (legacy_push_arguments): Delete function.
6294 (value_push): Delete function.
6295
6296 2004-06-10 Brian Ford <ford@vss.fsi.com>
6297
6298 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
6299 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
6300 info.
6301 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
6302
6303 2004-06-10 Andrew Cagney <cagney@gnu.org>
6304
6305 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
6306 * gdbarch.h, gdbarch.c: Re-generate.
6307 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
6308 parameters.
6309 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
6310 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
6311 deprecated_pc_in_call_dummy instead of
6312 DEPRECATED_PC_IN_CALL_DUMMY.
6313 (arm_skip_prologue): Ditto.
6314 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
6315 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
6316 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
6317 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
6318 Ditto.
6319 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
6320 (sh64_init_extra_frame_info, sh64_get_saved_register)
6321 (sh64_pop_frame): Ditto.
6322 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
6323 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
6324 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
6325 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
6326 (h8300_pop_frame): Ditto.
6327 * blockframe.c (legacy_inside_entry_func)
6328 (legacy_frame_chain_valid): Ditto.
6329 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
6330 to deprecated_pc_in_call_dummy.
6331
6332 2004-06-09 Andrew Cagney <cagney@gnu.org>
6333
6334 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
6335 provide a default value.
6336 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
6337 * gdbarch.h, gdbarch.c: Re-generate.
6338 * arch-utils.c (generic_convert_register_p): Rename
6339 legacy_convert_register_p
6340 (legacy_register_to_value, legacy_value_to_register): Delete
6341 functions.
6342 * arch-utils.h (generic_convert_register_p): Rename
6343 legacy_convert_register_p.
6344 (legacy_register_to_value, legacy_value_to_register): Delete
6345 declarations.
6346
6347 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
6348 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
6349 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
6350 * gdbarch.h, gdbarch.c: Re-generate.
6351 * infcmd.c (default_print_registers_info): Simplify.
6352 * findvar.c (value_of_register): Simplify.
6353 * mi/mi-main.c (get_register): Simplify.
6354 * arch-utils.c (legacy_convert_register_p): Always return 0.
6355 (legacy_register_to_value, legacy_value_to_register): Always call
6356 internal_error.
6357
6358 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
6359 #ifdef CLEAR_INSN_CACHE code.
6360 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
6361 Delete #ifdef CLEAR_DEFERRED_STORES code.
6362
6363 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
6364
6365 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
6366 copyright.
6367 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
6368
6369 * config/mips/mipsv4.mh: Delete file.
6370
6371 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
6372 unreferenced macro.
6373 (hpread_adjust_stack_address): Delete declaration.
6374
6375 2004-06-08 Andrew Cagney <cagney@gnu.org>
6376
6377 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6378 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
6379 PTRACE_ATTACH / PTRACE_DETACH available call error.
6380 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
6381 * infttrace.c (update_thread_state_after_attach, attach, detach):
6382 Remove #ifdef wrappers.
6383 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
6384 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6385 * config/nm-bsd.h (ATTACH_DETACH): Delete.
6386 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
6387 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
6388 * config/nm-linux.h (ATTACH_DETACH): Delete.
6389 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
6390 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
6391 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
6392 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
6393 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
6394
6395 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
6396
6397 * configure.in: Set $configdir to the right OS specific value.
6398 Use value when setting $tcldir and $tkdir.
6399 * configure: Regenerate.
6400
6401 2004-06-06 Paul Brook <paul@codesourcery.com>
6402
6403 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
6404 records.
6405
6406 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
6407
6408 * ada-lang.c (lookup_symbol_in_language): New function to allow
6409 re-use of another language's symbol lookup code. (Placed here
6410 temporarily while Ada support is being integrated into the public
6411 tree).
6412 (restore_language): New auxiliary function for
6413 lookup_symbol_in_language.
6414 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
6415 temporarily while Ada support is being integrated into the public
6416 tree).
6417
6418 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
6419
6420 * Makefile.in (check//%): New.
6421
6422 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
6423 (mn10300_store_return_value): Rewrite.
6424 (mn10300_type_align): New.
6425 (mn10300_use_struct_convention): Rewrite.
6426 (mn10300_return_value): New, using all of the above.
6427 (mn10300_pop_frame_regular): Add saved_regs_size.
6428 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
6429
6430 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
6431 regs if PC is on movm.
6432
6433 2004-06-07 Jim Blandy <jimb@redhat.com>
6434
6435 Add native Linux support for the PowerPC E500.
6436 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
6437 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
6438 all architectures except the E500.
6439 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
6440 #definitions.
6441 (struct gdb_evrregset_t): New type.
6442 (have_ptrace_getsetevrregs): New variable.
6443 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
6444 fetch_spe_registers): New functions.
6445 (fetch_register): Call fetch_spe_register as appropriate.
6446 Assert that we're only passed raw register numbers.
6447 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
6448 Don't fetch gprs if they're pseudoregisters.
6449 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
6450 store_spe_registers): New functions.
6451 (store_register): Call store_spe_register as appropriate.
6452 Assert that we're only passed raw register numbers.
6453 (store_ppc_registers): Call store_spe_registers as appropriate.
6454 Don't store gprs if they're pseudoregisters.
6455
6456 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
6457
6458 * thread-db.c (thread_get_info_callback): Fill in the thread_info
6459 struct if one exists, even if we are dealing with a zombie thread.
6460
6461 2004-06-07 Andrew Cagney <cagney@gnu.org>
6462
6463 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
6464 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
6465 Rename PC_REQUIRES_RUN_BEFORE_USE.
6466 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
6467 #ifdef.
6468
6469 2004-06-07 Randolph Chung <tausq@debian.org>
6470
6471 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
6472 unwinding after sp has been saved to the stack but before the end
6473 of the prologue, and after the fp has been modified but before it has
6474 been saved to the stack.
6475 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
6476 Remove superfluous definitions.
6477 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
6478
6479 2004-06-07 Guy Martin <gmsoft@gentoo.org>
6480
6481 Committed by Randolph Chung.
6482 * hppa-linux-nat.c: Include the correct version of the header file
6483 depending on the kernel version.
6484
6485 2004-06-06 Randolph Chung <tausq@debian.org>
6486
6487 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
6488 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
6489
6490 2004-06-06 Randolph Chung <tausq@debian.org>
6491
6492 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6493 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
6494 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
6495 * hppa-tdep.c (hppa_symbol_address): New function definition.
6496 * hppa-tdep.h (hppa_symbol_address): New function declaration.
6497
6498 2004-06-06 Randolph Chung <tausq@debian.org>
6499
6500 * hppa-tdep.h (struct value): Forward declaration.
6501 (gdbarch_tdep): Define tdep find_global_pointer method.
6502 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
6503 associated with the function we are trying to call, and write it
6504 to the gp register.
6505 (hppa32_convert_from_funct_ptr_addr): New function.
6506 (hppa_find_global_pointer): New function.
6507 (hppa_gdbarch_init): Set default find_global_pointer method; set
6508 convert_from_func_ptr_addr method.
6509 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
6510 (hppa_linux_init_abi): Set find_global_pointer method.
6511 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
6512
6513 2004-06-06 Randolph Chung <tausq@debian.org>
6514
6515 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
6516 to struct value *function.
6517 * gdbarch.c: Regenerate.
6518 * gdbarch.h: Likewise.
6519 * infcall.c (call_function_by_hand): Pass entire function value
6520 to push_dummy_call.
6521
6522 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
6523 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
6524 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
6525 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
6526 * arm-tdep.c (arm_push_dummy_call): Likewise.
6527 * avr-tdep.c (avr_push_dummy_call): Likewise.
6528 * cris-tdep.c (cris_push_dummy_call): Likewise.
6529 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
6530 * frv-tdep.c (frv_push_dummy_call): Likewise.
6531 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
6532 * hppa-tdep.c (hppa32_push_dummy_call)
6533 (hppa64_push_dummy_call): Likewise.
6534 * i386-tdep.c (i386_push_dummy_call): Likewise.
6535 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
6536 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
6537 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
6538 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
6539 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
6540 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6541 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
6542 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
6543 (ppc64_sysv_abi_push_dummy_call): Likewise.
6544 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
6545 (ppc64_sysv_abi_push_dummy_call): Likewise.
6546 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6547 * s390-tdep.c (s390_push_dummy_call): Likewise.
6548 * sh-tdep.c (sh_push_dummy_call_fpu)
6549 (sh_push_dummy_call_nofpu): Likewise.
6550 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
6551 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
6552 * vax-tdep.c (vax_push_dummy_call): Likewise.
6553
6554 2004-06-04 Jim Blandy <jimb@redhat.com>
6555
6556 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
6557 gdbarch argument to register_size.
6558
6559 * rs6000-tdep.c (rs6000_store_return_value): Use
6560 regcache_cooked_write_part instead of
6561 deprecated_write_register_bytes.
6562 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
6563 not gdbarch_deprecated_store_return_value.
6564
6565 * ppc-linux-nat.c (store_register, fetch_register): Remove
6566 incorrect assertions. Simplify and generalize handling of
6567 transfers whose sizes are not multiples of, or less than, sizeof
6568 (PTRACE_XFER_TYPE).
6569
6570 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
6571
6572 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
6573 as a new thread event.
6574 * thread-db.c (thread_get_info_callback): If the thread is a
6575 zombie, return TD_THR_ZOMBIE.
6576 (thread_from_lwp): If thread_get_info_callback returns
6577 TD_THR_ZOMBIE, check if the thread is still on the thread list
6578 and return a -1 ptid if not found.
6579 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
6580 change the status to TARGET_WAITKIND_SPURIOUS.
6581
6582 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
6583
6584 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
6585 double values in little endian mode.
6586
6587 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
6588
6589 Committed by Andrew Cagney.
6590 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
6591 after last enum constant to avoid error from IBM C
6592 compiler.
6593
6594 2004-06-02 Jim Blandy <jimb@redhat.com>
6595
6596 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
6597 to 'message', and make it local to the lone block that uses it.
6598
6599 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
6600
6601 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
6602
6603 * ada-exp.y: Update copyright notice.
6604 Include block.h.
6605
6606 Replace REGNAME, LAST, INTERNAL_VARIABLE with
6607 SPECIAL_VARIABLE and unify the treatment of these cases.
6608
6609 (write_attribute_call0): Remove.
6610 (write_attribute_call1): Remove.
6611 (write_attribute_calln): Remove.
6612 (save_qualifier): Add missing semicolon.
6613
6614 (simple_exp,exp): Decomment (i.e., reactivate) code that was
6615 temporarily disabled to allow compilation with FSF head version.
6616
6617 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
6618 use individual operators (OP_*) for all attributes.
6619 (exp syntax): Use write_int.
6620 Handle STRING literals with OP_STRING.
6621 (variable syntax): Add limit parameter to calls to
6622 write_object_renaming.
6623
6624 (temp_parse_space): New definition to hold entities that need
6625 only live until the next call to ada_parse.
6626 (string_to_operator): Rename fields of ada_opname_table entries.
6627
6628 (write_var_from_sym): Record block.
6629 (write_var_from_name): Minor reformatting.
6630 Make sure saved name is properly encoded in the case of multiple
6631 matches, and set its language to Ada.
6632 Update comment.
6633 Modify to indicate unresolved name as symbol in the UNRESOLVED
6634 namespace, allocated in temp_parse_space.
6635 (write_int): New function.
6636
6637 (write_object_renaming): Add max_depth parameter to limit
6638 chains of object renamings.
6639 Handle case where root of renaming expression is itself a renaming.
6640 Use temp_parse_space for temporary name buffer.
6641 Handle renamings to dereferenced pointers (___XEXA suffices).
6642
6643 (ada_parse, yyerror, string_to_operator,
6644 write_var_from_sym, write_var_from_name, write_attribute_call0,
6645 write_attribute_call1, write_attribute_calln,
6646 write_object_renaming): Protoize.
6647
6648 (_initialize_ada_exp): New function.
6649
6650 * ada-lang.c: Update copyright notice.
6651 General terminology change to conform to GNAT compiler usage:
6652 mangle => encode, demangle => decode
6653 Include gdb_obstack.h.
6654 Include gdb_regex.h
6655 Include frame.h
6656 Include hashtab.h
6657 Include completer.h
6658 Include gdb_stat.h
6659 Include block.h
6660 Include infcall.h
6661
6662 (ADA_RETAIN_DOTS): Make sure this is defined.
6663 (TRUNCATION_TOWARDS_ZERO): Define.
6664 (struct string_vector): Define.
6665 (unresolved_names): Remove definition.
6666 (xnew_string_vector): New function.
6667 (string_vector_append): New function.
6668 (extract_string): Make static.
6669 (ada_unqualified_name): New function.
6670 (add_angle_brackets): New function.
6671 (function_name_from_pc): New function.
6672 (place_on_stack): Rename to ensure_lval.
6673
6674 (ensure_lval): Renamed from place_on_stack.
6675 Make identity on lvals.
6676 Update comment.
6677 (is_nonfunction): New interface.
6678 Only symbols in LOC_CONST class can be enumerals.
6679 (fill_in_ada_prototype): Remove; now independent of language.
6680 (add_defn_to_vec): Add obstack and symtab arguments.
6681 Use obstack to hold collected definitions.
6682 (num_defns_collected): New function.
6683 (defns_collected): New function.
6684 (ada_resolve_subexp): Rename to resolve_subexp.
6685 (resolve_subexp): Renamed from ada_resolve_subexp.
6686 (ada_op_name): Return non-const result.
6687 (ada_decoded_op_name): Renamed from ada_op_name, now used for
6688 other purposes.
6689
6690 (to_fixed_array_type): Add declaration.
6691 (coerce_unspec_val_to_type): Remove offset parameter.
6692 (find_sal_from_funcs_and_line): New interface.
6693 (find_line_in_linetable): Ditto.
6694
6695 (all_sals_for_line): Rename to ada_sals_for_line and make
6696 global.
6697 Add new parameter. When set, do not ask the user to choose the
6698 instance, but use the first one found instead.
6699 Use given line number in returned sals.
6700 Fix comment.
6701 Skip the prologue if funfirstline is set.
6702 Correct for memory leak when 0 lines found.
6703
6704 (value_pos_atr): Use pos_atr.
6705 (pos_atr): New function.
6706 (standard_lookup): Add block parameter.
6707
6708 (makeTimeStart): Remove declaration and uses.
6709 (makeTimeStop): Remove declaration and uses.
6710
6711 (ada_completer_word_break_characters): Allow for VMS.
6712 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
6713 (raise_sym_name): New constant.
6714 (raise_unhandled_sym_name): New constant.
6715 (raise_assert_sym_name): New constant.
6716 (process_raise_exception_name): New constant.
6717 (longest_exception_template): New constant.
6718 (warning_limit): New variable to limit warnings during expression
6719 evaluation.
6720 (warnings_issued): New variable to keep track of warnings issued.
6721 (known_runtime_file_name_patterns): New constant.
6722 (known_auxiliary_function_name_patterns): New constant.
6723 (symbol_list_obstack): New variable.
6724
6725 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
6726 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
6727 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
6728 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
6729 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
6730 ada_variant_discrim_name, field_alignment, dynamic_template_type,
6731 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
6732 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
6733 and strcmp.
6734
6735 (ada_get_field_index): New function.
6736 (lim_warning): New function.
6737 (ada_translate_error_message): New function.
6738 (MAX_OF_SIZE): New function.
6739 (MIN_OF_SIZE): New function.
6740 (UMAX_OF_SIZE): New function.
6741 (UMIN_OF_SIZE): New function.
6742 (discrete_type_high_bound): New function.
6743 (discrete_type_low_bound): New function.
6744 (base_type): New function.
6745 (do_command): Remove.
6746
6747 (ada_update_initial_language): Use language_ada, not language_unknown.
6748 (ada_encode): Renamed from ada_mangle.
6749 Obey ADA_RETAIN_DOTS.
6750 (ada_decode): Renamed from ada_demangle.
6751 Update coding conventions.
6752 (decoded_names_store): New hash table.
6753 (ada_decode_symbol): New function.
6754 (ada_la_decode): New function.
6755
6756 (modify_general_field): Correct computations of offset and bit
6757 position.
6758 (desc_base_type): Handle ref types, too.
6759 (ada_is_direct_array_type): New function.
6760
6761 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6762 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6763 (ada_is_bogus_array_descriptor,ada_type_of_array,
6764 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6765 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
6766 ada_is_array_descriptor_type.
6767
6768 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6769 (ada_is_packed_array_type): Handle pointers or
6770 references to packed arrays as well.
6771 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6772 (decode_packed_array_type): Search for the packed array type
6773 symbol in the currently selected block and associated
6774 superblocks too.
6775 Use lookup_symbol again.
6776
6777 (decode_packed_array): Handle pointers and references.
6778 Update call to coerce_unspec_val_to_type.
6779 (decode_packed_array_type,value_subscript_packed): Limit warnings.
6780 (ada_value_primitive_packed_val): Improve comment.
6781
6782 (ada_index_type): Substitute int type for "undefined".
6783 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6784 ada_array_langth, ada_is_string_type): Use renamed
6785 ada_is_simple_array_type.
6786 (empty_array): New function.
6787
6788 (ada_resolve): Rename to resolve.
6789 (resolve): Make static.
6790 Call renamed resolve_subexp.
6791 Update comment.
6792 (ada_resolve_subexp): Rename to resolve_subexp.
6793 (resolve_subexp): Update comment.
6794 Decomment disabled code.
6795 Add LOC_COMPUTED* cases.
6796 Modify to use temporary struct symbols (marked as being in
6797 UNDEF_NAMESPACE) to indicate unresolved names, instead of
6798 OP_UNRESOLVED_VALUE.
6799 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
6800 Add OP_STRING case.
6801 Remove OP_ARRAY.
6802 Use SYMBOL_PRINT_NAME instead of ada_demangle.
6803 Use new ada_lookup_symbol_list interface.
6804 Use new ada_resolve_function interface.
6805 Remove OP_TYPE case.
6806
6807 (ada_args_match): Idiot proof against null actuals.
6808 Use intermediate variables to clarify.
6809 (ada_resolve_function): Update comment and interface.
6810 (mangled_ordered_before): Rename to encoded_ordered_before and
6811 update comment.
6812 (sort_choices): Update comment and interface.
6813 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6814 (user_select_syms): New interface.
6815 Use new sort_choices interface.
6816 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6817 (possible_user_operator_p): Idiot-proof against null values.
6818 (ada_simple_renamed_entity): Don't make cleanup; rely on
6819 caller to free result string.
6820 Remove const from return type.
6821 (make_array_descriptor): Rename uses of place_on_stack to
6822 ensure_lval.
6823 Make sure that arrays are on stack.
6824
6825 (HASH_SIZE): Define.
6826 (struct cache_entry): Define.
6827 (cache_space): Define.
6828 (cache): Define.
6829 (clear_ada_sym_cache): New function.
6830 (find_entry): New function.
6831 (lookup_cached_symbol): New function.
6832 (defn_vector_size): Define.
6833 (cache_symbol): New function.
6834 (defn_symbols): Remove.
6835
6836 (standard_lookup): Use lookup_symbol_in_language to get effect of
6837 C lookup.
6838 Cache results.
6839
6840 (symbol_completion_match): New function.
6841 (symbol_completion_add): New function.
6842 (ada_make_symbol_completion_list): New function.
6843
6844 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6845 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6846 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6847 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6848
6849 (ada_lookup_simple_minsym): New function.
6850 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6851
6852 (add_symbols_from_enclosing_procs): New interface.
6853 Conditionalize more helpfully.
6854 Don't bother if program isn't running.
6855 Use new interface to get_frame_block.
6856 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6857
6858 (remove_extra_symbols): New interface.
6859 (xget_renaming_scope): New function.
6860 (is_package_name): New function.
6861 (renaming_is_visible): New function.
6862 (remove_out_of_scope_renamings): New function.
6863
6864 (ada_lookup_symbol_list): New interface.
6865 Properly reinitialize the symbol list obstack.
6866 Don't call add_symbols_from_enclosing_procs if we start from a
6867 static or global block.
6868 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6869 add_symbols_from_enclosing_procs.
6870 Add symtab data to cached entries.
6871 Handle symbols prefixed with
6872 "standard__" specially; strip prefix and don't look in local symbols.
6873 Do not include out of scope renaming symbols in list of
6874 symbols returned.
6875 Add const to block parameter.
6876 Move check for non-local, non-global symbols earlier.
6877 Remove timing stuff.
6878 (ada_lookup_symbol): New interface.
6879 Find symtab as well.
6880 (ada_lookup_symbol_nonlocal): New function.
6881
6882 (is_name_suffix): Enhance suffix detection to recognize
6883 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6884 (is_dot_digits_suffix): New function.
6885 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6886
6887 (ada_add_block_symbols): New interface. Use obstack to return results
6888 in a vector of struct ada_symbol_infos. Add symtab argument.
6889 Use new interface to add_defn_to_vec.
6890 Remove calls to fill_in_ada_prototype.
6891 Use BLOCK_BUCKETS, BLOCK_BUCKET.
6892
6893 (ada_finish_decode_line_1): Add const qualification to local to fix
6894 warning.
6895 Start looking in static block for functions to avoid attempts
6896 to search frame chain for up-level variables.
6897 Adapt to new ada_sals_for_line interface.
6898 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6899 Handle quoting of the function name inside the spec string.
6900 Skip prologue when funfirstline is set and update the
6901 function documentation to that effect.
6902
6903 (debug_print_lines, debug_print_block, debug_print_blocks,
6904 debug_print_symtab): Remove.
6905
6906 (ada_main_name): New function.
6907 (ada_exception_breakpoint_type): New function.
6908 (is_known_support_routine): New function.
6909 (ada_find_printable_frame): Renamed from find_printable_frame and made
6910 global.
6911 Remove level parameter.
6912 Use new interface to select_frame.
6913
6914 (begin_command): Remove.
6915 (ada_adjust_exception_stop): New function.
6916 (ada_print_exception_stop): New function.
6917 (exception_name_from_cond): New function.
6918 (ada_report_exception_break): Replace disabled code with
6919 conditionalization on GNAT_GDB.
6920 Get the exception name from the condition string.
6921 Remove and move functionality into new functions
6922 ada_print_exception_breakpoint_task and
6923 ada_print_exception_breakpoint_nontask.
6924 (error_breakpoint_runtime_sym_not_found): New function.
6925 (is_runtime_sym_defined): New function.
6926 (ada_breakpoint_rewrite): Uncomment suppressed code.
6927 Use symbolic error-message and runtime-symbol names.
6928 Surround runtime symbol names in quotes.
6929 Allow non-specific breakpoints on exceptions and assertions before
6930 program starts.
6931
6932 (ada_is_tagged_type): Add parameter.
6933 (ada_is_tag_type): New function.
6934 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6935 (ada_variant_discrim_type): Ditto.
6936 (value_tag_from_contents_and_address): New function.
6937 (type_from_tag): New function.
6938 (struct tag_args): New structure used to communicate with
6939 ada_tag_name_1.
6940 (ada_tag_name_1): New function.
6941 (ada_tag_name): New function.
6942
6943 (ada_scan_number): Update comment.
6944 (find_struct_field): New function.
6945 (ada_search_struct_field): Make static.
6946 (ada_value_struct_elt): New version that returns references when
6947 given pointers or references to structs.
6948 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6949 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6950 interface.
6951 (ada_value_ind): Use new ada_to_fixed_value interface.
6952 (ada_coerce_ref): Ditto.
6953 (field_offset): Remove.
6954
6955 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6956 (ada_find_renaming_symbol): New function.
6957 (ada_prefer_type): Prefer named types over unnamed ones.
6958 (variant_field_index): New function.
6959 (contains_variant_part): Removed: subsumed by variant_field_index.
6960 (ada_template_to_fixed_record_type): New function, mostly from
6961 template_to_fixed_record_type.
6962 (template_to_fixed_record_type):
6963 Do not scan the type fields beyond the last one; prevents a
6964 potential SEGV.
6965 Handle case where variant field is listed BEFORE discriminant it
6966 depends on.
6967 Fix calculation of record length when bit length is
6968 not evenly divisible by char length.
6969 Move code to ada_template_to_fixed_record_type and call it.
6970
6971 (template_to_static_fixed_type): Revise comment.
6972 Modify to work on ordinary record types as well as templates,
6973 so as to handle fields that use ___XVE or ___XVU encodings.
6974 (to_record_with_fixed_variant_part): Fill out comment.
6975 Initialize C++ stuff in right type.
6976 Allow case where DVAL is null.
6977 Handle case where variant field is not last.
6978 Fix typo concerning record length.
6979 (to_fixed_record_type): Decomment disabled code.
6980 (to_fixed_record_type): Use variant_field_index instead of
6981 contains_variant_part.
6982 (to_fixed_variant_branch_type): Ditto.
6983 (to_fixed_array_type): Decomment disabled code.
6984 (ada_to_fixed_type): Convert tagged types to the specific type.
6985 Deactivate the size-check for array types in order to avoid
6986 some false size alarms.
6987 (to_static_fixed_type): Decomment disabled code.
6988 Modify to call template_to_static_fixed_type
6989 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
6990 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
6991 Remove valaddr argument, as it is never really used.
6992 (ada_to_fixed_value): Change interface to act on single struct value*
6993 operand.
6994 (adjust_pc_past_prologue): New function.
6995 (ada_attribute_name): Modify to take enum exp_opcode argument.
6996
6997 (ada_enum_name): Recognize new homonym-distinguishing convention.
6998 Adjust local variable's type to remove compiler warning.
6999 Fix a small problem in the part that unqualifies the enumeration name.
7000 (ada_value_binop): New function.
7001 (ada_value_equal): New function.
7002
7003 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
7004 Don't give error message when not doing normal evaluation
7005 and a tagged type doesn't seem to contain a structure member.
7006 Give error message for packed arrays.
7007 For indexing arrays, handle pointers to packed arrays correctly.
7008 Handle case of 'first and 'last attributes of bare integral type
7009 without encoded subtype info.
7010 Remove some unnecessary casts.
7011 Fix uninitialized value of type in computing 'first, 'last, or 'length
7012 of array object.
7013 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
7014 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
7015 calls.
7016 Attributes are now exp_opcode values.
7017 Correct treatment of 'modulus.
7018 Better error message for taking 'length of wrong kind of type;
7019 improve comment.
7020 Change EVAL_NORMAL to noside for consistency.
7021 Use ada_value_binop for DIV, MOD, REM.
7022 Make special case out of array of length 0, since an argument
7023 of 0 upsets some platforms' malloc.
7024 Use OP_STRING instead of OP_ARRAY.
7025 For slice, add check that we have an array type before extracting
7026 a slice out of it. Avoids a SEGV.
7027 When evaluating an array slice, if the array type is a reference to
7028 an aligner type, then replace the aligner type by the actual type.
7029 Decomment disabled code.
7030 Remove some dead code.
7031 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
7032 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
7033 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
7034 and UNOP_MBR to UNOP_IN_RANGE.
7035 If an array type has a parallel ___XVE type, then use it.
7036 Turn arrays into pointers for lvalue arrays.
7037 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
7038 bounds error and handle 0-length slices.
7039 Use lim_warning.
7040 When selecting fields, apply ada_to_fixed_value (because the fields
7041 might have ___XVU or ___XVE encodings even if not dynamic.)
7042 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
7043 (ada_is_system_address_type): New function.
7044
7045 (get_var_value): Use new interface to ada_lookup_symbol_list.
7046 (get_int_var_value): New interface.
7047 (to_fixed_range_type): Allow unknown bound, with warning.
7048 (ada_is_modular_type): Decomment disabled code.
7049 (ADA_OPERATORS): New definition.
7050 (ada_operator_length): New function.
7051 (ada_expr_op_name): New function.
7052 (ada_forward_operator_length): New function.
7053 (ada_dump_subexp_body): New function.
7054 (ada_print_subexp): New function.
7055 (ada_exp_descriptor): New constant.
7056 (ada_op_print_tab): Add 'size. Remove FIXMEs.
7057 (ada_language_defn): Add ada_exp_descriptor entry.
7058 Change ada_parse => parse.
7059 Add post-parser entry.
7060 Use ada-specific non-local symbol lookup.
7061 Don't use C-style arrays.
7062 String lower-bound is 1.
7063 Decomment disabled code.
7064 (parse): New function.
7065 New fields ada_translate_error_message, ada_lookup_symbol,
7066 ada_lookup_minimal_symbol.
7067
7068 * ada-lang.h: Update copyright dates.
7069 Replace the mangle/demangle terminology throughout by the
7070 more appropriate encode/decode one.
7071 Include breakpoint.h.
7072 Forward declare struct partial_symbol, struct block.
7073 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
7074 (EXTRACT_ADDRESS): Remove.
7075 (EXTRACT_INT): Remove.
7076 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
7077 (MAX_ENCLOSING_FRAME_LEVELS): Define.
7078 (MAX_RENAMING_CHAIN_LENGTH): Define.
7079 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
7080
7081 (enum task_states): Remove.
7082 ada_task_states: Remove.
7083 (fat_string): Remove.
7084 (struct entry_call): Remove.
7085 (struct task_fields): Remove.
7086 (struct task_entry): Remove.
7087
7088 (struct ada_symbol_info): Define.
7089 (enum ada_attribute): Remove.
7090 (enum ada_operator): Define.
7091
7092 (ada_get_field_index): Declare.
7093 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
7094 (ada_is_simple_array): Rename to ada_is_simple_array_type.
7095 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
7096 (ada_lookup_symbol_list): New interface.
7097 (ada_decode_symbol): Declare.
7098 (ada_decode): Declare.
7099 (ada_lookup_symbol): New interface.
7100 (ada_update_initial_language): Declare.
7101 (ada_lookup_simple_minsym): Declare.
7102 (user_select_syms): New interface.
7103 (ada_sals_for_line): Declare.
7104 (ada_is_tagged_type): New interface.
7105 (ada_tag_name): Declare.
7106 (ada_lookup_struct_elt_type): Remove declaration.
7107 (ada_search_struct_field): Remove declaration.
7108 (ada_attribute_name): New interface.
7109 (ada_is_system_address_type): Declare.
7110 (ada_to_fixed_value): Remove declaration.
7111 (ada_template_to_fixed_record_type_1): Declare.
7112 (get_int_var_value): New interface.
7113 (ada_find_any_symbol): Declare.
7114 (ada_find_renaming_symbol): Declare.
7115 (ada_mangle): Rename to ada_encode.
7116 (ada_simple_renamed_entity): Remove const.
7117 (ada_main_name): Declare.
7118 (get_current_task): Rename to ada_get_current_task.
7119 (get_entry_number): Remove declaration.
7120 (ada_report_exception_break): Remove declaration.
7121 (ada_print_exception_breakpoint_nontask): Declare.
7122 (ada_print_exception_breakpoint_task): Declare.
7123 (ada_find_printable_frame): Declare.
7124
7125 * ada-lex.l: Update copyright notices.
7126 Use xmalloc and xfree instead of malloc and free.
7127 Use new interface to name_lookup.
7128 Use new interface to
7129 ada_mangle=>ada_encode.
7130 Redo handling of '$...' variable to parallel current treatment
7131 in c-exp.y.
7132 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
7133 digit_to_int, strtoulst, processInt, processReal, processId,
7134 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
7135 yywrap): Protoize.
7136
7137 (processInt): Use cast to remove harmless warning.
7138 (processReal): Modify to get rid of compiler warning on scan formats.
7139
7140 (processId): Replace xmalloc with obstack_alloc for name and remove
7141 call to ada_name_string_cleanup.
7142 Remove obsolete disabled code.
7143 (name_lookup): Ditto.
7144 New interface.
7145 Use obsavestring on temp_parse_space instead of savestring
7146 on name, and remove call to ada_name_string_cleanup.
7147 Free string returned from ada_simple_renamed_entity.
7148 Use new interface to ada_lookup_symbol_list.
7149 Decomment disabled code.
7150 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
7151 not types.
7152 When a type name lookup succeeds as a result of
7153 lookup_primitive_typename, check for regular type entry that has not
7154 yet been read in.
7155 Limit length of chain of renamed symbols we are willing to follow.
7156 Do not break names beginning with "standard__" into segments.
7157 (block_lookup): Use new interface to ada_lookup_symbol_list.
7158
7159 * ada-typeprint.c: Update copyright notice.
7160 (demangled_type_name): Rename to decoded_type_name.
7161 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
7162 (print_range_bound): Correct handling of negative
7163 bounds that make the index type looked unsigned under STABS.
7164 (print_dynamic_range_bound): Use new interface to get_int_var_value.
7165 (print_range_type_named): Use the builtin int type if no type
7166 corresponding to the given type name could be found.
7167 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
7168 Add some bullet-proofing.
7169 (print_variant_clauses): Allow for variant branches with ___XVU
7170 encodings that are not dynamic fields.
7171 Use new interface to ada_is_tagged_type.
7172 (print_record_type): Allow for fields with ___XVE encodings that
7173 are not dynamic fields.
7174 Use new interface to ada_is_tagged_type.
7175 (ada_print_type): ada_is_array_descriptor =>
7176 ada_is_array_descriptor_type.
7177
7178 * ada-valprint.c: Update copyright notice.
7179 Include gdb_string.h
7180 Include infcall.h
7181 (ui_memcpy): New function.
7182 (ada_print_floating): New function.
7183 (ada_print_str): Order arguments correctly.
7184 Correct handling of empty arrays and arrays of 0-length items.
7185 ada_is_array_descriptor => ada_is_array_descriptor_type
7186 Print values of type System.Address in hexadecimal format.
7187 Use ada_print_floating to print floating-point numbers in Ada format.
7188 Print class tag values with type names.
7189 No longer print the address of reference values. Avoids
7190 a potential confusion.
7191 (ada_value_print): Stop printing the object type for reference
7192 values, but preserve that behavior for access types. Avoids
7193 a potential confusion.
7194 Simplify one conditional expression, as the first part is now
7195 necessarily true.
7196 ada_is_array_descriptor => ada_is_array_descriptor_type
7197 Add check for arrays for null records, and print them by hand.
7198
7199 2004-06-01 Jim Blandy <jimb@redhat.com>
7200
7201 * ppc-tdep.h: Delete unused 'regoff' member.
7202 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
7203
7204 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
7205
7206 Fix PR symtab/1661.
7207 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
7208 (hpread_read_struct_type): Likewise.
7209
7210 2004-06-01 Andrew Cagney <cagney@gnu.org>
7211
7212 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
7213 instead of xasprintf.
7214 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
7215 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
7216 (mi_cmd_data_list_register_names)
7217 (mi_cmd_data_list_changed_registers)
7218 (mi_cmd_data_list_register_values)
7219 (get_register, mi_cmd_data_write_register_values)
7220 (mi_cmd_data_write_register_values)
7221 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
7222 (mi_cmd_target_download, mi_cmd_target_select)
7223 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
7224 (mi_execute_cli_command, mi_execute_async_cli_command)
7225 (mi_execute_async_cli_command): Ditto.
7226 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
7227 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
7228
7229 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
7230 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
7231 error_last_message instead of mi_error_last_message.
7232 * mi/mi-main.c (mi_error_last_message): Delete function.
7233
7234 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
7235 "invalid number of columns" error. Delete redundant "out of
7236 memory" check.
7237
7238 2004-05-31 Mark Kettenis <kettenis@gnu.org>
7239
7240 * i386bsd-nat.c: Don't include <sys/procfs.h>.
7241 (gregset_t, fpregset_t): Remove typedefs.
7242 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
7243 (REG_OFFSET): Rename argument.
7244 (i386bsd_r_reg_offset): Rename from reg_offset.
7245 (REG_ADDR): Remove macro.
7246 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
7247 functions.
7248 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
7249 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
7250 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
7251 instead of supply_gregset.
7252 (store_inferior_registers): Use `struct reg' and `struct fpreg'
7253 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
7254 instead of fill_gregset.
7255 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
7256
7257 * i386bsd-nat.c: Don't include "gregset.h".
7258 (supply_gregset, fill_gregset): Make static.
7259 (supply_fpregset, fill_fpregset): Remove.
7260 * Makefile.in (i386bsd-nat.o): Update dependencies.
7261
7262 2004-05-30 Mark Kettenis <kettenis@gnu.org>
7263
7264 * fbsd-proc.c: Include "regcache.h", "regset.h" and
7265 "gdb_assert.h". Con't include "gregset.h".
7266 (fbsd_make_corefile_notes): Use regset-based core file support
7267 instead off fill_gregset and fill_fpregset.
7268 * Makefile.in (fbsd-proc.o): Update dependencies.
7269
7270 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
7271 instructions.
7272 (m88k_frame_prev_register): Simplify code a bit.
7273
7274 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
7275 (amd64_collect_fpregset): New function.
7276 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
7277
7278 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
7279
7280 * i386-tdep.c (i386_supply_gregset): Adjust comment.
7281 (i386_collect_gregset): New function.
7282 (i386_supply_fpregset): Adjust comment.
7283 (i386_collect_fpregset): New function.
7284 (i386_regset_from_core_section): Use i386_collect_gregset and
7285 i386_collect_fpregset.
7286
7287 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
7288 handle VALUEP being null.
7289
7290 * regset.h (collect_regset_ftype): Unconstify fourth argument.
7291
7292 2004-05-29 Mark Kettenis <kettenis@gnu.org>
7293
7294 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
7295
7296 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
7297 assembler in OpenBSD 3.5-current.
7298 (amd64obsd_sigcontext_addr): Likewise.
7299
7300 2004-05-28 Jim Blandy <jimb@redhat.com>
7301
7302 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
7303 register set, so our regcache isn't declared "legacy" and our E500
7304 pseudoregister read and write functions aren't ignored.
7305 (rs6000_register_byte, rs6000_register_raw_size,
7306 rs6000_register_virtual_type, rs6000_register_convertible,
7307 rs6000_register_convert_to_virtual,
7308 rs6000_register_convert_to_raw): Deleted.
7309 (rs6000_register_type, rs6000_convert_register_p,
7310 rs6000_register_to_value, rs6000_value_to_register): New
7311 functions.
7312 (rs6000_gdbarch_init): Don't register
7313 gdbarch_deprecated_register_size,
7314 gdbarch_deprecated_register_bytes,
7315 gdbarch_deprecated_register_byte,
7316 gdbarch_deprecated_register_raw_size,
7317 gdbarch_deprecated_register_virtual_type,
7318 gdbarch_deprecated_register_convertible,
7319 gdbarch_deprecated_register_convert_to_virtual, or
7320 gdbarch_deprecated_register_convert_to_raw methods. Instead,
7321 register gdbarch_register_type, gdbarch_convert_register_p,
7322 gdbarch_register_to_value, and gdbarch_value_to_register methods.
7323
7324 2004-05-26 Jim Blandy <jimb@redhat.com>
7325
7326 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
7327 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
7328 functions, updated to match the register numberings used in GCC.
7329 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
7330 rs6000_dwarf2_reg_to_regnum as register number conversions
7331 functions for STABS and Dwarf2.
7332
7333 2004-05-26 Randolph Chung <tausq@debian.org>
7334
7335 * infttrace.h (target_waitkind): Forward declare type instead of pulling
7336 in header file.
7337
7338 2004-05-25 Joel Brobecker <brobecker@gnat.com>
7339
7340 * NEWS: Document new "start" command.
7341
7342 2004-05-25 Randolph Chung <tausq@debian.org>
7343
7344 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
7345 hppa-linux.
7346
7347 2004-05-25 Randolph Chung <tausq@debian.org>
7348
7349 * hppa-hpux-tdep.c (offsetof): Define.
7350 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
7351 (hppa32_hpux_frame_base_before_sigtramp)
7352 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7353 (hppa64_hpux_frame_saved_pc_in_sigtramp)
7354 (hppa64_hpux_frame_base_before_sigtramp)
7355 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
7356 functions.
7357 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
7358 (hppa_hpux_sigtramp_frame_unwind_cache)
7359 (hppa_hpux_sigtramp_frame_this_id)
7360 (hppa_hpux_sigtramp_frame_prev_register)
7361 (hppa_hpux_sigtramp_frame_unwind)
7362 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
7363 (hppa_hpux_init_abi): Register sigtramp unwinder.
7364 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
7365
7366 2004-05-25 Randolph Chung <tausq@debian.org>
7367
7368 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
7369 and multiple stack unwinds.
7370 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
7371
7372 2004-05-25 Andrew Cagney <cagney@gnu.org>
7373
7374 * symfile.h (symbol_file_add_from_memory): Delete declaration.
7375 * symfile-mem.h: Delete file.
7376 * symfile-mem.c: Do not include "symfile-mem.h".
7377 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
7378 "struct bfd_section". When an error do not bother returning NULL.
7379 (add_symbol_file_from_memory_command): Use "struct bfd" and
7380 "struct bfd_section".
7381 * Makefile.in (symfile_mem_h): Delete.
7382 (symfile-mem.o): Update dependencies.
7383
7384 2004-05-25 Nick Roberts <nickrob@gnu.org>
7385
7386 * gdb-mi.el: New file.
7387
7388 2004-05-25 Andrew Cagney <cagney@gnu.org>
7389
7390 * inftarg.c: Include "observer.h".
7391 (child_attach, child_create_inferior): Notify inferior_created.
7392 * corelow.c: Include "observer.h".
7393 (core_open): Notify inferior_created.
7394 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
7395
7396 2004-05-25 Andrew Cagney <cagney@gnu.org>
7397
7398 * target.h (struct target_ops): Add from_tty to
7399 to_create_inferior.
7400 (target_create_inferior, find_default_create_inferior): Update.
7401 * infcmd.c (run_command): Update.
7402 * wince.c (child_create_inferior): Update.
7403 * win32-nat.c (child_create_inferior): Update.
7404 * uw-thread.c (uw_thread_create_inferior): Update.
7405 * thread-db.c (thread_db_create_inferior): Update.
7406 * target.c (debug_to_create_inferior)
7407 (find_default_create_inferior): Update.
7408 (maybe_kill_then_create_inferior): Update.
7409 * sol-thread.c (sol_thread_create_inferior): Update.
7410 * remote.c (extended_remote_async_create_inferior)
7411 (extended_remote_create_inferior): Update.
7412 * remote-vx.c (vx_create_inferior): Update.
7413 * remote-st.c (st2000_create_inferior): Update.
7414 * remote-sim.c (gdbsim_create_inferior): Update.
7415 * remote-sds.c (sds_create_inferior): Update.
7416 * remote-rdp.c (remote_rdp_create_inferior): Update.
7417 * remote-rdi.c (arm_rdi_create_inferior): Update.
7418 * remote-m32r-sdi.c (m32r_create_inferior): Update.
7419 * remote-e7000.c (e7000_create_inferior): Update.
7420 * procfs.c (procfs_create_inferior): Update.
7421 * ocd.c (ocd_create_inferior): Update.
7422 * ocd.h (ocd_create_inferior): Update.
7423 * nto-procfs.c (procfs_create_inferior): Update.
7424 * monitor.c (monitor_create_inferior): Update.
7425 * lin-lwp.c (lin_lwp_create_inferior): Update.
7426 * inftarg.c (child_create_inferior): Update.
7427 * hpux-thread.c (hpux_thread_create_inferior): Update.
7428 * gnu-nat.c (gnu_create_inferior): Update.
7429
7430 2004-05-25 Andrew Cagney <cagney@gnu.com>
7431
7432 * MAINTAINERS: Update e-mail address.
7433
7434 2004-05-24 Randolph Chung <tausq@debian.org>
7435
7436 * thread.c (info_threads_command, thread_apply_all_command)
7437 (thread_apply_command, thread_command, do_captured_thread_select):
7438 Remove HPUXHPPA-specific code.
7439
7440 2004-05-24 Randolph Chung <tausq@debian.org>
7441
7442 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
7443 unused symbols.
7444 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
7445 references.
7446
7447 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7448
7449 * infcmd.c (kill_if_already_running): New function, extracted
7450 from run_command().
7451 (run_command): Replace extracted code by call to
7452 kill_if_already_running().
7453 (start_command): New function.
7454 (_initialize_infcmd): Add "start" command.
7455
7456 2004-05-24 Mark Kettenis <kettenis@gnu.org>
7457
7458 Add OpenBSD/m88k support.
7459 * NEWS (New native configurations): Mention OpenBSD/m88k.
7460 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
7461 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
7462 * Makefile.in (m88k_tdep_h): New variable.
7463 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
7464 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
7465 * configure.host: Add m88*-*-openbsd*.
7466 * configure.tgt: Add m88*-*-openbsd*.
7467
7468 2004-05-24 Jim Blandy <jimb@redhat.com>
7469
7470 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
7471 to approve changes.
7472
7473 2004-05-24 Kevin Buettner <kevinb@redhat.com>
7474
7475 * symtab.c (fixup_section): Search section table when lookup by
7476 name fails.
7477
7478 2004-05-24 Randolph Chung <tausq@debian.org>
7479
7480 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
7481 be "small_struct".
7482
7483 2004-05-24 Mark Kettenis <kettenis@gnu.org>
7484
7485 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
7486 register number in regcache_raw_collect call.
7487 (m68kbsd_collect_fpregset): Likewise.
7488 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
7489
7490 * regset.h (struct regset): Add back `regset' member.
7491
7492 2004-05-23 Mark Kettenis <kettenis@gnu.org>
7493
7494 * configure.in: Check for td_pcb in `struct thread'.
7495 * configure, config.in: Regenerated.
7496
7497 * dpx2-nat.c: Remove file.
7498 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
7499 (dpx2-nat.o): Remove dependencies.
7500
7501 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
7502 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
7503 (amd64obsd_supply_pcb): New function.
7504 (_initialize_amd64obsd_nat): Enable libkvm interface.
7505 * Makefile.in (amd64obsd-nat.o): Update dependencies.
7506 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
7507 (LOADLIBES): New variable.
7508
7509 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
7510 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
7511 (sparc32nbsd_supply_pcb): New function.
7512 (_initialize_sparcnbsd_nat): Enable libkvm interface.
7513 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
7514 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
7515 (LOADLIBES): New variable.
7516
7517 2004-05-22 Mark Kettenis <kettenis@gnu.org>
7518
7519 * bsd-kvm.c, bsd-kvm.h: New files.
7520 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
7521 "bsd-kvm.h".
7522 (i386fbsd_supply_pcb): New function.
7523 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
7524 (i386fbsd-nat.o): Update dependencies.
7525 (bsd_kvm_h): New variable.
7526 (bsd-kvm.o): New dependency.
7527 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
7528 (LOADLIBES): New variable.
7529
7530 * regset.c: Tweak comment.
7531 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
7532 macro.
7533 * regset.h: Update copyright year.
7534 (struct regset): Remove `descr' member, add `gdbarch' member.
7535 (regset_alloc): Adjust prototype and comment.
7536 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
7537 (i386_supply_fpregset): Likewise.
7538 (i386_regset_from_core_section): Update call to regset_alloc.
7539 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
7540 REGSET->arch.
7541 (i386obsd_aout_regset_from_core_section): Update call to
7542 regset_alloc.
7543 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
7544 REGSET->arch.
7545 (i386nbsd_aout_regset_from_core_section): Update call to
7546 regset_alloc.
7547 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
7548 REGSET->arch.
7549 (amd64_regset_from_core_section): Update call to regset_alloc.
7550 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
7551 REGSET->arch.
7552 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
7553 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
7554 &sparc32nbsd_gregset in sparc32_supply_gregset call.
7555 (sparc32nbsd_init_abi): Update call to regset_alloc.
7556 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
7557 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
7558 (sparc64obsd_init_abi): Update call to regset_alloc.
7559 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
7560 &sparc64nbsd_gregset in sparc64_supply_gregset call.
7561 (sparc64nbsd_init_abi): Update call to regset_alloc.
7562 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
7563 &sparc64fbsd_gregset in sparc64_supply_gregset call.
7564 (sparc64fbsd_init_abi): Update call to regset_alloc.
7565
7566 2004-05-22 Jim Blandy <jimb@redhat.com>
7567
7568 * ppc-tdep.h (spe_register_p): New declaration.
7569 (struct gdbarch_tdep): New members: ppc_acc_regnum and
7570 ppc_spefscr_regnum.
7571 * rs6000-tdep.c (spe_register_p): New function.
7572 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
7573 spefscr.
7574 (rs6000_gdbarch_init): Initialize the new members of the tdep
7575 structure.
7576
7577 2004-05-21 Jim Blandy <jimb@redhat.com>
7578
7579 * ppc-linux-nat.c (fetch_register): Move code back to be next
7580 to the comment that describes it. (Moved code, instead of
7581 comment, for symmetry with store_register.)
7582
7583 Allocate regset structures in the gdbarch's obstack, not using
7584 xmalloc.
7585 * regset.c (regset_alloc): Renamed from regset_xmalloc.
7586 Add 'arch' argument. Allocate the regset on arch's obstack, not
7587 using xmalloc.
7588 * regset.h (regset_alloc): Update declaration.
7589 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
7590 gdbarch argument.
7591 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7592 * i386-tdep.c (i386_regset_from_core_section): Same.
7593 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7594 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7595 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7596 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7597 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7598 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7599
7600 2004-05-21 Joel Brobecker <brobecker@gnat.com>
7601
7602 * config/djgpp/fnchange.lst: Undo previous change, was useless.
7603
7604 2004-05-21 Jim Blandy <jimb@redhat.com>
7605
7606 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
7607 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
7608
7609 2004-05-20 Jim Blandy <jimb@redhat.com>
7610
7611 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
7612
7613 2004-05-20 Mark Kettenis <kettenis@gnu.org>
7614
7615 * regset.h: Make prototype const-correct.
7616 * regset.c (regset_xmalloc): Make const-correct.
7617
7618 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
7619
7620 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
7621 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
7622 (symbol_search_name): Declare.
7623
7624 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
7625 (iter_name_next_hashed): Ditto.
7626 (iter_name_next_linear): Ditto.
7627 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
7628
7629 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
7630 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
7631 (symbol_search_name): New function.
7632
7633 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
7634
7635 * minsyms.c (build_minimal_symbol_hash_tables): Change
7636 test for adding to demangled hash table to check for difference
7637 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
7638
7639 2004-05-19 Jim Blandy <jimb@redhat.com>
7640
7641 Use a constructor function to create regset structures.
7642 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
7643 (struct regset): Use supply_regset_ftype. Add new
7644 'collect_regset' member.
7645 (regset_xmalloc): New declaration.
7646 * regset.c: New file.
7647 * am64-tdep.c (amd64_regset_from_core_section): Use
7648 regset_xmalloc to construct regset structures.
7649 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7650 * i386-tdep.c (i386_regset_from_core_section): Same.
7651 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7652 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7653 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7654 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7655 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7656 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7657 * Makefile.in (COMMON_OBS): Add regset.o.
7658 (regset.o): New rule.
7659
7660 2004-05-19 Joel Brobecker <brobecker@gnat.com>
7661
7662 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
7663 and pthread_cond_wait.c.
7664
7665 2004-05-18 Jim Blandy <jimb@redhat.com>
7666
7667 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
7668 before the mach-specific switch, and then let the individual cases
7669 override the defaults, rather than leaving them uninitialized
7670 until the switch and then setting them in each case.
7671
7672 2004-05-18 Randolph Chung <tausq@debian.org>
7673
7674 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
7675 millicode functions.
7676
7677 2004-05-18 Randolph Chung <tausq@debian.org>
7678
7679 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
7680 references to dld_flags_buffer consistent.
7681
7682 2004-05-18 Randolph Chung <tausq@debian.org>
7683
7684 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
7685 it for unwinding the stack.
7686
7687 2004-05-18 Randolph Chung <tausq@debian.org>
7688
7689 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
7690 Undefine these so we can overide them using gdbarch.
7691
7692 2004-05-18 Randolph Chung <tausq@debian.org>
7693
7694 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
7695 handling for 64-bit HPUX (elf).
7696
7697 2004-05-18 Daniel Jacobowitz <dan@debian.org>
7698
7699 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
7700 constants.
7701 * amd64-tdep.c (amd64_skip_prologue): Likewise.
7702 * ia64-tdep.c (examine_prologue): Likewise.
7703 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
7704 * v850-tdep.c (v850_fix_call_dummy): Likewise.
7705
7706 2004-05-18 Mark Kettenis <kettenis@gnu.org>
7707
7708 * vax-tdep.c (vax_return_value): Implement
7709 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7710
7711 2004-05-17 Mark Kettenis <kettenis@gnu.org>
7712
7713 * vax-tdep.c (vax_return_value): Fix typo.
7714
7715 2004-05-17 Andrew Cagney <cagney@redhat.com>
7716
7717 * MAINTAINERS: Mark Salter was also responsible for
7718 testsuite/config/
7719
7720 * NEWS: Mention signal fixes.
7721
7722 2004-05-17 Randolph Chung <tausq@debian.org>
7723
7724 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
7725 check to see if we are unwinding an export stub. Export stubs clobber
7726 the %rp in the call path and stores the original rp in a stack slot.
7727
7728 2004-05-17 Jim Blandy <jimb@redhat.com>
7729
7730 * MAINTAINERS: Update address for J.T. Conklin.
7731
7732 2004-05-17 Randolph Chung <tausq@debian.org>
7733
7734 * hppa-tdep.c: Remove superfluous #include's.
7735 * Makefile.in (hppa-tdep.o): Update dependencies.
7736
7737 2004-05-17 Randolph Chung <tausq@debian.org>
7738
7739 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
7740 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
7741 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
7742 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
7743 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
7744 Remove static function declarations.
7745
7746 2004-05-17 Mark Kettenis <kettenis@gnu.org>
7747
7748 * alphabsd-nat.c: Update copyright year.
7749 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7750
7751 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7752 and M68K_A2_REGNUM.
7753
7754 * m68k-tdep.c (m68k_svr4_return_value): Implement
7755 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7756
7757 2004-05-16 Mark Kettenis <kettenis@gnu.org>
7758
7759 * sol-thread.c Update copyright year. Fix various coding
7760 standards violations. Tweak a few comments.
7761 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
7762 Delete prototypes.
7763
7764 2004-05-15 Randolph Chung <tausq@debian.org>
7765
7766 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7767 as pointer instead of array reference since HPUX compiler does
7768 not accept unsized array arguments.
7769 * somsolib.c (dld_flags_buffer): Use constant array size.
7770
7771 2004-05-15 Mark Kettenis <kettenis@gnu.org>
7772
7773 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7774 offset with decimal offset.
7775 (amd64obsd_sigcontext_addr): Return correct address for entire
7776 signal trampoline.
7777
7778 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7779 instead of get_frame_base.
7780
7781 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7782 (fill_gregset): Use regcache_raw_collect.
7783
7784 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7785 ppcobsd-tdep.c.
7786
7787 * config/sparc/tm-nbsd64.h: Remove file.
7788 * config/tm-sunos.h: Remove file.
7789
7790 2004-05-15 Joel Brobecker <brobecker@gnat.com>
7791
7792 * rs6000-tdep.c (store_param_on_stack_p): New function,
7793 an improved version of some code extracted from skip_prologue().
7794 (skip_prologue): Use store_param_on_stack_p() to detect
7795 instructions saving a parameter on the stack. Detect when r0
7796 is used to save a parameter.
7797 Do not mark "li rx, SIMM" instructions as part of the prologue,
7798 unless the following instruction is also part of the prologue.
7799
7800 2004-05-14 Andrew Cagney <cagney@redhat.com>
7801
7802 * infrun.c (handle_inferior_event): Simplify
7803 STEP_OVER_UNDEBUGGABLE.
7804
7805 * infrun.c (handle_step_into_function): Delete function.
7806 (handle_inferior_event): Inline calls to
7807 handle_step_into_function.
7808
7809 2004-05-14 Jerome Guitton <guitton@gnat.com>
7810
7811 * rs6000-nat.c: Fix a comment.
7812
7813 2004-05-12 David Anderson <davea@sgi.com>
7814
7815 Committed by Jim Blandy <jimb@redhat.com>:
7816 * regcache.c (struct regcache_descr): fix comment spelling.
7817
7818 2004-05-13 J. Brobecker <brobecker@gnat.com>
7819
7820 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7821 Fixes a link link failure.
7822
7823 2004-05-13 J. Brobecker <brobecker@gnat.com>
7824
7825 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7826 error that was causing the build to fail.
7827
7828 2004-05-13 J. Brobecker <brobecker@gnat.com>
7829
7830 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7831 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7832
7833 2004-05-13 Andrew Cagney <cagney@redhat.com>
7834
7835 * infrun.c (handle_inferior_event): Check for
7836 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7837 calls. Update comments.
7838
7839 2004-05-13 Jim Blandy <jimb@redhat.com>
7840
7841 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7842 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7843 (store_regs_user_thread, store_regs_kernel_thread): Use
7844 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7845 * ppc-linux-nat.c (fill_gregset): Same.
7846 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7847 (ppc_linux_sigtramp_cache): Same.
7848 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7849 (ppcnbsd_sigtramp_cache_init): Same.
7850 * rs6000-nat.c (fetch_core_registers): Same.
7851 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7852 (rs6000_frame_cache): Same.
7853
7854 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7855 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7856 of assuming that the gprs are numbered starting with zero.
7857 * ppc-linux-nat.c (fill_gregset): Same.
7858 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7859 * ppcnbsd-nat.c (getregs_supplies): Same.
7860 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7861 * rs6000-nat.c (fetch_core_registers): Same.
7862 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7863
7864 2004-05-07 Michael Snyder <msnyder@redhat.com>
7865
7866 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7867 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7868
7869 2004-05-13 Andrew Cagney <cagney@redhat.com>
7870
7871 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7872
7873 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7874
7875 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7876 base_address for shared libraries.
7877
7878 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7879
7880 * MAINTAINERS (write after approval): Add myself.
7881
7882 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7883
7884 * breakpoint.c (bpstat_stop_status): Add new argument
7885 STOPPED_BY_WATCHPOINT. Use it instead of testing
7886 target_stopped_data_address agaist 0 to check whether
7887 or not we stopped due to a hardware watchpoint.
7888 * breakpoint.h (bpstat_stop_status): Adapt prototype.
7889 * infrun.c (handle_inferior_event): Call bpstat_stop_status
7890 with new argument.
7891
7892 2004-05-12 Jim Blandy <jimb@redhat.com>
7893
7894 * configure.in: When checking whether we should use the -bbigtoc
7895 option, don't forget to restore the original value of LDFLAGS.
7896 * configure: Regenerated.
7897
7898 2004-05-12 Andrew Cagney <cagney@redhat.com>
7899
7900 * thread.c (load_infrun_state): Delete step_sp.
7901 * infrun.c (context_switch): Ditto.
7902 * inferior.h (step_sp): Ditto.
7903 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7904 * gdbthread.h (struct thread_info, save_infrun_state)
7905 (restore_infrun_state): Ditto.
7906
7907 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
7908
7909 * MAINTAINERS (write after approval): Add myself.
7910
7911 2004-05-12 Andrew Cagney <cagney@redhat.com>
7912
7913 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7914 eliminate reference to step_sp.
7915 (struct execution_control_state, init_execution_control_state)
7916 (handle_inferior_event, keep_going): Delete update_step_sp and
7917 step_sp.
7918 * infcmd.c (step_sp): Note that variable is unused.
7919
7920 2004-05-11 Andrew Cagney <cagney@redhat.com>
7921
7922 * infrun.c (step_over_function): Delete function.
7923 (handle_step_into_function): Use insert_step_resume_breakpoint.
7924 (insert_step_resume_breakpoint): Fix assertion.
7925
7926 2004-05-11 Nick Roberts <nickrob@gnu.org>
7927
7928 * utils.c (defaulted_query): Just use the normal query input type
7929 when printing the annotations.
7930
7931 2004-05-11 Andrew Cagney <cagney@redhat.com>
7932
7933 * infrun.c (handle_inferior_event): Simplify code handling
7934 step-into or return-from a signal trampoline.
7935
7936 2004-05-11 Andrew Cagney <cagney@redhat.com>
7937
7938 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7939 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7940
7941 2004-05-10 Jim Blandy <jimb@redhat.com>
7942
7943 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7944 with a call to internal_error.
7945
7946 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7947 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7948 processor variant lacks those registers.
7949 (ppc_floating_point_unit_p): Change description to make it clear
7950 that this returns info about the ISA, not the ABI.
7951 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7952 return true or false by checking tdep->ppc_fp0_regnum and
7953 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7954 arch/mach switching done in rs6000_gdbarch_init; it's better to
7955 keep that logic there, and just check the results here.
7956 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7957 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7958 floating-point registers.
7959 (ppc_supply_fpregset, ppc_collect_fpregset)
7960 (rs6000_push_dummy_call, rs6000_extract_return_value)
7961 (rs6000_store_return_value): Assert that we have floating-point
7962 registers.
7963 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7964 (rs6000_frame_cache): Don't note the locations at which
7965 floating-point registers were saved if we have no fprs.
7966 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7967 registers.
7968 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7969 (store_regs_user_thread, store_regs_kernel_thread): Only call
7970 supply_fprs / fill_fprs if we actually have floating-point
7971 registers.
7972 (special_register_p): Check ppc_fpscr_regnum before matching
7973 against it.
7974 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
7975 supply / collect fpscr if we don't have it.
7976 * ppc-bdm.c: #include "gdb_assert.h".
7977 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
7978 have floating-point registers, since I can't test this code on
7979 FP-free systems to adapt it.
7980 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
7981 fpscr and floating point register numbers if they don't exist.
7982 (fetch_register): Assert that we have floating-point registers
7983 before we reach the code that handles them.
7984 (store_register): Same. And use tdep instead of calling
7985 gdbarch_tdep again.
7986 (fill_fpregset): Don't try to collect FP registers and fpscr if we
7987 don't have them.
7988 (ppc_linux_sigtramp_cache): Don't record the saved locations of
7989 fprs and fpscr if we don't have them.
7990 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
7991 don't have them.
7992 * ppcnbsd-nat.c: #include "gdb_assert.h".
7993 (getfpregs_supplies): Assert that we have floating-point registers.
7994 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
7995 * ppcobsd-tdep.c: #include "gdb_assert.h".
7996 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
7997 have floating-point registers.
7998 * rs6000-nat.c (regmap): Don't match against the fpscr and
7999 floating point register numbers if they don't exist.
8000 (fetch_inferior_registers, store_inferior_registers,
8001 fetch_core_registers): Only fetch / store / supply the
8002 floating-point registers and the fpscr if we have them.
8003 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
8004 (ppcobsd-tdep.o): Update dependencies.
8005
8006 2004-05-10 Andrew Cagney <cagney@redhat.com>
8007
8008 * infrun.c (through_sigtramp_breakpoint): Delete variable.
8009 (context_switch): Do not switch through_sigtramp_breakpoint.
8010 * gdbthread.h (save_infrun_state, load_infrun_state)
8011 (struct thread_info): Delete through_sigtramp_breakpoint parameter
8012 and structure member.
8013 * thread.c (load_infrun_state, save_infrun_state): Update.
8014
8015 2004-05-10 Mark Kettenis <kettenis@gnu.org>
8016
8017 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
8018
8019 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8020
8021 * acinclude.m4: Quote macro names being defined by AC_DEFUN
8022 throughout.
8023 * aclocal.m4: Regenerate.
8024
8025 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
8026
8027 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
8028
8029 2004-05-10 Andrew Cagney <cagney@redhat.com>
8030
8031 * infrun.c (check_sigtramp2): Delete function.
8032 (handle_inferior_event): When single stepping, and taking a
8033 signal, set a breakpoint at the signal return address. Delete
8034 redundant calls to check_sigtramp2.
8035 (insert_step_resume_breakpoint): New function.
8036 (through_sigtramp_breakpoint, handle_inferior_event)
8037 (follow_exec, wait_for_inferior, fetch_inferior_event)
8038 (currently_stepping, keep_going): Delete most uses of
8039 through_sigtramp_breakpoint, not that it should be deleted.
8040 (delete_breakpoint_current_contents): Delete function.
8041
8042 2004-05-10 Randolph Chung <tausq@debian.org>
8043
8044 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
8045 target.
8046 * config/pa/tm-linux.h: New file.
8047
8048 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
8049
8050 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
8051 of prefixes. Don't print the prefix twice in the CLI.
8052
8053 2004-05-10 Jim Blandy <jimb@redhat.com>
8054
8055 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
8056 collect all the gprs.
8057
8058 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
8059 loop collecting gprs.
8060
8061 2004-05-09 Andrew Cagney <cagney@redhat.com>
8062
8063 * remote-vx.c (net_step): Delete step-range code.
8064 * remote.c (remote_resume, init_all_packet_configs)
8065 (set_remote_protocol_E_packet_cmd)
8066 (show_remote_protocol_E_packet_cmd)
8067 (remote_protocol_E, show_remote_cmd, _initialize_remote)
8068 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
8069 (show_remote_protocol_e_packet_cmd): Ditto.
8070
8071 2004-05-09 Mark Kettenis <kettenis@gnu.org>
8072
8073 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
8074
8075 * hppa-tdep.h: Update copyright year.
8076 (struct trad_frame_saved_reg): Add opaque declaration.
8077
8078 * amd64-tdep.c (amd64_return_value): Implement
8079 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8080
8081 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
8082 (m68k_value_to_register): New functions.
8083 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
8084 value_to_register.
8085
8086 * defs.h (enum return_value_convention): Add
8087 RETURN_VALUE_ABI_RETURNS_ADDRESS and
8088 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
8089 * infcmd.c (legacy_return_value): New function.
8090 (print_return_value): Rwerite to implement
8091 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8092 * values.c (using_struct_return): Check for inequality to
8093 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
8094 RETURN_VALUE_STRUCT_CONVENTION.
8095 * i386-tdep.c (i386_return_value): Implement
8096 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8097
8098 * vax-tdep.c: Tweak comments. Reorder include files. Don't
8099 include "symtab.h", "opcode/vax.h" and "inferior.h".
8100 (vax_skip_prologue): Replace calls to read_memory_integer by calls
8101 to read_memory_unsigned_integer.
8102 (vax_gdbarch_init): Reorder.
8103 (_initialize_vax_tdep): Spell out prototype.
8104 * Makefile.in (vax-tdep.o): Update dependencies.
8105
8106 2004-05-08 Andrew Cagney <cagney@redhat.com>
8107
8108 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
8109 * target.c (target_detach, target_disconnect): Ditto.
8110
8111 * infcall.c (call_function_by_hand): When no
8112 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
8113 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
8114 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
8115 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8116 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8117
8118 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
8119 * gdbarch.h, gdbarch.c: Re-generate.
8120 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8121 deprecated_fix_call_dummy.
8122 * v850-tdep.c (v850_gdbarch_init): Ditto.
8123 * infcall.c (call_function_by_hand): Do not call
8124 DEPRECATED_FIX_CALL_DUMMY.
8125
8126 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
8127 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
8128 * gdbarch.h, gdbarch.c: Re-generate.
8129 * arm-linux-tdep.c (arm_linux_call_dummy_words)
8130 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
8131 deprecated_sizeof_call_dummy_words.
8132 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
8133 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8134 * v850-tdep.c (v850_gdbarch_init): Ditto.
8135 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8136 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
8137 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8138 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8139 * arch-utils.h (legacy_call_dummy_words)
8140 (legacy_sizeof_call_dummy_words): Delete declarations.
8141 * arch-utils.c (legacy_call_dummy_words)
8142 (legacy_sizeof_call_dummy_words): Delete variables.
8143
8144 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
8145 * gdbarch.h, gdbarch.c: Re-generate.
8146 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
8147 * infcall.c (call_function_by_hand): Eliminate call to
8148 DEPRECATED_PUSH_DUMMY_FRAME.
8149 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8150 push_dummy_frame.
8151 (ns32k_push_dummy_frame): Delete function.
8152
8153 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8154 deprecated_call_dummy_breakpoint_offset or
8155 deprecated_call_dummy_start_offset.
8156 * dummy-frame.c, arm-tdep.c: Update comments.
8157 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
8158 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
8159 * gdbarch.h, gdbarch.c: Re-generate.
8160
8161 * infcall.c (legacy_push_dummy_code): Delete function.
8162 (push_dummy_code): Delete call.
8163
8164 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
8165 * gdbarch.h, gdbarch.c: Re-generate.
8166 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
8167 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
8168 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
8169 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
8170
8171 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
8172 (struct frame_info): Delete opaque declaration.
8173 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
8174 * frame.c (get_frame_type): Delete call.
8175
8176 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8177 pc_in_call_dummy.
8178 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
8179 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
8180
8181 2004-05-08 Mark Kettenis <kettenis@gnu.org>
8182
8183 * alphanbsd-tdep.c: Include "gdb_string.h".
8184 * armnbsd-tdep.c: Update copyright year.
8185 Include "gdb_string.h".
8186 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
8187 dependencies.
8188
8189 * delta68-nat.c: Remove file.
8190 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
8191 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
8192 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
8193 (delta68-nat.o): Remove dependency.
8194
8195 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
8196 function.
8197 (m68k_gdbarch_init): Don't set
8198 deprecated_frameless_function_invocation.
8199
8200 2004-05-07 Randolph Chung <tausq@debian.org>
8201
8202 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
8203 read_memory_nobpt for code reading when doing frame unwinding.
8204 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
8205
8206 2004-05-07 Randolph Chung <tausq@debian.org>
8207
8208 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
8209 instead of sp, handle sigaltstack case.
8210 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
8211 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
8212 signal handler and not that of the caller.
8213 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
8214 hppa_linux_sigtramp_find_sigcontext.
8215
8216 2004-05-07 Randolph Chung <tausq@debian.org>
8217
8218 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
8219 hppa-linux-nat.c.
8220 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
8221 * hppa-linux-nat.c (fetch_register, store_register): Define.
8222 (fetch_inferior_registers, store_inferior_registers): Define.
8223 (supply_gregset): Add comment and clean up some unneeded code.
8224 (fill_gregset): Add comment and fix so that it saves registers in
8225 the right place in the gregset.
8226 (fill_fpregset): Fix buffer overrun problem.
8227 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
8228
8229 2004-05-07 Randolph Chung <tausq@debian.org>
8230
8231 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
8232 do common handling of the pcoqt register.
8233 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
8234 to use helper function.
8235 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
8236 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
8237 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
8238 generic fallback unwinder when all else fails.
8239 (hppa_gdbarch_init): Add fallback sniffer.
8240 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
8241 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
8242 to use helper function.
8243
8244 2004-05-08 Joel Brobecker <brobecker@gnat.com>
8245
8246 * config/djgpp/fnchange.lst: Add translation rules for
8247 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
8248
8249 2004-05-08 Mark Kettenis <kettenis@gnu.org>
8250
8251 * frame.c (get_prev_frame_1): Work around GCC bug.
8252 * frame.h: Add comment about GCC bug.
8253
8254 2004-05-07 Andrew Cagney <cagney@redhat.com>
8255
8256 * observer.c: Include "commands.h" and "gdbcmd.h".
8257 (observer_debug, _initialize_observer): Add the
8258 command "set/show debug observer".
8259 * observer.sh: When observer debugging, log notify calls.
8260 * Makefile.in (observer.o): Update dependencies.
8261
8262 2004-05-07 Jason Molenda (jmolenda@apple.com)
8263
8264 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
8265
8266 2004-05-07 Jim Blandy <jimb@redhat.com>
8267
8268 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
8269 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
8270 to recognize gpr regnums, instead of assuming that
8271 tdep->ppc_fp0_regnum marks the end of the general-purpose
8272 registers.
8273
8274 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
8275 the given architecture has floating-point registers.
8276
8277 2004-05-07 Andrew Cagney <cagney@redhat.com>
8278
8279 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
8280 macro defined to 1.
8281 * gdbarch.h, gdbarch.c: Re-generate.
8282 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8283 deprecated_use_generic_dummy_frames.
8284
8285 2004-05-07 Brian Ford <ford@vss.fsi.com>
8286
8287 * NEWS: Mention Cygwin DWARF 2 support.
8288
8289 2004-05-07 Andrew Cagney <cagney@redhat.com>
8290
8291 * objfiles.h (struct entry_info): Delete unused fields
8292 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
8293 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
8294 * mipsread.c (mipscoff_symfile_read): Update.
8295 * mdebugread.c (parse_partial_symbols): Update.
8296 * dwarfread.c (read_file_scope): Update.
8297 * dwarf2read.c (read_file_scope): Update.
8298 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
8299 * coffread.c (complete_symtab): Update.
8300
8301 2004-05-07 Mark Kettenis <kettenis@gnu.org>
8302
8303 * infcall.c (_initialize_infcall): Fix typo.
8304
8305 2004-05-07 Andrew Cagney <cagney@redhat.com>
8306
8307 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
8308 * command.h (add_setshow_zinteger_cmd): Declare.
8309
8310 2004-05-06 Randolph Chung <tausq@debian.org>
8311
8312 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
8313 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
8314 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
8315 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
8316 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
8317 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
8318 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
8319 definitions ...
8320 * hppa-tdep.h: ... to here, with HPPA_ prefix.
8321 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
8322 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
8323 (hppa64_hpux_frame_find_saved_regs_in_sig)
8324 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
8325 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
8326 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
8327 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
8328 (hppa_linux_sigtramp_frame_prev_register): Likewise.
8329 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
8330 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
8331 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
8332 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
8333 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
8334 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
8335 (hppa32_register_type, hppa_cannot_store_register)
8336 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
8337 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
8338 * hpread.c (hpread_process_one_debug_symbol): Likewise.
8339 * pa64solib.c (pa64_solib_have_load_event)
8340 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
8341 (pa64_solib_unloaded_library_pathname): Likewise.
8342 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
8343 (som_solib_library_pathname): Likewise.
8344
8345 2004-05-05 Jim Ingham <jingham@apple.com>
8346
8347 * breakpoint.c (create_breakpoints): Copy the ignore count and
8348 thread id over from the pended breakpoint to the actual
8349 breakpoint.
8350
8351 2004-05-05 Andrew Cagney <cagney@redhat.com>
8352
8353 * gdbarch.sh (PARM_BOUNDARY): Delete.
8354 gdbarch.h, gdbarch.c: Re-generate.
8355 * valops.c (PARM_BOUNDARY): Delete macro.
8356 (value_push): Delete PARM_BOUNDARY code.
8357 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
8358
8359 2004-05-04 Jim Blandy <jimb@redhat.com>
8360
8361 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
8362 Don't assume that the gprs, fprs, and UISA sprs are
8363 contiguous, start at register number zero, and end with fpscr.
8364 Instead, use the numbers from the tdep structure.
8365
8366 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
8367 should no longer be used in code specific to the RS6000 and its
8368 derivatives.
8369 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
8370 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
8371 tdep->ppc_fp0_regnum.
8372 (ppc_supply_fpregset, ppc_collect_fpregset)
8373 (rs6000_push_dummy_call, rs6000_extract_return_value)
8374 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
8375 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
8376 FP0_REGNUM.
8377 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
8378 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
8379 Same.
8380 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
8381 bdm_ppc_store_registers): Same.
8382 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
8383 (store_register, fill_fpregset): Same.
8384 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
8385 (ppc_linux_supply_fpregset): Same.
8386 * ppcnbsd-nat.c (getfpregs_supplies): Same.
8387 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
8388 Same.
8389 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
8390 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
8391 ppc64_sysv_abi_return_value): Same.
8392 * rs6000-nat.c (regmap, fetch_inferior_registers)
8393 (store_inferior_registers, fetch_core_registers): Same.
8394
8395 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8396
8397 * m68knbsd-nat.c: Remove file.
8398 * m68knbsd-tdep.c: Remove file.
8399 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
8400 dependencies.
8401 * configure.host: Add m68k-*-netbsdelf*.
8402 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
8403 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
8404 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
8405 (XM_FILE): Remove.
8406 * config/m68k/nbsdelf.mh: New file.
8407 * config/m68k/nbsd.mt: New file.
8408 * config/m68k/nbsdaout.mt: Remove file.
8409 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
8410 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
8411 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
8412 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
8413 (use_struct_convention): Remove prototype.
8414 (USE_STRUCT_CONVENTION): Remove define.
8415 * config/m68k/xm-nbsd.h: Remove file.
8416
8417 2004-05-04 Michael Snyder <msnyder@redhat.com>
8418
8419 * m68k-tdep.c (m68k_gdbarch_init): Default to using
8420 reg_struct_return method (as gcc usually does for cross targets).
8421
8422 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8423
8424 Committed by Andrew Cagney.
8425 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
8426 alignment padding when accessing ucontext struct members.
8427
8428 2004-05-04 Jim Blandy <jimb@redhat.com>
8429
8430 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
8431 'ppc_gplast_regnum' member.
8432 (ppc_num_gprs): New enum constant.
8433 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
8434 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
8435 * rs6000-nat.c (regmap, fetch_inferior_registers,
8436 store_inferior_registers): Same.
8437 * rs6000-tdep.c (e500_pseudo_register_read)
8438 (e500_pseudo_register_write): Same.
8439 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
8440
8441 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
8442 * ppc-tdep.h (ppc_num_fprs): New enum constant.
8443 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
8444 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
8445 FPLAST_REGNUM.
8446 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8447 Same.
8448 * ppc-linux-nat.c (ppc_register_u_addr): Same.
8449 * rs6000-nat.c (regmap, fetch_inferior_registers)
8450 (store_inferior_registers): Same.
8451
8452 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
8453 with FPLAST_REGNUM.
8454
8455 2004-05-03 Joel Brobecker <brobecker@gnat.com>
8456
8457 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
8458 failure detected by recent versions of GCC.
8459 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
8460 to be consistent with the usage in dwarf2_create_include_psymtab.
8461
8462 2004-05-03 Michael Snyder <msnyder@redhat.com>
8463
8464 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
8465 (heuristic_proc_start): Whitespace cleanup.
8466
8467 2004-05-04 Mark Kettenis <kettenis@gnu.org>
8468
8469 * sun3-nat.c: Remove file.
8470 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
8471 dependencies.
8472 (ALLDEPFILES): Remove sun3-nat.c.
8473 (sun3-nat.o): Remove dependencies.
8474
8475 * i386-interix-nat.c, i386-interix-tdep.c,
8476 config/i386/nm-interix.h, config/i386/interix.mh,
8477 config/i386/interix.mt: Remove files.
8478 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
8479 dependencies.
8480
8481 2004-05-03 Mark Kettenis <kettenis@gnu.org>
8482
8483 * m68k-tdep.h (struct gdbarch_tdep): Add member
8484 struct_value_regnum.
8485 (m68k_svr4_init_abi): New prototype.
8486 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
8487 different calling conventions.
8488 (m68k_extract_return_value): Remove code dealing with single-field
8489 structs.
8490 (m68k_store_return_value): Remove code dealing with single-field
8491 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
8492 (m68k_extract_struct_value_address): Remove function.
8493 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
8494 (m68k_reg_struct_return_p, m68k_return_value)
8495 (m68k_svr4_return_value): New functions.
8496 (m68k_use_struct_convention): Remove function.
8497 (m68k_push_dummy_call): Use new struct_value_regnum member of
8498 `struct gdbarch_tdep' instead of hardcoded register number to
8499 store STRUCT_ADDR.
8500 (m68k_svr4_init_abi): New function.
8501 (m68k_gdbarch_init): Don't set extract_return_value,
8502 store_return_values, deprecated_extract_struct_value_address and
8503 use_struct_convention. Set return_value instead. Initialize new
8504 struct_value_regnum member of `struct gdbarch_tdep'.
8505 * m68klinux-tdep.c: Update copyright year.
8506 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
8507 (m68k_linux_extract_struct_value_address): Remove function.
8508 (m68k_linux_init_abi): Don't set extract_return_value,
8509 store_return_values, deprecated_extract_struct_value_address and
8510 use_struct_convention. Call m68k_svr4_init_abi but override the
8511 new struct_value_regnum member of `struct gdbarch_tdep'.
8512 * Makefile.in (m68k-tdep.o): Update dependencies.
8513
8514 2004-05-03 J. Brobecker <brobecker@gnat.com>
8515
8516 * dwarf2read.c (line_header): Add new included_p field in
8517 field file_names.
8518 (partial_die_info): New field has_stmt_list. New field line_offset.
8519 (dwarf2_create_include_psymtab): New function.
8520 (dwarf2_build_include_psymtabs): New function.
8521 (add_file_name): Add forward declaration. Initialize new field.
8522 (dwarf_decode_lines): Add new parameter. Enhance this procedure
8523 to be able to determine the list of files included by the
8524 given unit, and build their associated psymtabs.
8525 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
8526 files as well.
8527 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
8528 (read_file_scope): Update call to dwarf_decode_lines.
8529 (read_partial_die): Handle DW_AT_stmt_list attributes.
8530
8531 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
8532
8533 Unfix PR gdb/1626.
8534 * configure.in: Revert special case for osf5.*.
8535 * configure: Regenerate.
8536
8537 2004-05-02 Jim Blandy <jimb@redhat.com>
8538
8539 Move the symbol-file-from-memory functions into their own file.
8540 * symfile-mem.c, symfile-mem.h: New files.
8541 * symfile.c (symbol_file_add_from_bfd): New function.
8542 (symbol_file_add): Call symbol_file_add_from_bfd.
8543 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
8544 Moved to symfile-mem.c.
8545 (_initialize_symfile): Move definition of
8546 add-symbol-file-from-memory command to symfile-mem.c.
8547 * symfile.h (symbol_file_add_from_bfd): New declaration.
8548 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
8549 * config/powerpc/linux.mt (TDEPFILES): Same.
8550 * Makefile.in (SFILES): Add symfile-mem.c.
8551 (symfile_mem_h): New variable.
8552 (HFILES_NO_SRCDIR): Add symfile-mem.h.
8553 (symfile-mem.o): New rule.
8554
8555 2004-05-01 Andrew Cagney <cagney@redhat.com>
8556
8557 * breakpoint.c (insert_bp_location): Use get_frame_id, and
8558 frame_find_by_id instead of frame_relative_level.
8559 (do_enable_breakpoint): Ditto.
8560 * thread.c: Update copyright.
8561 (info_threads_command): Ditto, simplify.
8562
8563 * frame.c (deprecated_generic_get_saved_register): Delete
8564 function, moved to "xstormy16-tdep.c".
8565 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
8566 deprecated_generic_get_saved_register from "frame.c".
8567 (xstormy16_frame_saved_register): Call
8568 xstormy16_get_saved_register.
8569 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
8570 static.
8571 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
8572 * frame.h (deprecated_generic_get_saved_register): Delete.
8573
8574 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
8575
8576 * dwarfread.c: Update documentation on the state of dwarf-1.
8577
8578 2004-05-01 Andrew Cagney <cagney@redhat.com>
8579
8580 * stack.c (select_frame_command): Delete call to
8581 frame_relative_level.
8582 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
8583 Delete #if0 code.
8584 (frame_info): Do not print FRAMELESS.
8585 (print_block_frame_labels): Replace DEPRECATED_STREQ.
8586 (catch_info): Delete #if0 code.
8587
8588 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
8589 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
8590 of frame_relative_level.
8591 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
8592 to SENTINEL_FRAME.
8593 * frame.h (enum frame_type): Add SENTINEL_FRAME.
8594 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
8595 frame_relative_level.
8596
8597 * frame.h (deprecated_set_frame_type): Delete declaration.
8598 * frame.c (deprecated_set_frame_type): Delete function, update
8599 comments.
8600
8601 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
8602 * gdbarch.h, gdbarch.c: Re-generate.
8603 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
8604 (shnbsd_pc_in_sigtramp): Delete.
8605 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
8606 pc_in_sigtramp.
8607 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
8608 pc_in_sigtramp.
8609 * frame.h: Update comments.
8610 * ppc-linux-tdep.c: Update comments.
8611 * breakpoint.c (bpstat_what): Update comments.
8612
8613 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
8614 m68klinux-tdep.o's dependencies, were previously added to
8615 m68klinux-nat.o.
8616
8617 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
8618 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
8619 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8620 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8621 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8622
8623 * Makefile.in (m68klinux-nat.o): Update dependencies.
8624 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8625 (m68k_linux_sigtramp_frame_cache)
8626 (m68k_linux_sigtramp_frame_this_id)
8627 (m68k_linux_sigtramp_frame_prev_register)
8628 (m68k_linux_sigtramp_frame_unwind)
8629 (m68k_linux_sigtramp_frame_sniffer)
8630 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
8631 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
8632 names, use trad-frame.h.
8633 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
8634 (struct m68k_sigtramp_info): Delete.
8635 * m68k-tdep.c (m68k_sigtramp_frame_cache)
8636 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
8637 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
8638 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
8639 "m68klinux-tdep.c".
8640
8641 * infrun.c (check_sigtramp2): Delete check for
8642 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
8643
8644 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8645
8646 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
8647
8648 2004-05-01 Andrew Cagney <cagney@redhat.com>
8649
8650 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8651 (frv_linux_sigtramp_frame_cache)
8652 (frv_linux_sigtramp_frame_this_id)
8653 (frv_linux_sigtramp_frame_prev_register)
8654 (frv_linux_sigtramp_frame_unwind)
8655 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
8656 include "linux" in function and variable names, directly call
8657 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
8658 the latest trad-frame code.
8659 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
8660 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
8661 * Makefile.in (frv-linux-tdep.o): Update dependencies.
8662 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
8663 * frv-tdep.c (frv_sigtramp_frame_cache)
8664 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8665 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
8666 frv-linux-tdep.c.
8667 (frv_gdbarch_init): Do not append a sigtramp sniffer.
8668 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
8669 (frv_set_sigcontext_reg_addr): Delete function.
8670
8671 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
8672 (DEPRECATED_SIGTRAMP_END): Delete.
8673 * gdbarch.h, gdbarch.c: Re-generate.
8674 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
8675 * config/vax/tm-vaxbsd.h: Update copyright.
8676 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8677 (DEPRECATED_IN_SIGTRAMP): Define.
8678 * config/m68k/tm-nbsd.h: Update copyright.
8679 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8680 (DEPRECATED_IN_SIGTRAMP): Define.
8681
8682 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8683
8684 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
8685 encondings. Fixes PR gdb/1628.
8686
8687 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
8688 DW_CFA_restore state without a matching DW_CFA_remember_state
8689 instead of aborting. Fixes PR backtrace/1589.
8690
8691 2004-04-30 Joel Brobecker <brobecker@gnat.com>
8692
8693 * MAINTAINERS: Add self as AIX maintainer.
8694 Update my e-mail address in write-after-approval section.
8695
8696 2004-04-30 Andrew Cagney <cagney@redhat.com>
8697
8698 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
8699 (legacy_get_prev_frame): Ditto.
8700
8701 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
8702 (mips_gdbarch_init): Do not set pc_in_sigtramp.
8703 * mipsread.c (sigtramp_address): Delete extern variable.
8704 (mipscoff_new_init): Delete reference.
8705 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
8706 (fixup_sigtramp): Delete function.
8707 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
8708 (fixup_sigtramp): Delete declarations.
8709
8710 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
8711 deprecated_pc_in_sigtramp.
8712 (ppcnbsd_pc_in_sigtramp): Delete function.
8713
8714 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8715
8716 * config/m68k/nm-nbsd.h: Tweak comments.
8717 * config/m68k/nm-nbsdaout.h: Likewise.
8718
8719 2004-04-30 Andrew Cagney <cagney@redhat.com>
8720
8721 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
8722 legacy_pc_in_sigtramp.
8723 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
8724
8725 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8726
8727 Add OpenBSD/m68k support.
8728 * NEWS (New native configurations): Mention OpenBSD/m68k.
8729 * m68kbsd-tdep.c: New file.
8730 * m68kbsd-nat.c: New file.
8731 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
8732 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
8733 * configure.host: Add m68k-*-openbsd.
8734 * configure.tgt: Add m68k-*-openbsd.
8735 * config/m68k/tm-obsd.h: New file.
8736 * config/m68k/obsd.mt: New file.
8737 * config/m68k/obsd.mh: New file.
8738 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
8739 m68kbsd-tdep.c.
8740
8741 2004-04-30 Andrew Cagney <cagney@redhat.com>
8742
8743 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
8744 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8745
8746 2004-04-30 Mark Kettenis <kettenis@gnu.org>
8747
8748 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8749 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8750
8751 2004-04-30 Brian Ford <ford@vss.fsi.com>
8752
8753 Revert 2004-04-16 change.
8754 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
8755 (i386_coff_init_abi): Remove.
8756 * i386-tdep.h (i386_coff_init_abi): Remove.
8757 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
8758
8759 2004-04-30 Andrew Cagney <cagney@redhat.com>
8760
8761 * blockframe.c (find_pc_partial_function): Delete use of
8762 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
8763 DEPRECATED_SIGTRAMP_END.
8764
8765 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8766 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8767 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8768 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8769 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8770
8771 * defs.h (deprecated_inside_entry_file): Delete declaration.
8772 * blockframe.c (deprecated_inside_entry_file): Delete function.
8773 (legacy_frame_chain_valid): Delete call.
8774 * sh64-tdep.c (sh64_frame_chain): Delete call.
8775 * objfiles.h: Update comments.
8776 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8777 call.
8778 * frame.c (get_prev_frame): Delete call, update comments.
8779
8780 2004-04-30 Brian Ford <ford@vss.fsi.com>
8781
8782 * MAINTAINERS (Write After Approval): Add myself.
8783
8784 2004-04-30 Andrew Cagney <cagney@redhat.com>
8785
8786 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8787 * gdbarch.h, gdbarch.c: Re-generate.
8788 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8789 code.
8790
8791 2004-04-30 Andrew Cagney <cagney@redhat.com>
8792
8793 * gdb-events.sh (selected_thread_changed)
8794 (selected_frame_level_changed, target_changed): Delete.
8795 * gdb-events.h, gdb-events.c: Re-generate.
8796 * valops.c (value_assign): Update.
8797 * stack.c (select_frame_command, up_silently_base)
8798 (down_silently_base): Update.
8799
8800 2004-04-29 Andrew Cagney <cagney@redhat.com>
8801
8802 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8803 registers correctly.
8804 (print_gp_register_row, mips32_heuristic_proc_desc)
8805 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8806 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8807 references to mips_isa_regsize.
8808
8809 2004-04-29 Andrew Cagney <cagney@redhat.com>
8810
8811 * mips-tdep.c (struct gdbarch_tdep): Delete
8812 mips_fp_register_double.
8813 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8814 mips_abi_regsize.
8815 (mips_gdbarch_init): Do not set mips_fp_register_double.
8816 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8817
8818 2004-04-29 Joel Brobecker <brobecker@gnat.com>
8819
8820 Committed by Andrew Cagney.
8821 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8822 function calls.
8823
8824 2004-04-29 Andrew Cagney <cagney@redhat.com>
8825
8826 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8827 gdbarch, use mips_abi, update callers.
8828 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8829 mips_abi_regsize, update callers.
8830 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8831 mips_default_abi_regsize.
8832 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8833 mips_default_abi_regsize.
8834
8835 2004-04-29 Andrew Cagney <cagney@redhat.com>
8836
8837 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8838 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8839 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8840 mips_default_abi_regsize.
8841 (mips_isa_regsize): Rename mips_regisze.
8842 * mipsnbsd-tdep.c: Update.
8843 * mips-linux-tdep.c: Update.
8844 * irix5-nat.c: Update.
8845 * mips-tdep.h (mips_isa_regsize): Update.
8846
8847 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8848 Delete all disabled code.
8849 * gdb-events.h, gdb-events.c: Re-generate.
8850
8851 2004-04-19 Jerome Guitton <guitton@gnat.com>
8852 Mark Kettenis <kettenis@gnu.org>
8853
8854 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8855 the function begins with a branch instruction.
8856
8857 2004-04-29 Mark Kettenis <kettenis@gnu.org>
8858
8859 * i386-tdep.c: Fix spelling mistakes.
8860
8861 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8862 Andrew Cagney <cagney@redhat.com>
8863
8864 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8865 <sys/proc.h>.
8866 * acconfig.h: Provide default _KMEMUSER value.
8867 * config.in, configure: Re-generate.
8868 * NEWS: Mention fix.
8869
8870 2004-04-24 Randolph Chung <tausq@debian.org>
8871
8872 * configure.host (hppa*-*-linux*): New target.
8873 * configure.tgt (hppa*-*-linux*): Likewise.
8874 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8875 gdbarch_init_osabi() call earlier so that osabi-specific frame
8876 unwinders can be registered first.
8877 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8878 hppa-linux-nat.c.
8879 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8880 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8881 * config/pa/linux.mh: New file.
8882 * config/pa/linux.mt: New file.
8883 * config/pa/nm-linux.h: New file.
8884 * config/pa/xm-linux.h: New file.
8885 * hppa-linux-nat.c: New file.
8886 * hppa-linux-tdep.c: New file.
8887
8888 2004-04-28 Randolph Chung <tausq@debian.org>
8889
8890 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8891 return values.
8892 (hppa32_push_dummy_call): Fix small struct and floating point argument
8893 passing, and make sure the stack frame is properly aligned.
8894
8895 2004-04-28 Andrew Cagney <cagney@redhat.com>
8896
8897 * stack.c (print_stack_frame): Fix description.
8898
8899 * NEWS: Mention gdb/gdbserver/configure execute permission
8900 changed. PR server/519.
8901
8902 2004-04-28 Andrew Cagney <cagney@redhat.com>
8903
8904 * stack.c (print_stack_frame_stub): Delete declaration.
8905 (struct print_stack_frame_args, print_stack_frame)
8906 (print_frame_info, print_frame): Replace "source" with print what.
8907 Replace "print" with "print_level". Replace "args" with
8908 "print_args".
8909 * frame.h (show_and_print_stack_frame, print_stack_frame)
8910 (print_frame_info): Update declarations.
8911 * stack.c (select_and_print_frame, frame_command)
8912 (current_frame_command, up_command, down_command): Update calls -
8913 use get_selected_frame, pass "enum print_what" for source, do not
8914 call frame_relative_level.
8915 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8916 * remote-rdp.c (remote_rdp_open): Ditto.
8917 * remote-mips.c (common_open): Ditto.
8918 * remote-e7000.c (e7000_start_remote): Ditto.
8919 * ocd.c (ocd_start_remote): Ditto.
8920 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8921 * infrun.c (normal_stop): Ditto.
8922 * inflow.c (kill_command): Ditto.
8923 * infcmd.c (finish_command): Ditto.
8924 * corelow.c (core_open): Ditto.
8925 * tracepoint.c (finish_tfind_command): Ditto.
8926 * thread.c (info_threads_command, info_threads_command)
8927 (restore_current_thread, do_captured_thread_select): Ditto.
8928 * ada-tasks.c (task_command): Ditto.
8929
8930 2004-04-26 Orjan Friberg <orjanf@axis.com>
8931
8932 * frame.c: Include "observer.h".
8933 (frame_observer_target_changed): New function.
8934 (_initialize_frame): Attach target_changed observer.
8935 * regcache.c: Include "observer.h".
8936 (regcache_observer_target_changed): New function.
8937 (_initialize_regcache): Attach target_changed observer.
8938 * valops.c: Include "observer.h".
8939 (value_assign): Notify target_changed event when modifying register.
8940 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8941
8942 2004-04-26 Orjan Friberg <orjanf@axis.com>
8943
8944 From Paul Koning <pkoning@equallogic.com>:
8945 * breakpoint.c (free_valchain): New function.
8946 (insert_bp_location, delete_breakpoint): Use free_valchain.
8947 (remove_breakpoint): Do not remove the valchain.
8948 (bpstat_stop_status): If not stopped by watchpoint, skip
8949 watchpoints when generating stop status list.
8950 * infrun.c (handle_inferior_event): Make
8951 stepped_after_stopped_by_watchpoint a global variable.
8952 * remote.c (remote_stopped_data_address): Return watch data
8953 address rather than zero if stepped_after_stopped_by_watchpoint is
8954 set.
8955
8956 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
8957
8958 Fix PR gdb/1626.
8959 * configure.in: Check for curses after termcap.
8960 On osf5.*, do not check for ncurses.
8961 * configure: Regenerate.
8962
8963 2004-04-25 Mark Kettenis <kettenis@gnu.org>
8964
8965 * ppcobsd-nat.c: Include "ppc-tdep.h".
8966 * Makefile.in (ppcobsd-nat.o): Update dependencies.
8967
8968 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8969 Fixes PR tdep/1623 and PR tdep/1624.
8970
8971 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
8972
8973 * xmodem.h, xmodem.c: Remove files.
8974 * Makefile.in: Remove references to xmodem.h, xmodem.c.
8975
8976 2004-04-23 Randolph Chung <tausq@debian.org>
8977
8978 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
8979 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
8980 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
8981 for handling stackless frames.
8982 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
8983
8984 2004-04-23 Randolph Chung <tausq@debian.org>
8985
8986 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
8987 starts at a pc before the frame is created.
8988
8989 2004-04-23 Joel Brobecker <brobecker@gnat.com>
8990
8991 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
8992
8993 2004-04-23 Jerome Guitton <guitton@gnat.com>
8994
8995 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
8996 use convert_typed_floating to get the appropriate format.
8997
8998 2004-04-22 Randolph Chung <tausq@debian.org>
8999
9000 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
9001 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
9002 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
9003 (hppa_sign_extend): Add prototype.
9004 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
9005 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
9006 (sign_extend): Rename with hppa_ prefix and make non-static. Other
9007 hppa targets will also use these functions.
9008 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
9009 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
9010 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
9011 (hppa_gdbarch_init): Remove gdbarch setting of
9012 skip_trampoline_code, in_solib_call_trampoline and
9013 in_solib_return_trampoline.
9014 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
9015 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
9016 hppa_in_solib_call_trampoline.
9017 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
9018 Moved from hppa-tdep.c.
9019 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
9020 in_solib_call_trampoline and in_solib_return_trampoline.
9021
9022 2004-04-22 Randolph Chung <tausq@debian.org>
9023
9024 * hppa-tdep.c (hppa_debug): New variable.
9025 (find_unwind_entry, hppa_frame_cache): Add debug output.
9026 (_initialize_hppa_tdep): Add command to set debug flag.
9027
9028 2004-04-22 Andrew Cagney <cagney@redhat.com>
9029
9030 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
9031 "trad-frame.h".
9032 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
9033 signal trampoline unwinder.
9034 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
9035
9036 2004-04-22 Mark Kettenis <kettenis@gnu.org>
9037
9038 Add OpenBSD/powerpc support.
9039 * NEWS (New native configurations): Mention OpenBSD/powerpc.
9040 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
9041 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
9042 (ppc_collect_fpregset): New prototypes.
9043 * ppcobsd-nat.c: New file.
9044 * ppcobsd-tdep.c: New file.
9045 * ppcobsd-tdep.h: New file.
9046 * rs6000-tdep.c: Include "regset.h".
9047 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
9048 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
9049 New functions.
9050 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
9051 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
9052 (rs6000-tdep.o): Update dependencies.
9053 * configure.host: Add powerpc-*-openbsd.
9054 * configure.tgt: Add powerpc-*-openbsd.
9055 * config/powerpc/obsd.mh: New file.
9056 * config/powerpc/nm-obsd.h: New file.
9057 * config/powerpc/obsd.mt: New file.
9058
9059 2004-04-22 Andrew Cagney <cagney@redhat.com>
9060
9061 * frame.h (show_frame_info): Delete declaration.
9062
9063 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
9064 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
9065 * m32r-tdep.c (m32r_frame_this_id): Ditto.
9066 * frv-tdep.c (frv_frame_this_id): Ditto.
9067 * avr-tdep.c (avr_frame_this_id): Ditto.
9068
9069 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
9070
9071 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
9072
9073 2004-04-22 Jim Blandy <jimb@redhat.com>
9074
9075 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
9076 register number zero.
9077
9078 2004-04-21 Michael Snyder <msnyder@redhat.com>
9079
9080 * mips-tdep.c (heuristic_proc_start):
9081 Warning() already prefixes "Warning: ".
9082
9083 2004-04-21 Andrew Cagney <cagney@redhat.com>
9084
9085 * annotate.h (deprecated_annotate_starting_hook)
9086 (deprecated_annotate_stopped_hook)
9087 (deprecated_annotate_exited_hook)
9088 (deprecated_annotate_signal_hook)
9089 (deprecated_annotate_signalled_hook): Deprecate.
9090 * tracepoint.h (deprecated_create_tracepoint_hook)
9091 (deprecated_delete_tracepoint_hook)
9092 (deprecated_modify_tracepoint_hook)
9093 (deprecated_trace_find_hook)
9094 (deprecated_trace_start_stop_hook): Deprecate.
9095 * target.h (deprecated_target_new_objfile_hook): Deprecate.
9096 * remote.h (deprecated_target_resume_hook)
9097 (deprecated_target_wait_loop_hook): Deprecate.
9098 * gdbcore.h (deprecated_exec_file_display_hook)
9099 (deprecated_file_changed_hook): Deprecate.
9100 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
9101 * defs.h (deprecated_modify_breakpoint_hook)
9102 (deprecated_command_loop_hook, deprecated_show_load_progress)
9103 (deprecated_print_frame_info_listing_hook)
9104 (deprecated_query_hook, deprecated_warning_hook)
9105 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
9106 (deprecated_delete_breakpoint_hook)
9107 (deprecated_interactive_hook, deprecated_registers_changed_hook)
9108 (deprecated_readline_begin_hook, deprecated_readline_hook)
9109 (deprecated_readline_end_hook, deprecated_register_changed_hook)
9110 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
9111 (deprecated_context_hook, deprecated_target_wait_hook)
9112 (deprecated_attach_hook, deprecated_detach_hook)
9113 (deprecated_call_command_hook, deprecated_set_hook)
9114 (deprecated_error_hook, deprecated_error_begin_hook)
9115 (deprecated_ui_load_progress_hook): Deprecate.
9116 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
9117 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
9118 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
9119 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
9120 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
9121 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
9122 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
9123 * annotate.c, aix-thread.c: Update.
9124
9125 2004-04-21 Andrew Cagney <cagney@redhat.com>
9126
9127 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
9128 * vaxnbsd-tdep.c: Include "gdb_string.h".
9129
9130 * symfile.c (symbol_file_add_from_memory): #if 0 function.
9131 (add_symbol_file_from_memory_command): #if 0 function body, call
9132 error instead.
9133
9134 2004-04-21 Andrew Cagney <cagney@redhat.com>
9135
9136 * gdbcore.h: Update copyright.
9137 (deprecated_add_core_fns): Rename add_core_fns.
9138 * win32-nat.c (_initialize_core_win32): Update.
9139 * sun3-nat.c (_initialize_core_sun3): Update.
9140 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
9141 * rs6000-nat.c (_initialize_core_rs6000): Update.
9142 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
9143 * nto-tdep.c (_initialize_nto_tdep): Update.
9144 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
9145 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
9146 * mips-nat.c (_initialize_core_mips): Update.
9147 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9148 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
9149 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
9150 * lynx-nat.c (_initialize_core_lynx): Update.
9151 * irix5-nat.c (_initialize_core_irix5): Update.
9152 * i386-interix-nat.c (_initialize_core_interix): Update.
9153 * cris-tdep.c (_initialize_cris_tdep): Update.
9154 * corelow.c (deprecated_add_core_fns): Update.
9155 * core-regset.c (_initialize_core_regset): Update.
9156 * core-aout.c (_initialize_core_aout): Update.
9157 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
9158 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
9159 * alpha-nat.c (_initialize_core_alpha): Update.
9160
9161 2004-04-21 Jim Blandy <jimb@redhat.com>
9162
9163 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
9164
9165 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
9166
9167 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
9168 Delete.
9169 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
9170 (read_attribute_value): Update calls to dwarf_alloc_block.
9171 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
9172 dwarf2_tmp_obstack.
9173 (psymtab_to_symtab_1): Likewise. Clean up using
9174 free_stack_comp_unit.
9175 (add_to_cu_func_list): Use the comp_unit_obstack.
9176
9177 2004-04-19 Joel Brobecker <brobecker@gnat.com>
9178
9179 * dwarf2read.c (dwarf2_flag_true_p): New function.
9180 (die_is_declaration): Use the function above. Add some comments.
9181
9182 2004-04-19 Mark Kettenis <kettenis@gnu.org>
9183
9184 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
9185 architecture when registering sparcnbsd_core_osabi_sniffer.
9186 Adjust comment.
9187
9188 2004-04-18 Mark Kettenis <kettenis@gnu.org>
9189
9190 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
9191 return value.
9192
9193 Based on a patch from Brian Ford <ford@vss.fsi.com>:
9194 * i386-tdep.c: Correct register numbering scheme comments
9195 throughout.
9196 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
9197 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
9198 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
9199 (i386_gdb_arch_init): Likewise.
9200
9201 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
9202 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
9203 ppcnbsd-tdep.o.
9204
9205 * m68k-tdep.h: Tweak comments.
9206 * m68k-tdep.c: Tweak comment.
9207
9208 2004-04-17 Randolph Chung <tausq@debian.org>
9209
9210 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
9211 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
9212 (hppa_hpux_som_init_abi): Set is_elf to 0.
9213 (hppa_hpux_elf_init_abi): Set is_elf to 1.
9214 * hppa-tdep.c (low_text_segment_address): Remove global.
9215 (record_text_segment_lowaddr): Pass in low address as parameter. Use
9216 section offset to calculate segment address.
9217 (internalize_unwinds): Define low_text_segment_address as local and
9218 pass to record_text_segment_lowaddr for ELF targets.
9219 (hppa_gdbarch_init): Zero fill tdep structure.
9220 (hppa_dump_tdep): Print tdep structure.
9221 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
9222
9223 2004-04-17 Randolph Chung <tausq@debian.org>
9224
9225 * hppa-tdep.c (hppa_pseudo_register_read): Define.
9226 (hppa_gdbarch_init): Set pseudo_register_read.
9227 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
9228 * regcache.c (supply_register): Remove check for
9229 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
9230
9231 2004-04-17 Randolph Chung <tausq@debian.org>
9232
9233 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
9234 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
9235 (hpread_adjust_stack_address): Move to hpread.c.
9236 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9237 obj_private_struct): Move from tm-hppa.h.
9238 * hpread.c (hppa-tdep.h): Include.
9239 (hpread_adjust_stack_address): Move from hppa-tdep.c.
9240 (hpread_read_function_type, hpread_read_doc_function_type)
9241 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
9242 directly.
9243 * pa64solib.c (hppa-tdep.h): Include.
9244 * somsolib.c (hppa-tdep.h): Include.
9245 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
9246 inferior_status): Remove unused forward declarations.
9247 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
9248 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9249 obj_private_struct): Move to hppa-tdep.h.
9250 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
9251
9252 2004-04-17 Randolph Chung <tausq@debian.org>
9253
9254 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
9255 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
9256 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
9257 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
9258 Remove forward declaration and make static.
9259 (hppa_reg_struct_has_addr): Remove.
9260
9261 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9262
9263 * observer.sh: Move comments in sed command to first column.
9264
9265 2004-04-16 Jason Molenda (jmolenda@apple.com)
9266
9267 * frame.c: Minor typeo corrections in comments.
9268
9269 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9270
9271 * observer.c (observer_test_first_notification_function): Update
9272 function profile.
9273 (observer_test_second_notification_function): Likewise.
9274 (observer_test_third_notification_function): Likewise.
9275
9276 2004-04-16 Mark Kettenis <kettenis@gnu.org>
9277
9278 From Brian Ford <ford@vss.fsi.com>:
9279 * i386-tdep.c (i386_coff_init_abi): New function.
9280 * i386-tdep.h (i386_coff_init_abi): New prototype.
9281 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
9282 register number translation functions for DWARF and DWARF 2.
9283
9284 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9285
9286 * dwarf2read.c: Back out my previous change, it was incorrect.
9287
9288 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
9289
9290 * dwarf2read.c: Include "hashtab.h".
9291 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
9292 has_namespace_info.
9293 (struct partial_die_info): Add comments. Use bitfields to reduce
9294 memory footprint. Add scope, scope_set, has_specification,
9295 spec_offset, die_parent, die_child, and die_sibling.
9296 (peek_die_abbrev): Add prototype.
9297 (partial_read_comp_unit_head): New function, broken out from
9298 dwarf2_build_psymtabs_hard.
9299 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
9300 Use partial_read_comp_unit_head. Initialize the CU and
9301 comp_unit_obstack. Update calls to read_partial_die and
9302 scan_partial_symbols. Use free_stack_comp_unit and
9303 load_partial_dies.
9304 (scan_partial_symbols): Change PDI to a pointer. Use the child and
9305 sibling pointers to walk partial DIEs. Call fixup_partial_die.
9306 Update calls to helper functions. Remove NAMESPACE argument.
9307 Update comments.
9308 (partial_die_parent_scope, partial_die_full_name): New functions.
9309 (add_partial_symbol): Remove namespace argument. Update call to
9310 pdi_needs_namespace. Use partial_die_full_name. Handle
9311 DW_TAG_namespace. Check has_namespace_info flag.
9312 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
9313 tag. Handle namespaces.
9314 (add_partial_namespace, add_partial_enumeration): Simplify.
9315 (guess_structure_name): New function, derived from
9316 add_partial_structure.
9317 (add_partial_structure): Remove.
9318 (determine_class_name): Update comment.
9319 (dwarf2_read_abbrevs): Set has_namespace_info flag.
9320 (is_type_tag_for_partial, load_partial_dies): New functions.
9321 (read_partial_die): Pass abbrev and abbrev_len as arguments.
9322 Record specifications instead of following them immediately.
9323 (find_partial_die_in_comp_unit, find_partial_die)
9324 (fixup_partial_die, free_stack_comp_unit)
9325 (hashtab_obstack_allocate, dummy_obstack_deallocate)
9326 (partial_die_hash, partial_die_eq): New functions.
9327 * Makefile.in (hashtab_h): Define.
9328 (dwarf2read.o): Update dependencies.
9329 (observer_inc, observer_h): Move to the correct section.
9330
9331 2004-04-15 Joel Brobecker <brobecker@gnat.com>
9332
9333 * dwarf2read.c (dwarf2_attribute_true_p): New function.
9334 (die_is_declaration): Use the function above. Add comment.
9335
9336 2004-04-15 Joel Brobecker <brobecker@gnat.com>
9337
9338 * dwarf2read.c (read_structure_scope): Identify stub types
9339 using die_is_declaration() only.
9340
9341 2004-04-15 Roland McGrath <roland@redhat.com>
9342
9343 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
9344 argument instead of NAME.
9345 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
9346 in call to symbol_file_add_with_addrs_or_offsets.
9347 (build_addr_info): New function, helper for ...
9348 (symbol_file_add_from_memory): New function.
9349 (add_symbol_file_from_memory_command): New function using that.
9350 (_initialize_symfile): Register it for add-symbol-file-from-memory.
9351 (pre_add_symbol_hook): Add const to argument type.
9352 * symfile.h (symbol_file_add_from_memory): Declare it.
9353
9354 2004-04-15 Mark Kettenis <kettenis@gnu.org>
9355
9356 * NEWS (New native configurations): Mention OpenBSD/vax.
9357 * configure.host: Add vax-*-openbsd*.
9358 * config/vax/obsd.mh: New file.
9359 * config/vax/nm-obsd.h: New file.
9360
9361 * vax-tdep.c: Include "regset.h".
9362 (vax_supply_gregset): New function.
9363 (vax_gregset): New variable.
9364 (vax_regset_from_core_section): New function.
9365 (vax_gdbarch_init): Set regset_from_core_section.
9366 * Makefile.in (vax-tdep.o): Update dependencies.
9367
9368 2004-04-15 Andrew Cagney <cagney@redhat.com>
9369
9370 * observer.c (normal_stop_subject, observer_notify_normal_stop)
9371 (observer_normal_stop_notification_stub)
9372 (observer_attach_normal_stop, observer_detach_normal_stop):
9373 Delete, replaced by #include "observer.inc".
9374 * infrun.c (normal_stop): Pass "stop_bpstat" to
9375 observer_notify_normal_stop.
9376 * Makefile.in (observer_inc): Define.
9377 (observer.o): Update dependencies.
9378 (observer.h, observer.inc): New rules.
9379 * observer.h: Delete file.
9380 * observer.sh: New file.
9381
9382 2004-04-15 Mark Kettenis <kettenis@gnu.org>
9383
9384 * vax-tdep.c (vax_frame_cache): Fix typo.
9385
9386 2004-04-14 Mark Kettenis <kettenis@gnu.org>
9387
9388 * NEWS (New native configurations): Mention NetBSD/vax.
9389 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
9390 * config/vax/nbsdelf.mh: New file.
9391 * config/vax/nbsdaout.mh: New file.
9392 * config/vax/nm-nbsd.h: New file.
9393 * config/vax/nm-nbsdaout.h: New file.
9394
9395 * vaxnbsd-tdep.c: New file.
9396 * Makefile.in (vaxnbsd-tdep.o): New dependency.
9397 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
9398 * config/vax/nbsd.mt: New file.
9399 * config/vax/tm-nbsd.h: New file.
9400
9401 * Makefile.in (vaxbsd-nat.o): New dependency.
9402
9403 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
9404 * vax-tdep.c (vax_store_arguments): Remove struct_return and
9405 struct_addr arguments. Don't push return value address.
9406 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
9407 arguments to vax_store_arguments. Store return value address in
9408 R1.
9409 (vax_store_struct_return, vax_extract_return_value)
9410 (vax_store_return_value): Remove functions.
9411 (vax_return_value): New function.
9412 (vax_gdbarch_init): Set return value. Don't set
9413 deprecated_store_struct_return, deprecated_extract_struct_return
9414 and deprecated_store_return_value.
9415
9416 2004-04-14 Andreas Schwab <schwab@suse.de>
9417
9418 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
9419 value buffer.
9420 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
9421
9422 2004-04-14 Mark Kettenis <kettenis@gnu.org>
9423
9424 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
9425 (vax_unwind_dummy_id): New functions.
9426 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
9427 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
9428 variables.
9429 (vax_fix_call_dummy): Remove function.
9430 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
9431 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
9432 call_dummy_location, deprecated_call_dummy_words,
9433 deprecated_sizeof_call_dummy_words,
9434 deprecated_call_dummy_breakpoint_offset,
9435 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
9436 and deprecated_dummy_write_sp.
9437
9438 2004-04-13 David Carlton <carlton@kealia.com>
9439
9440 * MAINTAINERS: Move myself to "paper trail" section.
9441
9442 2004-04-12 Mark Kettenis <kettenis@gnu.org>
9443
9444 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
9445 "trad-frame.h".
9446 (vax_frame_init_saved_regs): Remove function.
9447 (vax_sigtramp_saved_pc): Remove function.
9448 (vax_frame_saved_pc): Remove function.
9449 (vax_frame_args_address): Remove function.
9450 (vax_frame_num_args): Rewrite.
9451 (vax_frame_chain): Remove function.
9452 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
9453 VAX_FP_REGNUM.
9454 (vax_pop_frame): Likewise.
9455 (vax_saved_pc_after_call): Remove function.
9456 (struct vax_frame_cache): New structure.
9457 (vax_frame_cache): New function.
9458 (vax_frame_this_id): New function.
9459 (vax_frame_prev_register): New function.
9460 (vax_frame_unwind): New variable.
9461 (vax_frame_sniffer): New function.
9462 (vax_frame_base_address): New function.
9463 (vax_frame_args_address): New function.
9464 (vax_frame_base): New variable.
9465 (vax_unwind_pc): New function.
9466 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
9467 deprecated_fp_regnum, deprecated_saved_pc_after_call,
9468 deprecated_frame_chain, deprecated_frame_saved_pc,
9469 deprecated_frame_args_address and
9470 deprecated_frame_init_saved_regs.
9471 * Makefile.in (vax-tdep.o): Update dependencies.
9472
9473 * vaxbsd-nat.c: New file.
9474
9475 * vax-tdep.h: Update copyright year. Adjust comments.
9476 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
9477 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
9478 (vax_regnum): New enum. Replacing...
9479 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
9480 (VAX_PS_REGNUM): ... these removed macros.
9481 * vax-tdep.c (vax_register_name): Remove prototype.
9482 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
9483 (vax_register_byte, vax_register_raw_size,
9484 vax_register_virtual_size, vax_register_virtual_type): Remove
9485 functions.
9486 (vax_register_type): New function.
9487 (vax_breakpoint_from_pc): Reorganize.
9488 (vax_gdbarch_init): Set register_type. Don't set
9489 deprecated_register_size, deprecated_register_bytes,
9490 deprecated_register_byte, deprecated_register_raw_size,
9491 deprecated_max_register_raw_size,
9492 deprecated_register_virtual_size,
9493 deprecated_max_register_virtual_size and
9494 deprecated_register_virtual_type. Add comment on stack direction.
9495
9496 2004-04-11 Mark Kettenis <kettenis@gnu.org>
9497
9498 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
9499 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
9500 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
9501
9502 2004-04-10 Randolph Chung <tausq@debian.org>
9503
9504 * MAINTAINERS (write after approval): Add myself.
9505
9506 2004-04-07 Randolph Chung <tausq@debian.org>
9507
9508 * hppa-tdep.c (hppa_inner_than): Remove.
9509 (is_pa_2): Remove unused static variable.
9510 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
9511
9512 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
9513
9514 * language.h (language_defn): Add new la_post_parser field.
9515 * parser-defs.h (null_post_parser): New declaration (default for
9516 la_post_parser).
9517
9518 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
9519 insert call to that function.
9520 (parse_exp_in_context): New function, including code formerly in
9521 parse_exp_1. Calls language-dependent post-parser after
9522 prefixification.
9523 (parse_expression_in_context): New exported function.
9524 (null_post_parser): New definition.
9525 * expression.h (parse_expression_in_context): Add declaration.
9526
9527 * p-lang.c (pascal_language_defn): Add trivial post-parser.
9528 * c-lang.c (c_language_defn): Ditto.
9529 (cplus_language_defn): Ditto.
9530 (asm_language_defn): Ditto.
9531 (minimal_language_defn): Ditto.
9532 * f-lang.c (f_language_defn): Ditto.
9533 * jv-lang.c (java_language_defn): Ditto.
9534 * language.c (unknown_language_defn): Ditto.
9535 (auto_language_defn): Ditto.
9536 (local_language_defn): Ditto.
9537 * m2-lang.c (m2_language_defn): Ditto.
9538 * scm-lang.c (scm_language_defn): Ditto.
9539 * obj-lang.c (objc_language_defn): Ditto.
9540
9541 2004-04-10 Mark Kettenis <kettenis@gnu.org>
9542
9543 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
9544 (amd64nbsd_mcontext_addr): New function.
9545 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
9546 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
9547 with amd64nbsd_r_reg_offset, instead of building it on the fly.
9548
9549 * corelow.c (core_xfer_partial): Fix coding standards violation.
9550 Add support for TARGET_OBJECT_WCOOKIE.
9551
9552 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
9553 deprecated_pc_in_sigtramp.
9554 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
9555 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
9556 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
9557 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
9558 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
9559 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
9560 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
9561
9562 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
9563 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
9564 Fix typo.
9565
9566 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
9567 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
9568 (amd64_collect_fxsave): Likewise.
9569
9570 * i386-sol2-tdep.c: Include "gdb_string.h".
9571 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
9572 name.
9573 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9574
9575 2004-04-10 Mark Kettenis <kettenis@gnu.org>
9576
9577 * i386-sol2-tdep.c: Include "solib-svr4.h".
9578 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9579 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9580 * config/i386/tm-i386sol2.h: Include :solib.h".
9581 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
9582 solib-svr4.o and solib-legacy.o.
9583 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
9584 solib-svr4.o.
9585
9586 2004-04-09 Mark Kettenis <kettenis@gnu.org>
9587
9588 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
9589 whether a register is supplied by PTRACE_GETFPREGS.
9590 (store_inferior_registers): Likewise.
9591 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
9592 whether a register is supplied by PT_GETFPREGS.
9593 (store_inferior_registers): Likewise.
9594
9595 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
9596 * config/i386/linux64.mt (TDEPFILES): Likewise.
9597
9598 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
9599
9600 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
9601 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9602 the program counter is in the range specified by `struct
9603 gdbarch_tdep'.
9604 * amd64-linux-tdep.c: Include "symtab.h".
9605 (amd64_linux_pc_in_sigtramp): Remove function.
9606 (amd64_linux_sigtramp_p): New function.
9607 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9608 deprecated_pc_in_sigtramp.
9609 * amd64nbsd-tdep.c: Include "symtab.h".
9610 (amd64nbsd_sigtramp_p): New function.
9611 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9612 deprecated_pc_in_sigtramp.
9613 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
9614 few comments.
9615 (amd64obsd_pc_in_sigtramp): Remove function.
9616 (amd64obsd_sigtramp_p): New function.
9617 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9618 deprecated_pc_in_sigtramp.
9619 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
9620 (i386bsd_pc_ins_sigtramp): Remove prototype.
9621 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
9622 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
9623 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9624 the program counter is in the range specified by `struct
9625 gdbarch_tdep'.
9626 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
9627 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
9628 (i386_go32_pc_in_sigtramp): Remove function.
9629 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
9630 Initialize TDEP->sigtramp_p.
9631 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
9632 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
9633 deprecated_pc_in_sigtramp.
9634 * i386-linux-tdep.c: Adjust comments.
9635 (i386_linux_pc_in_sigtramp): Remove function.
9636 (i386_linux_sigtramp_p): New function.
9637 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9638 deprecated_pc_in_sigtramp.
9639 * i386-nto-tdep.c: Update copyright year.
9640 (i386nto_pc_in_sigtramp): Remove function.
9641 (i386nto_sigtramp_p): New function.
9642 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
9643 SP_REGNUM.
9644 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
9645 deprecated_pc_in_sigtramp.
9646 * i386-sol2-tdep.c: Update copyright year.
9647 (i386_sol2_pc_in_sigtramp): Remove function.
9648 (i386_sol2_sigtramp_p): New function.
9649 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
9650 deprecated_pc_in_sigtramp.
9651 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
9652 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
9653 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9654 deprecated_sigtramp_start and deprecated_sigtramp_end.
9655 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
9656 (i386nbsd_pc_in_sigtramp): Remove function.
9657 (i386nbsd_sigtramp_p): New function.
9658 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9659 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9660 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
9661 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
9662 (i386obsd_pc_in_sigtramp): Remove function.
9663 (i386obsd_sigtramp_p): New function.
9664 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
9665 functions.
9666 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9667 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9668 TDEP->sigtramp_p.
9669 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
9670 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
9671 dependencies.
9672
9673 * config/i386/i386aout.mt: Remove file.
9674
9675 * configure.tgt: Remove i[34567]86-*-go32*,
9676 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
9677 and i[34567]86-*-isc*. Set gdb_target to i386 for
9678 i[34567]86-*-netware* and i[34567]86-*-*.
9679 * config/i386/i386.mt: New file.
9680 * config/i386/embed.mt: Remove file.
9681 * config/i386/go32.mt: Remove file.
9682 * config/i386/i386nw.mt: Remove file.
9683 * config/i386/i386v.mt: Remove file.
9684 * config/i386/tm-go32.h: Remove file.
9685
9686 * tui/tui-hooks.c: Include "readline/readline.h" after
9687 "gdb_curses.h" instead of before.
9688 * tui/tui-io.c: Likewise.
9689
9690 * tui/tui.c: Fix typo in comment.
9691
9692 * sparc64-tdep.c (sparc_address_from_register): Remove function.
9693
9694 2004-04-08 Andrew Cagney <cagney@redhat.com>
9695
9696 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
9697 (deprecated_exception_support_initialized): Declare.
9698 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
9699 (initialize_hp_cxx_exception_support)
9700 (child_enable_exception_callback): Update.
9701 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
9702 (deprecated_exception_support_initialized): Rename
9703 deprecated_exception_catchpoints_are_fragile and
9704 deprecated_exception_support_initialized.
9705 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
9706
9707 * symtab.c (deprecated_hp_som_som_object_present): Rename
9708 hp_som_som_object_present.
9709 * symtab.h (deprecated_hp_som_som_object_present): Declare.
9710 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
9711 Update. Delete extern declaration.
9712 * valops.c (hp_som_som_object_present): Ditto.
9713 * parse.c (deprecated_hp_som_som_object_present)
9714 (parse_nested_classes_for_hpacc): Ditto.
9715 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
9716 * hppa-hpux-tdep.c (hp_som_som_object_present)
9717 (initialize_hp_cxx_exception_support): Ditto.
9718 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
9719 * cp-valprint.c (hp_som_som_object_present)
9720 (cp_print_class_method): Ditto.
9721 * c-typeprint.c (hp_som_som_object_present):
9722 (c_type_print_base): Ditto.
9723 * c-exp.y (hp_som_som_object_present): Ditto.
9724
9725 2004-04-08 Andrew Cagney <cagney@redhat.com>
9726
9727 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
9728 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
9729 (frame_unwind_find_by_frame): Re-implement the unwind code so
9730 that it can both prepend and append sniffers. Replace
9731 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
9732 * tramp-frame.c (tramp_frame_append): Use
9733 frame_unwind_prepend_unwinder.
9734 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
9735 frame_unwind_register_unwinder.
9736 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
9737 tramp_frame_append.
9738 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
9739 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
9740 (mips_linux_init_abi): Update.
9741
9742 2004-04-08 Kevin Buettner <kevinb@redhat.com>
9743
9744 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9745 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
9746 file support.
9747
9748 2004-04-07 Kevin Buettner <kevinb@redhat.com>
9749
9750 * ia64-tdep.c (elf.h): Don't include.
9751 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9752
9753 2004-04-07 Jason Molenda (jmolenda@apple.com)
9754
9755 * frame.h: Typeo corrections in comments.
9756
9757 2004-04-07 Jim Blandy <jimb@redhat.com>
9758
9759 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
9760 %esp and %ebp
9761
9762 2004-04-07 Mark Kettenis <kettenis@gnu.org>
9763
9764 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9765 * config/sparc/linux64.mt (TDEPFILES): Likewise.
9766 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9767 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9768 and solib-legacy.o.
9769 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9770 solib-svr4.o.
9771 * config/sparc/tm-sol2.h: Update copyright year. Include
9772 "solib.h".
9773
9774 * sparc-sol2-tdep.c: Update copyright year. Include
9775 "solib-svr4.h".
9776 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9777 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9778 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9779 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
9780 dependencies.
9781
9782 2004-04-06 Andrew Cagney <cagney@redhat.com>
9783
9784 * infttrace.c: Include "infttrace.h".
9785 * infttrace.h: Include "target.h".
9786 * Makefile.in (infttrace_h): Update.
9787 (infttrace.o): Update.
9788
9789 2004-04-06 Andrew Cagney <cagney@redhat.com>
9790
9791 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9792 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9793 move extern declarations from here ...
9794 * infttrace.h: ... to here.
9795 * Makefile.in (hppah-nat.o): Update dependencies.
9796
9797 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9798 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
9799 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
9800 (hppa_breakpoint_from_pc): Delete.
9801
9802 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9803
9804 2004-04-05 Andrew Cagney <cagney@redhat.com>
9805
9806 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9807 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9808 <sys/file.h>.
9809
9810 2004-04-06 Randolph Chung <tausq@debian.org>
9811
9812 Committed by Andrew Cagney (mechanical change).
9813 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9814 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9815 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9816 child_enable_exception_callback, current_ex_event,
9817 null_symtab_and_line, child_get_current_exception_event,
9818 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9819 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9820 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9821 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9822 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9823 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9824 Move hpux-specific definitions ...
9825 * hppa-hpux-tdep.c: ... to here.
9826
9827 2004-04-05 Andrew Cagney <cagney@redhat.com>
9828
9829 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9830 skip_prologue_using_sal.
9831
9832 2004-04-05 Andrew Cagney <cagney@redhat.com>
9833
9834 * config/i386/tm-i386.h: Delete file.
9835 * config/i386/tm-vxworks.h: Update copyright, do not include
9836 "tm-i386.h".
9837 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9838 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9839 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9840 * config/i386/ncr3000.mt (TM_FILE): Delete.
9841 * config/i386/interix.mt (TM_FILE): Delete.
9842 * config/i386/i386v.mt (TM_FILE): Delete.
9843 * config/i386/i386nw.mt (TM_FILE): Delete.
9844 * config/i386/i386gnu.mt (TM_FILE): Delete.
9845 * config/i386/i386aout.mt (TM_FILE): Delete.
9846 * config/i386/embed.mt (TM_FILE): Delete.
9847
9848 2004-04-05 Kevin Buettner <kevinb@redhat.com>
9849
9850 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9851 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9852 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9853 (accg7_regnum): New constants.
9854 (last_spr_regnum, last_pseudo_regnum): Update.
9855 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9856 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
9857 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9858 for accg registers.
9859 (frv_register_sim_regno): Update spr_map[].
9860
9861 2004-04-04 Andrew Cagney <cagney@redhat.com>
9862
9863 * config/mips/xm-riscos.h: Delete.
9864 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9865 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9866 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9867 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9868 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9869 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9870 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9871 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9872 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9873 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9874 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9875 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9876 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9877 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9878 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9879 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9880 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9881 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9882 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9883 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9884 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9885 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9886 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9887 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9888 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9889 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
9890
9891 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9892 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9893 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9894 * configure.host: Remove m680[01]0-sun-sunos3*,
9895 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9896 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9897 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9898 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9899 mips-*-riscos*.
9900 * NEWS: Mention removed systems.
9901
9902 2004-04-04 Andrew Cagney <cagney@redhat.com>
9903
9904 GDB 6.1 release created from 6.1 branch.
9905
9906 2004-04-04 Andrew Cagney <cagney@redhat.com>
9907
9908 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9909 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9910 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9911
9912 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9913 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9914 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9915
9916 2004-04-03 Jim Blandy <jimb@redhat.com>
9917
9918 * MAINTAINERS: Chris Faylor has changed employers; add him to
9919 "paper trail" section, and update his E-mail address.
9920
9921 2004-04-03 Andrew Cagney <cagney@redhat.com>
9922
9923 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9924 generic dummy frames.
9925 * dummy-frame.c: Update copyright.
9926 (dummy_frame_sniffer): Delete check for generic dummy frames.
9927
9928 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
9929 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
9930 (REG_PARM_STACK_SPACE): Delete.
9931 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9932 Inline reference to REG_PARM_STACK_SPACE.
9933
9934 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9935 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9936 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9937 (FRAME_BASE_BEFORE_SIGTRAMP)
9938 (hppa32_hpux_frame_base_before_sigtramp)
9939 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9940 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9941 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9942 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9943 (FRAME_BASE_BEFORE_SIGTRAMP)
9944 (hppa64_hpux_frame_base_before_sigtramp)
9945 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9946
9947 2004-04-03 Andrew Cagney <cagney@redhat.com>
9948
9949 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9950
9951 2004-04-02 Andrew Cagney <cagney@redhat.com>
9952
9953 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9954 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9955 * dummy-frame.h: Delete out-of-date comments.
9956 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9957 * gdbarch.h, gdbarch.c: Re-generate.
9958
9959 2004-04-02 Joel Brobecker <brobecker@gnat.com>
9960
9961 Committed by Andrew Cagney <cagney@redhat.com>.
9962 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9963 into account an instruction saving a register if we have already
9964 seen an earlier instruction saving that same register.
9965
9966 2004-04-02 Andrew Cagney <cagney@redhat.com>
9967
9968 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9969 * gdbarch.h, gdbarch.c: Re-generate.
9970 * frame.c (legacy_get_prev_frame): Delete references to
9971 DEPRECATED_INIT_FRAME_PC_FIRST.
9972
9973 * infrun.c (pc_in_sigtramp): Delete function.
9974 (check_sigtramp2): Inline call to pc_in_sigtramp, use
9975 get_frame_type.
9976
9977 2004-04-02 Andrew Cagney <cagney@redhat.com>
9978
9979 * infrun.c (handle_step_into_function): Delete code conditional on
9980 legacy_frame_p.
9981 (handle_inferior_event, step_over_function): Ditto.
9982
9983 2004-04-02 Andrew Cagney <cagney@redhat.com>
9984
9985 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
9986 "previous frame inner to this frame" test.
9987
9988 2004-04-02 Andrew Cagney <cagney@redhat.com>
9989
9990 * frame.c (safe_frame_unwind_memory): New function.
9991 * frame.h (safe_frame_unwind_memory): Declare. Update description
9992 of /safe_/ methods.
9993 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
9994 "next_frame". Use safe_frame_unwind_memory.
9995 (tramp_frame_sniffer): Update call to tramp_frame_start.
9996
9997 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
9998
9999 * dwarf2read.c (dwarf2_objfile_data_key): New.
10000 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
10001 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
10002 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
10003 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
10004 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
10005 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
10006 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
10007 Remove variables.
10008 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
10009 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
10010 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
10011 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
10012 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
10013 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
10014 Remove macros.
10015 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
10016 data.
10017 (dwarf2_locate_sections, dwarf2_build_psymtabs)
10018 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
10019 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
10020 (read_partial_die, read_full_die, read_indirect_string)
10021 (dwarf_decode_line_header, dwarf_decode_macros)
10022 (dwarf2_symbol_mark_computed): Remove use of removed macros.
10023 Update uses of removed variables.
10024 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
10025 of removed macros.
10026 (_initialize_dwarf2_read): New function.
10027 * symfile.h (dwarf2_has_info): Update prototype.
10028 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
10029 * elfread.c (elf_symfile_read): Likewise.
10030
10031 2004-04-01 Jim Blandy <jimb@redhat.com>
10032
10033 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
10034 function for register numbers on all the rs6000-derived targets.
10035 (rs6000_gdbarch_init): Don't register a separate
10036 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
10037 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
10038 variants.
10039
10040 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
10041 numbering.
10042
10043 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
10044
10045 * valarith.c: Update copyright notice.
10046 (value_add): Handle range types.
10047 (value_sub): Ditto.
10048 (value_equal): Ditto.
10049 (value_less): Ditto.
10050 (value_neg): Ditto.
10051 (value_complement): Ditto.
10052 (value_binop): Simplify slightly by using is_integral_type and
10053 eliminiating unnecessary COERCE_ENUMs.
10054
10055 2004-03-31 Andrew Cagney <cagney@redhat.com>
10056
10057 * frame.h (frame_unwind_id): Declare.
10058 * frame.c (frame_unwind_id): New function.
10059 (get_prev_frame_1): New function.
10060 (frame_debug_got_null_frame): New function.
10061 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
10062 code proper to prev_frame, update description.
10063 * infrun.c (step_over_function): Use frame_unwind_id.
10064
10065 2004-04-31 J. Brobecker <brobecker@gnat.com>
10066
10067 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
10068 (hppa64_push_dummy_call): Likewise.
10069
10070 2004-03-30 Jim Blandy <jimb@redhat.com>
10071
10072 From Ulrich Weigand:
10073 * utils.c (query): Do not use a va_list variable multiple times.
10074
10075 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
10076
10077 * Makefile.in (linux_nat_h): Update dependencies.
10078 * configure.in: Check for <gnu/libc-version.h>.
10079 * configure: Regenerate.
10080 * config.in: Regenerate.
10081 * linux-nat.h: Include "target.h". Add waitstatus field to
10082 struct lwp_info.
10083 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
10084 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
10085 to.
10086 (lin_lwp_handle_extended): New function. Handle clone events.
10087 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
10088 thread exit events.
10089 (child_wait): Handle clone events.
10090 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
10091 * linux-nat.c (linux_enable_event_reporting): Turn on
10092 PTRACE_O_TRACECLONE.
10093 (linux_handle_extended_wait): Handle clone events.
10094 * thread-db.c: Include <gnu/libc-version.h>.
10095 (struct private_thread_info): Add dying flag.
10096 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
10097 higher.
10098 (attach_thread): Update comments. Handle dying threads.
10099 (detach_thread): Set the dying flag.
10100 (check_event): Always call attach_thread.
10101
10102 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
10103
10104 * mips-tdep.c (mips_pdr_data): New.
10105 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
10106 (_initialize_mips_tdep): Initialize mips_pdr_data.
10107
10108 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
10109
10110 * minsyms.c (install_minimal_symbols): Move dropping leading
10111 char from linkage name from here...
10112 (prim_record_minimal_symbol_and_info): ...to here. Simplify
10113 test for "__gnu_compiled*" symbols.
10114
10115 2004-03-28 Jim Blandy <jimb@redhat.com>
10116
10117 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
10118 registers to temp register r0 and byte stores as prologue
10119 instructions.
10120
10121 2004-03-28 Andrew Cagney <cagney@redhat.com>
10122
10123 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
10124 arm*-*-*.
10125
10126 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
10127
10128 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
10129 and switch the layout to force a display of register window.
10130
10131 2004-02-26 J. Brobecker <brobecker@gnat.com>
10132
10133 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
10134 of the INTEGER class.
10135
10136 2004-03-26 Jim Blandy <jimb@redhat.com>
10137
10138 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
10139 bytes long on PPC GNU/Linux.
10140
10141 2004-03-26 David Carlton <carlton@kealia.com>
10142
10143 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
10144
10145 2004-03-25 Andrew Cagney <cagney@redhat.com>
10146
10147 * PROBLEMS: Add general section titles, remove references to
10148 specific releases.
10149
10150 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
10151
10152 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
10153 INT_REGISTER_SIZE.
10154 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
10155 FP_REGISTER_VIRTUAL_SIZE.
10156 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
10157 of DEPRECATED_REGISTER_RAW_SIZE.
10158 (arm_register_type): Add gdbarch argument.
10159 (arm_register_raw_size, arm_register_virtual_size): Delete.
10160 (arm_register_byte, arm_extract_return_value)
10161 (arm_store_return_value, arm_get_longjmp_target): Update references
10162 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
10163 (arm_gdbarch_init): Likewise. Don't set
10164 deprecated_register_raw_size, deprecated_register_virtual_size,
10165 deprecated_max_register_raw_size,
10166 deprecated_max_register_virtual_size, or
10167 deprecated_max_register_virtual_type. Do set register_type.
10168 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
10169 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
10170 (FP_REGISTER_VIRTUAL_SIZE): Delete.
10171 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
10172 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
10173 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
10174 INT_REGISTER_SIZE.
10175 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
10176 (remote_rdp_store_register): Likewise.
10177
10178 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
10179
10180 * Makefile.in (mips-linux-tdep.o): Update dependencies.
10181 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
10182 to after osabi initialization.
10183 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
10184 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
10185 functions.
10186 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
10187 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
10188 variables.
10189 (mips_linux_init_abi): Append signal trampoline unwinders.
10190
10191 2004-03-24 Andrew Cagney <cagney@redhat.com>
10192
10193 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
10194 * tramp-frame.c: Include "gdb_assert.h".
10195 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
10196 correct sizeof.
10197 (tramp_frame_append): Validate the tramp frame's instructions.
10198 * Makefile.in (tramp-frame.o): Update dependencies.
10199
10200 2004-03-23 Andrew Cagney <cagney@redhat.com>
10201
10202 * trad-frame.h (trad_frame_set_reg_addr): Declare.
10203
10204 2004-03-23 Andrew Cagney <cagney@redhat.com>
10205
10206 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
10207 Nasser as past testsuite/lib/ (and other) maintainers.
10208
10209 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
10210
10211 * infcmd.c (attach_command): Reread symbols if we already have
10212 an exec file.
10213
10214 2004-03-23 Andrew Cagney <cagney@redhat.com>
10215
10216 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
10217
10218 2004-03-23 Andrew Cagney <cagney@redhat.com>
10219
10220 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
10221 * gdbarch.h, gdbarch.c: Re-generate.
10222 * i386obsd-tdep.c (i386obsd_init_abi): Update.
10223 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10224 * i386bsd-tdep.c (i386bsd_init_abi): Update.
10225 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
10226 (DEPRECATED_SIGTRAMP_START): Update.
10227 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
10228 (DEPRECATED_SIGTRAMP_START): Update.
10229 * blockframe.c (find_pc_sect_partial_function): Update.
10230 * arch-utils.c (legacy_pc_in_sigtramp): Update.
10231
10232 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
10233
10234 * remote.c (remote_open_1): Reopen the exec file and reread symbols
10235 if necessary.
10236
10237 2004-03-23 Andrew Cagney <cagney@redhat.com>
10238
10239 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
10240 predicate, deprecate.
10241 * gdbarch.h, gdbarch.c: Re-generate.
10242 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
10243 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
10244 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
10245 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
10246 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
10247 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
10248 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
10249 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
10250 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
10251 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
10252 * blockframe.c (find_pc_partial_function): Update.
10253 * breakpoint.c (bpstat_what): Update.
10254 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
10255 * frv-linux-tdep.c (frv_linux_init_abi): Update.
10256 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
10257 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
10258 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10259 * i386-linux-tdep.c (i386_linux_init_abi): Update.
10260 * i386-nto-tdep.c (i386nto_init_abi): Update.
10261 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
10262 * i386-tdep.c (i386_sigtramp_frame_sniffer)
10263 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
10264 * i386bsd-tdep.c (i386bsd_init_abi): Update.
10265 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10266 * i386obsd-tdep.c (i386obsd_init_abi): Update.
10267 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
10268 * infrun.c (pc_in_sigtramp): Update.
10269 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
10270 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10271 * mips-tdep.c (mips_gdbarch_init): Update.
10272 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
10273 * ppc-linux-tdep.c: Update comment.
10274 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
10275 * shnbsd-tdep.c (shnbsd_init_abi): Update.
10276 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
10277 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
10278 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
10279 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
10280 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
10281 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
10282 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
10283 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
10284
10285 2004-03-23 Andrew Cagney <cagney@redhat.com>
10286
10287 * tramp-frame.h, tramp-frame.h: New files.
10288 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
10289 Update rules to include "tramp-frame.h" and "tramp-frame.c".
10290
10291 * Makefile.in: Update all dependencies.
10292
10293 2004-03-23 Andrew Cagney <cagney@redhat.com>
10294
10295 * Makefile.in (trad_frame_h): Add $(frame_h).
10296 * trad-frame.h: Update copyright. Include "frame.h".
10297 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
10298 (trad_frame_set_id, trad_frame_get_id): Declare.
10299 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
10300 * trad-frame.c: Update copyright.
10301 (struct trad_frame_cache): Define.
10302 (trad_frame_cache_zalloc): New function.
10303 (trad_frame_set_id, trad_frame_get_id): New functions.
10304 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
10305
10306 2004-03-22 Andrew Cagney <cagney@redhat.com>
10307
10308 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
10309 s390_pltstub_unwind_cache.
10310 (s390_stub_frame_unwind_cache): Rename
10311 s390_pltstub_frame_unwind_cache.
10312 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
10313 (s390_stub_frame_prev_register): Rename
10314 s390_pltstub_frame_prev_register.
10315 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
10316 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
10317
10318 From Ulrich Weigand:
10319 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
10320 pointer calls like PLT calls.
10321
10322 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
10323
10324 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
10325 PC rather than the partial function start address. Use the start
10326 address to sanity check the found PDR.
10327
10328 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
10329
10330 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
10331 linux_handle_extended_wait.
10332
10333 2004-03-22 Andrew Cagney <cagney@redhat.com>
10334
10335 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
10336 function.
10337
10338 * frame.h (generic_pop_current_frame): Delete declaration.
10339 (deprecate_pop_dummy_frame): Deprecate
10340 generic_pop_dummy_frame.
10341 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
10342 (generic_pop_current_frame): Delete function.
10343 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
10344 generic_pop_current_frame.
10345 * v850-tdep.c (v850_pop_frame): Update.
10346 * mcore-tdep.c (mcore_pop_frame): Update.
10347 * sh64-tdep.c (sh64_pop_frame): Update.
10348 * h8300-tdep.c (h8300_pop_frame): Update.
10349
10350 2004-03-22 Andrew Cagney <cagney@redhat.com>
10351
10352 * frame.h (deprecated_pc_in_call_dummy): Rename
10353 generic_pc_in_call_dummy.
10354 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
10355 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
10356 generic_pc_in_call_dummy.
10357 (pc_in_dummy_frame): Make static.
10358 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
10359 * gdbarch.h, gdbarch.c: Re-generate.
10360 * dummy-frame.c (dummy_frame_sniffer): Simplify.
10361 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
10362 (legacy_get_prev_frame): Ditto.
10363 * inferior.h: Delete reference to generic_pc_in_call_dummy in
10364 comment.
10365
10366 2004-03-21 Andrew Cagney <cagney@redhat.com>
10367
10368 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
10369 declaration and out-of-date comment.
10370 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10371 Delete function.
10372 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
10373 deprecated_pc_in_call_dummy.
10374
10375 * infrun.c (handle_inferior_event): For non legacy frames, use the
10376 frame ID and frame type to identify a signal trampoline. Update
10377 comments.
10378
10379 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
10380
10381 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
10382 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
10383
10384 2004-03-21 Andrew Cagney <cagney@redhat.com>
10385
10386 * frame-unwind.h: Update copyright.
10387 (struct frame_data): Add opaque declaration.
10388 (frame_sniffer_ftype): Declare.
10389 (struct frame_unwind): Add "unwind_data" and "sniffer".
10390 (frame_unwind_register_unwinder): Declare.
10391 (frame_unwind_find_by_frame): Add parameter "this_cache".
10392 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
10393 (legacy_get_prev_frame, legacy_get_prev_frame)
10394 (get_frame_type): Pass the prologue_cache to
10395 frame_unwind_find_by_frame.
10396 * frame-unwind.c (struct frame_unwind_table_entry): Add field
10397 "unwinder".
10398 (frame_unwind_register_unwinder): New function.
10399 (frame_unwind_find_by_frame): Handle an unwind sniffer.
10400
10401 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
10402
10403 * bcache.c (print_percentage): Use floating point to avoid
10404 incorrect results when portion*100 overflows.
10405
10406 2004-03-19 Kevin Buettner <kevinb@redhat.com>
10407
10408 * ppc_tdep.h (ppc_linux_frame_saved_pc)
10409 (ppc_linux_init_extra_frame_info)
10410 (ppc_linux_frameless_function_invocation)
10411 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
10412 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
10413 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
10414 (rs6000_frame_chain): Delete declarations.
10415 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
10416 (ppc_linux_init_extra_frame_info)
10417 (ppc_linux_frameless_function_invocation)
10418 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
10419 (ppc_linux_init_abi): Remove registration of above deleted functions.
10420 * rs6000-tdep.c (rs6000_init_extra_frame_info)
10421 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
10422 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
10423 (rs6000_pop_frame, rs6000_frameless_function_invocation)
10424 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
10425 (rs6000_gdbarch_init): Remove registration of above deleted functions.
10426 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
10427 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
10428 frame management for all OSABIs.
10429
10430 2004-03-19 Andrew Cagney <cagney@redhat.com>
10431
10432 Committed by Kevin Buettner <kevinb@redhat.com>.
10433
10434 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
10435 Update copyright.
10436 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
10437 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
10438 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
10439 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
10440 unwinders. #ifdef legacy frame code.
10441 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10442 "frame-base.h".
10443 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
10444 (struct rs6000_frame_cache, rs6000_frame_cache)
10445 (rs6000_frame_this_id, rs6000_frame_prev_register)
10446 (rs6000_frame_sniffer, rs6000_frame_unwind)
10447 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
10448 (rs6000_frame_base): Implement a traditional frame unwinder.
10449 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
10450 frame unwinder.
10451
10452 2004-03-19 Kevin Buettner <kevinb@redhat.com>
10453
10454 * breakpoint.c (adjust_breakpoint_address): Don't adjust
10455 breakpoint address for watchpoints or the catch eventpoints.
10456 Add new paramter ``bptype''. Adjust all callers.
10457
10458 2004-03-19 Andrew Cagney <cagney@redhat.com>
10459
10460 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
10461
10462 * PROBLEMS: Delete note that ARM does not use frame code, problem
10463 fixed.
10464
10465 2004-03-18 Andrew Cagney <cagney@redhat.com>
10466
10467 * stack.c (return_command): Delete code wrapped in #ifdef
10468 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
10469
10470 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
10471
10472 2004-03-18 Andrew Cagney <cagney@redhat.com>
10473
10474 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
10475 DEPRECATED_IN_SIGTRAMP.
10476 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10477 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
10478 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10479 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10480 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10481 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10482 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10483 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10484 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
10485 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
10486
10487 2004-03-18 Andrew Cagney <cagney@redhat.com>
10488
10489 * frame-base.c: Update copyright. Include "gdb_obstack.h".
10490 (struct frame_base_table_entry): Define.
10491 (struct frame_base_table): Re-implement as a linked list.
10492 (frame_base_init): Re-implement.
10493 (frame_base_table): Delete function.
10494 (append_predicate): Delete function.
10495 (frame_base_append_sniffer): Update.
10496 (frame_base_set_default): Update.
10497 (frame_base_find_by_frame): Update.
10498 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
10499 * Makefile.in (frame-base.o): Update dependencies.
10500
10501 2004-03-17 Andrew Cagney <cagney@redhat.com>
10502
10503 * frame.c (legacy_get_prev_frame): Pass correct frame to
10504 frame_unwind_find_by_frame.
10505
10506 2004-03-17 David Carlton <carlton@kealia.com>
10507
10508 * NEWS: Mention C++ nested types and namespaces
10509
10510 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
10511
10512 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
10513 and "Regressions since gdb 5.3.". Add known regressions since
10514 gdb 6.0.
10515
10516 2004-03-16 David Carlton <carlton@kealia.com>
10517
10518 * dwarf2read.c (process_structure_scope): Process children even
10519 when we're a declaration.
10520
10521 2004-03-16 Andrew Cagney <cagney@redhat.com>
10522
10523 * symtab.h (find_pc_sect_partial_function): Delete declaration.
10524 * blockframe.c (find_pc_partial_function)
10525 (find_pc_sect_partial_function): Merge into a single
10526 find_pc_partial_function.
10527
10528 2004-03-16 Mark Kettenis <kettenis@gnu.org>
10529
10530 * i386bsd-nat.c: s/regno/regnum/g.
10531 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
10532 FP0_REGNUM.
10533 (store_inferior_registers): Likewise.
10534
10535 2004-03-16 Mark Kettenis <kettenis@gnu.org>
10536
10537 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
10538 of i387_fill_fsave.
10539 (store_inferior_registers): Call i387_collect_fsave and
10540 i387_collect_fxsave instead of i387_fill_fsave and
10541 i387_fill_fxsave.
10542
10543 2004-03-15 Andrew Cagney <cagney@redhat.com>
10544
10545 * Makefile.in (frame-unwind.o): Update dependencies.
10546 * frame-unwind.c: Include "gdb_obstack.h".
10547 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
10548 parameter.
10549 (append_predicate): Delete function.
10550 (struct frame_unwind_table_entry): New structure.
10551 (struct frame_unwind_table): Replace "sniffer" with "head" and
10552 "tail".
10553 (frame_unwind_append_sniffer): Update.
10554 (frame_unwind_find_by_frame): Update.
10555 (_initialize_frame_unwind): Registe frame_unwind_init using
10556 gdbarch_data_register_pre_init.
10557
10558 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10559
10560 * i386bsd-nat.c: Update copyright year.
10561 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
10562 define unconditionally.
10563
10564 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10565
10566 * i387-tdep.h (i387_collect_fsave): New prototype.
10567 * i387-tdep.c (i387_collect_fsave): New function containing most
10568 of the code from i387_fill_fsave.
10569 (i387_fill_fsave): Call i387_collect_fsave.
10570
10571 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10572
10573 * i386-linux-tdep.c: Update copyright year.
10574 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
10575 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
10576 svr4_ilp32_link_map_offsets instead of
10577 i386_linux_svr4_fetch_link_map_offsets.
10578
10579 2004-03-15 David Carlton <carlton@kealia.com>
10580
10581 Fix for PR c++/1553:
10582 * dwarf2read.c (read_structure_type): Determine type name by
10583 calling determine_class_name.
10584 (determine_class_name): New.
10585 (determine_prefix): Look at TYPE_TAG_NAME and call
10586 determine_class_name when appropriate.
10587 (determine_prefix_aux, class_name): Delete.
10588 (read_namespace): Set die->type.
10589
10590 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10591
10592 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
10593 unused macro definition. The definition in target.h (or perhaps
10594 elsewhere) takes precedence.
10595
10596 2004-03-15 Andrew Cagney <cagney@redhat.com>
10597
10598 * ppc-tdep.h: Update copyright.
10599 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
10600 function signatures to match "regsets.h".
10601 * ppc-linux-tdep.c: Include "regset.h".
10602 (ELF_GREGSET_SIZE): Delete.
10603 (right_supply_register): New function.
10604 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
10605 using right_supply_register.
10606 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
10607 functions.
10608 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
10609 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
10610 (_initialize_ppc_linux_tdep): Do not register
10611 ppc_linux_regset_core_fns.
10612 (ppc_linux_regset_from_core_section): Replace
10613 fetch_core_registers.
10614 (ppc_linux_regset_core_fns): Delete.
10615 * ppc-linux-nat.c: (right_fill_reg): New function.
10616 (supply_gregset): Update call to ppc_linux_supply_gregset.
10617 (fill_gregset): Clear the register set, use right_fill_reg.
10618 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
10619 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
10620
10621 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
10622 unsigned.
10623
10624 2004-03-15 Andrew Cagney <cagney@redhat.com>
10625
10626 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
10627 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
10628 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
10629 and register_gdbarch_data.
10630 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
10631 (struct gdbarch_data): Replace "init" by "pre_init" and
10632 "post_init".
10633 * gdbarch.h, gdbarch.c: Re-generate.
10634 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
10635 with"obstack", use OBSTACK_ZALLOC.
10636 (dwarf2_frame_ops): Delete.
10637 (dwarf2_frame_set_init_reg): Use gdbarch_data.
10638 (dwarf2_frame_init_reg): Use gdbarch_data.
10639 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
10640 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
10641 (_initialize_svr4_solib): Update.
10642 * user-regs.c (_initialize_user_regs): Update.
10643 * reggroups.c (_initialize_reggroup): Update.
10644 * regcache.c (_initialize_regcache): Update.
10645 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
10646 * libunwind-frame.c (_initialize_libunwind_frame): Update.
10647 * gnu-v3-abi.c (init_gnuv3_ops): Update.
10648 * frame-unwind.c (_initialize_frame_unwind): Update.
10649 * frame-base.c (_initialize_frame_base): Update.
10650 * user-regs.c (user_reg_add): Update.
10651 * reggroups.c (reggroup_add): Update.
10652 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
10653 * libunwind-frame.c (libunwind_frame_set_descr): Update.
10654 * frame-unwind.c (frame_unwind_append_sniffer): Update.
10655 * frame-base.c (frame_base_table): Update.
10656 * remote.c (_initialize_remote): Update.
10657 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
10658
10659 2004-03-15 Andrew Cagney <cagney@redhat.com>
10660
10661 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
10662
10663 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10664
10665 * Makefile.in (frv-linux-tdep.o): Add dependencies.
10666 * frv-linux-tdep.c: New file.
10667 * frv-tdep.c (struct gdbarch_tdep): Add new field
10668 ``sigcontext_reg_addr''.
10669 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
10670 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
10671 (frv_sigramp_frame_sniffer): New functions.
10672 (frv_sigtramp_frame_unwind): New static global.
10673 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
10674 sniffers.
10675 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
10676 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
10677
10678 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10679
10680 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
10681 but not via a call to error(), when unable to read memory.
10682
10683 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10684
10685 * frv-tdep.c (frv_call_dummy_words): Delete.
10686 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
10687
10688 2004-03-15 Andrew Cagney <cagney@redhat.com>
10689
10690 * infrun.c (handle_step_into_function, step_over_function): Only
10691 update and use STEP_FRAME_ID when the system is using legacy
10692 frames. Update comments.
10693
10694 2004-03-14 Mark Kettenis <kettenis@gnu.org>
10695
10696 * amd64-linux-tdep.h: Remove file.
10697 * amd64-linux-tdep.c: Don't include "inferior.h" and
10698 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
10699 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
10700 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
10701 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
10702 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
10703 macros.
10704 (user_to_gdb_regmap): Remove variable.
10705 (amd64_linux_gregset_reg_offset): New variable.
10706 (amd64_core_fns): Remove variable.
10707 (fetch_core_registers): Remove function.
10708 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
10709 functions.
10710 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
10711 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
10712 * Makefile.in (amd64_linux_tdep_h): Remove.
10713 (amd64-linux-nat.o): Update dependencies.
10714 (amd64-linux-tdep.o): Update dependencies.
10715
10716 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
10717 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
10718 functions.
10719 (fetch_inferior_registers, store_inferior_registers): Rewrite.
10720
10721 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
10722 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
10723
10724 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
10725
10726 * dwarf2read.c (read_structure_type): Rename from
10727 read_structure_scope. Don't create a symbol or call process_die.
10728 Return immediately if die->type is set. Call read_type_die before
10729 dwarf2_add_member_fn.
10730 (process_structure_scope): New function.
10731 (read_enumeration_type, process_enumeration_scope): New functions,
10732 broken out from read_enumeration. Don't create the enumeration
10733 type if it has already been created.
10734 (read_enumeration): Removed.
10735 (process_die): Call read_structure_type, process_structure_scope,
10736 read_enumeration_type, and process_enumeration_scope. Just call
10737 new_symbol for base and subrange types. Add a comment about other
10738 type dies.
10739 (read_type_die): Call read_enumeration_type.
10740 (add_partial_structure, new_symbol): Update comments.
10741
10742 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10743
10744 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10745
10746 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10747
10748 * tui/tui-win.h (tui_get_cmd_list): Declare.
10749 * tui/tui-win.c (tui_command): New function.
10750 (tui_get_cmd_list): New function.
10751 (_initialize_tui_win): Moved initialization of tui command in
10752 tui_get_cmd_list.
10753
10754 * tui/tui-data.c (init_content_element): Setup new data members.
10755 (init_win_info): Likewise.
10756 (free_content_elements): Free it.
10757 * tui/tui-data.h (struct tui_data_element): Store the register
10758 content to print.
10759 (struct tui_data_info): Keep the current register group.
10760
10761 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
10762
10763 * tui/tui-regs.h (tui_show_registers): Update prototype.
10764 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10765 (tui_resize_all): No need to calculate anything for register window.
10766 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10767 (tui_set_register_element, tui_set_general_regs_content): Remove.
10768 (tui_set_special_regs_content): Remove.
10769 (tui_set_general_and_special_regs_content): Remove.
10770 (tui_set_float_regs_content): Remove.
10771 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10772 (tui_set_regs_content): Remove.
10773 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10774 (tui_v_show_registers_command_support): Remove.
10775 (tui_show_registers): Use a reggroup to specify the registers to show.
10776 (tui_show_register_group): New function.
10777 (tui_display_registers_from): Compute the layout of register window
10778 and refresh with new API; be sure to delete old register windows.
10779 (tui_check_register_values): Update to use tui_get_register and
10780 tui_display_data.
10781 (tui_display_register): Just refresh the register window part.
10782 (tui_register_format): Format registers and save in tui_data_element.
10783 (tui_get_register): New to combine tui_reg_value_has_changed and
10784 tui_get_register_raw_value; fix to use the new gdb API.
10785 (tui_show_float_command): Renamed tui_reg_float_command.
10786 (tui_show_general_command): Renamed tui_reg_general_command.
10787 (tui_show_special_command): Renamed tui_reg_system_command.
10788 (_initialize_tui_regs): Remove unused commands.
10789
10790 2004-03-13 Mark Kettenis <kettenis@gnu.org>
10791
10792 * NEWS (New native configurations): Mention OpenBSD/amd64.
10793
10794 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10795 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10796 Remove defines.
10797 * config/i386/nm-fbsd64.h: Likewise.
10798 * config/i386/nm-obsd.h: Likewise.
10799 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
10800 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
10801
10802 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10803
10804 * frv-tdep.c (set_variant_scratch_registers): New function.
10805 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10806 New constants.
10807
10808 From Richard Sandiford <rsandifo@redhat.com>:
10809 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10810
10811 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10812
10813 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10814 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10815 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10816 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10817 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10818 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10819 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10820 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10821 definitions from frv-tdep.c to frv-tdep.h.
10822
10823 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10824
10825 Add shared library support for FR-V FDPIC ABI:
10826 * Makefile.in (solib-frv.o): Add dependencies.
10827 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10828 New functions.
10829 (frv_push_dummy_call): Add support for FDPIC ABI.
10830 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10831 for FDPIC ABI.
10832 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10833 (frv_fdpic_find_canonical_descriptor): Declare.
10834 * solib-frv.c: New file.
10835 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10836 * config/frv/tm-frv.h (solib.h): Include.
10837
10838 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10839
10840 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10841 (frv-tdep.o): Update dependencies.
10842 * frv-tdep.h: New file.
10843 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10844 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10845 constants.
10846 (struct gdbarch_tdep): Add new member ``frv_abi''.
10847 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10848 functions.
10849 (new_variant): Set ``frv_abi'' field.
10850 (gdb_arch_init): Detect FDPIC executables.
10851
10852 2004-03-12 Mark Kettenis <kettenis@gnu.org>
10853
10854 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10855 wrapper.
10856
10857 2004-03-11 Andrew Cagney <cagney@redhat.com>
10858
10859 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10860
10861 2004-03-11 Kevin Buettner <kevinb@redhat.com>
10862
10863 * solist.h (master_so_list): New function.
10864 * solib.c (master_so_list): Likewise.
10865 * solib-svr4.c (enable_break): Iterate over so_list entries
10866 obtained from master list instead of entries obtained directly
10867 via svr4_current_sos().
10868
10869 2004-03-10 Ben Elliston <bje@gnu.org>
10870
10871 * MAINTAINERS: Update my mail address.
10872
10873 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10874
10875 * remote-m32r-sdi.c: Support hardware watchpoint.
10876
10877 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10878
10879 * user-regs.c: Update copyright years.
10880 (struct user_regs): Rename to gdb_user_regs.
10881 (append_user_reg, builtin_user_regs, user_regs_init)
10882 (user_reg_add, user_reg_map_name_to_regnum)
10883 (usernum_to_user_reg): Update.
10884
10885 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10886
10887 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10888 (skip_children): New functions.
10889 (locate_pdi_sibling): Call skip_children.
10890
10891 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10892
10893 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10894 * gdbtypes.c (check_typedef): Update comments.
10895
10896 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10897
10898 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10899 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10900 pointer. Update comment about comp_unit_head.
10901 (struct abbrev_info): Shorten two int flags.
10902 (dwarf_alloc_abbrev): Take a CU argument.
10903 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10904 each time through the loop. Update cleanup argument.
10905 (psymtab_to_symtab_1): Update cleanup call.
10906 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10907 abbrev_obstack.
10908 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10909 Just call obstack_free and clear the pointer.
10910
10911 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10912
10913 * infrun.c (handle_inferior_event): Remove short-circuit code for
10914 events in a different thread.
10915
10916 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10917
10918 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10919 print the whole transfer.
10920 (initialize_targets): Update description of "set debug target".
10921
10922 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10923
10924 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10925
10926 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
10927
10928 * MAINTAINERS (write after approval): Add myself.
10929
10930 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10931
10932 * sh-tdep.c (sh_print_registers_info): Use for loop.
10933 Don't skip multiple registers when a float register is encountered.
10934
10935 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10936
10937 Fix PR tdep/1291.
10938 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10939 to official SH documentation.
10940
10941 2004-03-07 Andrew Cagney <cagney@redhat.com>
10942
10943 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10944 unused function.
10945
10946 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
10947
10948 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10949 (arm_get_next_pc): Handle BX and BLX.
10950
10951 2004-03-07 Andrew Cagney <cagney@redhat.com>
10952
10953 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10954 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10955 HPPA_SP_REGNUM.
10956 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10957 (hppa_target_read_fp): Delete.
10958 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10959 register_virtual_size, max_register_raw_size,
10960 max_register_virtual_size, register_byte, register_size,
10961 target_read_fp, fp_regnum, and register_bytes. Set register_type
10962 instead of register_virtual_type.
10963 (hppa32_register_type, hppa64_register_type): Replace
10964 hppa32_register_virtual_type and hppa64_register_virtual_type.
10965 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10966 (HPPA_FP_REGNUM): Define.
10967
10968 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10969
10970 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10971 (pa_do_registers_info): Delete.
10972 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
10973 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
10974 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
10975
10976 * infcall.c (legacy_push_dummy_code): Delete #ifdef
10977 GDB_TARGET_IS_HPPA code.
10978 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
10979 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
10980 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
10981 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
10982 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
10983 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
10984 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
10985 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
10986 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
10987 (hppa_frameless_function_invocation, hppa64_store_return_value)
10988 (hppa_store_struct_return, hppa64_extract_return_value)
10989 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
10990 (hppa32_call_dummy_length, hppa64_call_dummy_length)
10991 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
10992 (find_proc_framesize, deposit_21, restore_pc_queue)
10993 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
10994 (rp_saved, pc_in_linker_stub): Delete.
10995
10996 Unconditionally enable 64-bit frame and ABI code.
10997 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
10998 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
10999 push_dummy_frame, fix_call_dummy, push_arguments,
11000 call_dummy_location, extract_return_value, use_struct_convention,
11001 store_return_value, store_struct_return, saved_pc_after_call,
11002 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
11003 frame_chain, frame_chain_valid, frameless_function_invocation,
11004 frame_saved_pc, and pop_frame.
11005
11006 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
11007 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
11008 (hppa_gdbarch_init): Do not set PC_REGNUM.
11009
11010 2004-03-06 Mark Kettenis <kettenis@gnu.org>
11011
11012 * config/alpha/tm-fbsd.h: Remove file.
11013 * config/alpha/fbsd.mt: Tweak comment.
11014 (TM_FILE): Set to tm-alpha.h.
11015
11016 2004-03-05 Andrew Cagney <cagney@redhat.com>
11017
11018 * infrun.c (step_over_function): When non-legacy code, and no
11019 step_frame_id, use the unwinder to get the caller's frame ID.
11020
11021 2004-03-05 Mark Kettenis <kettenis@gnu.org>
11022
11023 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
11024 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
11025 bfd_arch_unknown. Adjust comment.
11026
11027 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
11028 * i386obsd-tdep.c: Correct spelling in comment.
11029 * i386nbsd-tdep.c: Correct spelling in comment.
11030 * sparc-tdep.c: Correct spelling in comments.
11031
11032 2004-03-05 David Carlton <carlton@kealia.com>
11033
11034 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
11035 bug.
11036
11037 2004-03-05 Mark Kettenis <kettenis@gnu.org>
11038
11039 * sparc-tdep.c: Fix typo in comment.
11040
11041 2004-03-04 J. Brobecker <brobecker@gnat.com>
11042
11043 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
11044
11045 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
11046
11047 * dwarf2read.c: Add comment describing memory lifetimes.
11048 (struct dwarf2_pinfo): Update comment.
11049 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
11050 (read_enumeration, new_symbol): Don't use obsavestring.
11051
11052 2004-03-04 Mark Kettenis <kettenis@gnu.org>
11053
11054 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
11055 instead of amd64_fill_fxsave.
11056 * amd64bsd-nat.c (store_inferior_registers): Likewise.
11057 * amd64fbsd-nat.c (fill_fpregset): Likewise.
11058
11059 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
11060 Reorganize code a bit.
11061
11062 2004-03-04 Orjan Friberg <orjanf@axis.com>
11063
11064 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
11065 when the frame pointer is pushed. Don't set the frame pointer's
11066 address on the stack unless it's actually located there.
11067 Set the SRP's address on the stack correctly when the PC is still in
11068 the prologue.
11069 (cris_return_value): New function.
11070 (cris_gdbarch_init): Clear deprecated store_return_value,
11071 extract_return_value.
11072
11073 2004-03-02 Jim Blandy <jimb@redhat.com>
11074
11075 * stabsread.c (reg_value_complaint): The maximum register number
11076 is one less than the number of registers.
11077
11078 2004-03-02 Andrew Cagney <cagney@redhat.com>
11079
11080 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
11081 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
11082 trailing comma and redundant assignment of I386_ST0_REGNUM.
11083 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
11084 32-bit segment registers.
11085
11086 2004-03-01 Andrew Cagney <cagney@redhat.com>
11087
11088 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
11089 use frame_relative_level and get_next_frame.
11090
11091 2004-02-29 Andrew Cagney <cagney@redhat.com>
11092
11093 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
11094 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
11095 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
11096 Delete macro.
11097
11098 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11099
11100 * inflow.c (terminal_inferior): Don't give up the terminal if we
11101 previously couldn't get the inferior's terminal state.
11102
11103 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11104
11105 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
11106 PC_REGNUM.
11107
11108 2004-02-28 Andrew Cagney <cagney@redhat.com>
11109
11110 * NEWS: Refer to GDB 6.1.
11111 * README: Refer to GDB 6.1.
11112 * PROBLEMS: Refer to GDB 6.1.
11113
11114 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
11115
11116 * thread-db.c (disable_thread_signals): Remove unused function.
11117
11118 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11119
11120 * amd64-nat.c: Include "gdb_string.h".
11121 (amd64_collect_native_gregset): Zero-extend the 32-bit
11122 general-purpose registers and %eip.
11123
11124 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
11125 * amd64-tdep.c (amd64_collect_fxsave): New function.
11126 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
11127
11128 * i387-tdep.h: Update copyright year.
11129 (i387_collect_fxsave): New prototype.
11130 * i387-tdep.c: Update copyright year.
11131 (i387_collect_fxsave): New function containing most of the code
11132 from i387_fill_fxsave.
11133 (i387_fill_fxsave): Call i387_collect_fxsave.
11134
11135 2004-02-28 Andrew Cagney <cagney@redhat.com>
11136
11137 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
11138 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
11139
11140 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11141
11142 * amd64-tdep.c (amd64_frame_cache): Fix comment.
11143
11144 2004-02-28 Andrew Cagney <cagney@redhat.com>
11145
11146 * utils.c: Use "", instead of <>, to include readline.
11147 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
11148 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
11149 * source.c, solib.c, exec.c, event-top.c: Ditto.
11150 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
11151 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
11152 * Makefile.in: Update all dependencies.
11153 (readline_tilde_h, readline_history_h): Define.
11154 (readline_headers): Delete.
11155
11156 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11157
11158 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
11159 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
11160 "config/i386/tm-lx64.h".
11161
11162 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
11163 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
11164 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
11165
11166 2004-02-28 Andrew Cagney <cagney@redhat.com>
11167
11168 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
11169
11170 * breakpoint.c (_initialize_breakpoint): Use
11171 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
11172 Add help to show command.
11173
11174 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11175
11176 * i386-nat.c: Reformat to be closer to coding standards.
11177 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
11178 `retval'. Make variables `align' and `size' local to while-loop.
11179 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
11180 (_initialize_i386_nat): New prototype.
11181
11182 * tui/tui.c: Include <readline/readline.h> instead of
11183 "readline/readline.h". Include it after <term.h> and
11184 "gdb_curses.h".
11185
11186 2004-02-27 Andrew Cagney <cagney@redhat.com>
11187
11188 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
11189 the new frame unwind code.
11190 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
11191 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
11192 PCOQ_HEAD_REGNUM.
11193
11194 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
11195 "return_value" and "push_dummy_call".
11196 (hppa32_use_struct_convention): Delete unused function.
11197 (hppa32_store_return_value): Delete unused function.
11198 (hppa32_extract_return_value): Delete unused function.
11199 (hppa32_stack_align): Delete function.
11200
11201 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
11202
11203 * coffread.c (enter_linenos): Don't let rawptr reference memory
11204 outside linetab[]'s limits.
11205
11206 2004-02-27 Andrew Cagney <cagney@redhat.com>
11207
11208 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
11209 inferior stack space - the stack needs to grow upwards.
11210 (hppa32_frame_align): New function.
11211 (hppa64_frame_align): Replace hppa_frame_align.
11212 (hppa_gdbarch_init): Update.
11213
11214 2004-02-26 Orjan Friberg <orjanf@axis.com>
11215
11216 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
11217 (dwarf2-frame.h): Include.
11218 (enum cris_regnums): New enum CRIS_FP_REGNUM.
11219 Remove static variables related to ABI setting.
11220 (struct gdbarch_tdep): Remove cris_abi member.
11221 (struct frame_extra_info): Remove.
11222 (cris_unwind_cache, stack_item): New structs.
11223 (cris_frame_unwind, cris_frame_base): New variables.
11224 (push_stack_item, pop_stack_item)
11225 (cris_frame_unwind_cache, cris_frame_this_id)
11226 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
11227 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
11228 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
11229 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
11230 (cris_reg_struct_has_addr): New functions.
11231 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
11232 (cris_frame_saved_pc, cris_saved_pc_after_call,
11233 (cris_store_struct_return, cris_frameless_function_invocation)
11234 (cris_pop_frame, cris_skip_prologue_main)
11235 (cris_abi_original_store_return_value)
11236 (cris_abi_v2_store_return_value)
11237 (cris_abi_original_extract_return_value)
11238 (cris_abi_v2_extract_return_value)
11239 (cris_abi_original_reg_struct_has_addr)
11240 (cris_abi_v2_reg_struct_has_addr)
11241 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
11242 (cris_push_return_address, cris_abi_update): Remove.
11243 (_initialize_cris_tdep): Remove ABI command.
11244 (cris_dump_tdep): Ditto.
11245 (cris_gdbarch_init): Remove ABI command.
11246 Set store_return_value, extract_return_value, push_dummy_code,
11247 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
11248 frame_unwind_append_sniffer, frame_base_set_default.
11249 Clear deprecated init_frame_pc, push_arguments, store_return_value,
11250 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
11251 sizeof_call_dummy_words, get_saved_register, push_return_address,
11252 pop_frame, store_struct_return, frame_init_saved_regs,
11253 init_extra_frame_info, frameless_function_invocation, frame_chain,
11254 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
11255 dummy_write_sp.
11256
11257 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
11258
11259 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
11260 * valprint.c (print_hex_chars): Change from static to external.
11261 (print_char_chars): New function.
11262 * printcmd.c (print_scalar_formatted): For integer and enum types
11263 that are longer than LONGEST, perform processing via appropriate
11264 print_*_chars routines.
11265
11266 2004-02-26 Andrew Cagney <cagney@redhat.com>
11267
11268 * Makefile.in: Update dependencies.
11269 Changes from Ulrich Weigand,
11270 * s390-tdep.c: Include "dwarf2-frame.h".
11271 (s390_dwarf2_frame_init_reg): New function.
11272 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
11273 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
11274
11275 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
11276
11277 * breakpoint.c (pending_break_support): New setting variable.
11278 (break_command_1): Account for pending_break_support setting
11279 when creating pending breakpoints.
11280 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
11281 (_initialize_breakpoint): Add "set breakpoint pending" and
11282 "show breakpoint pending" commands.
11283
11284 2004-02-26 Andrew Cagney <cagney@redhat.com>
11285
11286 Fix PR i18n/1570.
11287 * charset.c (backslashable, backslashed, represented): Remove 'e'
11288 from list of escaped characters, not part of ISO-C.
11289
11290 2004-02-25 J. Brobecker <brobecker@gnat.com>
11291
11292 From Peter Schauer <schauer@pdf.de>:
11293 * tui/tui.c: Move system header includes after local includes.
11294 Fixes a build failure on solaris systems.
11295
11296 2004-02-25 J. Brobecker <brobecker@gnat.com>
11297
11298 * configure.in: Refine the previous change.
11299 * configure: Regenerate.
11300
11301 2004-02-25 Mark Kettenis <kettenis@gnu.org>
11302
11303 * amd64-tdep.h: Renamed from x86-64-tdep.h.
11304 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
11305 "amd64-tdep.h" instead of "x86-64-tdep.h".
11306 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11307 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
11308 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
11309 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11310 and "x86-64-tdep.c".
11311 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
11312 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11313 and "x86-64-tdep.c".
11314 * amd64bsd-nat.c: Update copyright year.
11315 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11316 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
11317 "x86-64-tdep.h".
11318 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
11319 "x86-64-tdep.h".
11320 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
11321 "x86-64-tdep.h".
11322 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
11323 "x86-64-tdep.h".
11324 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
11325 "x86-64-tdep.h".
11326 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
11327 "x86-64-tdep.h".
11328 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
11329 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
11330 * Makefile.in (amd64_linux_tdep_h): Renamed from
11331 x86_64_linux_tdep_h.
11332 (amd64_tdep_h): Renamed from x86_64_tdep_h.
11333 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
11334 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
11335 (amd64obsd-tdep.o): Update dependencies.
11336 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
11337 dependencies.
11338 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
11339 dependencies.
11340 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
11341 amd64-linux-nat.c amd64-linux-tdep.c.
11342 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
11343 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
11344 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
11345 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
11346 amd64-tdep.o and amd64-linux-tdep.o.
11347 (TM_FILE): Set to tm-linux64.h.
11348 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
11349 (NAT_FILE): Set to nm-linux64.h.
11350 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
11351 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11352 amd64-tdep.o.
11353 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11354 amd64-tdep.o.
11355 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11356 amd64-tdep.o.
11357
11358 2004-02-25 Roland McGrath <roland@redhat.com>
11359
11360 * remote.c (remote_protocol_qPart_auxv): New variable.
11361 (init_all_packet_configs): Initialize it.
11362 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
11363 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
11364 (show_remote_cmd): Call it.
11365 (_initialize_remote): Initialize commands.
11366 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
11367 service TARGET_OBJECT_AUXV requests.
11368
11369 2004-02-25 J. Brobecker <brobecker@gnat.com>
11370
11371 * configure.in: Make sure that the wborder function is available.
11372 Otherwise, search for it in the cur_colr library.
11373 * configure: Regenerate.
11374
11375 2004-02-25 Andrew Cagney <cagney@redhat.com>
11376
11377 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
11378
11379 2004-02-25 Mark Kettenis <kettenis@gnu.org>
11380
11381 * config/i386/tm-x86-64linux.h: Tweak comments.
11382
11383 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
11384
11385 * MAINTAINERS: Add self to write-after-approval list.
11386
11387 2004-02-25 Andrew Cagney <cagney@redhat.com>
11388
11389 PR cli/1566. Problem found, and fix suggested by David Allan.
11390 * cli/cli-script.c (execute_control_command): Unconditionally
11391 install a cleanup. Default "ret" to "invalid_control". Use
11392 "break" instead of "return" to escape from the switch.
11393
11394 2004-02-24 J. Brobecker <brobecker@gnat.com>
11395
11396 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
11397 with the lines macro defined in term.h on AiX.
11398 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
11399 a collision with the label_width macro defined in term.h on AiX.
11400
11401 2004-02-23 David Mosberger <davidm@hpl.hp.com>
11402
11403 Committed by Kevin Buettner <kevinb@redhat.com>.
11404
11405 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
11406 * ia64-tdep.c (ia64_write_pc): Make it a global function.
11407 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
11408 instead of ia64_write_pc().
11409 * ia64-linux-tdep.c (regcache.h): Include.
11410 (ia64_linux_write_pc): New function.
11411
11412 2004-02-23 Roland McGrath <roland@redhat.com>
11413
11414 * auxv.c (info_auxv_command): Fix typos in error messages.
11415
11416 2004-02-23 Mark Kettenis <kettenis@gnu.org>
11417
11418 * x86-64-tdep.h: Tweak comment.
11419 (enum amd64_regnum): New.
11420 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
11421 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
11422 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
11423 (X86_64_XMM1_REGNUM): Removed.
11424 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
11425 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
11426 prototypes for renamed functions.
11427 * x86-64-tdep.c: Fix typo.
11428 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
11429 register numbers.
11430 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
11431 Use constants from `enum amd64_regnum' for register numbers.
11432 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
11433 (amd64_analyze_prologue, amd64_frame_cache,
11434 amd64_sigtramp_frame_cache): Use constants from `enum
11435 amd64_regnum' for register numbers.
11436 (amd64_supply_fpregset): Adjust for renamed functions.
11437 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
11438 `enum amd64_regnum' for register numbers.
11439 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
11440 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
11441 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
11442 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
11443 (amd64_linux_fill_gregset): Adjust for renamed macros.
11444 (fetch_core_registers): Adjust for renamed functions.
11445 (amd64_linux_init_abi): Adjust for renamed functions.
11446 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
11447 renamed functions.
11448 * amd64-nat.c: Adjust for renamed macros.
11449 * amd64bsd-nat.c (fetch_inferior_registers)
11450 (store_inferior_registers): Use constants from `enum amd64_regnum'
11451 for register numbers. Adjust for renamed variables.
11452 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
11453 renamed variables.
11454 (_initialize_amd64fbsd_nat): Use constants from `enum
11455 amd64_regnum' for register numbers.
11456 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
11457 `enum amd64_regnum' for register numbers.
11458 (amd64fbsd_init_abi): Adjust for renamed functions.
11459 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
11460 `enum amd64_regnum' for register numbers.
11461 (amd64nbsd_init_abi): Adjust for renamed functions.
11462 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
11463 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
11464 `enum amd64_regnum' for register numbers.
11465 (amd64obsd_init_abi): Adjust for renamed functions.
11466 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
11467
11468 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11469
11470 * breakpoint.c (print_one_breakpoint): Do not output spaces
11471 after printing <PENDING> for a pending breakpoint.
11472
11473 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11474
11475 * printcmd.c (print_scalar_formatted): Initialize val_long
11476 to remove compiler warning message.
11477
11478 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11479
11480 * defs.h (nquery, yquery): New prototypes.
11481 * breakpoint.c (break_command_1): Use new nquery interface.
11482 * utils.c (defaulted_query, nquery, yquery): New functions.
11483
11484 2004-02-23 Andrew Cagney <cagney@redhat.com>
11485
11486 * hppa-tdep.c (hppa_frame_align): New function.
11487 (hppa32_push_dummy_call): New function.
11488 (hppa64_push_dummy_call): New function.
11489 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
11490 disabled.
11491
11492 * infcall.c (legacy_push_dummy_code): Don't call deprecated
11493 FIX_CALL_DUMMY when push_dummy_call is available.
11494 (call_function_by_hand, push_dummy_code): Ditto.
11495
11496 2004-02-22 Andrew Cagney <cagney@redhat.com>
11497
11498 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
11499 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
11500 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
11501 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
11502 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
11503 call_dummy_location to ON_STACK.
11504
11505 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11506
11507 * x86-64-linux-tdep.c: Tweak comment.
11508 (amd64_linux_supply_gregset): Renamed from
11509 x86_64_linux_supply_gresget.
11510 (amd64_linux_fill_gregset): Renamed from
11511 x86_64_linux_fill_gregset.
11512 (fetch_core_registers): Adjust for renamed functions.
11513 (amd64_core_fns): Renamed from x86_64_core_fns.
11514 (amd64_linux_sigtramp_start): Renamed from
11515 x86_64_linux_sigtramp_start.
11516 (amd64_linux_pc_in_sigtramp): Renamed from
11517 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
11518 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
11519 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
11520 (amd64_linux_sigcontext_addr): Renamed from
11521 x86_64_linux_sigcontext_addr.
11522 (amd64_linux_sc_reg_offset): Renamed from
11523 x86_64_linux_sc_reg_offset.
11524 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
11525 Adjust for renamed functions and variables.
11526 (_initialize_amd64_linux_tdep): Renamed from
11527 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
11528 variables.
11529 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
11530 Adjust for renamed functions.
11531
11532 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
11533 from x86_64_linux_gregset64_reg_offset.
11534 (amd64_linux_gregset32_reg_offset): Rename from
11535 x86_64_linux_gregset64_reg_offset.
11536 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
11537 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
11538 (amd64_linux_dr_set_control): Renamed from
11539 x86_64_linux_dr_set_control. Adjust for renamed functions.
11540 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
11541 Adjust for renamed functions.
11542 (amd64_linux_dr_reset_addr): Renamed from
11543 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
11544 (amd64_linux_dr_get_status): Renamed from
11545 x86_64_linux_dr_get_status. Adjust for renamed functions.
11546 (_initialize_amd64_linux_nat): Renamed from
11547 _initialize_x86_64_linux_nat. Adjust for renamed variables and
11548 functions.
11549 * config/i386/nm-x86-64linux.h: Update copyright year.
11550 Adjust for renamed functions.
11551
11552 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
11553 amd64fbsd_sigtramp_start.
11554 (amd64fbsd_sigtramp_end_addr): Renamed from
11555 amd64fbsd_sigtramp_end.
11556 (amd64fbsd_init_abi): Adjust for renamed variables.
11557 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
11558 variables.
11559 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
11560 amd64fbsd_sigtramp_start.
11561 (amd64fbsd_sigtramp_end_addr): Renamed from
11562 amd64fbsd_sigtramp_end.
11563
11564 2004-02-22 Andrew Cagney <cagney@redhat.com>
11565
11566 * hppa-tdep.c (hppa32_return_value): New function.
11567 (hppa64_return_value): New function.
11568 (hppa_gdbarch_init): Set return_value; keep disabled.
11569
11570 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
11571 struct-return and inferior function call methods.
11572
11573 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
11574 "frame-base.h".
11575 (struct hppa_frame_cache): Define.
11576 (hppa_frame_cache, hppa_frame_this_id): New functions.
11577 (hppa_frame_prev_register): New function.
11578 (hppa_frame_unwind, hppa_frame_base): New variables.
11579 (hppa_frame_unwind_sniffer): New function.
11580 (hppa_frame_base_address, hppa_unwind_pc): New function.
11581 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
11582 sniffer, and frame base sniffer; keep disabled.
11583 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
11584 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
11585
11586 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
11587 to predicates for "seriously old code".
11588
11589 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
11590 runtime if(0).
11591
11592 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
11593 unsigned.
11594 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
11595
11596 * config/pa/tm-hppa.h: Update copyright.
11597 (DEPRECATED_INIT_FRAME_PC): Delete macro.
11598 (deprecated_init_frame_pc_default): Delete declaration.
11599 (hppa_frame_init_saved_regs): Delete declaration.
11600 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11601 * hppa-tdep.c: Include "arch-utils.h".
11602 (hppa_gdbarch_init): Set deprecated init_frame_pc
11603 and deprecated frame_init_saved_regs.
11604 (hppa_frame_init_saved_regs): Make static.
11605
11606 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11607
11608 Remove old 386BSD support.
11609 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
11610 * configure.host: Remove i[34567]86-*-bsd*.
11611 * configure.tgt: Remove i[34567]86-*-bsd*.
11612 * i386b-nat.c: Removed.
11613 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
11614 (i386b-nat.o): Remove dependencies.
11615
11616 * config/i386/i386bsd.mh: Removed.
11617 * config/i386/i386bsd.mt: Removed.
11618 * config/i386/nm-i386bsd.h: Removed.
11619 * config/i386/tm-i386bsd.h: Removed.
11620 * config/i386/xm-i386bsd.h: Removed.
11621
11622 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
11623
11624 * amd64fbsd-tdep.c: Include "solib-svr4.h".
11625 (amd64fbsd_init_abi): Set link map offsets.
11626 * amd64nbsd-tdep.c: Include "slib-svr4.h".
11627 (amd64nbsd_init_abi): Set link map offsets.
11628 * amd64obsd-tdep.c: Include "solib-svr4.h".
11629 (amd64obsd_init_abi): Set link map offsets.
11630 * i386fbsd-tdep.c: Include "solib-svr4.h".
11631 (i386fbsd_init_abi): Set link map offsets.
11632 * i386nbsd-tdep.c: Include "solib-svr4.h".
11633 (i386nbsdelf_init_abi): Set link map offsets.
11634 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
11635 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
11636 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
11637 solib-legacy.o and core-aout.o. Reformat.
11638 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
11639 solib-svr4.o, solib-legacy.o. Reformat.
11640 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
11641 * config/i386/nbsdelf.mh: Reformat.
11642 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
11643 solib-svr4.o, solib-legacy.o and corelow.o.
11644 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
11645 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
11646 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
11647 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11648 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11649 (TM_FILE): Set to tm-fbsd.h.
11650 * config/i386/nbsd.mt (TDEPFILES): Reformat.
11651 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
11652 solib-svr4.o.
11653 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
11654 solib-svr4.o.
11655 (TM_FILE): Set to nm-nbsd.h.
11656 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
11657 Simplify shared library support. Don't include "elf/common.h".
11658 (SVR4_SHARED_LIBS): Don't define.
11659 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
11660 "solib.h".
11661 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
11662 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
11663 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
11664 Don't include "i386/tm-i386.h". Include "solib.h".
11665 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
11666 Don't include "i386/tm-i386.h".
11667 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
11668 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
11669 Include "i386/xm-i386.h".
11670 (HOST_LONG_DOUBLE_FORMAT): Remove.
11671
11672 Fix OpenBSD/i386 sigtramp recognition.
11673 * i386-tdep.h: Update copyright year.
11674 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
11675 (i386bsd_sigtramp_end): New prototypes.
11676 (i386fbsd_sigtramp_start_addr): Renamed from
11677 i386fbsd_sigtramp_start.
11678 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11679 (i386obsd_sigtramp_start_addr): Renamed from
11680 i386obsd_sigtramp_start.
11681 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11682 * i386bsd-tdep.c: Update copyright year.
11683 (i386bsd_pc_in_sigtramp): Make public.
11684 * i386fbsd-nat.c: Update copyright year.
11685 (_initialize_i386fbsd_nat): Adjust for renamed variables.
11686 * i386fbsd-tdep.c: Update copyright year.
11687 (i386fbsd_sigtramp_start_addr): Renamed from
11688 i386fbsd_sigtramp_start.
11689 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11690 (i386fbsdaout_init_abi): Adjust for renamed variables.
11691 * i386obsd-nat.c: Update copyright year.
11692 (_initialize_i386obsd_nat): Adjust for renamed variables.
11693 * i386obsd-tdep.c: Include "target.h".
11694 (i386obsd_page_size): New variable.
11695 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
11696 (i386obsd_sigtramp_end): New functions.
11697 (i386obsd_sigtramp_start_addr): Renamed from
11698 i386obsd_sigtramp_start.
11699 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11700 (i386obsd_init_abi): Adjust for renamed variables. Set
11701 pc_in_sigtramp, sigtramp_start and sigtramp_end.
11702 * Makefile.in (i386obsd-tdep.o): Update dependencies.
11703
11704 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
11705 trampoline change in OpenBSD kernel.
11706
11707 * amd64-nat.c: Update copyright year.
11708 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
11709 architecture from REGCACHE.
11710
11711 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
11712 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
11713
11714 2004-02-21 Mark Kettenis <kettenis@gnu.org>
11715
11716 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
11717 i[34567]86-*-openbsd3.[0-3].
11718 * config/i386/obsdaout.mh: New file.
11719
11720 * config/i386/obsd.mh (MH_FLAGS): Remove.
11721
11722 Fix PR build/1549.
11723 * i386obsd-tdep.c: Update copyright years. Include
11724 "solib-svr4.h".
11725 (i386obsd_init_abi): Don't set regset_from_core_section here.
11726 (i386obsd_aout_init_abi): New function. Set
11727 regset_from_core_section here.
11728 (i386obsd_elf_init_abi): New function.
11729 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
11730 * Makefile.in (i386obsd-tdep.o): Update dependecies.
11731 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
11732 (TM_FILE): Set to tm-nbsd.h.
11733
11734 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
11735 solib-sunos.o.
11736
11737 * solib-svr4.h: Update copyright year.
11738 (svr4_ilp32_fetch_link_map_offsets)
11739 (svr4_lp64_fetch_link_map_offsets): New prototype.
11740 * solib-svr4.c: Update copyright year.
11741 (svr4_ilp32_fetch_link_map_offsets)
11742 (svr4_lp64_fetch_link_map_offsets): New function.
11743
11744 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
11745
11746 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11747 to the partial symbol table.
11748
11749 2004-02-20 J. brobecker <brobecker@gnat.com>
11750
11751 * PROBLEMS: Add description of problem documented under gdb/1560.
11752
11753 2004-02-20 Mark Kettenis <kettenis@gnu.org>
11754
11755 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
11756 comments.
11757 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
11758 functions.
11759 (amd64obsd_init_abi): Reorder initializations. Use
11760 amd64obsd_r_reg_offset to initialize the general-purpose register
11761 set details. Set regset_from_core_section.
11762 (_initialize_amd64obsd_tdep): Rename from
11763 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
11764 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11765 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11766
11767 * NEWS (New native configurations): Mention OpenBSD/alpha.
11768 * configure.tgt: Add alpha*-*-openbsd*.
11769 * configure.host: Add alpha*-*-openbsd*.
11770 * alphanbsd-tdep.c: Update copyright year.
11771 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11772
11773 2004-02-20 Andrew Cagney <cagney@redhat.com>
11774
11775 Fix PR tdep/1372.
11776 * configure.tgt: Delete target "none-*-*".
11777 * configure.host: Delete host "none-*-*".
11778 * config/none/none.mh: Delete file.
11779 * config/none/none.mt: Delete file.
11780 * config/none/xm-none.h: Delete file.
11781 * config/none/tm-none.h: Delete file.
11782 * config/none/nm-none.h: Delete file.
11783
11784 2004-02-19 Fred Fish <fnf@redhat.com>
11785
11786 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11787 cache->uses_fp prior to setting it.
11788
11789 2004-02-19 Fred Fish <fnf@redhat.com>
11790
11791 Fix for PR breakpoint/1558.
11792 * sh-tdep.c (IS_JSR): New macro.
11793 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11794
11795 2004-02-19 Jim Blandy <jimb@redhat.com>
11796
11797 * findvar.c (value_from_register): Doc fix.
11798
11799 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
11800
11801 * printcmd.c (print_scalar_formatted): Do not check for sizeof
11802 type being greater than sizeof of host's LONGEST. Always use
11803 unpack_long() unless format 'f' chosen.
11804
11805 2004-02-19 Joel Brobecker <brobecker@gnat.com>
11806
11807 Committed by Elena Zannoni <ezannoni@redhat.com>
11808
11809 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11810 contains a symbol wich is the best, non-exact match for the given
11811 pc. Update comments.
11812
11813 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
11814
11815 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11816 macro, which was part of the now removed Mach 3 port.
11817 * utils.c (request_quit): Ditto.
11818
11819 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11820
11821 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11822 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11823
11824 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11825
11826 Committed by Mark Kettenis <kettenis@gnu.org>.
11827
11828 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11829 Define.
11830
11831 2004-02-18 Andrew Cagney <cagney@redhat.com>
11832
11833 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11834 CONFIG_INSTALL and CONFIG_UNINSTALL.
11835 * configure: Re-generate.
11836 * interps.h (INTERP_TUI): Define.
11837 * Makefile.in: Update dependencies.
11838 (TUI): New macro.
11839 (tui-main.o): Specify dependencies.
11840 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11841 * tui/tui-main.c: New file.
11842
11843 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11844
11845 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11846 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11847 dependencies.
11848 * configure.host: Add x86_64-*-openbsd*.
11849 * configure.tgt: Add x86_64-*-openbsd*.
11850 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11851
11852 * tui/tui.c: Don't include <malloc.h>.
11853
11854 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11855 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11856 amd64nbsd-tdep.c.
11857
11858 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
11859 static. Remove extraneous whitespace.
11860 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11861 static.
11862
11863 2004-02-17 Jim Blandy <jimb@redhat.com>
11864
11865 * findvar.c (value_from_register): Doc fix.
11866
11867 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11868
11869 Committed by Jim Blandy <jimb@redhat.com>.
11870
11871 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
11872 CORE_ADDR as type for selectors. Correct types for GNU run time
11873 message lookup function to use double indirection.
11874 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11875 * objc-lang.h (lookup_child_selector): Adapt prototype.
11876
11877 * s390-nat.c (SUBOFF): New macro.
11878 (supply_gregset, fill_gregset): Use it to handle debugging
11879 of 32-bit exectuables running under a 64-bit kernel.
11880 * s390-tdep.c: Include "solib-svr4.h".
11881 (s390_svr4_fetch_link_map_offset): New function.
11882 (s390x_svr_fetch_link_map_offset): Likewise.
11883 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11884 * Makefile.in (s390-tdep.o): Update dependencies.
11885
11886 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11887 "frame-unwind.h".
11888 (s390_readinstruction): Reformat. Use read_memory_nobpt.
11889 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11890 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11891 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11892 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11893 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
11894 S390_SIGNAL_FRAMESIZE,
11895 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11896 (struct frame_extra_info): Remove.
11897 (s390_memset_extra_info): Remove.
11898 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11899 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11900 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
11901 (is_rse): Renamed to ...
11902 (is_rsy): ... this. Support long displacements.
11903 (is_rxe): Renamed to ...
11904 (is_rxy): ... this. Support long displacements.
11905 (compute_x_addr): Support long displacements.
11906 (struct s390_prologue_data): New data type.
11907 (s390_on_stack): Change API to use struct s390_prologue_data.
11908 (s390_store): Reimplement.
11909 (s390_load): New function.
11910 (s390_get_signal_frame_info): Remove.
11911 (s390_get_frame_info): Remove, replace by ...
11912 (s390_analyze_prolog): ... this new function.
11913 (s390_check_function_end): Remove.
11914 (s390_function_start): Remove.
11915 (s390_frameless_function_invokation): Remove.
11916 (s390_is_sigreturn): Remove.
11917 (s390_init_frame_pc_first): Remove.
11918 (s390_init_frame_extra_info): Remove.
11919 (s390_frame_init_saved_regs): Remove.
11920 (s390_frame_saved_pc_nofix): Remove.
11921 (s390_frame_saved_pc): Remove.
11922 (s390_frame_chain): Remove.
11923 (s390_fp_regnum, s390_read_fp): Remove.
11924 (s390_pop_frame_regular, s390_pop_frame): Remove.
11925 (s390_saved_pc_after_call): Remove.
11926 (s390_skip_prologue): Reimplement.
11927 (s390_in_function_epilogue_p): Support long displacements.
11928 (struct s390_unwind_cache): New data structure.
11929 (s390_frame_unwind_cache): New function.
11930 (s390_prologue_frame_unwind_cache): Likewise.
11931 (s390_backchain_frame_unwind_cache): Likewise.
11932 (s390_frame_this_id, s390_frame_prev_register): Likewise.
11933 (s390_frame_unwind): Define.
11934 (s390_frame_sniffer): New function.
11935 (struct s390_pltstub_unwind_cache): New data structure.
11936 (s390_pltstub_frame_unwind_cache): New function.
11937 (s390_pltstub_frame_this_id): Likewise.
11938 (s390_pltstub_frame_prev_register): Likewise.
11939 (s390_pltstub_frame_unwind): Define.
11940 (s390_pltstub_frame_sniffer): New function.
11941 (struct s390_sigtramp_unwind_cache): New data structure.
11942 (s390_sigtramp_frame_unwind_cache): New function.
11943 (s390_sigtramp_frame_this_id): Likewise.
11944 (s390_sigtramp_frame_prev_register): Likewise.
11945 (s390_sigtramp_frame_unwind): Define.
11946 (s390_sigtramp_frame_sniffer): New function.
11947 (s390_frame_base_address, s390_local_base_address): New functions.
11948 (s390_frame_base): Define.
11949 (s390_unwind_pc, s390_unwind_sp): New function.
11950 (s390_push_dummy_call): Use new frame base location.
11951 (s390_unwind_dummy_id): Likewise.
11952 (s390_gdbarch_init): Remove calls to:
11953 set_gdbarch_frameless_function_invocation,
11954 set_gdbarch_deprecated_init_frame_pc,
11955 set_gdbarch_deprecated_frame_chain,
11956 set_gdbarch_deprecated_frame_init_saved_regs,
11957 set_gdbarch_deprecated_pop_frame,
11958 set_gdbarch_deprecated_init_extra_frame_info,
11959 set_gdbarch_deprecated_init_frame_pc_first,
11960 set_gdbarch_deprecated_target_read_fp,
11961 set_gdbarch_deprecated_frame_saved_pc,
11962 set_gdbarch_deprecated_saved_pc_after_call,
11963 set_gdbarch_deprecated_fp_regnum.
11964 Add calls to:
11965 set_gdbarch_in_solib_call_trampoline,
11966 frame_unwind_append_sniffer,
11967 frame_base_set_default,
11968 set_gdbarch_unwind_pc,
11969 set_gdbarch_unwind_sp.
11970 * Makefile.in (s390-tdep.o): Update dependencies.
11971
11972 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11973 (S390_STACK_FRAME_OVERHEAD): Remove.
11974 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
11975 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
11976 (s390_promote_integer_argument): Remove.
11977 (s390_cannot_extract_struct_value_address): Remove.
11978 (s390_use_struct_convention, s390_store_struct_return): Remove.
11979 (s390_extract_return_value, s390_store_return_value): Remove.
11980 (s390_return_value_convention, s390_return_value): New functions.
11981 (is_float_singleton): Handle typedefs.
11982 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
11983 Remove, replace by ...
11984 (s390_function_arg_pass_by_reference, s390_function_arg_float,
11985 s390_function_arg_integer): ... these new functions.
11986 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
11987 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
11988 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
11989 Fill in tdep->abi.
11990 Remove calls to:
11991 set_gdbarch_deprecated_store_struct_return,
11992 set_gdbarch_deprecated_extract_return_value,
11993 set_gdbarch_deprecated_store_return_value,
11994 set_gdbarch_use_struct_convention,
11995 set_gdbarch_extract_struct_value_address,
11996 set_gdbarch_deprecated_pc_in_call_dummy,
11997 set_gdbarch_deprecated_push_arguments,
11998 set_gdbarch_deprecated_save_dummy_frame_tos,
11999 set_gdbarch_deprecated_push_return_address,
12000 set_gdbarch_deprecated_sizeof_call_dummy_words,
12001 set_gdbarch_deprecated_call_dummy_words,
12002 set_gdbarch_deprecated_dummy_write_sp.
12003 Add calls to:
12004 set_gdbarch_push_dummy_call,
12005 set_gdbarch_unwind_dummy_id,
12006 set_gdbarch_return_value.
12007
12008 * config/s390/nm-linux.h: Update comments.
12009 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
12010 (STOPPED_BY_WATCHPOINT): Redefine.
12011 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
12012 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
12013 (s390_stopped_by_watchpoint): Likewise.
12014 (watch_area_cnt): Remove.
12015 * s390-nat.c: Update comments.
12016 (watch_area): Remove typedef.
12017 Global replace watch_area by struct watch_area.
12018 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
12019 (s390_stopped_by_watchpoint): Remove pid argument,
12020 use s390_inferior_tid. Add short-cut for the no watchpoint case.
12021 (s390_fix_watch_points): Remove pid argument,
12022 use s390_inferior_tid. Recompute area spanned by watchpoints.
12023 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
12024 argument. Reimplement.
12025
12026 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
12027 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
12028 (FETCH_INFERIOR_REGISTERS): Define.
12029 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
12030 core-regset.o.
12031 * config/s390/s390x.mt: Remove.
12032 * config/s390/tm-s390.h: Remove.
12033 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
12034 (TARGET_ELF64): Remove.
12035 (SKIP_TRAMPOLINE_CODE): Do not undefine.
12036 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
12037 s390*-*-* case; always set gdb_target to s390.
12038 * regformats/reg-s390.dat: Remove control registers.
12039 * regformats/reg-s390x.dat: Likewise.
12040 * s390-tdep.h: New file.
12041 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
12042 Include "inferior.h" and "s390-tdep.h".
12043 Remove private definition of offsetof.
12044 (s390_register_u_addr): Remove.
12045 (regmap_gregset, regmap_fpregset): Define.
12046 (supply_gregset, fill_gregset): Reimplement.
12047 (supply_fpregset, fill_fpregset): Likewise.
12048 (s390_inferior_tid): New function.
12049 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
12050 (fetch_inferior_registers, store_inferior_registers): Likewise.
12051 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
12052 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
12053 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
12054 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
12055 (struct gdbarch_tdep): Define.
12056 (struct s390_register_info): Define.
12057 (s390_register_info): New variable.
12058 (s390_register_name): Reimplement.
12059 (s390_register_type): New function.
12060 (s390_register_raw_size, s390x_register_raw_size): Remove.
12061 (s390_cannot_fetch_register): Remove.
12062 (s390_register_byte): Remove.
12063 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
12064 (s390_dwarf_regmap): New variable.
12065 (s390_dwarf_reg_to_regnum): New function.
12066 (s390_stab_reg_to_regnum): Remove.
12067 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
12068 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
12069 (s390_convert_register_p): Likewise.
12070 (s390_register_to_value, s390_value_to_register): Likewise.
12071 (s390_register_reggroup_p): Likewise.
12072 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
12073 s390_gregset, s390x_gregset, s390_fpregset): New variables.
12074 (s390_supply_regset, s390_regset_from_core_section): New functions.
12075 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
12076 (S390_FPR_SIZE): Likewise.
12077 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
12078 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
12079 (S390_NUM_GPRS): Move here from tm-s390.h.
12080 (S390_NUM_FPRS): Likewise.
12081 (s390_in_function_epilogue_p): New function.
12082 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
12083 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
12084 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
12085 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
12086 Replace S390_FP_REGNUM by S390_SP_REGNUM.
12087 Remove calls to:
12088 set_gdbarch_deprecated_max_register_raw_size,
12089 set_gdbarch_deprecated_max_register_virtual_size,
12090 set_gdbarch_deprecated_register_byte,
12091 set_gdbarch_cannot_fetch_register,
12092 set_gdbarch_cannot_store_register,
12093 set_gdbarch_deprecated_register_size,
12094 set_gdbarch_deprecated_register_raw_size,
12095 set_gdbarch_deprecated_register_virtual_size,
12096 set_gdbarch_deprecated_register_virtual_type,
12097 set_gdbarch_deprecated_register_bytes.
12098 Add calls to:
12099 set_gdbarch_num_pseudo_regs,
12100 set_gdbarch_register_type,
12101 set_gdbarch_convert_register_p,
12102 set_gdbarch_register_to_value,
12103 set_gdbarch_value_to_register,
12104 set_gdbarch_register_reggroup_p,
12105 set_gdbarch_regset_from_core_section,
12106 set_gdbarch_pseudo_register_read,
12107 set_gdbarch_pseudo_register_write,
12108 set_gdbarch_in_function_epilogue_p.
12109 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
12110 (s390_tdep_h): New variable.
12111
12112 2004-02-17 Jim Blandy <jimb@redhat.com>
12113
12114 * findvar.c (value_from_register): If the type has no length, just
12115 return an acceptable value --- don't report an internal error.
12116
12117 * stabsread.c (read_type): If we find any type numbers that are
12118 forward references, complain if the references aren't resolved by
12119 the time we're finished reading.
12120 (cleanup_undefined_types): Make error message more appropriate for
12121 a complaint.
12122
12123 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12124
12125 * Makefile.in (defs_h): Remove dependency on progress_h.
12126 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
12127 progress.h.
12128 * main.c (captured_main): Delete use of START_PROGRESS and
12129 END_PROGRESS.
12130
12131 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12132
12133 * objfiles.c (terminate_minimal_symbol_table): Add back
12134 initialization of MSYMBOL_TYPE.
12135
12136 2004-02-17 David Mosberger <davidm@hpl.hp.com>
12137
12138 Committed by Andrew Cagney.
12139 * Makefile.in (ia64_tdep_h): New macro.
12140 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
12141 (ia64-tdep.o): Likewise.
12142 * ia64-tdep.h: New file.
12143 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
12144 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
12145 (ia64_aix_sigcontext_register_address): Likewise.
12146 (ia64_linux_getunwind_table): Delete declaration.
12147 * ia64-linux-tdep.c: Likewise.
12148
12149 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
12150
12151 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
12152 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
12153 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
12154
12155 2004-02-17 Andrew Cagney <cagney@redhat.com>
12156
12157 * symtab.c (skip_prologue_using_sal): New function.
12158 * symtab.h (skip_prologue_using_sal): Declare.
12159 * frv-tdep.c: Include "symtab.h".
12160 (skip_prologue_using_sal): Delete function.
12161 * mips-tdep.c (skip_prologue_using_sal): Delete function.
12162 * rs6000-tdep.c (refine_prologue_limit): Mention
12163 skip_prologue_using_sal.
12164 * ia64-tdep.c (refine_prologue_limit): Ditto.
12165 * Makefile.in: Update dependencies.
12166
12167 2004-02-16 Andrew Cagney <cagney@redhat.com>
12168
12169 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
12170 START_INFERIOR_TRAPS_EXPECTED.
12171 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
12172 START_INFERIOR_TRAPS_EXPECTED.
12173 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
12174 Delete macro.
12175 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
12176 macro, moved to "nm-osf.h". Update copyright.
12177 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
12178 update copyright.
12179
12180 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
12181 and function replacing FRAMELESS_FUNCTION_INVOCATION.
12182 * blockframe.c (legacy_frameless_look_for_prologue): Rename
12183 frameless_look_for_prologue.
12184 * frame.h (legacy_frameless_look_for_prologue): Rename
12185 frameless_look_for_prologue.
12186 * gdbarch.h, gdbarch.c: Re-generate.
12187 * sh64-tdep.c (sh64_gdbarch_init): Update.
12188 * sh-tdep.c (sh_gdbarch_init): Update.
12189 * s390-tdep.c (s390_gdbarch_init): Update.
12190 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12191 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12192 * m68k-tdep.c (m68k_gdbarch_init): Update.
12193 (delta68_frame_args_address): Update.
12194 * m32r-tdep.c (m32r_gdbarch_init): Update.
12195 * hppa-tdep.c (hppa_gdbarch_init): Update.
12196 * h8300-tdep.c (h8300_gdbarch_init): Update.
12197 * frv-tdep.c (frv_gdbarch_init): Update.
12198 (frv_frameless_function_invocation): Update.
12199 * cris-tdep.c (cris_gdbarch_init): Update.
12200 (cris_frameless_function_invocation): Update.
12201 * avr-tdep.c (avr_gdbarch_init): Update.
12202 * arm-tdep.c (arm_gdbarch_init): Update.
12203 * stack.c (frame_info): Update, call predicate.
12204 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
12205 * frame.c (legacy_get_prev_frame): Update, call predicate..
12206 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
12207 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
12208 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
12209 invocation.
12210 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12211 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12212 * vax-tdep.c (vax_gdbarch_init): Ditto.
12213
12214 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
12215 function.
12216
12217 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
12218
12219 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
12220 initializations.
12221
12222 2004-02-16 Andrew Cagney <cagney@redhat.com>
12223
12224 * tui/tui-windata.c: Include "gdb_string.h".
12225 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
12226 * tui/tui-layout.c, tui/tui-command.c: Ditto.
12227 * Makefile.in: Update dependencies.
12228
12229 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
12230
12231 * Makefile.in (infrun.o): Add $(gdb_assert_h).
12232 * infrun.c: Include "gdb_assert.h".
12233 (singlestep_ptid, saved_singlestep_ptid)
12234 (stepping_past_singlestep_breakpoint): New variables.
12235 (resume): Set singlestep_ptid. Check for singlestep thread
12236 hop.
12237 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
12238 (handle_inferior_event): Handle singlestep thread hop.
12239
12240 2004-02-16 Andrew Cagney <cagney@redhat.com>
12241
12242 * dwarf2-frame.c (dwarf2_frame_ops): New function.
12243 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
12244 (dwarf2_frame_init_reg): Ditto.
12245
12246 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
12247 suggested by Joshua Neuheisel
12248
12249 * configure.in: Always check for curses, including pdcurses.
12250 Warn, instead of error, when no curses are found. Enable TUI when
12251 curses is available.
12252 * configure: Re-generate.
12253
12254 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
12255
12256 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
12257 sh_sh4_register_convert_to_virtual.
12258 (sh_register_convert_to_raw): Rename from
12259 sh_sh4_register_convert_to_raw.
12260 (sh_pseudo_register_read): Accomodate above name change.
12261 (sh_pseudo_register_write): Ditto.
12262
12263 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
12264
12265 * sh-tdep.c (sh_generic_register_name): Remove.
12266 (sh_gdbarch_init): Use sh_sh_register_name in default case.
12267
12268 2004-02-15 Andrew Cagney <cagney@redhat.com>
12269
12270 * configure.in (build_warnings): Add -Wunused-function.
12271 * configure: Re-generate.
12272
12273 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
12274 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
12275
12276 * procfs.c (procfs_init_inferior): Assume that
12277 START_INFERIOR_TRAPS_EXPECTED is defined.
12278 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
12279 * config/ns32k/tm-nbsd.h: Delete file,
12280 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
12281
12282 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
12283 * config/vax/tm-vax.h: Delete file.
12284
12285 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12286 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12287 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12288 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12289 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
12290 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12291 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
12292
12293 2004-02-15 Mark Kettenis <kettenis@gnu.org>
12294
12295 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
12296 * dwarf2-frame.c (dwarf2_frame_data): New variable.
12297 (struct dwarf2_frame_ops): New.
12298 (dwarf2_frame_default_init_reg): New function, based on
12299 dwarf2_frame_init_reg.
12300 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
12301 (dwarf2_frame_init_reg): Call architecture-specific function.
12302 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
12303 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
12304 instead of dwarf2_frame_data.
12305 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
12306 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
12307
12308 2004-02-15 Andrew Cagney <cagney@redhat.com>
12309
12310 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
12311 register_gdbarch_swap.
12312 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
12313 * f-lang.c (_initialize_f_language): Update, use
12314 DEPRECATED_REGISTER_GDBARCH_SWAP.
12315 * remote.c (_initialize_remote): Ditto.
12316 * regcache.c (_initialize_regcache): Ditto.
12317 * parse.c (_initialize_parse): Ditto.
12318 * infrun.c (_initialize_infrun): Ditto.
12319 * mi/mi-main.c (_initialize_mi_main): Ditto.
12320 * gdbtypes.c (_initialize_gdbtypes): Ditto.
12321
12322 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
12323 poking .cacheable directly.
12324 * symfile.c (symfile_bfd_open): Ditto.
12325
12326 * Makefile.in: Update all dependencies.
12327
12328 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
12329 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
12330 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
12331 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
12332 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
12333
12334 2004-02-14 Andrew Cagney <cagney@redhat.com>
12335
12336 * arch-utils.c (legacy_convert_register_p): Check
12337 DEPRECATED_REGISTER_CONVERTIBLE_P.
12338 * findvar.c (value_of_register): Ditto.
12339
12340 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
12341 * gdbarch.h, gdbarch.c: Re-generate.
12342 * arch-utils.c (deprecated_register_convertible_not): Delete.
12343 * arch-utils.h (deprecated_register_convertible_not): Delete.
12344 * mi/mi-main.c (get_register): Update. Update copyright.
12345 * infcmd.c (default_print_registers_info): Update.
12346
12347 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
12348 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
12349 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
12350 * gdbarch.h, gdbarch.c: Re-generate.
12351 * frame.c (deprecated_get_next_frame_hack): Delete function.
12352 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
12353 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
12354 Update.
12355 * infcall.c (call_function_by_hand): Update.
12356
12357 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
12358
12359 * symfile.c (init_entry_point_info, entry_point_address): Move
12360 from here...
12361 * objfiles.c (init_entry_point_info, entry_point_address):..to
12362 here.
12363 * symfile.h (init_entry_point_info, entry_point_address): Remove
12364 prototypes.
12365 * objfiles.h (init_entry_point_info, entry_point_address):Add
12366 prototypes.
12367 * cris-tdep.c: Remove include of symfile.h. Add include of
12368 objfiles.h.
12369 * infcall.c: Ditto.
12370 * mcore-tdep.c: Ditto.
12371 * mn10300-tdep.c: Ditto.
12372 * sh64-tdep.c: Ditto.
12373 * v850-tdep.c: Ditto.
12374 * arm-tdep.c: Remove include of symfile.h.
12375 * blockframe.c: Ditto.
12376 * coffread.c: Ditto.
12377 * dbxread.c: Ditto.
12378 * dwarf2read.c: Ditto.
12379 * dwarfread.c: Ditto.
12380 * frv-tdep.c: Ditto.
12381 * ia64-tdep.c: Ditto.
12382 * mdebugread.c: Ditto.
12383 * mipsread.c: Ditto.
12384 * rs6000-tdep.c: Ditto.
12385 * s390-tdep.c: Ditto.
12386 * sh-tdep.c: Ditto.
12387 * xstormy16-tdep.c: Ditto.
12388 * gdbarch.sh: Remove include of symfile.h.
12389 * gdbarch.c: Regenerate.
12390 * solib-irix.c (enable_break): Use entry_point_address().
12391 Add comment about include file.
12392 * xcoffread.c: Add comment about include file.
12393 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
12394 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
12395 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
12396 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
12397 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
12398
12399 2004-02-13 Andrew Cagney <cagney@redhat.com>
12400
12401 * corelow.c (core_xfer_partial): Use "struct bfd_section".
12402 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
12403 copyright.
12404 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
12405
12406 2004-02-12 Fred Fish <fnf@redhat.com>
12407
12408 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
12409 set_gdbarch_store_return_value.
12410
12411 2004-02-12 Andrew Cagney <cagney@redhat.com>
12412
12413 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
12414 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
12415 (interrupt_query): Ditto.
12416 (ofunc): Delete unused variable.
12417 * cris-tdep.c (cris_abi): Delete unused function.
12418 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
12419 (cris_get_wide_opcode, cris_get_short_size): Ditto.
12420 (cris_get_asr_quick_shift_steps): Ditto.
12421 (cris_skip_prologue_frameless_p): Ditto.
12422 * arm-tdep.c (arm_push_return_address): Delete unused function.
12423 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
12424 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
12425 * s390-tdep.c (s390_function_start): Delete unused function.
12426
12427 2004-02-12 Andrew Cagney <cagney@redhat.com>
12428
12429 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
12430 gdbarch.h, gdbarch.c: Re-generate.
12431 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
12432 to generic_prologue_frameless_p.
12433 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
12434 * arch-utils.c (generic_prologue_frameless_p): Delete function.
12435
12436 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
12437
12438 * mips-linux-tdep.c: Include "frame.h".
12439 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
12440 (mips_linux_skip_resolver): New functions.
12441 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
12442 and set_gdbarch_in_solib_call_trampoline.
12443 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
12444 to after set_gdbarch_in_solib_return_trampoline. Only set the
12445 solib hooks to mips16 functions if the OS ABI is unknown.
12446 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
12447 including "config/tm-linux.h".
12448 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
12449 * Makefile.in (mips-linux-tdep.o): Update.
12450
12451 2004-02-11 David Carlton <carlton@kealia.com>
12452
12453 * linespec.c (decode_compound): Only look for a class symbol when
12454 considering all but the rightmost component.
12455
12456 2004-02-11 Andrew Cagney <cagney@redhat.com>
12457
12458 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
12459 abi code are are separatly grouped.
12460
12461 2004-02-11 Andrew Cagney <cagney@redhat.com>
12462
12463 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
12464 * gdbarch.h, gdbarch.c: Re-generate.
12465 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12466 * v850-tdep.c (v850_gdbarch_init): Update.
12467 * sh64-tdep.c (sh64_gdbarch_init): Update.
12468 * sh-tdep.c (sh_gdbarch_init): Update.
12469 * s390-tdep.c (s390_gdbarch_init): Update.
12470 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12471 * mips-tdep.c (mips_gdbarch_init): Update.
12472 * mcore-tdep.c (mcore_gdbarch_init): Update.
12473 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12474 * m32r-tdep.c (m32r_gdbarch_init): Update.
12475 * ia64-tdep.c (ia64_gdbarch_init): Update.
12476 * hppa-tdep.c (hppa_gdbarch_init): Update.
12477 * h8300-tdep.c (h8300_gdbarch_init): Update.
12478 * frv-tdep.c (frv_gdbarch_init): Update.
12479 * d10v-tdep.c (d10v_gdbarch_init): Update.
12480 * cris-tdep.c (cris_gdbarch_init): Update.
12481 * avr-tdep.c (avr_gdbarch_init): Update.
12482 * arm-tdep.c (arm_gdbarch_init): Update.
12483 * alpha-tdep.c (alpha_gdbarch_init): Update.
12484
12485 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
12486
12487 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
12488 comma.
12489 (sh_sh4al_dsp_register_name): Ditto.
12490
12491 2004-02-10 Andrew Cagney <cagney@redhat.com>
12492
12493 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
12494 (mips_init_frame_pc_first): Delete function.
12495 (mips_frame_saved_pc): Delete function.
12496 (mips_frame_chain): Delete function.
12497 (mips_init_extra_frame_info): Delete function.
12498 (mips_xfer_register): Delete unused variable "reg".
12499 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
12500 (mips_n32n64_return_value): Delete unused variable "reg".
12501 (mips_n32n64_return_value): Delete unused variable "pos".
12502 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
12503 (mips_o32_return_value): Delete unused variable "pos".
12504 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
12505 (mips_print_fp_register): Delete unused variable "namelen"
12506 (mips_print_fp_register): Delete unused variable "flt2"
12507 (get_frame_pointer): Delete function.
12508 (cached_proc_desc): Delete static variable.
12509 (mips_pop_frame): Delete function.
12510 (mips_find_saved_regs): Delete function.
12511 (mips_get_saved_register): Delete function.
12512 (mips_saved_pc_after_call): Delete function.
12513 (SIGFRAME_BASE): Delete macro.
12514 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
12515 (SIGFRAME_PC_OFF): Delete macro.
12516 (SIGFRAME_REGSAVE_OFF): Delete macro.
12517 (mips_dump_tdep): Do not print deleted macro definitions.
12518
12519 2004-02-10 Andrew Cagney <cagney@redhat.com>
12520
12521 * Makefile.in (SFILES): Remove explictly listed tui files.
12522 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
12523
12524 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
12525
12526 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
12527 to use paddr functions to format ia64 addresses and long values.
12528 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
12529 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
12530 (get_kernel_table, ia64_find_proc_info_x): Ditto.
12531 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
12532 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
12533
12534 2004-02-10 Andrew Cagney <cagney@redhat.com>
12535
12536 * defs.h: Do not include "tui.h".
12537 * gdb_curses.h: New file.
12538 * tui/tui-hooks.h: New file.
12539 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
12540 (tui_install_hooks, tui_remove_hooks): Delete declarations.
12541 (tui_initialize_io): Delete declaration.
12542 (tui_initialize_readline: Delete redundant declaration.
12543 (struct tui_point): Delete definition.
12544 * tui/tui-data.h (struct tui_point): Define.
12545 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
12546 * utils.c: Include "tui/tui.h".
12547 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
12548 * printcmd.c [TUI]: Include "tui/tui.h".
12549 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
12550 * tui/tui-command.c: Include "gdb_curses.h".
12551 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
12552 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
12553 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
12554 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
12555 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
12556 * Makefile.in: Update all dependencies.
12557 (tui_hooks_h, gdb_curses_h): Define.
12558 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
12559
12560 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
12561
12562 * objfiles.h (struct objfile): Remove unused fields auxf1 and
12563 auxf2. Add comments about some other rarely used fields.
12564
12565 2004-02-10 Andrew Cagney <cagney@redhat.com>
12566
12567 * Makefile.in (init.c): Fix script removing duplicates. Problem
12568 reported by Peter Schauer.
12569
12570 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
12571
12572 * bcache.c (bcache_xmalloc): Use obstack_init instead of
12573 obstack_specify_allocation.
12574 * objfiles.c (allocate_objfile): Ditto.
12575 * solib-sunos.c (solib_add_common_symbols)
12576 (allocate_rt_common_objfile): Ditto.
12577 * symfile.c (reread_symbols): Ditto.
12578 * gdb_obstack.h: Add comment.
12579
12580 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
12581
12582 * linespec.c (decode_line_1, locate_first_half)
12583 (decode_compound, lookup_prefix_sym): Update comments. Delete old
12584 commented out code.
12585
12586 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
12587
12588 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
12589 obstack_free.
12590
12591 2004-02-09 Andrew Cagney <cagney@redhat.com>
12592
12593 * blockframe.c (find_pc_partial_function): If find_pc_overlay
12594 fails, try find_pc_section. Fix PR c++/1267.
12595 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
12596 instead of find_pc_mapped_section.
12597 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
12598 not default to the section containing PC. Fix PR symtab/1519.
12599
12600 2004-02-09 Andrew Cagney <cagney@redhat.com>
12601
12602 * Makefile.in (mips-tdep.o): Update dependencies.
12603 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
12604 "trad-frame.h".
12605 (mips_unwind_pc): Return the pseudo PC register.
12606 (mips_unwind_dummy_id): New function.
12607 (mips16_fetch_instruction): New function.
12608 (mips32_fetch_instruction): New function.
12609 (struct mips_frame_cache): Define.
12610 (mips_mdebug_frame_cache): New function.
12611 (mips_mdebug_frame_this_id): New function.
12612 (mips_mdebug_frame_prev_register): New function.
12613 (mips_mdebug_frame_unwind): Define.
12614 (mips_mdebug_frame_sniffer): New function.
12615 (mips_mdebug_frame_base_address): New function.
12616 (mips_mdebug_frame_base): Define.
12617 (mips_mdebug_frame_base_sniffer): New function.
12618 (mips_gdbarch_init): Append unwind and base sniffers. Set
12619 unwind_dummy_id.
12620
12621 2004-02-08 Andrew Cagney <cagney@redhat.com>
12622
12623 * frame.c: Print both the register number and name.
12624
12625 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
12626 and a sed into a single sed. Make .c and .o patterns more robust.
12627 (OBS): Delete.
12628 (INIT_FILES): Replace OBS with COMMON_OBS.
12629 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
12630
12631 2004-02-08 Mark Kettenis <kettenis@gnu.org>
12632
12633 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
12634 the PT_WCOOKIE request.
12635
12636 2004-02-08 Andrew Cagney <cagney@redhat.com>
12637
12638 * mips-tdep.c (mips_unwind_pc): New function.
12639 (mips_gdbarch_init): Set mips_unwind_pc.
12640
12641 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
12642 (get_frame_id): Allow the UNKNOWN_FRAME.
12643 (frame_register_unwind, get_frame_type): Ditto.
12644
12645 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
12646 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
12647 unwind_dummy_id indicates a legacy frame.
12648
12649 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
12650 * configure: Re-generate.
12651
12652 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
12653 methods.
12654
12655 2004-02-08 Andrew Cagney <cagney@redhat.com>
12656
12657 * configure.in (CONFIG_ALL): Set to Makefile target, and not
12658 makefile macro.
12659 * configure: Re-generate.
12660 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
12661 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
12662 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
12663 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
12664 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
12665 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
12666 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
12667 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
12668 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
12669 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
12670
12671 2004-02-07 Andrew Cagney <cagney@redhat.com>
12672
12673 * Makefile.in: Update all dependencies.
12674
12675 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
12676 * configure: Re-generate.
12677 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
12678 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
12679 (COMMON_OBS): Add "main.o" and "annotate.o".
12680 (ANNOTATE_OBS): Delete.
12681 (OBS): Remove ANNOTATE_OBS.
12682 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
12683 CONFIG_INITS.
12684 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
12685 against CONFIG_OBS and "main.o".
12686 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
12687 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
12688
12689 * tui/tui-command.c: Include "gdb_string.h", delete register
12690 attribute, use ISO-C function signatures.
12691 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
12692 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12693 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
12694 * tui/tui.c: Ditto.
12695
12696 * tui/tui-command.c: Change variable and function names to lower
12697 case.
12698 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
12699 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
12700 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12701 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12702 * tui/tui-winsource.c, tui/tui.c: Ditto.
12703
12704 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12705
12706 * buildsym.c (free_pending_blocks, finish_block)
12707 (record_pending_block, make_blockvector, end_symtab): Replace
12708 symbol_obstack with objfile_obstack.
12709 * coffread.c (process_coff_symbol, coff_read_struct_type)
12710 (coff_read_enum_type): Ditto.
12711 * cp-namespace.c (initialize_namespace_symtab)
12712 (check_one_possible_namespace_symbol): Ditto.
12713 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
12714 (dwarf2_symbol_mark_computed): Ditto.
12715 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
12716 * elfread.c (elf_symtab_read): Ditto.
12717 * hpread.c (hpread_symfile_init, hpread_symfile_init)
12718 (hpread_read_enum_type, hpread_read_function_type)
12719 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
12720 Ditto.
12721 * jv-lang.c (get_java_class_symtab, add_class_symbol)
12722 (java_link_class_type): Ditto.
12723 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
12724 (new_symbol): Ditto.
12725 * minsyms.c (install_minimal_symbols): Ditto.
12726 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
12727 (terminate_minimal_symbol_table): Replace symbol_obstack with
12728 objfile_obstack.
12729 (free_objfile): Remove freeing of symbol_obstack.
12730 * objfiles.h: Remove symbol_obstack field.
12731 * pa64solib.c (add_to_solist): Replace symbol_obstack with
12732 objfile_obstack.
12733 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12734 symbol_obstack.
12735 (solib_add_common_symbols): Replace symbol_obstack with
12736 objfile_obstack.
12737 * somsolib.c (som_solib_add): Ditto.
12738 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
12739 (common_block_start, common_block_end): Ditto.
12740 * symfile.c (reread_symbols): Remove freeing and init of
12741 symbol_obstack.
12742 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
12743 * symfile.h: Update comment.
12744 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12745 stats printing.
12746 * symtab.c (symbol_set_names): Replace symbol_obstack with
12747 objfile_obstack.
12748 * symtab.h (struct general_symbol_info, struct minimal_symbol):
12749 Update comments.
12750 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12751 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12752 objfile_obstack.
12753
12754 2004-02-07 Andrew Cagney <cagney@redhat.com>
12755
12756 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
12757 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
12758 fields and variables.
12759 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
12760 (m_beInvisible): Delete macro.
12761 * tui/tui-data.h: Fix case case fields and variables.
12762 (m_genWinPtrIsNull): Delete macro.
12763 (tui_win_list): Rename winList.
12764 (TUI_SRC_WIN): Rename srcWin.
12765 (TUI_DISASM_WIN): Rename disassemWin.
12766 (TUI_DATA_WIN): Rename dataWin.
12767 (TUI_CMD_WIN): Rename cmdWin.
12768 (m_genWinPtrNotNull): Delete macro.
12769 (m_winPtrIsNull): Delete macro.
12770 (m_winPtrNotNull): Delete macro.
12771 (tui_win_is_source_type): Replace m_winIsSourceType
12772 (tui_win_is_auxillary): Replace m_winIsAuzillary.
12773 (tui_win_has_locator): Replace m_hasLocator.
12774 (tui_set_win_highlight): Replace m_setWinHighlightOn and
12775 m_setWinHighlightOff.
12776 * tui/tui-data.c: Update references.
12777 (tui_win_is_source_type, tui_set_win_highlight): New functions.
12778 (tui_win_has_locator, tui_win_is_auxillary): New functions.
12779 * tui/tui-command.c, tui/tui-disasm.c: Update references.
12780 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12781 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12782 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12783 * tui/tui-winsource.c, tui/tui.c: Ditto.
12784
12785 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12786
12787 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12788 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12789 StackGhost.
12790
12791 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12792 variable `i6' to `i7'.
12793 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12794
12795 2004-02-07 Andrew Cagney <cagney@redhat.com>
12796
12797 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12798 (TuiPoint, TuiPointPtr): Ditto.
12799 (TuiStatus, TuiStatusPtr): Ditto.
12800 (TuiWinType, TuiWinTypePtr): Ditto.
12801 (struct tui_point): Rename _TuiPoint.
12802 (tui_get_low_disassembly_address): Rename
12803 tuiGetLowDisassemblyAddress.
12804 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12805 (tuiFree): Delete declaration.
12806 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12807 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12808 * tui/tui.c (tuiFree): Delete function.
12809 * cli/cli-cmds.c (disassemble_command): Update references.
12810 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12811 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12812 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12813 * tui/tui-winsource.c: Ditto.
12814
12815 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12816
12817 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12818 coffstab_build_psymtabs, elfstab_build_psymtabs)
12819 (stabsect_build_psymtabs): Replace psymbol_obstack with
12820 objfile_obstack.
12821 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12822 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12823 Ditto.
12824 * dwarfread.c (scan_compilation_units): Ditto.
12825 * elfread.c (elfstab_offset_sections): Ditto.
12826 * hppa-tdep.c (read_unwind_info): Ditto.
12827 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12828 (hpread_end_psymtab): Ditto.
12829 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12830 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12831 Ditto.
12832 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
12833 * objfiles.c (add_to_objfile_sections)
12834 (build_objfile_section_table): Ditto.
12835 (allocate_objfile): Remove init of psymbol_obstack.
12836 (free_objfile): Remove freeing of psymbol_obstack.
12837 * objfiles.h (struct objfile): Remove field
12838 psymbol_obstack. Update comments.
12839 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12840 psymbol_obstack with objfile_obstack.
12841 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12842 psymbol_obstack.
12843 * somread.c (som_symfile_offsets, init_import_symbols)
12844 (init_export_symbols): Replace psymbol_obstack with
12845 objfile_obstack.
12846 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12847 * symfile.c (default_symfile_offsets, syms_from_objfile)
12848 (reread_symbols): Remove freeing and init of psymbol_obstack.
12849 (cashier_psymtab): Update comment.
12850 * symmisc.c (print_objfile_statistics): Don't report stats for
12851 psymbol obstack.
12852 * symtab.h (struct general_symbol_info, struct partial_symtab):
12853 Update comments.
12854 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12855 (xcoff_symfile_offsets): Replace psymbol_obstack with
12856 objfile_obstack.
12857
12858 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12859
12860 * objfiles.h (struct objfile): Add objfile_obstack field.
12861 Remove type_obstack field.
12862
12863 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12864 read_structure_scope read_enumeration, new_symbol): Replace
12865 type_obstack with objfile_obstack.
12866 * dwarfread.c (struct_type, enum_type): Ditto.
12867 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
12868 (lookup_fundamental_type): Ditto.
12869 * gdbtypes.h (TYPE_ALLOC): Ditto.
12870 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12871 (hpread_read_doc_function_type, hpread_read_struct_type)
12872 (fix_static_member_physnames, hpread_read_array_type)
12873 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
12874 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
12875 (java_link_class_type): Ditto.
12876 * mdebugread.c (parse_type): Ditto.
12877 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12878 * solib-sunos.c (solib_add_common_symbols): Ditto.
12879 * stabsread.c (define_symbol, read_type, read_member_functions,
12880 read_cpp_abbrev, read_one_struct_field): Ditto.
12881 * symfile.c (reread_symbols): Ditto.
12882 * symmisc.c (print_objfile_statistics): Ditto.
12883
12884 2004-02-07 Andrew Cagney <cagney@redhat.com>
12885
12886 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12887 (tui_exec_info_content): Rename TuiExecInfoContent.
12888 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12889 (TuiWinInfo, TuiWinInfoPtr): Ditto.
12890 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12891 (TuiList, TuiListPtr): Ditto.
12892 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12893 (TuiDataType, TuiDataTypePtr): Ditto.
12894 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12895 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12896 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12897 (TuiSourceElement, TuiSourceElementPtr): Ditto.
12898 (TuiDataElement, TuiDataElementPtr): Ditto.
12899 (TuiWinElement, TuiWinElementPtr): Ditto.
12900 (TuiDataInfo, TuiDataInfoPtr): Ditto.
12901 (TuiCommandElement, TuiCommandElementPtr): Ditto.
12902 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12903 (TuiWhichElement, TuiWhichElementPtr): Ditto.
12904 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12905 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12906 * tui/tui-command.c, tui/tui-data.c: Update references.
12907 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12908 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12909 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12910 * tui/tui-winsource.c, tui/tui.c: Ditto.
12911
12912 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12913
12914 * dwarf2-frame.h: Update copyright.
12915 (enum dwarf2_frame_reg_rule): New.
12916 (struct dwarf2_frame_state_reg): New.
12917 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12918 * dwarf2-frame.c: Update copyright.
12919 (enum dwarf2_reg_rule): Remove.
12920 (struct dwarf2_frame_state): Remove defenition of `struct
12921 dwarf2_frame_state_reg'.
12922 (read_reg): Call get_frame_arch to get the architecture instead of
12923 using CURRENT_GDBARCH.
12924 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12925 DWARF2_FRAME_.
12926 (dwarf2_frame_init_reg): New function.
12927 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12928 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
12929 initialize the register state. Prefix old `enum dwarf2_reg_rule'
12930 tags with DWARF2_FRAME_.
12931 (dwarf2_frame_prev_register): Call get_frame_arch to get the
12932 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
12933 dwarf2_reg_rule' tags with DWARF2_FRAME_.
12934
12935 2004-02-06 Andrew Cagney <cagney@redhat.com>
12936
12937 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12938 (enum tui_data_type): Rename _TuiDataType.
12939 (struct tui_layout_def): Rename _TuiLayoutDef.
12940 (struct tui_source_element): Rename _TuiSourceElement.
12941 (struct tui_data_element): Rename _TuiDataElement.
12942 (struct tui_command_element): Rename _TuiCommandElement.
12943 (struct tui_locator_element): Rename _TuiLocatorElement.
12944 (union tui_which_element): Define.
12945 (struct tui_win_element): Rename _TuiWinElement.
12946 (struct tui_data_info): Rename _TuiDataInfo.
12947 (struct tui_source_info): Rename _TuiSourceInfo.
12948 (struct tui_command_info): Rename _TuiCommandInfo.
12949 (tui_initialize_static_data): Rename initializeStaticData.
12950 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12951 (tui_alloc_win_info): Rename allocWinInfo.
12952 (tui_init_generic_part): Rename initGenericPart.
12953 (tui_init_win_info): Rename initWinInfo.
12954 (tui_alloc_content): Rename allocContent.
12955 (tui_add_content_elements): Rename addContentElements.
12956 (tui_init_content_element): Rename initContentElement.
12957 (tui_free_window): Rename freeWindow.
12958 (tui_free_win_content): Rename freeWinContent.
12959 (tui_free_data_content): Rename freeDataContent.
12960 (tui_free_all_source_wins_content): Rename
12961 freeAllSourceWinsContent.
12962 (tui_del_window): Rename tuiDelWindow.
12963 (tui_del_data_windows): Rename tuiDelDataWindows.
12964 (tui_partial_win_by_name): Rename partialWinByName.
12965 (tui_win_name): Rename winName.
12966 (tui_current_layout): Rename currentLayout.
12967 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12968 (tui_term_height): Rename termHeight.
12969 (tui_set_term_height_to): Rename setTermHeightTo.
12970 (tui_term_width): Rename termWidth.
12971 (tui_set_term_width_to): Rename setTermWidthTo.
12972 (tui_set_gen_win_origin): Rename setGenWinOrigin.
12973 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
12974 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
12975 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
12976 (tui_source_windows): Rename sourceWindows.
12977 (tui_clear_source_windows): Rename clearSourceWindows.
12978 (tui_clear_source_windows_detail): Rename
12979 clearSourceWindowsDetail.
12980 (tui_clear_win_detail): Rename clearWinDetail.
12981 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
12982 (tui_default_tab_len): Rename tuiDefaultTabLen.
12983 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
12984 (tui_win_with_focus): Rename tuiWinWithFocus.
12985 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
12986 (tui_layout_def): Rename tuiLayoutDef.
12987 (tui_win_resized): Rename tuiWinResized.
12988 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
12989 (tui_next_win): Rename tuiNextWin.
12990 (tui_prev_win): Rename tuiPrevWin.
12991 (tui_add_to_source_windows): Rename addToSourceWindows.
12992 * tui/tui-winsource.c, tui/tui-win.c: Update references.
12993 * tui/tui-layout.c, tui/tui-source.c: Ditto.
12994 * tui/tui-stack.c, tui/tui-io.c: Ditto.
12995 * tui/tui.c, tui/tui-data.c: Ditto.
12996 * tui/tui-interp.c, tui/tui-data.c: Ditto.
12997 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
12998
12999 * tui/tui-source.h: Update copyright. Include "tui-data.h".
13000 (struct symtab): Declare.
13001 (tui_set_source_content): Rename tuiSetSourceContent.
13002 (tui_show_symtab_source): Rename tuiShowSource.
13003 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
13004 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
13005 * tui/tui-source.c: Update copyright. Update references.
13006 * tui/tui-win.c, tui/tui-winsource.c: Update references.
13007 * tui/tui-stack.c: Update references.
13008
13009 * tui/tui-win.h: Update copyright. Include "tui-data.h".
13010 (struct tui_win_info): Declare.
13011 (tui_scroll_forward): Rename tuiScrollForward.
13012 (tui_scroll_backward): Rename tuiScrollBackward.
13013 (tui_scroll_left): Rename tuiScrollLeft.
13014 (tui_scroll_right): Rename tuiScrollRight.
13015 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
13016 (tui_resize_all): Rename tuiResizeAll.
13017 (tui_refresh_all_win): Rename tuiRefreshAll.
13018 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
13019 * tui/tui-layout.c, * tui/tui-io.c: Update references.
13020 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
13021 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
13022
13023 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
13024 (tui_erase_data_content): Rename tuiEraseDataContent.
13025 (tui_display_all_data): Rename tuiDisplayAllData.
13026 (tui_check_data_values): Rename tuiCheckDataValues.
13027 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
13028 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
13029 (tui_first_data_element_no_in_line): Rename
13030 tuiFirstDataElementNoInLine.
13031 (tui_delete_data_content_windows): Rename
13032 tuiDeleteDataContentWindows.
13033 (tui_refresh_data_win): Rename tuiRefreshDataWin.
13034 (tui_display_data_from): Rename tuiDisplayDataFrom.
13035 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
13036 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
13037 * tui/tui-win.c, tui/tui-regs.c: Update references.
13038 * tui/tui-layout.c, tui/tui.c: Update references.
13039
13040 * tui/tui-wingeneral.h: Update copyright.
13041 (m_allBeVisible): Delete macro.
13042 (m_allBeInvisible): Delete macro.
13043 (struct tui_gen_win_info): Declare.
13044 (struct tui_win_info): Declare.
13045 (tui_unhighlight_win): Rename unhighlightWin.
13046 (tui_make_visible, tui_make_invisible): Replace makeVisible.
13047 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
13048 (tui_make_window): Rename makeWindow.
13049 (tui_copy_win): Rename copyWin.
13050 (tui_box_win): Rename boxWin.
13051 (tui_highlight_win): Rename highlightWin.
13052 (tui_check_and_display_highlight_if_needed): Rename
13053 checkAndDisplayHighlightIfNeeded.
13054 (tui_refresh_all): Rename refreshAll.
13055 (tui_delete_win): Rename tuiDelwin.
13056 (tui_refresh_win): Rename tuiRefreshWin.
13057 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
13058 (tui_make_visible, tui_make_invisible): New functions.
13059 (tui_make_all_visible, tui_make_all_invisible): New functions.
13060 (make_all_visible): Rename makeAllVisible.
13061 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
13062 * tui/tui-data.c, tui/tui-winsource.c: Update references.
13063 * tui/tui-windata.c, tui/tui-win.c: Update references.
13064 * tui/tui-regs.c, tui/tui-layout.c: Update references.
13065 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
13066
13067 2004-02-06 Mark Kettenis <kettenis@gnu.org>
13068
13069 * proc-api.c (write_with_trace): Initialize local variable to
13070 silence compiler warning.
13071
13072 2004-02-06 Andrew Cagney <cagney@redhat.com>
13073
13074 * tui/tui-source.h: Do not include "defs.h".
13075 (struct tui_win_info): Declare.
13076 (tui_set_source_content_nil): Declare.
13077 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
13078 (union tui_line_or_address): Rename _TuiLineOrAddress.
13079 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
13080 (tui_update_source_window): Rename tuiUpdateSourceWindow.
13081 (tui_update_source_window_as_is): Rename
13082 tuiUpdateSourceWindowAsIs.
13083 (tui_update_source_windows_with_addr): Rename
13084 tuiUpdateSourceWindowsWithAddr.
13085 (tui_update_source_windows_with_line): Rename
13086 tuiUpdateSourceWindowsWithLine.
13087 (tui_clear_source_content): Rename tuiClearSourceContent.
13088 (tui_erase_source_content): Rename tuiEraseSourceContent.
13089 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
13090 (tui_show_source_content): Rename tuiShowSourceContent.
13091 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
13092 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
13093 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
13094 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
13095 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
13096 (tui_update_exec_info): Rename tuiUpdateExecInfo.
13097 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
13098 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
13099 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
13100 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
13101 (struct tui_win_info): Declare.
13102 * tui/tui-stack.c: Update references.
13103 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
13104 * tui/tui-win.c, tui/tui-source.c: Ditto.
13105 * tui/tui.c, tui/tui-disasm.c: Ditto.
13106
13107 2004-02-06 Mark Kettenis <kettenis@gnu.org>
13108
13109 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
13110 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
13111
13112 2004-02-05 Mark Kettenis <kettenis@gnu.org>
13113
13114 * infrun.c (handle_inferior_event): Allow for breakpoint
13115 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
13116 and SIGEMT. Update comments.
13117 * NEWS (Revised SPARC target): Mention support for non-executable
13118 stack.
13119
13120 2004-02-04 Mark Kettenis <kettenis@gnu.org>
13121
13122 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
13123 * inftarg.c: Update copyright year.
13124 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
13125 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
13126 (sparc_xfer_wcookie): New function.
13127 * sparc-tdep.c (sparc_fetch_wcookie): New function.
13128 * Makefile.in (sparc-nat.o): Update dependencies.
13129 * config/sparc/nm-nbsd.h: Include "target.h".
13130 (NATIVE_XFER_WCOOKIE): New define.
13131 (sparc_xfer_wcookie): New prototype.
13132
13133 2004-02-04 Andrew Cagney <cagney@redhat.com>
13134
13135 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
13136 SYSCALL_TRAP function.
13137 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
13138
13139 2004-02-04 Andrew Cagney <cagney@redhat.com>
13140 Daniel Jacobowitz <drow@mvista.com>
13141
13142 * objfiles.h: Delete comments refering to inside_entry_func and
13143 DEPRECATED_FRAME_CHAIN_VALID.
13144 * defs.h (inside_entry_func): Update prototype..
13145 * blockframe.c (inside_entry_func): Rename to
13146 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
13147 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
13148
13149 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
13150
13151 * breakpoint.c (struct captured_parse_breakpoint_args): Move
13152 outside of #ifdef SOLIB_ADD region.
13153 (do_restore_lang_radix_cleanup): Ditto.
13154 (resolve_pending_breakpoint): Ditto.
13155
13156 2004-02-03 Andrew Cagney <cagney@redhat.com>
13157
13158 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
13159 (process_note_abi_tag_sections): Delete unused function.
13160 (ia64_read_fp): Delete unused function.
13161 (gdbarch_extract_struct_value_address): Delete declaration.
13162
13163 2004-02-02 Andrew Cagney <cagney@redhat.com>
13164
13165 * vax-tdep.c (vax_frame_chain): Delete call to
13166 deprecated_inside_entry_file.
13167 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
13168
13169 2004-02-02 Mark Kettenis <kettenis@gnu.org>
13170
13171 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
13172 column that's "empty" or "same value" when eliminating REG_RA
13173 rules.
13174
13175 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13176
13177 * NEWS: Add information about new pending breakpoint support.
13178
13179 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13180
13181 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
13182 and pending fields for pending breakpoint support.
13183 * breakpoint.c (breakpoint_enabled): Add check for not pending.
13184 (condition_command): Only parse condition if not a pending
13185 breakpoint.
13186 (print_one_breakpoint): Add support for pending breakpoints.
13187 (describe_other_breakpoints): Add checks to verify we are not
13188 dealing with pending breakpoints.
13189 (check_duplicates): Don't check pending breakpoints.
13190 (set_raw_breakpoint): Initialize pending flag.
13191 (do_restore_lang_radix_cleanup): New cleanup routine.
13192 (resolve_pending_breakpoint): New function.
13193 (re_enable_breakpoints_in_shlibs): Try and resolve any
13194 pending breakpoints via resolve_pending_breakpoint.
13195 (mention): Add pending breakpoint support.
13196 (parse_breakpoint_sals): Add new parameter to pass to
13197 decode_line_1 to indicate silent errors when files or functions
13198 are not found. Change all callers.
13199 (do_captured_parse_breakpoint): New function.
13200 (break_command_1): Change prototype to return an rc value and to
13201 take an optional pending breakpoint pointer. Support creating
13202 a pending breakpoint if a "not found" form of error occurs when
13203 parsing the breakpoint. Also support resolving an existing pending
13204 breakpoint and be silent if the resolution fails.
13205 (create_breakpoints): Change prototype to take pending breakpoint
13206 pointer. When resolving a pending breakpoint, use the new pointer
13207 to provide a conditional or commands added by the end-user.
13208 (delete_breakpoint): Add appropriate check for pending.
13209 (breakpoint_re_set_one): Ditto.
13210 (do_enable_breakpoint): Ditto.
13211
13212 2004-02-02 David Carlton <carlton@kealia.com>
13213
13214 * valops.c (enum oload_classification): New.
13215 (find_overload_match): Break implementation into separate
13216 functions; delete #if 0'd code; look for symbols within
13217 namespaces.
13218 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
13219 (find_oload_champ,oload_method_static,classify_oload_match): New.
13220 * cp-support.h: Add declaration for cp_func_name; update
13221 declaration for make_symbol_overload_list.
13222 * cp-support.c (cp_func_name): New.
13223 (overload_list_add_symbol): Fix comment, use
13224 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
13225 (make_symbol_overload_list): Take a function name and a namespace
13226 instead of a symbol; change implementation.
13227 (make_symbol_overload_list_using): New.
13228 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
13229
13230 2004-02-02 Fred Fish <fnf@redhat.com>
13231
13232 * main.c (gdb_stdtarg): Move definition to group with other
13233 gdb_stdtarg definitions and update copyright years.
13234 * remote-sim.c (gdb_os_write_stderr): Write output to
13235 gdb_stdtargerr stream instead of gdb_stdtarg stream.
13236 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
13237 gdb_stderr stream and update copyright years.
13238
13239 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13240
13241 * Makefile.in (mips-linux-nat.o): Update dependencies.
13242 * mips-linux-nat.c: Include mips-tdep.h.
13243
13244 2004-02-01 Roland McGrath <roland@redhat.com>
13245
13246 * sol-thread.c (sol_thread_xfer_partial): New function.
13247 (init_sol_thread_ops): Use that for to_xfer_partial hook.
13248 (init_sol_core_ops): Likewise.
13249
13250 * procfs.c (procfs_xfer_partial): New function.
13251 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
13252 * Makefile.in (procfs.o): Add $(auxv_h) dep.
13253
13254 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
13255 procfs_xfer_auxv function.
13256
13257 * procfs.c (procfs_make_note_section): If we can read
13258 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
13259 * linux-proc.c (linux_make_note_section): Likewise.
13260
13261 * auxv.h: New file.
13262 * auxv.c: New file.
13263 * Makefile.in (auxv_h): New variable.
13264 (COMMON_OBS): Add auxv.o here.
13265 (auxv.o): New target.
13266
13267 * corelow.c (core_xfer_partial): New function.
13268 (init_core_ops): Use it for core_ops.to_xfer_partial.
13269
13270 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
13271 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
13272 macro if that is defined.
13273
13274 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13275
13276 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
13277 and check the specified thread for each breakpoint.
13278 * breakpoint.h (bpstat_stop_status): Update prototype.
13279 * infrun.c (handle_inferior_event): Update calls to
13280 bpstat_stop_status.
13281
13282 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13283
13284 * Makefile.in (cli-cmds.o): Add $(readline_h).
13285
13286 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13287
13288 * cli/cli-cmds.c: Include readline.h.
13289 (complete_command): Pass the start of the last word to
13290 complete_line.
13291
13292 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13293
13294 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
13295 argument, and change first argument to a CORE_ADDR.
13296 * breakpoint.h (bpstat_stop_status): Update prototype.
13297 * infrun.c (adjust_pc_after_break): Add a new comment.
13298 (handle_inferior_event): Update calls to bpstat_stop_status.
13299
13300 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13301
13302 * breakpoint.h: Update copyright years.
13303
13304 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13305
13306 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
13307 (bpstat_stop_status): Don't decrement PC.
13308 * breakpoint.h (software_breakpoint_inserted_here_p): Add
13309 prototype.
13310 * infrun.c (adjust_pc_after_break): New function.
13311 (handle_inferior_event): Call it, early. Remove later references
13312 to DECR_PC_AFTER_BREAK.
13313 (normal_stop): Add commentary.
13314
13315 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13316
13317 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
13318 2004-01-27 double-free fix.
13319
13320 2004-01-31 Mark Kettenis <kettenis@gnu.org>
13321
13322 * sparc-tdep.c (sparc_fetch_wcookie): New function.
13323 (sparc32_frame_prev_register): Handle StackGhost.
13324 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
13325
13326 2004-01-29 Roland McGrath <roland@redhat.com>
13327
13328 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
13329 * configure: Regenerated.
13330
13331 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
13332 * Makefile.in (procfs.o): Add dep.
13333
13334 2004-01-28 Andrew Cagney <cagney@redhat.com>
13335
13336 * tui/tui-stack.h: Update copyright.
13337 (struct frame_info): Add opaque declaration.
13338 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
13339 (tui_show_locator_content): Rename tuiShowLocatorContent.
13340 (tui_show_frame_info): Rename tuiShowFrameInfo.
13341 * tui/tui-stack.c: Update copyright. Update references.
13342 * tui/tui-winsource.c: Update references.
13343 * tui/tui-win.c: Update references.
13344 * tui/tui-layout.c: Update references.
13345 * tui/tui-hooks.c: Update copyright, update references.
13346 * tui/tui.c: Update copyright, update references.
13347 * tui/tui-disasm.c: Update references.
13348
13349 2004-01-28 David Carlton <carlton@kealia.com>
13350
13351 * dwarf2read.c (add_partial_structure): Use demangled name if
13352 namespace equals "".
13353
13354 2004-01-27 Jim Blandy <jimb@redhat.com>
13355
13356 Clean up misapplied patch:
13357 * dwarf2read.c (determine_prefix): Change one of the two forward
13358 declarations for 'determine_prefix_aux' to a declaration for this.
13359 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
13360 argument to 'die_specification'.
13361
13362 * dwarf2read.c (read_func_scope): Re-indent comment.
13363
13364 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
13365
13366 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
13367 b->exp to NULL after freeing so that error during re-parsing or
13368 evaluation of expressions associated with breakpoint don't
13369 eventually lead to re-freeing of storage.
13370 Committed by Andrew Cagney.
13371
13372 2004-01-27 Andrew Cagney <cagney@redhat.com>
13373
13374 * source.c (ambiguous_line_spec): Delete undefined declaration.
13375 * m32r-rom.c (m32r_set_board_address): Delete unused function.
13376 (m32r_set_server_address, m32r_set_download_path): Ditto.
13377 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
13378
13379 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
13380
13381 * dwarf2read.c: Update calls to changed and renamed functions, and
13382 references to moved variables.
13383
13384 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
13385 language, language_defn, list_in_scope, and ftypes members.
13386 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
13387 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
13388 (baseaddr): Remove globals.
13389
13390 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
13391 (set_cu_language, die_is_declaration, die_specification)
13392 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
13393 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
13394 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
13395 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
13396
13397 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
13398 cu.list_in_scope. Don't initialize cu_header_offset.
13399 (add_partial_symbol): Add local baseaddr.
13400 (psymtab_to_symtab_1): Add local baseaddr. Use
13401 objfile->section_offsets for consistency. Don't initialize
13402 cu_header_offset; do initialize cu.header.offset and
13403 cu.list_in_scope.
13404 (read_file_scope, read_func_scope, read_lexical_block_scope)
13405 (dwarf_decode_lines, new_symbol): Add local baseaddr.
13406
13407 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
13408
13409 * PROBLEMS: Add gdb/1516.
13410
13411 2003-12-29 Robert Millan <robertmh@gnu.org>
13412
13413 Patch committed by Andrw Cagney.
13414 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
13415 * configure.tgt: Match knetbsd*-gnu.
13416
13417 2004-01-26 Andrew Cagney <cagney@redhat.com>
13418
13419 * breakpoint.c (catch_command_1): Delete #ifdef code.
13420 (catch_fork_command_1): Delete #ifdef wrapper.
13421 (catch_exec_command_1): Ditto.
13422 (catch_load_command_1): Ditto.
13423 (catch_unload_command_1): Ditto.
13424
13425 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
13426 (catch_breakpoint): Delete #if0ed function.
13427 (disable_catch_breakpoint): Ditto.
13428 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
13429 (disable_catch, enable_catch, delete_catch): Ditto.
13430
13431 2004-01-26 Andrew Cagney <cagney@redhat.com>
13432
13433 * remote.c (echo_check, quit_flag): Delete variables.
13434 (cisco_kernel_mode): Delete variable.
13435 (minitelnet_return, tty_input, escape_count): Delete variables.
13436 (remote_cisco_mode): Delete variable.
13437 (remote_cisco_open, remote_cisco_close): Delete function.
13438 (remote_cisco_mourn, remote_cisco_wait): Delete function.
13439 (init_remote_cisco_ops): Delete function.
13440 (_initialize_remote): Do not install "remote cisco" code.
13441 (read_frame): Delete cisco specific code.
13442 (remote_info_process): Delete function.
13443 (remote_wait): Delete cisco specific code.
13444 (remote_cisco_section_offsets): Delete function.
13445 (remote_cisco_objfile_relocate): Delete function.
13446 (remote_async_wait): Delete cisco specific code.
13447 (minitelnet, readtty, readsocket): Delete function.
13448
13449 2004-01-26 Andrew Cagney <cagney@redhat.com>
13450
13451 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
13452 comments mentioning extract_returned_value_address.
13453 * infcmd.c (print_return_value): Update. Add comments on
13454 extract_returned_value_address.
13455 * stack.c (return_command): Add comments on
13456 extract_returned_value_address.
13457 * values.c: Update comment.
13458 * m32r-tdep.c: Update comment.
13459 * sparc-tdep.c: Update comment.
13460 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
13461 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
13462 * sh64-tdep.c (sh64_gdbarch_init): Update.
13463 * sh-tdep.c (sh_gdbarch_init): Update.
13464 * s390-tdep.c (s390_gdbarch_init): Update.
13465 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
13466 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
13467 * m68k-tdep.c (m68k_gdbarch_init): Update.
13468 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
13469 * m32r-tdep.c (m32r_gdbarch_init): Update.
13470 * ia64-tdep.c (ia64_gdbarch_init): Update.
13471 * h8300-tdep.c (h8300_gdbarch_init): Update.
13472 * frv-tdep.c (frv_gdbarch_init): Update.
13473 * arm-tdep.c (arm_gdbarch_init): Update.
13474 * alpha-tdep.c (alpha_gdbarch_init): Update.
13475
13476 2004-01-26 Andrew Cagney <cagney@redhat.com>
13477
13478 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
13479 SYMBOL_LOCATION_FUNCS
13480 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
13481 "struct symbol_ops".
13482 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
13483 type to "struct symbol_ops".
13484 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
13485 (struct symbol): Replace ".aux_value.loc.funcs" and
13486 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
13487 (SYMBOL_OBJFILE): Delete macro.
13488 (SYMBOL_LOCATION_FUNCS): Delete macro.
13489 (SYMBOL_LOCATION_BATON): Update.
13490 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
13491 intead of SYMBOL_LOCATION_FUNCS.
13492 * ax-gdb.c (gen_var_ref): Ditto.
13493 * printcmd.c (address_info): Ditto.
13494 * findvar.c (read_var_value): Ditto.
13495 (symbol_read_needs_frame): Ditto.
13496
13497 2004-01-26 Andrew Cagney <cagney@redhat.com>
13498
13499 * dwarf2read.c (read_func_scope): Document frame-base hack.
13500
13501 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13502
13503 * infcmd.c (print_return_value): Plug memory leak; delete
13504 ui_stream object. Rename argument `structure_return' to
13505 `struct_return'.
13506
13507 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13508
13509 * infcmd.c (print_return_value): Wrap long lines.
13510 (finish_command_continuation, finish_command): Remove unused
13511 variable `funcaddr'. Fix some coding-standards problems.
13512
13513 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
13514 SECT_SIZE is large enough, not whether it's exactly the right size.
13515 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
13516 TDEP->fpregset to zero.
13517
13518 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
13519 floating-point registers for traditional NetBSD core files.
13520 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
13521 TDEP->sizeof_fpregset here.
13522
13523 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13524
13525 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
13526 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
13527 function with code split out from
13528 sparc32nbsd_sigcontext_frame_cache.
13529 (sparc32nbsd_sigcontext_frame_cache): Use
13530 sparc32nbsd_sigcontext_saved_regs.
13531 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
13532 OpenBSD.
13533 * sparcobsd-tdep.c: New file.
13534 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
13535 (sparcobsd-tdep.o): New dependency.
13536 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
13537 * config/sparc/obsd.mt: New file.
13538
13539 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
13540 TDEP->fpregset to be initialized to enable core file register
13541 sets.
13542
13543 2004-01-24 Mark Kettenis <kettenis@gnu.org>
13544
13545 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
13546 Add opaque declarations.
13547 (sparc64nbsd_sigcontext_saved_regs): New prototype.
13548 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
13549 function with code split out from
13550 sparc64nbsd_sigcontext_frame_cache.
13551 (sparc64nbsd_sigcontext_frame_cache): Use
13552 sparc64nbsd_sigcontext_saved_regs.
13553 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
13554 OpenBSD.
13555 * sparc64obsd-tdep.c: New file.
13556 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
13557 (sparc64obsd-tdep.o): New dependency.
13558 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
13559 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
13560 * config/sparc/obsd64.mt: New file.
13561
13562 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
13563 read the instruction at PC.
13564
13565 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
13566 value of GDB_OSABI_DEFAULT.
13567 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
13568 instead of GDB_OSABI_NETBSD_AOUT.
13569
13570 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
13571
13572 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
13573 copyright.
13574
13575 2004-01-23 Andrew Cagney <cagney@redhat.com>
13576
13577 * printcmd.c (display_command): Replace tui_set_display call with
13578 tui_set_layout_for_display_command.
13579 * tui/tui.h (enum tui_win_type): Define.
13580 (tui_set_layout): Delete declaration.
13581 (tui_set_layout_for_display_command): Rename set_tui_layout.
13582 * tui/tui-data.h (enum tui_layout_type): Define.
13583 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
13584 "tui.h".
13585 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
13586 (tui_default_win_height): Rename tuiDefaultWinHeight.
13587 (tui_default_win_viewport_height): Rename
13588 tuiDefaultWinViewportHeight.
13589 (tui_set_layout): RenametuiSetLayout.
13590 * tui/tui-layout.c: Update references.
13591 * tui/tui.c: Update references.
13592 * tui/tui-disasm.c: Update references.
13593
13594 2004-01-23 David Carlton <carlton@kealia.com>
13595
13596 Partial workaround for PR c++/1511:
13597 * cp-namespace.c: Include frame.h.
13598 (cp_lookup_transparent_type): New
13599 (cp_lookup_transparent_type_loop): New.
13600 * cp-support.h: Declare cp_lookup_transparent_type.
13601 * symtab.c (basic_lookup_transparent_type): Renamed from
13602 lookup_transparent_type.
13603 (lookup_transparent_type): Replace old body by a call to
13604 current_language->la_lookup_transparent_type.
13605 * symtab.h: Update copyright. Declare
13606 basic_lookup_transparent_type.
13607 * language.h: Update copyright.
13608 (struct language_defn): Add la_lookup_transparent_type.
13609 * language.c: Update copyright.
13610 (unknown_language_defn): Add basic_lookup_transparent_type.
13611 (auto_language_defn): Add basic_lookup_transparent_type.
13612 (local_language_defn): Add basic_lookup_transparent_type.
13613 * ada-lang.c: Update copyright.
13614 (ada_language_defn): Add basic_lookup_transparent_type.
13615 * c-lang.c: Update copyright.
13616 (c_language_defn): Add basic_lookup_transparent_type.
13617 (cplus_language_defn): Add basic_lookup_transparent_type.
13618 (asm_language_defn): Add basic_lookup_transparent_type.
13619 (minimal_language_defn): Add basic_lookup_transparent_type.
13620 * f-lang.c: Update copyright.
13621 (f_language_defn): Add basic_lookup_transparent_type.
13622 * jv-lang.c: Update copyright.
13623 (java_language_defn): Add basic_lookup_transparent_type.
13624 * m2-lang.c: Update copyright.
13625 (m2_language_defn): Add basic_lookup_transparent_type.
13626 * objc-lang.c: Update copyright.
13627 (objc_language_defn): Add basic_lookup_transparent_type.
13628 * p-lang.c: Update copyright.
13629 (p_language_defn): Add basic_lookup_transparent_type.
13630 * scm-lang.c: Update copyright.
13631 (scm_language_defn): Add basic_lookup_transparent_type.
13632 * Makefile.in (cp-namespace.o): Depend on frame.h.
13633
13634 2004-01-23 David Carlton <carlton@kealia.com>
13635
13636 Patch for PR c++/1520:
13637 * dwarf2read.c (read_func_scope): Set processing_current_prefix
13638 properly if we have a specification die.
13639 (determine_prefix_aux): Rename from determine_prefix.
13640 (determine_prefix): Like the old determine_prefix, but never
13641 returns NULL.
13642
13643 2004-01-23 Theodore A. Roth <troth@openavr.org>
13644
13645 * avr-tdep.c: Update copyright.
13646 (avr_iaddr_p): Delete unused function.
13647 (avr_saddr_p): Delete unused function.
13648
13649 2004-01-23 David Carlton <carlton@kealia.com>
13650
13651 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
13652 Fix for PR symtab/1534.
13653
13654 2004-01-23 Mark Kettenis <kettenis@gnu.org>
13655
13656 * NEWS (New native configurations): Mention OpenBSD/sparc and
13657 OpenBSD/sparc64.
13658 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
13659 * configure.host: Likewise.
13660 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
13661 handler for OpenBSD.
13662 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
13663
13664 2004-01-22 Mark Kettenis <kettenis@gnu.org>
13665
13666 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
13667 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
13668
13669 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
13670 * cli/cli-cmds.c (shell_escape): Likewise.
13671
13672 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
13673 OpenBSD .note.openbsd.ident sections.
13674
13675 2004-01-22 David Carlton <carlton@kealia.com>
13676
13677 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
13678 get_scope_pc_bounds.
13679 (read_file_scope): Ditto.
13680 (get_scope_pc_bounds): New function, produced by extracting code
13681 from the above two functions, consolidating it, and adding support
13682 for DW_TAG_namespace.
13683
13684 2004-01-22 Mark Kettenis <kettenis@gnu.org>
13685
13686 * osabi.c (MAX_NOTESZ): New define.
13687 (check_note): New function.
13688 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
13689 check_note.
13690
13691 2004-01-21 Roland McGrath <roland@redhat.com>
13692
13693 * MAINTAINERS (write after approval): Add myself.
13694
13695 2004-01-21 Eli Zaretskii <eliz@gnu.org>
13696
13697 * utils.c (init_page_info): Move declarations of `rows' and
13698 `cols' before the __GO32__-specific code. Move the closing brace
13699 outside the #ifdef __GO32__..#endif block.
13700 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
13701
13702 2004-01-21 Paul Brook <paul@codesourcery.com>
13703
13704 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
13705 BPSTAT_WHAT_CHECK_SHLIBS.
13706
13707 2004-01-21 Paul Brook <paul@codesourcery.com>
13708
13709 * MAINTAINERS: Add myself to write-after-approval.
13710
13711 2004-01-20 Andrew Cagney <cagney@redhat.com>
13712
13713 * ax-gdb.c (print_axs_value): Delete unused function.
13714 * jv-lang.c (java_lookup_type): Delete unused function.
13715 * cli/cli-dump.c (dump_filetype): Delete unused function.
13716 * remote-mips.c (remote_mips_insert_hw_breakpoint)
13717 (remote_mips_remove_hw_breakpoint): Delete unused functions.
13718 (mips_getstring): Delete unused function.
13719 (pmon_insert_breakpoint): Delete #if0ed function.
13720 (PMON_MAX_BP): Delete #if0ed MACRO.
13721 (mips_pmon_bp_info): Delete #if0ed variable.
13722 (pmon_remove_breakpoint): Delete #if0ed function.
13723 * monitor.c (monitor_write_even_block): Delete unused function.
13724 (monitor_write_memory_block): Delete #if0ed code.
13725 * dink32-rom.c (dink32_load): Delete unused function.
13726 (_initialize_dink32_rom): Delete #if0ed code.
13727 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
13728
13729 * tui/tui-command.c: Update references.
13730 * tui/tui-io.c: Update references.
13731 * tui/tui-command.h: Update copyright.
13732 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
13733
13734 * source.c (ambiguous_line_spec): Delete never-defined function.
13735 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
13736 * gdbtypes.c (add_name, add_mangled_type): Ditto.
13737 * cli/cli-cmds.c (validate_comname): Ditto.
13738
13739 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
13740 "tui-data.h".
13741 (tui_set_disassem_content): Rename tuiSetDisassemContent.
13742 (tui_show_disassem): Rename tuiShowDisassem.
13743 (tui_show_disassem_and_update_source): Rename
13744 tuiVerticalDisassemScroll.
13745 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13746 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13747 * tui/tui.h: Update copyright.
13748 (enum tui_status): Define.
13749 * tui/tui-data.h (enum tui_scroll_direction): Define.
13750 * tui/tui-disasm.c: Update copyright. Update references.
13751 * tui/tui-winsource.c: Update copyright. Update references.
13752 * tui/tui-win.c: Update references.
13753 * tui/tui-layout.c: Update references.
13754
13755 2004-01-20 Andrew Cagney <cagney@redhat.com>
13756
13757 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
13758 sym2 to start of block.
13759
13760 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
13761
13762 * MAINTAINERS: Delete mmalloc.
13763 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
13764 * NEWS: Mention removal of --with-malloc.
13765 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13766 * config.in: Regenerate.
13767 * configure: Regenerate.
13768 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13769 USE_MMALLOC, MMCHECK_FORCE.
13770 * gdbinit.in: Remove mmalloc.
13771 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13772 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13773 * config/i386/go32.mh: Likewise.
13774 * config/i386/interix.mh: Likewise.
13775 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13776
13777 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
13778
13779 * linespec.c (decode_variable, symtab_from_filename): Call
13780 error_silent with error message instead of throwing an exception
13781 directly.
13782 * defs.h (error_silent, error_output_message): Add prototypes.
13783 (catch_exceptions_with_msg): Ditto.
13784 * utils.c (error_silent, error_output_message): New functions.
13785 * top.c (catch_exceptions_with_msg): New function.
13786
13787 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
13788
13789 * mi/mi-cmds.h (enum print_values): Add definition.
13790
13791 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13792 type and value for simple data types and just the name and type
13793 for complex ones, if required.
13794
13795 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13796 children, if required.
13797
13798 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13799
13800 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13801 unused declarations.
13802
13803 2004-01-19 Andrew Cagney <cagney@redhat.com>
13804
13805 * top.h (mapped_symbol_files): Delete declaration.
13806 * main.c (captured_main): Delete option "m" and "mapped".
13807 * objfiles.c (mapped_symbol_files): Delete variable.
13808 * symfile.c (symbol_file_command): Delete mmap code.
13809 (symbol_file_add_with_addrs_or_offsets): Ditto.
13810 (add_symbol_file_command, reread_separate_symbols): Ditto.
13811 * objfiles.h (OBJF_MAPPED): Delete.
13812 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13813 (free_objfile) [USE_MMALLOC]: Ditto.
13814 (open_existing_mapped_file): Delete function.
13815 (open_mapped_file): Delete function.
13816 (map_to_file): Delete function.
13817
13818 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13819
13820 * infrun.c (step_into_function): Account for possible breakpoint
13821 adjustment when computing ``stop_func_start''.
13822
13823 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13824
13825 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13826 the region size against the size of a pointer, not the size of
13827 a register as given by DEPRECATED_REGISTER_SIZE.
13828
13829 2004-01-19 Andrew Cagney <cagney@redhat.com>
13830
13831 * tui/tui-regs.h: Include "tui-data.h".
13832 (tuiFirstRegElementNoInLine): Delete declaration.
13833 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13834 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13835 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13836 (tui_calculate_regs_column_count): Rename
13837 tuiCalculateRegsColumnCount.
13838 (tui_check_register_values): Rename tuiCheckRegisterValues.
13839 (tui_show_registers): Rename tuiShowRegisters.
13840 (tui_display_registers_from_line): Rename
13841 tuiDisplayRegistersFromLine.
13842 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13843 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13844 (tui_first_reg_element_no_inline): Rename
13845 tuiFirstRegElementNoInLine.
13846 * tui/tui-data.h: Update copyright.
13847 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13848 * tui/tui-windata.c: Update copyright, update references.
13849 * tui/tui-regs.c: Update copyright, update references.
13850 * tui/tui-win.c: Update copyright, update references.
13851 * tui/tui-layout.c: Update copyright, update references.
13852
13853 2004-01-18 Andrew Cagney <cagney@redhat.com>
13854
13855 * tui/tui-io.c: Update copyright.
13856 (key_is_end_sequence, key_is_backspace): New functions.
13857 (key_is_command_char, key_is_start_sequence): New function.
13858 (tui_getc): Update references.
13859 * tui/tui-io.h: Update copyright.
13860 (m_tuiStartNewLine): Delete macro.
13861 (m_isBackspace, m_isDeleteChar): Delete macros.
13862 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13863 (m_isNextPage, m_isPrevPage): Delete macros.
13864 (m_isLeftArrow, m_isRightArrow): Delete macros.
13865 (m_isXdbStyleCommandChar): Delete macro.
13866 (key_is_start_sequence): Declare, replace m_isStartSequence.
13867 (key_is_end_sequence): Declare, replace m_isEndSequence.
13868 (key_is_backspace): Declare ,replace m_isBackspace.
13869 (key_is_command_char): Declare, replace m_isCommandChar.
13870 * tui/tui-command.c: Update copyright.
13871 (tuiDispatchCtrlChar): Update references.
13872
13873 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13874 tuiSourceWin.h.
13875
13876 * tui/tui-command.c: Rename tui/tuiCommand.c.
13877 * tui/tui-command.h: Rename tui/tuiCommand.h.
13878 * tui/tui-data.c: Rename tui/tuiData.c.
13879 * tui/tui-data.h: Rename tui/tuiData.h.
13880 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13881 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13882 * tui/tui-io.c: Rename tui/tuiIO.c.
13883 * tui/tui-io.h: Rename tui/tuiIO.h.
13884 * tui/tui-layout.c: Rename tui/tuiLayout.c.
13885 * tui/tui-layout.h: Rename tui/tuiLayout.h.
13886 * tui/tui-regs.c: Rename tui/tuiRegs.c.
13887 * tui/tui-regs.h: Rename tui/tuiRegs.h.
13888 * tui/tui-source.c: Rename tui/tuiSource.c.
13889 * tui/tui-source.h: Rename tui/tuiSource.h.
13890 * tui/tui-stack.c: Rename tui/tuiStack.c.
13891 * tui/tui-stack.h: Rename tui/tuiStack.h.
13892 * tui/tui-win.c: Rename tui/tuiWin.c.
13893 * tui/tui-win.h: Rename tui/tuiWin.h.
13894 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13895 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13896 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13897 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13898 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13899 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13900 * tui/tui-file.c: Update includes.
13901 * tui/tui-hooks.c: Update includes.
13902 * tui/tui-interp.c: Update includes.
13903 * tui/tui.c: Update includes.
13904 * Makefile.in: Update all tui/ dependencies.
13905 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13906
13907 * Makefile.in: Update copyright. Update dependencies.
13908
13909 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13910 problem.
13911
13912 2004-01-18 Andrew Cagney <cagney@redhat.com>
13913
13914 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13915 instead of register_gdbarch_init.
13916
13917 * remote-sds.c (tohex): Delete unused function. Update copyright.
13918 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13919 * v850-tdep.c (v850_register_virtual_size): Ditto.
13920 * target.c (normal_target_post_startup_inferior): Ditto.
13921 * source.c (ambiguous_line_spec): Ditto.
13922 * remote.c (adapt_remote_get_threadinfo): Ditto.
13923 * mi/mi-out.c (out_field_fmt): Ditto.
13924 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13925 (output_control_change_notification): Ditto.
13926 * m68k-tdep.c (m68k_register_byte): Ditto.
13927 (m68k_remote_breakpoint_from_pc): Ditto.
13928 * ui-out.c (init_ui_out_state): Delete unused declaration.
13929 * stabsread.c (search_value): Ditto.
13930 * mi/mi-cmd-env.c (env_cli_command): Ditto.
13931 * maint.c (print_section_table): Ditto.
13932 * infrun.c (set_follow_fork_mode_command): Ditto.
13933
13934 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13935
13936 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13937 DW_CFA_def_cfa_exporession. Add support for
13938 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13939 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13940
13941 2004-01-18 Andrew Cagney <cagney@redhat.com>
13942
13943 * ocd.c: Update copyright.
13944 (bdm_read_register_command): Delete unused function.
13945 (_initialize_remote_ocd): Delete commented out reference.
13946 (get_quoted_char, reset_packet): Delete #if0ed function.
13947 (output_packet, put_quoted_char): Delete #if0ed function.
13948 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13949 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13950 (BDM_BREAKPOINT): Delete #if0ed macro.
13951 (remote_timeout): Delete #if0ed variable.
13952
13953 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13954
13955 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13956 (core-sol2.o): Remove dependency.
13957 * core-sol2.c: Remove file.
13958
13959 2004-01-17 Andrew Cagney <cagney@redhat.com>
13960
13961 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13962 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13963 enums.
13964
13965 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13966
13967 * remote.c: Update copyright years.
13968
13969 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13970
13971 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13972
13973 2004-01-17 Andrew Cagney <cagney@redhat.com>
13974
13975 * mdebugread.c: Update copyright.
13976 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13977 (parse_type, parse_procedure): Ditto.
13978 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
13979
13980 * cris-tdep.c (cris_store_struct_return): Put back accidently
13981 deleted function.
13982
13983 * gdbarch.sh: Update copyright year.
13984 * gdbarch.h, gdbarch.c: Re-generate.
13985
13986 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13987
13988 Suggested by George Anzinger.
13989 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
13990 correct stack offset. Include unknown opcode numbers in the error
13991 message.
13992
13993 2004-01-17 Andrew Cagney <cagney@redhat.com>
13994
13995 * x86-64-tdep.c (x86_64_init_abi): No need to clear
13996 extract_struct_value_address, i386 does not set it.
13997 * sparc64-tdep.c (sparc64_init_abi): Do not set
13998 extract_struct_value_address, never called.
13999 (sparc64_extract_struct_value_address): Delete function.
14000 * m68hc11-tdep.c: Update copyright.
14001 (m68hc11_gdbarch_init): Delete redundant assignment of
14002 extract_struct_value_address.
14003 * i386-tdep.c: Update copyright.
14004 (i386_gdbarch_init): Do not set extract_struct_value_address,
14005 never called.
14006 (i386_extract_struct_value_address): Delete function.
14007 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
14008 extract_struct_value_address, never called.
14009 (sparc32_extract_struct_value_address): #if 0 function. Add
14010 comments explaining its future.
14011
14012 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
14013
14014 * arm-tdep.c (arm_write_pc): New function.
14015 (arm_gdbarch_init): Call set_gdbarch_write_pc.
14016
14017 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
14018
14019 * breakpoint.c (must_shift_inst_regs): Delete.
14020 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
14021 and SHIFT_INST_REGS.
14022 * infcmd.c (step_1, step_1_continuation): Delete references to
14023 SHIFT_INST_REGS.
14024 * infrun.c (keep_going): Likewise.
14025 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
14026 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
14027
14028 2004-01-17 Andrew Cagney <cagney@redhat.com>
14029
14030 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
14031 * gdbarch.h, gdbarch.c: Re-generate.
14032 * infcmd.c (print_return_value): Delete reference to
14033 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
14034
14035 * cris-tdep.c (cris_gdbarch_init): Do not set
14036 deprecated_extract_struct_value_address.
14037
14038 * xstormy16-tdep.c: Update copyright.
14039 (xstormy16_extract_struct_value_address): Update to current
14040 extract struct value address interface.
14041 (xstormy16_gdbarch_init): Set extract_struct_value_address.
14042 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
14043 current extract struct value address interface.
14044 (sh64_gdbarch_init): Set extract_struct_value_address.
14045
14046 * cris-tdep.c: Update copyright.
14047 (cris_extract_struct_value_address): Delete function.
14048 (struct_return_address): Delete variable.
14049 (cris_store_struct_return): Do not set struct_return_address.
14050
14051 * mcore-tdep.c: Update copyright.
14052 (mcore_extract_struct_value_address): Delete function. Update
14053 comments.
14054 (mcore_gdbarch_init): Update.
14055 * mn10300-tdep.c: Update copyright.
14056 (mn10300_extract_struct_value_address): Delete function.
14057 (mn10300_gdbarch_init): Update.
14058 * v850-tdep.c: Update copyright.
14059 (v850_extract_struct_value_address): Delete.
14060 (v850_gdbarch_init): Update.
14061 * ns32k-tdep.c: Update copyright.
14062 (ns32k_extract_struct_value_address): Delete.
14063 (ns32k_gdbarch_init): Update.
14064 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
14065 (hppa_gdbarch_init): Update.
14066 * vax-tdep.c: Update copyright.
14067 (vax_extract_struct_value_address): Delete.
14068 (vax_gdbarch_init): Update.
14069
14070 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
14071 * gdbarch.h, gdbarch.c: Re-generate.
14072 * procfs.c (procfs_fetch_registers): Delete reference to
14073 DEPRECATED_NPC_REGNUM.
14074 (procfs_store_registers): Ditto.
14075 * regcache.c (generic_target_write_pc): Simplify.
14076 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
14077
14078 * core-sol2.c (fetch_core_registers): Replace
14079 DEPRECATED_NPC_REGNUM with equivalent tdep value.
14080
14081 * hppa-tdep.c: Update copyright year.
14082 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
14083 NPC_REGNUM.
14084 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
14085
14086 * mips-tdep.c (mips_write_pc): New function.
14087 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
14088 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
14089 (mips_find_saved_regs, mips_software_single_step: Ditto.
14090 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
14091 mips_init_extra_frame_info, mips_pop_frame): Ditto.
14092
14093 2004-01-17 Andrew Cagney <cagney@redhat.com>
14094
14095 * mips-tdep.c: Re-indent. Group functions by ABI.
14096
14097 2004-01-17 Andrew Cagney <cagney@redhat.com>
14098
14099 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
14100 * gdbarch.c: Re-generate.
14101 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14102 DECR_PC_AFTER_BREAK to zero.
14103 * vax-tdep.c (vax_gdbarch_init): Ditto.
14104 * v850-tdep.c (v850_gdbarch_init): Ditto.
14105 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14106 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14107 * sh-tdep.c (sh_gdbarch_init): Ditto.
14108 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14109 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14110 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14111 * mips-tdep.c (mips_gdbarch_init): Ditto.
14112 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14113 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14114 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14115 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14116 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
14117 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14118 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14119 * frv-tdep.c (frv_gdbarch_init): Ditto.
14120 * cris-tdep.c (cris_gdbarch_init): Ditto.
14121 * avr-tdep.c (avr_gdbarch_init): Ditto.
14122 * arm-tdep.c (arm_gdbarch_init): Ditto.
14123 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
14124
14125 2004-01-17 J. Brobecker <brobecker@gnat.com>
14126
14127 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
14128 Delete, no longer used.
14129 (read_subrange_type): New function, mostly extracted from
14130 read_array_type().
14131 (read_array_type): Replace extracted code by call to
14132 read_subrange_type().
14133 (dwarf2_get_attr_constant_value): New function.
14134 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
14135 (add_partial_symbol): Likewise.
14136 (process_die): Likewise.
14137 (new_symbol): Likewise.
14138 (read_type_die): Likewise.
14139
14140 2004-01-16 Andrew Cagney <cagney@redhat.com>
14141
14142 * symfile.c: Update copyright year.
14143 (compare_symbols): Delete unused function.
14144 * stabsread.c: Update copyright year.
14145 (lrs_general_complaint): Delete unused function.
14146 (ref_search_value): Ditto.
14147 (get_substring): Delete declaration.
14148 * sh64-tdep.c: Update copyright year.
14149 (sh64_get_gdb_regnum): Delete unused function.
14150 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
14151 Delete unused function.
14152
14153 2004-01-17 Mark Kettenis <kettenis@gnu.org>
14154
14155 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
14156 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
14157
14158 2004-01-16 Andrew Cagney <cagney@redhat.com>
14159
14160 Changes from Peter Schauer.
14161 * rs6000-tdep.c: Update copyright year.
14162 (rs6000_push_dummy_call): Update the stack pointer before
14163 accessing the corresponding stack region.
14164 * rs6000-nat.c: Update copyright year.
14165 (set_host_arch): Set "info.abfd" to "exec_bfd".
14166
14167 2004-01-15 Mark Kettenis <kettenis@gnu.org>
14168
14169 * blockframe.c: Update copyright year.
14170 (inside_entry_func): Don't treat a zero PC specially.
14171
14172 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
14173
14174 * gcore.c (gcore_copy_callback): Use paddr_d to print size
14175 variable.
14176 (gcore_create_callback): Ditto. Skip any memory segment that has
14177 no permissions set.
14178
14179 2004-01-14 David Carlton <carlton@kealia.com>
14180
14181 Change symbols for C++ nested types to contain the fully qualified
14182 name, if possible. (At least in the DWARF-2 case.) Partial fix
14183 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
14184 c++/895.
14185 * c-exp.y (qualified_type): Handle types nested within classes.
14186 * cp-namespace.c: Update comments.
14187 (cp_set_block_scope): Delete #if 0.
14188 (cp_lookup_nested_type): Handle types nested within classes.
14189 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
14190 when appropriate.
14191 (add_partial_symbol): Add the name of the enclosing namespace to
14192 types.
14193 (pdi_needs_namespace): New.
14194 (add_partial_namespace): Tweak comment.
14195 (add_partial_structure): New.
14196 (psymtab_to_symtab_1): Initialize processing_current_prefix
14197 here...
14198 (process_die): instead of here.
14199 (read_structure_scope): Try to figure out the name of the class or
14200 namespace that the structure might be defined within.
14201 (read_enumeration): Generate fully-qualified names, if possible.
14202 (read_namespace): Don't set name to NULL.
14203 (die_specification): New.
14204 (new_symbol): Generate fully-qualified names for types.
14205 (read_type_die): Determine appropriate prefix.
14206 (determine_prefix): New.
14207 (typename_concat): New.
14208 (class_name): New.
14209 * valops.c (value_aggregate_elt): Pass NOSIDE to
14210 value_struct_elt_for_reference.
14211 (value_struct_elt_for_reference): Make static, add NOSIDE
14212 parameter, call value_maybe_namespace_elt as a last resort.
14213 (value_namespace_elt): Break out code into
14214 value_maybe_namespace_elt.
14215 (value_maybe_namespace_elt): New.
14216
14217 2004-01-12 Andrew Cagney <cagney@redhat.com>
14218
14219 * mips-tdep.c (mips_convert_register_p): Handle both raw and
14220 cooked floating-point registers.
14221 (mips_gdbarch_init): Set convert_register_p, register_to_value,
14222 and value_to_register.
14223
14224 2004-01-13 Andrew Cagney <cagney@redhat.com>
14225
14226 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
14227 * gdbarch.c: Re-generate.
14228 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14229 FUNCTION_START_OFFSET.
14230 * v850-tdep.c (v850_gdbarch_init): Ditto.
14231 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14232 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14233 * sh-tdep.c (sh_gdbarch_init): Ditto.
14234 * s390-tdep.c (s390_gdbarch_init): Ditto.
14235 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14236 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14237 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14238 * mips-tdep.c (mips_gdbarch_init): Ditto.
14239 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14240 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
14241 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14242 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14243 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14244 * i386-tdep.c (i386_gdbarch_init): Ditto.
14245 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14246 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14247 * frv-tdep.c (frv_gdbarch_init): Ditto.
14248 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
14249 * cris-tdep.c (cris_gdbarch_init): Ditto.
14250 * avr-tdep.c (avr_gdbarch_init): Ditto.
14251 * arm-tdep.c (arm_gdbarch_init): Ditto.
14252 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
14253
14254 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
14255
14256 * infrun.c (follow_fork_mode_ask): Remove.
14257 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
14258 (follow_fork): Simplify and remove internal error for
14259 follow_fork_mode_ask.
14260 (_initialize_infrun): Update "set follow-fork-mode" help text.
14261
14262 2004-01-13 Andrew Cagney <cagney@redhat.com>
14263
14264 * configure.in: Update copyright year.
14265 (build_warnings): Add -Wunused-label.
14266 * configure: Re-generate.
14267
14268 2004-01-12 Andrew Cagney <cagney@redhat.com>
14269
14270 * exec.h (exec_ops): Make "extern".
14271
14272 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
14273 the function is void.
14274 (mips_pseudo_register_write): Ditto.
14275
14276 2004-01-12 Andrew Cagney <cagney@redhat.com>
14277
14278 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
14279 call. Never defined.
14280 * sparc-tdep.h (struct frame_info): Add opaque declaration.
14281 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
14282 (struct sparc_gregset, struct regcache): Ditto.
14283 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
14284
14285 2004-01-12 Andrew Cagney <cagney@redhat.com>
14286
14287 * mi/ChangeLog: Delete file. Renamed to ...
14288 * mi/ChangeLog-1999-2003: New file.
14289 * tui/ChangeLog: Delete file. Renamed to ...
14290 * tui/ChangeLog-1998-2003: New file.
14291
14292 2004-01-11 Mark Kettenis <kettenis@gnu.org>
14293
14294 * sparc64nbsd-tdep.c: Include "regset.h".
14295 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
14296 Remove variables.
14297 (fetch_core_registers): Remove function.
14298 (sparc64nbsd_core_fns): Remove variable.
14299 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
14300 functions.
14301 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
14302 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14303 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
14304
14305 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
14306 sparc_extract_struct_value_address.
14307 (sparc32_gdbarch_init): Set extract_struct_value_address.
14308 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
14309 function.
14310 (sparc64_init_abi): Set extract_struct_value_address. Don't set
14311 return_value_on_stack.
14312
14313 * NEWS: Mention that %cs and %ss have been added to the AMD64
14314 configurations
14315
14316 * frame.c: Update copyright year.
14317 (get_prev_frame): Improve comment.
14318
14319 * sparc64fbsd-tdep.c: Include "regset.h".
14320 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14321 Remove variables.
14322 (fetch_core_registers): Remove function.
14323 (sparc64fbsd_core_fns): Remove variable.
14324 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
14325 functions.
14326 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
14327 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14328 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
14329
14330 * sparcnbsd-tdep.c: Include "regset.h".
14331 (fetch_core_registers): Remove function.
14332 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
14333 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
14334 functions.
14335 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
14336 TDEP->fpregset.
14337 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
14338
14339 * sparc-tdep.h (struct regset): Provide opaque declaration.
14340 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
14341 fpregset and sizeof_fpregset members.
14342 * sparc-tdep.c (struct regset): Provide opaque declaration.
14343 (sparc_regset_from_core_section): New function.
14344 (sparc32_gdbarch_init): Initialize TDEP->gregset,
14345 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
14346 Set regset_from_core_section when appropriate.
14347
14348 2004-01-10 Mark Kettenis <kettenis@gnu.org>
14349
14350 * x86-64-tdep.c (amd64_non_pod_p): New function.
14351 (amd64_classify_aggregate): Return class memory for non-POD
14352 C++ structure types.
14353
14354 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
14355 argument. Use it to reserve a register if necessary.
14356 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
14357 amd64_push_arguments.
14358
14359 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
14360
14361 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
14362 register numbers in comments.
14363 * x86-64-tdep.h: Update copyright year.
14364 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
14365 Adjust for addition of %cs and %ss.
14366 * amd64fbsd-nat.c: Update copyright year.
14367 (reg_offset): Add register offsets for %cs and %ss.
14368 * amd64fbsd-tdep.c: Update copyright year.
14369 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
14370 (amd64fbsd_sc_reg_offset): Likewise.
14371 * x86-64-linux-nat.c: Update copyright year.
14372 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
14373 and %ss.
14374 * amd64nbsd-nat.c: Update copyright year.
14375 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
14376 * amd64nbsd-tdep.c: Update copyright year.
14377 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
14378 * x86-64-linux-tdep.c: Update copyright year.
14379 (user_to_gdb_regmap): Add mapping for %cs and %ss.
14380 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
14381 * regformats/reg-x86-64.dat: Add %cs and %ss.
14382
14383 * blockframe.c (inside_entry_func): Reformat. Introduce new local
14384 variables to prevent long lines. Update comments to reflect
14385 reality.
14386
14387 2004-01-09 David Carlton <carlton@kealia.com>
14388
14389 Checked in by Elena Zannoni <ezannoni@redhat.com>.
14390 * dwarf2read.c (read_namespace): Pull out name-generating code
14391 into namespace_name. Rename previous_namespace to previous_prefix
14392 and processing_current_namespace to processing_current_prefix..
14393 (namespace_name): New function.
14394 (add_partial_symbol): Substitute uses of pdi->name with
14395 actual_name.
14396 * cp-support.h: Rename processing_current_namespace to
14397 processing_current_prefix.
14398 Update copyright year.
14399 * cp-namespace.c: Rename processing_current_namespace to
14400 processing_current_prefix.
14401 Update copyright year.
14402
14403 2004-01-09 Andrew Cagney <cagney@redhat.com>
14404
14405 * jv-valprint.c, ser-unix.c: Add missing copyright years.
14406
14407 2004-01-09 Mark Kettenis <kettenis@gnu.org>
14408
14409 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
14410 complaining.
14411 (process_one_symbol): Deal with N_PATCH stabs.
14412
14413 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
14414
14415 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
14416 ifdeffed code.
14417 Update copyright year.
14418
14419 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14420
14421 * config/pa/tm-hppa.h: Update extern declarations for
14422 hppa32_hpux_frame_saved_pc_in_sigtramp,
14423 hppa32_hpux_frame_base_before_sigtramp, and
14424 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
14425
14426 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14427
14428 * config/pa/tm-hppah.h: Update copyright years.
14429
14430 2004-01-08 Andrew Cagney <cagney@redhat.com>
14431
14432 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
14433 (mips_o32_reg_struct_has_addr): Delete function.
14434 (mips_gdbarch_init): Update.
14435 (mips_extract_struct_value_address): Delete function.
14436
14437 2004-01-08 David Mosberger <davidm@hpl.hp.com>
14438
14439 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
14440 reality.
14441
14442 2004-01-07 Andrew Cagney <cagney@redhat.com>
14443
14444 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
14445 architecture's elf flags (when available).
14446
14447 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
14448 FPU to the start, check the MIPS FPU when looking for an old
14449 architecture.
14450 (set_mipsfpu_single_command): Update the architecture.
14451 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
14452
14453 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
14454 (mips_mask_address_p): Add "tdep" parameter.
14455 (show_mask_address, mips_addr_bits_remove): Update.
14456 (mips_dump_tdep): Update.
14457 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
14458 (MIPS_STACK_ARGSIZE): Delete macro.
14459 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
14460 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
14461 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
14462 (mips_dump_tdep): Update.
14463 (MIPS_SAVED_REGSIZE): Delete macro.
14464 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
14465 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
14466 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
14467 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
14468 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
14469 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
14470 (mips_pop_frame, return_value_location): Update.
14471 (mips_n32n64_return_value, mips_dump_tdep): Update.
14472
14473 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
14474 MIPS ABI.
14475
14476 * mips-tdep.c: Update copyright.
14477 (mips_gdbarch_init): Merge two code blocks handling the register
14478 name and number layout.
14479
14480 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
14481
14482 * tracepoint.c (validate_actionline): Fix segv at EOF
14483
14484 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14485
14486 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
14487 properly for static fields.
14488
14489 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
14490 Jason Molenda <jmolenda@apple.com>
14491
14492 * disasm.c: Update copyright to include 2004.
14493 (do_mixed_source_and_assembly): For uiout asm list
14494 and tuple cleanups, initialize to null_cleanup instead of
14495 NULL and do so prior to loop. Only reset when we close off
14496 the tuple/list. Move check for whether to close off the
14497 asm tuple/list to after dump_insns call where it will be run
14498 on each loop iteration.
14499
14500 2004-01-05 Andrew Cagney <cagney@redhat.com>
14501
14502 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
14503 should be a switch case and not a label.
14504 * mips-tdep.c (mips32_next_pc): Delete unused labels
14505 "greater_equal_branch" and "less_zero_branch".
14506 * jv-valprint.c (java_print_value_fields): Delete unused label
14507 "flush_it".
14508
14509 * target.c (unpush_target): Only close a target that is in the
14510 target stack.
14511
14512 2004-01-05 Mark Kettenis <kettenis@gnu.org>
14513
14514 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
14515 address from [sp + 64] instead of %o2.
14516
14517 * frame.c (get_prev_frame): Don't try to unwind the PC. This
14518 fixes PR backtrace/1476.
14519
14520 2004-01-05 Andrew Cagney <cagney@redhat.com>
14521
14522 * libunwind-frame.h (struct frame_id): Add opaque declaration,
14523 move to start of file.
14524 * i386-tdep.h (struct regcache): Add opaque declaration.
14525 * config/ia64/nm-linux.h (struct target_ops): Add opaque
14526 declaration.
14527 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
14528 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
14529 * win32-nat.c (fake_create_process): Use ISO C style definition.
14530 * stabsread.c (define_symbol): Delete #ifndef
14531 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
14532 stabs_argument_has_addr call, macro never defined.
14533
14534 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
14535
14536 * op50-rom.c: Delete.
14537 * w89k-rom.c: Delete.
14538 * Makefile.in: Remove references.
14539
14540 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14541
14542 * x86-64-tdep.c: Update copyright year.
14543 (struct amd64_register_info): Rename from x86_64_register_info.
14544 (amd64_register_info): Rename from x86_64_register_info.
14545 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
14546 (amd64_register_name): Rename from x86_64_register_name.
14547 (amd64_register_type): Rename from x86_64_register_type.
14548 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
14549 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
14550 (amd64_dwarf_reg_to_regnum): Rename from
14551 x86_64_dwarf_reg_to_regnum.
14552 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
14553 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
14554 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
14555 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
14556 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
14557 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
14558 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
14559 (amd64_frame_cache): Rename from x86_64_frame_cache.
14560 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
14561 (amd64_frame_prev_register): Rename from
14562 x86_64_frame_prev_register.
14563 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
14564 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
14565 (amd64_sigtramp_frame_cache): Rename from
14566 x86_64_sigtramp_frame_cache.
14567 (amd64_sigtramp_frame_prev_register): Rename from
14568 x86_64_sigtramp_frame_prev_register.
14569 (amd64_sigtramp_frame_unwind): Rename from
14570 x86_64_sigtramp_frame_unwind.
14571 (amd64_sigtramp_frame_sniffer): Rename from
14572 x86_64_sigtramp_frame_sniffer.
14573 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
14574 (amd64_frame_base): Rename from x86_64_frame_base.
14575 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
14576 (amd64_frame_align): Rename from x86_64_frame_align.
14577 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
14578 (amd64_regset_from_core_section): Rename from
14579 x86_64_regset_from_core_section.
14580 (x86_64_init_abi): Update comments.
14581
14582 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
14583
14584 * MAINTAINERS (write after approval): Add myself.
14585
14586 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14587
14588 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
14589 `float' arguments.
14590
14591 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14592
14593 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
14594 such that it mentions a specific version of GCC that exhibits this
14595 bug.
14596
14597 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14598
14599 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
14600 structure that has a single `float' member, store it in %f1 in
14601 addition to %f0.
14602
14603 * sparc-sol2-nat.c: Add missing '\'.
14604
14605 * sparc-tdep.c (sparc32_return_value): New function.
14606 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
14607 Remove functions.
14608 (sparc32_gdbarch_init): Set return_value, don't set
14609 extract_return_value, store_return_value, use_struct_convention
14610 and return_value_on_stack.
14611
14612 * sparc-sol2-nat.c: Add missing ')'.
14613
14614 2004-01-03 J. Brobecker <brobecker@gnat.com>
14615
14616 * infrun.c (handle_step_into_function): New function.
14617 (handle_inferior_event): Extract out some code into the new
14618 function above.
14619
14620 2004-01-03 J. Brobecker <brobecker@gnat.com>
14621
14622 * infrun.c (handle_inferior_event): Move the declaration of
14623 real_stop_pc inside the if blocks where it is used.
14624
14625 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14626
14627 * sparc64-tdep.c (sparc64_16_byte_align_p)
14628 (sparc64_store_floating_fields, sparc64_store_floating_fields):
14629 Use check_typedef to get subtypes of structures and unions.
14630 (sparc64_store_return_value): Fix calculation of the appropriate
14631 offset into VALBUF when storing a structure or union.
14632 (sparc64_return_value): New function.
14633 (sparc64_use_struct_convention): Remove function.
14634 (sparc64_init_abi): Set return_value, don't set
14635 extract_return_value, store_return_value and
14636 use_struct_convention.
14637
14638 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
14639
14640 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
14641 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
14642 gdb/config/alpha/xm-alphaosf.h,
14643 gdb/config/powerpc/tm-ppcle-eabi.h,
14644 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
14645 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
14646 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
14647 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
14648 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
14649 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
14650 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
14651 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
14652 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
14653 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
14654 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
14655 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
14656 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
14657 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
14658 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
14659 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
14660 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
14661 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
14662 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
14663 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
14664 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
14665 Remove lines for .cvsignore files.
14666
14667 2004-01-03 J. Brobecker <brobecker@gnat.com>
14668
14669 * infrun.c: Back out the previous change.
14670
14671 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14672
14673 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
14674 sparc-*-sunos4* to the list of REMOVED configurations.
14675
14676 * configure.tgt: Add back sparc-*-vxworks*.
14677 * remote-vxsparc.c: Remove all includes except for "defs.h",
14678 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
14679 Include "sparc-tdep.h".
14680 (SPARC_R_G1): New define.
14681 (vxsparc_gregset): New variable.
14682 (ext_format_sparc): Remove extern declaration.
14683 (vx_read_register): Rewrite to use sparc32_supply_gregset and
14684 sparc32_supply_fpregset.
14685 (vx_write_register): Rewrite to use sparc32_collect_gregset,
14686 sparc_collect_rwindow and sparc32_collect_fpregset.
14687 * config/sparc/tm-vxworks.h: New file, based on recently removed
14688 tm-vxsparc.h.
14689 * config/sparc/vxworks.mt: New file, based on recently removed
14690 vxworks.mt.
14691
14692 2004-01-03 J. Brobecker <brobecker@gnat.com>
14693
14694 * infrun.c (handle_step_into_function): New function.
14695 (handle_inferior_event): Extract out some code into the new
14696 function above.
14697
14698 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14699
14700 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
14701 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
14702 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
14703 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
14704 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
14705 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
14706 (sparc_nat_h): New variable.
14707 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
14708 (tm-sun4os4.h): Remove dependency.
14709 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
14710 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
14711 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
14712 sparc-tdep.o): Update dependencies.
14713 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
14714 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
14715 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
14716 dependencies.
14717 * configure.host: Remove existing sparc-*-lynxos*,
14718 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
14719 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
14720 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
14721 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
14722 triplets.
14723 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
14724 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
14725 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
14726 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
14727 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
14728 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
14729 sparc64-*-solaris2* and sparc64-*-* triplets.
14730 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
14731 "symtab.h" and "objfiles.h".
14732 (BIAS): Remove define.
14733 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
14734 (X_DISP19): Remove macros.
14735 (sparc_fetch_instruction): Remove function.
14736 (struct gdbarch_tdep): Remove definition.
14737 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
14738 (sparc_breakpoint_from_pc): Remove function.
14739 (struct sparc64_frame_cache): Remove definition.
14740 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
14741 sparc64_unwind_pc): Remove functions.
14742 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
14743 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
14744 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
14745 (sparc64_frame_cache): Change return type to `struct
14746 sparc_frame_cache *'. Simply call sparc_frame_cache.
14747 (sparc64_frame_this_id, sparc64_frame_prev_register,
14748 sparc64_frame_base_address): Use `struct sparc_frame_cache'
14749 instead of `struct sparc64_frame_cache.
14750 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14751 sparc_analyze_control_transfer, sparc_software_single_step,
14752 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14753 _initialize_sparc64_tdep): Remove functions.
14754 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
14755 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
14756 macros.
14757 (sparc64_supply_gregset, sparc64_collect_gregset,
14758 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
14759 (sparc64_init_abi): New function.
14760 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
14761 inclusion guard. Include "sparc-tdep.h".
14762 (BIAS): Define.
14763 (r_tstate_offset, r_fprs_offset): New defines.
14764 (enum sparc_regnum): Remove defenition.
14765 (enum sparc64_regnum): Reformat.
14766 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14767 (sparc64_init_abi, sparc64_supply_gregset,
14768 sparc64_collect_gregset, sparc64_supply_fpregset,
14769 sparc64_collect_fpregset): New prototypes.
14770 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14771 Add extern declarations.
14772 (sparc64_sol2_init_abi): New prototype.
14773 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14774 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14775 prototypes.
14776 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14777 "sparnbsd-nat.h".
14778 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14779 functions.
14780 (_initialize_sparc64fbsd_nat): Remove initialization of
14781 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14782 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
14783 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
14784 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
14785 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14786 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14787 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14788 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14789 (sparc64fbsd_r_y_offset): Remove variables.
14790 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14791 Make static and const.
14792 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14793 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14794 functions.
14795 (sparc64fbsd_gregset): New variable.
14796 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14797 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14798 and sparc64_supply_fpregset.
14799 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14800 (sparc64fbsd_sigtramp_frame_this_id)
14801 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14802 (sparc64fbsd_sigtramp_frame_unwind): New variable.
14803 (sparc64fbsd_sigtramp_frame_sniffer): New function.
14804 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14805 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14806 * sparcnbsd-tdep.c: Update copyright year. Include
14807 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14808 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14809 "value.h" and "sparcnbsd-tdep.h".
14810 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14811 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14812 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14813 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14814 defines.
14815 (sparcnbsd_gregset): New variable.
14816 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14817 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14818 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14819 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14820 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14821 variables.
14822 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14823 (sparc32nbsd_sigcontext_frame_this_id)
14824 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14825 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14826 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14827 (sparcnbsd_get_longjmp_target_32,
14828 sparcnbsd_get_longjmp_target_64): Remove functions.
14829 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14830 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14831 sparcnbsd_init_elf): Remove.
14832 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14833 (sparcnbsd_elf_init_abi): New functions.
14834 (_initialize_sparcnbsd_tdep): New prototype.
14835 (_initialize_sparnbsd_tdep): Update.
14836 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14837 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14838 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14839 * config/sparc/linux.mh: Update comment.
14840 (XM_FILE, HOST_IPC): Remove variables.
14841 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14842 sparc-linux-nat.o.
14843 * config/sparc/linux.mt: Update comment.
14844 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14845 * config/sparc/nbsd.mt: Reformat.
14846 * config/sparc/nbsd64.mh: Update comment.
14847 (NATDEPFILES): Add sparc-nat.o.
14848 * config/sparc/nbsd64.mt: Update comment.
14849 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14850 (TM_FILE): Set to tm-nbsd.h.
14851 * config/sparc/nbsdelf.mh: Update comment.
14852 (NATDEPFILES): Add sparc-nat.o.
14853 (XM_FILE): Delete.
14854 * config/sparc/nbsdaout.mh: Update comment.
14855 (NATDEPFILES): Add sparc-nat.o
14856 (XM_FILE): Delete.
14857 * config/sparc/nm-linux.h: Update copyright year. Don't include
14858 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14859 inclusion.
14860 (KERNEL_U_SIZE): Remove define.
14861 (kernel_u_size): Remove prototype.
14862 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14863 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14864 "regcache.h".
14865 (CHILD_PREPARE_TO_STORE): Remove define.
14866 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14867 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14868 sparcnbsd-nat.c: Rewrite files.
14869 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14870 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14871 sparcnbsd-tdep.h: Remove files.
14872 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14873 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14874 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14875 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14876 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14877 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14878 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14879 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14880 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14881 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14882 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14883 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14884 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14885 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14886 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14887 * config/sparc/linux64.mh, config/sparc/linux64.mt,
14888 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14889 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14890 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14891
14892 2004-01-02 Andrew Cagney <cagney@redhat.com>
14893
14894 From 2003-12-18 Kazuhiro Inaoka:
14895 * configure.host: Add m32r-linux target.
14896
14897 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14898
14899 * top.c (print_gdb_version): Update year to 2004.
14900
14901 2004-01-02 Mark Mitchell <mark@codesourcery.com>
14902
14903 * MAINTAINERS: Add myself to the write-after-approval category.
14904
14905 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
14906
14907 From Bernardo Innocenti <bernie@develer.com>:
14908 * configure.tgt: Add uClinux target.
14909
14910 2004-01-02 Andrew Cagney <cagney@redhat.com>
14911
14912 * utils.c (do_my_cleanups): Make static, add forward declaration.
14913 * defs.h (do_my_cleanups): Delete declaration.
14914
14915 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
14916
14917 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14918 bfd/ChangeLog-0203.
14919
14920 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14921
14922 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
14923 in <machine/reg.h>.
14924 * configure, config.in: Regenerate.
14925
14926 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14927 tui/ChangeLog-1998-2003.
14928 \f
14929 Local Variables:
14930 mode: change-log
14931 left-margin: 8
14932 fill-column: 74
14933 version-control: never
14934 End:
This page took 0.309654 seconds and 5 git commands to generate.