* configure.host (hppa*-*-hpux11*): Remove.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-12-10 Mark Kettenis <kettenis@gnu.org>
2
3 * configure.host (hppa*-*-hpux11*): Remove.
4 * config/pa/hpux11.mh: Remove file.
5
6 * hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_unwind_cache): Fix
7 typo.
8
9 2004-12-10 Kris Warkentin <kewarken@qnx.com>
10
11 * nto-tdep.h: Include osabi.h. Prototypes for generic Neutrino
12 osabi sniffer, signal handling initializer, 'in_dynsym_resolve_code'
13 function and nto_set_target function.
14 (struct nto_target_ops): Put comments inline with struct. Add osabi
15 sniffer hook. Redefine macros to permit testing/assignment. Remove
16 nto_ prefix from members.
17 * nto-tdep.c (nto_find_and_open_solib): Allocate all buffers
18 dynamically to support arbitrary root paths. Check for basename of
19 lib in search path and then check for absolute.
20 (nto_in_dynsym_resolve_code): New function.
21 (nto_core_sniffer): New function.
22 (regset_core_fns): Register core sniffer.
23 (nto_initialize_signals): New function.
24 (_initialize_nto_tdep): Move signal initialization code to above to
25 avoid initialization race conditions.
26 (nto_set_target): New function.
27 * nto-procfs.c: Minor formatting/indenting changes.
28 (procfs_is_nto_target): New function.
29 (procfs_open): Set nto_is_nto_target.
30 (_initialize_procfs): Ditto. Remove notice_signals() call to avoid
31 initialization race conditions.
32 (procfs_create_inferior): Resume inferior after creation.
33 * i386-nto-tdep.c: Declare i386_nto_target.
34 (init_i386nto_ops): Initialize i386_nto_target instead of
35 current_nto_target.
36 (i386nto_init_abi): Initialize signals. Call nto_set_target. Set
37 TARGET_SO_IN_DYNSYM_RESOLVE_CODE.
38 (_initialize_i386nto_tdep): Call init_i386nto_ops. Register osabi sniffer.
39
40 2004-12-10 Mark Kettenis <kettenis@gnu.org>
41
42 * hppa-hpux-tdep.c (child_enable_exception_callback): Use XMALLOC.
43 (hppa_hpux_sigtramp_frame_unwind_cache): Use ARRAY_SIZE.
44 (hppa_hpux_init_abi): Reformat long line.
45
46 2004-12-09 Mark Kettenis <kettenis@gnu.org>
47
48 * hppa-hpux-tdep.c: Include "regset.h".
49 (HPPA_HPUX_SS_WIDEREGS, HPPA_HPUX_SS_FLAGS_OFFSET)
50 (HPPA_HPUX_SS_NARROW_OFFSET, HPPA_HPUX_SS_FPBLOCK_OFFSET)
51 (HPPA_HPUX_SS_WIDE_OFFSET, HPPA_HPUX_SAVE_STATE_SIZE)
52 (HPPA_HPUX_PA89_SAVE_STATE_SIZE): New defines.
53 (hppa_hpux_supply_ss_narrow, hppa_hpux_supply_ss_fpblock)
54 (hppa_hpux_supply_ss_wide, hppa_hpux_supply_save_state): New
55 functions.
56 (hppa_hpux_regset): New variable.
57 (hppa_hpux_regset_from_core_section): New function.
58 (hppa_hpux_init_abi): Set regset_from_core_section.
59 (hppa_hpux_core_osabi_sniffer): New function.
60 (_initialize_hppa_hpux_tdep): Register
61 hppa_hpux_core_osabi_sniffer.
62 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
63 * config/pa/hppahpux.mt (TDEPFILES): Add corelow.o.
64
65 2004-12-09 Randolph Chung <tausq@debian.org>
66
67 * solib-pa64.c (pa64_relocate_section_addresses): Properly relocate
68 text and data sections.
69 (pa64_current_sos): Also include the dld in the list of current shared
70 objects.
71 (pa64_solib_get_solib_by_pc): Update comments.
72 (pa64_solib_get_text_base): New function.
73 (pa64_solib_select): Set solib_get_text_base method.
74
75 2004-12-08 Daniel Jacobowitz <dan@debian.org>
76
77 * linux-thread-db.c (BUILD_THREAD): Delete.
78 (thread_get_info_callback): Include LWP ID in thread ID.
79 (thread_from_lwp, check_event, find_new_threads_callback): Likewise.
80 (lwp_from_thread): Use the LWP ID from the thread ID.
81
82 2004-12-07 Randolph Chung <tausq@debian.org>
83
84 * hppa-tdep.c (hppa_frame_prev_register_helper): Zero out the entire
85 register for both 32- and 64-bit targets.
86
87 2004-12-07 Randolph Chung <tausq@debian.org>
88
89 * frame.c (get_prev_frame): Don't terminate unwinding at main if we
90 are unwinding through a dummy frame.
91
92 2004-12-07 Randolph Chung <tausq@debian.org>
93
94 * hppa-tdep.h (gdbarch_tdep): Add unwind_adjust_stub method.
95 * hppa-hpux-tdep.c (hppa_hpux_unwind_adjust_stub): New function.
96 (hppa_hpux_init_abi) Set unwind_adjust_stub method.
97 * hppa-tdep.c (hppa_frame_cache): Call unwind_adjust_stub method
98 if defined.
99
100 2004-12-07 Randolph Chung <tausq@debian.org>
101
102 * hppa-tdep.c (hppa_stub_Frame_unwind_cache): Stop unwinding if
103 unwinding from a frame with pc == 0.
104 (hppa_stub_frame_this_id): Likewise.
105 (hppa_stub_frame_prev_register): Only provide real values if the frame
106 cache is not NULL.
107
108 2004-12-07 Randolph Chung <tausq@debian.org>
109
110 * solib-som.c: New file.
111 * solib-som.h: New file.
112 * solib-pa64.c: New file.
113 * solib-pa64.h: New file.
114
115 2004-12-07 Mark Kettenis <kettenis@gnu.org>
116
117 * Makefile.in (inf-ttrace.o): Fix typo.
118
119 2004-12-07 Jim Blandy <jimb@redhat.com>
120
121 * remote.c (remote_threads_info, remote_current_thread): Use
122 strtoul to parse thread ID numbers.
123
124 2004-12-07 Mark Kettenis <kettenis@gnu.org>
125
126 * inf-ttrace.c: Include "gdbthread.h".
127 (inf_ttrace_num_lwps): New variable.
128 (inf_ttrace_num_lwps_in_syscall): Renamed from
129 inf_ttrace_num_threads_in_syscall.
130 (inf_ttrace_him): Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
131 TTEVT_LWP_TERMINATE events.
132 (inf_ttrace_create_inferior): Assert that INF_TTRACE_NUM_LWPS is
133 zero.
134 (inf_ttrace_mourn_inferior): Set INF_TTRACE_NUM_LWPS to zero.
135 (inf_ttrace_attach): Assert that INF_TTRACE_NUM_LWPS is zero.
136 Track TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and TTEVT_LWP_TERMINATE
137 events.
138 (inf_ttrace_wait): Report status as TARGET_WAITKIND_SPURIOUS by
139 default. Handle TTEVT_LWP_CREATE, TTEVT_LWP_EXIT and
140 TTEVT_LWP_TERMINATE events.
141 (inf_ttrace_thread_alive, inf_ttrace_pid_to_str): New functions.
142 (inf_ttrace_target): Set to_thread_alive and to_pid_to_str.
143 * Makefile.in (inf-ttrace.o): Update dependencies.
144
145 * hppa-tdep.h (hppa_read_pc, hppa_write_pc, hppa_unwind_pc): New
146 prototypes.
147 * hppa-tdep.c (hppa_read_pc): Rename from hppa_target_read_pc.
148 Make global. Remove HP-UX specific code. Use
149 frame_unwind_register_unsigned instead of
150 frame_unwind_register_signed.
151 (hppa_write_pc): Rename from hppa_target_write_pc. Make global.
152 Remove HP-UX specific code.
153 (hppa_unwind_pc): Make global. Remove HP-UX specific code.
154 (hppa_frame_prev_register_helper): Set "flags" register to zero
155 for all unwound frames.
156 (hppa_gdbarch_init): Adjust.
157 * hppa-hpux-tdep.c (HPPA_HPUX_SS_INSYSCALL): New define.
158 (hppa_hpux_read_pc, hppa_hpux_write_pc)
159 (hppa_hpux_unwind_pc): New functions.
160 (hppa_hpux_init_abi): Set read_pc, write_pc and unwind_pc.
161
162 2004-12-07 Andreas Schwab <schwab@suse.de>
163
164 * main.c (long_options): Add entry for "-l".
165 (print_gdb_help): Add line for -l option.
166 * NEWS: Mention it.
167
168 2004-12-05 Randolph Chung <tausq@debian.org>
169
170 * hppah-nat.c (store_inferior_registers): Rewrite logic to not use
171 DEPRECATED_REGISTER_BYTE.
172
173 2004-12-05 Randolph Chung <tausq@debian.org>
174
175 * hppa-tdep.c (unwind_command): Print the stub type for stub unwind
176 records.
177
178 2004-12-05 Mark Kettenis <kettenis@gnu.org>
179
180 * somsolib.c [PA_SOM_ONLY] (no_shared_libraries): New function.
181 * config/pa/hppahpux.mt (TDEPFILES): Remove solib.o.
182
183 * hppa-hpux-tdep.c: Update copyright notice and year.
184
185 2004-12-05 Richard Earnshaw <rearnsha@arm.com>
186
187 * doublest.c (FLOATFORMAT_LARGEST_BYTES): New define.
188 (get_field, put_field): Assert that the format is one we can handle.
189 Simplify logic accordingly.
190 (floatformat_normalize_byteorder): New function.
191 (convert_floatformat_to_doublest): Use floatformat_normalize_byteorder
192 to normalize and select modified byte order. Pass modified byte order
193 to get_field.
194 (floatformat_is_negative, floatformat_is_nan, floatformat_mantissa):
195 Likewise.
196 (convert_doublest_to_floatformat): Select an appropriate intermediate
197 byte order if necessary. Always convert to the final format before
198 returning.
199
200 2004-12-04 Daniel Jacobowitz <dan@debian.org>
201
202 PR tui/1703
203 * linux-nat.c (linux_tracefork_child): Use _exit instead of exit.
204 Suggested by Joshua Neuheisel.
205
206 2004-12-03 Randolph Chung <tausq@debian.org>
207
208 * gdbarch.sh (instruction_nullified): Delete.
209 * gdbarch.c: Regenerate.
210 * gdbarch.h: Regenerate.
211 * hppa-tdep.c (hppa_target_read_pc): Adjust pc if instruction is
212 nullified.
213 (hppa_unwind_pc): Likewise.
214 (hppa_instruction_nullified): Delete.
215 (hppa_gdbarch_init): Don't set instruction_nullified method.
216 * infrun.c (infwait_states): Remove infwait_nullified_state.
217 (handle_inferior_event): Remove handling of infwait_nullified_state.
218 Remove handling of nullified instructions.
219
220 2004-12-03 Mark Kettenis <kettenis@gnu.org>
221
222 * inf-ttrace.c: Include <sys/mman.h>.
223 (struct inf_ttrace_page): New.
224 (struct inf_ttrace_page_dict): New.
225 (inf_ttrace_num_threads_in_syscall)
226 (inf_ttrace_reenable_page_protections): New variables.
227 (inf_ttrace_enable_syscall_events)
228 (inf_ttrace_disable_syscall_events, inf_ttrace_get_page)
229 (inf_ttrace_add_page, inf_ttrace_insert_page)
230 (inf_ttrace_remove_page, inf_ttrace_mask_page_protections)
231 (inf_ttrace_enable_page_protections)
232 (inf_ttrace_disable_page_protections)
233 (inf_ttrace_insert_watchpoint, inf_ttrace_remove_watchpoint)
234 (inf_ttrace_can_use_hw_breakpoint)
235 (inf_ttrace_region_size_ok_for_hw_watchpoint)
236 (inf_ttrace_stopped_by_watchpoint): New functions.
237 (inf_ttrace_him): Remove unsused varaible `tts'.
238 (inf_ttrace_create_inferior): Add assertionts.
239 (inf_ttrace_mourn_inferior): Clear page dictionary.
240 (inf_ttrace_attach): Set initial event mask.
241 (inf_ttrace_detach): Reset number of threads in system call.
242 (inf_ttrace_wait): Deal with system call events.
243 (inf_ttrace_target): Initialize "hardware" watchpoint-related
244 parts of the target vector.
245 (_initialize_inf_ttrace): New prototype and function.
246
247 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Use ULONGEST as
248 type of `gp' variable.
249
250 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
251
252 * README: Remove config.if from directory listing.
253
254 2004-12-01 Joel Brobecker <brobecker@gnat.com>
255
256 * alpha-tdep.c (alpha_register_name): Add comment.
257 (alpha_cannot_fetch_register): Exclude registers numbers which
258 are no longer used from the list of registers that can be fetched.
259 (alpha_cannot_store_register): Exclude registers numbers which
260 are no longer used from the list of registers that can be stored.
261 * alpha-nat.c (fetch_osf_core_registers): Add missing value in
262 core_reg_mapping array.
263
264 2004-12-01 Joel Brobecker <brobecker@gnat.com>
265
266 * alpha-tdep.c (alpha_heuristic_frame_prev_register): Fetch
267 the register value from the correct frame.
268
269 2004-11-30 Randolph Chung <tausq@debian.org>
270
271 * hppa-linux-tdep.c (insns_match_pattern_relaxed): New function.
272 (hppa_linux_in_dyncall): Check that we are inside the range of
273 $$dyncall, not necessarily at the first insn.
274 (hppa_linux_in_solib_call_trampoline): Identify a trampoline
275 even if the pc does not point to the first insn of the trampoline.
276
277 2004-11-30 Randolph Chung <tausq@debian.org>
278
279 * breakpoint.c (break_at_finish_command): Delete.
280 (break_at_finish_command_1): Delete.
281 (break_at_finish_at_depth_command): Delete.
282 (break_at_finish_at_depth_command_1): Delete.
283 (tbreak_at_finish_command): Delete.
284 * hppa-tdep.c (_initialize_hppa_tdep): Remove deprecated xbreak, tbreak
285 and bx commands.
286
287 2004-11-30 Andrew Cagney <cagney@gnu.org>
288
289 * config/nm-gnu.h: Delete file.
290 * config/i386/nm-i386gnu.h: Inline "config/nm-gnu.h".
291
292 * config/nm-sysv4.h: Delete file.
293 * config/i386/nm-i386v4.h: Inline "config/nm-sysv4.h".
294 * config/i386/nm-i386v42mp.h: Inline "config/nm-sysv4.h".
295 * config/i386/nm-i386sol2.h: Inline "config/nm-sysv4.h".
296 * config/ia64/nm-aix.h: Inline "config/nm-sysv4.h".
297 * config/mips/nm-irix5.h: Inline "config/nm-sysv4.h".
298
299 2004-11-29 Andrew Cagney <cagney@gnu.org>
300
301 * MAINTAINERS: Add Randolph Chung (pa), Jeff Johnston (ia64), Kei
302 Sakamoto (m32r), Joel Brobecker (mips), and Ulrich Weigand (s390)
303 as can-commit architecture developers.
304
305 2004-11-29 Mark Kettenis <kettenis@gnu.org>
306
307 * sparc-tdep.c (X_RS1, X_SIMM13): New macros.
308 (sparc32_skip_prologue): Skip instructions that store arguments in
309 registers into their corresponding stack slots.
310
311 * config/m68k/nbsdaout.mh (NAT_FILE): Set to solib.h instead of
312 tm-solib.h.
313 * config/m68k/obsd.mh (NAT_FILE): Likewise.
314
315 * sparc-tdep.h (sparc32nbsd_elf_init_abi): New prototype.
316 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Make global.
317 * sparcobsd-tdep.c (sparc32obsd_init_abi): Call
318 sparc32nbsd_elf_init_abi. Remove duplicate code.
319
320 * config/sparc/nbsdaout.mh (NAT_FILE): Set to solib.h.
321 * config/sparc/nbsdelf.mh (NAT_FILE): Remove variable.
322 * config/sparc/nm-nbsd.h: Remove file.
323 * config/sparc/nm-nbsdaout.h: Remove file.
324
325 * sparc-nat.c (inf_ptrace_xfer_partial): New variable.
326 (sparc_xfer_partial): New function.
327 (sparc_target): Save value of to_xfer_partial from ptrace vector.
328 Set to_xfer_partial.
329
330 * fork-child.c (fork_inferior): Fork instead of vfork if
331 PRE_TRACE_FUN is non-null.
332
333 2004-11-24 Fred Fish <fnf@specifixinc.com>
334
335 * rs6000-tdep.c (skip_prologue): Use line table info to skip over
336 compiler generated function calls made as part of a prologue.
337
338 2004-11-23 Mark Kettenis <kettenis@gnu.org>
339
340 * inf-ttrace.c: New file.
341 * inf-ttrace.h: New file.
342 * hppa-hpux-nat.c [HAVE_TTRACE]: Include <sys/ttrace>.
343 Include "inf-ttrace.h".
344 (ss_mpsfu_high): Define to ss_tlsp if necessary.
345 (hppa_hpux_fetch_register, hppa_hpux_store_register): Use
346 ptid_get_pid instead of PIDGET. Modify to handle both ttrace and
347 ptrace systems.
348 (_initialize_hppa_hpux_nat) [HAVE_TTRACE]: Call inf_ttrace_traget
349 instead of inf_ptrace_target.
350 * config/pa/hpux.mh (NATDEPFILES): Add inf-ttrace.o.
351 * Makefile.in (inf_ttrace_h): New variable.
352 (hppa-hpux-nat.o): Update dependency.
353 (inf-ttrace.o): New dependency.
354 (ALLDEPFILES): Add inf-ptrace.c and inf-ttrace.c.
355
356 2004-11-23 Randolph Chung <tausq@debian.org>
357
358 * arch-utils.c (generic_instruction_nullified): New.
359 * arch-utils.h (generic_instruction_nullified): New.
360 * gdbarch.sh (instruction_nullified): New method.
361 * gdbarch.c: Regenerate.
362 * gdbarch.h: Regenerate.
363 * infrun.c (INSTRUCTION_NULLIFIED): Delete.
364 (handle_inferior_event): Replace INSTRUCTION_NULLIFIED with calls to
365 new gdbarch method.
366 * config/pa/tm-hppa.h (INSTRUCTION_NULLIFIED): Delete definition.
367 * hppa-tdep.c (hppa_instruction_nullified): Remove prototype and make
368 static. Rewrite to work directly off the passed regcache.
369 (hppa_gdbarch_init): Set instruction_nullified method.
370
371 2004-11-23 Joel Brobecker <brobecker@gnat.com>
372
373 * sparc-tdep.c (sparc_is_unimp_insn): New function.
374 (sparc32_frame_cache): For functions where there is no debugging
375 information to help us determine whether it's a struct-return
376 function or not, fallback on checking whether the instruction
377 at the return address is an "unimp" instruction or not.
378
379 2004-11-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
380
381 * MAINTAINERS: Add myself to write after approval section.
382
383 * hppa-hpux-nat.c (child_suppress_run): Add variable to allow
384 hpux-thread.c to suppress children from running.
385 (hppa_hpux_child_can_run): New function.
386 (_initialize_hppa_hpux_nat): Use hppa_hpux_child_can_run.
387 * hpux-thread.c: Include string.h and hppa-tdep.h.
388 (FLAGS_REGNUM, SP_REGNUM, PC_REGNUM): Rename to HPPA_FLAGS_REGNUM,
389 HPPA_SP_REGNUM and HPPA_PCOQ_HEAD_REGNUM, respectively.
390 (hpux_thread_store_registers): Replace deprecated_registers with
391 calls to regcache_raw_read.
392 * config/pa/hpux11.mh, config/pa/hpux11w.mh: Delete HOST_IPC.
393
394 2004-11-21 Mark Kettenis <kettenis@gnu.org>
395
396 * sparc64fbsd-nat.c: Update copyright year.
397 (_initialize_sparc64fbsd_nat): Construct and add target vector.
398 * config/sparc/fbsd.mh (NATDEPFILES): Remove infptrace.o,
399 inftarg.o.
400
401 2004-11-21 Daniel Jacobowitz <dan@debian.org>
402
403 * sparc-tdep.c (sparc_software_single_step): Handle stepping to NULL.
404
405 2004-11-21 Daniel Jacobowitz <dan@debian.org>
406
407 * linux-nat.c (my_waitpid): New function.
408 (linux_test_for_tracefork): Make more robust and verbose. Take
409 an ORIGINAL_PID argument and test for PTRACE_SETOPTIONS first.
410 (linux_supports_tracefork, linux_supports_tracevforkdone): Take a PID
411 argument. Update calls to linux_test_for_tracefork.
412 (linux_enable_event_reporting, child_follow_fork)
413 (child_insert_fork_catchpoint, child_insert_vfork_catchpoint)
414 (child_insert_exec_catchpoint): Update calls to
415 linux_supports_tracefork and linux_supports_tracevforkdone.
416
417 2004-11-21 Daniel Jacobowitz <dan@debian.org>
418
419 * valarith.c (value_subscript): Copy VALUE_FRAME_ID.
420 (value_subscripted_rvalue): Likewise.
421 * valops.c (search_struct_field, value_slice): Likewise.
422
423 2004-11-21 Mark Kettenis <kettenis@gnu.org>
424
425 * inf-ptrace.c: Don't include "regcache.h" and "gdbcmd.h".
426 Reorder includes a bit. Fix comment.
427 * Makefile.in (inf-ptrace.o): Update dependencies.
428
429 2004-11-21 Andreas Schwab <schwab@suse.de>
430
431 * m68klinux-tdep.c: Include "glibc-tdep.h" and "solib-svr4.h".
432 (m68k_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
433 svr4_ilp32_fetch_link_map_offsets and gdbarch_skip_solib_resolver
434 to glibc_skip_solib_resolver.
435 * config/m68k/linux.mt (TDEPFILES): Add glibc-tdep.o. Remove
436 solib-legacy.o.
437 * Makefile.in (m68klinux-tdep.o): Update dependencies.
438
439 2004-11-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
440
441 * infttrace.h (ttrace_write_reg_64): Add prototype.
442 * hppah-nat.c (store_inferior_registers): Fix warning from ambiguous
443 expression.
444 (store_inferior_registers): Correct formatting. Replace uses of
445 deprecated_registers with calls to regcache_raw_read,
446 regcache_raw_write_part and regcache_raw_read_part.
447
448 2004-11-21 Mark Kettenis <kettenis@gnu.org>
449
450 * config/pa/hppahpux.mh: Remove file.
451 * config/pa/hpux1020.mh: Remove file.
452
453 2004-11-20 Andreas Schwab <schwab@suse.de>
454
455 * configure.host: Set host floatformat for m68k.
456
457 2004-11-20 Eli Zaretskii <eliz@gnu.org>
458
459 * config/djgpp/fnchange.lst: Resolve file-name clash between
460 hppa-hpux-tdep.c and the new hppa-hpux-nat.c.
461
462 2004-11-20 Mark Kettenis <kettenis@gnu.org>
463
464 * hppa-hpux-nat.c: New file.
465 * config/pa/hpux.mh (NATDEPFILES): New file.
466 * Makefile.in (ALLDEPFILES): Add hppa-hpux-nat.c.
467 (hppa-hpux-nat.o): New dependency.
468 * configure.host: Remove hppa*-*-hpux10.20.
469 (hppa*-*-hpux*, hppa*-*-hiux*): Set gdb_host to hpux.mh.
470
471 * inf-ptrace.c: Fix coding style.
472
473 * gdb_ptrace.h [PTRACE_TYPE_ARG5] (ptrace): New macro.
474 * infptrace.c (call_ptrace): Simply call ptrace with four
475 arguments.
476
477 * dbxread.c (process_one_symbol): Fix a few coding standard
478 issues. Improve code formatting.
479
480 * dbxread.c: Include "gdb_string.h".
481 (record_minimal_symbol, read_ofile_symtab): Replace
482 DEPRECATED_STREQ and DEPRECATED_STREQN with strcmp and strncmp.
483 * Makefile.in (dbxread.o): Update dependencies.
484
485 * dwarf2-frame.c (read_encoded_value): Correctly calculate number
486 of bytes read for aligned LEB128 encodings.
487
488 2004-11-19 Mark Kettenis <kettenis@gnu.org>
489
490 * bsd-kvm.c (bsd_kvm_pcb_cmd): Cast return value from
491 parse_and_eval_address to u_long before converting it to a pointer
492 type.
493 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Change type of
494 ps_strings from int to u_long.
495 * i386obsd-nat.c (_initialize_i386obsd_nat): Cast _ps.val to
496 u_long instead of CORE_ADDR.
497
498 2004-11-18 Mark Kettenis <kettenis@gnu.org>
499
500 * dbxread.c (process_one_symbol): Do not adjust address of first
501 N_SLINE stab for a function for code generated by non-GCC
502 compilers.
503
504 2004-11-18 Kevin Buettner <kevinb@redhat.com>
505
506 * solib-null.c: New file.
507
508 2004-11-17 Andrew Cagney <cagney@gnu.org>
509
510 * MAINTAINERS: Drop MIPS and remote.
511
512 2004-11-15 Andrew Cagney <cagney@gnu.org>
513
514 * findvar.c (value_of_register): Set the frame ID.
515 * value.c (value_primitive_field): Copy the frame ID.
516 * valops.c (value_assign): Simplify lval_register case, there's
517 always a frame.
518
519 2004-11-14 Daniel Jacobowitz <dan@debian.org>
520
521 * Makefile.in (mips-linux-tdep.o): Update dependencies.
522 * mips-linux-tdep.c: Include "regcache.h".
523 (fill_fpregset, mips64_fill_fpregset): Use regcache_raw_collect.
524
525 2004-11-14 Daniel Jacobowitz <dan@debian.org>
526
527 * Makefile.in (linux-thread-db.o): Fix typo in last change.
528
529 2004-11-14 Daniel Jacobowitz <dan@debian.org>
530
531 * linux-thread-db.c: New file, renamed from thread-db.c.
532 * thread-db.c: Remove.
533 * Makefile.in (linux-thread-db.o): Rename from thread-db.o rule.
534 * config/alpha/alpha-linux.mh (NATDEPFILES): Rename thread-db.o
535 to linux-thread-db.o.
536 * config/arm/linux.mh (NATDEPFILES): Likewise.
537 * config/i386/linux.mh (NATDEPFILES): Likewise.
538 * config/i386/linux64.mh (NATDEPFILES): Likewise.
539 * config/ia64/linux.mh (NATDEPFILES): Likewise.
540 * config/m32r/linux.mh (NATDEPFILES): Likewise.
541 * config/m68k/linux.mh (NATDEPFILES): Likewise.
542 * config/mips/linux.mh (NATDEPFILES): Likewise.
543 * config/pa/linux.mh (NATDEPFILES): Likewise.
544 * config/powerpc/linux.mh (NATDEPFILES): Likewise.
545 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Likewise.
546 * config/s390/s390.mh (NATDEPFILES): Likewise.
547 * config/sparc/linux.mh (NATDEPFILES): Likewise.
548 * config/sparc/linux64.mh (NATDEPFILES): Likewise.
549
550 2004-11-13 Andrew Cagney <cagney@gnu.org>
551
552 * config/i386/i386lynx.mh: Delete file.
553 * config/i386/i386lynx.mt: Delete file.
554 * Makefile.in (ALLDEPFILES, i386ly-tdep.o): Remove i386ly-tdep.c.
555 * i386ly-tdep.c: Delete.
556
557 * config/tm-lynx.h: Delete, inline contents ...
558 * config/rs6000/tm-rs6000ly.h: ... here.
559
560 * config/tm-sysv4.h: Delete file, inlining contents.
561 * config/ia64/tm-aix.h (SKIP_TRAMPOLINE_CODE): Define.
562 * config/tm-linux.h (SKIP_TRAMPOLINE_CODE): Define.
563 * config/tm-nto.h (SKIP_TRAMPOLINE_CODE): Define.
564
565 * regcache.h (deprecated_register_valid): Delete.
566 (deprecated_registers): Delete.
567 * regcache.c (deprecated_register_valid): Delete.
568 (deprecated_registers): Delete.
569 (deprecated_read_register_byte, _initialize_regcache)
570 (deprecated_write_register_bytes, build_regcache): Update.
571 * config/powerpc/ppc-sim.mt (TDEPFILES): Remove ppc-bdm.o and
572 remote-sds.o.
573 * config/powerpc/ppc-eabi.mt (TDEPFILES): Ditto.
574 * config/mips/embed.mt (TDEPFILES): Remove remote-mips.o.
575
576 * NEWS: List h8300*-*-*, mcore-*-*, mn10300-*-*, ns32k-*-*, and
577 v850-*-* under removed.
578 * configure.host: Delete ns32k-*-netbsd*.
579 * configure.tgt: Delete h8300-*-*, mcore*-*-*, mn10300-*-*,
580 ns32k-*-netbsd*, and v850*-*-*.
581 * MAINTAINERS: Mark h8300, mcore, mn10300, ns32k, v850 as
582 "Deleted"
583 * config/h8300/tm-h8300.h, config/h8300/h8300.mt: Delete.
584 * h8300-tdep.c, config/mcore/mcore.mt, mcore-rom.c: Delete.
585 * mcore-tdep.c, config/mn10300/mn10300.mt: Delete.
586 * mn10300-tdep.c, config/ns32k/nbsdaout.mh: Delete.
587 * config/ns32k/nbsdaout.mt, config/ns32k/nm-nbsd.h: Delete.
588 * config/ns32k/nm-nbsdaout.h, config/ns32k/tm-ns32k.h: Delete.
589 * ns32knbsd-nat.c, ns32knbsd-tdep.c, ns32k-tdep.c: Delete.
590 * ns32k-tdep.h, config/v850/v850.mt, v850ice.c: Delete.
591 * v850-tdep.c: Delete.
592
593 2004-11-13 Joel Brobecker <brobecker@gnat.com>
594
595 * irix5-nat.c (fetch_core_registers): Replace use of
596 deprecated_registers by equivalent code.
597
598 2004-11-13 Joel Brobecker <brobecker@gnat.com>
599
600 * irix5-nat.c (fill_gregset): Replace use of deprecated_registers
601 with equivalent code.
602 (fill_fpregset): Likewise.
603
604 2004-11-13 Andrew Cagney <cagney@gnu.org>
605
606 * MAINTAINERS: Do not list "Deleted" architectures.
607
608 * configure.tgt: Delete i[34567]86-*-vxworks*, m68*-netx-*,
609 m68*-*-vxworks*, mips*-*-vxworks*, powerpc-*-vxworks*, and
610 sparc-*-vxworks*.
611 * NEWS: Mention that vxworks was deleted.
612 * config/m68k/tm-vx68.h, config/mips/tm-vxmips.h: Delete.
613 * config/powerpc/tm-vxworks.h, config/tm-vxworks.h: Delete.
614 * config/i386/vxworks.mt, config/m68k/vxworks68.mt: Delete.
615 * config/mips/vxmips.mt, config/powerpc/vxworks.mt: Delete.
616 * config/sparc/vxworks.mt, vx-share/dbgRpcLib.h: Delete.
617 * vx-share/ptrace.h, vx-share/regPacket.h: Delete.
618 * vx-share/vxTypes.h, vx-share/vxWorks.h: Delete.
619 * vx-share/wait.h, vx-share/xdr_ld.c: Delete.
620 * vx-share/xdr_ld.h, vx-share/xdr_ptrace.c: Delete.
621 * vx-share/xdr_ptrace.h, vx-share/xdr_rdb.c: Delete.
622 * vx-share/xdr_rdb.h, remote-vxsparc.c: Delete.
623 * remote-vxmips.c, remote-vx.c: Delete.
624 * remote-vx68.c: Delete.
625 * config/m68k/tm-os68k.h: Remove reference to VxWorks.
626 * config/m68k/os68k.mt, ada-lang.h: Ditto.
627 * Makefile.in (HFILES_NO_SRCDIR, ALLDEPFILES, remote-vx68.o)
628 (remote-vx.o, remote-vxmips.o, remote-vxsparc.o): Delete vx files.
629
630 2004-11-13 Eli Zaretskii <eliz@gnu.org>
631
632 * config/i386/xm-go32.h: Don't include fopen-bin.h.
633 Don't define CRLF_SOURCE_FILES and DIRNAME_SEPARATOR.
634
635 * source.c (OPEN_MODE, FDOPEN_MODE): Remove the definitions in the
636 branch that doesn't define CRLF_SOURCE_FILES; always use
637 binary-mode open.
638 (print_source_lines_base, forward_search_command)
639 (reverse_search_command): Enable the code that accepts DOS-style
640 CRLF line endings on all platforms (this removes the need for
641 CRLF_SOURCE_FILES).
642
643 * defs.h: Fix wording of the comment before FOPEN_RB.
644 (DIRNAME_SEPARATOR) [__MSDOS__]: Define to ';'.
645
646 * config/djgpp/fnchange.lst: Group renames for opcode directory
647 together.
648
649 * config/djgpp/djconfig.sh: Replace file names that don't exist
650 anymore with existing files, for checking the unpacked
651 distribution.
652
653 * config/djgpp/config.sed (am_cv_exeext, lt_cv_sys_max_cmd_len):
654 Export pre-cooked values in configure-* targets that begin with
655 "@test -f stage_last".
656
657 2004-11-12 Andrew Cagney <cagney@gnu.org>
658
659 * defs.h (enum lval_type): Delete lval_reg_frame_relative.
660 * value.h (struct value): Update comment.
661 * valops.c (value_assign): Fold lval_reg_fame_relative into
662 lval_register.
663 * findvar.c (value_from_register, locate_var_value): Ditto.
664
665 2004-11-12 Randolph Chung <tausq@debian.org>
666
667 * config/tm/tm-hppa.h (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
668 * parse.c (SYMBOLS_CAN_START_WITH_DOLLAR): Remove.
669 (write_exp_msymbol): Remove conditional check for symbols starting
670 with $. Update comments.
671
672 2004-11-12 Randolph Chung <tausq@debian.org>
673
674 * pa64solib.c (pa64_solib_thread_start_addr): Rename from
675 so_lib_thread_start_addr.
676 * pa64solib.h (so_list): Forward declare.
677 (pa64_solib_thread_start_addr): Prototype.
678 * somsolib.c (SHL_LOAD, SHL_UNLOAD): Define if not already defined.
679 (no_shared_libraries): Remove.
680 (som_solib_thread_start_addr): Rename from so_lib_thread_start_addr.
681 * somsolib.h (som_solib_thread_start_addr): Likewise; prototype.
682 * hpread.c (hpread_process_one_debug_symbol): Use either the som or
683 the elf solib handler to find the start address.
684
685 * config/pa/hppahpux.mh (NATDEPFILES): Move target-specific support
686 files to the target makefile.
687 * config/pa/hpux1020.mh (NATDEPFILES): Likewise.
688 * config/pa/hpux11.mh (NATDEPFILES): Likewise.
689 * config/pa/hpux11w.mh (NATDEPFILES): Likewise.
690
691 * config/pa/hppa64.mt (TDEPFILES): Put target-specific support
692 files for symbol reading and shared library handling here.
693 * config/pa/hppahpux.mt (TDEPFILES): Likewise.
694 (PA_SOM_ONLY): Define so we can build a 32-bit SOM only target
695 without bringing in 64-bit support.
696
697 2004-11-12 Andrew Cagney <cagney@gnu.org>
698
699 * sparc-tdep.c: Replace VALUE_TYPE with value_type.
700 * v850-tdep.c, sparc64-tdep.c, sh-tdep.c: Ditto.
701 * sh64-tdep.c, s390-tdep.c, mcore-tdep.c: Ditto.
702 * h8300-tdep.c, arm-linux-tdep.c, amd64-tdep.c: Ditto.
703 * hppa-tdep.c, mips-tdep.c, m88k-tdep.c: Ditto.
704 * m68hc11-tdep.c, m32r-tdep.c, ia64-tdep.c: Ditto.
705 * frv-tdep.c, cris-tdep.c, avr-tdep.c, alpha-tdep.c: Ditto.
706
707 Merge VALUE_REGNO and VALUE_FRAME_REGNUM into VALUE_REGNUM.
708 * value.h (VALUE_REGNO, VALUE_FRAME_REGNUM): Delete.
709 (VALUE_REGNUM): Define.
710 (struct value): Delete location.regnum, rename "regno" to
711 "regnum".
712 * value.c, valops.c, valarith.c, findvar.c: Update.
713
714 * value.h (VALUE_TYPE, VALUE_NEXT, VALUE_OFFSET, VALUE_BITSIZE)
715 (VALUE_BITPOS): Delete.
716 (value_type, value_offset, value_bitsize, value_bitpos): Declare.
717 * value.c (value_type, value_offset, value_bitpos)
718 (value_bitsize): New functions. Update references.
719 * arm-tdep.c, gnu-v3-abi.c, hpacc-abi.c, gnu-v2-abi.c: Update.
720 * f-valprint.c, cp-valprint.c, c-valprint.c: Update.
721 * ada-valprint.c, typeprint.c, scm-valprint.c, scm-exp.c: Update.
722 * p-valprint.c, jv-valprint.c, jv-lang.c, varobj.c: Update.
723 * objc-lang.c, ada-lang.c, std-regs.c, stack.c: Update.
724 * infcall.c, linespec.c, printcmd.c, valarith.c: Update.
725 * valops.c, eval.c, findvar.c, breakpoint.c: Update.
726 * tracepoint.c, ax-gdb.c, mi/mi-main.c, cli/cli-dump.c:
727 * rs6000-tdep.c, ppc-sysv-tdep.c: Update.
728
729 2004-11-12 Andrew Cagney <cagney@gnu.org>
730
731 * cris-tdep.c (cris_register_offset): Delete, never called.
732 (cris_spec_reg_applicable): Delete cris_ver_sim.
733 * MAINTAINERS: List d10v as OBSOLETE.
734 * rdi-share/host.h (FOPEN_WB): #ifdef 0 out definitions of
735 FOPEN_WB et.al., defined by "fopen-bin.h".
736
737 2004-11-12 Randolph Chung <tausq@debian.org>
738
739 * hppa-tdep.c (hppa_skip_permanent_breakpoint): Move definition ...
740 * hppa-hpux-tdep.c (hppa_skip_permanent_breakpoint): ... to here.
741 * config/pa/tm-hppa.h (SKIP_PERMANENT_BREAKPOINT): Move definition ...
742 * config/pa/tm-hppah.h (SKIP_PERMANENT_BREAKPOINT): ... to here.
743
744 2004-11-12 Mark Kettenis <kettenis@jive.nl>
745
746 * tui/tui-io.c: Don't include "terminal.h".
747 * Makefile.in (tui-io.o): Update dependencies.
748
749 2004-11-12 Kei Sakamoto <sakamoto.kei@renesas.com>
750
751 * Makefile.in (m32r-linux-tdep.o): Update dependencies.
752 * m32r-linux-tdep.c (m32r_linux_init_abi): Call
753 set_gdbarch_regset_from_core_section for core file support.
754 (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section):
755 New functions.
756
757 2004-11-11 Randolph Chung <tausq@debian.org>
758
759 * hppa-tdep.c (skip_prologue_hard_way): Make static, add
760 stop_after_branch parameter and use it to determine if we should look
761 at the delay slot of the first branch insn to find prologue insns.
762 (hppa_skip_prologue): Update comment and call to skip_prologue_hard_way.
763 (hppa_frame_cache): Likewise.
764
765 2004-11-11 Randolph Chung <tausq@debian.org>
766
767 * hppa-tdep.c (hppa_frame_cache): Properly handle the frame pointer
768 register so that it can be unwound from anywhere in the prologue.
769
770 2004-11-10 msnyder <msnyder@redhat.com>
771
772 * rs6000-tdep.c (skip_prologue): After saving lr_offset,
773 must invalidate lr_reg (so we don't try to save it again).
774 Ditto for cr_offset and cr_reg.
775
776 2004-11-05 Jon Beniston <jon@beniston.com>
777
778 Committed by Andrew Cagney.
779 * remote.c (putpkt_binary) Fix PR gdb/1806. Send an ACK
780 when an unexpected packet is received, as the target stubs
781 continually retransmit the same packet until ACKed.
782
783 2004-11-10 Randolph Chung <tausq@debian.org>
784
785 * frame.c (get_prev_frame): Use get_frame_type to retrieve the
786 frame's type.
787
788 2004-11-10 Randolph Chung <tausq@debian.org>
789
790 * blockframe.c (inside_entry_func): Move to .....
791 * frame.c (inside_entry_func): ... here, and make static.
792 (backtrace_past_entry): New flag.
793 (get_prev_frame): Stop backtrace at the entry function if enabled
794 by flag. Update comments.
795 (_initialize_frame): Add command to set backtrace_past_entry flag.
796 * defs.h (inside_entry_func): Remove prototype.
797
798 2004-11-10 Mark Kettenis <kettenis@gnu.org>
799
800 * dwarf2read.c: Fix formatting.
801
802 2004-11-10 Andrew Cagney <cagney@gnu.org>
803
804 * value.h (COERCE_REF, COERCE_ARRAY, COERCE_NUMBER, COERCE_ENUM)
805 (coerce_ref, coerce_array, coerce_number, coerce_enum): Replace
806 macros with function declarations.
807 * value.c (coerce_ref, coerce_array, coerce_number)
808 (coerce_enum): New functions.
809 (value_as_long, value_as_address): Update.
810 * ada-lang.c (ada_coerce_ref, ada_value_binop)
811 (ada_evaluate_subexp, ada_value_assign, ada_value_struct_elt): Update.
812 * jv-lang.c (evaluate_subexp_java): Update.
813 * valarith.c (value_less, value_neg, value_complement)
814 (value_binop, value_add, value_subscript, value_x_binop)
815 (value_logical_not, value_sub): Update.
816 * valops.c (check_field, value_struct_elt, value_ind)
817 (value_find_oload_method_list, value_cast, value_assign): Update.
818 * eval.c (evaluate_subexp_standard): Update.
819
820 2004-11-10 Mark Kettenis <kettenis@gnu.org>
821
822 * mips-tdep.c (mips32_relative_offset): Change return type to
823 LONGEST, change argument type to ULONGEST. Fix sign-extension.
824
825 2004-11-10 Randolph Chung <tausq@debian.org>
826
827 * hppa-tdep.c (hppa32_register_name, hppa64_register_name): Make static.
828 (hppa32_push_dummy_call, hppa64_push_dummy_call): Likewise.
829 (hppa_fetch_pointer_argument): Likewise.
830 (hppa_frame_cache): Use safe_frame_unwind_memory instead of
831 deprecated_read_memory_nobpt.
832 (_initialize_hppa_tdep): Replace deprecated_add_show_from_set/
833 add_set_cmd sequence with add_setshow_boolean_cmd.
834
835 2004-11-09 Andrew Cagney <cagney@gnu.org>
836
837 GDB 6.3 released from GDB 6.3 branch.
838
839 2004-11-09 Andrew Cagney <cagney@gnu.org>
840
841 * values.c: Rename to ...
842 * value.c: ..., new file.
843 * Makefile.in: Update.
844
845 2004-11-09 Daniel Jacobowitz <dan@debian.org>
846
847 * dwarf2-frame.c (dwarf2_frame_state_alloc_regs): Correct allocated
848 size.
849
850 2004-11-09 Andrew Cagney <cagney@gnu.org>
851
852 * TODO: Delete.
853
854 * value.h (struct value): Delete field bfd_section.
855 (VALUE_BFD_SECTION): Delete macro.
856 (COERCE_REF): Update.
857 (value_at, value_at_lazy): Delete asection parameter.
858 * printcmd.c (print_formatted, x_command): Update.
859 (do_examine): Delete asection parameter.
860 (next_section): Delete variable.
861 * valops.c (value_cast, value_at, value_at_lazy)
862 (value_coerce_function, value_addr, value_ind, value_string)
863 (find_rt_vbase_offset, value_full_object): Update.
864 * hpacc-abi.c (hpacc_virtual_fn_field)
865 (hpacc_value_rtti_type): Update.
866 * gnu-v3-abi.c (gnuv3_rtti_type, gnuv3_virtual_fn_field)
867 (gnuv3_baseclass_offset): Update.
868 * f-valprint.c (f_val_print): Update.
869 * c-valprint.c (c_val_print): Update.
870 * p-valprint.c (pascal_val_print): Update.
871 * jv-valprint.c (java_value_print): Update.
872 * jv-lang.c (java_class_from_object, evaluate_subexp_java): Update.
873 * ada-lang.c (ada_value_primitive_packed_val)
874 (ada_evaluate_subexp): Update.
875 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Update.
876 * expprint.c (print_subexp_standard): Update.
877 * infcall.c (call_function_by_hand): Update.
878 * valarith.c (value_add): Update.
879 * eval.c (evaluate_subexp_standard): Update.
880 * values.c (allocate_value, value_copy, value_static_field): Update.
881 * findvar.c (read_var_value, locate_var_value): Update.
882
883 2004-11-09 Andrew Cagney <cagney@gnu.org>
884
885 * i386-linux-tdep.c: Include "dwarf2-frame.h".
886 * Makefile.in: Update all dependencies.
887
888 2004-11-08 Andrew Cagney <cagney@gnu.org>
889
890 * sentinel-frame.c (sentinel_frame_prev_pc): New function.
891 (sentinel_frame_unwinder): Add the prev_pc method.
892 * frame.c (frame_pc_unwind): Use the per-frame pc unwinder when
893 available. Do not handle the sentinel-frame case.
894 * frame-unwind.h (frame_prev_register_ftype): Define.
895 (struct frame_unwind): Add prev_pc;
896
897 2004-11-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
898
899 * configure.in: Check for ncurses/term.h.
900 * gdb_curses.h: Include term.h here, prefering ncurses/term.h.
901 * utils.c: Include gdb_curses.h instead of curses.h and term.h.
902 * tui/tui.c: Don't include term.h.
903 * configure, config.in: Rebuilt.
904
905 2004-11-08 Mark Kettenis <kettenis@gnu.org>
906
907 * m68kbsd-nat.c: Include "inf-ptrace.h".
908 (_initialize_m68kbsd_nat): Fix pasto.
909 * Makefile.in (m68kbsd-nat.o): Update dependencies.
910
911 2004-11-08 Randolph Chung <tausq@debian.org>
912
913 * infrun.c (debug_infrun): New variable.
914 (resume, proceed, wait_for_inferior): Annotate with debug messages.
915 (handle_inferior_event, keep_going): Likewise.
916 (_initialize_infrun): Register "set debug infrun" command.
917
918 2004-11-08 Andreas Schwab <schwab@suse.de>
919
920 * linux-nat.c (PTRACE_EVENT_VFORK_DONE): Renamed from
921 PTRACE_EVENT_VFORKDONE.
922 (child_follow_fork): Adjust.
923
924 2004-11-08 Andrew Cagney <cagney@gnu.org>
925
926 * README: Refer to 6.3, not 6.2, update directory listing droppng
927 references to intl/ and mmalloc/.
928 * PROBLEMS: Refer to 6.3 not 6.2.
929
930 * PROBLEMS: Delete no-longer applicable problems.
931
932 2004-11-07 Andrew Cagney <cagney@redhat.com>
933 Daniel Jacobowitz <dan@debian.org>
934 Roland McGrath <roland@redhat.com>
935
936 * Makefile.in (symfile-mem.o): Update dependencies.
937 * i386-linux-tdep.c (i386_linux_dwarf_signal_frame_p): New.
938 (i386_linux_init_abi): Call dwarf2_frame_set_signal_frame_p.
939 * inf-ptrace.c (inf_ptrace_attach): Call
940 observer_notify_inferior_created.
941 * inftarg.c (child_attach): Likewise.
942 * symfile-mem.c: Include "observer.h", "auxv.h", and "elf/common.h".
943 (symbol_file_add_from_memory): Take NAME argument. Use it for
944 the new BFD's filename.
945 (add_symbol_file_from_memory_command): Update call to
946 symbol_file_add_from_memory.
947 (struct symbol_file_add_from_memory_args, add_vsyscall_page)
948 (symbol_file_add_from_memory_wrapper): New.
949 (_initialize_symfile_mem): Register add_vsyscall_page as an
950 inferior_created observer.
951
952 2004-11-07 Mark Kettenis <kettenis@gnu.org>
953
954 * m68kbsd-nat.c (m68kbsd_fetch_inferior_registers): Rename from
955 fetch_inferior_registers. Make static.
956 (m68kbsd_store_inferior_registers): Rename from
957 store_inferior_registers. Make static.
958 (_initialize_m68kbsd_nat): Construct and add target vector.
959 * config/m68k/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
960 inftarg.o. Add inf-ptrace.o.
961 (NAT_FILE): Set to tm-solib.h.
962 (LOADLIBES): New variable.
963 * config/m68k/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
964 inftarg.o. Add inf-ptrace.o.
965 (NAT_FILE): Delete variable.
966 * config/m68k/obsd.mh (NATDEPFILES): Remove infptrace.o and
967 inftarg.o. Add inf-ptrace.o.
968 (NAT_FILE): Set to tm-solib.h.
969 * config/m68k/nm-nbsdaout.h: Remove file.
970
971 2004-11-07 Daniel Jacobowitz <dan@debian.org>
972
973 * dwarf2-frame.c (struct dwarf2_frame_ops): Add signal_frame_p.
974 (dwarf2_frame_set_signal_frame_p, dwarf2_frame_signal_frame_p)
975 (dwarf2_signal_frame_unwind): New.
976 (dwarf2_frame_sniffer): Use dwarf2_frame_signal_frame_p.
977 * dwarf2-frame.h (dwarf2_frame_set_signal_frame_p): New prototype.
978
979 2004-11-07 Mark Kettenis <kettenis@gnu.org>
980
981 * Makefile.in (mips64obsd-tdep.o): Fix typo.
982
983 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Renamed
984 from mipsnbsd_ilp32_solib_svr4_fetch_link_map_offsets. Trim sizes
985 to only include the structure members we actually need.
986 (mipsnbsd_lp64_fetch_link_map_offsets): Renamed from
987 mipsnbsd_lp64_solib_svr4_fetch_link_map_offsets. Trim sizes to
988 only include the structure members we actually need.
989 (mipsnbsd_init_abi): Update.
990
991 * mips64obsd-nat.c: Include "mips-tdep.h".
992 (MIPS64OBSD_NUM_REGS): Remove define.
993 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM): New defines.
994 (mips64obsd_supply_gregset, mips64obsd_collect_gregset): Handle
995 floating-point registers correctly.
996 * Makefile.in (mips64obsd-nat.o): Update dependencies.
997
998 * mips64obsd-tdep.c: Include "trad-frame.h", "tramp-frame.h" and
999 "gdb_assert.h".
1000 (mips64obsd_sigframe_init): New function.
1001 (mips64obsd_sigframe): New variable.
1002 (mips64obsd_init_abi): Add comments. Prepend mips64obsd_sigrame
1003 unwinder.
1004 * Makefile.in (mips64obsd-tdep.o): Update dependencies.
1005
1006 2004-11-06 Joel Brobecker <brobecker@gnat.com>
1007
1008 * alpha-mdebug-tdep.c: #include mdebugread.h.
1009 Replace alpha_extra_func_info_t by struct mdebug_extra_func_info *.
1010 * Makefile.in (alpha-mdebug-tdep.o): Add dependency on mdebugread.h.
1011
1012 2004-11-05 Andrew Cagney <cagney@gnu.org>
1013
1014 * dwarf2-frame.c (dwarf2_frame_cache): Only complain when both the
1015 CFI and the init_reg method leave the register unspecified.
1016 Include the register name in the "Incomplete CFI data" complaint.
1017 Supress leading zeros in the address.
1018
1019 2004-11-05 Mark Kettenis <kettenis@gnu.org>
1020
1021 * dwarf2-frame.c (decode_frame_entry_1): Avoid indirection when
1022 skipping a personality routine in a CIE augmentation.
1023
1024 2004-11-05 Jeff Johnston <jjohnstn@redhat.com>
1025
1026 * defs.h (fatal, vfatal): New function prototypes.
1027 * stack.c (backtrace_command_stub): Stub to call backtrace_command_1
1028 via catch_errors.
1029 (backtrace_command): Change to call backtrace_command_stub via
1030 catch_errors instead of calling backtrace_command_1 directly.
1031 (backtrace_full_command): Ditto.
1032 * utils.c (error_stream_1): New static function.
1033 (verror): Change to call error_stream_1 instead of error_stream.
1034 (error_stream): Call error_stream_1 with RETURN_ERROR argument.
1035 (vfatal, fatal): New functions.
1036
1037 2004-11-05 Andrew Cagney <cagney@gnu.org>
1038
1039 * stack.c (parse_frame_specification_1): Clear selected_frame_p
1040 when not using selected frame.
1041
1042 2004-11-05 Mark Kettenis <kettenis@jive.nl>
1043
1044 * dwarf2-frame.c (decode_frame_entry_1): Correctly skip
1045 personality routine in a CIE augmentation.
1046
1047 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
1048
1049 * stack.c (set_current_sal_from_frame): New function.
1050 (print_args_stub): Use it.
1051 (print_frame_info): Don't set sal here.
1052
1053 2004-11-04 Mark Kettenis <kettenis@gnu.org>
1054
1055 * dwarf2-frame.c (read_encoded_value): Change type of third
1056 argument to `unsigned char *'. Add support for LEB128 encodings.
1057
1058 2004-11-04 Jim Blandy <jimb@redhat.com>
1059
1060 * gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
1061 prevent cross-objfile references.
1062 (make_cv_type): Doc fix. Don't create cross-objfile references,
1063 even for stub types.
1064 (replace_type): Add assertion to prevent cross-objfile references.
1065 (check_typedef): Never resolve a stub type by copying over a type
1066 from another file.
1067
1068 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
1069
1070 * Makefile.in (m32r-tdep.o): Update dependencies.
1071 * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for
1072 ABI-specific overrides.
1073
1074 2004-11-04 Kei Sakamoto <sakamoto.kei@denesas.com>
1075
1076 * m32r-tdep.c (m32r_memory_insert_breakpoint): Remove
1077 unnecessary parallel execution bit.
1078 (m32r_memory_remove_breakpoint): Ditto.
1079 (m32r_breakpoint_from_pc): Update.
1080
1081 2004-11-03 Randolph Chung <tausq@debian.org>
1082
1083 * hppa-tdep.c (hppa_frame_cache): Use frame_pc_unwind instead of
1084 frame_func_unwind to locate the unwind entry.
1085 (hppa_frame_this_id): Likewise.
1086
1087 2004-11-03 Andrew Cagney <cagney@gnu.org>
1088
1089 * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p'
1090 packet, obsolete configurations, end-of-life deprecated_registers.
1091
1092 2004-11-02 Mark Kettenis <kettenis@gnu.org>
1093
1094 * dwarf2-frame.c (read_encoded_value): Set proper size for signed
1095 encodings as well as unsigned encodings.
1096
1097 2004-11-02 Andrew Cagney <cagney@gnu.org>
1098
1099 * value.h (COERCE_VARYING_ARRAY): Delete.
1100 * valops.c (value_cast, value_slice): Delete use.
1101 * valarith.c (value_subscript, value_concat): Delete use.
1102
1103 2004-11-02 Paul Hilfinger <hilfingr@nile.gnat.com>
1104
1105 * NEWS: GDB understands GNAT Ada.
1106
1107 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
1108
1109 * Makefile.in (ALLDEPFILES): Add amd64-sol2-tdep.c.
1110 (amd64-sol2-tdep.o): Add dependencies.
1111 * amd64-sol2-tdep.c, config/i386/sol2-64.mh,
1112 config/i386/sol2-64.mt: New files.
1113 * i386-sol2-nat.c (amd64_sol2_gregset64_reg_offset,
1114 amd64_sol2_gregset32_reg_offset, _initialize_amd64_sol2_nat): New.
1115 (supply_gregset): Correct order of arguments to
1116 amd64_supply_native_gregset.
1117 (fill_gregset): Correct order of arguments to
1118 amd64_collect_native_gregset.
1119 * configure.host (i[34567]86-*-solaris2.1[0-9]*): Add new case.
1120 * configure.tgt (i[34567]86-*-solaris2.1[0-9]*): Likewise.
1121 * configure.in (*-*-solaris2.[[6789]]): Add *-*-solaris2.1[[0-9]]
1122 for definition of NEW_PROC_API.
1123 * configure: Regenerate.
1124
1125 2004-11-01 Joseph S. Myers <joseph@codesourcery.com>
1126
1127 * MAINTAINERS (Write After Approval): Add myself.
1128
1129 2004-11-01 Andrew Cagney <cagney@gnu.org>
1130
1131 * configure.tgt: Mark d10v-*-* as obsolete.
1132 * config/d10v/d10v.mt, d10v-tdep.c: Obsolete files.
1133
1134 2004-11-01 Paul N. Hilfinger <Hilfinger@gnat.com>
1135
1136 * values.c (modify_field): Correct handling of bit-fields that
1137 don't fit in 32 bits. Use unsigned operations throughout and
1138 simplify the code a bit. Document preconditions.
1139
1140 2004-10-31 Andrew Cagney <cagney@gnu.org>
1141
1142 * config/pa/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1143 * config/tm-sysv4.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1144 (in_plt_section): Delete.
1145
1146 * mips-tdep.c (mips_in_solib_return_trampoline): Delete.
1147 (mips_gdbarch_init): Do not set same.
1148
1149 * arch-utils.c (generic_in_solib_call_trampoline): Delete.
1150 * arch-utils.h (generic_in_solib_call_trampoline): Delete.
1151
1152 * gdbarch.sh (in_solib_call_trampoline): Delete.
1153 * gdbarch.h, gdbarch.c: Re-generate.
1154
1155 * hppa-tdep.c (hppa_stub_unwind_sniffer): Replace
1156 IN_SOLIB_CALL_TRAMPOLINE with tdep.in_solib_call_trampoline.
1157 * hppa-tdep.h (struct gdbarch_tdep): Add in_solib_call_trampoline.
1158 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Set same.
1159 * hppa-linux-tdep.c (hppa_linux_init_abi): Ditto.
1160
1161 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1162
1163 * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1164 (mipsnbsd_fetch_inferior_registers): Rename from
1165 fetch_inferior_registers. Make static.
1166 (mipsnbsd_store_inferior_registers): Rename from
1167 store_inferior_registers. Make static.
1168 (_initialize_mipsnbsd_nat): New function and prototype.
1169 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1170 * config/mips/nbsd.mh (NAT_CLIBS, NAT_FILE): Remove variables.
1171 (NATDEPFILES): Remove infptrace.o and inftarg.o. Add
1172 inf-ptrace.o.
1173
1174 2004-10-31 Andrew Cagney <cagney@gnu.org>
1175
1176 * xstormy16-tdep.c (xstormy16_in_solib_call_trampoline)
1177 (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline,
1178 delete corresponding unused function.
1179 * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set
1180 in_solib_call_trampoline.
1181 * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete.
1182 * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE.
1183 * config/mips/tm-nbsd.h: Ditto.
1184 * config/arm/tm-linux.h: Ditto.
1185 * config/mips/tm-linux.h: Ditto.
1186
1187 * armnbsd-tdep.c (arm_netbsd_aout_init_abi)
1188 (arm_netbsd_aout_in_solib_call_trampoline): Do not set
1189 in_solib_call_trampoline, delete corresponding unused function.
1190 * vaxnbsd-tdep.c (vaxnbsd_aout_in_solib_call_trampoline)
1191 (vaxnbsd_aout_init_abi): Ditto.
1192 * sparcnbsd-tdep.c (sparcnbsd_aout_in_solib_call_trampoline)
1193 (sparc32nbsd_aout_init_abi): Ditto.
1194 * ppc-linux-tdep.c (ppc64_in_solib_call_trampoline)
1195 (ppc_linux_init_abi): Ditto.
1196 * ns32knbsd-tdep.c (ns32knbsd_aout_in_solib_call_trampoline)
1197 (ns32knbsd_init_abi_aout): Ditto.
1198 * mips-tdep.c (mips_in_call_stub, mips_gdbarch_init): Ditto.
1199 * mips-linux-tdep.c (mips_linux_init_abi): Ditto.
1200 * m68kbsd-tdep.c (m68kbsd_aout_in_solib_call_trampoline)
1201 (m68kbsd_aout_init_abi): Ditto.
1202 * i386-cygwin-tdep.c (i386_cygwin_in_solib_call_trampoline)
1203 (i386_cygwin_init_abi): Ditto.
1204 * i386bsd-tdep.c (i386bsd_aout_in_solib_call_trampoline)
1205 (i386bsd_init_abi): Ditto.
1206
1207 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Do not set
1208 in_solib_call_trampoline to in_plt_entry, IN_SOLIB_CALL_TRAMPOLINE
1209 isn't used by this architecture.
1210 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Ditto.
1211 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Ditto.
1212 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Ditto.
1213 * s390-tdep.c (s390_gdbarch_init): Ditto.
1214 * ppc-linux-tdep.c (ppc_linux_init_abi): Ditto.
1215 * m68klinux-tdep.c (m68k_linux_init_abi): Ditto.
1216 * i386-tdep.c (i386_svr4_init_abi): Ditto.
1217 * i386-nto-tdep.c (i386nto_init_abi): Ditto.
1218 * arm-linux-tdep.c (arm_linux_init_abi): Ditto.
1219 * amd64-tdep.c (amd64_init_abi): Ditto.
1220
1221 * vaxnbsd-tdep.c (vaxnbsd_elf_init_abi): Do not set
1222 in_solib_call_trampoline to its default value of
1223 generic_in_solib_call_trampoline.
1224 * ppcobsd-tdep.c (ppcobsd_init_abi): Ditto.
1225 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Ditto.
1226 * i386obsd-tdep.c (i386obsd_elf_init_abi): Ditto.
1227 * i386nbsd-tdep.c (i386nbsdelf_init_abi): Ditto.
1228 * i386fbsd-tdep.c (i386fbsd_init_abi): Ditto.
1229 * hppabsd-tdep.c (hppabsd_init_abi): Ditto.
1230
1231 * mips-tdep.c (mips_dump_tdep): Don't print any of the macros.
1232
1233 * config/mips/obsd64.mt (DEPRECATED_TM_FILE): Delete.
1234
1235 * config/mips/tm-mips.h: Delete file.
1236 * remote-mips.c: Delete tm-mips.h from comment.
1237 * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete.
1238 * config/mips/tm-nbsd.h: Don't include tm-mips.h.
1239 * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete.
1240 * config/mips/tm-linux.h: Don't include tm-mips.h.
1241 * config/mips/tm-vxmips.h: Don't include tm-mips.h.
1242 * config/mips/irix5.mt (DEPRECATED_TM_FILE):
1243 * config/mips/tm-wince.h: Don't include.
1244
1245 * mdebugread.h (MDEBUG_EFI_SYMBOL_NAME): Define.
1246 * mdebugread.c (MDEBUG_EFI_SYMBOL_NAME): Delete.
1247 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1248 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Delete.
1249
1250 * mdebugread.h (ecoff_relocate_efi): Delete declaration.
1251 * mdebugread.c (ecoff_relocate_efi): Delete function.
1252 * objfiles.c (objfile_relocate): Delete #ifdef
1253 MDEBUG_EFI_SYMBOL_NAME code.
1254
1255 2004-10-31 Orjan Friberg <organ.friberg@axis.com>
1256 Andrew Cagney <cagney@gnu.org>
1257
1258 * gdbarch.sh (single_step_through_delay): Add.
1259 * gdbarch.h, gdbarch.c: Re-generate.
1260 * config/mips/tm-mips.h (STEP_SKIPS_DELAY_P, STEP_SKIPS_DELAY)
1261 (mips_step_skips_delay): Delete.
1262 * mips-tdep.c (mips_single_step_through_delay): Replace
1263 mips_step_skips_delay.
1264 (mips_gdbarch_init): Set single_step_through_delay.
1265 (mips_dump_tdep): Do not print STEP_SKIPS_DELAY.
1266
1267 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1268
1269 * tramp-frame.c (tramp_frame_prepend_unwinder): Set unwinder type
1270 from TRAMP_FRAME frame type.
1271
1272 2004-10-31 Andrew Cagney <cagney@gnu.org>
1273
1274 * mdebugread.c (parse_procedure): Wrap use of RA_REGNUM in #ifdef.
1275
1276 * mips-tdep.c (mips_ignore_helper): Delete.
1277 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete.
1278 * infrun.c (handle_inferior_event): Delete #ifdef
1279 DEPRECATED_IGNORE_HELPER_CALL code.
1280
1281 * config/mips/tm-mips.h (RA_REGNUM): Delete.
1282
1283 2004-10-31 Mark Kettenis <kettenis@gnu.org>
1284
1285 * i386v4-nat.c (supply_gregset, supply_fpregset, fill_gregset)
1286 (fill_fpregset): Do not compile for 64-bit systems.
1287 * i386-sol2-nat.c: Don't include "i386v4-nat.c".
1288 * Makefile.in (i386-sol2-nat.o): Update dependencies.
1289 * config/i386/i386sol2.mh (NATDEPFILES): Add back i386v4-nat.c.
1290
1291 2004-10-30 Andrew Cagney <cagney@gnu.org>
1292
1293 * mdebugread.h: Include "coff/sym.h" and "coff/symconst.h".
1294 (struct mdebug_extra_func_info): Define.
1295 * config/alpha/tm-alpha.h: Delete same.
1296 * config/mips/tm-mips.h: Delete same.
1297 * mdebugread.c: Delete same.
1298 * Makefile.in: Update dependencies.
1299 * mips-mdebug-tdep.c: Include "mdebugread.h".
1300
1301 * objfiles.c: Include "mdebugread.h".
1302 * mdebugread.c: Include "mdebugread.h".
1303 (ecoff_relocate_cfi): Delete.
1304 * config/alpha/tm-alpha.h (ecoff_relcate_cfi): Delete.
1305 * config/mips/tm-mips.h (ecoff_relcate_cfi): Delete.
1306 * mdebugread.h (ecoff_relocate_efi): New file.
1307 * Makefile.in: Update dependencies.
1308
1309 * mips-tdep.c (struct frame_extra_info): Delete.
1310 (temp_proc_desc): Delete.
1311
1312 * config/alpha/tm-alpha.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1313 MIPS_EFI_SYMBOL_NAME.
1314 (mips_extra_func_info_t, mips_extra_func_info): Delete.
1315 (struct mdebug_extra_func_info): Replace struct
1316 alpha_extra_func_info and alpha_extra_func_info_t.
1317 * config/mips/tm-mips.h (MDEBUG_EFI_SYMBOL_NAME): Rename
1318 MIPS_EFI_SYMBOL_NAME.
1319 (struct mdebug_extra_func_info): Replace struct
1320 alpha_extra_func_info and alpha_extra_func_info_t.
1321 * objfiles.c, mips-tdep.c, mips-mdebug-tdep.c: Update.
1322 * mdebugread.c, alpha-mdebug-tdep.c:
1323
1324 Suggested by Mark Kettenis.
1325 * config/mips/tm-mips.h (struct mips_extra_func_info): Delete
1326 fields frame_adjust and high_addr.
1327 * mips-mdebug-tdep.c (PROC_HIGH_ADDR, PROC_FRAME_ADJUST): Delete.
1328 (non_heuristic_proc_desc): Delete references.
1329
1330 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
1331 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
1332 * mips-tdep.c: Update.
1333
1334 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
1335 (MIPS_LAST_EMBED_REGNUM): Add.
1336 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
1337 (LAST_EMBED_REGNUM): Delete.
1338 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
1339
1340 * config/mips/tm-mips.h (PS_REGNUM): Delete.
1341 * mips-tdep.h (MIPS_PS_REGNUM): Add.
1342 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
1343 * mips-linux-nat.c: Update.
1344
1345 * mips-tdep.h: Add comments on registers.
1346 (MIPS_UNUSED_REGNUM): Define.
1347 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
1348 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
1349 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
1350 * mips-linux-nat.c, remote-mips.c: Update.
1351
1352 * config/mips/tm-mips.h (t_insn): Delete.
1353 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
1354 Replace t_insn with ULONGEST.
1355
1356 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1357
1358 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
1359 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
1360 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
1361 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
1362 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
1363 (mipsnbsd_core_osabi_sniffer): New function.
1364 (mipsnbsd_init_abi): Set regset_from_core_section.
1365 (_initialize_mipsnbsd_tdep): Remove calls to
1366 deprecated_add_core_fns.
1367 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
1368 (mipsnbsd_regset_from_core_section): New functions.
1369 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
1370 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
1371
1372 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
1373 Remove optimization for DEPRECATED_FP_REGNUM.
1374
1375 2004-10-30 Andrew Cagney <cagney@gnu.org>
1376
1377 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
1378 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
1379 (alpha_setup_arbitrary_frame): Delete.
1380 * mips-tdep.c (setup_arbitrary_frame): Delete.
1381 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
1382 (setup_arbitrary_frame): Delete.
1383 * stack.c (parse_frame_specification_1): When specified, call
1384 create_new_frame with two parameters. Delete #ifdef
1385 SETUP_ARBITRARY_FRAME.
1386
1387 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
1388 (MIPS_INSTLEN): Delete.
1389 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
1390 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
1391 * remote-mips.c, mips-tdep.c: Update.
1392
1393 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
1394 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
1395 * mips-tdep.c (mips_mdebug_frame_cache)
1396 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
1397 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
1398 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
1399 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
1400 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
1401 (mips_gdbarch_init): Do not append mdebug sniffers.
1402 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
1403 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
1404 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
1405 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
1406 * Makefile.in: Update dependencies.
1407
1408 * mips-tdep.h (mips_abi_regsize): Declare.
1409 * mips-tdep.c (mips_abi_regsize): Make non-static.
1410
1411 * mips-tdep.c (gdb_print_insn_mips): Simplify.
1412 (make_mips16_addr): Delete.
1413
1414 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1415
1416 * i386-sol2-nat.c: New file.
1417 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
1418 i386-sol2-tdep.c.
1419 (i386-sol2-nat.o): Update dependencies.
1420 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
1421 i386-sol2-nat.o.
1422
1423 2004-10-30 Andrew Cagney <cagney@gnu.org>
1424
1425 Total breakage identified by Joel Brobecker.
1426 * mips-tdep.c (after_prologue): Delete.
1427 (mips_skip_prologue): Use skip_prologue_using_sal.
1428 (heuristic_proc_desc): Delete, unused.
1429
1430 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1431
1432 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
1433 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
1434 Cleanup coding style.
1435
1436 2004-10-30 Andrew Cagney <cagney@gnu.org>
1437
1438 * mips-tdep.h (mips_pc_is_mips16): Declare.
1439 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
1440 non-static. Update calls.
1441
1442 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
1443 * command.h (add_setshow_enum_cmd): Declare.
1444 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
1445
1446 * mips-tdep.c (_initialize_mips_tdep): Use
1447 add_setshow_zinteger_cmd.
1448
1449 * mips-tdep.c (mips_eabi_extract_return_value)
1450 (mips_o64_extract_return_value, mips_o64_store_return_value)
1451 (return_value_location, mips_eabi_reg_struct_has_addr)
1452 (mips_eabi_use_struct_convention)
1453 (mips_eabi_store_return_value): Delete.
1454 (mips_eabi_store_return_value): New function.
1455 (mips_eabi_return_value): New function.
1456 (mips_gdbarch_init): For O64 and EABI, delete
1457 extract_return_value, store_return_value, use_struct_convention
1458 and reg_struct_has_addr, add return_value.
1459
1460 * mips-tdep.c (read_signed_register): Use
1461 regcache_cooked_read_signed.
1462
1463 2004-10-30 Mark Kettenis <kettenis@gnu.org>
1464
1465 * mipsread.c: Cleanup coding style.
1466 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
1467 (mipscoff_symfile_finish): Remove prototypes.
1468
1469 2004-10-29 Mark Kettenis <kettenis@gnu.org>
1470
1471 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
1472 (mips_mdebug_frame_cache, mips16_scan_prologue)
1473 (mips32_scan_prologue, mips_stub_frame_cache)
1474 (heuristic_proc_start, heuristic_proc_desc)
1475 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
1476 (mips_n32n64_return_value, mips_o32_push_dummy_call)
1477 (mips_o32_return_value, mips_o64_push_dummy_call)
1478 (mips_step_skips_delay, mips_skip_trampoline_code)
1479 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
1480 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
1481 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
1482 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
1483 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
1484 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
1485 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
1486 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
1487 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
1488 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
1489 ZERO_REGNUM.
1490 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
1491 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
1492 ZERO_REGNUM.
1493 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
1494 A0_REGNUM.
1495 * mipsnbsd-nat.c: Include "mips-tdep.h".
1496 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
1497 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
1498
1499 2004-10-29 Andrew Cagney <cagney@gnu.org>
1500
1501 * stack.c (parse_frame_specification_1): New function based on
1502 parse_frame_specification. Add message and selected_frame_p
1503 paramters. Truely always return non-NULL.
1504 (parse_frame_specification): Call parse_frame_specification_1.
1505 (frame_info): Update. Eliminate target_has_stack check.
1506 (select_frame_command): Update.
1507
1508 2004-10-29 Andrew Cagney <cagney@gnu.org>
1509
1510 * frame.h (get_selected_frame): Add message parameter.
1511 * frame.c (get_selected_frame): Add and use message parameter.
1512 * stack.c (current_frame_command, return_command, locals_info)
1513 (catch_info, args_info, up_silently_base, down_silently_base): Use
1514 get_selected_frame with an explicit message.
1515 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
1516 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
1517 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
1518 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
1519 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
1520 * breakpoint.c: Update.
1521
1522 2004-10-29 Andrew Cagney <cagney@gnu.org>
1523
1524 * trad-frame.c (trad_frame_get_prev_register): Use
1525 frame_unwind_register instead of frame_register_unwind, do not
1526 recurse the register's location.
1527 * xstormy16-tdep.c (xstormy16_frame_prev_register):
1528 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
1529 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
1530 * sh-tdep.c (sh_frame_prev_register): Ditto.
1531 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
1532 * i386-tdep.c (i386_frame_prev_register): Ditto.
1533 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
1534 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
1535
1536 2004-10-28 Mark Kettenis <kettenis@jive.nl>
1537
1538 * proc-events.c: Fix several coding-style issues. Consistently
1539 use #ifdef instead of #if defined().
1540 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
1541 ARRAY_SIZE.
1542 (_initialize_proc_events): New prototype.
1543
1544 * proc-why.c: Fix several coding-style issues.
1545 (proc_prettyfprint_why): Use ARRAY_SIZE.
1546
1547 2004-10-27 Jim Blandy <jimb@redhat.com>
1548
1549 * remote.c (fetch_register_using_p): Construct 'p' packet in a
1550 manner independent of the host byte order.
1551
1552 2004-10-27 Mark Kettenis <kettenis@gnu.org>
1553
1554 * mips-tdep.c (id_delayed): Remove prototype.
1555
1556 2004-10-26 Mark Kettenis <kettenis@gnu.org>
1557
1558 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
1559 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
1560 to enum with register numbers.
1561 (enum mips_insn_size): New enum.
1562
1563 2004-10-26 Andrew Cagney <cagney@gnu.org>
1564
1565 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
1566 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
1567 (mips_gdbarch_init): Update.
1568 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
1569
1570 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
1571 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
1572 IN_SOLIB_RETURN_TRAMPOLINE.
1573 * mips-tdep.c (mips_dump_tdep): Do not print
1574 IN_SOLIB_RETURN_TRAMPOLINE.
1575 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
1576 (mips_gdbarch_init): Update.
1577
1578 * mips-tdep.h (mips_software_single_step): Move to here ...
1579 * config/mips/tm-mips.h: ... from here.
1580 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
1581 (SOFTWARE_SINGLE_STEP): Delete.
1582 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
1583
1584 2004-10-25 Andrew Cagney <cagney@gnu.org>
1585
1586 * NEWS: Add Changes since GDB 6.3 section.
1587
1588 2004-10-23 Andreas Schwab <schwab@suse.de>
1589
1590 * ada-lang.c (grow_vect): Return the new array instead of
1591 expecting pointer to pointer to avoid violation of aliasing rules.
1592 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
1593
1594 2004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
1595
1596 * s390-tdep.c (enum pv_boolean): Remove.
1597 (pv_is_array_ref): Remove.
1598 (s390_on_stack): Remove.
1599 (S390_NUM_SPILL_SLOTS): Remove.
1600 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
1601 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
1602 (s390_store): Track all stores of orginal incoming registers to the
1603 stack constant offsets relative to the CFA, instead of only tracking
1604 stores into specific spill slots.
1605 (s390_load): Likewise.
1606 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
1607 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
1608 defined as call-saved by the ABI.
1609 (s390_push_dummy_call): Use bottom of dummy call argument save area
1610 as return value, not the top. Do not store to the called function's
1611 register save area.
1612 (s390_unwind_dummy_id): Adapt accordingly.
1613
1614 2004-10-23 Andrew Cagney <cagney@gnu.org>
1615
1616 * objfiles.h (struct objfile): Rename obj_private to
1617 deprecated_obj_private, sym_private to deprecated_sym_private, and
1618 sym_stab_info to deprecated_sym_stab_info.
1619 * gdb-stabs.h: Update.
1620 * elfread.c: Update.
1621 * dbxread.c: Update.
1622 * coffread.c: Update.
1623 * xcoffread.c: Update.
1624 * symfile.c: Update.
1625 * somread.c: Update.
1626 * nlmread.c: Update.
1627 * mdebugread.c: Update.
1628 * hpread.c: Update.
1629 * coffread.c: Update.
1630
1631 2004-10-23 Mark Kettenis <kettenis@gnu.org>
1632
1633 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
1634 * configure.host: Add mips64*-*-openbsd*.
1635 * configure.tgt: Add mips64*-*-openbsd*.
1636 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
1637 mips64obsd-tdep.c.
1638 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
1639 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
1640
1641 2004-10-21 Joel Brobecker <brobecker@gnat.com>
1642
1643 * symtab.c (symbol_search_name): Minor reformatting.
1644
1645 2004-10-20 Joel Brobecker <brobecker@gnat.com>
1646
1647 * symtab.h: Fix typo in comment.
1648
1649 2004-10-19 Mark Kettenis <kettenis@gnu.org>
1650
1651 * dwarf2read.c (struct comp_unit_head): Fix coding style.
1652 (dwarf_decode_line_header): Likewise.
1653
1654 2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
1655
1656 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
1657
1658 2004-10-19 Andrew Cagney <cagney@gnu.org>
1659
1660 GDB 6.3 branch created.
1661 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
1662
1663 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1664
1665 * dwarf2read.c (set_cu_language): Set language to Ada for
1666 DW_LANG_Ada83 and DW_LANG_Ada95.
1667
1668 2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
1669
1670 From Andreas Schwab <schwab@suse.de>:
1671 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
1672 for xmalloc and xrealloc.
1673
1674 2004-10-15 Andrew Cagney <cagney@gnu.org>
1675
1676 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
1677 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
1678 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
1679 Update dependencies.
1680
1681 2004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
1682
1683 * ada-lang.c (ada_lookup_symbol): Correct comment.
1684 (ada_evaluate_subexp): Change error message for
1685 OP_FUNCALL case so as not to indicate an internal error.
1686
1687 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1688
1689 Committed by Paul Hilfinger.
1690 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
1691 type sizes in XVE/XVU types, and emit a warning when that happens,
1692 instead of rounding up the size of the resulting type.
1693 Some minor reformatting.
1694 (ada_is_aligner_type): Do not consider a type as an aligner type
1695 if there is a corresponding XVS type as well.
1696 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
1697 have several levels of pointer indirection to the array.
1698
1699 2004-10-15 Jerome Guitton <guitton@gnat.com>
1700
1701 Committed by Paul Hilfinger.
1702 * ada-lang.c (check_size): New function.
1703 (coerce_unspec_val_to_type): call check_size to make sure
1704 that the object size is reasonable.
1705 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
1706 Implements the case when we get a reference when we evaluate
1707 the expression of one of the bounds of the slice.
1708 (ada_value_struct_elt): when a packed array field is
1709 a reference, use ada_coerce_ref to dereference it; use
1710 ada_value_ind only if it is a pointer.
1711
1712 2004-10-15 Joel Brobecker <brobecker@gnat.com>
1713
1714 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
1715 a bit to avoid the necessity of an advance declaration. Remove
1716 declaration.
1717 (set_reg_offset): Move implemenation up.
1718 (mips16_get_imm): Likewise.
1719 (mips16_scan_prologue): Likewise.
1720 (reset_saved_regs): Likewise.
1721 (mips32_scan_prologue): Likewise.
1722
1723 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1724
1725 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
1726 Remove sp as a parameter, compute it internally instead. Move
1727 prologue scanning limit from heuristic_proc_desc to here.
1728 (mips16_scan_prologue): Likewise.
1729 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
1730 by call to mips16_scan_prologue.
1731 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
1732 by call to mips32_scan_prologue.
1733 (heuristic_proc_desc): Remove code that's no longer necessary.
1734 Update calls to mips16_scan_prologue and mips32_scan_prologue.
1735 (mips_skip_prologue): Update calls to mips16_scan_prologue
1736 and mips32_scan_prologue.
1737
1738 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1739
1740 * mips-tdep.c (mips16_scan_prologue): Merge code from
1741 mips16_skip_prologue. Now return the address of the first
1742 instruction past the function prologue.
1743 (mips16_skip_prologue): Remove, no longer necessary.
1744 (mips_skip_prologue): Replace call to mips16_skip_prologue
1745 by call to mips16_scan_prologue.
1746
1747 2004-10-14 Joel Brobecker <brobecker@gnat.com>
1748
1749 * mips-tdep.c (mips32_scan_prologue): Merge code from
1750 mips32_skip_prologue. Now return the address of the first
1751 instruction past the function prologue.
1752 (mips32_skip_prologue): Remove. No longer necessary.
1753 (mips16_skip_prologue): Add parameter end_pc instead of
1754 computing it.
1755 (mips_skip_prologue): Compute the upper limit for the
1756 prologue scanning. Update call to mips16_skip_prologue.
1757 Replace call to mips32_skip_prologue by call to
1758 mips32_scan_prologue.
1759
1760 2004-10-14 Mark Kettenis <kettenis@gnu.org>
1761
1762 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
1763 NetBSD system call stubs that store %rp in the ERP slot of the
1764 stack frame.
1765
1766 * source.c: Always define O_BINARY to 0 if not defined already.
1767 (openp): Unconditionally use O_BINARY.
1768
1769 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
1770 * event-top.c (gdb_readline2): Likewise.
1771
1772 2004-10-14 Orjan Friberg <orjanf@axis.com>
1773
1774 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
1775 deprecated_add_core_fns which was removed by mistake.
1776
1777 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1778
1779 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
1780 references to deprecated_registers[] with equivalent code.
1781
1782 2004-10-13 Kevin Buettner <kevinb@redhat.com>
1783
1784 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
1785 ``deprecated_registers'' with equivalent code. Use gdb_assert()
1786 instead of explicit test and print statement.
1787
1788 2004-10-12 Mark Kettenis <kettenis@gnu.org>
1789
1790 * sparc-nat.c: Include "inf-ptrace.h".
1791 (sparc_target): New function.
1792 * sparc-nat.h: Update copyright year.
1793 (sparc_target): New prototype.
1794 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
1795 (_initialize_sparcnbsd_nat): Construct and add target vector.
1796 * sparc64nbsd-nat.c: Include "target.h".
1797 (_initialize_sparc64nbsd_nat): Construct and add target vector.
1798 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
1799 Update dependencies.
1800 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
1801 inftarg.o, add inf-ptrace.o.
1802 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1803 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
1804 (NAT_FILE): Set to nm-bsd.h.
1805 (LOADLIBES): New variable.
1806 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1807 infarg.o, add inf-ptrace.o.
1808 * config/sparc/nm-nbsdaout.h: Remove file.
1809 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
1810 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
1811 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
1812
1813 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
1814 "fopen-same.h". Update comment.
1815
1816 2004-10-11 Mark Kettenis <kettenis@gnu.org>
1817
1818 * i386gnu-nat.c: Include "gdb_string.h".
1819 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
1820 registers when the floating-point state isn't initialized.
1821 * Makefile.in (i386gnu-nat.o): Update dependencies.
1822
1823 2004-10-11 David Anderson <davea@sgi.com>
1824
1825 * regcache.c (regcache_raw_read): Comment was missing "to".
1826 Extraneous ' removed.
1827 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
1828 comment now describes use.
1829
1830 2004-10-11 Orjan Friberg <orjanf@axis.com>
1831
1832 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
1833 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
1834 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
1835 (cris_sigtramp_frame_sniffer): New functions.
1836 (cris_gdbarch_init): Hook in signal trampoline unwinder.
1837 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
1838 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
1839 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
1840 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
1841 command.
1842 (cris_version_update): Remove, replace with ...
1843 (set_cris_version): New function.
1844 (struct gdbarch_tdep, cris_mode, cris_mode_update)
1845 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
1846 (_initialize_cris_tdep): Remove CRIS mode command.
1847 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
1848 cris-fpless-backtrace command.
1849 (cris_scan_prologue): Fix prologue scanning limit.
1850 (cris_register_type): Update to reflect actual registers.
1851 (cris_register_bytes_ok) Remove.
1852 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
1853 Remove set_gdbarch_deprecated_register_size,
1854 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
1855
1856 2004-10-10 Andrew Cagney <cagney@gnu.org>
1857
1858 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
1859 comment.
1860
1861 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1862
1863 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
1864
1865 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1866
1867 * mips-tdep.c (mips16_scan_prologue): Renames
1868 mips16_heuristic_proc_desc. Update comment.
1869 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
1870 (heuristic_proc_desc): Update calls to the 2 functions above.
1871
1872 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1873
1874 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
1875 Update comments. Also immediately return empty cache when the start
1876 address of our function could not be found.
1877 (mips_insn32_frame_cache): Likewise.
1878
1879 2004-10-10 Joel Brobecker <brobecker@gnat.com>
1880
1881 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
1882 (mips_insn16_frame_cache): Pass frame cache in call to
1883 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
1884 Remove code that became redundant as a consequence.
1885 (mips32_heuristic_proc_desc): No longer compute a fake
1886 procedure descriptor. Compute the full frame cache instead.
1887 Some minor comment reformatting.
1888
1889 2004-10-10 Jim Blandy <jimb@redhat.com>
1890
1891 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
1892 reader, tracing bytecode stuff): Remove self.
1893
1894 2004-10-10 Mark Kettenis <kettenis@gnu.org>
1895
1896 * sparc64-linux-tdep.c: Update copyright year. Don't include
1897 "solib-svr4.h".
1898 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
1899 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1900 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
1901
1902 * sparc-linux-tdep.c: Update copyright year.
1903 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
1904 to struct frame_info *. Use safe_frame_unwind_memory instead of
1905 deprecated_read_memory_nobpt.
1906 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
1907 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
1908 changed signature of sparc_linux_sigtramp_start.
1909 (sparc32_linux_pc_in_sigtramp): Remove function.
1910 (sparc32_linux_sigtramp_p): New function.
1911 (sparc32_linux_sigtramp_frame_sniffer): Use
1912 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
1913
1914 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
1915 Remove function.
1916 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
1917
1918 * ada-lang.c (lim_warning): Re-implement as a varargs function.
1919 (decode_packed_array_type, value_subscript_packed)
1920 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
1921 argument in call to lim_warning.
1922
1923 * configure.in: Really disable the TUI if an enhanced curses
1924 library isn't found.
1925 * configure: Regenerate.
1926
1927 2004-10-09 Mark Kettenis <kettenis@gnu.org>
1928
1929 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
1930 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
1931 * config/i386/nm-nbsdaout.h: Remove file.
1932 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
1933 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
1934 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
1935 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
1936 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
1937 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
1938 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
1939 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
1940 (ldd, ld_un, ld_2): Remove defines.
1941 * config/i386/nm-obsd.h: Likewise.
1942
1943 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
1944
1945 * ada-lex.l: Remove useless rule whose right-context clause
1946 causes unreferenced static function warning for yyrealloc.
1947 (ada_flex_use): Remove the artificial reference to yyrealloc.
1948
1949 2004-10-08 Andrew Cagney <cagney@gnu.org>
1950
1951 * target.h (struct target_ops): Rename to_xfer_memory to
1952 deprecated_xfer_memory.
1953 * target.c: Update.
1954 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
1955 * wince.c: Update.
1956 * win32-nat.c: Update.
1957 * v850ice.c: Update.
1958 * uw-thread.c: Update.
1959 * thread-db.c: Update.
1960 * sol-thread.c: Update.
1961 * remote.c: Update.
1962 * remote-vx.c: Update.
1963 * remote-st.c: Update.
1964 * remote-sim.c: Update.
1965 * remote-sds.c: Update.
1966 * remote-rdp.c: Update.
1967 * remote-rdi.c: Update.
1968 * remote-mips.c: Update.
1969 * remote-m32r-sdi.c: Update.
1970 * remote-e7000.c: Update.
1971 * procfs.c: Update.
1972 * ppc-bdm.c: Update.
1973 * nto-procfs.c: Update.
1974 * monitor.c: Update.
1975 * linux-nat.c: Update.
1976 * inftarg.c: Update.
1977 * hpux-thread.c: Update.
1978 * go32-nat.c: Update.
1979 * gnu-nat.c: Update.
1980 * exec.c: Update.
1981 * corelow.c: Update.
1982 * bsd-kvm.c: Update.
1983 * aix-thread.c: Update.
1984
1985 2004-10-08 Andrew Cagney <cagney@gnu.org>
1986
1987 * target.c (debug_target): Move to near start of file.
1988 (target_stopped_data_address_p): Re-org logic, add casts.
1989
1990 2004-10-02 Mark Kettenis <kettenis@gnu.org>
1991
1992 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
1993 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
1994 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
1995 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
1996 New defines.
1997
1998 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
1999
2000 * target.h (to_stopped_data_address): Change prototype to
2001 take a CORE_ADDR pointer and return an int.
2002 * target.c (update_current_target): Change to_stopped_data_address
2003 to match new prototype.
2004 (debug_to_stopped_data_address): Change appropriately.
2005 * breakpoint.c (bpstat_stop_status): Change call to
2006 target_stopped_data_address to use new prototype.
2007 * frv-tdep.c (frv_have_stopped_data_address): New function.
2008 (frv_stopped_data_address): Change to new prototype and
2009 functionality.
2010 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
2011 prototype and functionality.
2012 (ia64_stopped_by_watchpoint): New function.
2013 * i386-nat.c (i386_stopped_data_address): Change to new
2014 prototype and functionality.
2015 (i386_stopped_by_watchpoint): New function.
2016 * remote.c (remote_stopped_data_address): Change to new prototype
2017 and functionality.
2018 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
2019 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
2020 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
2021 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
2022 new i386_stopped_by_watchpoint function.
2023 (i386_stopped_by_watchpoint): New prototype.
2024 (i386_stoppped_data_address): Change to new prototype.
2025 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
2026 new ia64_stopped_by_watchpoint function.
2027 (ia64_stopped_by_watchpoint): New prototype.
2028 (ia64_stopped_data_address): Ditto.
2029
2030 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
2031
2032 * ada-typeprint.c (ada_print_type): Use int_string for printing
2033 modulus of modular type.
2034 * ada-lang.h (ada_modulus): Change return type to unsigned.
2035 * ada-lang.c (ada_language_arch_info): Correct type of
2036 string_char_type.
2037 (ada_modulus): Return unsigned result.
2038 (ada_lookup_symbol): Remove user disambiguation and modify comment
2039 accordingly.
2040
2041 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
2042
2043 Committed by Paul Hilfinger.
2044 * ada-lang.c (decode_packed_array): On big-endian targets,
2045 left-justify the value if it comes with a modular type.
2046
2047 2004-10-08 Joel Brobecker <brobecker@gnat.com>
2048
2049 Committed by Paul Hilfinger.
2050 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
2051 (is_name_suffix): Add support for "___JM" suffixes.
2052 (ada_check_typedef): Renames ada_completed_type.
2053 Update all users of CHECK_TYPEDEF, check_typedef, and
2054 ada_complete_type to call ada_check_typedef.
2055 * ada-typeprint.c: Likewise.
2056 * ada-valprint.c: Likewise.
2057
2058 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
2059
2060 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
2061
2062 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
2063
2064 * MAINTAINERS: Update e-mail address.
2065
2066 2004-10-07 Daniel Jacobowitz <dan@debian.org>
2067
2068 From Maciej W. Rozycki <macro@mips.com>:
2069 * mips-tdep.c (mips32_next_pc): Check the register's contents,
2070 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
2071
2072 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
2073
2074 * m32r-tdep.c (decode_prologue): Support functions written
2075 in assembler language. Recognize trap instructions as the
2076 end of prologue.
2077 (m32r_frame_unwind_cache): Ditto.
2078 (m32r_skip_prologue): Extend search limit. Quit analyzing
2079 prologue if pc's location is not readable.
2080
2081 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
2082
2083 * Makefile.in (.l.c): Do conversions of names of alloc and free
2084 functions that are done for .y.c files, plus special one
2085 for yy_flex_realloc. Also, correct missing-file tests here.
2086 * ada-lex.l (malloc, free): Remove macros.
2087 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
2088 xrealloc.
2089 (ada_flex_use): Dummy definition to remove warnings about unused
2090 functions.
2091 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
2092 to suppress warning.
2093
2094 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2095
2096 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
2097 RETURN_VALUE.
2098 (sh_return_value_fpu): Ditto for CPUs with FPU.
2099 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
2100 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
2101 Install sh_return_value_nofpu resp. sh_return_value_fpu as
2102 RETURN_VALUE functions.
2103
2104 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2105
2106 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
2107 (sh_pseudo_register_write): Ditto.
2108
2109 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2110
2111 * sh-tdep.c (IS_MACL_STS): New define.
2112 (IS_MOVI20): Ditto.
2113 (IS_MACL_LDS): Ditto.
2114 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
2115 instructions in prologue.
2116 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
2117 instructions in epilogue.
2118
2119 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2120
2121 * sh-tdep.c (SH_NUM_REGS): Define as 67.
2122 (sh_sh_register_name): Add eight empty register names.
2123 (sh_sh3_register_name): Ditto.
2124 (sh_sh3e_register_name): Ditto.
2125 (sh_sh2e_register_name): Ditto.
2126 (sh_sh2a_register_name): New function, defining SH2A register set.
2127 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
2128 in nofpu case.
2129 (sh_sh_dsp_register_name): Add eight empty register names.
2130 (sh_sh3_dsp_register_name): Ditto.
2131 (sh_sh4_register_name): Ditto.
2132 (sh_sh4_nofpu_register_name): Ditto.
2133 (sh_sh4al_dsp_register_name): Ditto.
2134 (sh2a_show_regs): New function.
2135 (sh2a_nofpu_show_regs): New function.
2136 (sh_sh2a_register_type): New function.
2137 (do_bank_register_info): New function.
2138 (sh_print_pseudo_register): Call do_bank_register_info.
2139 Call sh_print_pseudo_register for valid "bank" register.
2140 (sh_sh2a_register_sim_regno): New function.
2141 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
2142 Increment pseudo register count by one for all sh variants with
2143 pseudo registers to accomodate pseudo bank register.
2144 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
2145 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
2146 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
2147 Increment pseudo register numbers.
2148
2149 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
2150
2151 * dwarf2read.c (read_subroutine_type): Call make_function_type
2152 instead of lookup_function_type.
2153
2154 2004-10-05 Jim Blandy <jimb@redhat.com>
2155
2156 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
2157 (Previous change missed some uses.)
2158
2159 2004-10-05 Andrew Cagney <cagney@gnu.org>
2160
2161 * target.h (deprecated_child_ops): Rename child_ops.
2162 * wince.c: Update copyright. Rename child_ops.
2163 * win32-nat.c: Rename child_ops.
2164 * target.c: Rename child_ops.
2165 * rs6000-nat.c: Rename child_ops.
2166 * linux-nat.c: Rename child_ops.
2167 * infttrace.c: Rename child_ops.
2168 * inftarg.c: Rename child_ops.
2169 * infptrace.c: Rename child_ops.
2170 * hppah-nat.c: Update copyright. Rename child_ops.
2171 * hpux-thread.c: Update copyright. Rename child_ops.
2172
2173 2004-10-05 Daniel Jacobowitz <dan@debian.org>
2174
2175 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
2176
2177 2004-10-05 Andrew Cagney <cagney@gnu.org>
2178
2179 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
2180
2181 2004-10-05 Daniel Jacobowitz <dan@debian.org>
2182
2183 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
2184 (die_ref_table): Remove.
2185 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
2186 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
2187 the usage of this type.
2188 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
2189 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
2190 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
2191 (dwarf2_create_include_psymtab): Update comment.
2192 (find_partial_die): Remove third argument. Remove unreachable call
2193 to error ().
2194 (dwarf2_find_containing_comp_unit): Update comments. Change one
2195 assertion to an error. Remove an unreachable error.
2196 (dwarf2_find_comp_unit): Update comments.
2197 (type_at_offset): Remove dead code.
2198 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
2199 (store_in_ref_table): Add CU argument.
2200 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
2201 inter-compilation-unit references.
2202 (load_full_comp_unit, process_full_comp_unit): New functions, based
2203 on psymtab_to_symtab_1.
2204 (psymtab_to_symtab_1): Use them.
2205 (dwarf2_add_dependence): New function.
2206 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
2207 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
2208 (partial_die_parent_scope, guess_structure_name): Update for changes
2209 to find_partial_die.
2210 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
2211 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
2212 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
2213 (read_die_and_children): Update call to store_in_ref_table.
2214 (do_free_die_list_cleanup): Remove.
2215 (fixup_partial_die): Update for changes to find_partial_die.
2216 (read_full_die): Handle queueing absolute references.
2217 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
2218 (dwarf2_attr, die_specification, die_type)
2219 (die_containing_type, dwarf2_extension): Update calls to
2220 follow_die_ref.
2221 (dump_die): Update DW_FORM_ref* handling.
2222 (dwarf2_get_ref_die_offset): Likewise.
2223 (free_one_comp_unit): Release the dies list.
2224 (dwarf2_mark_helper): New function.
2225 (dwarf2_mark): Use it.
2226
2227 2004-10-05 Mark Kettenis <kettenis@jive.nl>
2228
2229 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
2230 when writing to memory.
2231
2232 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
2233
2234 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
2235 (m32r_extract_struct_value_address): Delete function.
2236 (m32r_return_value): New function.
2237 (m32r_gdbarch_init): Instead of store_return_value,
2238 extract_return_value, deprecated_extract_struct_value_address
2239 and deprecated_use_struct_convention, set return_value.
2240
2241 2004-10-03 Daniel Jacobowitz <dan@debian.org>
2242
2243 * dwarf2read.c (read_subrange_type): Add comment for variable
2244 sized arrays.
2245
2246 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
2247
2248 * Makefile.in (.l.c): Modify rule for compatibility with recent
2249 versions of flex, and remove most command-line options.
2250 * ada-lex.l: Add %options line in place of -I -i and -s command-line
2251 options.
2252
2253 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
2254
2255 Turn on initial Ada support (mainly expression evaluation).
2256
2257 * Makefile.in (SFILES): Remove ada-tasks.c.
2258 (HFILES_NO_SRCDIR): Add ada-lang.h.
2259 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
2260 (YYOBJ): Add ada-exp.o.
2261 (rule .l.c): Generalize to not mention ada.
2262 * symtab.c: Include ada-lang.h.
2263 (symbol_natural_name, symbol_demangled_name)
2264 (symbol_search_name): Add Ada case.
2265
2266 2004-10-01 Andrew Cagney <cagney@gnu.org>
2267
2268 * Makefile.in (COMMON_OBS): Add inf-child.o.
2269 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
2270 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2271 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2272 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
2273 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
2274 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
2275 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
2276 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
2277 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
2278 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
2279 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
2280 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
2281 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
2282
2283 * target.c (xfer_using_stratum): Change return type to LONGEST.
2284 On each iteration offset, readbuf and writebuf.
2285 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
2286 partial_length, and read/modify/write predicate, update comments.
2287 Pass buffer.word to ptrace write.
2288
2289 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
2290
2291 * symfile.c (init_filename_language_table): Add extensions for
2292 Ada.
2293 * defs.h (enum language): Add language_ada.
2294 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
2295 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
2296 (add_symbols_from_enclosing_procs): Make a no-op for now.
2297 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
2298 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
2299 (find_line_in_linetable, find_next_line_in_linetable)
2300 (read_all_symtabs, is_plausible_func_for_line)
2301 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
2302 (is_runtime_sym_defined, check_size): Remove declaration.
2303 (function_name_from_pc, ada_translate_error_message)
2304 (ada_lookup_minimal_symbol): Remove definition.
2305 (ada_add_block_symbols): Remove useless label.
2306 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
2307 useless declaration.
2308 (ada_is_exception_sym): Likewise.
2309
2310 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
2311
2312 Add m32r-linux support.
2313 * configure.tgt: Add m32r*-*-linux*.
2314 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
2315 and m32r-linux-tdep.c.
2316 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
2317 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
2318 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
2319 m32r-linux-tdep.c.
2320 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
2321 config/m32r/linux.mh, config/m32r/linux.mt,
2322 config/m32r/nm-linux.h: New files.
2323
2324 2004-09-30 Joel Brobecker <brobecker@gnat.com>
2325
2326 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
2327 (mips32_fetch_instruction): Remove, unused.
2328
2329 2004-09-30 Joel Brobecker <brobecker@gnat.com>
2330
2331 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
2332 conditions that will always be true.
2333
2334 2004-09-30 Mark Kettenis <kettenis@gnu.org>
2335
2336 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
2337 (vaxbsd_fetch_inferior_registers): Rename from
2338 fetch_inferior_registers. Make static.
2339 (vaxbsd_store_inferior_registers): Rename from
2340 store_inferior_registers. Make static.
2341 (_initialize_vaxbsd_nat): Construct and add target vector.
2342 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
2343 inftarg.o. Add inf-child.o and inf-ptrace.o.
2344 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
2345 inftarg.o. Add inf-child.o and inf-ptrace.o.
2346 (NAT_FILE): Remove.
2347 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
2348 inftarg.o. Add inf-child.o and inf-ptrace.o.
2349 (NAT_FILE): Remove.
2350 * Makefile.in (vaxbsd-nat.o): Update dependencies.
2351
2352 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
2353 (m88kbsd_fetch_inferior_registers): Rename from
2354 fetch_inferior_registers. Make static.
2355 (m88kbsd_store_inferior_registers): Rename from
2356 store_inferior_registers. Make static.
2357 (_initialize_m88kbsd_nat): New prototype and function.
2358 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
2359 inftarg.o. Add inf-child.o and inf-ptrace.o.
2360 (NAT_FILE): Remove.
2361 * Makefile.in (m88kbsd-nat.o): Update dependencies.
2362
2363 2004-09-30 Andrew Cagney <cagney@gnu.org>
2364
2365 * target.c (target_xfer_partial): New function.
2366 (target_read_memory_partial, target_write_memory_partial)
2367 (default_xfer_partial, target_read_partial, target_write_partial)
2368 (xfer_using_stratum): Use.
2369 (debug_to_xfer_partial): Delete function.
2370 (setup_target_debug): Do not override to_xfer_partial.
2371
2372 2004-09-30 Mark Kettenis <kettenis@chello.nl>
2373
2374 * fork-child.c: Update copyright year. Fix coding style.
2375
2376 2004-09-29 Mark Kettenis <kettenis@gnu.org>
2377
2378 * defs.h (msavestring, mstrsave): Remove prototypes.
2379 * utils.c (msavestring, mstrsave): Remove functions.
2380 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
2381 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
2382 of mstrsave.
2383 * source.c (find_and_open_source): Use xstrdup instead of
2384 mstrsave.
2385
2386 2004-09-30 Andrew Cagney <cagney@gnu.org>
2387
2388 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
2389 (inf_ptrace_xfer_memory): Delete.
2390 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
2391 (target_read_memory, target_write_memory): Use xfer_using_stratum
2392 when target_xfer_partial_p.
2393 (debug_target): Move to start of file.
2394 (target_read_memory_partial, target_write_memory_partial): Use
2395 to_xfer_partial when target_xfer_partial_p.
2396
2397 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
2398 inf_ptrace_xfer_memory with equivalent code.
2399 * inftarg.c (child_xfer_partial): When performing a write, pass
2400 writebuf to child_xfer_memory.
2401
2402 * target.c (target_read_string): Use target_read_memory instead of
2403 target_xfer_memory.
2404
2405 2004-09-29 Andrew Cagney <cagney@gnu.org>
2406
2407 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
2408 the address of status.
2409
2410 * infptrace.c (ptrace_wait): Mention problem with HPUX.
2411 (kill_inferior): Inline ptrace_wait call.
2412 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
2413 * inftarg.c (child_wait): Inline ptrace_wait call.
2414
2415 * target.h (struct target_ops): Delete field to_post_wait.
2416 (target_post_wait): Delete macro.
2417 (child_post_wait): Delete declaration.
2418 * target.c (update_current_target, update_current_target)
2419 (debug_to_post_wait, setup_target_debug): Delete functions and
2420 references.
2421 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
2422 * inftarg.c (child_post_wait): Delete.
2423 (init_child_ops): Do not set to_post_wait.
2424 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
2425 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
2426 * inf-child.c (inf_child_post_wait): Delete.
2427 (inf_child_target): Do not set to_post_wait.
2428 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
2429 (inf_ptrace_target): Do not set to_post_wait.
2430
2431 * wince.c (child_ops): Delete.
2432 * win32-nat.c (child_ops): Delete.
2433
2434 * inftarg.c (inftarg_set_find_memory_regions)
2435 (inftarg_set_make_corefile_notes): Delete functions.
2436 (_initialize_linux_nat): Inline calls.
2437
2438 * target.h (child_ops): Declare.
2439 * inftarg.c (child_ops): Move from here ...
2440 * target.c (child_ops): ... to here.
2441 * wince.c (child_ops): Delete extern declaration.
2442 * win32-nat.c (child_ops): Delete extern declaration.
2443 * linux-nat.c (child_ops): Delete extern declaration.
2444 * hpux-thread.c (child_ops): Delete extern declaration.
2445
2446 2004-09-28 Mark Kettenis <kettenis@gnu.org>
2447
2448 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
2449
2450 2004-09-28 Mark Kettenis <kettenis@gnu.org>
2451
2452 * configure.in: Only set host_makefile_frag when building a native
2453 debugger.
2454 * configure: Regenerate.
2455
2456 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
2457 for OpenBSD ELF.
2458
2459 2004-09-28 Andrew Cagney <cagney@gnu.org>
2460
2461 Problem identified by Paul Hilfinger.
2462 * Makefile.in (ada_lex_c): Define.
2463 (ada-lex.o): Delete rule.
2464
2465 * linux-proc.c: Delete file.
2466 * Makefile.in: Update.
2467 * config/sparc/linux64.mh (NATDEPFILES):
2468 * config/sparc/linux.mh (NATDEPFILES): Update.
2469 * config/s390/s390.mh (NATDEPFILES): Update.
2470 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
2471 * config/powerpc/linux.mh (NATDEPFILES): Update.
2472 * config/pa/linux.mh (NATDEPFILES): Update.
2473 * config/mips/linux.mh (NATDEPFILES): Update.
2474 * config/m68k/linux.mh (NATDEPFILES): Update.
2475 * config/ia64/linux.mh (NATDEPFILES): Update.
2476 * config/i386/linux64.mh (NATDEPFILES): Update.
2477 * config/i386/linux.mh (NATDEPFILES): Update.
2478 * config/arm/linux.mh (NATDEPFILES): Update.
2479 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
2480 * linux-nat.c: Update copyright. Include <sys/param.h>,
2481 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
2482 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
2483 (O_LARGEFILE): Possibly define.
2484 (_initialize_linux_nat, linux_proc_pending_signals)
2485 (add_line_to_sigset, linux_proc_xfer_memory)
2486 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
2487 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
2488 (struct linux_corefile_thread_data)
2489 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
2490 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
2491
2492 2004-09-16 Andrew Cagney <cagney@gnu.org>
2493
2494 * lin-lwp.c: Delete file.
2495 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
2496 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
2497 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
2498 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
2499 (linux_nat_attach, detach_callback, linux_nat_detach)
2500 (resume_callback, resume_clear_callback, linux_nat_resume)
2501 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
2502 (stop_wait_callback, linux_nat_has_pending, flush_callback)
2503 (status_callback, running_callback, count_events_callback)
2504 (select_singlestep_lwp_callback, select_event_lwp_callback)
2505 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
2506 (child_wait, stop_and_resume_callback, linux_nat_wait)
2507 (kill_callback, kill_wait_callback, linux_nat_kill)
2508 (linux_nat_create_inferior, linux_nat_mourn_inferior)
2509 (linux_nat_xfer_memory, linux_nat_thread_alive)
2510 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
2511 (_initialize_linux_nat): New functions.
2512 * Makefile.in: Update all dependencies.
2513 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2514 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2515 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
2516 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2517 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2518 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2519 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2520 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2521 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2522 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
2523 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2524 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
2525 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
2526
2527 2004-09-27 Mark Kettenis <kettenis@gnu.org>
2528
2529 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
2530 config/i386/obsd64.mh (NAT_FILE): Remove variable.
2531
2532 * configure.in: Don't comment out NATDEPFILES in the generated
2533 Makefile if NAT_FILE is unset.
2534 * configure: Regenerate.
2535
2536 2004-09-27 Andrew Cagney <cagney@gnu.org>
2537
2538 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
2539 (insert_step_resume_breakpoint): Delete.
2540 (insert_step_resume_breakpoint_at_frame): New function.
2541 (insert_step_resume_breakpoint_at_sal): New function.
2542 (handle_inferior_event, step_into_function)
2543 (insert_step_resume_breakpoint): Simplify by using same.
2544
2545 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
2546
2547 2004-09-26 Mark Kettenis <kettenis@gnu.org>
2548
2549 * fbsd-proc.c: Remove file.
2550 * Makefile.in (fbsd-proc.o): Remove dependency.
2551
2552 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
2553 code together.
2554
2555 * config/i386/nm-fbsd64.h: Remove file.
2556 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2557
2558 2004-09-26 Mark Kettenis <kettenis@gnu.org>
2559
2560 * amd64-nat.h: Update copyright year.
2561 (amd64bsd_target): New prototype.
2562 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
2563 (amd64bsd_target): New function.
2564 (amd64bsd_fetch_inferior_registers): Rename from
2565 fetch_inferior_registers. Make static.
2566 (amd64bsd_store_inferior_registers): Rename from
2567 store_inferior_registers. Make static.
2568 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
2569 (_initialize_amd64fbsd_nat): Construct and add target vector.
2570 * amd64nbsd-nat.o: Include "target.h".
2571 (_initialize_amd64nbsd_nat): Construct and add target vector.
2572 * amd64obsd-nat.c: Include "target.h".
2573 (_initialize_amd64obsd_nat): Construct and add target vector.
2574 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
2575 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
2576 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
2577 fbsd-nat.o.
2578 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
2579 Remove infptrace.o and inftarg.o. Add inf-child.o and
2580 inf-ptrace.o.
2581 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
2582 (amd64obsd-nat.o): Update dependencies.
2583
2584 2004-09-25 Mark Kettenis <kettenis@gnu.org>
2585
2586 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
2587 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
2588 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
2589 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
2590 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
2591
2592 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
2593 Inline attach call.
2594 (inf_ptrace_detach): Inline detach call.
2595
2596 * configure.in: Check for waddstr instead of mvwaddstr when
2597 searching for curses library. Check for wborder.
2598 * configure, config.in: Regenerate.
2599 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
2600 available.
2601
2602 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
2603
2604 2004-09-24 Robert Picco <Robert.Picco@hp.com>
2605
2606 Committed by Andrew Cagney.
2607 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
2608 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
2609 configuration.
2610 (fetch_register_using_p): Implement 'p' packet. Based on code by
2611 Fernando Nasser.
2612 (remote_fetch_registers): Call fetch_register_using_p.
2613 (init_all_packet_configs, show_remote_cmd)
2614 (_initialize_remote): Add p-packet.
2615
2616 2004-09-24 Mark Kettenis <kettenis@gnu.org>
2617
2618 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
2619 instead of call_ptrace. Call wait directly instead of
2620 ptrace_wait.
2621 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
2622 (inf_ptrace_wait): Inline ptrace_wait call.
2623
2624 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2625
2626 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
2627 rolled back instead.
2628
2629 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
2630
2631 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
2632 the new argument order.
2633
2634 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
2635
2636 * MAINTAINERS: Remove "broken" from XStormy16 entry.
2637 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
2638 (struct gdbarch_tdep): Remove.
2639 (struct xstormy16_frame_cache): New frame cache structure.
2640 (xstormy16_register_byte, xstormy16_register_raw_size)
2641 (xstormy16_reg_virtual_type, xstormy16_register_type)
2642 (xstormy16_push_arguments, xstormy16_push_return_address)
2643 (xstormy16_pop_frame, xstormy16_store_struct_return)
2644 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
2645 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
2646 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
2647 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
2648 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
2649 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
2650 (xstormy16_use_struct_convention): Drop gcc_p parameter.
2651 (xstormy16_extract_return_value, xstormy16_store_return_value):
2652 Regcachify. Drop useless struct convention handling.
2653 (xstormy16_register_type, xstormy16_return_value)
2654 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
2655 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
2656 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
2657 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
2658 (xstormy16_unwind_sp, xstormy16_unwind_pc)
2659 (xstormy16_unwind_dummy_id) : New functions.
2660 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
2661 of xstormy16_scan_prologue.
2662 (xstormy16_frame_unwind): New frame_unwind structure.
2663 (xstormy16_frame_base): New frame_base structure.
2664 (xstormy16_gdbarch_init): Accomodate all of the above changes.
2665 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
2666
2667 2004-09-22 Mark Kettenis <kettenis@gnu.org>
2668
2669 * language.c (language_gdbarch_post_init): Fix off-by one error.
2670
2671 2004-09-21 Daniel Jacobowitz <dan@debian.org>
2672
2673 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
2674 (struct dwarf2_offset_and_type): New.
2675 (set_die_type, reset_die_and_siblings_types, get_die_type)
2676 (offset_and_type_hash, offset_and_type_eq): New functions.
2677 (read_structure_type, read_enumeration_type, read_array_type)
2678 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
2679 (read_tag_reference_type, read_tag_const_type)
2680 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
2681 (read_typedef, read_base_type, read_subrange_type): Use
2682 set_die_type.
2683
2684 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2685
2686 * Makefile.in (dwarf2read.o): Update dependencies.
2687 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
2688 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
2689 and read_in_chain.
2690 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
2691 mark, and has_form_ref_addr.
2692 (struct dwarf2_per_cu_data): New.
2693 (dwarf2_max_cache_age): New.
2694 (dwarf2_build_psymtabs_hard): Free cached compilation units
2695 after loading. Create and manage the list of compilation units.
2696 Remove unnecessary NULL initialization. Fix indentation.
2697 (psymtab_to_symtab_1): Initialize all of CU.
2698 (dwarf2_read_abbrevs): Set has_form_ref_addr.
2699 (find_partial_die): Use dwarf2_find_containing_comp_unit
2700 and load_comp_unit.
2701 (free_stack_comp_unit): Update comments. Clear the per-cu
2702 pointer. Handle aging.
2703 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
2704 (age_cached_comp_units, free_one_cached_comp_unit)
2705 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
2706 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
2707 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
2708 (show_dwarf2_cmd): New.
2709 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
2710 and "maint show dwarf2 max-cache-age".
2711 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
2712 externs.
2713 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
2714 global.
2715
2716 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
2717
2718 * dwarf2read.c (typename_concat): Change prototype to accept obstack
2719 and dwarf2_cu struct pointer as arguments. Change function to use
2720 obstack if provided and use dwarf2_cu to determine language-specific
2721 separator.
2722 (partial_die_parent_scope): Change comment to include java. Use
2723 new version of typename_concat instead of obconcat.
2724 (partial_die_full_name): Use typename_concat.
2725 (read_namespace): Ditto.
2726 (read_enumeration_type): Use typename_concat instead of obconcat.
2727 (new_symbol): Ditto.
2728 (add_partial_symbol): Enhance tests for C++ to also test for Java.
2729 (guess_structure_name): Ditto.
2730 (read_subroutine_type): Ditto.
2731 (read_structure_type): Ditto.
2732 (is_vtable_name): Add Java support.
2733 (determine_class_name): Switch to new typename_concat call.
2734 (determine_prefix): Switch to new typename_concat call.
2735 * jv-exp.y (FuncStart): New pattern.
2736 (MethodInvocation): Add support for simple function calls. Change
2737 warning message for other forms of inferior call currently not
2738 supported.
2739 * valarith.c (value_subscript): Treat an array with upper-bound
2740 of -1 as unknown size.
2741
2742 2004-09-20 Daniel Jacobowitz <dan@debian.org>
2743
2744 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
2745 (lookup_partial_symtab): Use symtab_to_fullname.
2746
2747 2004-09-19 Jim Blandy <jimb@redhat.com>
2748
2749 * minsyms.c (lookup_minimal_symbol): Doc fix.
2750
2751 2004-09-20 Andrew Cagney <cagney@gnu.org>
2752
2753 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
2754 CHILD_RESUME.
2755 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
2756 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
2757 KILL_INFERIOR.
2758 * infptrace.c: Update.
2759
2760 2004-09-19 Daniel Jacobowitz <dan@debian.org>
2761
2762 * symtab.c (output_source_filename): Mark first argument as const.
2763 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
2764 for "info sources" output.
2765
2766 2004-09-20 Mark Kettenis <kettenis@gnu.org>
2767
2768 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
2769 <machine/vmparam.h>.
2770 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
2771 (register_u_addr): Remove prototype.
2772
2773 2004-09-19 Mark Kettenis <kettenis@gnu.org>
2774
2775 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
2776 (i386bsd_fetch_inferior_registers): Rename from
2777 fetch_inferior_registers. Make static.
2778 (i386bsd_store_inferior_registers): Rename from
2779 store_inferior_registers. Make static.
2780 (i386bsd_target): New function.
2781 * i386bsd-nat.h: New file.
2782 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
2783 "i386bsd-nat.h".
2784 (i386fbsd_resume): Rename from child_resume. Make static.
2785 (_initialize_i386fbsd_nat): Construct and add target vector.
2786 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
2787 (_initialize_i386nbsd_nat): Construct and add target vector.
2788 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
2789 Remove defines.
2790 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
2791 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
2792 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
2793 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2794 (LOADLIBES): New variable.
2795 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
2796 inf-ptrace.o. Remove inftarg.o.
2797 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
2798 inf-ptrace.o. Remove inftarg.o.
2799 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
2800 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
2801 (LOADLIBES): New variable.
2802 * Makefile.in (i386bsd_nat_h): New variable.
2803 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
2804 dependencies.
2805
2806 * sparc64nbsd-tdep.c: Include "objfiles.h".
2807 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
2808 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2809 svr4_lp64_fetch_link_map_offsets.
2810 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
2811 "nbsd-tdep.h".
2812 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
2813 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
2814 svr4_lp64_fetch_link_map_offsets.
2815 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
2816 dependencies.
2817
2818 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
2819 * fbsd-nat.h: New file.
2820 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
2821 (fbsd_nat_h): New variable.
2822 (fbsd-nat.o): New dependency.
2823
2824 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
2825 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
2826
2827 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
2828 comment.
2829
2830 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2831
2832 * ada-exp.y (type_int): New function to add layer of abstraction
2833 around references to expression types.
2834 (type_long): Ditto.
2835 (type_long_long): Ditto.
2836 (type_float): Ditto.
2837 (type_double): Ditto.
2838 (type_long_double): Ditto.
2839 (type_char): Ditto.
2840 (type_system_address): Ditto.
2841 (simple_exp): Use type_* functions in place of builtin_*
2842 variables.
2843 (exp): Ditto.
2844 (write_var_from_name): Ditto.
2845 (write_object_renaming): Ditto.
2846 * ada-lang.c (ada_create_fundamental_type): Remove redundant
2847 declaration.
2848 (build_ada_types): Remove, replacing with...
2849 (ada_language_arch_info): New function to initialize primitive
2850 type vector in language_arch_info.
2851 (ada_array_length): Remove use of builtin_type_ada_int.
2852 (value_pos_atr): Ditto.
2853 (ada_evaluate_subexp): Ditto.
2854 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
2855 builtin_type_ada_long_long, builtin_type_ada_char,
2856 builtin_type_ada_float, builtin_type_ada_double,
2857 builtin_type_ada_long_double, builtin_type_ada_natural,
2858 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2859 (ada_builtin_types): Remove.
2860 (ada_language_defn): Remove entries for la_builtin_type_vector and
2861 string_char_type and use ada_language_arch_info.
2862 (_initialize_ada_language): Do type-vector initialization along
2863 the lines of c-lang.c.
2864 (ada_create_fundamental_type): Break up line.
2865 (ada_dump_symtab): Remove unused function.
2866 (enum ada_primitive_types): Define.
2867 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
2868 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
2869 builtin_type_ada_float, builtin_type_ada_double,
2870 builtin_type_ada_long_double, builtin_type_ada_natural,
2871 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
2872 * ada-lex.l: Use type_* functions in place of builtin_* variables.
2873 (processInt): Ditto.
2874 (processReal): Ditto.
2875 (name_lookup): Ditto.
2876 * ada-typeprint.c (print_range): Use builtin_type_int, not
2877 builtin_type_ada_int.
2878
2879 2004-09-18 Mark Kettenis <kettenis@gnu.org>
2880
2881 * i386-tdep.c (i386_register_name): Rename regno to regnum.
2882
2883 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
2884 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
2885 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
2886 * configure.in: Improve checks for curses library by checking for
2887 mvwaddstr instead of initscr. Drop HP curses in favour of
2888 standard curses on HP-UX.
2889 * configure: Regenerated.
2890
2891 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
2892
2893 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
2894 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
2895 Minor formatting changes.
2896 (empty_array): Slight rewrite for formatting.
2897 (emit_char,parse,ada_language_defn,build_ada_types,
2898 ada_is_exception_sym, _initialize_ada_language): Move
2899 definitions around.
2900 (ada_dump_symtab): Remove unused definition.
2901 (ada_maybe_exception_partial_symbol): Remove unused definition.
2902
2903 2004-09-16 Andrew Cagney <cagney@gnu.org>
2904
2905 * inf-child.c: Include "gdb_string.h".
2906 (inf_child_core_file_to_sym_file): Delete.
2907 (inf_child_target): Set to_fetch_registers and to_store_registers.
2908 * inf-ptrace.c: Include "gdb_string.h".
2909 * Makefile.in: Update all dependencies.
2910
2911 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
2912 problem.
2913
2914 2004-09-14 Joel Brobecker <brobecker@gnat.com>
2915
2916 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
2917 call to heuristic_proc_desc. Remove code that became redundant
2918 as a consequence.
2919 (read_next_frame_reg): Remove special case for SP_REGNUM.
2920 (set_reg_offset): Fix small typo.
2921 (reset_saved_regs): New procedure.
2922 (mips32_heuristic_proc_desc): No longer compute a fake
2923 procedure descriptor. Compute the full frame cache instead.
2924 Some minor comment reformatting.
2925
2926 2004-09-14 Andrew Cagney <cagney@gnu.org>
2927
2928 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
2929 maintainer.
2930
2931 * thread-db.c (thread_db_new_objfile): Assume that there is a
2932 child process.
2933
2934 2004-09-13 Jim Blandy <jimb@redhat.com>
2935
2936 * valops.c (value_assign): Move 'buffer' to the enclosing block,
2937 so that its storage isn't referenced after its lifetime ends.
2938
2939 * valops.c (value_assign): 'use_buffer' is initialized to zero,
2940 and never assigned to. Delete it, and the 'if (use_buffer)'
2941 clauses. Delete 'raw_buffer', since it is now unused.
2942
2943 2004-09-13 Andrew Cagney <cagney@gnu.org>
2944
2945 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
2946 * configure: Re-generate.
2947 * nlm/Makefile.in (TAGS): Update.
2948 * Makefile.in (TAGS): Update.
2949 * config/vax/nbsd.mt (TM_FILE): Update.
2950 * config/sparc/vxworks.mt (TM_FILE): Update.
2951 * config/sparc/sol2.mt (TM_FILE): Update.
2952 * config/sparc/sol2-64.mt (TM_FILE): Update.
2953 * config/sparc/obsd64.mt (TM_FILE): Update.
2954 * config/sparc/obsd.mt (TM_FILE): Update.
2955 * config/sparc/nbsd64.mt (TM_FILE): Update.
2956 * config/sparc/nbsd.mt (TM_FILE): Update.
2957 * config/sparc/linux64.mt (TM_FILE): Update.
2958 * config/sparc/linux.mt (TM_FILE): Update.
2959 * config/sparc/fbsd.mt (TM_FILE): Update.
2960 * config/sh/wince.mt (TM_FILE): Update.
2961 * config/sh/nbsd.mt (TM_FILE): Update.
2962 * config/sh/linux.mt (TM_FILE): Update.
2963 * config/sh/embed.mt (TM_FILE): Update.
2964 * config/s390/s390.mt (TM_FILE): Update.
2965 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
2966 * config/rs6000/rs6000.mt (TM_FILE): Update.
2967 * config/rs6000/aix4.mt (TM_FILE): Update.
2968 * config/powerpc/vxworks.mt (TM_FILE): Update.
2969 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
2970 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
2971 * config/powerpc/obsd.mt (TM_FILE): Update.
2972 * config/powerpc/nbsd.mt (TM_FILE): Update.
2973 * config/powerpc/linux.mt (TM_FILE): Update.
2974 * config/powerpc/aix.mt (TM_FILE): Update.
2975 * config/pa/obsd.mt (TM_FILE): Update.
2976 * config/pa/linux.mt (TM_FILE): Update.
2977 * config/pa/hppahpux.mt (TM_FILE): Update.
2978 * config/pa/hppa64.mt (TM_FILE): Update.
2979 * config/pa/hppa.mt (TM_FILE): Update.
2980 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
2981 * config/mips/wince.mt (TM_FILE): Update.
2982 * config/mips/vxmips.mt (TM_FILE): Update.
2983 * config/mips/nbsd.mt (TM_FILE): Update.
2984 * config/mips/linux.mt (TM_FILE): Update.
2985 * config/mips/irix6.mt (TM_FILE): Update.
2986 * config/mips/irix5.mt (TM_FILE): Update.
2987 * config/mips/embed.mt (TM_FILE): Update.
2988 * config/m68k/vxworks68.mt (TM_FILE): Update.
2989 * config/m68k/st2000.mt (TM_FILE): Update.
2990 * config/m68k/os68k.mt (TM_FILE): Update.
2991 * config/m68k/obsd.mt (TM_FILE): Update.
2992 * config/m68k/nbsd.mt (TM_FILE): Update.
2993 * config/m68k/monitor.mt (TM_FILE): Update.
2994 * config/m68k/linux.mt (TM_FILE): Update.
2995 * config/m68k/cisco.mt (TM_FILE): Update.
2996 * config/ia64/linux.mt (TM_FILE): Update.
2997 * config/ia64/aix.mt (TM_FILE): Update.
2998 * config/ia64/ia64.mt (TM_FILE): Update.
2999 * config/i386/vxworks.mt (TM_FILE): Update.
3000 * config/i386/obsd64.mt (TM_FILE): Update.
3001 * config/i386/obsd.mt (TM_FILE): Update.
3002 * config/i386/nto.mt (TM_FILE): Update.
3003 * config/i386/nbsd64.mt (TM_FILE): Update.
3004 * config/i386/nbsd.mt (TM_FILE): Update.
3005 * config/i386/linux64.mt (TM_FILE): Update.
3006 * config/i386/linux.mt (TM_FILE): Update.
3007 * config/i386/i386sol2.mt (TM_FILE): Update.
3008 * config/i386/i386lynx.mt (TM_FILE): Update.
3009 * config/i386/fbsd64.mt (TM_FILE): Update.
3010 * config/i386/fbsd.mt (TM_FILE): Update.
3011 * config/i386/cygwin.mt (TM_FILE): Update.
3012 * config/h8300/h8300.mt (TM_FILE): Update.
3013 * config/frv/frv.mt (TM_FILE): Update.
3014 * config/cris/cris.mt (TM_FILE): Update.
3015 * config/arm/wince.mt (TM_FILE): Update.
3016 * config/arm/nbsd.mt (TM_FILE): Update.
3017 * config/arm/linux.mt (TM_FILE): Update.
3018 * config/arm/embed.mt (TM_FILE): Update.
3019 * config/alpha/nbsd.mt (TM_FILE): Update.
3020 * config/alpha/fbsd.mt (TM_FILE): Update.
3021 * config/alpha/alpha.mt (TM_FILE): Update.
3022 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
3023 * config/alpha/alpha-linux.mt (TM_FILE): Update.
3024
3025 Eliminate event_loop_p, always has the value 1.
3026 * defs.h (event_loop_p): Delete macro.
3027 * breakpoint.c (until_break_command): Simplify.
3028 * utils.c (prompt_for_continue): Simplify.
3029 * tracepoint.c (read_actions): Simplify.
3030 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
3031 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
3032 (set_prompt, init_main): Simplify.
3033 (init_signals, disconnect): Delete, unused.
3034 * remote.c (remote_async_resume)
3035 (extended_remote_async_create_inferior): Simplify.
3036 * mi/mi-interp.c (mi_input): Delete, unused.
3037 (mi_interpreter_resume, mi_command_loop): Simplify.
3038 * interps.c (current_interp_command_loop): Simplify.
3039 * infrun.c (proceed): Simplify.
3040 * infcmd.c (run_command, continue_command, step_1, jump_command)
3041 (until_command, advance_command, finish_command)
3042 (interrupt_target_command): Simplify.
3043 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
3044
3045 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3046 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3047 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3048 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3049 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
3050 * mips-tdep.c (mips_dump_tdep): Do not print same.
3051
3052 2004-09-12 Andrew Cagney <cagney@gnu.org>
3053
3054 * valprint.c (print_longest): Use fputs_filtered. Make "val"
3055 const.
3056 * Makefile.in (valprint.o): Delete explict rule.
3057
3058 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
3059 reported by Dave Anderson.
3060
3061 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
3062
3063 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
3064
3065 2004-09-12 Salvador E. Tropea <set@users.sf.net>
3066 Andrew Cagney <cagney@gnu.org>
3067
3068 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
3069 (mi_cmd_data_list_register_values)
3070 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
3071 the register number computation.
3072
3073 2004-09-12 Andrew Cagney <cagney@gnu.org>
3074
3075 * ppcnbsd-nat.c: Include "inf-ptrace.h".
3076 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
3077 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
3078 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
3079 target.
3080 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
3081 inf-ptrace.o and inf-child.o.
3082 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
3083 * Makefile.in: Update dependencies.
3084
3085 2004-09-11 Andrew Cagney <cagney@gnu.org>
3086
3087 * language.c (hex_string, hex_string_custom): Move from here ...
3088 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
3089 (CELLSIZE): Increase to 50.
3090 * language.h (hex_string, hex_string_custom): Move from here ...
3091 * defs.h: ... to here.
3092 * Makefile.in: Update all dependencies.
3093
3094 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
3095
3096 * language.c (local_hex_format_custom): Remove.
3097 (local_hex_string): Rename to hex_string, use C format, and move to
3098 utils.c
3099 (local_hex_string_custom): Rename to hex_string_custom and change
3100 interface. Now uses C format. Move to utils.c
3101 (local_octal_format_custom): Remove.
3102 (local_decimal_format_custom): Remove.
3103 (unknown_language_defn): Remove language-specific number
3104 formatting entries.
3105 (auto_language_defn): Ditto.
3106 (local_language_defn): Ditto.
3107 * language.h (struct language_format_info): Delete declaration.
3108 (struct language_defn): Remove language_format_info fields
3109 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
3110 (local_binary_format): Remove macro.
3111 (local_binary_format_prefix): Remove macro.
3112 (local_binary_format_specifier): Remove macro.
3113 (local_binary_format_suffix): Remove macro.
3114 (local_octal_format): Remove macro.
3115 (local_octal_format_prefix): Remove macro.
3116 (local_octal_format_specifier): Remove macro.
3117 (local_octal_format_suffix): Remove macro.
3118 (local_decimal_format): Remove macro.
3119 (local_decimal_format_prefix): Remove macro.
3120 (local_decimal_format_specifier): Remove macro.
3121 (local_decimal_format_suffix): Remove macro.
3122 (local_hex_format): Remove macro.
3123 (local_hex_format_prefix): Remove macro.
3124 (local_hex_format_specifier): Remove macro.
3125 (local_hex_format_suffix): Remove macro.
3126 (local_decimal_format_custom): Remove.
3127 (local_octal_format_custom): Remove.
3128 (local_hex_format_custom): Remove.
3129 (local_hex_string): Rename to hex_string and move to defs.h.
3130 (local_hex_string_custom): Rename to hex_string_custom, change
3131 interface, and move to defs.h.
3132 * utils.c: (int_string): New function.
3133 (hex_string): New function (from language.c).
3134 (hex_string_custom): New function (from language.c).
3135 (octal2str): New function.
3136 (decimal2str): Add width parameter.
3137 (paddr_u): Use new decimal2str interface.
3138 (paddr_d): Ditto.
3139 * defs.h (hex_string): Declare.
3140 (hex_string_custom): Declare.
3141 (int_string): Declare.
3142 * printcmd.c (print_scalar_formatted): Remove localized binary
3143 formatting.
3144 * valprint.c (print_longest): Use int_string.
3145 (print_floating): Use C hex format.
3146 (print_hex_chars): Ditto.
3147 (print_binary_chars): Remove language-specific formatting.
3148 (print_octal_chars): Use C octal format.
3149 (print_decimal_chars): Delocalize format.
3150 (print_decimal): Remove.
3151 * ada-lang.c (ada_language_defn): Remove language-specific number
3152 formatting entries.
3153 * p-lang.c (pascal_language_defn): Ditto.
3154 * c-lang.c (c_language_defn): Ditto.
3155 (cplus_language_defn): Ditto.
3156 (asm_language_defn): Ditto.
3157 (minimal_language_defn): Ditto.
3158 * f-lang.c (f_language_defn): Ditto.
3159 * jv-lang.c (java_language_defn): Ditto.
3160 * m2-lang.c (m2_language_defn): Ditto.
3161 * scm-lang.c (scm_language_defn): Ditto.
3162 * objc-lang.c (objc_language_defn): Ditto.
3163 * memattr.c (mem_info_command): Use renamed hex_string_custom with
3164 new interface.
3165 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
3166 * ui-out.c (ui_out_field_core_addr): Ditto.
3167 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
3168 * exec.c (print_section_info): Ditto.
3169 * i387-tdep.c (print_i387_status_word): Ditto.
3170 (print_i387_control_word): Ditto.
3171 (i387_print_float_info): Ditto.
3172 * maint.c (maint_print_section_info): Ditto.
3173 * solib.c (info_sharedlibrary_command): Ditto.
3174 * somsolib.c (som_sharedlibrary_info_command): Ditto.
3175 * symtab.c (print_msymbol_info): Ditto.
3176 * tracepoint.c (tracepoints_info): Ditto.
3177 * solib-frv.c (lm_base): Ditto.
3178 (frv_current_sos): Ditto.
3179 (enable_break2): Ditto.
3180 (enable_break): Ditto.
3181 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
3182 (process_one_symbol): Ditto.
3183 * infcmd.c (program_info): Ditto.
3184 * mdebugread.c (parse_partial_symbols): Ditto.
3185 * symfile.c (add_symbol_file_command): Ditto.
3186 * cli/cli-cmds.c (edit_command): Ditto.
3187 (list_command): Ditto.
3188 * infcall.c (call_function_by_hand): Ditto.
3189 * remote-vx.c (vx_run_files_info): Ditto.
3190 (vx_wait): Ditto.
3191 (vx_attach): Ditto.
3192 (vx_detach): Ditto.
3193 (vx_kill): Ditto.
3194 * aix-thread.c (pdc_symbol_addrs): Ditto.
3195 (pdc_read_regs): Ditto.
3196 (pdc_write_regs): Ditto.
3197 (pdc_read_data): Ditto.
3198 (pdc_write_data): Ditto.
3199 * d10v-tdep.c (display_trace): Ditto.
3200 * rs6000-nat.c (find_toc_address): Ditto.
3201 * aix-thread.c: Don't include language.h.
3202 * buildsym.c: Ditto.
3203 * dbxread.c: Ditto.
3204 * mdebugread.c: Ditto.
3205 * rs6000-nat.c: Ditto.
3206 * buildsym.c (make_blockvector): Use renamed hex_string.
3207
3208 2004-09-10 Jason Molenda (jmolenda@apple.com)
3209
3210 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
3211 chars after 'if' or 'while' commands in user-defined commands.
3212
3213 2004-09-08 Jim Blandy <jimb@redhat.com>
3214
3215 Fix bug reported and analyzed by Olivier Crete:
3216 * symfile.c (copy_section_addr_info): New function.
3217 (symbol_file_add_with_addrs_or_offsets): Use it to save the
3218 original set of address arguments, instead of handwritten code
3219 that uses one length to allocate and a different length to
3220 initialize. Use make_cleanup_free_section_addr_info.
3221 * symfile.h (copy_section_addr_info): New declaration.
3222 * utils.c: #include "symfile.h".
3223 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
3224 New functions.
3225 * defs.h (make_cleanup_free_section_addr_info): New declaration.
3226 * Makefile.in (utils.o): Update dependencies.
3227
3228 2004-09-08 Andrew Cagney <cagney@gnu.org>
3229
3230 * thread-db.c (keep_thread_db): Delete.
3231 (thread_db_new_objfile, thread_db_create_inferior)
3232 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
3233
3234 2004-09-08 Mark Kettenis <kettenis@gnu.org>
3235
3236 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
3237 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
3238 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
3239 (i386_frameless_signal_p): Remove prototype.
3240 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
3241 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
3242 I386_SSE_NUM_REGS.
3243 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
3244 instead of FP0_REGNUM.
3245 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
3246 of FP0_REGNUM and FPC_REGNUM.
3247
3248 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
3249 (sunos_solib_create_inferior_hook): Don't call
3250 sunos_relocate_main_executable.
3251
3252 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
3253 solib_svr4_fetch_link_map_offsets to
3254 svr4_ilp32_fetch_link_map_offsets.
3255 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
3256 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
3257 svr4_ilp32_fetch_link_map_offsets.
3258 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
3259
3260 2004-09-07 Jim Blandy <jimb@redhat.com>
3261
3262 * frame.h (frame_register): Doc fix.
3263
3264 2004-09-07 Andrew Cagney <cagney@gnu.org>
3265
3266 * vx-share/wait.h: Delete #ifdef USG.
3267 * utils.c (request_quit): Ditto.
3268 * tui/tui.c (tui_reset): Ditto.
3269 * remote.c: Ditto.
3270 * remote-sds.c: Ditto.
3271 * remote-rdi.c: Ditto.
3272 * mdebugread.c: Ditto.
3273 * m68klinux-nat.c: Ditto.
3274 * infttrace.c: Ditto.
3275 * infptrace.c: Ditto.
3276 * i386v-nat.c: Ditto.
3277 * exec.c: Ditto.
3278 * dbxread.c: Ditto.
3279 * core-aout.c: Ditto.
3280
3281 2004-09-05 Joel Brobecker <brobecker@gnat.com>
3282
3283 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
3284 heuristic_proc_desc.
3285 (mips_insn32_frame_cache): Likewise.
3286
3287 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3288
3289 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
3290 left behind by error.
3291
3292 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3293
3294 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
3295 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
3296
3297 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3298
3299 * config/rs6000/xm-aix4.h: Remove this file.
3300 * config/rs6000/aix4.mh (XM_FILE): Delete.
3301
3302 2004-09-04 Joel Brobecker <brobecker@gnat.com>
3303
3304 * config/rs6000/xm-rs6000.h: Remove this file.
3305 * config/rs6000/rs6000.mh (XM_FILE): Remove.
3306
3307 2004-09-03 Andrew Cagney <cagney@gnu.org>
3308
3309 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
3310 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
3311 only use.
3312
3313 * mips-tdep.c (temp_saved_regs): Delete.
3314 (set_reg_offset): Replace saved_regs parameter with this_cache.
3315 (heuristic_proc_desc, mips16_heuristic_proc_desc)
3316 (mips32_heuristic_proc_desc): Add this_cache parameter.
3317 (mips_insn32_frame_cache, mips_insn16_frame_cache)
3318 (after_prologue): Pass a NULL this_cache.
3319
3320 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
3321 non-kernel trap prologues.
3322
3323 * mips-tdep.c (find_proc_desc): Delete function.
3324 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
3325 simplify.
3326 (mips_insn16_frame_cache): Replace find_proc_desc with code from
3327 mips_insn32_frame_cache.
3328
3329 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
3330 Simplify as NEXT_FRAME is NULL.
3331 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
3332
3333 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
3334 local variable.
3335 (mips_skip_prologue): Update.
3336
3337 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
3338 "cur_frame" parameter.
3339 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
3340 (mips_insn32_frame_cache, find_proc_desc): Update
3341
3342 * config/vax/nm-obsd.h: Delete file.
3343 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3344 * config/vax/nm-nbsd.h: Delete file.
3345 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
3346 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3347 * config/sh/nm-nbsd.h: Delete file.
3348 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3349 * config/rs6000/nm-rs6000ly.h: Delete file.
3350 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
3351 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3352 * config/powerpc/nm-obsd.h: Delete file.
3353 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3354 * config/powerpc/nm-nbsd.h: Delete file.
3355 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3356 * config/pa/nm-obsd.h: Delete file.
3357 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3358 * config/mips/nm-nbsd.h: Delete file.
3359 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
3360 * config/m88k/nm-obsd.h: Delete file.
3361 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
3362 * config/m68k/nm-nbsd.h: Delete file.
3363 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
3364 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3365 * config/i386/nm-nbsd.h: Delete file.
3366 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
3367 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3368 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
3369 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3370 * config/i386/nm-i386lynx.h: Delete file.
3371 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
3372 * config/arm/nm-nbsd.h: Delete file.
3373 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
3374 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
3375
3376 * config/i386/tm-fbsd.h: Delete file.
3377 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
3378 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
3379
3380 * config/rs6000/tm-rs6000-aix4.h: Delete file.
3381 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
3382 * config/rs6000/aix4.mt (TM_FILE): Set to
3383 config/rs6000/tm-rs6000.h.
3384 * config/powerpc/tm-ppc-aix.h: Delete file.
3385 * config/powerpc/aix.mt (TM_FILE): Set to
3386 config/rs6000/tm-rs6000.h.
3387 * config/m68k/tm-linux.h: Delete file.
3388 * config/m68k/linux.mt (TM_FILE): Set to solib.h
3389 * config/i386/tm-linux64.h: Delete file.
3390 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
3391 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
3392
3393 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3394 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
3395 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
3396 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
3397 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
3398 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
3399 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
3400 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3401 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
3402
3403 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
3404 gdb_host_cpu.
3405
3406 2004-09-02 Joel Brobecker <brobecker@gnat.com>
3407
3408 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
3409 Minor reformatting. Some code factoring.
3410
3411 2004-09-02 Andrew Cagney <cagney@gnu.org>
3412
3413 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
3414 * config/vax/tm-nbsd.h: Delete file.
3415 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3416 * config/sparc/tm-vxworks.h: Delete file.
3417 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
3418 * config/sparc/tm-nbsd.h: Delete file.
3419 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
3420 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
3421 * config/sparc/tm-linux.h: Delete file.
3422 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
3423 * config/s390/tm-linux.h: Delete file.
3424 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
3425 * config/pa/tm-bsd.h: Delete file.
3426 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
3427 * config/m68k/tm-obsd.h: Delete file.
3428 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
3429 * config/m68k/tm-nbsd.h: Delete file.
3430 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
3431 * config/i386/tm-vxworks.h: Delete file.
3432 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
3433 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
3434 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
3435 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
3436 * config/i386/tm-nbsd.h: Delete file.
3437 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
3438 * config/i386/tm-i386lynx.h: Delete file.
3439 * config/cris/cris.mt (TM_FILE): Set to solib.h.
3440 * config/cris/tm-cris.h: Delete file.
3441
3442 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
3443 * configure: Re-generate.
3444 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
3445 * config/arm/tm-nbsd.h: Delete file.
3446
3447 * config/powerpc/tm-ppcle-sim.h: Delete.
3448 * config/powerpc/tm-ppcle-eabi.h: Delete.
3449 * config/powerpc/tm-nbsd.h: Delete.
3450 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
3451 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
3452 tm-ppcle-eabi.h.
3453
3454 * config/i386/nto.mh (NAT_FILE): Delete.
3455 * config/i386/nm-nto.h: Delete.
3456
3457 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
3458 * config/m68k/tm-os68k.h: Ditto.
3459 * config/m68k/tm-monitor.h: Ditto.
3460 * config/m68k/tm-cisco.h: Ditto.
3461 * config/m68k/st2000.mt (TM_FILE): Delete.
3462 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
3463 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
3464 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
3465 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
3466
3467 * config/m68k/tm-st2000.h: Delete.
3468 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
3469 * config/sparc/fbsd.mt (TM_FILE): Delete.
3470 * config/sparc/tm-fbsd.h: Delete.
3471
3472 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
3473 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
3474 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
3475
3476 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
3477 GDB_TM_FILE and GDB_XM_FILE.
3478 * gdbarch.c: Re-generate.
3479 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
3480 quotes in macro definition.
3481 * configure.in: Re-generate.
3482
3483 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
3484 validating architecture methods.
3485 * gdbarch.c: Re-generate.
3486
3487 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
3488 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
3489 GDB_MULTI_ARCH_PARTIAL.
3490 * gdbarch.h: Re-generate.
3491
3492 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
3493 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
3494 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
3495 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
3496 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
3497 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
3498 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
3499 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
3500 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
3501 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
3502 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
3503 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
3504
3505 2004-09-01 Andrew Cagney <cagney@gnu.org>
3506
3507 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
3508 and main_func_highpc.
3509 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
3510 * objfiles.c (init_entry_point_info, objfile_relocate): Update
3511 * nlmread.c (nlm_symfile_read): Update.
3512
3513 2004-09-01 Joel Brobecker <brobecker@gnat.com>
3514
3515 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
3516 (mips_insn32_frame_cache): Inline call to find_proc_desc.
3517 (find_proc_desc): Remove dead code.
3518
3519 2004-09-01 Joel Brobecker <brobecker@gnat.com>
3520
3521 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
3522
3523 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
3524
3525 * observer.sh: Add struct so_list declaration.
3526 * Makefile.in: Add dependencies on observer.h for solib.c and
3527 breakpoint.c.
3528 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
3529 function.
3530 (_initialize_breakpoint): Register
3531 disable_breakpoints_in_unloaded_shlib as an observer of the
3532 "solib unloaded" observation event.
3533 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
3534 call decode_line_1 so unfound breakpoint errors are silent.
3535 * solib.c (update_solib_list): When a solib is discovered to have
3536 been unloaded by the program, notify all observers of the
3537 "solib unloaded" observation event.
3538
3539 2004-09-01 Andrew Cagney <cagney@gnu.org>
3540
3541 * frame.c: Include "objfiles.h".
3542 (inside_main_func): New function.
3543 (get_prev_frame): Use new inside_main_func.
3544 * Makefile.in (frame.o): Update dependencies.
3545 * defs.h (inside_main_func): Delete declaration.
3546 * blockframe.c (inside_main_func): Delete function.
3547
3548 2004-08-31 Jim Blandy <jimb@redhat.com>
3549
3550 * dwarf2read.c (is_vtable_name): New function, based on logic from
3551 read_structure_type, but passing the correct length to strncmp,
3552 and using 'sizeof' instead of 'strlen'.
3553 (read_structure_type): Call it.
3554
3555 2004-08-31 Joel Brobecker <brobecker@gnat.com>
3556
3557 * config/powerpc/aix.mh: Add comment.
3558
3559 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
3560
3561 * MAINTAINERS: Add self to Write-After-Approval.
3562
3563 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
3564
3565 * MAINTAINERS: Add self to Write-After-Approval.
3566
3567 2004-08-30 Andrew Cagney <cagney@gnu.org>
3568
3569 Fix PR breakpoints/1757.
3570 * infrun.c (struct execution_control_state): Replace
3571 remove_breakpoints_on_following_step with
3572 step_after_step_resume_breakpoint.
3573 (init_execution_control_state): Update.
3574 (handle_inferior_event): For signals, when stepping off a
3575 breakpoint, set step_after_step_resume_breakpoint. When
3576 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
3577 (keep_going): Delete code handling
3578 remove_breakpoints_on_following_step.
3579
3580 2004-08-29 David Lecomber <david@streamline-computing.com>
3581
3582 Fix PR gdb/648
3583 * language.h (enum array_ordering): New enum.
3584 * language.h (struct language_defn): New la_array_ordering
3585 attribute.
3586 * language.c (unknown_language_defn, auto_language_defn)
3587 (local_language_defn): Ditto.
3588 * ada-lang.c (ada_language_defn): Ditto.
3589 * c-lang.c (c_language_defn, cplus_language_defn)
3590 (asm_language_defn, minimal_language_defn): Ditto.
3591 * f-lang.c (f_language_defn): Ditto.
3592 * jv-lang.c (java_language_defn): Ditto.
3593 * m2-lang.c (f_language_defn): Ditto.
3594 * objc-lang.c (objc_language_defn): Ditto.
3595 * p-lang.c (pascal_language_defn): Ditto.
3596 * scm-lang.c (scm_language_defn): Ditto.
3597 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
3598 oriented large to small in type structure.
3599 * dwarf2read.c (read_array_order): New function.
3600 (read_array_type): Use read_array_order to check row/column
3601 major ordering.
3602
3603 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
3604
3605 * target.c (target_resize_to_sections): Check
3606 current_target.to_sections for an old value when updating.
3607
3608 2004-08-27 Joel Brobecker <brobecker@gnat.com>
3609
3610 * procfs.c (dbx_link_bpt_addr): New static global variable.
3611 (dbx_link_shadow_contents): New static global variable.
3612 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
3613 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
3614 if we just hit it.
3615 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
3616 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
3617 from run to run.
3618 (procfs_create_inferior): Remove syssgi syscall-exit notifications
3619 after the inferior has been forked.
3620 (remove_dbx_link_breakpoint): New function.
3621 (dbx_link_addr): New function.
3622 (insert_dbx_link_bpt_in_file): New function.
3623 (insert_dbx_link_bpt_in_region): New function.
3624 (insert_dbx_link_breakpoint): New function.
3625 (proc_trace_syscalls_1): New function, extracted from
3626 proc_trace_syscalls.
3627 (proc_trace_syscalls): Replace extract code by call to
3628 proc_trace_syscalls_1.
3629 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
3630 is no longer valid.
3631
3632 2004-08-25 Jim Blandy <jimb@redhat.com>
3633
3634 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
3635
3636 2004-08-25 Andrew Cagney <cagney@gnu.org>
3637
3638 * infrun.c (struct execution_control_state): Delete field
3639 "stepping_through_sigtramp".
3640 (init_execution_control_state): Do not set same.
3641 (context_switch): Do not pass same to save_infrun_state and
3642 load_infrun_state.
3643 * gdbthread.h (struct thread_info): Delete field
3644 stepping_through_sigtramp.
3645 (save_infrun_state, load_infrun_state): Delete parameter
3646 stepping_through_sigtramp.
3647 * thread.c (load_infrun_state, save_infrun_state): Update.
3648
3649 * infrun.c: Re-indent. Move expression operators to the beginning
3650 of the line. Remove long disabled #if 0 code.
3651
3652 2004-08-24 Andrew Cagney <cagney@gnu.org>
3653
3654 * doublest.h (floatformat_ieee_quad): Rename
3655 floatformat_ia64_quad.
3656 * doublest.c (floatformat_ieee_quad): Rename
3657 floatformat_ia64_quad.
3658 (_initialize_doublest): Update.
3659
3660 2004-08-24 Jim Blandy <jimb@redhat.com>
3661
3662 * dwarf2expr.h (struct dwarf_expr_context): New members
3663 'num_pieces' and 'pieces', for returning the result of an
3664 expression that uses DW_OP_piece.
3665 (struct dwarf_expr_piece): New struct type.
3666 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
3667 pieces.
3668 (free_dwarf_expr_context): Free pieces, if any.
3669 (add_piece): New function.
3670 (execute_stack_op): Implement DW_OP_piece.
3671 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
3672 expression is a list of pieces, print an error message.
3673 (dwarf2_loc_desc_needs_frame): If the expression yields
3674 pieces, and any piece is in a register, then we need a frame.
3675
3676 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
3677 the stack until we've decided what sort of result the evaluation
3678 has produced. Use separate variables, with more specific names.
3679
3680 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
3681
3682 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
3683 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
3684 (arm_netbsd_init_abi_common): Register them.
3685
3686 2004-08-22 Mark Kettenis <kettenis@gnu.org>
3687
3688 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
3689
3690 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
3691 safe_frame_unwind_memory instead of target_read_memory.
3692
3693 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
3694 Reorder includes.
3695 (fetch_register, store_register): Remove prototypes.
3696 (child_resume): Reorganize code and comments such that it is
3697 grouped a bit more logically.
3698 (attach): Explicitly compare errno against 0.
3699 (detach): Likewise. Use perror_with_name instead of
3700 print_sys_errmsg.
3701 * Makefile.in (infptrace.o): Update dependencies.
3702
3703 * ia64-linux-nat.c: Update copyright year.
3704 (fetch_debug_register, store_debug_register)
3705 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
3706 PTRACE_TYPE_ARG3.
3707 * config/ia64/nm-linux.h: Update copyright year.
3708 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
3709
3710 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
3711 from CORE_ADDR to struct frame_info *. Use
3712 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
3713 (amd64_linux_sigtramp_p): Adjust for changed signature of
3714 and64_linux_sigtramp_start
3715
3716 * gdb_ptrace.h: GNU/Linux.
3717
3718 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3719 Remove defines.
3720
3721 * infptrace.c: Include "gdb_assert.h".
3722 (PTRACE_XFER_TYPE): Remove define.
3723 (offsetof): Only define if U_REGS_OFFSET isn't defined.
3724 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
3725 Tweak comment.
3726 (fetch_inferior_registers, store_inferior_registers): Remove
3727 redundant culry braces. Tweak comment. s/regno/regnum.
3728 * Makefile.in (infptrace.o): Update dependencies.
3729
3730 * configure.in: Change test for return type of ptrace to default
3731 to `long' instead of `int'.
3732 * configure: Regenerate.
3733
3734 2004-08-21 Mark Kettenis <kettenis@gnu.org>
3735
3736 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
3737
3738 * configure.in: Check for ttrace function.
3739 * configure, config.in: Regenerate.
3740
3741 * gdb_ptrace.h: New file.
3742 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
3743 <sys/ptrace.h>.
3744 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
3745 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
3746 (attach): Don't define PT_ATTACH.
3747 (detach): Don't define PT_DETACH.
3748 * Makefile.in (gdb_ptrace_h): New variable.
3749 (infptrace.o): Update dependencies.
3750
3751 2004-08-16 Mark Kettenis <kettenis@gnu.org>
3752
3753 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
3754 instead of `int' if not already defined.
3755 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
3756 PTRACE_TYPE_ARG3.
3757 * infptrace.c (call_ptrace): Revert change that replaced
3758 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3759
3760 2004-08-15 Mark Kettenis <kettenis@gnu.org>
3761
3762 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
3763 Remove defines.
3764
3765 * linux-nat.c (kill_inferior): Add missing third and fourth
3766 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
3767
3768 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
3769 PTRACE_TYPE_RET.
3770
3771 * proc-why.c (proc_prettyfprint_why): Fix format string.
3772
3773 * solib-osf.c (osf_current_sos): Remove unsused label.
3774
3775 * configure.in: Add <ncurses/ncurses.h> to the list of possible
3776 curses headers.
3777 * configure, config.in: Regenerate.
3778 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
3779 <ncurses/ncurses.h>.
3780
3781 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
3782 * config/nm-nbsd.h: Update copyright year.
3783 (PTRACE_ARG3_TYPE): Remove define.
3784
3785 * sparc-nat.c (fetch_inferior_registers)
3786 (store_inferior_registers, sparc_xfer_wcookie):
3787 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3788
3789 * alphabsd-nat.c (fetch_inferior_registers):
3790 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3791 PTRACE_TYPE_ARG3.
3792 * amd64bsd-nat.c (fetch_inferior_registers)
3793 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3794 PTRACE_TYPE_ARG3.
3795 * armnbsd-nat.c: Update copyright year.
3796 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
3797 (store_register, store_regs, store_fp_register, store_fp_regs):
3798 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3799 * hppabsd-nat.c (fetch_inferior_registers)
3800 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3801 PTRACE_TYPE_ARG3.
3802 * i386bsd-nat.c (fetch_inferior_registers)
3803 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
3804 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3805 * m68kbsd-nat.c (fetch_inferior_registers)
3806 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3807 PTRACE_TYPE_ARG3.
3808 * m88kbsd-nat.c (fetch_inferior_registers)
3809 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3810 PTRACE_TYPE_ARG3.
3811 * mipsnbsd-nat.c: Update copyright year.
3812 (fetch_inferior_registers, store_inferior_registers):
3813 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3814 * ns32knbsd-nat.c: Update copyright year.
3815 (fetch_inferior_registers, store_inferior_registers):
3816 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3817 * ppcnbsd-nat.c (fetch_inferior_registers):
3818 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3819 PTRACE_TYPE_ARG3.
3820 * ppcobsd-nat.c (fetch_inferior_registers):
3821 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3822 PTRACE_TYPE_ARG3.
3823 * shnbsd-nat.c: Update copyright year.
3824 (fetch_inferior_registers, store_inferior_registers):
3825 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3826 * vaxbsd-nat.c (fetch_inferior_registers)
3827 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
3828 PTRACE_TYPE_ARG3.
3829
3830 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
3831 PTRACE_TYPE_ARG3.
3832 * infptrace.c (call_ptrace, child_resume, attach, detach)
3833 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
3834 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
3835 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
3836 PTRACE_TYPE_ARG3.
3837
3838 2004-08-14 Mark Kettenis <kettenis@gnu.org>
3839
3840 * defs.h: Remove out-of-date comment.
3841 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
3842 [!GETENV_PROVIDED] (getenv): Remove prototype.
3843
3844 * standalone.c: Remove file.
3845 * Makefile.in (standalone.o): Remove dependency.
3846
3847 * i386-linux-nat.c (dummy_sse_values): Remove function and
3848 prototype.
3849 (i386_linux_dr_get): Fix typo in comment.
3850 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
3851
3852 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
3853
3854 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3855 from declaration.
3856 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
3857 from definition.
3858
3859 2004-08-13 Mark Kettenis <kettenis@gnu.org>
3860
3861 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
3862 parenthesis in definition.
3863 * configure: Regenerated.
3864
3865 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
3866
3867 * PROBLEMS: Mention build/1411.
3868
3869 2004-08-09 Robert Millan <robertmh@gnu.org>
3870
3871 Committed by Nathanael Nerode.
3872 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
3873 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
3874
3875 2004-08-12 Andrew Cagney <cagney@gnu.org>
3876
3877 * NEWS: Mention fixes in GDB 6.2.1.
3878 * PROBLEMS: Remove mention of mips-irix.
3879
3880 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3881
3882 * config/powerpc/xm-aix.h: Delete.
3883 * config/powerpc/aix.mh (MH_FILE): Remove.
3884 * config/powerpc/aix432.mh (MH_FILE): Remove.
3885
3886 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3887
3888 * config/powerpc/aix.mh: Remove obsolete comment.
3889 * config/powerpc/aix432.mh: Likewise.
3890
3891 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3892
3893 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
3894
3895 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3896
3897 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
3898 this file is now empty.
3899 * config/xm-aix4.h: Remove, this file is no longer included
3900 anywhere.
3901
3902 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3903
3904 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
3905 that file is now empty.
3906 (termdef): Remove prototype, function no longer used.
3907
3908 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3909
3910 * doc/gdbint.texinfo (Host Definition): Remove documentation
3911 for USE_O_NOCTTY, no longer used.
3912 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
3913 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
3914
3915 2004-08-11 Joel Brobecker <brobecker@gnat.com>
3916
3917 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
3918 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
3919 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
3920
3921 2004-08-11 Mark Kettenis <kettenis@gnu.org>
3922
3923 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
3924 instead of FIVE_ARG_PTRACE.
3925
3926 * inflow.c (O_NOCTTY): Define to zero if not already defined.
3927 (new_tty): Use O_NOCTTY unconditionally.
3928
3929 2004-08-10 Mark Kettenis <kettenis@gnu.org>
3930
3931 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
3932 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
3933 fflush on stdout.
3934
3935 2004-08-10 Joel Brobecker <brobecker@gnat.com>
3936
3937 * xcoff_symfile_finish: Replace last call to xmfree by call
3938 to xfree.
3939
3940 2004-08-10 Andrew Cagney <cagney@gnu.org>
3941
3942 * main.c (captured_main): Delete call to init_malloc.
3943 * defs.h (init_malloc): Delete declaration.
3944 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
3945 (init_malloc): Delete functions.
3946
3947 * defs.h (xmfree): Delete.
3948 * utils.c (xmfree): Delete function.
3949 (xfree): Inline calls to xmfree and mfree.
3950 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
3951 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
3952 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
3953 * somread.c (som_symfile_finish): Ditto.
3954 * objfiles.c (allocate_objfile, free_objfile):
3955 * nlmread.c (nlm_symfile_finish): Ditto.
3956 * hpread.c (hpread_symfile_finish): Ditto.
3957 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
3958 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
3959 * coffread.c (coff_symfile_finish): Ditto.
3960
3961 * defs.h (xmcalloc): Delete declaration.
3962 * utils.c (xmcalloc): Delete.
3963 (xcalloc): Inline calls to xmcalloc and mcalloc.
3964 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
3965 xcalloc and xfree.
3966 * symtab.c (create_demangled_names_hash): Ditto.
3967
3968 * defs.h (xmrealloc): Delete.
3969 * utils.c (xmrealloc): Delete.
3970 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
3971 * symmisc.c (extend_psymbol_list): Use xrealloc.
3972 * source.c (find_source_lines): Ditto.
3973 * hpread.c (hpread_lookup_type): Ditto.
3974 * dbxread.c (add_bincl_to_list): Ditto.
3975
3976 * utils.c (xmmalloc): Delete.
3977 (xmalloc): Inline xmmalloc and mmalloc calls.
3978 (msavestring): Use xmalloc.
3979 * defs.h (xmmalloc): Delete declaration.
3980 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
3981 xmmalloc.
3982 * symmisc.c (extend_psymbol_list): Ditto.
3983 * symfile.c (init_psymbol_list): Ditto.
3984 * source.c (find_source_lines): Ditto.
3985 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
3986 * elfread.c (elf_symtab_read): Ditto.
3987 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
3988 * coffread.c (coff_symfile_init): Ditto.
3989
3990 2004-08-10 David Carlton <carlton@bactrian.org>
3991
3992 * MAINTAINERS: Remove David Carlton from c++ testsuite
3993 maintainers.
3994
3995 2004-08-10 Jerome Guitton <guitton@gnat.com>
3996
3997 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
3998 print a line feed before the prompt.
3999
4000 2004-08-10 Mark Kettenis <kettenis@gnu.org>
4001
4002 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
4003
4004 2004-08-09 Joel Brobecker <brobecker@gnat.com>
4005
4006 General cleanup of the AIX xm include file:
4007 * config/xm-aix4.h (fd_set): Remove undefine.
4008 Remove include of <sys/select.h>.
4009 (HAVE_TERMIO): Remove define.
4010 (USG): Likewise.
4011 (NULL): Remove redefine.
4012 (alloca): Remove #pragma.
4013 (vfork): Remove define.
4014 (termdef): Remove.
4015 (SIGWINCH_HANDLER): Remove.
4016 (SIGWINCH_HANDLER_BODY): Remove.
4017
4018 2004-08-09 Mark Kettenis <kettenis@gnu.org>
4019
4020 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
4021 GDB_OSABI_OPENBSD_ELF.
4022
4023 2004-08-07 Robert Millan <robertmh@gnu.org>
4024
4025 * bsd-kvm.c: Check for nlist.h before including it.
4026
4027 2004-08-09 Mark Kettenis <kettenis@gnu.org>
4028
4029 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
4030 sigcontext' offset consistency checks for ancient BSD.
4031
4032 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
4033
4034 * configure.in: Check for <sys/types.h>. Check return and
4035 argument types of ptrace.
4036 * configure, config.in: Regenerate.
4037
4038 2004-08-09 Jim Blandy <jimb@redhat.com>
4039
4040 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
4041 rs6000_register_sim_regno): Doc fixes.
4042
4043 2004-08-08 Joel Brobecker <brobecker@gnat.com>
4044
4045 * mips-tdep.c: Include "floatformat.h".
4046 (n32n64_floatformat_always_valid): New function.
4047 (floatformat_n32n64_long_double_big): New constant.
4048 (mips_gdbarch_init): Set size and format of long double
4049 for N32 and N64 ABIs.
4050 * Makefile.in (mips-tdep.o): Update dependencies.
4051
4052 2004-08-08 Andrew Cagney <cagney@gnu.org>
4053
4054 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
4055 print. Improve script's error messages.
4056 * gdbarch.h: Re-generate.
4057
4058 * gdbarch.sh (pformat): New function.
4059 (float_format, double_format, long_double_format): List with bit
4060 members. Use pformat when printing.
4061 * gdbarch.c, gdbarch.h: Re-generate.
4062
4063 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
4064
4065 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
4066 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
4067 (ppcnbsd_supply_pcb): New function.
4068 (_initialize_ppcnbsd_nat): New prototype and function.
4069 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
4070 (LOADLIBES): New variable.
4071 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
4072
4073 2004-08-08 Andrew Cagney <cagney@gnu.org>
4074
4075 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
4076 (builtin_type_ieee_double, builtin_type_ia64_quad)
4077 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
4078 BE/LE floating-point types.
4079 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
4080 (builtin_type_ieee_double, builtin_type_ia64_quad)
4081 (builtin_type_ia64_spill): Declare.
4082 * doublest.c (_initialize_doublest, floatformat_ieee_single)
4083 (floatformat_ieee_double, floatformat_arm_ext)
4084 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
4085 of LE/BE floatformats.
4086 * doublest.h: (struct floatformat, floatformat_ieee_single)
4087 (floatformat_ieee_double, floatformat_arm_ext)
4088 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
4089
4090 2004-08-08 Mark Kettenis <kettenis@gnu.org>
4091
4092 * i386gnu-nat.c (gnu_store_registers): Fix typo.
4093
4094 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
4095 instead of regcache_raw_supply when storing the registers.
4096
4097 * i386gnu-nat.c: Update copyright year.
4098 (gnu_store_registers): Don't use deprecated_registers and
4099 deprecated_registers_valid. Use regcache_valid_p and
4100 regcache_raw_supply instead.
4101
4102 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
4103 frame_pc_unwind.
4104
4105 * procfs.c (procfs_pid_to_str): Remove redundant and unused
4106 variables. Incapitalized "process".
4107
4108 * configure.in: Add cursesX to the list of possible curses libs.
4109 Add cursesX.h to the list of possible curses headers.
4110 * configure, config.in: Regenerate.
4111
4112 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
4113
4114 * configure.in: Test for struct lwp in <sys/lwp.h>.
4115 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
4116 the offset of l_addr in struct lwp.
4117
4118 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
4119
4120 * bsd-kvm.c: Include "gdbcore.h"
4121 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
4122
4123 2004-08-07 Andrew Cagney <cagney@gnu.org>
4124
4125 * gdbtypes.c (build_flt, build_complex): New functions.
4126 (gdbtypes_post_init): Use.
4127
4128 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
4129
4130 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
4131 through to builtin_type_uint128.
4132
4133 * c-exp.y: Use builtin_type function to obtain builtin types.
4134
4135 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
4136 builtin_uint128.
4137 * gdbtypes.c (gdbtypes_post_init): Update.
4138 (build_gdbtypes): Move initialization of builtin_type_int0
4139 through to builtin_type_uint128 from here ...
4140 (_initialize_gdbtypes): ... to here.
4141 * d10v-tdep.c (d10v_register_type): Update.
4142
4143 * doublest.c: Update copyright.
4144 (floatformat_from_length): Call error when floatformat is NULL.
4145 (extract_floating_by_length): Remove NULL fmt check.
4146 (store_floating_by_length): Ditto.
4147
4148 2004-08-07 Andrew Cagney <cagney@gnu.org>
4149
4150 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
4151 that the register is valid.
4152
4153 2004-08-05 Mark Kettenis <kettenis@chello.nl>
4154
4155 * i386-linux-tdep.c (i386_linux_sigtramp_start)
4156 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
4157 struct frame_info *. Use safe_frame_unwind_memory instead of
4158 deprecated_read_memory_nobpt.
4159 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
4160 changed signature of i386_linux_sigtramp_start and
4161 i386_linux_rt_sigtramp_start.
4162
4163 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
4164 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
4165 instead of deprecated_read_memory_nobpt.
4166 (i386nbsd_sigtramp_p): Adjust for changed signature of
4167 i386nbsd_sigtramp_offset.
4168
4169 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
4170 safe_frame_unwind_memory instead of target_read_memory.
4171
4172 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4173 !NO_SYS_FILE.
4174 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
4175 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
4176 (_initialize_kernel_u_addr): Remove prototype and function.
4177 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
4178 !NO_SYS_FILE.
4179 * xcoffread.c: Likewise.
4180
4181 2004-08-06 Mark Kettenis <kettenis@gnu.org>
4182
4183 * vax-nat.c: New file.
4184 * vaxbsd-nat.c: Tweak comment.
4185 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
4186 vaxnbsd-tdep.c.
4187 (vax-nat.o): New dependency.
4188 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
4189 (vax-*-ultrix2*): Remove.
4190 * config/vax/vax.mh: New file.
4191 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
4192 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
4193 (vax_register_u_addr): New prototype.
4194 (REGISTER_U_ADDR): Define using vax_register_u_addr.
4195 * config/vax/vaxult2.mh: Remove file.
4196 * config/vax/vaxult.mh: Remove file.
4197 * config/vax/vaxbsd.mh: Remove file.
4198 * config/vax/vax.mt (TM_FILE): Remove.
4199 * config/vax/tm-vaxbsd.h: Remove file.
4200
4201 2004-08-06 Joel Brobecker <brobecker@gnat.com>
4202
4203 * aix-thread.c (get_signaled_thread): New function.
4204 (iter_trap): Delete, no longer used.
4205 (iter_tid): New function.
4206 (pd_update): Find the thread that received the SIGTRAP signal
4207 by first locating the kernel thread, and then finding its
4208 associated thread.
4209
4210 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
4211
4212 * lin-lwp.c (child_wait): Continue inferior after processing
4213 PTRACE_EVENT_CLONE event.
4214
4215 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
4216
4217 * MAINTAINERS: Add self to Write-After-Approval.
4218
4219 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
4220
4221 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
4222 libunwind-xxxx.so" where xxxx is UNW_TARGET.
4223
4224 2004-08-05 Andrew Cagney <cagney@gnu.org>
4225
4226 * config/xm-sysv4.h: Delete file.
4227 * config/mips/xm-irix5.h: Delete file.
4228 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
4229 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
4230 * config/ia64/xm-aix.h: Delete file.
4231 * config/ia64/aix.mh (XM_FILE): Delete.
4232 * config/pa/xm-hppah.h: Delete file.
4233 * config/pa/hpux11w.mh (XM_FILE): Delete.
4234 * config/pa/hpux11.mh (XM_FILE): Delete.
4235 * config/pa/hpux1020.mh (XM_FILE): Delete.
4236 * config/pa/hppahpux.mh (XM_FILE): Delete.
4237
4238 * config/alpha/xm-alphalinux.h: Delete file.
4239 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
4240 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
4241 * config/alpha/xm-alphaosf.h: Delete file.
4242 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
4243 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
4244 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
4245 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
4246
4247 * config/i386/xm-i386v.h: Delete file.
4248 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
4249 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
4250 * config/i386/xm-i386sco.h: Delete file.
4251 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
4252 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
4253 * config/i386/xm-i386v4.h: Delete file.
4254 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
4255 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
4256 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
4257 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
4258
4259 * config/vax/xm-vax.h: Delete file.
4260 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
4261 * config/vax/xm-vaxult2.h: Delete file.
4262 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
4263 * config/vax/vaxult2.mh (XM_FILE): Delete.
4264 * config/vax/xm-vaxult.h: Delete file.
4265 * config/vax/vaxult.mh (XM_FILE): Delete.
4266 * config/vax/xm-vaxbsd.h: Delete file.
4267 * config/vax/vaxbsd.mh (XM_FILE): Delete.
4268
4269 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
4270 * gdbarch.h, gdbarch.c: Re-generate.
4271 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
4272 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
4273 * frame.h: Delete deprecated_read_fp from comments.
4274 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
4275 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
4276
4277 2004-08-04 Mark Kettenis <kettenis@gnu.org>
4278
4279 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
4280 trampoline in OpenBSD 3.5-current.
4281
4282 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
4283 SSE registers.
4284
4285 * Makefile.in: Remove embedded page breaks.
4286
4287 2004-08-04 Jim Blandy <jimb@redhat.com>
4288
4289 * regcache.c (regcache_raw_read): Assert that, after calling
4290 target_fetch_registers, the register we're reading is cached.
4291
4292 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
4293 a call to 'internal_error', with a more helpful error message.
4294 * rs6000-tdep.c (e500_pseudo_register_read,
4295 e500_pseudo_register_write, rs6000_store_return_value): Same.
4296
4297 2004-08-04 Andrew Cagney <cagney@gnu.org>
4298
4299 * Makefile.in: Update dependencies.
4300
4301 2004-08-04 Jim Blandy <jimb@redhat.com>
4302
4303 Change the layout of the PowerPC E500 raw register cache to allow
4304 the lower 32-bit halves of the GPRS to be their own raw registers,
4305 not pseudoregisters.
4306 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
4307 add ppc_ev0_upper_regnum flag.
4308 * rs6000-tdep.c: #include "reggroups.h".
4309 (spe_register_p): Recognize the ev upper half registers as SPE
4310 registers.
4311 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
4312 registers.
4313 (e500_move_ev_register): New function.
4314 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
4315 vector registers are the pseudo-registers now, formed by splicing
4316 together the gprs and the upper-half registers.
4317 (e500_register_reggroup_p): New function.
4318 (P): Macro deleted.
4319 (P8, A4): New macro.
4320 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
4321 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
4322 macros.
4323 (registers_e500): Rearrange register set so that the raw register
4324 set contains 32-bit GPRs and upper-half registers, and the SPE
4325 vector registers become pseudo-registers.
4326 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
4327 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
4328 register numbers are now the same for the E500 as they are for
4329 other PowerPC variants. Register e500_register_reggroup_p as the
4330 register group function for the E500.
4331 * Makefile.in (rs6000-tdep.o): Update dependencies.
4332
4333 Adapt PPC E500 native support to the new raw regcache layout.
4334 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
4335 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
4336 (fetch_spe_register, store_spe_register): Handle fetching/storing
4337 all the SPE registers at once, if regno == -1. These now take
4338 over the job of fetch_spe_registers and store_spe_registers.
4339 (fetch_spe_registers, store_spe_registers): Deleted.
4340 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
4341 unconditionally; they're always raw. Fetch/store SPE upper half
4342 registers, if present, instead of ev registers.
4343 (fetch_register, store_register): Remove sanity checks: gprs are
4344 never pseudo-registers now, so we never need to even mention any
4345 registers that are ever pseudoregisters.
4346
4347 Use a fixed register numbering when communicating with the PowerPC
4348 simulator.
4349 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
4350 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
4351 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
4352 New functions.
4353 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
4354 init_sim_regno_table.
4355 * Makefile.in (gdb_sim_ppc_h): New variable.
4356 (rs6000-tdep.o): Update dependencies.
4357
4358 2004-08-02 Andrew Cagney <cagney@gnu.org>
4359
4360 * cris-tdep.c (cris_register_size): Restore function, still used
4361 locally.
4362
4363 * gdbarch.sh (deprecated_target_read_fp)
4364 (deprecated_frame_locals_address, deprecated_frame_args_address)
4365 (deprecated_frame_chain_valid, deprecated_frame_chain)
4366 (deprecated_init_extra_frame_info, deprecated_pop_frame)
4367 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
4368 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
4369 * gdbarch.h, gdbarch.c: Re-generate.
4370 * regcache.c (deprecated_read_fp): Do not call
4371 DEPRECATED_TARGET_READ_FP_P.
4372 * infcmd.c (default_print_registers_info): Do not call
4373 DEPRECATED_DO_REGISTERS_INFO.
4374 * frame-base.c (default_frame_locals_address): Do not call
4375 DEPRECATED_FRAME_LOCALS_ADDRESS.
4376 (default_frame_args_address): Do not call
4377 DEPRECATED_FRAME_ARGS_ADDRESS.
4378
4379 * gdbarch.sh (deprecated_register_raw_size)
4380 (deprecated_register_virtual_size:int): Delete.
4381 * gdbarch.h, gdbarch.c: Re-generate.
4382 * cris-tdep.c (cris_register_size): Delete.
4383 (cris_gdbarch_init): Update.
4384 * alpha-tdep.c (alpha_register_raw_size)
4385 (alpha_register_virtual_size): Delete.
4386 (alpha_gdbarch_init): Update.
4387
4388 * gdbarch.sh (deprecated_register_virtual_type)
4389 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
4390 (deprecated_dummy_write_sp): Delete.
4391 * gdbarch.h, gdbarch.c: Re-generate.
4392
4393 * gdbarch.sh (deprecated_register_bytes): Delete.
4394 * gdbarch.h, gdbarch.c: Re-generate.
4395 * regcache.c (deprecated_register_bytes): New function.
4396 * regcache.h (deprecated_register_bytes): Declare.
4397 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4398 * v850-tdep.c (v850_gdbarch_init): Update.
4399 * sh64-tdep.c (sh64_gdbarch_init): Update.
4400 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
4401 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
4402 * mcore-tdep.c (mcore_gdbarch_init): Update.
4403 * cris-tdep.c (cris_gdbarch_init): Update.
4404 * arm-tdep.c (arm_gdbarch_init): Update.
4405 * remote.c (init_remote_state): Update.
4406 * remote-vx.c (vx_prepare_to_store): Update.
4407 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
4408 * irix5-nat.c (fetch_core_registers): Update.
4409 * cris-tdep.c (cris_register_bytes_ok): Update.
4410 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
4411
4412 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
4413 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
4414 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
4415 (mips_insn16_frame_base_address, mips_insn16_frame_base)
4416 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
4417 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
4418 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
4419 (mips_insn32_frame_base_address, mips_insn32_frame_base)
4420 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
4421 with mips_insn16 and mips_insn32.
4422
4423 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
4424 * rs6000-tdep.c (rs6000_push_dummy_call)
4425 (rs6000_extract_return_value): Use register_size.
4426 * xstormy16-tdep.c (xstormy16_get_saved_register)
4427 (xstormy16_extract_return_value): Ditto.
4428 * valops.c (value_assign): Ditto.
4429 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
4430 * v850-tdep.c (v850_extract_return_value): Ditto.
4431 * tracepoint.c (collect_symbol): Ditto.
4432 * target.c (debug_print_register): Ditto.
4433 * stack.c (frame_info): Ditto.
4434 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
4435 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
4436 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
4437 (store_register_using_P): Ditto.
4438 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
4439 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
4440 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
4441 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
4442 * regcache.c (deprecated_read_register_bytes)
4443 (deprecated_write_register_bytes, read_register)
4444 (write_register): Ditto.
4445 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
4446 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
4447 * monitor.c (monitor_supply_register, monitor_fetch_register)
4448 (monitor_store_register): Ditto.
4449 * mn10300-tdep.c (mn10300_pop_frame_regular)
4450 (mn10300_print_register): Ditto.
4451 * mipsv4-nat.c (fill_fpregset): Ditto.
4452 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
4453 (mips64_fill_fpregset): Ditto.
4454 * mi/mi-main.c (register_changed_p, get_register)
4455 (mi_cmd_data_write_register_values): Ditto.
4456 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
4457 * irix5-nat.c (fill_gregset, fetch_core_registers):
4458 * infrun.c (write_inferior_status_register): Ditto.
4459 * infptrace.c (fetch_register, store_register): Ditto.
4460 * infcmd.c (default_print_registers_info): Ditto.
4461 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
4462 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
4463 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
4464 * hpux-thread.c (hpux_thread_fetch_registers)
4465 (hpux_thread_store_registers): Ditto.
4466 * hppah-nat.c (store_inferior_registers, fetch_register):
4467 * findvar.c (value_from_register): Ditto.
4468 * dve3900-rom.c (fetch_bitmapped_register):
4469 * cris-tdep.c (cris_gdbarch_init): Ditto.
4470 * alpha-tdep.h: Ditto.
4471 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
4472
4473 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
4474 DEPRECATED_REGISTER_RAW_SIZE from comments.
4475 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
4476 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
4477 DEPRECATED_REGISTER_RAW_SIZE.
4478 * findvar.c (value_of_register): Simplify by assuming that the
4479 registers raw and virtual sizes are identical.
4480 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
4481 comment.
4482 * arch-utils.c (generic_register_size): Simplify by assuming
4483 register_type.
4484
4485 * regcache.c (legacy_read_register_gen, real_register)
4486 (legacy_write_register_gen): Delete, not used.
4487
4488 * regcache.c (struct regcache_descr): Delete legacy_p.
4489 (init_legacy_regcache_descr): Delete function.
4490 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
4491 Do not use deprecated register functions.
4492 (regcache_raw_read, deprecated_write_register_gen):
4493 (deprecated_read_register_gen, regcache_raw_write): Delete code
4494 predicated on legacy_p.
4495 (register_size): Delete check against register raw size.
4496
4497 * cris-tdep.c (cris_register_type): Replace
4498 cris_register_virtual_type.
4499 (cris_gdbarch_init): Update, set register_type.
4500
4501 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
4502 * gdbarch.h, gdbarch.c: Re-generate.
4503 * arm-tdep.c (arm_frameless_function_invocation): Delete.
4504 (arm_gdbarch_init) Do not set frameless function invocation.
4505 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
4506 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
4507 * frv-tdep.c (frv_frameless_function_invocation): Delete.
4508 (frv_gdbarch_init): Do not set frameless function invocation.
4509 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
4510 * sh-tdep.c (sh_gdbarch_init): Ditto.
4511 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
4512 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
4513 * avr-tdep.c (avr_gdbarch_init): Ditto.
4514
4515 * blockframe.c (legacy_frame_chain_valid): Delete function.
4516
4517 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
4518 and pc. Update comments.
4519 (pc_in_dummy_frame): Delete function.
4520 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
4521 use the "id".
4522 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
4523 call_hi, top and pc, use the id.
4524 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
4525
4526 * dummy-frame.c: Include "gdb_string.h".
4527 (generic_save_call_dummy_addr, generic_push_dummy_frame)
4528 (generic_save_dummy_frame_tos): Delete.
4529 (dummy_frame_push): New function, replaces above.
4530 * dummy-frame.h: Update copyright.
4531 (dummy_frame_push): Declare.
4532 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
4533 (generic_save_call_dummy_addr): Delete declarations.
4534 * infcall.c: Include "dummy-frame.h".
4535 (call_function_by_hand): Add locals caller_regcache,
4536 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
4537 with call to frame_save_as_regcache plus cleanup. Delete calls to
4538 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
4539 Move clear_proceed_status to just before the resume, add call to
4540 dummy_frame_push (discard cleanup).
4541 * Makefile.in (infcall.o): Add $(dummy_frame_h).
4542 (dummy-frame.o): Add $(gdb_string_h).
4543
4544 2004-08-01 Andrew Cagney <cagney@gnu.org>
4545
4546 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
4547 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
4548 * dummy-frame.c (find_dummy_frame): Delete.
4549 (struct dummy_frame_cache, dummy_frame_sniffer)
4550 (dummy_frame_prev_register, dummy_frame_this_id)
4551 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
4552 frame unwinder using a dummy_frame_cache.
4553
4554 2004-08-01 Andrew Cagney <cagney@gnu.org>
4555
4556 * frame.h (frame_save_as_regcache): Declare.
4557 * frame.c (frame_save_as_regcache): New function.
4558 (do_frame_read_register): Replace do_frame_unwind_register.
4559 (frame_pop): Use frame_save_as_regcache.
4560 * dummy-frame.c (generic_push_dummy_frame): Use
4561 frame_save_as_regcache.
4562
4563 2004-08-01 Joel Brobecker <brobecker@gnat.com>
4564
4565 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
4566 file as included until we record the first line in the linetable.
4567
4568 2004-08-01 Andrew Cagney <cagney@gnu.org>
4569
4570 * frame.h (deprecated_pop_dummy_frame)
4571 (deprecated_read_register_dummy)
4572 (deprecated_generic_find_dummy_frame): Delete.
4573 * dummy-frame.c (deprecated_generic_find_dummy_frame)
4574 (deprecated_read_register_dummy)
4575 (deprecated_find_dummy_frame_regcache)
4576 (discard_innermost_dummy)
4577 (deprecated_pop_dummy_frame): Delete.
4578 (dummy_frame_this_id): Simplify.
4579 (struct dummy_frame): Delete "fp" and "sp".
4580 (find_dummy_frame): Simplify.
4581 (generic_push_dummy_frame): Do not set "fp" or "sp".
4582 (fprint_dummy_frames): Do not print "fp" and "sp"
4583
4584 2004-08-01 Mark Kettenis <kettenis@gnu.org>
4585
4586 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
4587 (struct i386_insn): New structure.
4588 (i386_match_insn): New function.
4589 (i386_frame_setup_skip_insns): New variable.
4590 (i386_analyze_frame_setup): Change to use i386_match_insn and the
4591 array i386_frame_setup_insns of instructions that should be
4592 skipped inside the frame setup sequence.
4593
4594 2004-08-01 Andrew Cagney <cagney@gnu.org>
4595
4596 * frame.h (deprecated_frame_xmalloc_with_cleanup)
4597 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4598 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4599 * stack.c (frame_info): Delete references to
4600 DEPRECATED_FRAME_INIT_SAVED_REGS and
4601 deprecated_get_frame_saved_regs.
4602 * frame.c (struct frame_info): Delete saved_regs and extra_info.
4603 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
4604 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
4605 (frame_unwind_register_signed)
4606 (frame_unwind_register_unsigned)
4607 (frame_unwind_unsigned_register): Use register_size.
4608 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
4609 (deprecated_frame_xmalloc_with_cleanup)
4610 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
4611 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
4612
4613 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
4614 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
4615 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
4616 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
4617
4618 * infcall.c (call_function_by_hand): Do not use
4619 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
4620 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
4621 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
4622 DEPRECATED_STACK_ALIGN.
4623
4624 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
4625
4626 Committed by Andrew Cagney.
4627 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
4628
4629 2004-08-01 Andrew Cagney <cagney@gnu.org>
4630
4631 * mips-tdep.c (mips16_frame_cache)
4632 (mips16_frame_this_id, mips16_frame_prev_register)
4633 (mips16_frame_unwind, mips16_frame_sniffer)
4634 (mips16_frame_base_address, mips16_frame_base)
4635 (mips16_frame_base_sniffer, mips32_frame_cache)
4636 (mips32_frame_this_id, mips32_frame_prev_register)
4637 (mips32_frame_unwind, mips32_frame_sniffer)
4638 (mips32_frame_base_address, mips32_frame_base)
4639 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
4640 separate heuristic mips16 and mips32 unwinders.
4641 (mips_stub_frame_cache, mips_stub_frame_this_id)
4642 (mips_stub_frame_prev_register)
4643 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
4644 (mips_stub_frame_base_address, mips_stub_frame_base)
4645 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
4646 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
4647 match true mdebug frames.
4648 (non_heuristic_proc_desc): Add forward declaration.
4649
4650 2004-08-01 Andrew Cagney <cagney@gnu.org>
4651
4652 * config/mips/tm-irix6.h: Delete file.
4653 * config/mips/tm-irix5.h: Delete file.
4654 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
4655 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
4656
4657 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
4658 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
4659 * config/nm-gnu.h (NO_CORE_OPS): Delete.
4660 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
4661 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
4662 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
4663 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
4664 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
4665 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
4666 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
4667 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
4668 (TARGET_SIGNAL_RAW_VALUES): Delete.
4669 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
4670 Delete.
4671 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
4672 (TARGET_HW_WATCH_LIMIT): Delete.
4673 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
4674 * minimon.h: Delete file.
4675
4676 * trad-frame.c (trad_frame_get_this_base)
4677 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
4678 functions.
4679 * trad-frame.h (trad_frame_set_this_base)
4680 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
4681
4682 2004-07-31 Andrew Cagney <cagney@gnu.org>
4683
4684 * trad-frame.c (trad_frame_get_prev_register): Rename
4685 trad_frame_get_prev_register.
4686 * vax-tdep.c (vax_frame_prev_register): Update.
4687 * trad-frame.h: Update.
4688 * trad-frame.c (trad_frame_get_register): Update.
4689 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
4690 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
4691 Update.
4692 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
4693 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
4694 Update.
4695 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
4696 Update.
4697 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
4698 Update.
4699 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
4700 Update.
4701 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
4702 Update.
4703 * s390-tdep.c (s390_frame_prev_register)
4704 (s390_stub_frame_prev_register)
4705 (s390_sigtramp_frame_prev_register): Update.
4706 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
4707 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
4708 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
4709 * m88k-tdep.c (m88k_frame_prev_register)
4710 * m68hc11-tdep.c (m68hc11_frame_prev_register)
4711 * m32r-tdep.c (m32r_frame_prev_register): Update.
4712 * hppa-tdep.c (hppa_frame_prev_register_helper)
4713 * frv-tdep.c (frv_frame_prev_register): Update.
4714 * d10v-tdep.c (d10v_frame_prev_register): Update.
4715 * cris-tdep.c (cris_frame_prev_register): Update.
4716 * avr-tdep.c (avr_frame_prev_register): Update.
4717 * arm-tdep.c (arm_prologue_prev_register)
4718 (arm_sigtramp_prev_register): Update.
4719
4720 2004-07-31 Andrew Cagney <cagney@gnu.org>
4721
4722 * frame.h (legacy_saved_regs_unwind)
4723 (legacy_frame_chain_valid, legacy_frame_p)
4724 (enum frame_type): Delete UNKNOWN_FRAME.
4725 * dummy-frame.c (dummy_frame_this_id): Simplify.
4726 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
4727 * frame.c (struct frame_info): Delete the field "type".
4728 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
4729 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
4730 (legacy_saved_regs_unwind, legacy_frame_p)
4731 (frame_type_from_pc): Delete.
4732 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
4733 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
4734
4735 2004-07-31 Mark Kettenis <kettenis@gnu.org>
4736
4737 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
4738 indentation.
4739
4740 * mips-nat.c: Remove file.
4741 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
4742 (mips-nat.o): Remove dependency.
4743
4744 * infptrace.c: Update copyright year.
4745 (fetch_register): Pass NULL in regcache_raw_supply call instead of
4746 explicitly setting the buffer to all zeroes.
4747
4748 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
4749 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
4750
4751 2004-07-30 Andrew Cagney <cagney@gnu.org>
4752
4753 * GDB 6.2 released from gdb_6_2-branch.
4754
4755 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
4756
4757 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
4758
4759 * exec.c (exec_file_attach):
4760 * nto-tdep.c (nto_find_and_open_solib):
4761 * pa64solib.c (pa64_solib_sizeof_symbol_table):
4762 * solib.c (solib_open):
4763 * somsolib.c (som_solib_sizeof_symbol_table):
4764 * source.c (is_regular_file, openp, open_source_file):
4765 * symfile.c (symfile_bfd_open):
4766 * wince.c (upload_to_device): Differentiate between the search for
4767 binary and source files.
4768
4769 2004-07-30 Andrew Cagney <cagney@gnu.org>
4770
4771 * complaints.c (_initialize_complaints): Pass NULL to
4772 add_setshow_zinteger_cmd for help_doc.
4773 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
4774
4775 2004-07-30 Andrew Cagney <cagney@gnu.org>
4776
4777 Fix PR i18n/761.
4778 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
4779 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
4780 $(PACKAGE).pot and update-po.
4781 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
4782 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
4783 (update-po): New rules.
4784 (localedir): Define using autoconf.
4785 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
4786 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
4787 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
4788 * configure.in: Generate CATALOGS and LINGUAS from contents of
4789 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
4790 * configure: Re-generate.
4791 * po/gdbtext: New file
4792
4793 2004-07-30 Jerome Guitton <guitton@gnat.com>
4794
4795 * MAINTAINERS: Reorder Write After Approval list in alphabetical
4796 order.
4797
4798 2004-07-30 David Lecomber <dsl@sources.redhat.com>
4799
4800 * dwarf2read.c (read_file_scope): Set producer if attribute
4801 present.
4802 (struct dwarf2_cu): Added new member producer.
4803
4804 2004-07-30 Jerome Guitton <guitton@gnat.com>
4805
4806 * inflow.c (kill_command): release file handles in BFD.
4807 * exec.c (exec_file_attach): Ditto.
4808 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
4809
4810 2004-07-29 Andrew Cagney <cagney@gnu.org>
4811
4812 * PROBLEMS (mips-irix): Note that it is broken.
4813
4814 2004-07-29 Andrew Cagney <cagney@gnu.org>
4815
4816 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
4817 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
4818
4819 * config/xm-nbsd.h: Delete file.
4820 * config/arm/xm-nbsd.h: Delete file.
4821 * config/i386/xm-nbsd.h: Delete file.
4822 * config/ns32k/xm-nbsd.h: Delete file.
4823 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
4824 * config/i386/nbsdelf.mh (XM_FILE): Delete.
4825 * config/i386/nbsdaout.mh (XM_FILE): Delete.
4826 * config/arm/nbsdelf.mh (XM_FILE): Delete.
4827 * config/arm/nbsdaout.mh (XM_FILE): Delete.
4828
4829 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
4830 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
4831 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
4832 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
4833 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
4834 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
4835
4836 * config/powerpc/xm-linux.h: Delete empty file.
4837 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
4838 * config/powerpc/linux.mh (XM_FILE): Delete.
4839 * config/m68k/xm-linux.h: Delete empty file.
4840 * config/m68k/linux.mh (XM_FILE): Delete.
4841 * config/ia64/xm-linux.h: Delete empty file.
4842 * config/ia64/linux.mh (XM_FILE): Delete.
4843 * config/arm/xm-linux.h: Delete empty file.
4844 * config/arm/linux.mh (XM_FILE): Delete.
4845
4846 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4847 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
4848 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4849 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
4850 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4851 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
4852 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
4853 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
4854
4855 * config/m68k/xm-m68k.h: Delete file.
4856 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
4857 copyright.
4858 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
4859 * config/pa/xm-linux.h: Delete empty file.
4860 * config/pa/linux.mh (XM_FILE): Delete.
4861 * config/i386/xm-i386.h: Delete empty file.
4862 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
4863 "i386/xm-i386.h".
4864 * config/i386/obsdaout.mh (XM_FILE): Delete.
4865 * config/i386/obsd64.mh (XM_FILE): Delete.
4866 * config/i386/fbsd64.mh (XM_FILE): Delete.
4867 * config/i386/nto.mh (XM_FILE): Delete.
4868 * config/i386/obsd.mh (XM_FILE): Delete.
4869 * config/i386/linux64.mh (XM_FILE): Delete.
4870 * config/i386/linux.mh (XM_FILE): Delete.
4871 * config/i386/i386sol2.mh (XM_FILE): Delete.
4872 * config/i386/i386gnu.mh (XM_FILE): Delete.
4873 * config/i386/fbsd.mh (XM_FILE): Delete.
4874 * config/i386/nbsd64.mh (XM_FILE): Delete.
4875
4876 2004-07-29 Andrew Cagney <cagney@gnu.org>
4877
4878 * config/pa/xm-linux.h: Do not include "floatformat.h".
4879 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4880 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4881 * config/i386/xm-i386.h: Do not include "floatformat.h".
4882 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4883 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
4884 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
4885 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
4886 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
4887 GDB_HOST_LONG_DOUBLE_FORMAT instead.
4888 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
4889 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
4890 * configure, config.in: Regenerate.
4891 * configure.host (gdb_host_float_format, gdb_host_double_format)
4892 (gdb_host_long_double_format): Set according to the host.
4893
4894 2004-07-29 Andrew Cagney <cagney@gnu.org>
4895
4896 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
4897
4898 2004-07-28 Andrew Cagney <cagney@gnu.org>
4899
4900 * PROBLEMS: Mention threads/1650.
4901 * NEWS: Mention the NPTL fix.
4902
4903 2004-07-28 Andrew Cagney <cagney@gnu.org>
4904
4905 * cli/cli-decode.c (add_setshow_cmd): Delete function.
4906 (add_setshow_cmd_full): Make static.
4907 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
4908 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
4909 * cli/cli-decode.c (add_setshow_filename_cmd)
4910 (add_setshow_string_cmd): New functions.
4911 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
4912 * mips-tdep.c (_initialize_mips_tdep): Update.
4913 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
4914 * cli/cli-logging.c (_initialize_cli_logging): Update.
4915 * complaints.c (_initialize_complaints): Update.
4916 * remote.c (_initialize_remote): Update.
4917
4918 2004-07-28 Andrew Cagney <cagney@gnu.org>
4919
4920 * cli/cli-decode.c (add_setshow_zinteger_cmd)
4921 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
4922 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
4923 print parameters. Make string parameters constant.
4924 * command.h: Update. Update copyright.
4925 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
4926 * observer.c (_initialize_observer): Ditto.
4927 * frame.c (_initialize_frame): Ditto.
4928 * complaints.c (_initialize_complaints): Ditto.
4929 * maint.c (_initialize_maint_cmds): Ditto.
4930 * target.c (initialize_targets): Ditto.
4931 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
4932 * infcall.c (_initialize_infcall): Ditto.
4933 * arm-tdep.c (_initialize_arm_tdep): Ditto.
4934 * m32r-rom.c (_initialize_m32r_rom): Ditto.
4935 * remote-rdi.c (_initialize_remote_rdi): Ditto.
4936 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
4937 * mips-tdep.c (_initialize_mips_tdep): Ditto.
4938
4939 2004-07-28 Andrew Cagney <cagney@gnu.org>
4940
4941 * gdbtypes.c (lookup_primitive_typename): Delete function.
4942 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
4943 * ada-lex.l: Use language_lookup_primitive_type_by_name.
4944 * gdbtypes.c (lookup_typename): Ditto.
4945 * f-exp.y (yylex): Ditto.
4946 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
4947
4948 * scm-lang.c (c_builtin_types): Delete extern declaration.
4949 (scm_language_defn): Replace
4950 string_char_type and primitive_type_vector with
4951 la_language_arch_info.
4952 * jv-lang.c (java_language_defn): Replace
4953 string_char_type and primitive_type_vector with
4954 la_language_arch_info.
4955 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
4956 c_builtin_types in comment.
4957 * c-lang.h (struct language_arch_info): Declare opaque.
4958 (c_language_arch_info): Declare.
4959 (c_builtin_types): Delete declaration.
4960 * c-lang.c (c_language_arch_info): Set string_char_type to
4961 builtin_char, not builtin_true_char. Make global.
4962 (c_builtin_types): Delete array.
4963 (asm_language_defn, minimal_language_defn): Replace
4964 string_char_type and primitive_type_vector with
4965 la_language_arch_info.
4966
4967 2004-07-28 Andrew Cagney <cagney@gnu.org>
4968
4969 * gdbtypes.h (struct builtin_type): Rename true_char to
4970 builtin_true_char.
4971 * gdbtypes.c (gdbtypes_post_init): Update.
4972 * c-lang.c (arch_info): New function.
4973 (enum c_primitive_types): New enum.
4974 (c_language_defn): Instead of string_char_type and
4975 primitive_type_vector set la_language_arch_info.
4976
4977 2004-07-28 Andrew Cagney <cagney@gnu.org>
4978
4979 * language.h (struct language_arch_info): Fix typo
4980 s/primative/primitive/.
4981 * gdbtypes.c (lookup_primitive_typename): Ditto.
4982 * language.c (language_lookup_primitive_type_by_name)
4983 (unknown_language_arch_info): Ditto.
4984
4985 2004-07-27 Andrew Cagney <cagney@gnu.org>
4986
4987 * defs.h (enum language): Add nr_languages.
4988 * language.h (struct language_arch_info): Define.
4989 (struct language_defn): Add la_language_arch_info.
4990 (language_lookup_primative_type_by_name): Declare.
4991 (language_string_char_type): Declare.
4992 * language.c (_initialize_language, language_gdbarch_post_init)
4993 (struct language_gdbarch, language_gdbarch_data): Implement
4994 per-architecture language information.
4995 (unknown_language_arch_info, language_string_char_type)
4996 (language_lookup_primative_type_by_name): New functions.
4997 (unknown_language_defn, auto_language_defn)
4998 (local_language_defn): Set la_language_arch_info to
4999 unknown_language_arch_info.
5000 (unknown_builtin_types): Delete.
5001 * gdbtypes.c (lookup_primitive_typename): Use
5002 language_lookup_primative_type_by_name.
5003 (create_string_type): Use language_string_char_type.
5004 * values.c (value_from_string): Use language_string_char_type.
5005 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
5006 * p-lang.c (pascal_language_defn): Ditto.
5007 * m2-lang.c (m2_language_defn): Ditto.
5008 * jv-lang.c (java_language_defn): Ditto.
5009 * objc-lang.c (objc_language_defn): Ditto.
5010 * f-lang.c (f_language_defn): Ditto.
5011 * c-lang.c (c_language_defn, cplus_language_defn)
5012 (asm_language_defn, minimal_language_defn): Ditto.
5013
5014 2004-07-27 Andrew Cagney <cagney@gnu.org>
5015
5016 * gdbtypes.h (struct builtin_type): Declare.
5017 (builtin_type): Declare.
5018 * d10v-tdep.c (d10v_register_type): Use builtin_type.
5019 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
5020 (gdbtypes_post_init): New function.
5021 (builtin_type): New function.
5022
5023 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
5024
5025 * remote-m32r-sdi.c: Fix breakpoint bug.
5026 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
5027 recv_char_data, recv_long_data): New functions to replace communication
5028 sequences.
5029
5030 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
5031
5032 Document PR threads/1650.
5033 * PROBLEMS (Threads): Document problem with many threads
5034
5035 2004-07-26 Andrew Cagney <cagney@gnu.org>
5036
5037 * gdb-mi.el: Move from here ...
5038 * mi/gdb-mi.el: ... to here.
5039
5040 2004-07-26 Andrew Cagney <cagney@gnu.org>
5041
5042 Problem reported by Ashley Pittman <ashley@quadrics.com>.
5043 * main.c (captured_main): When in batch mode always detach.
5044
5045 2004-07-26 Andrew Cagney <cagney@gnu.org>
5046
5047 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
5048 and h8300 as broken.
5049 * NEWS: END-OF-LIFE frame compatibility module.
5050 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
5051 specific comments.
5052
5053 2004-07-26 Andrew Cagney <cagney@gnu.org>
5054
5055 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
5056 * xcoffsolib.c (_initialize_xcoffsolib): Update.
5057 * wince.c (_initialize_wince): Update.
5058 * win32-nat.c (_initialize_win32_nat): Update.
5059 * varobj.c (_initialize_varobj): Update.
5060 * valops.c (_initialize_valops): Update.
5061 * utils.c (initialize_utils, initialize_utils): Update.
5062 * tui/tui-win.c (_initialize_tui_win): Update.
5063 * top.c (init_main): Update.
5064 * symfile.c (_initialize_symfile): Update.
5065 * source.c (_initialize_source): Update.
5066 * somsolib.c (_initialize_som_solib): Update.
5067 * solib.c (_initialize_solib): Update.
5068 * solib-frv.c (_initialize_frv_solib): Update.
5069 * serial.c (_initialize_serial): Update.
5070 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
5071 * remote.c (_initialize_remote, _initialize_remote): Update.
5072 * remote-vx.c (_initialize_vx): Update.
5073 * remote-utils.c (_initialize_sr_support): Update.
5074 * remote-sds.c (_initialize_remote_sds): Update.
5075 * remote-mips.c (_initialize_remote_mips): Update.
5076 * remote-e7000.c (_initialize_remote_e7000): Update.
5077 * proc-api.c (_initialize_proc_api): Update.
5078 * printcmd.c: Update.
5079 * parse.c (_initialize_parse): Update.
5080 * pa64solib.c (_initialize_pa64_solib): Update.
5081 * p-valprint.c (_initialize_pascal_valprint): Update.
5082 * monitor.c (_initialize_remote_monitors): Update.
5083 * mips-tdep.c (_initialize_mips_tdep): Update.
5084 * mcore-tdep.c (_initialize_mcore_tdep): Update.
5085 * maint.c (_initialize_maint_cmds): Update.
5086 * lin-lwp.c (_initialize_lin_lwp): Update.
5087 * language.c (_initialize_language): Update.
5088 * kod.c (_initialize_kod): Update.
5089 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
5090 * i386-tdep.c (_initialize_i386_tdep): Update.
5091 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
5092 * gdbarch.sh: Update.
5093 * gdbarch.c: Re-generate.
5094 * gdb-events.sh: Update.
5095 * gdb-events.c: Re-generate.
5096 * frame.c (_initialize_frame): Update.
5097 * exec.c: Update.
5098 * demangle.c (_initialize_demangler): Update.
5099 * dcache.c (_initialize_dcache): Update.
5100 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
5101 * cp-valprint.c (_initialize_cp_valprint): Update.
5102 * corefile.c (_initialize_core): Update.
5103 * command.h: Update.
5104 * cli/cli-decode.h: Update.
5105 * cli/cli-cmds.c (init_cli_cmds): Update.
5106 * charset.c (_initialize_charset): Update.
5107 * breakpoint.c (_initialize_breakpoint): Update.
5108 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
5109 * alpha-tdep.c (_initialize_alpha_tdep): Update.
5110 * aix-thread.c (_initialize_aix_thread): Update.
5111
5112 2004-07-24 Mark Kettenis <kettenis@gnu.org>
5113
5114 Partial fix for PR backtrace/1718.
5115 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
5116 that GCC migrates into the prolugue. Don't handle any
5117 instructions that clobber %ebx.
5118
5119 2004-07-23 Andrew Cagney <cagney@gnu.org>
5120
5121 Use regcache_raw_collect instead of regcache_collect.
5122 * regcache.h (regcache_collect): Delete declaration.
5123 * regcache.c (regcache_colect): Delete function.
5124 * win32-nat.c (do_child_store_inferior_registers): Update.
5125 * sol-thread.c (sol_thread_store_registers): Update.
5126 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
5127 * rs6000-nat.c (store_register): Update.
5128 * remote.c (store_register_using_P, remote_store_registers): Update.
5129 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
5130 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
5131 (fill_vrregset, store_spe_registers, fill_gregset)
5132 (fill_gregset): Update.
5133 * nto-procfs.c (procfs_store_registers): Update.
5134 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
5135 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
5136 * m68klinux-nat.c (store_register, fill_gregset): Update.
5137 * m68k-tdep.c (fill_gregset): Update.
5138 * infptrace.c (store_register): Update.
5139 * i386-nto-tdep.c (i386nto_regset_fill): Update.
5140 * i386-linux-nat.c (store_register, fill_gregset): Update.
5141 * hppa-linux-nat.c (fill_gregset): Update.
5142 * go32-nat.c (store_register): Update.
5143 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
5144 (store_fp_regs): Update.
5145 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
5146 (store_nwfpe_extended, store_fpregister, store_fpregs)
5147 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
5148 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
5149 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
5150 (store_regs_user_thread, store_regs_kernel_thread): Update.
5151
5152 2004-07-24 Mark Kettenis <kettenis@gnu.org>
5153
5154 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
5155 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
5156 encoding.
5157 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
5158 member of `struct comp_unit'.
5159
5160 2004-07-23 Andrew Cagney <cagney@gnu.org>
5161
5162 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
5163 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
5164
5165 2004-07-23 Martin Hunt <hunt@redhat.com>
5166 Kevin Buettner <kevinb@redhat.com>
5167
5168 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
5169 alignment was being added to the offset instead of multiplied.
5170
5171 2004-07-23 Mark Kettenis <kettenis@gnu.org>
5172
5173 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
5174 changed signal trampoline in OpenBSD 3.5-current.
5175
5176 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
5177 <machine/pcb.h> and "bsd-kvm.h".
5178 (sparc64nbsd_supply_pcb): New function.
5179 (_initialize_sparc64nbsd_nat): Renamed from
5180 _initialize_sparcnbsd_nat. Enable libkvm interface.
5181 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
5182 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
5183 (LOADLIBES): New variable.
5184
5185 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
5186
5187 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
5188
5189 2004-07-21 Andrew Cagney <cagney@gnu.org>
5190
5191 Use regcache_raw_supply instead of supply_register.
5192 * regcache.h (supply_register): Delete declaration.
5193 * regcache.c (supply_register): Delete function.
5194 * wince.c (do_child_fetch_inferior_registers): Update.
5195 * win32-nat.c (do_child_fetch_inferior_registers)
5196 (fetch_elf_core_registers): Update.
5197 * v850ice.c (v850ice_fetch_registers): Update.
5198 * thread-db.c (thread_db_store_registers): Update.
5199 * sol-thread.c (sol_thread_store_registers): Update.
5200 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
5201 * rs6000-nat.c (fetch_register): Update.
5202 * rom68k-rom.c (rom68k_supply_one_register): Update.
5203 * remote.c (remote_wait, remote_async_wait): Update.
5204 * remote-st.c (get_hex_regs): Update.
5205 * remote-sim.c (gdbsim_fetch_register): Update.
5206 * remote-sds.c (sds_fetch_registers): Update.
5207 * remote-rdp.c (remote_rdp_fetch_register): Update.
5208 * remote-rdi.c (arm_rdi_fetch_registers): Update.
5209 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
5210 * remote-m32r-sdi.c (m32r_fetch_register): Update.
5211 * remote-hms.c (init_hms_cmds): Update.
5212 * remote-est.c (init_est_cmds): Update.
5213 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
5214 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
5215 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
5216 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
5217 (fetch_register, supply_vrregset, supply_vrregset)
5218 (fetch_spe_registers): Update.
5219 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
5220 * monitor.c (monitor_supply_register): Update.
5221 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
5222 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
5223 (mipsnbsd_supply_fpreg): Update.
5224 * mips-nat.c (fetch_inferior_registers)
5225 (fetch_core_registers): Update.
5226 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
5227 (supply_fpregset, mips64_supply_gregset)
5228 (mips64_supply_fpregset): Update.
5229 * m68klinux-nat.c (fetch_register, supply_gregset)
5230 (supply_fpregset): Update.
5231 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
5232 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
5233 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
5234 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
5235 * infptrace.c (fetch_register): Update.
5236 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
5237 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
5238 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
5239 (gnu_fetch_registers, gnu_store_registers): Update.
5240 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
5241 * i386-linux-nat.c (fetch_register, supply_gregset)
5242 (dummy_sse_values): Update.
5243 * hpux-thread.c (hpux_thread_fetch_registers): Update.
5244 * hppah-nat.c (fetch_register): Update.
5245 * hppa-linux-nat.c (fetch_register, supply_gregset)
5246 (supply_fpregset): Update.
5247 * go32-nat.c (fetch_register): Update.
5248 * dve3900-rom.c (fetch_bitmapped_register)
5249 (_initialize_r3900_rom): Update.
5250 * cris-tdep.c (supply_gregset): Update.
5251 * abug-rom.c (init_abug_cmds): Update.
5252 * core-aout.c (fetch_core_registers): Update.
5253 * armnbsd-nat.c (supply_gregset, supply_fparegset)
5254 (fetch_register, fetch_fp_register): Update.
5255 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
5256 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
5257 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
5258 * alphanbsd-tdep.c (fetch_core_registers): Update.
5259 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
5260 * alpha-nat.c (fetch_osf_core_registers)
5261 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
5262 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
5263 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
5264
5265 2004-07-21 Andrew Cagney <cagney@gnu.org>
5266
5267 * PROBLEMS: Mention breakpoints/1702.
5268 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
5269 that is known to work.
5270
5271 2004-07-21 Andrew Cagney <cagney@gnu.org>
5272
5273 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
5274 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
5275 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
5276 (handle_inferior_event): Wrap call to deprecated
5277 IGNORE_HELPER_CALL in #ifdef.
5278 * config/mips/tm-nbsd.h: Update.
5279
5280 2004-07-20 Jim Blandy <jimb@redhat.com>
5281
5282 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
5283 bfd_mach_ppc has no segment registers.
5284
5285 Include PowerPC SPR numbers for special-purpose registers.
5286 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
5287 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
5288 new member in initializer.
5289 (S, S4, SN4, S64): New macros for defining special-purpose
5290 registers.
5291 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
5292 registers_403, registers_403GC, registers_505, registers_860,
5293 registers_601, registers_602, registers_603, registers_604,
5294 registers_750, registers_e500): Use them.
5295
5296 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
5297 replace references with expression used to initialize variable.
5298
5299 2004-07-20 Andrew Cagney <cagney@gnu.org>
5300
5301 * breakpoint.c (deprecated_read_memory_nobpt): Rename
5302 read_memory_nobpt.
5303 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
5304 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
5305 (s390_sigtramp_frame_sniffer): Update.
5306 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
5307 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
5308 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
5309 (mips32_fetch_instruction): Update.
5310 * mcore-tdep.c (get_insn): Update.
5311 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
5312 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
5313 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
5314 * i386-linux-tdep.c (i386_linux_sigtramp_start)
5315 (i386_linux_rt_sigtramp_start): Update.
5316 * i386-linux-nat.c (child_resume): Update.
5317 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
5318 * hppa-linux-tdep.c (insns_match_pattern): Update.
5319 * gdbcore.h: Update.
5320 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
5321 * frame.c (safe_frame_unwind_memory): Update.
5322 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
5323 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
5324 * alpha-tdep.c (alpha_read_insn): Update.
5325
5326 2004-07-20 Andrew Cagney <cagney@gnu.org>
5327
5328 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
5329 containing both bytes and mask. Add "frame_type".
5330 * tramp-frame.c (tramp_frame_start): Update.
5331 (tramp_frame_prepend_unwinder): Update.
5332 * mips-linux-tdep.c (mips_linux_o32_sigframe)
5333 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
5334 (mips_linux_n64_rt_sigframe): Update. Make "static const".
5335 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
5336
5337 2004-07-19 Eli Zaretskii <eliz@gnu.org>
5338
5339 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
5340 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
5341 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
5342 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
5343
5344 2004-07-17 Andrew Cagney <cagney@gnu.org>
5345
5346 * NEWS, PROBLEMS: Update for 6.2.
5347
5348 * README: Update to 6.2.
5349
5350 * utils.c (xvasprintf): Call xstrvprintf.
5351
5352 * parse.c: Update copyright.
5353 (null_post_parser): Eliminate ARGSUSED.
5354
5355 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
5356 * tui/tui-win.c (tui_get_cmd_list): Ditto.
5357 * symfile-mem.c (_initialize_symfile_mem): Ditto.
5358
5359 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
5360 * ppc-linux-nat.c: Use "Linux kernel".
5361 * hppa-linux-tdep.c: Use GNU/Linux.
5362 * hppa-linux-nat.c: Use GNU/Linux.
5363 * dwarfread.c: Add [sic] to use of Linux.
5364
5365 * hppa-linux-nat.c: Do not include <string.h>.
5366 (supply_fpregset): Remove "register" attribute.
5367
5368 * solib-frv.c (fetch_loadmap): Use xfree, not free.
5369
5370 2004-07-17 Mark Kettenis <kettenis@gnu.org>
5371
5372 * configure.in: Define _MSE_INT_H on Solaris 9 too.
5373 * configure, config.in: Regenerated.
5374
5375 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
5376 "bsd-kvm.h".
5377 (vaxbsd_supply_pcb): New function.
5378 (_initialize_vaxbsd_nat): New prototype and function.
5379 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
5380 solib-sunos.o.
5381 (LOADLIBES): New variable.
5382 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5383 (LOADLIBES): New variable.
5384 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5385 (LOADLIBES): New variable.
5386 * Makefile.in (vaxbsd-nat.o): Update dependencies.
5387
5388 2004-07-16 Andrew Cagney <cagney@gnu.org>
5389
5390 * defs.h (event_loop_p): Replace variable declaration with macro,
5391 always 1.
5392 * main.c (captured_main): Delete options "-async" and "-noasync".
5393 (event_loop_p): Delete variable.
5394 * NEWS: Mention that "-async" and "-noasync" were removed.
5395
5396 2004-07-16 Andrew Cagney <cagney@gnu.org>
5397
5398 * remote-m32r-sdi.c: Re-indent.
5399
5400 2004-07-16 Jim Blandy <jimb@redhat.com>
5401
5402 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
5403 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
5404 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
5405 missing MPC823 SPRs.
5406 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
5407 incorrect. (This was corrected in GDB's register name tables on
5408 2004-07-14.)
5409
5410 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
5411 should be "esasrr" ("ESA Save and Restore Register").
5412
5413 2004-07-16 Andrew Cagney <cagney@gnu.org>
5414
5415 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
5416 calls, no longer applicable. Update comments and rename parameter
5417 "step_frame" to "return_frame".
5418
5419 2004-07-16 Andrew Cagney <cagney@gnu.org>
5420
5421 * frame.c (fprint_field): New function.
5422 (fprint_frame_id): Use fprint_field.
5423
5424 2004-07-15 Joel Brobecker <brobecker@gnat.com>
5425
5426 * ada-lang.c (ada_language_defn): Remove commented out code.
5427
5428 2004-07-15 Jim Blandy <jimb@redhat.com>
5429
5430 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
5431 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
5432
5433 2004-07-14 Jim Blandy <jimb@redhat.com>
5434
5435 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
5436
5437 * ppc-tdep.h (ppc_num_vrs): New enum constant.
5438
5439 * ppc-tdep.h (ppc_num_srs): New enum constant.
5440
5441 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
5442 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
5443 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
5444 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
5445 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
5446 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
5447 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
5448 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
5449 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
5450 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
5451 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
5452 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
5453 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
5454 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
5455 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
5456 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
5457 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
5458 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
5459 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
5460 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
5461 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
5462 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
5463 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
5464 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
5465 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
5466 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
5467 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
5468 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
5469 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
5470 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
5471 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
5472 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
5473 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
5474 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
5475 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
5476 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
5477 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
5478 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
5479 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
5480 special-purpose register numbers.
5481
5482 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
5483 manual mentions 'md_twb', but many mention 'm_twb', and at that
5484 point in the register list.)
5485
5486 2004-07-14 Andrew Cagney <cagney@gnu.org>
5487
5488 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
5489 instead of "internal-error".
5490
5491 2004-07-10 Joel Brobecker <brobecker@gnat.com>
5492
5493 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
5494 that was inserted inside a comment.
5495
5496 2004-07-10 Randolph Chung <tausq@debian.org>
5497
5498 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
5499 function.
5500 (hppa_hpux_push_dummy_code): New function.
5501 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
5502 Set find_global_pointer method.
5503
5504 2004-07-10 Mark Kettenis <kettenis@gnu.org>
5505
5506 * NEWS: Mention BSD libkvm interface.
5507
5508 2004-07-10 Michael Snyder <msnyder@redhat.com>
5509
5510 * symfile.c (generic_load): Comment typo.
5511 * stack.c (get_selected_block): Ditto.
5512 * regcache.c (regcache_cooked_read): Ditto.
5513 * monitor.c (monitor_debug): Ditto.
5514 * mips-tdep.c (mips_read_pc): Ditto.
5515 * i386-linux-nat.c (ps_get_thread_area): Ditto.
5516 * gdb_mbuild.sh: Ditto.
5517 * gdbarch.sh: Ditto.
5518 * gdbarch.h: Ditto.
5519
5520 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
5521
5522 * ada-tasks.c: Remove file.
5523
5524 Remove ARI problems:
5525
5526 * ada-exp.y (write_var_from_sym): Reformat to put operator at
5527 beginning of line.
5528
5529 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
5530 Add comment.
5531 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
5532 (MIN_OF_SIZE): Rename min_of_size. Add comment.
5533 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
5534 (UMIN_OF_SIZE): Remove.
5535 (max_of_type): New function to replace orphan macro in gdbtypes.h
5536 (min_of_type): Ditto.
5537 (discrete_type_high_bound): Use max_of_type.
5538 (discrete_type_low_bound): Use min_of_type.
5539 (possible_user_operator_p): Move operator to beginning of line.
5540 (ada_is_variant_part): Ditto.
5541 (ensure_lval): Rewrite to avoid deprecated operations.
5542 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
5543 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
5544 (ada_enum_name): Remove assignments in 'if' statements.
5545 (build_ada_types): Add gdbarch parameter.
5546 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
5547 with gdbarch_data_register_post_init.
5548 Use add_setshow_uinteger_cmd rather than add_set_cmd and
5549 add_show_from_set.
5550
5551 * ada-valprint.c (inspect_it): Remove declaration.
5552 (repeat_count_threshold): Remove declaration.
5553 (ada_print_floating): Remove assignments in 'if' statements.
5554 (print_str): Move operator to beginning of line.
5555
5556 2004-07-08 Jim Blandy <jimb@redhat.com>
5557
5558 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
5559
5560 2004-07-08 Bob Rossi <bob@brasko.net>
5561
5562 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
5563
5564 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
5565
5566 * language.h (struct_language_defn): Add new function pointer:
5567 la_class_name_from_physname. Also add new prototype for
5568 language_class_name_from_physname.
5569 * language.c (language_class_name_from_physname): New function.
5570 (unk_lang_class_name): Ditto.
5571 (unknown_language_defn, auto_language_defn): Change
5572 to add unk_lang_class_name function pointer for
5573 la_class_name_from_physname.
5574 (local_language_defn): Ditto.
5575 * dwarf2read.c (guess_structure_name): Change to call
5576 language_class_name_from_physname.
5577 (determine_class_name): Ditto.
5578 * cp-support.c (class_name_from_physname): Renamed.
5579 (cp_class_name_from_physname): New name of function.
5580 * cp-support.h: Ditto.
5581 * c-lang.c (c_language_defn): Change to add NULL
5582 for class_name_from_physname function pointer.
5583 (cplus_language_defn): Change to add cp_class_name_from_physname.
5584 * jv-lang.c (java_class_name_physname): New function.
5585 (java_find_last_component): New static routine.
5586 (java_language_defn): Add java_class_name_from_physname pointer.
5587 * ada-lang.c (ada_language_defn): Change to add NULL
5588 for class_name_from_physname function pointer.
5589 * f-lang.c (f_language_defn): Ditto.
5590 * m2-lang.c (m2_language_defn): Ditto.
5591 * objc-lang.c (objc_language_defn): Ditto.
5592 * p-lang.c (pascal_language_defn): Ditto.
5593 * scm-lang.c (scm_language_defn): Ditto.
5594
5595 2004-07-06 Andrew Cagney <cagney@gnu.org>
5596
5597 Patch from Bart Robinson.
5598 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
5599 (O_LARGEFILE): Define to 0, if not defined.
5600
5601 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5602
5603 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
5604 <machine/pcb.h> and "bsd-kvm.h".
5605 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
5606 (m68kbsd_supply_pcb): New function.
5607 (_initialize_m68kbsd_nat): New prototype and function.
5608 * Makefile.in (m68kbsd-nat.o): Update dependencies.
5609 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
5610 (LOADLIBES): New variable.
5611 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
5612 (LOADLIBES): New variable.
5613
5614 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
5615
5616 2004-07-03 Mark Kettenis <kettenis@gnu.org>
5617
5618 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
5619 <sys/proc.h>.
5620 (bsd_kvm_cmdlist): New variable.
5621 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
5622 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
5623 command and "kvm proc" command.
5624 * Makefile.in (bsd-kvm.o): Update dependencies.
5625
5626 2004-07-02 Mark Kettenis <kettenis@gnu.org>
5627
5628 * osabi.c: Update copyright year.
5629 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
5630 notes if EI_OSABI is set to ELFOSABI_HPUX.
5631
5632 2004-07-01 Michael Snyder <msnyder@redhat.com>
5633
5634 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
5635 that seems to have gotten whacked out of line.
5636
5637 2004-07-01 Mark Kettenis <kettenis@gnu.org>
5638
5639 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
5640 code.
5641
5642 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5643
5644 * ada-lang.c (decode_packed_array): Minor change to comment.
5645 (ada_value_slice_ptr): New function.
5646 (ada_value_slice): New function.
5647 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
5648 test. Don't know why it is there.
5649 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
5650 to avoid dereferencing huge arrays from which one is slicing.
5651 (empty_array): Correct to return an array rather than
5652 a subrange value.
5653 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
5654 on empty arrays (let'em use 'FIRST instead).
5655
5656 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
5657
5658 Address complaints from gdb_ari.sh:
5659
5660 * ada-exp.y: Include gdb_string.h rather than string.h.
5661 (convert_char_literal): Reformat declaration.
5662 * ada-lang.h: Include opaque struct declaration for struct frame_info.
5663 * ada-lex.l: Change use of free to xfree (the macro would do so
5664 anyway, but this is harmless).
5665 Include gdb_string.h rather than string.h.
5666 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
5667
5668 * ada-lang.c (parse): Remove K&Rism in parameter list.
5669 (is_name_suffix): Correct Linux => GNU/Linux in comment.
5670
5671 2004-06-30 Mark Kettenis <kettenis@gnu.org>
5672
5673 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
5674 dead code.
5675
5676 2004-06-30 Mark Kettenis <kettenis@gnu.org>
5677
5678 * alphabsd-nat.c: Update copyright year.
5679 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
5680
5681 2004-06-29 Joel Brobecker <brobecker@gnat.com>
5682
5683 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
5684 (i386_cygwin_in_solib_call_trampoline): New function.
5685 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
5686 and skip_trampoline_code gdbarch methods.
5687
5688 2004-06-29 Jim Blandy <jimb@redhat.com>
5689
5690 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
5691 name actually used in the dependency lists.
5692
5693 2004-06-29 Randolph Chung <tausq@debian.org>
5694
5695 * NEWS (New native configurations): Mention GNU/Linux/hppa.
5696
5697 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
5698
5699 * win32-nat.c (child_pid_to_exec_file): New function.
5700 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
5701 functionality.
5702
5703 2004-06-28 Andrew Cagney <cagney@gnu.org>
5704
5705 * defs.h (xstrvprintf): Declare.
5706 * utils.c (xstrvprintf): New function.
5707 (internal_vproblem, xstrprintf, xasprintf)
5708 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
5709 * serial.c (serial_printf): Ditto.
5710 * complaints.c (vcomplaint): Ditto.
5711
5712 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
5713
5714 * infcmd.c (attach_command): Move call to target_terminal_inferior
5715 behind loading symbol table.
5716
5717 2004-06-28 Andrew Cagney <cagney@gnu.org>
5718
5719 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
5720 change - add back extern deprecated_ui_loop_hook declaration.
5721
5722 2004-06-28 Andrew Cagney <cagney@gnu.org>
5723
5724 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
5725 xstrprintf.
5726 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
5727 (c_value_of_variable): Ditto.
5728 * utils.c (internal_vproblem): Ditto.
5729 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
5730 * remote.c (add_packet_config_cmd): Ditto.
5731 * remote-rdp.c (rdp_set_command_line): Ditto.
5732 * regcache.c (regcache_dump): Ditto.
5733 * frv-tdep.c (new_variant, new_variant): Ditto.
5734 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
5735 (fbsd_find_memory_regions): Ditto.
5736 * breakpoint.c (create_thread_event_breakpoint)
5737 (create_breakpoints): Ditto.
5738 * aix-thread.c (aix_thread_pid_to_str): Ditto.
5739 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
5740
5741 2004-06-28 Joel Brobecker <brobecker@gnat.com>
5742
5743 * ada-lang.c: Re-indent file, with some massaging to help indent
5744 a bit when the result is otherwise really too ugly.
5745
5746 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5747
5748 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
5749 code_addr_p and special_addr_p to 'unsigned int'.
5750
5751 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5752
5753 * i386v4-nat.c: Update copyright year and tweak comment.
5754 (regmap): Remove trailing comma.
5755 (supply_gregset): Rename local variable i to regnum. Call
5756 regcache_raw_supply instead of supply_register.
5757 (fill_gregset): Rename argument regno to regnum. Call
5758 regcache_raw_collect instead of regcache_collect.
5759
5760 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
5761
5762 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
5763 and special_addr_p.
5764 (frame_id_build, frame_id_build_special): Update comments.
5765 (frame_id_build_wild): New prototype.
5766 * frame.c (frame_id_build, frame_id_build_special): Fill in new
5767 struct frame_id fields.
5768 (frame_id_build_wild): New function.
5769 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
5770
5771 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5772
5773 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
5774 hppabsd-tdep.c.
5775
5776 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5777
5778 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
5779
5780 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5781
5782 * ada-lang.c: Re-indent file.
5783
5784 2004-06-27 Joel Brobecker <brobecker@gnat.com>
5785
5786 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
5787 (no_symtab_msg): Likewise.
5788
5789 2004-06-27 Andreas Schwab <schwab@suse.de>
5790
5791 * source.c: Fix whitespace.
5792
5793 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5794
5795 * configure.in: Include <sys/param.h> for td_pcb test.
5796 * configure: Regenerated.
5797
5798 * i386nbsd-nat.c: New file.
5799 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
5800 i386obsd-nat.c and i386obsd-tdep.c.
5801 (i386nbsd-nat.o): New dependency.
5802 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
5803 bsd-kvm.o.
5804 (LOADLIBES): New variable.
5805 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
5806 bsd-kvm.o.
5807 (LOADLIBES): New variable.
5808
5809 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
5810 (LOADLIBES): New variable.
5811
5812 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
5813 fetching from BSD_KVM_PADDR. Correctly lookup address for
5814 "_thread0".
5815
5816 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
5817 "bsd-kvm.h".
5818 (amd64fbsd_supply_pcb): New funcion.
5819 (_initialize_amd64fbsd_nat): Enable libkvm interface.
5820
5821 2004-06-27 <david@streamline-computing.com>
5822
5823 Partial fix for PR cli/1056.
5824 * valarith.c: Check for zero in division and remainder
5825 evaluation.
5826
5827 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5828
5829 * i387-tdep.c: Remove excessive whitespace.
5830
5831 2004-06-26 Andrew Cagney <cagney@gnu.org>
5832
5833 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
5834 * gdb-events.h, gdb-events.c: Re-generate.
5835 * tui/tui-hooks.c (tui_install_hooks): Update.
5836 (tui_remove_hooks): Update.
5837 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
5838
5839 2004-06-26 Mark Kettenis <kettenis@gnu.org>
5840
5841 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
5842 (gregset_t, fpregset_t): Remove typedefs.
5843 (REG_OFFSET): Rename argument.
5844 (amd64bsd_r_reg_offset): Rename from reg_offset.
5845 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
5846 Remove functions.
5847 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
5848 of reg_offset.
5849 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
5850
5851 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
5852
5853 * vax-tdep.c: Tweak comment.
5854
5855 Add OpenBSD/hppa support.
5856 * NEWS (New native configurations): Mention OpenBSD/hppa.
5857 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
5858 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
5859 files.
5860 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
5861 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
5862 * configure.host: Add hppa*-*-openbsd*.
5863 * configure.tgt: Add hppa*-*-openbsd*.
5864
5865 2004-06-25 Andrew Cagney <cagney@gnu.org>
5866
5867 * defs.h (deprecated_ui_loop_hook): Deprecated.
5868 * wince.c (child_wait): Update.
5869 * win32-nat.c (child_wait): Update.
5870 * v850ice.c (v850ice_wait): Update.
5871 * top.c (deprecated_ui_loop_hook): Update.
5872 * serial.h: Update.
5873 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
5874 (do_unix_readchar): Update.
5875 * ser-tcp.c (net_open): Update.
5876 * remote-sim.c (gdb_os_poll_quit): Update.
5877 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
5878
5879 2004-06-24 Andrew Cagney <cagney@gnu.org>
5880
5881 * defs.h (deprecated_pre_add_symbol_hook)
5882 (deprecated_post_add_symbol_hook): Deprecated.
5883 * symfile.c (symbol_file_add_with_addrs_or_offsets)
5884 (symbol_file_add_with_addrs_or_offsets): Update references.
5885
5886 2004-06-24 Andrew Cagney <cagney@gnu.org>
5887
5888 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
5889 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
5890 * wince.c (ui_loop_hook): Delete extern declaration.
5891 * win32-nat.c (ui_loop_hook): Delete extern declaration..
5892 * v850ice.c (ui_loop_hook): Delete extern declaration..
5893 * ser-unix.c (ui_loop_hook): Delete extern declaration..
5894 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
5895 * remote-sim.c (ui_loop_hook): Delete extern declaration..
5896 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
5897 ui_loop_hook declaration.
5898
5899 2004-06-24 Andrew Cagney <cagney@gnu.org>
5900
5901 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
5902 entry_func_highpc fields.
5903 * objfiles.c (init_entry_point_info): Do not clear
5904 entry_func_lowpc and entry_func_highpc.
5905 (objfile_relocate): Do not relocate entry_func_lowpc and
5906 entry_func_highpc.
5907 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
5908 entry_func_highpc.
5909 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
5910 entry_func_highpc.
5911 * blockframe.c (legacy_frame_chain_valid): Replace tests against
5912 entry_func_lowpc and entry_func_highpc with call to
5913 inside_entry_func.
5914
5915 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5916
5917 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
5918 quad-precision floating point arguments in registers.
5919
5920 2004-06-24 Mark Kettenis <kettenis@gnu.org>
5921
5922 From Michael Mueller <m.mueller99@kay-mueller.de>:
5923 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
5924 account.
5925
5926 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
5927
5928 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
5929 to -1.
5930 * breakpoint.c (bpstat_stop_status): Move check for ignoring
5931 untriggered watchpoints to a separate if clause. Update function
5932 comment regarding STOPPED_BY_WATCHPOINT argument.
5933
5934 2004-06-22 Jim Blandy <jimb@redhat.com>
5935
5936 * gdbarch.sh: Doc fix.
5937
5938 2004-06-21 Martin Hunt <hunt@redhat.com>
5939 Kevin Buettner <kevinb@redhat.com>
5940
5941 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
5942 * mips-tdep.h (MIPS_SP_REGNUM): Define.
5943 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
5944 to set_gdbarch_sp_regnum(). Use cooked register number.
5945 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
5946
5947 2004-06-21 Andrew Cagney <cagney@gnu.org>
5948
5949 * gdbarch.sh: When the macro field is empty, do not generate a
5950 macro definition. When the macro field is "=", generate the macro
5951 name from the upper-case function name.
5952 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
5953 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
5954 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
5955 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
5956 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
5957 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
5958 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
5959 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
5960 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
5961 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
5962 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
5963 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
5964 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
5965 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
5966 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
5967 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
5968 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
5969 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
5970 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
5971 (DEPRECATED_USE_STRUCT_CONVENTION)
5972 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
5973 (DEPRECATED_FRAME_INIT_SAVED_REGS)
5974 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
5975 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
5976 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
5977 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
5978 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
5979 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
5980 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
5981 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
5982 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
5983 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
5984 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
5985 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
5986 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
5987 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
5988 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
5989 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
5990
5991 2004-06-21 Andrew Cagney <cagney@gnu.org>
5992
5993 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
5994 macro name, and the function rather than macro value. Only wrap
5995 macro print statements in #ifdef. Move format logic to where it
5996 is needed.
5997 * gdbarch.c: Re-generate.
5998
5999 * gdbarch.sh (read): Delete "print_p" and "description", add
6000 "garbage_at_eol". Check for non-empty garbage at end-of-line.
6001 Delete references to print_p.
6002 (TARGET_ARCHITECTURE): Delete print predicate.
6003 * gdbarch.c: Re-generate.
6004
6005 * gdbarch.sh: Check that multi-arch methods do not provide a
6006 macro.
6007 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
6008 (print_registers_info, print_float_info, print_vector_info)
6009 (adjust_breakpoint_address, remote_translate_xfer_address)
6010 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
6011 (address_class_type_flags_to_name, unwind_sp): Remove the macro
6012 name from the multi-arch definition.
6013
6014 2004-06-20 Andrew Cagney <cagney@gnu.org>
6015
6016 * gdbarch.sh: Sort by the function, instead of macro name.
6017 * gdbarch.c: Re-generate.
6018
6019 2004-06-20 Andrew Cagney <cagney@gnu.org>
6020
6021 * gdbarch.sh: Use the function, instead of macro name in
6022 errors and the log file.
6023 (return_value): Remove stray ":" in spec.
6024
6025 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
6026 * gdbarch.h, gdbarch.c: Re-generate.
6027 * Makefile.in (arch-utils.o): Update dependencies.
6028 * values.c (using_struct_return): Move code calling
6029 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
6030 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
6031 to legacy_return_value, simplify.
6032 * infcmd.c (print_return_value): Move code calling
6033 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
6034 to legacy_return_value, simplify.
6035 * infcall.c (call_function_by_hand): Move code calling
6036 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
6037 * arch-utils.c: Update copyright. Include "gdbcore.h".
6038 (legacy_return_value): New function.
6039 * arch-utils.h: Update copyright.
6040 (legacy_return_value): Declare.
6041
6042 2004-06-20 Andrew Cagney <cagney@gnu.org>
6043
6044 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
6045 * gdbarch.h, gdbarch.c: Re-generate.
6046 * values.c (using_struct_return): Update call.
6047 * mcore-tdep.c: Update comment.
6048 * infcall.c (call_function_by_hand): Update comment.
6049 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
6050 * arch-utils.h (always_use_struct_convention): Update.
6051 * v850-tdep.c (v850_gdbarch_init): Update.
6052 * sh64-tdep.c (sh64_gdbarch_init): Update.
6053 * sh-tdep.c (sh_gdbarch_init): Update.
6054 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
6055 * mips-tdep.c (mips_gdbarch_init): Update.
6056 * mcore-tdep.c (mcore_gdbarch_init): Update.
6057 * m32r-tdep.c (m32r_gdbarch_init): Update.
6058 * ia64-tdep.c (ia64_gdbarch_init): Update.
6059 * h8300-tdep.c (h8300_gdbarch_init): Update.
6060 * frv-tdep.c (frv_gdbarch_init): Update.
6061 * cris-tdep.c (cris_gdbarch_init): Update.
6062 * arm-tdep.c (arm_gdbarch_init): Update.
6063 * alpha-tdep.c (alpha_gdbarch_init): Update.
6064
6065 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
6066
6067 * PROBLEMS: Add more specific information, and a work-around,
6068 for PR gdb/1458.
6069
6070 2004-06-18 Andrew Cagney <cagney@gnu.org>
6071
6072 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
6073 * gdbarch.h, gdbarch.c: Re-generate.
6074 * ada-lang.c (ada_finish_decode_line_1): Update.
6075 * infrun.c (handle_inferior_event): Update.
6076 * infcall.c (find_function_addr): Update.
6077 * linespec.c (minsym_found): Update.
6078 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
6079 Update.
6080 * blockframe.c (legacy_frameless_look_for_prologue): Update.
6081 * cli/cli-cmds.c (disassemble_command): Update.
6082 * vax-tdep.c (vax_gdbarch_init): Update.
6083
6084 2004-06-18 Mark Kettenis <kettenis@gnu.org>
6085
6086 * i386-tdep.c (i386_collect_fpregset): Fix comment.
6087
6088 2004-06-17 Andrew Cagney <cagney@gnu.org>
6089
6090 GDB 6.1.1 released from the GDB 6.1 branch.
6091 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
6092 * PROBLEMS: Ditto.
6093
6094 2004-06-16 Daniel Jacobowitz <dan@debian.org>
6095
6096 PR gdb/1658
6097 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
6098 operation as a uleb128. Found by Michael Coulter.
6099
6100 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
6101
6102 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
6103 make it non-static.
6104 * ada-lang.h (task_control_block): declaration moved from ada-task.c
6105 to ada-lang.h; this is needed to be able to implement the kill command
6106 in multi-task mode.
6107 (task_ptid): Ditto.
6108 (task_entry): Ditto.
6109 (task_list): Ditto.
6110 (ada_build_task_list): Ditto.
6111
6112 * ada-lang.c: Conditionalize routines and data structures related
6113 to breakpoints, exceptions, completion, and symbol caching on
6114 GNAT_GDB, since these are not yet used in the submitted public sources.
6115 (ada_main_name): Editorial: Move definition out of exception-related
6116 code.
6117
6118 2004-06-15 Andrew Cagney <cagney@gnu.org>
6119
6120 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
6121 deprecated_pc_in_call_dummy.
6122
6123 2004-06-15 Alan Modra <amodra@bigpond.net.au>
6124
6125 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
6126 bfd_get_section_size_before_reloc or _raw_size.
6127 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
6128 * dwarf2read.c (dwarf2_locate_sections): Likewise.
6129 (dwarf2_read_section): Likewise.
6130 * elfread.c (elf_locate_sections): Likewise.
6131 * gcore.c (derive_heap_segment): Likewise.
6132 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
6133 * remote-e7000.c (e7000_load): Likewise.
6134 * remote-m32r-sdi.c (m32r_load): Likewise.
6135 * remote-mips.c (mips_load_srec): Likewise.
6136 (pmon_load_fast): Likewise.
6137 * remote.c (compare_sections_command): Likewise.
6138 * symfile.c (add_section_size_callback): Likewise.
6139 (load_section_callback): Likewise.
6140 (pc_in_unmapped_range): Likewise.
6141 (pc_in_mapped_range): Likewise.
6142 (sections_overlap): Likewise.
6143 (list_overlays_command): Likewise.
6144 (simple_overlay_update_1): Likewise.
6145 (simple_overlay_update): Likewise.
6146 * tracepoint.c (remote_set_transparent_ranges): Likewise.
6147 * win32-nat.c (core_section_load_dll_symbols): Likewise.
6148
6149 2004-06-14 Randolph Chung <tausq@debian.org>
6150
6151 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
6152 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
6153 static.
6154 (hppa_hpux_inferior_created): New function.
6155 (hppa_hpux_init_abi): Register observer.
6156 * symfile.c (hp_cxx_exception_support_initialized)
6157 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
6158 (symbol_file_add_main_1, symbol_file_clear): Likewise.
6159
6160 2004-06-14 Randolph Chung <tausq@debian.org>
6161
6162 * MAINTAINERS (Write After Approval): Alphabetize my entry
6163 correctly.
6164
6165 2004-06-14 Andrew Cagney <cagney@gnu.org>
6166
6167 * MAINTAINERS (testsuite): List Michael Chastain as the lead
6168 testsuite maintainer.
6169
6170 2004-06-13 Andrew Cagney <cagney@gnu.org>
6171
6172 * infcmd.c (print_return_value): Fix logic, allow
6173 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
6174
6175 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
6176 defining any macros.
6177 * gdbarch.h: Re-generate.
6178
6179 * gdbarch.sh: Delete "level" attribute. Only check for a macro
6180 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
6181 * gdbarch.h: Re-generate.
6182
6183 * values.c (generic_use_struct_convention): Don't check gcc_p.
6184
6185 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
6186 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
6187 * gdbarch.h, gdbarch.c: Regenerate.
6188 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
6189 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
6190 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
6191 deprecated_max_register_raw_size and
6192 deprecated_max_register_virtual_size.
6193 * v850-tdep.c (v850_gdbarch_init): Ditto.
6194 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
6195 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6196 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6197 * cris-tdep.c (cris_gdbarch_init): Ditto.
6198
6199 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
6200 * gdbarch.h, gdbarch.c: Re-generate.
6201 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
6202 (m68hc11_use_struct_convention): Delete function.
6203 (m68hc11_extract_struct_value_address): Delete function.
6204 (m68hc11_return_value): New function.
6205 (m68hc11_gdbarch_init): Instead of store_return_value,
6206 extract_return_value, return_value_on_stack,
6207 deprecated_extract_struct_value_address and use_struct_convention,
6208 set return_value.
6209 * values.c (using_struct_return): Do not call
6210 RETURN_VALUE_ON_STACK.
6211 * arch-utils.h (generic_return_value_on_stack_not): Delete
6212 declaration.
6213 * arch-utils.c (generic_return_value_on_stack_not): Delete
6214 function.
6215
6216 2004-06-12 Andrew Cagney <cagney@gnu.org>
6217
6218 * values.c (register_value_being_returned): Delete function.
6219 * infcmd.c (legacy_return_value): Delete function.
6220 * infcall.c (call_function_by_hand): Inline
6221 "register_value_being_returned", simplify.
6222 * values.c (using_struct_return): Update comment, refer to
6223 print_return_value instead of register_value_being_returned.
6224 * infcmd.c (print_return_value): Inline calls to
6225 register_value_being_returned and legacy_return_value. Simplify.
6226
6227 2004-06-11 Randolph Chung <tausq@debian.org>
6228
6229 * somread.c (som_symtab_read): Exclude gcc local symbols.
6230
6231 2004-06-11 Randolph Chung <tausq@debian.org>
6232
6233 * infrun.c (handle_inferior_event): Handle the case when a
6234 trampoline ends up in the runtime resolver, and if the trampoline
6235 has no name. Rearrange the code so that all the trampoline
6236 processing happens before other step-out-of-range handling.
6237
6238 2004-06-11 Martin Hunt <hunt@redhat.com>
6239
6240 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
6241 has no fpu.
6242
6243 2004-06-10 Andrew Cagney <cagney@gnu.org>
6244
6245 * blockframe.c (legacy_inside_entry_func): Delete.
6246 (legacy_frame_chain_valid): Inline call to
6247 legacy_inside_entry_func, simplify.
6248
6249 2004-06-10 Bob Rossi <bob@brasko.net>
6250
6251 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
6252 * dwarf2read.c (partial_die_info): Add dirname field.
6253 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
6254 (read_partial_die): Save away DW_AT_comp_dir.
6255 * defs.h (symtab_to_filename): Removed.
6256 * source.c (find_and_open_source): Added.
6257 (open_source_file): Just calls find_and_open_source.
6258 (symtab_to_filename): Removed.
6259 (symtab_to_fullname, psymtab_to_fullname): Added.
6260 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
6261 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
6262 symtab_to_filename.
6263 * symtab.h (partial_symtab): Add dirname field.
6264 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
6265 (mi_cmd_file_list_exec_source_file): Call new function
6266 symtab_to_fullname to find fullname.
6267 (mi_cmd_file_list_exec_source_files): Added.
6268 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
6269 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
6270
6271 2004-06-10 Andrew Cagney <cagney@gnu.org>
6272
6273 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
6274 to generic_use_struct_convention, the default value.
6275
6276 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
6277 of abort.
6278
6279 * ns32k-tdep.c (ns32k_push_arguments): New function.
6280 (ns32k_gdbarch_init): Set deprecated_push_arguments.
6281 * infcall.c (call_function_by_hand): Call error instead of
6282 legacy_push_arguments.
6283 * value.h (legacy_push_arguments): Delete declaration.
6284 * valops.c (legacy_push_arguments): Delete function.
6285 (value_push): Delete function.
6286
6287 2004-06-10 Brian Ford <ford@vss.fsi.com>
6288
6289 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
6290 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
6291 info.
6292 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
6293
6294 2004-06-10 Andrew Cagney <cagney@gnu.org>
6295
6296 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
6297 * gdbarch.h, gdbarch.c: Re-generate.
6298 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
6299 parameters.
6300 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
6301 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
6302 deprecated_pc_in_call_dummy instead of
6303 DEPRECATED_PC_IN_CALL_DUMMY.
6304 (arm_skip_prologue): Ditto.
6305 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
6306 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
6307 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
6308 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
6309 Ditto.
6310 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
6311 (sh64_init_extra_frame_info, sh64_get_saved_register)
6312 (sh64_pop_frame): Ditto.
6313 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
6314 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
6315 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
6316 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
6317 (h8300_pop_frame): Ditto.
6318 * blockframe.c (legacy_inside_entry_func)
6319 (legacy_frame_chain_valid): Ditto.
6320 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
6321 to deprecated_pc_in_call_dummy.
6322
6323 2004-06-09 Andrew Cagney <cagney@gnu.org>
6324
6325 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
6326 provide a default value.
6327 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
6328 * gdbarch.h, gdbarch.c: Re-generate.
6329 * arch-utils.c (generic_convert_register_p): Rename
6330 legacy_convert_register_p
6331 (legacy_register_to_value, legacy_value_to_register): Delete
6332 functions.
6333 * arch-utils.h (generic_convert_register_p): Rename
6334 legacy_convert_register_p.
6335 (legacy_register_to_value, legacy_value_to_register): Delete
6336 declarations.
6337
6338 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
6339 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
6340 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
6341 * gdbarch.h, gdbarch.c: Re-generate.
6342 * infcmd.c (default_print_registers_info): Simplify.
6343 * findvar.c (value_of_register): Simplify.
6344 * mi/mi-main.c (get_register): Simplify.
6345 * arch-utils.c (legacy_convert_register_p): Always return 0.
6346 (legacy_register_to_value, legacy_value_to_register): Always call
6347 internal_error.
6348
6349 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
6350 #ifdef CLEAR_INSN_CACHE code.
6351 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
6352 Delete #ifdef CLEAR_DEFERRED_STORES code.
6353
6354 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
6355
6356 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
6357 copyright.
6358 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
6359
6360 * config/mips/mipsv4.mh: Delete file.
6361
6362 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
6363 unreferenced macro.
6364 (hpread_adjust_stack_address): Delete declaration.
6365
6366 2004-06-08 Andrew Cagney <cagney@gnu.org>
6367
6368 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6369 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
6370 PTRACE_ATTACH / PTRACE_DETACH available call error.
6371 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
6372 * infttrace.c (update_thread_state_after_attach, attach, detach):
6373 Remove #ifdef wrappers.
6374 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
6375 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
6376 * config/nm-bsd.h (ATTACH_DETACH): Delete.
6377 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
6378 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
6379 * config/nm-linux.h (ATTACH_DETACH): Delete.
6380 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
6381 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
6382 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
6383 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
6384 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
6385
6386 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
6387
6388 * configure.in: Set $configdir to the right OS specific value.
6389 Use value when setting $tcldir and $tkdir.
6390 * configure: Regenerate.
6391
6392 2004-06-06 Paul Brook <paul@codesourcery.com>
6393
6394 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
6395 records.
6396
6397 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
6398
6399 * ada-lang.c (lookup_symbol_in_language): New function to allow
6400 re-use of another language's symbol lookup code. (Placed here
6401 temporarily while Ada support is being integrated into the public
6402 tree).
6403 (restore_language): New auxiliary function for
6404 lookup_symbol_in_language.
6405 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
6406 temporarily while Ada support is being integrated into the public
6407 tree).
6408
6409 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
6410
6411 * Makefile.in (check//%): New.
6412
6413 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
6414 (mn10300_store_return_value): Rewrite.
6415 (mn10300_type_align): New.
6416 (mn10300_use_struct_convention): Rewrite.
6417 (mn10300_return_value): New, using all of the above.
6418 (mn10300_pop_frame_regular): Add saved_regs_size.
6419 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
6420
6421 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
6422 regs if PC is on movm.
6423
6424 2004-06-07 Jim Blandy <jimb@redhat.com>
6425
6426 Add native Linux support for the PowerPC E500.
6427 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
6428 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
6429 all architectures except the E500.
6430 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
6431 #definitions.
6432 (struct gdb_evrregset_t): New type.
6433 (have_ptrace_getsetevrregs): New variable.
6434 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
6435 fetch_spe_registers): New functions.
6436 (fetch_register): Call fetch_spe_register as appropriate.
6437 Assert that we're only passed raw register numbers.
6438 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
6439 Don't fetch gprs if they're pseudoregisters.
6440 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
6441 store_spe_registers): New functions.
6442 (store_register): Call store_spe_register as appropriate.
6443 Assert that we're only passed raw register numbers.
6444 (store_ppc_registers): Call store_spe_registers as appropriate.
6445 Don't store gprs if they're pseudoregisters.
6446
6447 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
6448
6449 * thread-db.c (thread_get_info_callback): Fill in the thread_info
6450 struct if one exists, even if we are dealing with a zombie thread.
6451
6452 2004-06-07 Andrew Cagney <cagney@gnu.org>
6453
6454 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
6455 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
6456 Rename PC_REQUIRES_RUN_BEFORE_USE.
6457 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
6458 #ifdef.
6459
6460 2004-06-07 Randolph Chung <tausq@debian.org>
6461
6462 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
6463 unwinding after sp has been saved to the stack but before the end
6464 of the prologue, and after the fp has been modified but before it has
6465 been saved to the stack.
6466 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
6467 Remove superfluous definitions.
6468 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
6469
6470 2004-06-07 Guy Martin <gmsoft@gentoo.org>
6471
6472 Committed by Randolph Chung.
6473 * hppa-linux-nat.c: Include the correct version of the header file
6474 depending on the kernel version.
6475
6476 2004-06-06 Randolph Chung <tausq@debian.org>
6477
6478 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
6479 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
6480
6481 2004-06-06 Randolph Chung <tausq@debian.org>
6482
6483 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
6484 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
6485 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
6486 * hppa-tdep.c (hppa_symbol_address): New function definition.
6487 * hppa-tdep.h (hppa_symbol_address): New function declaration.
6488
6489 2004-06-06 Randolph Chung <tausq@debian.org>
6490
6491 * hppa-tdep.h (struct value): Forward declaration.
6492 (gdbarch_tdep): Define tdep find_global_pointer method.
6493 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
6494 associated with the function we are trying to call, and write it
6495 to the gp register.
6496 (hppa32_convert_from_funct_ptr_addr): New function.
6497 (hppa_find_global_pointer): New function.
6498 (hppa_gdbarch_init): Set default find_global_pointer method; set
6499 convert_from_func_ptr_addr method.
6500 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
6501 (hppa_linux_init_abi): Set find_global_pointer method.
6502 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
6503
6504 2004-06-06 Randolph Chung <tausq@debian.org>
6505
6506 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
6507 to struct value *function.
6508 * gdbarch.c: Regenerate.
6509 * gdbarch.h: Likewise.
6510 * infcall.c (call_function_by_hand): Pass entire function value
6511 to push_dummy_call.
6512
6513 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
6514 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
6515 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
6516 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
6517 * arm-tdep.c (arm_push_dummy_call): Likewise.
6518 * avr-tdep.c (avr_push_dummy_call): Likewise.
6519 * cris-tdep.c (cris_push_dummy_call): Likewise.
6520 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
6521 * frv-tdep.c (frv_push_dummy_call): Likewise.
6522 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
6523 * hppa-tdep.c (hppa32_push_dummy_call)
6524 (hppa64_push_dummy_call): Likewise.
6525 * i386-tdep.c (i386_push_dummy_call): Likewise.
6526 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
6527 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
6528 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
6529 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
6530 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
6531 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
6532 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
6533 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
6534 (ppc64_sysv_abi_push_dummy_call): Likewise.
6535 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
6536 (ppc64_sysv_abi_push_dummy_call): Likewise.
6537 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
6538 * s390-tdep.c (s390_push_dummy_call): Likewise.
6539 * sh-tdep.c (sh_push_dummy_call_fpu)
6540 (sh_push_dummy_call_nofpu): Likewise.
6541 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
6542 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
6543 * vax-tdep.c (vax_push_dummy_call): Likewise.
6544
6545 2004-06-04 Jim Blandy <jimb@redhat.com>
6546
6547 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
6548 gdbarch argument to register_size.
6549
6550 * rs6000-tdep.c (rs6000_store_return_value): Use
6551 regcache_cooked_write_part instead of
6552 deprecated_write_register_bytes.
6553 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
6554 not gdbarch_deprecated_store_return_value.
6555
6556 * ppc-linux-nat.c (store_register, fetch_register): Remove
6557 incorrect assertions. Simplify and generalize handling of
6558 transfers whose sizes are not multiples of, or less than, sizeof
6559 (PTRACE_XFER_TYPE).
6560
6561 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
6562
6563 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
6564 as a new thread event.
6565 * thread-db.c (thread_get_info_callback): If the thread is a
6566 zombie, return TD_THR_ZOMBIE.
6567 (thread_from_lwp): If thread_get_info_callback returns
6568 TD_THR_ZOMBIE, check if the thread is still on the thread list
6569 and return a -1 ptid if not found.
6570 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
6571 change the status to TARGET_WAITKIND_SPURIOUS.
6572
6573 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
6574
6575 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
6576 double values in little endian mode.
6577
6578 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
6579
6580 Committed by Andrew Cagney.
6581 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
6582 after last enum constant to avoid error from IBM C
6583 compiler.
6584
6585 2004-06-02 Jim Blandy <jimb@redhat.com>
6586
6587 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
6588 to 'message', and make it local to the lone block that uses it.
6589
6590 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
6591
6592 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
6593
6594 * ada-exp.y: Update copyright notice.
6595 Include block.h.
6596
6597 Replace REGNAME, LAST, INTERNAL_VARIABLE with
6598 SPECIAL_VARIABLE and unify the treatment of these cases.
6599
6600 (write_attribute_call0): Remove.
6601 (write_attribute_call1): Remove.
6602 (write_attribute_calln): Remove.
6603 (save_qualifier): Add missing semicolon.
6604
6605 (simple_exp,exp): Decomment (i.e., reactivate) code that was
6606 temporarily disabled to allow compilation with FSF head version.
6607
6608 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
6609 use individual operators (OP_*) for all attributes.
6610 (exp syntax): Use write_int.
6611 Handle STRING literals with OP_STRING.
6612 (variable syntax): Add limit parameter to calls to
6613 write_object_renaming.
6614
6615 (temp_parse_space): New definition to hold entities that need
6616 only live until the next call to ada_parse.
6617 (string_to_operator): Rename fields of ada_opname_table entries.
6618
6619 (write_var_from_sym): Record block.
6620 (write_var_from_name): Minor reformatting.
6621 Make sure saved name is properly encoded in the case of multiple
6622 matches, and set its language to Ada.
6623 Update comment.
6624 Modify to indicate unresolved name as symbol in the UNRESOLVED
6625 namespace, allocated in temp_parse_space.
6626 (write_int): New function.
6627
6628 (write_object_renaming): Add max_depth parameter to limit
6629 chains of object renamings.
6630 Handle case where root of renaming expression is itself a renaming.
6631 Use temp_parse_space for temporary name buffer.
6632 Handle renamings to dereferenced pointers (___XEXA suffices).
6633
6634 (ada_parse, yyerror, string_to_operator,
6635 write_var_from_sym, write_var_from_name, write_attribute_call0,
6636 write_attribute_call1, write_attribute_calln,
6637 write_object_renaming): Protoize.
6638
6639 (_initialize_ada_exp): New function.
6640
6641 * ada-lang.c: Update copyright notice.
6642 General terminology change to conform to GNAT compiler usage:
6643 mangle => encode, demangle => decode
6644 Include gdb_obstack.h.
6645 Include gdb_regex.h
6646 Include frame.h
6647 Include hashtab.h
6648 Include completer.h
6649 Include gdb_stat.h
6650 Include block.h
6651 Include infcall.h
6652
6653 (ADA_RETAIN_DOTS): Make sure this is defined.
6654 (TRUNCATION_TOWARDS_ZERO): Define.
6655 (struct string_vector): Define.
6656 (unresolved_names): Remove definition.
6657 (xnew_string_vector): New function.
6658 (string_vector_append): New function.
6659 (extract_string): Make static.
6660 (ada_unqualified_name): New function.
6661 (add_angle_brackets): New function.
6662 (function_name_from_pc): New function.
6663 (place_on_stack): Rename to ensure_lval.
6664
6665 (ensure_lval): Renamed from place_on_stack.
6666 Make identity on lvals.
6667 Update comment.
6668 (is_nonfunction): New interface.
6669 Only symbols in LOC_CONST class can be enumerals.
6670 (fill_in_ada_prototype): Remove; now independent of language.
6671 (add_defn_to_vec): Add obstack and symtab arguments.
6672 Use obstack to hold collected definitions.
6673 (num_defns_collected): New function.
6674 (defns_collected): New function.
6675 (ada_resolve_subexp): Rename to resolve_subexp.
6676 (resolve_subexp): Renamed from ada_resolve_subexp.
6677 (ada_op_name): Return non-const result.
6678 (ada_decoded_op_name): Renamed from ada_op_name, now used for
6679 other purposes.
6680
6681 (to_fixed_array_type): Add declaration.
6682 (coerce_unspec_val_to_type): Remove offset parameter.
6683 (find_sal_from_funcs_and_line): New interface.
6684 (find_line_in_linetable): Ditto.
6685
6686 (all_sals_for_line): Rename to ada_sals_for_line and make
6687 global.
6688 Add new parameter. When set, do not ask the user to choose the
6689 instance, but use the first one found instead.
6690 Use given line number in returned sals.
6691 Fix comment.
6692 Skip the prologue if funfirstline is set.
6693 Correct for memory leak when 0 lines found.
6694
6695 (value_pos_atr): Use pos_atr.
6696 (pos_atr): New function.
6697 (standard_lookup): Add block parameter.
6698
6699 (makeTimeStart): Remove declaration and uses.
6700 (makeTimeStop): Remove declaration and uses.
6701
6702 (ada_completer_word_break_characters): Allow for VMS.
6703 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
6704 (raise_sym_name): New constant.
6705 (raise_unhandled_sym_name): New constant.
6706 (raise_assert_sym_name): New constant.
6707 (process_raise_exception_name): New constant.
6708 (longest_exception_template): New constant.
6709 (warning_limit): New variable to limit warnings during expression
6710 evaluation.
6711 (warnings_issued): New variable to keep track of warnings issued.
6712 (known_runtime_file_name_patterns): New constant.
6713 (known_auxiliary_function_name_patterns): New constant.
6714 (symbol_list_obstack): New variable.
6715
6716 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
6717 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
6718 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
6719 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
6720 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
6721 ada_variant_discrim_name, field_alignment, dynamic_template_type,
6722 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
6723 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
6724 and strcmp.
6725
6726 (ada_get_field_index): New function.
6727 (lim_warning): New function.
6728 (ada_translate_error_message): New function.
6729 (MAX_OF_SIZE): New function.
6730 (MIN_OF_SIZE): New function.
6731 (UMAX_OF_SIZE): New function.
6732 (UMIN_OF_SIZE): New function.
6733 (discrete_type_high_bound): New function.
6734 (discrete_type_low_bound): New function.
6735 (base_type): New function.
6736 (do_command): Remove.
6737
6738 (ada_update_initial_language): Use language_ada, not language_unknown.
6739 (ada_encode): Renamed from ada_mangle.
6740 Obey ADA_RETAIN_DOTS.
6741 (ada_decode): Renamed from ada_demangle.
6742 Update coding conventions.
6743 (decoded_names_store): New hash table.
6744 (ada_decode_symbol): New function.
6745 (ada_la_decode): New function.
6746
6747 (modify_general_field): Correct computations of offset and bit
6748 position.
6749 (desc_base_type): Handle ref types, too.
6750 (ada_is_direct_array_type): New function.
6751
6752 (ada_is_simple_array): Rename to ada_is_simple_array_type.
6753 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
6754 (ada_is_bogus_array_descriptor,ada_type_of_array,
6755 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
6756 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
6757 ada_is_array_descriptor_type.
6758
6759 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
6760 (ada_is_packed_array_type): Handle pointers or
6761 references to packed arrays as well.
6762 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
6763 (decode_packed_array_type): Search for the packed array type
6764 symbol in the currently selected block and associated
6765 superblocks too.
6766 Use lookup_symbol again.
6767
6768 (decode_packed_array): Handle pointers and references.
6769 Update call to coerce_unspec_val_to_type.
6770 (decode_packed_array_type,value_subscript_packed): Limit warnings.
6771 (ada_value_primitive_packed_val): Improve comment.
6772
6773 (ada_index_type): Substitute int type for "undefined".
6774 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
6775 ada_array_langth, ada_is_string_type): Use renamed
6776 ada_is_simple_array_type.
6777 (empty_array): New function.
6778
6779 (ada_resolve): Rename to resolve.
6780 (resolve): Make static.
6781 Call renamed resolve_subexp.
6782 Update comment.
6783 (ada_resolve_subexp): Rename to resolve_subexp.
6784 (resolve_subexp): Update comment.
6785 Decomment disabled code.
6786 Add LOC_COMPUTED* cases.
6787 Modify to use temporary struct symbols (marked as being in
6788 UNDEF_NAMESPACE) to indicate unresolved names, instead of
6789 OP_UNRESOLVED_VALUE.
6790 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
6791 Add OP_STRING case.
6792 Remove OP_ARRAY.
6793 Use SYMBOL_PRINT_NAME instead of ada_demangle.
6794 Use new ada_lookup_symbol_list interface.
6795 Use new ada_resolve_function interface.
6796 Remove OP_TYPE case.
6797
6798 (ada_args_match): Idiot proof against null actuals.
6799 Use intermediate variables to clarify.
6800 (ada_resolve_function): Update comment and interface.
6801 (mangled_ordered_before): Rename to encoded_ordered_before and
6802 update comment.
6803 (sort_choices): Update comment and interface.
6804 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
6805 (user_select_syms): New interface.
6806 Use new sort_choices interface.
6807 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
6808 (possible_user_operator_p): Idiot-proof against null values.
6809 (ada_simple_renamed_entity): Don't make cleanup; rely on
6810 caller to free result string.
6811 Remove const from return type.
6812 (make_array_descriptor): Rename uses of place_on_stack to
6813 ensure_lval.
6814 Make sure that arrays are on stack.
6815
6816 (HASH_SIZE): Define.
6817 (struct cache_entry): Define.
6818 (cache_space): Define.
6819 (cache): Define.
6820 (clear_ada_sym_cache): New function.
6821 (find_entry): New function.
6822 (lookup_cached_symbol): New function.
6823 (defn_vector_size): Define.
6824 (cache_symbol): New function.
6825 (defn_symbols): Remove.
6826
6827 (standard_lookup): Use lookup_symbol_in_language to get effect of
6828 C lookup.
6829 Cache results.
6830
6831 (symbol_completion_match): New function.
6832 (symbol_completion_add): New function.
6833 (ada_make_symbol_completion_list): New function.
6834
6835 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
6836 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
6837 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
6838 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
6839
6840 (ada_lookup_simple_minsym): New function.
6841 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
6842
6843 (add_symbols_from_enclosing_procs): New interface.
6844 Conditionalize more helpfully.
6845 Don't bother if program isn't running.
6846 Use new interface to get_frame_block.
6847 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
6848
6849 (remove_extra_symbols): New interface.
6850 (xget_renaming_scope): New function.
6851 (is_package_name): New function.
6852 (renaming_is_visible): New function.
6853 (remove_out_of_scope_renamings): New function.
6854
6855 (ada_lookup_symbol_list): New interface.
6856 Properly reinitialize the symbol list obstack.
6857 Don't call add_symbols_from_enclosing_procs if we start from a
6858 static or global block.
6859 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
6860 add_symbols_from_enclosing_procs.
6861 Add symtab data to cached entries.
6862 Handle symbols prefixed with
6863 "standard__" specially; strip prefix and don't look in local symbols.
6864 Do not include out of scope renaming symbols in list of
6865 symbols returned.
6866 Add const to block parameter.
6867 Move check for non-local, non-global symbols earlier.
6868 Remove timing stuff.
6869 (ada_lookup_symbol): New interface.
6870 Find symtab as well.
6871 (ada_lookup_symbol_nonlocal): New function.
6872
6873 (is_name_suffix): Enhance suffix detection to recognize
6874 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
6875 (is_dot_digits_suffix): New function.
6876 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
6877
6878 (ada_add_block_symbols): New interface. Use obstack to return results
6879 in a vector of struct ada_symbol_infos. Add symtab argument.
6880 Use new interface to add_defn_to_vec.
6881 Remove calls to fill_in_ada_prototype.
6882 Use BLOCK_BUCKETS, BLOCK_BUCKET.
6883
6884 (ada_finish_decode_line_1): Add const qualification to local to fix
6885 warning.
6886 Start looking in static block for functions to avoid attempts
6887 to search frame chain for up-level variables.
6888 Adapt to new ada_sals_for_line interface.
6889 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
6890 Handle quoting of the function name inside the spec string.
6891 Skip prologue when funfirstline is set and update the
6892 function documentation to that effect.
6893
6894 (debug_print_lines, debug_print_block, debug_print_blocks,
6895 debug_print_symtab): Remove.
6896
6897 (ada_main_name): New function.
6898 (ada_exception_breakpoint_type): New function.
6899 (is_known_support_routine): New function.
6900 (ada_find_printable_frame): Renamed from find_printable_frame and made
6901 global.
6902 Remove level parameter.
6903 Use new interface to select_frame.
6904
6905 (begin_command): Remove.
6906 (ada_adjust_exception_stop): New function.
6907 (ada_print_exception_stop): New function.
6908 (exception_name_from_cond): New function.
6909 (ada_report_exception_break): Replace disabled code with
6910 conditionalization on GNAT_GDB.
6911 Get the exception name from the condition string.
6912 Remove and move functionality into new functions
6913 ada_print_exception_breakpoint_task and
6914 ada_print_exception_breakpoint_nontask.
6915 (error_breakpoint_runtime_sym_not_found): New function.
6916 (is_runtime_sym_defined): New function.
6917 (ada_breakpoint_rewrite): Uncomment suppressed code.
6918 Use symbolic error-message and runtime-symbol names.
6919 Surround runtime symbol names in quotes.
6920 Allow non-specific breakpoints on exceptions and assertions before
6921 program starts.
6922
6923 (ada_is_tagged_type): Add parameter.
6924 (ada_is_tag_type): New function.
6925 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
6926 (ada_variant_discrim_type): Ditto.
6927 (value_tag_from_contents_and_address): New function.
6928 (type_from_tag): New function.
6929 (struct tag_args): New structure used to communicate with
6930 ada_tag_name_1.
6931 (ada_tag_name_1): New function.
6932 (ada_tag_name): New function.
6933
6934 (ada_scan_number): Update comment.
6935 (find_struct_field): New function.
6936 (ada_search_struct_field): Make static.
6937 (ada_value_struct_elt): New version that returns references when
6938 given pointers or references to structs.
6939 (ada_lookup_struct_elt_type): Add 'refok' parameter.
6940 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
6941 interface.
6942 (ada_value_ind): Use new ada_to_fixed_value interface.
6943 (ada_coerce_ref): Ditto.
6944 (field_offset): Remove.
6945
6946 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
6947 (ada_find_renaming_symbol): New function.
6948 (ada_prefer_type): Prefer named types over unnamed ones.
6949 (variant_field_index): New function.
6950 (contains_variant_part): Removed: subsumed by variant_field_index.
6951 (ada_template_to_fixed_record_type): New function, mostly from
6952 template_to_fixed_record_type.
6953 (template_to_fixed_record_type):
6954 Do not scan the type fields beyond the last one; prevents a
6955 potential SEGV.
6956 Handle case where variant field is listed BEFORE discriminant it
6957 depends on.
6958 Fix calculation of record length when bit length is
6959 not evenly divisible by char length.
6960 Move code to ada_template_to_fixed_record_type and call it.
6961
6962 (template_to_static_fixed_type): Revise comment.
6963 Modify to work on ordinary record types as well as templates,
6964 so as to handle fields that use ___XVE or ___XVU encodings.
6965 (to_record_with_fixed_variant_part): Fill out comment.
6966 Initialize C++ stuff in right type.
6967 Allow case where DVAL is null.
6968 Handle case where variant field is not last.
6969 Fix typo concerning record length.
6970 (to_fixed_record_type): Decomment disabled code.
6971 (to_fixed_record_type): Use variant_field_index instead of
6972 contains_variant_part.
6973 (to_fixed_variant_branch_type): Ditto.
6974 (to_fixed_array_type): Decomment disabled code.
6975 (ada_to_fixed_type): Convert tagged types to the specific type.
6976 Deactivate the size-check for array types in order to avoid
6977 some false size alarms.
6978 (to_static_fixed_type): Decomment disabled code.
6979 Modify to call template_to_static_fixed_type
6980 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
6981 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
6982 Remove valaddr argument, as it is never really used.
6983 (ada_to_fixed_value): Change interface to act on single struct value*
6984 operand.
6985 (adjust_pc_past_prologue): New function.
6986 (ada_attribute_name): Modify to take enum exp_opcode argument.
6987
6988 (ada_enum_name): Recognize new homonym-distinguishing convention.
6989 Adjust local variable's type to remove compiler warning.
6990 Fix a small problem in the part that unqualifies the enumeration name.
6991 (ada_value_binop): New function.
6992 (ada_value_equal): New function.
6993
6994 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
6995 Don't give error message when not doing normal evaluation
6996 and a tagged type doesn't seem to contain a structure member.
6997 Give error message for packed arrays.
6998 For indexing arrays, handle pointers to packed arrays correctly.
6999 Handle case of 'first and 'last attributes of bare integral type
7000 without encoded subtype info.
7001 Remove some unnecessary casts.
7002 Fix uninitialized value of type in computing 'first, 'last, or 'length
7003 of array object.
7004 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
7005 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
7006 calls.
7007 Attributes are now exp_opcode values.
7008 Correct treatment of 'modulus.
7009 Better error message for taking 'length of wrong kind of type;
7010 improve comment.
7011 Change EVAL_NORMAL to noside for consistency.
7012 Use ada_value_binop for DIV, MOD, REM.
7013 Make special case out of array of length 0, since an argument
7014 of 0 upsets some platforms' malloc.
7015 Use OP_STRING instead of OP_ARRAY.
7016 For slice, add check that we have an array type before extracting
7017 a slice out of it. Avoids a SEGV.
7018 When evaluating an array slice, if the array type is a reference to
7019 an aligner type, then replace the aligner type by the actual type.
7020 Decomment disabled code.
7021 Remove some dead code.
7022 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
7023 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
7024 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
7025 and UNOP_MBR to UNOP_IN_RANGE.
7026 If an array type has a parallel ___XVE type, then use it.
7027 Turn arrays into pointers for lvalue arrays.
7028 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
7029 bounds error and handle 0-length slices.
7030 Use lim_warning.
7031 When selecting fields, apply ada_to_fixed_value (because the fields
7032 might have ___XVU or ___XVE encodings even if not dynamic.)
7033 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
7034 (ada_is_system_address_type): New function.
7035
7036 (get_var_value): Use new interface to ada_lookup_symbol_list.
7037 (get_int_var_value): New interface.
7038 (to_fixed_range_type): Allow unknown bound, with warning.
7039 (ada_is_modular_type): Decomment disabled code.
7040 (ADA_OPERATORS): New definition.
7041 (ada_operator_length): New function.
7042 (ada_expr_op_name): New function.
7043 (ada_forward_operator_length): New function.
7044 (ada_dump_subexp_body): New function.
7045 (ada_print_subexp): New function.
7046 (ada_exp_descriptor): New constant.
7047 (ada_op_print_tab): Add 'size. Remove FIXMEs.
7048 (ada_language_defn): Add ada_exp_descriptor entry.
7049 Change ada_parse => parse.
7050 Add post-parser entry.
7051 Use ada-specific non-local symbol lookup.
7052 Don't use C-style arrays.
7053 String lower-bound is 1.
7054 Decomment disabled code.
7055 (parse): New function.
7056 New fields ada_translate_error_message, ada_lookup_symbol,
7057 ada_lookup_minimal_symbol.
7058
7059 * ada-lang.h: Update copyright dates.
7060 Replace the mangle/demangle terminology throughout by the
7061 more appropriate encode/decode one.
7062 Include breakpoint.h.
7063 Forward declare struct partial_symbol, struct block.
7064 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
7065 (EXTRACT_ADDRESS): Remove.
7066 (EXTRACT_INT): Remove.
7067 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
7068 (MAX_ENCLOSING_FRAME_LEVELS): Define.
7069 (MAX_RENAMING_CHAIN_LENGTH): Define.
7070 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
7071
7072 (enum task_states): Remove.
7073 ada_task_states: Remove.
7074 (fat_string): Remove.
7075 (struct entry_call): Remove.
7076 (struct task_fields): Remove.
7077 (struct task_entry): Remove.
7078
7079 (struct ada_symbol_info): Define.
7080 (enum ada_attribute): Remove.
7081 (enum ada_operator): Define.
7082
7083 (ada_get_field_index): Declare.
7084 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
7085 (ada_is_simple_array): Rename to ada_is_simple_array_type.
7086 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
7087 (ada_lookup_symbol_list): New interface.
7088 (ada_decode_symbol): Declare.
7089 (ada_decode): Declare.
7090 (ada_lookup_symbol): New interface.
7091 (ada_update_initial_language): Declare.
7092 (ada_lookup_simple_minsym): Declare.
7093 (user_select_syms): New interface.
7094 (ada_sals_for_line): Declare.
7095 (ada_is_tagged_type): New interface.
7096 (ada_tag_name): Declare.
7097 (ada_lookup_struct_elt_type): Remove declaration.
7098 (ada_search_struct_field): Remove declaration.
7099 (ada_attribute_name): New interface.
7100 (ada_is_system_address_type): Declare.
7101 (ada_to_fixed_value): Remove declaration.
7102 (ada_template_to_fixed_record_type_1): Declare.
7103 (get_int_var_value): New interface.
7104 (ada_find_any_symbol): Declare.
7105 (ada_find_renaming_symbol): Declare.
7106 (ada_mangle): Rename to ada_encode.
7107 (ada_simple_renamed_entity): Remove const.
7108 (ada_main_name): Declare.
7109 (get_current_task): Rename to ada_get_current_task.
7110 (get_entry_number): Remove declaration.
7111 (ada_report_exception_break): Remove declaration.
7112 (ada_print_exception_breakpoint_nontask): Declare.
7113 (ada_print_exception_breakpoint_task): Declare.
7114 (ada_find_printable_frame): Declare.
7115
7116 * ada-lex.l: Update copyright notices.
7117 Use xmalloc and xfree instead of malloc and free.
7118 Use new interface to name_lookup.
7119 Use new interface to
7120 ada_mangle=>ada_encode.
7121 Redo handling of '$...' variable to parallel current treatment
7122 in c-exp.y.
7123 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
7124 digit_to_int, strtoulst, processInt, processReal, processId,
7125 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
7126 yywrap): Protoize.
7127
7128 (processInt): Use cast to remove harmless warning.
7129 (processReal): Modify to get rid of compiler warning on scan formats.
7130
7131 (processId): Replace xmalloc with obstack_alloc for name and remove
7132 call to ada_name_string_cleanup.
7133 Remove obsolete disabled code.
7134 (name_lookup): Ditto.
7135 New interface.
7136 Use obsavestring on temp_parse_space instead of savestring
7137 on name, and remove call to ada_name_string_cleanup.
7138 Free string returned from ada_simple_renamed_entity.
7139 Use new interface to ada_lookup_symbol_list.
7140 Decomment disabled code.
7141 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
7142 not types.
7143 When a type name lookup succeeds as a result of
7144 lookup_primitive_typename, check for regular type entry that has not
7145 yet been read in.
7146 Limit length of chain of renamed symbols we are willing to follow.
7147 Do not break names beginning with "standard__" into segments.
7148 (block_lookup): Use new interface to ada_lookup_symbol_list.
7149
7150 * ada-typeprint.c: Update copyright notice.
7151 (demangled_type_name): Rename to decoded_type_name.
7152 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
7153 (print_range_bound): Correct handling of negative
7154 bounds that make the index type looked unsigned under STABS.
7155 (print_dynamic_range_bound): Use new interface to get_int_var_value.
7156 (print_range_type_named): Use the builtin int type if no type
7157 corresponding to the given type name could be found.
7158 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
7159 Add some bullet-proofing.
7160 (print_variant_clauses): Allow for variant branches with ___XVU
7161 encodings that are not dynamic fields.
7162 Use new interface to ada_is_tagged_type.
7163 (print_record_type): Allow for fields with ___XVE encodings that
7164 are not dynamic fields.
7165 Use new interface to ada_is_tagged_type.
7166 (ada_print_type): ada_is_array_descriptor =>
7167 ada_is_array_descriptor_type.
7168
7169 * ada-valprint.c: Update copyright notice.
7170 Include gdb_string.h
7171 Include infcall.h
7172 (ui_memcpy): New function.
7173 (ada_print_floating): New function.
7174 (ada_print_str): Order arguments correctly.
7175 Correct handling of empty arrays and arrays of 0-length items.
7176 ada_is_array_descriptor => ada_is_array_descriptor_type
7177 Print values of type System.Address in hexadecimal format.
7178 Use ada_print_floating to print floating-point numbers in Ada format.
7179 Print class tag values with type names.
7180 No longer print the address of reference values. Avoids
7181 a potential confusion.
7182 (ada_value_print): Stop printing the object type for reference
7183 values, but preserve that behavior for access types. Avoids
7184 a potential confusion.
7185 Simplify one conditional expression, as the first part is now
7186 necessarily true.
7187 ada_is_array_descriptor => ada_is_array_descriptor_type
7188 Add check for arrays for null records, and print them by hand.
7189
7190 2004-06-01 Jim Blandy <jimb@redhat.com>
7191
7192 * ppc-tdep.h: Delete unused 'regoff' member.
7193 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
7194
7195 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
7196
7197 Fix PR symtab/1661.
7198 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
7199 (hpread_read_struct_type): Likewise.
7200
7201 2004-06-01 Andrew Cagney <cagney@gnu.org>
7202
7203 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
7204 instead of xasprintf.
7205 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
7206 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
7207 (mi_cmd_data_list_register_names)
7208 (mi_cmd_data_list_changed_registers)
7209 (mi_cmd_data_list_register_values)
7210 (get_register, mi_cmd_data_write_register_values)
7211 (mi_cmd_data_write_register_values)
7212 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
7213 (mi_cmd_target_download, mi_cmd_target_select)
7214 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
7215 (mi_execute_cli_command, mi_execute_async_cli_command)
7216 (mi_execute_async_cli_command): Ditto.
7217 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
7218 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
7219
7220 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
7221 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
7222 error_last_message instead of mi_error_last_message.
7223 * mi/mi-main.c (mi_error_last_message): Delete function.
7224
7225 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
7226 "invalid number of columns" error. Delete redundant "out of
7227 memory" check.
7228
7229 2004-05-31 Mark Kettenis <kettenis@gnu.org>
7230
7231 * i386bsd-nat.c: Don't include <sys/procfs.h>.
7232 (gregset_t, fpregset_t): Remove typedefs.
7233 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
7234 (REG_OFFSET): Rename argument.
7235 (i386bsd_r_reg_offset): Rename from reg_offset.
7236 (REG_ADDR): Remove macro.
7237 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
7238 functions.
7239 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
7240 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
7241 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
7242 instead of supply_gregset.
7243 (store_inferior_registers): Use `struct reg' and `struct fpreg'
7244 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
7245 instead of fill_gregset.
7246 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
7247
7248 * i386bsd-nat.c: Don't include "gregset.h".
7249 (supply_gregset, fill_gregset): Make static.
7250 (supply_fpregset, fill_fpregset): Remove.
7251 * Makefile.in (i386bsd-nat.o): Update dependencies.
7252
7253 2004-05-30 Mark Kettenis <kettenis@gnu.org>
7254
7255 * fbsd-proc.c: Include "regcache.h", "regset.h" and
7256 "gdb_assert.h". Con't include "gregset.h".
7257 (fbsd_make_corefile_notes): Use regset-based core file support
7258 instead off fill_gregset and fill_fpregset.
7259 * Makefile.in (fbsd-proc.o): Update dependencies.
7260
7261 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
7262 instructions.
7263 (m88k_frame_prev_register): Simplify code a bit.
7264
7265 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
7266 (amd64_collect_fpregset): New function.
7267 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
7268
7269 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
7270
7271 * i386-tdep.c (i386_supply_gregset): Adjust comment.
7272 (i386_collect_gregset): New function.
7273 (i386_supply_fpregset): Adjust comment.
7274 (i386_collect_fpregset): New function.
7275 (i386_regset_from_core_section): Use i386_collect_gregset and
7276 i386_collect_fpregset.
7277
7278 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
7279 handle VALUEP being null.
7280
7281 * regset.h (collect_regset_ftype): Unconstify fourth argument.
7282
7283 2004-05-29 Mark Kettenis <kettenis@gnu.org>
7284
7285 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
7286
7287 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
7288 assembler in OpenBSD 3.5-current.
7289 (amd64obsd_sigcontext_addr): Likewise.
7290
7291 2004-05-28 Jim Blandy <jimb@redhat.com>
7292
7293 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
7294 register set, so our regcache isn't declared "legacy" and our E500
7295 pseudoregister read and write functions aren't ignored.
7296 (rs6000_register_byte, rs6000_register_raw_size,
7297 rs6000_register_virtual_type, rs6000_register_convertible,
7298 rs6000_register_convert_to_virtual,
7299 rs6000_register_convert_to_raw): Deleted.
7300 (rs6000_register_type, rs6000_convert_register_p,
7301 rs6000_register_to_value, rs6000_value_to_register): New
7302 functions.
7303 (rs6000_gdbarch_init): Don't register
7304 gdbarch_deprecated_register_size,
7305 gdbarch_deprecated_register_bytes,
7306 gdbarch_deprecated_register_byte,
7307 gdbarch_deprecated_register_raw_size,
7308 gdbarch_deprecated_register_virtual_type,
7309 gdbarch_deprecated_register_convertible,
7310 gdbarch_deprecated_register_convert_to_virtual, or
7311 gdbarch_deprecated_register_convert_to_raw methods. Instead,
7312 register gdbarch_register_type, gdbarch_convert_register_p,
7313 gdbarch_register_to_value, and gdbarch_value_to_register methods.
7314
7315 2004-05-26 Jim Blandy <jimb@redhat.com>
7316
7317 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
7318 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
7319 functions, updated to match the register numberings used in GCC.
7320 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
7321 rs6000_dwarf2_reg_to_regnum as register number conversions
7322 functions for STABS and Dwarf2.
7323
7324 2004-05-26 Randolph Chung <tausq@debian.org>
7325
7326 * infttrace.h (target_waitkind): Forward declare type instead of pulling
7327 in header file.
7328
7329 2004-05-25 Joel Brobecker <brobecker@gnat.com>
7330
7331 * NEWS: Document new "start" command.
7332
7333 2004-05-25 Randolph Chung <tausq@debian.org>
7334
7335 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
7336 hppa-linux.
7337
7338 2004-05-25 Randolph Chung <tausq@debian.org>
7339
7340 * hppa-hpux-tdep.c (offsetof): Define.
7341 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
7342 (hppa32_hpux_frame_base_before_sigtramp)
7343 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
7344 (hppa64_hpux_frame_saved_pc_in_sigtramp)
7345 (hppa64_hpux_frame_base_before_sigtramp)
7346 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
7347 functions.
7348 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
7349 (hppa_hpux_sigtramp_frame_unwind_cache)
7350 (hppa_hpux_sigtramp_frame_this_id)
7351 (hppa_hpux_sigtramp_frame_prev_register)
7352 (hppa_hpux_sigtramp_frame_unwind)
7353 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
7354 (hppa_hpux_init_abi): Register sigtramp unwinder.
7355 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
7356
7357 2004-05-25 Randolph Chung <tausq@debian.org>
7358
7359 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
7360 and multiple stack unwinds.
7361 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
7362
7363 2004-05-25 Andrew Cagney <cagney@gnu.org>
7364
7365 * symfile.h (symbol_file_add_from_memory): Delete declaration.
7366 * symfile-mem.h: Delete file.
7367 * symfile-mem.c: Do not include "symfile-mem.h".
7368 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
7369 "struct bfd_section". When an error do not bother returning NULL.
7370 (add_symbol_file_from_memory_command): Use "struct bfd" and
7371 "struct bfd_section".
7372 * Makefile.in (symfile_mem_h): Delete.
7373 (symfile-mem.o): Update dependencies.
7374
7375 2004-05-25 Nick Roberts <nickrob@gnu.org>
7376
7377 * gdb-mi.el: New file.
7378
7379 2004-05-25 Andrew Cagney <cagney@gnu.org>
7380
7381 * inftarg.c: Include "observer.h".
7382 (child_attach, child_create_inferior): Notify inferior_created.
7383 * corelow.c: Include "observer.h".
7384 (core_open): Notify inferior_created.
7385 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
7386
7387 2004-05-25 Andrew Cagney <cagney@gnu.org>
7388
7389 * target.h (struct target_ops): Add from_tty to
7390 to_create_inferior.
7391 (target_create_inferior, find_default_create_inferior): Update.
7392 * infcmd.c (run_command): Update.
7393 * wince.c (child_create_inferior): Update.
7394 * win32-nat.c (child_create_inferior): Update.
7395 * uw-thread.c (uw_thread_create_inferior): Update.
7396 * thread-db.c (thread_db_create_inferior): Update.
7397 * target.c (debug_to_create_inferior)
7398 (find_default_create_inferior): Update.
7399 (maybe_kill_then_create_inferior): Update.
7400 * sol-thread.c (sol_thread_create_inferior): Update.
7401 * remote.c (extended_remote_async_create_inferior)
7402 (extended_remote_create_inferior): Update.
7403 * remote-vx.c (vx_create_inferior): Update.
7404 * remote-st.c (st2000_create_inferior): Update.
7405 * remote-sim.c (gdbsim_create_inferior): Update.
7406 * remote-sds.c (sds_create_inferior): Update.
7407 * remote-rdp.c (remote_rdp_create_inferior): Update.
7408 * remote-rdi.c (arm_rdi_create_inferior): Update.
7409 * remote-m32r-sdi.c (m32r_create_inferior): Update.
7410 * remote-e7000.c (e7000_create_inferior): Update.
7411 * procfs.c (procfs_create_inferior): Update.
7412 * ocd.c (ocd_create_inferior): Update.
7413 * ocd.h (ocd_create_inferior): Update.
7414 * nto-procfs.c (procfs_create_inferior): Update.
7415 * monitor.c (monitor_create_inferior): Update.
7416 * lin-lwp.c (lin_lwp_create_inferior): Update.
7417 * inftarg.c (child_create_inferior): Update.
7418 * hpux-thread.c (hpux_thread_create_inferior): Update.
7419 * gnu-nat.c (gnu_create_inferior): Update.
7420
7421 2004-05-25 Andrew Cagney <cagney@gnu.com>
7422
7423 * MAINTAINERS: Update e-mail address.
7424
7425 2004-05-24 Randolph Chung <tausq@debian.org>
7426
7427 * thread.c (info_threads_command, thread_apply_all_command)
7428 (thread_apply_command, thread_command, do_captured_thread_select):
7429 Remove HPUXHPPA-specific code.
7430
7431 2004-05-24 Randolph Chung <tausq@debian.org>
7432
7433 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
7434 unused symbols.
7435 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
7436 references.
7437
7438 2004-05-24 Joel Brobecker <brobecker@gnat.com>
7439
7440 * infcmd.c (kill_if_already_running): New function, extracted
7441 from run_command().
7442 (run_command): Replace extracted code by call to
7443 kill_if_already_running().
7444 (start_command): New function.
7445 (_initialize_infcmd): Add "start" command.
7446
7447 2004-05-24 Mark Kettenis <kettenis@gnu.org>
7448
7449 Add OpenBSD/m88k support.
7450 * NEWS (New native configurations): Mention OpenBSD/m88k.
7451 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
7452 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
7453 * Makefile.in (m88k_tdep_h): New variable.
7454 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
7455 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
7456 * configure.host: Add m88*-*-openbsd*.
7457 * configure.tgt: Add m88*-*-openbsd*.
7458
7459 2004-05-24 Jim Blandy <jimb@redhat.com>
7460
7461 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
7462 to approve changes.
7463
7464 2004-05-24 Kevin Buettner <kevinb@redhat.com>
7465
7466 * symtab.c (fixup_section): Search section table when lookup by
7467 name fails.
7468
7469 2004-05-24 Randolph Chung <tausq@debian.org>
7470
7471 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
7472 be "small_struct".
7473
7474 2004-05-24 Mark Kettenis <kettenis@gnu.org>
7475
7476 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
7477 register number in regcache_raw_collect call.
7478 (m68kbsd_collect_fpregset): Likewise.
7479 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
7480
7481 * regset.h (struct regset): Add back `regset' member.
7482
7483 2004-05-23 Mark Kettenis <kettenis@gnu.org>
7484
7485 * configure.in: Check for td_pcb in `struct thread'.
7486 * configure, config.in: Regenerated.
7487
7488 * dpx2-nat.c: Remove file.
7489 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
7490 (dpx2-nat.o): Remove dependencies.
7491
7492 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
7493 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
7494 (amd64obsd_supply_pcb): New function.
7495 (_initialize_amd64obsd_nat): Enable libkvm interface.
7496 * Makefile.in (amd64obsd-nat.o): Update dependencies.
7497 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
7498 (LOADLIBES): New variable.
7499
7500 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
7501 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
7502 (sparc32nbsd_supply_pcb): New function.
7503 (_initialize_sparcnbsd_nat): Enable libkvm interface.
7504 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
7505 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
7506 (LOADLIBES): New variable.
7507
7508 2004-05-22 Mark Kettenis <kettenis@gnu.org>
7509
7510 * bsd-kvm.c, bsd-kvm.h: New files.
7511 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
7512 "bsd-kvm.h".
7513 (i386fbsd_supply_pcb): New function.
7514 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
7515 (i386fbsd-nat.o): Update dependencies.
7516 (bsd_kvm_h): New variable.
7517 (bsd-kvm.o): New dependency.
7518 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
7519 (LOADLIBES): New variable.
7520
7521 * regset.c: Tweak comment.
7522 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
7523 macro.
7524 * regset.h: Update copyright year.
7525 (struct regset): Remove `descr' member, add `gdbarch' member.
7526 (regset_alloc): Adjust prototype and comment.
7527 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
7528 (i386_supply_fpregset): Likewise.
7529 (i386_regset_from_core_section): Update call to regset_alloc.
7530 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
7531 REGSET->arch.
7532 (i386obsd_aout_regset_from_core_section): Update call to
7533 regset_alloc.
7534 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
7535 REGSET->arch.
7536 (i386nbsd_aout_regset_from_core_section): Update call to
7537 regset_alloc.
7538 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
7539 REGSET->arch.
7540 (amd64_regset_from_core_section): Update call to regset_alloc.
7541 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
7542 REGSET->arch.
7543 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
7544 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
7545 &sparc32nbsd_gregset in sparc32_supply_gregset call.
7546 (sparc32nbsd_init_abi): Update call to regset_alloc.
7547 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
7548 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
7549 (sparc64obsd_init_abi): Update call to regset_alloc.
7550 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
7551 &sparc64nbsd_gregset in sparc64_supply_gregset call.
7552 (sparc64nbsd_init_abi): Update call to regset_alloc.
7553 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
7554 &sparc64fbsd_gregset in sparc64_supply_gregset call.
7555 (sparc64fbsd_init_abi): Update call to regset_alloc.
7556
7557 2004-05-22 Jim Blandy <jimb@redhat.com>
7558
7559 * ppc-tdep.h (spe_register_p): New declaration.
7560 (struct gdbarch_tdep): New members: ppc_acc_regnum and
7561 ppc_spefscr_regnum.
7562 * rs6000-tdep.c (spe_register_p): New function.
7563 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
7564 spefscr.
7565 (rs6000_gdbarch_init): Initialize the new members of the tdep
7566 structure.
7567
7568 2004-05-21 Jim Blandy <jimb@redhat.com>
7569
7570 * ppc-linux-nat.c (fetch_register): Move code back to be next
7571 to the comment that describes it. (Moved code, instead of
7572 comment, for symmetry with store_register.)
7573
7574 Allocate regset structures in the gdbarch's obstack, not using
7575 xmalloc.
7576 * regset.c (regset_alloc): Renamed from regset_xmalloc.
7577 Add 'arch' argument. Allocate the regset on arch's obstack, not
7578 using xmalloc.
7579 * regset.h (regset_alloc): Update declaration.
7580 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
7581 gdbarch argument.
7582 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7583 * i386-tdep.c (i386_regset_from_core_section): Same.
7584 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7585 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7586 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7587 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7588 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7589 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7590
7591 2004-05-21 Joel Brobecker <brobecker@gnat.com>
7592
7593 * config/djgpp/fnchange.lst: Undo previous change, was useless.
7594
7595 2004-05-21 Jim Blandy <jimb@redhat.com>
7596
7597 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
7598 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
7599
7600 2004-05-20 Jim Blandy <jimb@redhat.com>
7601
7602 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
7603
7604 2004-05-20 Mark Kettenis <kettenis@gnu.org>
7605
7606 * regset.h: Make prototype const-correct.
7607 * regset.c (regset_xmalloc): Make const-correct.
7608
7609 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
7610
7611 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
7612 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
7613 (symbol_search_name): Declare.
7614
7615 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
7616 (iter_name_next_hashed): Ditto.
7617 (iter_name_next_linear): Ditto.
7618 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
7619
7620 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
7621 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
7622 (symbol_search_name): New function.
7623
7624 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
7625
7626 * minsyms.c (build_minimal_symbol_hash_tables): Change
7627 test for adding to demangled hash table to check for difference
7628 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
7629
7630 2004-05-19 Jim Blandy <jimb@redhat.com>
7631
7632 Use a constructor function to create regset structures.
7633 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
7634 (struct regset): Use supply_regset_ftype. Add new
7635 'collect_regset' member.
7636 (regset_xmalloc): New declaration.
7637 * regset.c: New file.
7638 * am64-tdep.c (amd64_regset_from_core_section): Use
7639 regset_xmalloc to construct regset structures.
7640 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
7641 * i386-tdep.c (i386_regset_from_core_section): Same.
7642 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
7643 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
7644 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
7645 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
7646 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
7647 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
7648 * Makefile.in (COMMON_OBS): Add regset.o.
7649 (regset.o): New rule.
7650
7651 2004-05-19 Joel Brobecker <brobecker@gnat.com>
7652
7653 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
7654 and pthread_cond_wait.c.
7655
7656 2004-05-18 Jim Blandy <jimb@redhat.com>
7657
7658 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
7659 before the mach-specific switch, and then let the individual cases
7660 override the defaults, rather than leaving them uninitialized
7661 until the switch and then setting them in each case.
7662
7663 2004-05-18 Randolph Chung <tausq@debian.org>
7664
7665 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
7666 millicode functions.
7667
7668 2004-05-18 Randolph Chung <tausq@debian.org>
7669
7670 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
7671 references to dld_flags_buffer consistent.
7672
7673 2004-05-18 Randolph Chung <tausq@debian.org>
7674
7675 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
7676 it for unwinding the stack.
7677
7678 2004-05-18 Randolph Chung <tausq@debian.org>
7679
7680 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
7681 Undefine these so we can overide them using gdbarch.
7682
7683 2004-05-18 Randolph Chung <tausq@debian.org>
7684
7685 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
7686 handling for 64-bit HPUX (elf).
7687
7688 2004-05-18 Daniel Jacobowitz <dan@debian.org>
7689
7690 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
7691 constants.
7692 * amd64-tdep.c (amd64_skip_prologue): Likewise.
7693 * ia64-tdep.c (examine_prologue): Likewise.
7694 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
7695 * v850-tdep.c (v850_fix_call_dummy): Likewise.
7696
7697 2004-05-18 Mark Kettenis <kettenis@gnu.org>
7698
7699 * vax-tdep.c (vax_return_value): Implement
7700 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7701
7702 2004-05-17 Mark Kettenis <kettenis@gnu.org>
7703
7704 * vax-tdep.c (vax_return_value): Fix typo.
7705
7706 2004-05-17 Andrew Cagney <cagney@redhat.com>
7707
7708 * MAINTAINERS: Mark Salter was also responsible for
7709 testsuite/config/
7710
7711 * NEWS: Mention signal fixes.
7712
7713 2004-05-17 Randolph Chung <tausq@debian.org>
7714
7715 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
7716 check to see if we are unwinding an export stub. Export stubs clobber
7717 the %rp in the call path and stores the original rp in a stack slot.
7718
7719 2004-05-17 Jim Blandy <jimb@redhat.com>
7720
7721 * MAINTAINERS: Update address for J.T. Conklin.
7722
7723 2004-05-17 Randolph Chung <tausq@debian.org>
7724
7725 * hppa-tdep.c: Remove superfluous #include's.
7726 * Makefile.in (hppa-tdep.o): Update dependencies.
7727
7728 2004-05-17 Randolph Chung <tausq@debian.org>
7729
7730 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
7731 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
7732 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
7733 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
7734 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
7735 Remove static function declarations.
7736
7737 2004-05-17 Mark Kettenis <kettenis@gnu.org>
7738
7739 * alphabsd-nat.c: Update copyright year.
7740 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
7741
7742 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
7743 and M68K_A2_REGNUM.
7744
7745 * m68k-tdep.c (m68k_svr4_return_value): Implement
7746 RETURN_VALUE_ABI_RETURNS_ADDRESS.
7747
7748 2004-05-16 Mark Kettenis <kettenis@gnu.org>
7749
7750 * sol-thread.c Update copyright year. Fix various coding
7751 standards violations. Tweak a few comments.
7752 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
7753 Delete prototypes.
7754
7755 2004-05-15 Randolph Chung <tausq@debian.org>
7756
7757 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
7758 as pointer instead of array reference since HPUX compiler does
7759 not accept unsized array arguments.
7760 * somsolib.c (dld_flags_buffer): Use constant array size.
7761
7762 2004-05-15 Mark Kettenis <kettenis@gnu.org>
7763
7764 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
7765 offset with decimal offset.
7766 (amd64obsd_sigcontext_addr): Return correct address for entire
7767 signal trampoline.
7768
7769 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
7770 instead of get_frame_base.
7771
7772 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
7773 (fill_gregset): Use regcache_raw_collect.
7774
7775 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
7776 ppcobsd-tdep.c.
7777
7778 * config/sparc/tm-nbsd64.h: Remove file.
7779 * config/tm-sunos.h: Remove file.
7780
7781 2004-05-15 Joel Brobecker <brobecker@gnat.com>
7782
7783 * rs6000-tdep.c (store_param_on_stack_p): New function,
7784 an improved version of some code extracted from skip_prologue().
7785 (skip_prologue): Use store_param_on_stack_p() to detect
7786 instructions saving a parameter on the stack. Detect when r0
7787 is used to save a parameter.
7788 Do not mark "li rx, SIMM" instructions as part of the prologue,
7789 unless the following instruction is also part of the prologue.
7790
7791 2004-05-14 Andrew Cagney <cagney@redhat.com>
7792
7793 * infrun.c (handle_inferior_event): Simplify
7794 STEP_OVER_UNDEBUGGABLE.
7795
7796 * infrun.c (handle_step_into_function): Delete function.
7797 (handle_inferior_event): Inline calls to
7798 handle_step_into_function.
7799
7800 2004-05-14 Jerome Guitton <guitton@gnat.com>
7801
7802 * rs6000-nat.c: Fix a comment.
7803
7804 2004-05-12 David Anderson <davea@sgi.com>
7805
7806 Committed by Jim Blandy <jimb@redhat.com>:
7807 * regcache.c (struct regcache_descr): fix comment spelling.
7808
7809 2004-05-13 J. Brobecker <brobecker@gnat.com>
7810
7811 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
7812 Fixes a link link failure.
7813
7814 2004-05-13 J. Brobecker <brobecker@gnat.com>
7815
7816 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
7817 error that was causing the build to fail.
7818
7819 2004-05-13 J. Brobecker <brobecker@gnat.com>
7820
7821 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
7822 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
7823
7824 2004-05-13 Andrew Cagney <cagney@redhat.com>
7825
7826 * infrun.c (handle_inferior_event): Check for
7827 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
7828 calls. Update comments.
7829
7830 2004-05-13 Jim Blandy <jimb@redhat.com>
7831
7832 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
7833 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7834 (store_regs_user_thread, store_regs_kernel_thread): Use
7835 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
7836 * ppc-linux-nat.c (fill_gregset): Same.
7837 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
7838 (ppc_linux_sigtramp_cache): Same.
7839 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
7840 (ppcnbsd_sigtramp_cache_init): Same.
7841 * rs6000-nat.c (fetch_core_registers): Same.
7842 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
7843 (rs6000_frame_cache): Same.
7844
7845 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
7846 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
7847 of assuming that the gprs are numbered starting with zero.
7848 * ppc-linux-nat.c (fill_gregset): Same.
7849 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
7850 * ppcnbsd-nat.c (getregs_supplies): Same.
7851 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
7852 * rs6000-nat.c (fetch_core_registers): Same.
7853 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
7854
7855 2004-05-07 Michael Snyder <msnyder@redhat.com>
7856
7857 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
7858 LOC_COMPUTED_ARG, and LOC_INDIRECT.
7859
7860 2004-05-13 Andrew Cagney <cagney@redhat.com>
7861
7862 * infrun.c (handle_inferior_event): Use frame_unwind_id.
7863
7864 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7865
7866 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
7867 base_address for shared libraries.
7868
7869 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
7870
7871 * MAINTAINERS (write after approval): Add myself.
7872
7873 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
7874
7875 * breakpoint.c (bpstat_stop_status): Add new argument
7876 STOPPED_BY_WATCHPOINT. Use it instead of testing
7877 target_stopped_data_address agaist 0 to check whether
7878 or not we stopped due to a hardware watchpoint.
7879 * breakpoint.h (bpstat_stop_status): Adapt prototype.
7880 * infrun.c (handle_inferior_event): Call bpstat_stop_status
7881 with new argument.
7882
7883 2004-05-12 Jim Blandy <jimb@redhat.com>
7884
7885 * configure.in: When checking whether we should use the -bbigtoc
7886 option, don't forget to restore the original value of LDFLAGS.
7887 * configure: Regenerated.
7888
7889 2004-05-12 Andrew Cagney <cagney@redhat.com>
7890
7891 * thread.c (load_infrun_state): Delete step_sp.
7892 * infrun.c (context_switch): Ditto.
7893 * inferior.h (step_sp): Ditto.
7894 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
7895 * gdbthread.h (struct thread_info, save_infrun_state)
7896 (restore_infrun_state): Ditto.
7897
7898 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
7899
7900 * MAINTAINERS (write after approval): Add myself.
7901
7902 2004-05-12 Andrew Cagney <cagney@redhat.com>
7903
7904 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
7905 eliminate reference to step_sp.
7906 (struct execution_control_state, init_execution_control_state)
7907 (handle_inferior_event, keep_going): Delete update_step_sp and
7908 step_sp.
7909 * infcmd.c (step_sp): Note that variable is unused.
7910
7911 2004-05-11 Andrew Cagney <cagney@redhat.com>
7912
7913 * infrun.c (step_over_function): Delete function.
7914 (handle_step_into_function): Use insert_step_resume_breakpoint.
7915 (insert_step_resume_breakpoint): Fix assertion.
7916
7917 2004-05-11 Nick Roberts <nickrob@gnu.org>
7918
7919 * utils.c (defaulted_query): Just use the normal query input type
7920 when printing the annotations.
7921
7922 2004-05-11 Andrew Cagney <cagney@redhat.com>
7923
7924 * infrun.c (handle_inferior_event): Simplify code handling
7925 step-into or return-from a signal trampoline.
7926
7927 2004-05-11 Andrew Cagney <cagney@redhat.com>
7928
7929 * ppcnbsd-tdep.c: Include "gdb_assert.h".
7930 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
7931
7932 2004-05-10 Jim Blandy <jimb@redhat.com>
7933
7934 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
7935 with a call to internal_error.
7936
7937 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
7938 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
7939 processor variant lacks those registers.
7940 (ppc_floating_point_unit_p): Change description to make it clear
7941 that this returns info about the ISA, not the ABI.
7942 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
7943 return true or false by checking tdep->ppc_fp0_regnum and
7944 tdep->ppc_fpscr_regnum. The original code replicated the BFD
7945 arch/mach switching done in rs6000_gdbarch_init; it's better to
7946 keep that logic there, and just check the results here.
7947 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
7948 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
7949 floating-point registers.
7950 (ppc_supply_fpregset, ppc_collect_fpregset)
7951 (rs6000_push_dummy_call, rs6000_extract_return_value)
7952 (rs6000_store_return_value): Assert that we have floating-point
7953 registers.
7954 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
7955 (rs6000_frame_cache): Don't note the locations at which
7956 floating-point registers were saved if we have no fprs.
7957 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
7958 registers.
7959 (fetch_regs_user_thread, fetch_regs_kernel_thread)
7960 (store_regs_user_thread, store_regs_kernel_thread): Only call
7961 supply_fprs / fill_fprs if we actually have floating-point
7962 registers.
7963 (special_register_p): Check ppc_fpscr_regnum before matching
7964 against it.
7965 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
7966 supply / collect fpscr if we don't have it.
7967 * ppc-bdm.c: #include "gdb_assert.h".
7968 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
7969 have floating-point registers, since I can't test this code on
7970 FP-free systems to adapt it.
7971 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
7972 fpscr and floating point register numbers if they don't exist.
7973 (fetch_register): Assert that we have floating-point registers
7974 before we reach the code that handles them.
7975 (store_register): Same. And use tdep instead of calling
7976 gdbarch_tdep again.
7977 (fill_fpregset): Don't try to collect FP registers and fpscr if we
7978 don't have them.
7979 (ppc_linux_sigtramp_cache): Don't record the saved locations of
7980 fprs and fpscr if we don't have them.
7981 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
7982 don't have them.
7983 * ppcnbsd-nat.c: #include "gdb_assert.h".
7984 (getfpregs_supplies): Assert that we have floating-point registers.
7985 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
7986 * ppcobsd-tdep.c: #include "gdb_assert.h".
7987 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
7988 have floating-point registers.
7989 * rs6000-nat.c (regmap): Don't match against the fpscr and
7990 floating point register numbers if they don't exist.
7991 (fetch_inferior_registers, store_inferior_registers,
7992 fetch_core_registers): Only fetch / store / supply the
7993 floating-point registers and the fpscr if we have them.
7994 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
7995 (ppcobsd-tdep.o): Update dependencies.
7996
7997 2004-05-10 Andrew Cagney <cagney@redhat.com>
7998
7999 * infrun.c (through_sigtramp_breakpoint): Delete variable.
8000 (context_switch): Do not switch through_sigtramp_breakpoint.
8001 * gdbthread.h (save_infrun_state, load_infrun_state)
8002 (struct thread_info): Delete through_sigtramp_breakpoint parameter
8003 and structure member.
8004 * thread.c (load_infrun_state, save_infrun_state): Update.
8005
8006 2004-05-10 Mark Kettenis <kettenis@gnu.org>
8007
8008 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
8009
8010 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8011
8012 * acinclude.m4: Quote macro names being defined by AC_DEFUN
8013 throughout.
8014 * aclocal.m4: Regenerate.
8015
8016 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
8017
8018 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
8019
8020 2004-05-10 Andrew Cagney <cagney@redhat.com>
8021
8022 * infrun.c (check_sigtramp2): Delete function.
8023 (handle_inferior_event): When single stepping, and taking a
8024 signal, set a breakpoint at the signal return address. Delete
8025 redundant calls to check_sigtramp2.
8026 (insert_step_resume_breakpoint): New function.
8027 (through_sigtramp_breakpoint, handle_inferior_event)
8028 (follow_exec, wait_for_inferior, fetch_inferior_event)
8029 (currently_stepping, keep_going): Delete most uses of
8030 through_sigtramp_breakpoint, not that it should be deleted.
8031 (delete_breakpoint_current_contents): Delete function.
8032
8033 2004-05-10 Randolph Chung <tausq@debian.org>
8034
8035 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
8036 target.
8037 * config/pa/tm-linux.h: New file.
8038
8039 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
8040
8041 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
8042 of prefixes. Don't print the prefix twice in the CLI.
8043
8044 2004-05-10 Jim Blandy <jimb@redhat.com>
8045
8046 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
8047 collect all the gprs.
8048
8049 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
8050 loop collecting gprs.
8051
8052 2004-05-09 Andrew Cagney <cagney@redhat.com>
8053
8054 * remote-vx.c (net_step): Delete step-range code.
8055 * remote.c (remote_resume, init_all_packet_configs)
8056 (set_remote_protocol_E_packet_cmd)
8057 (show_remote_protocol_E_packet_cmd)
8058 (remote_protocol_E, show_remote_cmd, _initialize_remote)
8059 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
8060 (show_remote_protocol_e_packet_cmd): Ditto.
8061
8062 2004-05-09 Mark Kettenis <kettenis@gnu.org>
8063
8064 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
8065
8066 * hppa-tdep.h: Update copyright year.
8067 (struct trad_frame_saved_reg): Add opaque declaration.
8068
8069 * amd64-tdep.c (amd64_return_value): Implement
8070 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8071
8072 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
8073 (m68k_value_to_register): New functions.
8074 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
8075 value_to_register.
8076
8077 * defs.h (enum return_value_convention): Add
8078 RETURN_VALUE_ABI_RETURNS_ADDRESS and
8079 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
8080 * infcmd.c (legacy_return_value): New function.
8081 (print_return_value): Rwerite to implement
8082 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8083 * values.c (using_struct_return): Check for inequality to
8084 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
8085 RETURN_VALUE_STRUCT_CONVENTION.
8086 * i386-tdep.c (i386_return_value): Implement
8087 RETURN_VALUE_ABI_RETURNS_ADDRESS.
8088
8089 * vax-tdep.c: Tweak comments. Reorder include files. Don't
8090 include "symtab.h", "opcode/vax.h" and "inferior.h".
8091 (vax_skip_prologue): Replace calls to read_memory_integer by calls
8092 to read_memory_unsigned_integer.
8093 (vax_gdbarch_init): Reorder.
8094 (_initialize_vax_tdep): Spell out prototype.
8095 * Makefile.in (vax-tdep.o): Update dependencies.
8096
8097 2004-05-08 Andrew Cagney <cagney@redhat.com>
8098
8099 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
8100 * target.c (target_detach, target_disconnect): Ditto.
8101
8102 * infcall.c (call_function_by_hand): When no
8103 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
8104 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
8105 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
8106 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8107 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8108
8109 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
8110 * gdbarch.h, gdbarch.c: Re-generate.
8111 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8112 deprecated_fix_call_dummy.
8113 * v850-tdep.c (v850_gdbarch_init): Ditto.
8114 * infcall.c (call_function_by_hand): Do not call
8115 DEPRECATED_FIX_CALL_DUMMY.
8116
8117 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
8118 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
8119 * gdbarch.h, gdbarch.c: Re-generate.
8120 * arm-linux-tdep.c (arm_linux_call_dummy_words)
8121 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
8122 deprecated_sizeof_call_dummy_words.
8123 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
8124 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
8125 * v850-tdep.c (v850_gdbarch_init): Ditto.
8126 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
8127 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
8128 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
8129 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
8130 * arch-utils.h (legacy_call_dummy_words)
8131 (legacy_sizeof_call_dummy_words): Delete declarations.
8132 * arch-utils.c (legacy_call_dummy_words)
8133 (legacy_sizeof_call_dummy_words): Delete variables.
8134
8135 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
8136 * gdbarch.h, gdbarch.c: Re-generate.
8137 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
8138 * infcall.c (call_function_by_hand): Eliminate call to
8139 DEPRECATED_PUSH_DUMMY_FRAME.
8140 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8141 push_dummy_frame.
8142 (ns32k_push_dummy_frame): Delete function.
8143
8144 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8145 deprecated_call_dummy_breakpoint_offset or
8146 deprecated_call_dummy_start_offset.
8147 * dummy-frame.c, arm-tdep.c: Update comments.
8148 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
8149 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
8150 * gdbarch.h, gdbarch.c: Re-generate.
8151
8152 * infcall.c (legacy_push_dummy_code): Delete function.
8153 (push_dummy_code): Delete call.
8154
8155 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
8156 * gdbarch.h, gdbarch.c: Re-generate.
8157 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
8158 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
8159 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
8160 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
8161
8162 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
8163 (struct frame_info): Delete opaque declaration.
8164 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
8165 * frame.c (get_frame_type): Delete call.
8166
8167 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
8168 pc_in_call_dummy.
8169 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
8170 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
8171
8172 2004-05-08 Mark Kettenis <kettenis@gnu.org>
8173
8174 * alphanbsd-tdep.c: Include "gdb_string.h".
8175 * armnbsd-tdep.c: Update copyright year.
8176 Include "gdb_string.h".
8177 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
8178 dependencies.
8179
8180 * delta68-nat.c: Remove file.
8181 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
8182 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
8183 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
8184 (delta68-nat.o): Remove dependency.
8185
8186 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
8187 function.
8188 (m68k_gdbarch_init): Don't set
8189 deprecated_frameless_function_invocation.
8190
8191 2004-05-07 Randolph Chung <tausq@debian.org>
8192
8193 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
8194 read_memory_nobpt for code reading when doing frame unwinding.
8195 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
8196
8197 2004-05-07 Randolph Chung <tausq@debian.org>
8198
8199 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
8200 instead of sp, handle sigaltstack case.
8201 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
8202 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
8203 signal handler and not that of the caller.
8204 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
8205 hppa_linux_sigtramp_find_sigcontext.
8206
8207 2004-05-07 Randolph Chung <tausq@debian.org>
8208
8209 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
8210 hppa-linux-nat.c.
8211 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
8212 * hppa-linux-nat.c (fetch_register, store_register): Define.
8213 (fetch_inferior_registers, store_inferior_registers): Define.
8214 (supply_gregset): Add comment and clean up some unneeded code.
8215 (fill_gregset): Add comment and fix so that it saves registers in
8216 the right place in the gregset.
8217 (fill_fpregset): Fix buffer overrun problem.
8218 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
8219
8220 2004-05-07 Randolph Chung <tausq@debian.org>
8221
8222 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
8223 do common handling of the pcoqt register.
8224 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
8225 to use helper function.
8226 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
8227 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
8228 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
8229 generic fallback unwinder when all else fails.
8230 (hppa_gdbarch_init): Add fallback sniffer.
8231 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
8232 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
8233 to use helper function.
8234
8235 2004-05-08 Joel Brobecker <brobecker@gnat.com>
8236
8237 * config/djgpp/fnchange.lst: Add translation rules for
8238 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
8239
8240 2004-05-08 Mark Kettenis <kettenis@gnu.org>
8241
8242 * frame.c (get_prev_frame_1): Work around GCC bug.
8243 * frame.h: Add comment about GCC bug.
8244
8245 2004-05-07 Andrew Cagney <cagney@redhat.com>
8246
8247 * observer.c: Include "commands.h" and "gdbcmd.h".
8248 (observer_debug, _initialize_observer): Add the
8249 command "set/show debug observer".
8250 * observer.sh: When observer debugging, log notify calls.
8251 * Makefile.in (observer.o): Update dependencies.
8252
8253 2004-05-07 Jason Molenda (jmolenda@apple.com)
8254
8255 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
8256
8257 2004-05-07 Jim Blandy <jimb@redhat.com>
8258
8259 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
8260 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
8261 to recognize gpr regnums, instead of assuming that
8262 tdep->ppc_fp0_regnum marks the end of the general-purpose
8263 registers.
8264
8265 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
8266 the given architecture has floating-point registers.
8267
8268 2004-05-07 Andrew Cagney <cagney@redhat.com>
8269
8270 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
8271 macro defined to 1.
8272 * gdbarch.h, gdbarch.c: Re-generate.
8273 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
8274 deprecated_use_generic_dummy_frames.
8275
8276 2004-05-07 Brian Ford <ford@vss.fsi.com>
8277
8278 * NEWS: Mention Cygwin DWARF 2 support.
8279
8280 2004-05-07 Andrew Cagney <cagney@redhat.com>
8281
8282 * objfiles.h (struct entry_info): Delete unused fields
8283 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
8284 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
8285 * mipsread.c (mipscoff_symfile_read): Update.
8286 * mdebugread.c (parse_partial_symbols): Update.
8287 * dwarfread.c (read_file_scope): Update.
8288 * dwarf2read.c (read_file_scope): Update.
8289 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
8290 * coffread.c (complete_symtab): Update.
8291
8292 2004-05-07 Mark Kettenis <kettenis@gnu.org>
8293
8294 * infcall.c (_initialize_infcall): Fix typo.
8295
8296 2004-05-07 Andrew Cagney <cagney@redhat.com>
8297
8298 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
8299 * command.h (add_setshow_zinteger_cmd): Declare.
8300
8301 2004-05-06 Randolph Chung <tausq@debian.org>
8302
8303 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
8304 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
8305 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
8306 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
8307 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
8308 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
8309 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
8310 definitions ...
8311 * hppa-tdep.h: ... to here, with HPPA_ prefix.
8312 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
8313 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
8314 (hppa64_hpux_frame_find_saved_regs_in_sig)
8315 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
8316 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
8317 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
8318 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
8319 (hppa_linux_sigtramp_frame_prev_register): Likewise.
8320 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
8321 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
8322 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
8323 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
8324 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
8325 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
8326 (hppa32_register_type, hppa_cannot_store_register)
8327 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
8328 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
8329 * hpread.c (hpread_process_one_debug_symbol): Likewise.
8330 * pa64solib.c (pa64_solib_have_load_event)
8331 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
8332 (pa64_solib_unloaded_library_pathname): Likewise.
8333 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
8334 (som_solib_library_pathname): Likewise.
8335
8336 2004-05-05 Jim Ingham <jingham@apple.com>
8337
8338 * breakpoint.c (create_breakpoints): Copy the ignore count and
8339 thread id over from the pended breakpoint to the actual
8340 breakpoint.
8341
8342 2004-05-05 Andrew Cagney <cagney@redhat.com>
8343
8344 * gdbarch.sh (PARM_BOUNDARY): Delete.
8345 gdbarch.h, gdbarch.c: Re-generate.
8346 * valops.c (PARM_BOUNDARY): Delete macro.
8347 (value_push): Delete PARM_BOUNDARY code.
8348 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
8349
8350 2004-05-04 Jim Blandy <jimb@redhat.com>
8351
8352 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
8353 Don't assume that the gprs, fprs, and UISA sprs are
8354 contiguous, start at register number zero, and end with fpscr.
8355 Instead, use the numbers from the tdep structure.
8356
8357 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
8358 should no longer be used in code specific to the RS6000 and its
8359 derivatives.
8360 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
8361 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
8362 tdep->ppc_fp0_regnum.
8363 (ppc_supply_fpregset, ppc_collect_fpregset)
8364 (rs6000_push_dummy_call, rs6000_extract_return_value)
8365 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
8366 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
8367 FP0_REGNUM.
8368 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
8369 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
8370 Same.
8371 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
8372 bdm_ppc_store_registers): Same.
8373 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
8374 (store_register, fill_fpregset): Same.
8375 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
8376 (ppc_linux_supply_fpregset): Same.
8377 * ppcnbsd-nat.c (getfpregs_supplies): Same.
8378 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
8379 Same.
8380 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
8381 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
8382 ppc64_sysv_abi_return_value): Same.
8383 * rs6000-nat.c (regmap, fetch_inferior_registers)
8384 (store_inferior_registers, fetch_core_registers): Same.
8385
8386 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8387
8388 * m68knbsd-nat.c: Remove file.
8389 * m68knbsd-tdep.c: Remove file.
8390 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
8391 dependencies.
8392 * configure.host: Add m68k-*-netbsdelf*.
8393 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
8394 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
8395 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
8396 (XM_FILE): Remove.
8397 * config/m68k/nbsdelf.mh: New file.
8398 * config/m68k/nbsd.mt: New file.
8399 * config/m68k/nbsdaout.mt: Remove file.
8400 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
8401 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
8402 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
8403 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
8404 (use_struct_convention): Remove prototype.
8405 (USE_STRUCT_CONVENTION): Remove define.
8406 * config/m68k/xm-nbsd.h: Remove file.
8407
8408 2004-05-04 Michael Snyder <msnyder@redhat.com>
8409
8410 * m68k-tdep.c (m68k_gdbarch_init): Default to using
8411 reg_struct_return method (as gcc usually does for cross targets).
8412
8413 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
8414
8415 Committed by Andrew Cagney.
8416 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
8417 alignment padding when accessing ucontext struct members.
8418
8419 2004-05-04 Jim Blandy <jimb@redhat.com>
8420
8421 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
8422 'ppc_gplast_regnum' member.
8423 (ppc_num_gprs): New enum constant.
8424 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
8425 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
8426 * rs6000-nat.c (regmap, fetch_inferior_registers,
8427 store_inferior_registers): Same.
8428 * rs6000-tdep.c (e500_pseudo_register_read)
8429 (e500_pseudo_register_write): Same.
8430 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
8431
8432 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
8433 * ppc-tdep.h (ppc_num_fprs): New enum constant.
8434 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
8435 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
8436 FPLAST_REGNUM.
8437 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
8438 Same.
8439 * ppc-linux-nat.c (ppc_register_u_addr): Same.
8440 * rs6000-nat.c (regmap, fetch_inferior_registers)
8441 (store_inferior_registers): Same.
8442
8443 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
8444 with FPLAST_REGNUM.
8445
8446 2004-05-03 Joel Brobecker <brobecker@gnat.com>
8447
8448 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
8449 failure detected by recent versions of GCC.
8450 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
8451 to be consistent with the usage in dwarf2_create_include_psymtab.
8452
8453 2004-05-03 Michael Snyder <msnyder@redhat.com>
8454
8455 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
8456 (heuristic_proc_start): Whitespace cleanup.
8457
8458 2004-05-04 Mark Kettenis <kettenis@gnu.org>
8459
8460 * sun3-nat.c: Remove file.
8461 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
8462 dependencies.
8463 (ALLDEPFILES): Remove sun3-nat.c.
8464 (sun3-nat.o): Remove dependencies.
8465
8466 * i386-interix-nat.c, i386-interix-tdep.c,
8467 config/i386/nm-interix.h, config/i386/interix.mh,
8468 config/i386/interix.mt: Remove files.
8469 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
8470 dependencies.
8471
8472 2004-05-03 Mark Kettenis <kettenis@gnu.org>
8473
8474 * m68k-tdep.h (struct gdbarch_tdep): Add member
8475 struct_value_regnum.
8476 (m68k_svr4_init_abi): New prototype.
8477 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
8478 different calling conventions.
8479 (m68k_extract_return_value): Remove code dealing with single-field
8480 structs.
8481 (m68k_store_return_value): Remove code dealing with single-field
8482 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
8483 (m68k_extract_struct_value_address): Remove function.
8484 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
8485 (m68k_reg_struct_return_p, m68k_return_value)
8486 (m68k_svr4_return_value): New functions.
8487 (m68k_use_struct_convention): Remove function.
8488 (m68k_push_dummy_call): Use new struct_value_regnum member of
8489 `struct gdbarch_tdep' instead of hardcoded register number to
8490 store STRUCT_ADDR.
8491 (m68k_svr4_init_abi): New function.
8492 (m68k_gdbarch_init): Don't set extract_return_value,
8493 store_return_values, deprecated_extract_struct_value_address and
8494 use_struct_convention. Set return_value instead. Initialize new
8495 struct_value_regnum member of `struct gdbarch_tdep'.
8496 * m68klinux-tdep.c: Update copyright year.
8497 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
8498 (m68k_linux_extract_struct_value_address): Remove function.
8499 (m68k_linux_init_abi): Don't set extract_return_value,
8500 store_return_values, deprecated_extract_struct_value_address and
8501 use_struct_convention. Call m68k_svr4_init_abi but override the
8502 new struct_value_regnum member of `struct gdbarch_tdep'.
8503 * Makefile.in (m68k-tdep.o): Update dependencies.
8504
8505 2004-05-03 J. Brobecker <brobecker@gnat.com>
8506
8507 * dwarf2read.c (line_header): Add new included_p field in
8508 field file_names.
8509 (partial_die_info): New field has_stmt_list. New field line_offset.
8510 (dwarf2_create_include_psymtab): New function.
8511 (dwarf2_build_include_psymtabs): New function.
8512 (add_file_name): Add forward declaration. Initialize new field.
8513 (dwarf_decode_lines): Add new parameter. Enhance this procedure
8514 to be able to determine the list of files included by the
8515 given unit, and build their associated psymtabs.
8516 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
8517 files as well.
8518 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
8519 (read_file_scope): Update call to dwarf_decode_lines.
8520 (read_partial_die): Handle DW_AT_stmt_list attributes.
8521
8522 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
8523
8524 Unfix PR gdb/1626.
8525 * configure.in: Revert special case for osf5.*.
8526 * configure: Regenerate.
8527
8528 2004-05-02 Jim Blandy <jimb@redhat.com>
8529
8530 Move the symbol-file-from-memory functions into their own file.
8531 * symfile-mem.c, symfile-mem.h: New files.
8532 * symfile.c (symbol_file_add_from_bfd): New function.
8533 (symbol_file_add): Call symbol_file_add_from_bfd.
8534 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
8535 Moved to symfile-mem.c.
8536 (_initialize_symfile): Move definition of
8537 add-symbol-file-from-memory command to symfile-mem.c.
8538 * symfile.h (symbol_file_add_from_bfd): New declaration.
8539 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
8540 * config/powerpc/linux.mt (TDEPFILES): Same.
8541 * Makefile.in (SFILES): Add symfile-mem.c.
8542 (symfile_mem_h): New variable.
8543 (HFILES_NO_SRCDIR): Add symfile-mem.h.
8544 (symfile-mem.o): New rule.
8545
8546 2004-05-01 Andrew Cagney <cagney@redhat.com>
8547
8548 * breakpoint.c (insert_bp_location): Use get_frame_id, and
8549 frame_find_by_id instead of frame_relative_level.
8550 (do_enable_breakpoint): Ditto.
8551 * thread.c: Update copyright.
8552 (info_threads_command): Ditto, simplify.
8553
8554 * frame.c (deprecated_generic_get_saved_register): Delete
8555 function, moved to "xstormy16-tdep.c".
8556 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
8557 deprecated_generic_get_saved_register from "frame.c".
8558 (xstormy16_frame_saved_register): Call
8559 xstormy16_get_saved_register.
8560 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
8561 static.
8562 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
8563 * frame.h (deprecated_generic_get_saved_register): Delete.
8564
8565 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
8566
8567 * dwarfread.c: Update documentation on the state of dwarf-1.
8568
8569 2004-05-01 Andrew Cagney <cagney@redhat.com>
8570
8571 * stack.c (select_frame_command): Delete call to
8572 frame_relative_level.
8573 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
8574 Delete #if0 code.
8575 (frame_info): Do not print FRAMELESS.
8576 (print_block_frame_labels): Replace DEPRECATED_STREQ.
8577 (catch_info): Delete #if0 code.
8578
8579 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
8580 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
8581 of frame_relative_level.
8582 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
8583 to SENTINEL_FRAME.
8584 * frame.h (enum frame_type): Add SENTINEL_FRAME.
8585 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
8586 frame_relative_level.
8587
8588 * frame.h (deprecated_set_frame_type): Delete declaration.
8589 * frame.c (deprecated_set_frame_type): Delete function, update
8590 comments.
8591
8592 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
8593 * gdbarch.h, gdbarch.c: Re-generate.
8594 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
8595 (shnbsd_pc_in_sigtramp): Delete.
8596 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
8597 pc_in_sigtramp.
8598 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
8599 pc_in_sigtramp.
8600 * frame.h: Update comments.
8601 * ppc-linux-tdep.c: Update comments.
8602 * breakpoint.c (bpstat_what): Update comments.
8603
8604 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
8605 m68klinux-tdep.o's dependencies, were previously added to
8606 m68klinux-nat.o.
8607
8608 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
8609 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
8610 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8611 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8612 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8613
8614 * Makefile.in (m68klinux-nat.o): Update dependencies.
8615 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8616 (m68k_linux_sigtramp_frame_cache)
8617 (m68k_linux_sigtramp_frame_this_id)
8618 (m68k_linux_sigtramp_frame_prev_register)
8619 (m68k_linux_sigtramp_frame_unwind)
8620 (m68k_linux_sigtramp_frame_sniffer)
8621 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
8622 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
8623 names, use trad-frame.h.
8624 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
8625 (struct m68k_sigtramp_info): Delete.
8626 * m68k-tdep.c (m68k_sigtramp_frame_cache)
8627 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
8628 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
8629 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
8630 "m68klinux-tdep.c".
8631
8632 * infrun.c (check_sigtramp2): Delete check for
8633 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
8634
8635 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8636
8637 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
8638
8639 2004-05-01 Andrew Cagney <cagney@redhat.com>
8640
8641 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
8642 (frv_linux_sigtramp_frame_cache)
8643 (frv_linux_sigtramp_frame_this_id)
8644 (frv_linux_sigtramp_frame_prev_register)
8645 (frv_linux_sigtramp_frame_unwind)
8646 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
8647 include "linux" in function and variable names, directly call
8648 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
8649 the latest trad-frame code.
8650 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
8651 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
8652 * Makefile.in (frv-linux-tdep.o): Update dependencies.
8653 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
8654 * frv-tdep.c (frv_sigtramp_frame_cache)
8655 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
8656 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
8657 frv-linux-tdep.c.
8658 (frv_gdbarch_init): Do not append a sigtramp sniffer.
8659 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
8660 (frv_set_sigcontext_reg_addr): Delete function.
8661
8662 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
8663 (DEPRECATED_SIGTRAMP_END): Delete.
8664 * gdbarch.h, gdbarch.c: Re-generate.
8665 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
8666 * config/vax/tm-vaxbsd.h: Update copyright.
8667 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8668 (DEPRECATED_IN_SIGTRAMP): Define.
8669 * config/m68k/tm-nbsd.h: Update copyright.
8670 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
8671 (DEPRECATED_IN_SIGTRAMP): Define.
8672
8673 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8674
8675 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
8676 encondings. Fixes PR gdb/1628.
8677
8678 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
8679 DW_CFA_restore state without a matching DW_CFA_remember_state
8680 instead of aborting. Fixes PR backtrace/1589.
8681
8682 2004-04-30 Joel Brobecker <brobecker@gnat.com>
8683
8684 * MAINTAINERS: Add self as AIX maintainer.
8685 Update my e-mail address in write-after-approval section.
8686
8687 2004-04-30 Andrew Cagney <cagney@redhat.com>
8688
8689 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
8690 (legacy_get_prev_frame): Ditto.
8691
8692 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
8693 (mips_gdbarch_init): Do not set pc_in_sigtramp.
8694 * mipsread.c (sigtramp_address): Delete extern variable.
8695 (mipscoff_new_init): Delete reference.
8696 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
8697 (fixup_sigtramp): Delete function.
8698 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
8699 (fixup_sigtramp): Delete declarations.
8700
8701 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
8702 deprecated_pc_in_sigtramp.
8703 (ppcnbsd_pc_in_sigtramp): Delete function.
8704
8705 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8706
8707 * config/m68k/nm-nbsd.h: Tweak comments.
8708 * config/m68k/nm-nbsdaout.h: Likewise.
8709
8710 2004-04-30 Andrew Cagney <cagney@redhat.com>
8711
8712 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
8713 legacy_pc_in_sigtramp.
8714 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
8715
8716 2004-05-01 Mark Kettenis <kettenis@gnu.org>
8717
8718 Add OpenBSD/m68k support.
8719 * NEWS (New native configurations): Mention OpenBSD/m68k.
8720 * m68kbsd-tdep.c: New file.
8721 * m68kbsd-nat.c: New file.
8722 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
8723 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
8724 * configure.host: Add m68k-*-openbsd.
8725 * configure.tgt: Add m68k-*-openbsd.
8726 * config/m68k/tm-obsd.h: New file.
8727 * config/m68k/obsd.mt: New file.
8728 * config/m68k/obsd.mh: New file.
8729 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
8730 m68kbsd-tdep.c.
8731
8732 2004-04-30 Andrew Cagney <cagney@redhat.com>
8733
8734 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
8735 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
8736
8737 2004-04-30 Mark Kettenis <kettenis@gnu.org>
8738
8739 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
8740 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
8741
8742 2004-04-30 Brian Ford <ford@vss.fsi.com>
8743
8744 Revert 2004-04-16 change.
8745 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
8746 (i386_coff_init_abi): Remove.
8747 * i386-tdep.h (i386_coff_init_abi): Remove.
8748 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
8749
8750 2004-04-30 Andrew Cagney <cagney@redhat.com>
8751
8752 * blockframe.c (find_pc_partial_function): Delete use of
8753 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
8754 DEPRECATED_SIGTRAMP_END.
8755
8756 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
8757 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
8758 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
8759 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
8760 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
8761
8762 * defs.h (deprecated_inside_entry_file): Delete declaration.
8763 * blockframe.c (deprecated_inside_entry_file): Delete function.
8764 (legacy_frame_chain_valid): Delete call.
8765 * sh64-tdep.c (sh64_frame_chain): Delete call.
8766 * objfiles.h: Update comments.
8767 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
8768 call.
8769 * frame.c (get_prev_frame): Delete call, update comments.
8770
8771 2004-04-30 Brian Ford <ford@vss.fsi.com>
8772
8773 * MAINTAINERS (Write After Approval): Add myself.
8774
8775 2004-04-30 Andrew Cagney <cagney@redhat.com>
8776
8777 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
8778 * gdbarch.h, gdbarch.c: Re-generate.
8779 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
8780 code.
8781
8782 2004-04-30 Andrew Cagney <cagney@redhat.com>
8783
8784 * gdb-events.sh (selected_thread_changed)
8785 (selected_frame_level_changed, target_changed): Delete.
8786 * gdb-events.h, gdb-events.c: Re-generate.
8787 * valops.c (value_assign): Update.
8788 * stack.c (select_frame_command, up_silently_base)
8789 (down_silently_base): Update.
8790
8791 2004-04-29 Andrew Cagney <cagney@redhat.com>
8792
8793 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
8794 registers correctly.
8795 (print_gp_register_row, mips32_heuristic_proc_desc)
8796 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
8797 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
8798 references to mips_isa_regsize.
8799
8800 2004-04-29 Andrew Cagney <cagney@redhat.com>
8801
8802 * mips-tdep.c (struct gdbarch_tdep): Delete
8803 mips_fp_register_double.
8804 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
8805 mips_abi_regsize.
8806 (mips_gdbarch_init): Do not set mips_fp_register_double.
8807 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
8808
8809 2004-04-29 Joel Brobecker <brobecker@gnat.com>
8810
8811 Committed by Andrew Cagney.
8812 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
8813 function calls.
8814
8815 2004-04-29 Andrew Cagney <cagney@redhat.com>
8816
8817 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
8818 gdbarch, use mips_abi, update callers.
8819 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
8820 mips_abi_regsize, update callers.
8821 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
8822 mips_default_abi_regsize.
8823 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
8824 mips_default_abi_regsize.
8825
8826 2004-04-29 Andrew Cagney <cagney@redhat.com>
8827
8828 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
8829 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
8830 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
8831 mips_default_abi_regsize.
8832 (mips_isa_regsize): Rename mips_regisze.
8833 * mipsnbsd-tdep.c: Update.
8834 * mips-linux-tdep.c: Update.
8835 * irix5-nat.c: Update.
8836 * mips-tdep.h (mips_isa_regsize): Update.
8837
8838 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
8839 Delete all disabled code.
8840 * gdb-events.h, gdb-events.c: Re-generate.
8841
8842 2004-04-19 Jerome Guitton <guitton@gnat.com>
8843 Mark Kettenis <kettenis@gnu.org>
8844
8845 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
8846 the function begins with a branch instruction.
8847
8848 2004-04-29 Mark Kettenis <kettenis@gnu.org>
8849
8850 * i386-tdep.c: Fix spelling mistakes.
8851
8852 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8853 Andrew Cagney <cagney@redhat.com>
8854
8855 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
8856 <sys/proc.h>.
8857 * acconfig.h: Provide default _KMEMUSER value.
8858 * config.in, configure: Re-generate.
8859 * NEWS: Mention fix.
8860
8861 2004-04-24 Randolph Chung <tausq@debian.org>
8862
8863 * configure.host (hppa*-*-linux*): New target.
8864 * configure.tgt (hppa*-*-linux*): Likewise.
8865 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
8866 gdbarch_init_osabi() call earlier so that osabi-specific frame
8867 unwinders can be registered first.
8868 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
8869 hppa-linux-nat.c.
8870 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
8871 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
8872 * config/pa/linux.mh: New file.
8873 * config/pa/linux.mt: New file.
8874 * config/pa/nm-linux.h: New file.
8875 * config/pa/xm-linux.h: New file.
8876 * hppa-linux-nat.c: New file.
8877 * hppa-linux-tdep.c: New file.
8878
8879 2004-04-28 Randolph Chung <tausq@debian.org>
8880
8881 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
8882 return values.
8883 (hppa32_push_dummy_call): Fix small struct and floating point argument
8884 passing, and make sure the stack frame is properly aligned.
8885
8886 2004-04-28 Andrew Cagney <cagney@redhat.com>
8887
8888 * stack.c (print_stack_frame): Fix description.
8889
8890 * NEWS: Mention gdb/gdbserver/configure execute permission
8891 changed. PR server/519.
8892
8893 2004-04-28 Andrew Cagney <cagney@redhat.com>
8894
8895 * stack.c (print_stack_frame_stub): Delete declaration.
8896 (struct print_stack_frame_args, print_stack_frame)
8897 (print_frame_info, print_frame): Replace "source" with print what.
8898 Replace "print" with "print_level". Replace "args" with
8899 "print_args".
8900 * frame.h (show_and_print_stack_frame, print_stack_frame)
8901 (print_frame_info): Update declarations.
8902 * stack.c (select_and_print_frame, frame_command)
8903 (current_frame_command, up_command, down_command): Update calls -
8904 use get_selected_frame, pass "enum print_what" for source, do not
8905 call frame_relative_level.
8906 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
8907 * remote-rdp.c (remote_rdp_open): Ditto.
8908 * remote-mips.c (common_open): Ditto.
8909 * remote-e7000.c (e7000_start_remote): Ditto.
8910 * ocd.c (ocd_start_remote): Ditto.
8911 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
8912 * infrun.c (normal_stop): Ditto.
8913 * inflow.c (kill_command): Ditto.
8914 * infcmd.c (finish_command): Ditto.
8915 * corelow.c (core_open): Ditto.
8916 * tracepoint.c (finish_tfind_command): Ditto.
8917 * thread.c (info_threads_command, info_threads_command)
8918 (restore_current_thread, do_captured_thread_select): Ditto.
8919 * ada-tasks.c (task_command): Ditto.
8920
8921 2004-04-26 Orjan Friberg <orjanf@axis.com>
8922
8923 * frame.c: Include "observer.h".
8924 (frame_observer_target_changed): New function.
8925 (_initialize_frame): Attach target_changed observer.
8926 * regcache.c: Include "observer.h".
8927 (regcache_observer_target_changed): New function.
8928 (_initialize_regcache): Attach target_changed observer.
8929 * valops.c: Include "observer.h".
8930 (value_assign): Notify target_changed event when modifying register.
8931 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
8932
8933 2004-04-26 Orjan Friberg <orjanf@axis.com>
8934
8935 From Paul Koning <pkoning@equallogic.com>:
8936 * breakpoint.c (free_valchain): New function.
8937 (insert_bp_location, delete_breakpoint): Use free_valchain.
8938 (remove_breakpoint): Do not remove the valchain.
8939 (bpstat_stop_status): If not stopped by watchpoint, skip
8940 watchpoints when generating stop status list.
8941 * infrun.c (handle_inferior_event): Make
8942 stepped_after_stopped_by_watchpoint a global variable.
8943 * remote.c (remote_stopped_data_address): Return watch data
8944 address rather than zero if stepped_after_stopped_by_watchpoint is
8945 set.
8946
8947 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
8948
8949 Fix PR gdb/1626.
8950 * configure.in: Check for curses after termcap.
8951 On osf5.*, do not check for ncurses.
8952 * configure: Regenerate.
8953
8954 2004-04-25 Mark Kettenis <kettenis@gnu.org>
8955
8956 * ppcobsd-nat.c: Include "ppc-tdep.h".
8957 * Makefile.in (ppcobsd-nat.o): Update dependencies.
8958
8959 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
8960 Fixes PR tdep/1623 and PR tdep/1624.
8961
8962 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
8963
8964 * xmodem.h, xmodem.c: Remove files.
8965 * Makefile.in: Remove references to xmodem.h, xmodem.c.
8966
8967 2004-04-23 Randolph Chung <tausq@debian.org>
8968
8969 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
8970 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
8971 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
8972 for handling stackless frames.
8973 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
8974
8975 2004-04-23 Randolph Chung <tausq@debian.org>
8976
8977 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
8978 starts at a pc before the frame is created.
8979
8980 2004-04-23 Joel Brobecker <brobecker@gnat.com>
8981
8982 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
8983
8984 2004-04-23 Jerome Guitton <guitton@gnat.com>
8985
8986 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
8987 use convert_typed_floating to get the appropriate format.
8988
8989 2004-04-22 Randolph Chung <tausq@debian.org>
8990
8991 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
8992 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
8993 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
8994 (hppa_sign_extend): Add prototype.
8995 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
8996 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
8997 (sign_extend): Rename with hppa_ prefix and make non-static. Other
8998 hppa targets will also use these functions.
8999 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
9000 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
9001 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
9002 (hppa_gdbarch_init): Remove gdbarch setting of
9003 skip_trampoline_code, in_solib_call_trampoline and
9004 in_solib_return_trampoline.
9005 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
9006 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
9007 hppa_in_solib_call_trampoline.
9008 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
9009 Moved from hppa-tdep.c.
9010 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
9011 in_solib_call_trampoline and in_solib_return_trampoline.
9012
9013 2004-04-22 Randolph Chung <tausq@debian.org>
9014
9015 * hppa-tdep.c (hppa_debug): New variable.
9016 (find_unwind_entry, hppa_frame_cache): Add debug output.
9017 (_initialize_hppa_tdep): Add command to set debug flag.
9018
9019 2004-04-22 Andrew Cagney <cagney@redhat.com>
9020
9021 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
9022 "trad-frame.h".
9023 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
9024 signal trampoline unwinder.
9025 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
9026
9027 2004-04-22 Mark Kettenis <kettenis@gnu.org>
9028
9029 Add OpenBSD/powerpc support.
9030 * NEWS (New native configurations): Mention OpenBSD/powerpc.
9031 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
9032 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
9033 (ppc_collect_fpregset): New prototypes.
9034 * ppcobsd-nat.c: New file.
9035 * ppcobsd-tdep.c: New file.
9036 * ppcobsd-tdep.h: New file.
9037 * rs6000-tdep.c: Include "regset.h".
9038 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
9039 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
9040 New functions.
9041 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
9042 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
9043 (rs6000-tdep.o): Update dependencies.
9044 * configure.host: Add powerpc-*-openbsd.
9045 * configure.tgt: Add powerpc-*-openbsd.
9046 * config/powerpc/obsd.mh: New file.
9047 * config/powerpc/nm-obsd.h: New file.
9048 * config/powerpc/obsd.mt: New file.
9049
9050 2004-04-22 Andrew Cagney <cagney@redhat.com>
9051
9052 * frame.h (show_frame_info): Delete declaration.
9053
9054 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
9055 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
9056 * m32r-tdep.c (m32r_frame_this_id): Ditto.
9057 * frv-tdep.c (frv_frame_this_id): Ditto.
9058 * avr-tdep.c (avr_frame_this_id): Ditto.
9059
9060 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
9061
9062 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
9063
9064 2004-04-22 Jim Blandy <jimb@redhat.com>
9065
9066 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
9067 register number zero.
9068
9069 2004-04-21 Michael Snyder <msnyder@redhat.com>
9070
9071 * mips-tdep.c (heuristic_proc_start):
9072 Warning() already prefixes "Warning: ".
9073
9074 2004-04-21 Andrew Cagney <cagney@redhat.com>
9075
9076 * annotate.h (deprecated_annotate_starting_hook)
9077 (deprecated_annotate_stopped_hook)
9078 (deprecated_annotate_exited_hook)
9079 (deprecated_annotate_signal_hook)
9080 (deprecated_annotate_signalled_hook): Deprecate.
9081 * tracepoint.h (deprecated_create_tracepoint_hook)
9082 (deprecated_delete_tracepoint_hook)
9083 (deprecated_modify_tracepoint_hook)
9084 (deprecated_trace_find_hook)
9085 (deprecated_trace_start_stop_hook): Deprecate.
9086 * target.h (deprecated_target_new_objfile_hook): Deprecate.
9087 * remote.h (deprecated_target_resume_hook)
9088 (deprecated_target_wait_loop_hook): Deprecate.
9089 * gdbcore.h (deprecated_exec_file_display_hook)
9090 (deprecated_file_changed_hook): Deprecate.
9091 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
9092 * defs.h (deprecated_modify_breakpoint_hook)
9093 (deprecated_command_loop_hook, deprecated_show_load_progress)
9094 (deprecated_print_frame_info_listing_hook)
9095 (deprecated_query_hook, deprecated_warning_hook)
9096 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
9097 (deprecated_delete_breakpoint_hook)
9098 (deprecated_interactive_hook, deprecated_registers_changed_hook)
9099 (deprecated_readline_begin_hook, deprecated_readline_hook)
9100 (deprecated_readline_end_hook, deprecated_register_changed_hook)
9101 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
9102 (deprecated_context_hook, deprecated_target_wait_hook)
9103 (deprecated_attach_hook, deprecated_detach_hook)
9104 (deprecated_call_command_hook, deprecated_set_hook)
9105 (deprecated_error_hook, deprecated_error_begin_hook)
9106 (deprecated_ui_load_progress_hook): Deprecate.
9107 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
9108 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
9109 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
9110 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
9111 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
9112 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
9113 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
9114 * annotate.c, aix-thread.c: Update.
9115
9116 2004-04-21 Andrew Cagney <cagney@redhat.com>
9117
9118 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
9119 * vaxnbsd-tdep.c: Include "gdb_string.h".
9120
9121 * symfile.c (symbol_file_add_from_memory): #if 0 function.
9122 (add_symbol_file_from_memory_command): #if 0 function body, call
9123 error instead.
9124
9125 2004-04-21 Andrew Cagney <cagney@redhat.com>
9126
9127 * gdbcore.h: Update copyright.
9128 (deprecated_add_core_fns): Rename add_core_fns.
9129 * win32-nat.c (_initialize_core_win32): Update.
9130 * sun3-nat.c (_initialize_core_sun3): Update.
9131 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
9132 * rs6000-nat.c (_initialize_core_rs6000): Update.
9133 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
9134 * nto-tdep.c (_initialize_nto_tdep): Update.
9135 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
9136 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
9137 * mips-nat.c (_initialize_core_mips): Update.
9138 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9139 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
9140 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
9141 * lynx-nat.c (_initialize_core_lynx): Update.
9142 * irix5-nat.c (_initialize_core_irix5): Update.
9143 * i386-interix-nat.c (_initialize_core_interix): Update.
9144 * cris-tdep.c (_initialize_cris_tdep): Update.
9145 * corelow.c (deprecated_add_core_fns): Update.
9146 * core-regset.c (_initialize_core_regset): Update.
9147 * core-aout.c (_initialize_core_aout): Update.
9148 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
9149 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
9150 * alpha-nat.c (_initialize_core_alpha): Update.
9151
9152 2004-04-21 Jim Blandy <jimb@redhat.com>
9153
9154 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
9155
9156 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
9157
9158 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
9159 Delete.
9160 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
9161 (read_attribute_value): Update calls to dwarf_alloc_block.
9162 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
9163 dwarf2_tmp_obstack.
9164 (psymtab_to_symtab_1): Likewise. Clean up using
9165 free_stack_comp_unit.
9166 (add_to_cu_func_list): Use the comp_unit_obstack.
9167
9168 2004-04-19 Joel Brobecker <brobecker@gnat.com>
9169
9170 * dwarf2read.c (dwarf2_flag_true_p): New function.
9171 (die_is_declaration): Use the function above. Add some comments.
9172
9173 2004-04-19 Mark Kettenis <kettenis@gnu.org>
9174
9175 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
9176 architecture when registering sparcnbsd_core_osabi_sniffer.
9177 Adjust comment.
9178
9179 2004-04-18 Mark Kettenis <kettenis@gnu.org>
9180
9181 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
9182 return value.
9183
9184 Based on a patch from Brian Ford <ford@vss.fsi.com>:
9185 * i386-tdep.c: Correct register numbering scheme comments
9186 throughout.
9187 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
9188 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
9189 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
9190 (i386_gdb_arch_init): Likewise.
9191
9192 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
9193 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
9194 ppcnbsd-tdep.o.
9195
9196 * m68k-tdep.h: Tweak comments.
9197 * m68k-tdep.c: Tweak comment.
9198
9199 2004-04-17 Randolph Chung <tausq@debian.org>
9200
9201 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
9202 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
9203 (hppa_hpux_som_init_abi): Set is_elf to 0.
9204 (hppa_hpux_elf_init_abi): Set is_elf to 1.
9205 * hppa-tdep.c (low_text_segment_address): Remove global.
9206 (record_text_segment_lowaddr): Pass in low address as parameter. Use
9207 section offset to calculate segment address.
9208 (internalize_unwinds): Define low_text_segment_address as local and
9209 pass to record_text_segment_lowaddr for ELF targets.
9210 (hppa_gdbarch_init): Zero fill tdep structure.
9211 (hppa_dump_tdep): Print tdep structure.
9212 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
9213
9214 2004-04-17 Randolph Chung <tausq@debian.org>
9215
9216 * hppa-tdep.c (hppa_pseudo_register_read): Define.
9217 (hppa_gdbarch_init): Set pseudo_register_read.
9218 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
9219 * regcache.c (supply_register): Remove check for
9220 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
9221
9222 2004-04-17 Randolph Chung <tausq@debian.org>
9223
9224 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
9225 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
9226 (hpread_adjust_stack_address): Move to hpread.c.
9227 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9228 obj_private_struct): Move from tm-hppa.h.
9229 * hpread.c (hppa-tdep.h): Include.
9230 (hpread_adjust_stack_address): Move from hppa-tdep.c.
9231 (hpread_read_function_type, hpread_read_doc_function_type)
9232 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
9233 directly.
9234 * pa64solib.c (hppa-tdep.h): Include.
9235 * somsolib.c (hppa-tdep.h): Include.
9236 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
9237 inferior_status): Remove unused forward declarations.
9238 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
9239 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
9240 obj_private_struct): Move to hppa-tdep.h.
9241 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
9242
9243 2004-04-17 Randolph Chung <tausq@debian.org>
9244
9245 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
9246 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
9247 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
9248 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
9249 Remove forward declaration and make static.
9250 (hppa_reg_struct_has_addr): Remove.
9251
9252 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9253
9254 * observer.sh: Move comments in sed command to first column.
9255
9256 2004-04-16 Jason Molenda (jmolenda@apple.com)
9257
9258 * frame.c: Minor typeo corrections in comments.
9259
9260 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9261
9262 * observer.c (observer_test_first_notification_function): Update
9263 function profile.
9264 (observer_test_second_notification_function): Likewise.
9265 (observer_test_third_notification_function): Likewise.
9266
9267 2004-04-16 Mark Kettenis <kettenis@gnu.org>
9268
9269 From Brian Ford <ford@vss.fsi.com>:
9270 * i386-tdep.c (i386_coff_init_abi): New function.
9271 * i386-tdep.h (i386_coff_init_abi): New prototype.
9272 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
9273 register number translation functions for DWARF and DWARF 2.
9274
9275 2004-04-16 Joel Brobecker <brobecker@gnat.com>
9276
9277 * dwarf2read.c: Back out my previous change, it was incorrect.
9278
9279 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
9280
9281 * dwarf2read.c: Include "hashtab.h".
9282 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
9283 has_namespace_info.
9284 (struct partial_die_info): Add comments. Use bitfields to reduce
9285 memory footprint. Add scope, scope_set, has_specification,
9286 spec_offset, die_parent, die_child, and die_sibling.
9287 (peek_die_abbrev): Add prototype.
9288 (partial_read_comp_unit_head): New function, broken out from
9289 dwarf2_build_psymtabs_hard.
9290 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
9291 Use partial_read_comp_unit_head. Initialize the CU and
9292 comp_unit_obstack. Update calls to read_partial_die and
9293 scan_partial_symbols. Use free_stack_comp_unit and
9294 load_partial_dies.
9295 (scan_partial_symbols): Change PDI to a pointer. Use the child and
9296 sibling pointers to walk partial DIEs. Call fixup_partial_die.
9297 Update calls to helper functions. Remove NAMESPACE argument.
9298 Update comments.
9299 (partial_die_parent_scope, partial_die_full_name): New functions.
9300 (add_partial_symbol): Remove namespace argument. Update call to
9301 pdi_needs_namespace. Use partial_die_full_name. Handle
9302 DW_TAG_namespace. Check has_namespace_info flag.
9303 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
9304 tag. Handle namespaces.
9305 (add_partial_namespace, add_partial_enumeration): Simplify.
9306 (guess_structure_name): New function, derived from
9307 add_partial_structure.
9308 (add_partial_structure): Remove.
9309 (determine_class_name): Update comment.
9310 (dwarf2_read_abbrevs): Set has_namespace_info flag.
9311 (is_type_tag_for_partial, load_partial_dies): New functions.
9312 (read_partial_die): Pass abbrev and abbrev_len as arguments.
9313 Record specifications instead of following them immediately.
9314 (find_partial_die_in_comp_unit, find_partial_die)
9315 (fixup_partial_die, free_stack_comp_unit)
9316 (hashtab_obstack_allocate, dummy_obstack_deallocate)
9317 (partial_die_hash, partial_die_eq): New functions.
9318 * Makefile.in (hashtab_h): Define.
9319 (dwarf2read.o): Update dependencies.
9320 (observer_inc, observer_h): Move to the correct section.
9321
9322 2004-04-15 Joel Brobecker <brobecker@gnat.com>
9323
9324 * dwarf2read.c (dwarf2_attribute_true_p): New function.
9325 (die_is_declaration): Use the function above. Add comment.
9326
9327 2004-04-15 Joel Brobecker <brobecker@gnat.com>
9328
9329 * dwarf2read.c (read_structure_scope): Identify stub types
9330 using die_is_declaration() only.
9331
9332 2004-04-15 Roland McGrath <roland@redhat.com>
9333
9334 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
9335 argument instead of NAME.
9336 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
9337 in call to symbol_file_add_with_addrs_or_offsets.
9338 (build_addr_info): New function, helper for ...
9339 (symbol_file_add_from_memory): New function.
9340 (add_symbol_file_from_memory_command): New function using that.
9341 (_initialize_symfile): Register it for add-symbol-file-from-memory.
9342 (pre_add_symbol_hook): Add const to argument type.
9343 * symfile.h (symbol_file_add_from_memory): Declare it.
9344
9345 2004-04-15 Mark Kettenis <kettenis@gnu.org>
9346
9347 * NEWS (New native configurations): Mention OpenBSD/vax.
9348 * configure.host: Add vax-*-openbsd*.
9349 * config/vax/obsd.mh: New file.
9350 * config/vax/nm-obsd.h: New file.
9351
9352 * vax-tdep.c: Include "regset.h".
9353 (vax_supply_gregset): New function.
9354 (vax_gregset): New variable.
9355 (vax_regset_from_core_section): New function.
9356 (vax_gdbarch_init): Set regset_from_core_section.
9357 * Makefile.in (vax-tdep.o): Update dependencies.
9358
9359 2004-04-15 Andrew Cagney <cagney@redhat.com>
9360
9361 * observer.c (normal_stop_subject, observer_notify_normal_stop)
9362 (observer_normal_stop_notification_stub)
9363 (observer_attach_normal_stop, observer_detach_normal_stop):
9364 Delete, replaced by #include "observer.inc".
9365 * infrun.c (normal_stop): Pass "stop_bpstat" to
9366 observer_notify_normal_stop.
9367 * Makefile.in (observer_inc): Define.
9368 (observer.o): Update dependencies.
9369 (observer.h, observer.inc): New rules.
9370 * observer.h: Delete file.
9371 * observer.sh: New file.
9372
9373 2004-04-15 Mark Kettenis <kettenis@gnu.org>
9374
9375 * vax-tdep.c (vax_frame_cache): Fix typo.
9376
9377 2004-04-14 Mark Kettenis <kettenis@gnu.org>
9378
9379 * NEWS (New native configurations): Mention NetBSD/vax.
9380 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
9381 * config/vax/nbsdelf.mh: New file.
9382 * config/vax/nbsdaout.mh: New file.
9383 * config/vax/nm-nbsd.h: New file.
9384 * config/vax/nm-nbsdaout.h: New file.
9385
9386 * vaxnbsd-tdep.c: New file.
9387 * Makefile.in (vaxnbsd-tdep.o): New dependency.
9388 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
9389 * config/vax/nbsd.mt: New file.
9390 * config/vax/tm-nbsd.h: New file.
9391
9392 * Makefile.in (vaxbsd-nat.o): New dependency.
9393
9394 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
9395 * vax-tdep.c (vax_store_arguments): Remove struct_return and
9396 struct_addr arguments. Don't push return value address.
9397 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
9398 arguments to vax_store_arguments. Store return value address in
9399 R1.
9400 (vax_store_struct_return, vax_extract_return_value)
9401 (vax_store_return_value): Remove functions.
9402 (vax_return_value): New function.
9403 (vax_gdbarch_init): Set return value. Don't set
9404 deprecated_store_struct_return, deprecated_extract_struct_return
9405 and deprecated_store_return_value.
9406
9407 2004-04-14 Andreas Schwab <schwab@suse.de>
9408
9409 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
9410 value buffer.
9411 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
9412
9413 2004-04-14 Mark Kettenis <kettenis@gnu.org>
9414
9415 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
9416 (vax_unwind_dummy_id): New functions.
9417 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
9418 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
9419 variables.
9420 (vax_fix_call_dummy): Remove function.
9421 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
9422 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
9423 call_dummy_location, deprecated_call_dummy_words,
9424 deprecated_sizeof_call_dummy_words,
9425 deprecated_call_dummy_breakpoint_offset,
9426 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
9427 and deprecated_dummy_write_sp.
9428
9429 2004-04-13 David Carlton <carlton@kealia.com>
9430
9431 * MAINTAINERS: Move myself to "paper trail" section.
9432
9433 2004-04-12 Mark Kettenis <kettenis@gnu.org>
9434
9435 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
9436 "trad-frame.h".
9437 (vax_frame_init_saved_regs): Remove function.
9438 (vax_sigtramp_saved_pc): Remove function.
9439 (vax_frame_saved_pc): Remove function.
9440 (vax_frame_args_address): Remove function.
9441 (vax_frame_num_args): Rewrite.
9442 (vax_frame_chain): Remove function.
9443 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
9444 VAX_FP_REGNUM.
9445 (vax_pop_frame): Likewise.
9446 (vax_saved_pc_after_call): Remove function.
9447 (struct vax_frame_cache): New structure.
9448 (vax_frame_cache): New function.
9449 (vax_frame_this_id): New function.
9450 (vax_frame_prev_register): New function.
9451 (vax_frame_unwind): New variable.
9452 (vax_frame_sniffer): New function.
9453 (vax_frame_base_address): New function.
9454 (vax_frame_args_address): New function.
9455 (vax_frame_base): New variable.
9456 (vax_unwind_pc): New function.
9457 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
9458 deprecated_fp_regnum, deprecated_saved_pc_after_call,
9459 deprecated_frame_chain, deprecated_frame_saved_pc,
9460 deprecated_frame_args_address and
9461 deprecated_frame_init_saved_regs.
9462 * Makefile.in (vax-tdep.o): Update dependencies.
9463
9464 * vaxbsd-nat.c: New file.
9465
9466 * vax-tdep.h: Update copyright year. Adjust comments.
9467 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
9468 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
9469 (vax_regnum): New enum. Replacing...
9470 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
9471 (VAX_PS_REGNUM): ... these removed macros.
9472 * vax-tdep.c (vax_register_name): Remove prototype.
9473 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
9474 (vax_register_byte, vax_register_raw_size,
9475 vax_register_virtual_size, vax_register_virtual_type): Remove
9476 functions.
9477 (vax_register_type): New function.
9478 (vax_breakpoint_from_pc): Reorganize.
9479 (vax_gdbarch_init): Set register_type. Don't set
9480 deprecated_register_size, deprecated_register_bytes,
9481 deprecated_register_byte, deprecated_register_raw_size,
9482 deprecated_max_register_raw_size,
9483 deprecated_register_virtual_size,
9484 deprecated_max_register_virtual_size and
9485 deprecated_register_virtual_type. Add comment on stack direction.
9486
9487 2004-04-11 Mark Kettenis <kettenis@gnu.org>
9488
9489 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
9490 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
9491 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
9492
9493 2004-04-10 Randolph Chung <tausq@debian.org>
9494
9495 * MAINTAINERS (write after approval): Add myself.
9496
9497 2004-04-07 Randolph Chung <tausq@debian.org>
9498
9499 * hppa-tdep.c (hppa_inner_than): Remove.
9500 (is_pa_2): Remove unused static variable.
9501 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
9502
9503 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
9504
9505 * language.h (language_defn): Add new la_post_parser field.
9506 * parser-defs.h (null_post_parser): New declaration (default for
9507 la_post_parser).
9508
9509 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
9510 insert call to that function.
9511 (parse_exp_in_context): New function, including code formerly in
9512 parse_exp_1. Calls language-dependent post-parser after
9513 prefixification.
9514 (parse_expression_in_context): New exported function.
9515 (null_post_parser): New definition.
9516 * expression.h (parse_expression_in_context): Add declaration.
9517
9518 * p-lang.c (pascal_language_defn): Add trivial post-parser.
9519 * c-lang.c (c_language_defn): Ditto.
9520 (cplus_language_defn): Ditto.
9521 (asm_language_defn): Ditto.
9522 (minimal_language_defn): Ditto.
9523 * f-lang.c (f_language_defn): Ditto.
9524 * jv-lang.c (java_language_defn): Ditto.
9525 * language.c (unknown_language_defn): Ditto.
9526 (auto_language_defn): Ditto.
9527 (local_language_defn): Ditto.
9528 * m2-lang.c (m2_language_defn): Ditto.
9529 * scm-lang.c (scm_language_defn): Ditto.
9530 * obj-lang.c (objc_language_defn): Ditto.
9531
9532 2004-04-10 Mark Kettenis <kettenis@gnu.org>
9533
9534 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
9535 (amd64nbsd_mcontext_addr): New function.
9536 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
9537 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
9538 with amd64nbsd_r_reg_offset, instead of building it on the fly.
9539
9540 * corelow.c (core_xfer_partial): Fix coding standards violation.
9541 Add support for TARGET_OBJECT_WCOOKIE.
9542
9543 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
9544 deprecated_pc_in_sigtramp.
9545 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
9546 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
9547 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
9548 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
9549 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
9550 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
9551 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
9552
9553 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
9554 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
9555 Fix typo.
9556
9557 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
9558 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
9559 (amd64_collect_fxsave): Likewise.
9560
9561 * i386-sol2-tdep.c: Include "gdb_string.h".
9562 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
9563 name.
9564 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9565
9566 2004-04-10 Mark Kettenis <kettenis@gnu.org>
9567
9568 * i386-sol2-tdep.c: Include "solib-svr4.h".
9569 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9570 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
9571 * config/i386/tm-i386sol2.h: Include :solib.h".
9572 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
9573 solib-svr4.o and solib-legacy.o.
9574 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
9575 solib-svr4.o.
9576
9577 2004-04-09 Mark Kettenis <kettenis@gnu.org>
9578
9579 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
9580 whether a register is supplied by PTRACE_GETFPREGS.
9581 (store_inferior_registers): Likewise.
9582 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
9583 whether a register is supplied by PT_GETFPREGS.
9584 (store_inferior_registers): Likewise.
9585
9586 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
9587 * config/i386/linux64.mt (TDEPFILES): Likewise.
9588
9589 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
9590
9591 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
9592 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9593 the program counter is in the range specified by `struct
9594 gdbarch_tdep'.
9595 * amd64-linux-tdep.c: Include "symtab.h".
9596 (amd64_linux_pc_in_sigtramp): Remove function.
9597 (amd64_linux_sigtramp_p): New function.
9598 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9599 deprecated_pc_in_sigtramp.
9600 * amd64nbsd-tdep.c: Include "symtab.h".
9601 (amd64nbsd_sigtramp_p): New function.
9602 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9603 deprecated_pc_in_sigtramp.
9604 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
9605 few comments.
9606 (amd64obsd_pc_in_sigtramp): Remove function.
9607 (amd64obsd_sigtramp_p): New function.
9608 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
9609 deprecated_pc_in_sigtramp.
9610 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
9611 (i386bsd_pc_ins_sigtramp): Remove prototype.
9612 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
9613 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
9614 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
9615 the program counter is in the range specified by `struct
9616 gdbarch_tdep'.
9617 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
9618 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
9619 (i386_go32_pc_in_sigtramp): Remove function.
9620 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
9621 Initialize TDEP->sigtramp_p.
9622 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
9623 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
9624 deprecated_pc_in_sigtramp.
9625 * i386-linux-tdep.c: Adjust comments.
9626 (i386_linux_pc_in_sigtramp): Remove function.
9627 (i386_linux_sigtramp_p): New function.
9628 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
9629 deprecated_pc_in_sigtramp.
9630 * i386-nto-tdep.c: Update copyright year.
9631 (i386nto_pc_in_sigtramp): Remove function.
9632 (i386nto_sigtramp_p): New function.
9633 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
9634 SP_REGNUM.
9635 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
9636 deprecated_pc_in_sigtramp.
9637 * i386-sol2-tdep.c: Update copyright year.
9638 (i386_sol2_pc_in_sigtramp): Remove function.
9639 (i386_sol2_sigtramp_p): New function.
9640 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
9641 deprecated_pc_in_sigtramp.
9642 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
9643 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
9644 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9645 deprecated_sigtramp_start and deprecated_sigtramp_end.
9646 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
9647 (i386nbsd_pc_in_sigtramp): Remove function.
9648 (i386nbsd_sigtramp_p): New function.
9649 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9650 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9651 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
9652 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
9653 (i386obsd_pc_in_sigtramp): Remove function.
9654 (i386obsd_sigtramp_p): New function.
9655 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
9656 functions.
9657 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
9658 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
9659 TDEP->sigtramp_p.
9660 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
9661 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
9662 dependencies.
9663
9664 * config/i386/i386aout.mt: Remove file.
9665
9666 * configure.tgt: Remove i[34567]86-*-go32*,
9667 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
9668 and i[34567]86-*-isc*. Set gdb_target to i386 for
9669 i[34567]86-*-netware* and i[34567]86-*-*.
9670 * config/i386/i386.mt: New file.
9671 * config/i386/embed.mt: Remove file.
9672 * config/i386/go32.mt: Remove file.
9673 * config/i386/i386nw.mt: Remove file.
9674 * config/i386/i386v.mt: Remove file.
9675 * config/i386/tm-go32.h: Remove file.
9676
9677 * tui/tui-hooks.c: Include "readline/readline.h" after
9678 "gdb_curses.h" instead of before.
9679 * tui/tui-io.c: Likewise.
9680
9681 * tui/tui.c: Fix typo in comment.
9682
9683 * sparc64-tdep.c (sparc_address_from_register): Remove function.
9684
9685 2004-04-08 Andrew Cagney <cagney@redhat.com>
9686
9687 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
9688 (deprecated_exception_support_initialized): Declare.
9689 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
9690 (initialize_hp_cxx_exception_support)
9691 (child_enable_exception_callback): Update.
9692 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
9693 (deprecated_exception_support_initialized): Rename
9694 deprecated_exception_catchpoints_are_fragile and
9695 deprecated_exception_support_initialized.
9696 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
9697
9698 * symtab.c (deprecated_hp_som_som_object_present): Rename
9699 hp_som_som_object_present.
9700 * symtab.h (deprecated_hp_som_som_object_present): Declare.
9701 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
9702 Update. Delete extern declaration.
9703 * valops.c (hp_som_som_object_present): Ditto.
9704 * parse.c (deprecated_hp_som_som_object_present)
9705 (parse_nested_classes_for_hpacc): Ditto.
9706 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
9707 * hppa-hpux-tdep.c (hp_som_som_object_present)
9708 (initialize_hp_cxx_exception_support): Ditto.
9709 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
9710 * cp-valprint.c (hp_som_som_object_present)
9711 (cp_print_class_method): Ditto.
9712 * c-typeprint.c (hp_som_som_object_present):
9713 (c_type_print_base): Ditto.
9714 * c-exp.y (hp_som_som_object_present): Ditto.
9715
9716 2004-04-08 Andrew Cagney <cagney@redhat.com>
9717
9718 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
9719 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
9720 (frame_unwind_find_by_frame): Re-implement the unwind code so
9721 that it can both prepend and append sniffers. Replace
9722 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
9723 * tramp-frame.c (tramp_frame_append): Use
9724 frame_unwind_prepend_unwinder.
9725 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
9726 frame_unwind_register_unwinder.
9727 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
9728 tramp_frame_append.
9729 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
9730 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
9731 (mips_linux_init_abi): Update.
9732
9733 2004-04-08 Kevin Buettner <kevinb@redhat.com>
9734
9735 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
9736 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
9737 file support.
9738
9739 2004-04-07 Kevin Buettner <kevinb@redhat.com>
9740
9741 * ia64-tdep.c (elf.h): Don't include.
9742 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
9743
9744 2004-04-07 Jason Molenda (jmolenda@apple.com)
9745
9746 * frame.h: Typeo corrections in comments.
9747
9748 2004-04-07 Jim Blandy <jimb@redhat.com>
9749
9750 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
9751 %esp and %ebp
9752
9753 2004-04-07 Mark Kettenis <kettenis@gnu.org>
9754
9755 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
9756 * config/sparc/linux64.mt (TDEPFILES): Likewise.
9757 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
9758 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
9759 and solib-legacy.o.
9760 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
9761 solib-svr4.o.
9762 * config/sparc/tm-sol2.h: Update copyright year. Include
9763 "solib.h".
9764
9765 * sparc-sol2-tdep.c: Update copyright year. Include
9766 "solib-svr4.h".
9767 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9768 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
9769 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
9770 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
9771 dependencies.
9772
9773 2004-04-06 Andrew Cagney <cagney@redhat.com>
9774
9775 * infttrace.c: Include "infttrace.h".
9776 * infttrace.h: Include "target.h".
9777 * Makefile.in (infttrace_h): Update.
9778 (infttrace.o): Update.
9779
9780 2004-04-06 Andrew Cagney <cagney@redhat.com>
9781
9782 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
9783 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
9784 move extern declarations from here ...
9785 * infttrace.h: ... to here.
9786 * Makefile.in (hppah-nat.o): Update dependencies.
9787
9788 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
9789 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
9790 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
9791 (hppa_breakpoint_from_pc): Delete.
9792
9793 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
9794
9795 2004-04-05 Andrew Cagney <cagney@redhat.com>
9796
9797 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
9798 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
9799 <sys/file.h>.
9800
9801 2004-04-06 Randolph Chung <tausq@debian.org>
9802
9803 Committed by Andrew Cagney (mechanical change).
9804 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
9805 exception_catchpoints_are_fragile, find_stub_with_shl_get,
9806 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
9807 child_enable_exception_callback, current_ex_event,
9808 null_symtab_and_line, child_get_current_exception_event,
9809 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
9810 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
9811 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
9812 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
9813 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
9814 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
9815 Move hpux-specific definitions ...
9816 * hppa-hpux-tdep.c: ... to here.
9817
9818 2004-04-05 Andrew Cagney <cagney@redhat.com>
9819
9820 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
9821 skip_prologue_using_sal.
9822
9823 2004-04-05 Andrew Cagney <cagney@redhat.com>
9824
9825 * config/i386/tm-i386.h: Delete file.
9826 * config/i386/tm-vxworks.h: Update copyright, do not include
9827 "tm-i386.h".
9828 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
9829 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
9830 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
9831 * config/i386/ncr3000.mt (TM_FILE): Delete.
9832 * config/i386/interix.mt (TM_FILE): Delete.
9833 * config/i386/i386v.mt (TM_FILE): Delete.
9834 * config/i386/i386nw.mt (TM_FILE): Delete.
9835 * config/i386/i386gnu.mt (TM_FILE): Delete.
9836 * config/i386/i386aout.mt (TM_FILE): Delete.
9837 * config/i386/embed.mt (TM_FILE): Delete.
9838
9839 2004-04-05 Kevin Buettner <kevinb@redhat.com>
9840
9841 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
9842 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
9843 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
9844 (accg7_regnum): New constants.
9845 (last_spr_regnum, last_pseudo_regnum): Update.
9846 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
9847 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
9848 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
9849 for accg registers.
9850 (frv_register_sim_regno): Update spr_map[].
9851
9852 2004-04-04 Andrew Cagney <cagney@redhat.com>
9853
9854 * config/mips/xm-riscos.h: Delete.
9855 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
9856 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
9857 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
9858 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
9859 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
9860 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
9861 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
9862 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
9863 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
9864 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
9865 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
9866 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
9867 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
9868 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
9869 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
9870 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
9871 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
9872 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
9873 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
9874 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
9875 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
9876 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
9877 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
9878 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
9879 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
9880 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
9881
9882 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
9883 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
9884 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
9885 * configure.host: Remove m680[01]0-sun-sunos3*,
9886 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
9887 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
9888 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
9889 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
9890 mips-*-riscos*.
9891 * NEWS: Mention removed systems.
9892
9893 2004-04-04 Andrew Cagney <cagney@redhat.com>
9894
9895 GDB 6.1 release created from 6.1 branch.
9896
9897 2004-04-04 Andrew Cagney <cagney@redhat.com>
9898
9899 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
9900 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
9901 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
9902
9903 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
9904 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
9905 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
9906
9907 2004-04-03 Jim Blandy <jimb@redhat.com>
9908
9909 * MAINTAINERS: Chris Faylor has changed employers; add him to
9910 "paper trail" section, and update his E-mail address.
9911
9912 2004-04-03 Andrew Cagney <cagney@redhat.com>
9913
9914 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
9915 generic dummy frames.
9916 * dummy-frame.c: Update copyright.
9917 (dummy_frame_sniffer): Delete check for generic dummy frames.
9918
9919 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
9920 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
9921 (REG_PARM_STACK_SPACE): Delete.
9922 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
9923 Inline reference to REG_PARM_STACK_SPACE.
9924
9925 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
9926 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9927 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
9928 (FRAME_BASE_BEFORE_SIGTRAMP)
9929 (hppa32_hpux_frame_base_before_sigtramp)
9930 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
9931 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
9932 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
9933 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
9934 (FRAME_BASE_BEFORE_SIGTRAMP)
9935 (hppa64_hpux_frame_base_before_sigtramp)
9936 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
9937
9938 2004-04-03 Andrew Cagney <cagney@redhat.com>
9939
9940 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
9941
9942 2004-04-02 Andrew Cagney <cagney@redhat.com>
9943
9944 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
9945 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
9946 * dummy-frame.h: Delete out-of-date comments.
9947 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
9948 * gdbarch.h, gdbarch.c: Re-generate.
9949
9950 2004-04-02 Joel Brobecker <brobecker@gnat.com>
9951
9952 Committed by Andrew Cagney <cagney@redhat.com>.
9953 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
9954 into account an instruction saving a register if we have already
9955 seen an earlier instruction saving that same register.
9956
9957 2004-04-02 Andrew Cagney <cagney@redhat.com>
9958
9959 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
9960 * gdbarch.h, gdbarch.c: Re-generate.
9961 * frame.c (legacy_get_prev_frame): Delete references to
9962 DEPRECATED_INIT_FRAME_PC_FIRST.
9963
9964 * infrun.c (pc_in_sigtramp): Delete function.
9965 (check_sigtramp2): Inline call to pc_in_sigtramp, use
9966 get_frame_type.
9967
9968 2004-04-02 Andrew Cagney <cagney@redhat.com>
9969
9970 * infrun.c (handle_step_into_function): Delete code conditional on
9971 legacy_frame_p.
9972 (handle_inferior_event, step_over_function): Ditto.
9973
9974 2004-04-02 Andrew Cagney <cagney@redhat.com>
9975
9976 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
9977 "previous frame inner to this frame" test.
9978
9979 2004-04-02 Andrew Cagney <cagney@redhat.com>
9980
9981 * frame.c (safe_frame_unwind_memory): New function.
9982 * frame.h (safe_frame_unwind_memory): Declare. Update description
9983 of /safe_/ methods.
9984 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
9985 "next_frame". Use safe_frame_unwind_memory.
9986 (tramp_frame_sniffer): Update call to tramp_frame_start.
9987
9988 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
9989
9990 * dwarf2read.c (dwarf2_objfile_data_key): New.
9991 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
9992 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
9993 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
9994 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
9995 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
9996 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
9997 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
9998 Remove variables.
9999 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
10000 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
10001 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
10002 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
10003 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
10004 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
10005 Remove macros.
10006 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
10007 data.
10008 (dwarf2_locate_sections, dwarf2_build_psymtabs)
10009 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
10010 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
10011 (read_partial_die, read_full_die, read_indirect_string)
10012 (dwarf_decode_line_header, dwarf_decode_macros)
10013 (dwarf2_symbol_mark_computed): Remove use of removed macros.
10014 Update uses of removed variables.
10015 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
10016 of removed macros.
10017 (_initialize_dwarf2_read): New function.
10018 * symfile.h (dwarf2_has_info): Update prototype.
10019 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
10020 * elfread.c (elf_symfile_read): Likewise.
10021
10022 2004-04-01 Jim Blandy <jimb@redhat.com>
10023
10024 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
10025 function for register numbers on all the rs6000-derived targets.
10026 (rs6000_gdbarch_init): Don't register a separate
10027 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
10028 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
10029 variants.
10030
10031 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
10032 numbering.
10033
10034 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
10035
10036 * valarith.c: Update copyright notice.
10037 (value_add): Handle range types.
10038 (value_sub): Ditto.
10039 (value_equal): Ditto.
10040 (value_less): Ditto.
10041 (value_neg): Ditto.
10042 (value_complement): Ditto.
10043 (value_binop): Simplify slightly by using is_integral_type and
10044 eliminiating unnecessary COERCE_ENUMs.
10045
10046 2004-03-31 Andrew Cagney <cagney@redhat.com>
10047
10048 * frame.h (frame_unwind_id): Declare.
10049 * frame.c (frame_unwind_id): New function.
10050 (get_prev_frame_1): New function.
10051 (frame_debug_got_null_frame): New function.
10052 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
10053 code proper to prev_frame, update description.
10054 * infrun.c (step_over_function): Use frame_unwind_id.
10055
10056 2004-04-31 J. Brobecker <brobecker@gnat.com>
10057
10058 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
10059 (hppa64_push_dummy_call): Likewise.
10060
10061 2004-03-30 Jim Blandy <jimb@redhat.com>
10062
10063 From Ulrich Weigand:
10064 * utils.c (query): Do not use a va_list variable multiple times.
10065
10066 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
10067
10068 * Makefile.in (linux_nat_h): Update dependencies.
10069 * configure.in: Check for <gnu/libc-version.h>.
10070 * configure: Regenerate.
10071 * config.in: Regenerate.
10072 * linux-nat.h: Include "target.h". Add waitstatus field to
10073 struct lwp_info.
10074 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
10075 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
10076 to.
10077 (lin_lwp_handle_extended): New function. Handle clone events.
10078 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
10079 thread exit events.
10080 (child_wait): Handle clone events.
10081 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
10082 * linux-nat.c (linux_enable_event_reporting): Turn on
10083 PTRACE_O_TRACECLONE.
10084 (linux_handle_extended_wait): Handle clone events.
10085 * thread-db.c: Include <gnu/libc-version.h>.
10086 (struct private_thread_info): Add dying flag.
10087 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
10088 higher.
10089 (attach_thread): Update comments. Handle dying threads.
10090 (detach_thread): Set the dying flag.
10091 (check_event): Always call attach_thread.
10092
10093 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
10094
10095 * mips-tdep.c (mips_pdr_data): New.
10096 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
10097 (_initialize_mips_tdep): Initialize mips_pdr_data.
10098
10099 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
10100
10101 * minsyms.c (install_minimal_symbols): Move dropping leading
10102 char from linkage name from here...
10103 (prim_record_minimal_symbol_and_info): ...to here. Simplify
10104 test for "__gnu_compiled*" symbols.
10105
10106 2004-03-28 Jim Blandy <jimb@redhat.com>
10107
10108 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
10109 registers to temp register r0 and byte stores as prologue
10110 instructions.
10111
10112 2004-03-28 Andrew Cagney <cagney@redhat.com>
10113
10114 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
10115 arm*-*-*.
10116
10117 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
10118
10119 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
10120 and switch the layout to force a display of register window.
10121
10122 2004-02-26 J. Brobecker <brobecker@gnat.com>
10123
10124 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
10125 of the INTEGER class.
10126
10127 2004-03-26 Jim Blandy <jimb@redhat.com>
10128
10129 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
10130 bytes long on PPC GNU/Linux.
10131
10132 2004-03-26 David Carlton <carlton@kealia.com>
10133
10134 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
10135
10136 2004-03-25 Andrew Cagney <cagney@redhat.com>
10137
10138 * PROBLEMS: Add general section titles, remove references to
10139 specific releases.
10140
10141 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
10142
10143 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
10144 INT_REGISTER_SIZE.
10145 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
10146 FP_REGISTER_VIRTUAL_SIZE.
10147 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
10148 of DEPRECATED_REGISTER_RAW_SIZE.
10149 (arm_register_type): Add gdbarch argument.
10150 (arm_register_raw_size, arm_register_virtual_size): Delete.
10151 (arm_register_byte, arm_extract_return_value)
10152 (arm_store_return_value, arm_get_longjmp_target): Update references
10153 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
10154 (arm_gdbarch_init): Likewise. Don't set
10155 deprecated_register_raw_size, deprecated_register_virtual_size,
10156 deprecated_max_register_raw_size,
10157 deprecated_max_register_virtual_size, or
10158 deprecated_max_register_virtual_type. Do set register_type.
10159 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
10160 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
10161 (FP_REGISTER_VIRTUAL_SIZE): Delete.
10162 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
10163 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
10164 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
10165 INT_REGISTER_SIZE.
10166 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
10167 (remote_rdp_store_register): Likewise.
10168
10169 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
10170
10171 * Makefile.in (mips-linux-tdep.o): Update dependencies.
10172 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
10173 to after osabi initialization.
10174 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
10175 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
10176 functions.
10177 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
10178 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
10179 variables.
10180 (mips_linux_init_abi): Append signal trampoline unwinders.
10181
10182 2004-03-24 Andrew Cagney <cagney@redhat.com>
10183
10184 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
10185 * tramp-frame.c: Include "gdb_assert.h".
10186 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
10187 correct sizeof.
10188 (tramp_frame_append): Validate the tramp frame's instructions.
10189 * Makefile.in (tramp-frame.o): Update dependencies.
10190
10191 2004-03-23 Andrew Cagney <cagney@redhat.com>
10192
10193 * trad-frame.h (trad_frame_set_reg_addr): Declare.
10194
10195 2004-03-23 Andrew Cagney <cagney@redhat.com>
10196
10197 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
10198 Nasser as past testsuite/lib/ (and other) maintainers.
10199
10200 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
10201
10202 * infcmd.c (attach_command): Reread symbols if we already have
10203 an exec file.
10204
10205 2004-03-23 Andrew Cagney <cagney@redhat.com>
10206
10207 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
10208
10209 2004-03-23 Andrew Cagney <cagney@redhat.com>
10210
10211 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
10212 * gdbarch.h, gdbarch.c: Re-generate.
10213 * i386obsd-tdep.c (i386obsd_init_abi): Update.
10214 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10215 * i386bsd-tdep.c (i386bsd_init_abi): Update.
10216 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
10217 (DEPRECATED_SIGTRAMP_START): Update.
10218 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
10219 (DEPRECATED_SIGTRAMP_START): Update.
10220 * blockframe.c (find_pc_sect_partial_function): Update.
10221 * arch-utils.c (legacy_pc_in_sigtramp): Update.
10222
10223 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
10224
10225 * remote.c (remote_open_1): Reopen the exec file and reread symbols
10226 if necessary.
10227
10228 2004-03-23 Andrew Cagney <cagney@redhat.com>
10229
10230 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
10231 predicate, deprecate.
10232 * gdbarch.h, gdbarch.c: Re-generate.
10233 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
10234 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
10235 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
10236 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
10237 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
10238 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
10239 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
10240 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
10241 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
10242 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
10243 * blockframe.c (find_pc_partial_function): Update.
10244 * breakpoint.c (bpstat_what): Update.
10245 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
10246 * frv-linux-tdep.c (frv_linux_init_abi): Update.
10247 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
10248 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
10249 * i386-interix-tdep.c (i386_interix_init_abi): Update.
10250 * i386-linux-tdep.c (i386_linux_init_abi): Update.
10251 * i386-nto-tdep.c (i386nto_init_abi): Update.
10252 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
10253 * i386-tdep.c (i386_sigtramp_frame_sniffer)
10254 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
10255 * i386bsd-tdep.c (i386bsd_init_abi): Update.
10256 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
10257 * i386obsd-tdep.c (i386obsd_init_abi): Update.
10258 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
10259 * infrun.c (pc_in_sigtramp): Update.
10260 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
10261 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
10262 * mips-tdep.c (mips_gdbarch_init): Update.
10263 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
10264 * ppc-linux-tdep.c: Update comment.
10265 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
10266 * shnbsd-tdep.c (shnbsd_init_abi): Update.
10267 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
10268 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
10269 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
10270 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
10271 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
10272 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
10273 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
10274 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
10275
10276 2004-03-23 Andrew Cagney <cagney@redhat.com>
10277
10278 * tramp-frame.h, tramp-frame.h: New files.
10279 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
10280 Update rules to include "tramp-frame.h" and "tramp-frame.c".
10281
10282 * Makefile.in: Update all dependencies.
10283
10284 2004-03-23 Andrew Cagney <cagney@redhat.com>
10285
10286 * Makefile.in (trad_frame_h): Add $(frame_h).
10287 * trad-frame.h: Update copyright. Include "frame.h".
10288 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
10289 (trad_frame_set_id, trad_frame_get_id): Declare.
10290 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
10291 * trad-frame.c: Update copyright.
10292 (struct trad_frame_cache): Define.
10293 (trad_frame_cache_zalloc): New function.
10294 (trad_frame_set_id, trad_frame_get_id): New functions.
10295 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
10296
10297 2004-03-22 Andrew Cagney <cagney@redhat.com>
10298
10299 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
10300 s390_pltstub_unwind_cache.
10301 (s390_stub_frame_unwind_cache): Rename
10302 s390_pltstub_frame_unwind_cache.
10303 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
10304 (s390_stub_frame_prev_register): Rename
10305 s390_pltstub_frame_prev_register.
10306 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
10307 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
10308
10309 From Ulrich Weigand:
10310 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
10311 pointer calls like PLT calls.
10312
10313 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
10314
10315 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
10316 PC rather than the partial function start address. Use the start
10317 address to sanity check the found PDR.
10318
10319 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
10320
10321 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
10322 linux_handle_extended_wait.
10323
10324 2004-03-22 Andrew Cagney <cagney@redhat.com>
10325
10326 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
10327 function.
10328
10329 * frame.h (generic_pop_current_frame): Delete declaration.
10330 (deprecate_pop_dummy_frame): Deprecate
10331 generic_pop_dummy_frame.
10332 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
10333 (generic_pop_current_frame): Delete function.
10334 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
10335 generic_pop_current_frame.
10336 * v850-tdep.c (v850_pop_frame): Update.
10337 * mcore-tdep.c (mcore_pop_frame): Update.
10338 * sh64-tdep.c (sh64_pop_frame): Update.
10339 * h8300-tdep.c (h8300_pop_frame): Update.
10340
10341 2004-03-22 Andrew Cagney <cagney@redhat.com>
10342
10343 * frame.h (deprecated_pc_in_call_dummy): Rename
10344 generic_pc_in_call_dummy.
10345 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
10346 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
10347 generic_pc_in_call_dummy.
10348 (pc_in_dummy_frame): Make static.
10349 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
10350 * gdbarch.h, gdbarch.c: Re-generate.
10351 * dummy-frame.c (dummy_frame_sniffer): Simplify.
10352 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
10353 (legacy_get_prev_frame): Ditto.
10354 * inferior.h: Delete reference to generic_pc_in_call_dummy in
10355 comment.
10356
10357 2004-03-21 Andrew Cagney <cagney@redhat.com>
10358
10359 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
10360 declaration and out-of-date comment.
10361 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10362 Delete function.
10363 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
10364 deprecated_pc_in_call_dummy.
10365
10366 * infrun.c (handle_inferior_event): For non legacy frames, use the
10367 frame ID and frame type to identify a signal trampoline. Update
10368 comments.
10369
10370 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
10371
10372 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
10373 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
10374
10375 2004-03-21 Andrew Cagney <cagney@redhat.com>
10376
10377 * frame-unwind.h: Update copyright.
10378 (struct frame_data): Add opaque declaration.
10379 (frame_sniffer_ftype): Declare.
10380 (struct frame_unwind): Add "unwind_data" and "sniffer".
10381 (frame_unwind_register_unwinder): Declare.
10382 (frame_unwind_find_by_frame): Add parameter "this_cache".
10383 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
10384 (legacy_get_prev_frame, legacy_get_prev_frame)
10385 (get_frame_type): Pass the prologue_cache to
10386 frame_unwind_find_by_frame.
10387 * frame-unwind.c (struct frame_unwind_table_entry): Add field
10388 "unwinder".
10389 (frame_unwind_register_unwinder): New function.
10390 (frame_unwind_find_by_frame): Handle an unwind sniffer.
10391
10392 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
10393
10394 * bcache.c (print_percentage): Use floating point to avoid
10395 incorrect results when portion*100 overflows.
10396
10397 2004-03-19 Kevin Buettner <kevinb@redhat.com>
10398
10399 * ppc_tdep.h (ppc_linux_frame_saved_pc)
10400 (ppc_linux_init_extra_frame_info)
10401 (ppc_linux_frameless_function_invocation)
10402 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
10403 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
10404 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
10405 (rs6000_frame_chain): Delete declarations.
10406 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
10407 (ppc_linux_init_extra_frame_info)
10408 (ppc_linux_frameless_function_invocation)
10409 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
10410 (ppc_linux_init_abi): Remove registration of above deleted functions.
10411 * rs6000-tdep.c (rs6000_init_extra_frame_info)
10412 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
10413 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
10414 (rs6000_pop_frame, rs6000_frameless_function_invocation)
10415 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
10416 (rs6000_gdbarch_init): Remove registration of above deleted functions.
10417 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
10418 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
10419 frame management for all OSABIs.
10420
10421 2004-03-19 Andrew Cagney <cagney@redhat.com>
10422
10423 Committed by Kevin Buettner <kevinb@redhat.com>.
10424
10425 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
10426 Update copyright.
10427 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
10428 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
10429 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
10430 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
10431 unwinders. #ifdef legacy frame code.
10432 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10433 "frame-base.h".
10434 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
10435 (struct rs6000_frame_cache, rs6000_frame_cache)
10436 (rs6000_frame_this_id, rs6000_frame_prev_register)
10437 (rs6000_frame_sniffer, rs6000_frame_unwind)
10438 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
10439 (rs6000_frame_base): Implement a traditional frame unwinder.
10440 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
10441 frame unwinder.
10442
10443 2004-03-19 Kevin Buettner <kevinb@redhat.com>
10444
10445 * breakpoint.c (adjust_breakpoint_address): Don't adjust
10446 breakpoint address for watchpoints or the catch eventpoints.
10447 Add new paramter ``bptype''. Adjust all callers.
10448
10449 2004-03-19 Andrew Cagney <cagney@redhat.com>
10450
10451 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
10452
10453 * PROBLEMS: Delete note that ARM does not use frame code, problem
10454 fixed.
10455
10456 2004-03-18 Andrew Cagney <cagney@redhat.com>
10457
10458 * stack.c (return_command): Delete code wrapped in #ifdef
10459 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
10460
10461 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
10462
10463 2004-03-18 Andrew Cagney <cagney@redhat.com>
10464
10465 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
10466 DEPRECATED_IN_SIGTRAMP.
10467 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10468 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
10469 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10470 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10471 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10472 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10473 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10474 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
10475 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
10476 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
10477
10478 2004-03-18 Andrew Cagney <cagney@redhat.com>
10479
10480 * frame-base.c: Update copyright. Include "gdb_obstack.h".
10481 (struct frame_base_table_entry): Define.
10482 (struct frame_base_table): Re-implement as a linked list.
10483 (frame_base_init): Re-implement.
10484 (frame_base_table): Delete function.
10485 (append_predicate): Delete function.
10486 (frame_base_append_sniffer): Update.
10487 (frame_base_set_default): Update.
10488 (frame_base_find_by_frame): Update.
10489 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
10490 * Makefile.in (frame-base.o): Update dependencies.
10491
10492 2004-03-17 Andrew Cagney <cagney@redhat.com>
10493
10494 * frame.c (legacy_get_prev_frame): Pass correct frame to
10495 frame_unwind_find_by_frame.
10496
10497 2004-03-17 David Carlton <carlton@kealia.com>
10498
10499 * NEWS: Mention C++ nested types and namespaces
10500
10501 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
10502
10503 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
10504 and "Regressions since gdb 5.3.". Add known regressions since
10505 gdb 6.0.
10506
10507 2004-03-16 David Carlton <carlton@kealia.com>
10508
10509 * dwarf2read.c (process_structure_scope): Process children even
10510 when we're a declaration.
10511
10512 2004-03-16 Andrew Cagney <cagney@redhat.com>
10513
10514 * symtab.h (find_pc_sect_partial_function): Delete declaration.
10515 * blockframe.c (find_pc_partial_function)
10516 (find_pc_sect_partial_function): Merge into a single
10517 find_pc_partial_function.
10518
10519 2004-03-16 Mark Kettenis <kettenis@gnu.org>
10520
10521 * i386bsd-nat.c: s/regno/regnum/g.
10522 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
10523 FP0_REGNUM.
10524 (store_inferior_registers): Likewise.
10525
10526 2004-03-16 Mark Kettenis <kettenis@gnu.org>
10527
10528 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
10529 of i387_fill_fsave.
10530 (store_inferior_registers): Call i387_collect_fsave and
10531 i387_collect_fxsave instead of i387_fill_fsave and
10532 i387_fill_fxsave.
10533
10534 2004-03-15 Andrew Cagney <cagney@redhat.com>
10535
10536 * Makefile.in (frame-unwind.o): Update dependencies.
10537 * frame-unwind.c: Include "gdb_obstack.h".
10538 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
10539 parameter.
10540 (append_predicate): Delete function.
10541 (struct frame_unwind_table_entry): New structure.
10542 (struct frame_unwind_table): Replace "sniffer" with "head" and
10543 "tail".
10544 (frame_unwind_append_sniffer): Update.
10545 (frame_unwind_find_by_frame): Update.
10546 (_initialize_frame_unwind): Registe frame_unwind_init using
10547 gdbarch_data_register_pre_init.
10548
10549 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10550
10551 * i386bsd-nat.c: Update copyright year.
10552 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
10553 define unconditionally.
10554
10555 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10556
10557 * i387-tdep.h (i387_collect_fsave): New prototype.
10558 * i387-tdep.c (i387_collect_fsave): New function containing most
10559 of the code from i387_fill_fsave.
10560 (i387_fill_fsave): Call i387_collect_fsave.
10561
10562 2004-03-15 Mark Kettenis <kettenis@gnu.org>
10563
10564 * i386-linux-tdep.c: Update copyright year.
10565 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
10566 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
10567 svr4_ilp32_link_map_offsets instead of
10568 i386_linux_svr4_fetch_link_map_offsets.
10569
10570 2004-03-15 David Carlton <carlton@kealia.com>
10571
10572 Fix for PR c++/1553:
10573 * dwarf2read.c (read_structure_type): Determine type name by
10574 calling determine_class_name.
10575 (determine_class_name): New.
10576 (determine_prefix): Look at TYPE_TAG_NAME and call
10577 determine_class_name when appropriate.
10578 (determine_prefix_aux, class_name): Delete.
10579 (read_namespace): Set die->type.
10580
10581 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10582
10583 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
10584 unused macro definition. The definition in target.h (or perhaps
10585 elsewhere) takes precedence.
10586
10587 2004-03-15 Andrew Cagney <cagney@redhat.com>
10588
10589 * ppc-tdep.h: Update copyright.
10590 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
10591 function signatures to match "regsets.h".
10592 * ppc-linux-tdep.c: Include "regset.h".
10593 (ELF_GREGSET_SIZE): Delete.
10594 (right_supply_register): New function.
10595 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
10596 using right_supply_register.
10597 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
10598 functions.
10599 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
10600 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
10601 (_initialize_ppc_linux_tdep): Do not register
10602 ppc_linux_regset_core_fns.
10603 (ppc_linux_regset_from_core_section): Replace
10604 fetch_core_registers.
10605 (ppc_linux_regset_core_fns): Delete.
10606 * ppc-linux-nat.c: (right_fill_reg): New function.
10607 (supply_gregset): Update call to ppc_linux_supply_gregset.
10608 (fill_gregset): Clear the register set, use right_fill_reg.
10609 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
10610 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
10611
10612 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
10613 unsigned.
10614
10615 2004-03-15 Andrew Cagney <cagney@redhat.com>
10616
10617 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
10618 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
10619 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
10620 and register_gdbarch_data.
10621 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
10622 (struct gdbarch_data): Replace "init" by "pre_init" and
10623 "post_init".
10624 * gdbarch.h, gdbarch.c: Re-generate.
10625 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
10626 with"obstack", use OBSTACK_ZALLOC.
10627 (dwarf2_frame_ops): Delete.
10628 (dwarf2_frame_set_init_reg): Use gdbarch_data.
10629 (dwarf2_frame_init_reg): Use gdbarch_data.
10630 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
10631 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
10632 (_initialize_svr4_solib): Update.
10633 * user-regs.c (_initialize_user_regs): Update.
10634 * reggroups.c (_initialize_reggroup): Update.
10635 * regcache.c (_initialize_regcache): Update.
10636 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
10637 * libunwind-frame.c (_initialize_libunwind_frame): Update.
10638 * gnu-v3-abi.c (init_gnuv3_ops): Update.
10639 * frame-unwind.c (_initialize_frame_unwind): Update.
10640 * frame-base.c (_initialize_frame_base): Update.
10641 * user-regs.c (user_reg_add): Update.
10642 * reggroups.c (reggroup_add): Update.
10643 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
10644 * libunwind-frame.c (libunwind_frame_set_descr): Update.
10645 * frame-unwind.c (frame_unwind_append_sniffer): Update.
10646 * frame-base.c (frame_base_table): Update.
10647 * remote.c (_initialize_remote): Update.
10648 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
10649
10650 2004-03-15 Andrew Cagney <cagney@redhat.com>
10651
10652 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
10653
10654 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10655
10656 * Makefile.in (frv-linux-tdep.o): Add dependencies.
10657 * frv-linux-tdep.c: New file.
10658 * frv-tdep.c (struct gdbarch_tdep): Add new field
10659 ``sigcontext_reg_addr''.
10660 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
10661 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
10662 (frv_sigramp_frame_sniffer): New functions.
10663 (frv_sigtramp_frame_unwind): New static global.
10664 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
10665 sniffers.
10666 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
10667 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
10668
10669 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10670
10671 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
10672 but not via a call to error(), when unable to read memory.
10673
10674 2004-03-15 Kevin Buettner <kevinb@redhat.com>
10675
10676 * frv-tdep.c (frv_call_dummy_words): Delete.
10677 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
10678
10679 2004-03-15 Andrew Cagney <cagney@redhat.com>
10680
10681 * infrun.c (handle_step_into_function, step_over_function): Only
10682 update and use STEP_FRAME_ID when the system is using legacy
10683 frames. Update comments.
10684
10685 2004-03-14 Mark Kettenis <kettenis@gnu.org>
10686
10687 * amd64-linux-tdep.h: Remove file.
10688 * amd64-linux-tdep.c: Don't include "inferior.h" and
10689 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
10690 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
10691 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
10692 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
10693 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
10694 macros.
10695 (user_to_gdb_regmap): Remove variable.
10696 (amd64_linux_gregset_reg_offset): New variable.
10697 (amd64_core_fns): Remove variable.
10698 (fetch_core_registers): Remove function.
10699 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
10700 functions.
10701 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
10702 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
10703 * Makefile.in (amd64_linux_tdep_h): Remove.
10704 (amd64-linux-nat.o): Update dependencies.
10705 (amd64-linux-tdep.o): Update dependencies.
10706
10707 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
10708 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
10709 functions.
10710 (fetch_inferior_registers, store_inferior_registers): Rewrite.
10711
10712 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
10713 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
10714
10715 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
10716
10717 * dwarf2read.c (read_structure_type): Rename from
10718 read_structure_scope. Don't create a symbol or call process_die.
10719 Return immediately if die->type is set. Call read_type_die before
10720 dwarf2_add_member_fn.
10721 (process_structure_scope): New function.
10722 (read_enumeration_type, process_enumeration_scope): New functions,
10723 broken out from read_enumeration. Don't create the enumeration
10724 type if it has already been created.
10725 (read_enumeration): Removed.
10726 (process_die): Call read_structure_type, process_structure_scope,
10727 read_enumeration_type, and process_enumeration_scope. Just call
10728 new_symbol for base and subrange types. Add a comment about other
10729 type dies.
10730 (read_type_die): Call read_enumeration_type.
10731 (add_partial_structure, new_symbol): Update comments.
10732
10733 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10734
10735 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
10736
10737 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
10738
10739 * tui/tui-win.h (tui_get_cmd_list): Declare.
10740 * tui/tui-win.c (tui_command): New function.
10741 (tui_get_cmd_list): New function.
10742 (_initialize_tui_win): Moved initialization of tui command in
10743 tui_get_cmd_list.
10744
10745 * tui/tui-data.c (init_content_element): Setup new data members.
10746 (init_win_info): Likewise.
10747 (free_content_elements): Free it.
10748 * tui/tui-data.h (struct tui_data_element): Store the register
10749 content to print.
10750 (struct tui_data_info): Keep the current register group.
10751
10752 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
10753
10754 * tui/tui-regs.h (tui_show_registers): Update prototype.
10755 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
10756 (tui_resize_all): No need to calculate anything for register window.
10757 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
10758 (tui_set_register_element, tui_set_general_regs_content): Remove.
10759 (tui_set_special_regs_content): Remove.
10760 (tui_set_general_and_special_regs_content): Remove.
10761 (tui_set_float_regs_content): Remove.
10762 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
10763 (tui_set_regs_content): Remove.
10764 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
10765 (tui_v_show_registers_command_support): Remove.
10766 (tui_show_registers): Use a reggroup to specify the registers to show.
10767 (tui_show_register_group): New function.
10768 (tui_display_registers_from): Compute the layout of register window
10769 and refresh with new API; be sure to delete old register windows.
10770 (tui_check_register_values): Update to use tui_get_register and
10771 tui_display_data.
10772 (tui_display_register): Just refresh the register window part.
10773 (tui_register_format): Format registers and save in tui_data_element.
10774 (tui_get_register): New to combine tui_reg_value_has_changed and
10775 tui_get_register_raw_value; fix to use the new gdb API.
10776 (tui_show_float_command): Renamed tui_reg_float_command.
10777 (tui_show_general_command): Renamed tui_reg_general_command.
10778 (tui_show_special_command): Renamed tui_reg_system_command.
10779 (_initialize_tui_regs): Remove unused commands.
10780
10781 2004-03-13 Mark Kettenis <kettenis@gnu.org>
10782
10783 * NEWS (New native configurations): Mention OpenBSD/amd64.
10784
10785 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
10786 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
10787 Remove defines.
10788 * config/i386/nm-fbsd64.h: Likewise.
10789 * config/i386/nm-obsd.h: Likewise.
10790 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
10791 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
10792
10793 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10794
10795 * frv-tdep.c (set_variant_scratch_registers): New function.
10796 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
10797 New constants.
10798
10799 From Richard Sandiford <rsandifo@redhat.com>:
10800 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
10801
10802 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10803
10804 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
10805 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
10806 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
10807 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
10808 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
10809 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
10810 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
10811 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
10812 definitions from frv-tdep.c to frv-tdep.h.
10813
10814 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10815
10816 Add shared library support for FR-V FDPIC ABI:
10817 * Makefile.in (solib-frv.o): Add dependencies.
10818 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
10819 New functions.
10820 (frv_push_dummy_call): Add support for FDPIC ABI.
10821 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
10822 for FDPIC ABI.
10823 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
10824 (frv_fdpic_find_canonical_descriptor): Declare.
10825 * solib-frv.c: New file.
10826 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
10827 * config/frv/tm-frv.h (solib.h): Include.
10828
10829 2004-03-12 Kevin Buettner <kevinb@redhat.com>
10830
10831 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
10832 (frv-tdep.o): Update dependencies.
10833 * frv-tdep.h: New file.
10834 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
10835 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
10836 constants.
10837 (struct gdbarch_tdep): Add new member ``frv_abi''.
10838 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
10839 functions.
10840 (new_variant): Set ``frv_abi'' field.
10841 (gdb_arch_init): Detect FDPIC executables.
10842
10843 2004-03-12 Mark Kettenis <kettenis@gnu.org>
10844
10845 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
10846 wrapper.
10847
10848 2004-03-11 Andrew Cagney <cagney@redhat.com>
10849
10850 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
10851
10852 2004-03-11 Kevin Buettner <kevinb@redhat.com>
10853
10854 * solist.h (master_so_list): New function.
10855 * solib.c (master_so_list): Likewise.
10856 * solib-svr4.c (enable_break): Iterate over so_list entries
10857 obtained from master list instead of entries obtained directly
10858 via svr4_current_sos().
10859
10860 2004-03-10 Ben Elliston <bje@gnu.org>
10861
10862 * MAINTAINERS: Update my mail address.
10863
10864 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
10865
10866 * remote-m32r-sdi.c: Support hardware watchpoint.
10867
10868 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10869
10870 * user-regs.c: Update copyright years.
10871 (struct user_regs): Rename to gdb_user_regs.
10872 (append_user_reg, builtin_user_regs, user_regs_init)
10873 (user_reg_add, user_reg_map_name_to_regnum)
10874 (usernum_to_user_reg): Update.
10875
10876 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10877
10878 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
10879 (skip_children): New functions.
10880 (locate_pdi_sibling): Call skip_children.
10881
10882 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10883
10884 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
10885 * gdbtypes.c (check_typedef): Update comments.
10886
10887 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10888
10889 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
10890 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
10891 pointer. Update comment about comp_unit_head.
10892 (struct abbrev_info): Shorten two int flags.
10893 (dwarf_alloc_abbrev): Take a CU argument.
10894 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
10895 each time through the loop. Update cleanup argument.
10896 (psymtab_to_symtab_1): Update cleanup call.
10897 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
10898 abbrev_obstack.
10899 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
10900 Just call obstack_free and clear the pointer.
10901
10902 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10903
10904 * infrun.c (handle_inferior_event): Remove short-circuit code for
10905 events in a different thread.
10906
10907 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10908
10909 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
10910 print the whole transfer.
10911 (initialize_targets): Update description of "set debug target".
10912
10913 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
10914
10915 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
10916
10917 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
10918
10919 * MAINTAINERS (write after approval): Add myself.
10920
10921 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10922
10923 * sh-tdep.c (sh_print_registers_info): Use for loop.
10924 Don't skip multiple registers when a float register is encountered.
10925
10926 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
10927
10928 Fix PR tdep/1291.
10929 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
10930 to official SH documentation.
10931
10932 2004-03-07 Andrew Cagney <cagney@redhat.com>
10933
10934 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
10935 unused function.
10936
10937 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
10938
10939 * arm-tdep.c (thumb_get_next_pc): Handle BX.
10940 (arm_get_next_pc): Handle BX and BLX.
10941
10942 2004-03-07 Andrew Cagney <cagney@redhat.com>
10943
10944 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
10945 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
10946 HPPA_SP_REGNUM.
10947 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
10948 (hppa_target_read_fp): Delete.
10949 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
10950 register_virtual_size, max_register_raw_size,
10951 max_register_virtual_size, register_byte, register_size,
10952 target_read_fp, fp_regnum, and register_bytes. Set register_type
10953 instead of register_virtual_type.
10954 (hppa32_register_type, hppa64_register_type): Replace
10955 hppa32_register_virtual_type and hppa64_register_virtual_type.
10956 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
10957 (HPPA_FP_REGNUM): Define.
10958
10959 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
10960
10961 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
10962 (pa_do_registers_info): Delete.
10963 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
10964 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
10965 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
10966
10967 * infcall.c (legacy_push_dummy_code): Delete #ifdef
10968 GDB_TARGET_IS_HPPA code.
10969 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
10970 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
10971 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
10972 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
10973 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
10974 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
10975 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
10976 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
10977 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
10978 (hppa_frameless_function_invocation, hppa64_store_return_value)
10979 (hppa_store_struct_return, hppa64_extract_return_value)
10980 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
10981 (hppa32_call_dummy_length, hppa64_call_dummy_length)
10982 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
10983 (find_proc_framesize, deposit_21, restore_pc_queue)
10984 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
10985 (rp_saved, pc_in_linker_stub): Delete.
10986
10987 Unconditionally enable 64-bit frame and ABI code.
10988 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
10989 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
10990 push_dummy_frame, fix_call_dummy, push_arguments,
10991 call_dummy_location, extract_return_value, use_struct_convention,
10992 store_return_value, store_struct_return, saved_pc_after_call,
10993 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
10994 frame_chain, frame_chain_valid, frameless_function_invocation,
10995 frame_saved_pc, and pop_frame.
10996
10997 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
10998 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
10999 (hppa_gdbarch_init): Do not set PC_REGNUM.
11000
11001 2004-03-06 Mark Kettenis <kettenis@gnu.org>
11002
11003 * config/alpha/tm-fbsd.h: Remove file.
11004 * config/alpha/fbsd.mt: Tweak comment.
11005 (TM_FILE): Set to tm-alpha.h.
11006
11007 2004-03-05 Andrew Cagney <cagney@redhat.com>
11008
11009 * infrun.c (step_over_function): When non-legacy code, and no
11010 step_frame_id, use the unwinder to get the caller's frame ID.
11011
11012 2004-03-05 Mark Kettenis <kettenis@gnu.org>
11013
11014 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
11015 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
11016 bfd_arch_unknown. Adjust comment.
11017
11018 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
11019 * i386obsd-tdep.c: Correct spelling in comment.
11020 * i386nbsd-tdep.c: Correct spelling in comment.
11021 * sparc-tdep.c: Correct spelling in comments.
11022
11023 2004-03-05 David Carlton <carlton@kealia.com>
11024
11025 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
11026 bug.
11027
11028 2004-03-05 Mark Kettenis <kettenis@gnu.org>
11029
11030 * sparc-tdep.c: Fix typo in comment.
11031
11032 2004-03-04 J. Brobecker <brobecker@gnat.com>
11033
11034 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
11035
11036 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
11037
11038 * dwarf2read.c: Add comment describing memory lifetimes.
11039 (struct dwarf2_pinfo): Update comment.
11040 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
11041 (read_enumeration, new_symbol): Don't use obsavestring.
11042
11043 2004-03-04 Mark Kettenis <kettenis@gnu.org>
11044
11045 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
11046 instead of amd64_fill_fxsave.
11047 * amd64bsd-nat.c (store_inferior_registers): Likewise.
11048 * amd64fbsd-nat.c (fill_fpregset): Likewise.
11049
11050 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
11051 Reorganize code a bit.
11052
11053 2004-03-04 Orjan Friberg <orjanf@axis.com>
11054
11055 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
11056 when the frame pointer is pushed. Don't set the frame pointer's
11057 address on the stack unless it's actually located there.
11058 Set the SRP's address on the stack correctly when the PC is still in
11059 the prologue.
11060 (cris_return_value): New function.
11061 (cris_gdbarch_init): Clear deprecated store_return_value,
11062 extract_return_value.
11063
11064 2004-03-02 Jim Blandy <jimb@redhat.com>
11065
11066 * stabsread.c (reg_value_complaint): The maximum register number
11067 is one less than the number of registers.
11068
11069 2004-03-02 Andrew Cagney <cagney@redhat.com>
11070
11071 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
11072 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
11073 trailing comma and redundant assignment of I386_ST0_REGNUM.
11074 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
11075 32-bit segment registers.
11076
11077 2004-03-01 Andrew Cagney <cagney@redhat.com>
11078
11079 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
11080 use frame_relative_level and get_next_frame.
11081
11082 2004-02-29 Andrew Cagney <cagney@redhat.com>
11083
11084 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
11085 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
11086 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
11087 Delete macro.
11088
11089 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11090
11091 * inflow.c (terminal_inferior): Don't give up the terminal if we
11092 previously couldn't get the inferior's terminal state.
11093
11094 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
11095
11096 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
11097 PC_REGNUM.
11098
11099 2004-02-28 Andrew Cagney <cagney@redhat.com>
11100
11101 * NEWS: Refer to GDB 6.1.
11102 * README: Refer to GDB 6.1.
11103 * PROBLEMS: Refer to GDB 6.1.
11104
11105 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
11106
11107 * thread-db.c (disable_thread_signals): Remove unused function.
11108
11109 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11110
11111 * amd64-nat.c: Include "gdb_string.h".
11112 (amd64_collect_native_gregset): Zero-extend the 32-bit
11113 general-purpose registers and %eip.
11114
11115 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
11116 * amd64-tdep.c (amd64_collect_fxsave): New function.
11117 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
11118
11119 * i387-tdep.h: Update copyright year.
11120 (i387_collect_fxsave): New prototype.
11121 * i387-tdep.c: Update copyright year.
11122 (i387_collect_fxsave): New function containing most of the code
11123 from i387_fill_fxsave.
11124 (i387_fill_fxsave): Call i387_collect_fxsave.
11125
11126 2004-02-28 Andrew Cagney <cagney@redhat.com>
11127
11128 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
11129 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
11130
11131 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11132
11133 * amd64-tdep.c (amd64_frame_cache): Fix comment.
11134
11135 2004-02-28 Andrew Cagney <cagney@redhat.com>
11136
11137 * utils.c: Use "", instead of <>, to include readline.
11138 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
11139 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
11140 * source.c, solib.c, exec.c, event-top.c: Ditto.
11141 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
11142 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
11143 * Makefile.in: Update all dependencies.
11144 (readline_tilde_h, readline_history_h): Define.
11145 (readline_headers): Delete.
11146
11147 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11148
11149 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
11150 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
11151 "config/i386/tm-lx64.h".
11152
11153 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
11154 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
11155 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
11156
11157 2004-02-28 Andrew Cagney <cagney@redhat.com>
11158
11159 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
11160
11161 * breakpoint.c (_initialize_breakpoint): Use
11162 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
11163 Add help to show command.
11164
11165 2004-02-28 Mark Kettenis <kettenis@gnu.org>
11166
11167 * i386-nat.c: Reformat to be closer to coding standards.
11168 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
11169 `retval'. Make variables `align' and `size' local to while-loop.
11170 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
11171 (_initialize_i386_nat): New prototype.
11172
11173 * tui/tui.c: Include <readline/readline.h> instead of
11174 "readline/readline.h". Include it after <term.h> and
11175 "gdb_curses.h".
11176
11177 2004-02-27 Andrew Cagney <cagney@redhat.com>
11178
11179 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
11180 the new frame unwind code.
11181 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
11182 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
11183 PCOQ_HEAD_REGNUM.
11184
11185 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
11186 "return_value" and "push_dummy_call".
11187 (hppa32_use_struct_convention): Delete unused function.
11188 (hppa32_store_return_value): Delete unused function.
11189 (hppa32_extract_return_value): Delete unused function.
11190 (hppa32_stack_align): Delete function.
11191
11192 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
11193
11194 * coffread.c (enter_linenos): Don't let rawptr reference memory
11195 outside linetab[]'s limits.
11196
11197 2004-02-27 Andrew Cagney <cagney@redhat.com>
11198
11199 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
11200 inferior stack space - the stack needs to grow upwards.
11201 (hppa32_frame_align): New function.
11202 (hppa64_frame_align): Replace hppa_frame_align.
11203 (hppa_gdbarch_init): Update.
11204
11205 2004-02-26 Orjan Friberg <orjanf@axis.com>
11206
11207 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
11208 (dwarf2-frame.h): Include.
11209 (enum cris_regnums): New enum CRIS_FP_REGNUM.
11210 Remove static variables related to ABI setting.
11211 (struct gdbarch_tdep): Remove cris_abi member.
11212 (struct frame_extra_info): Remove.
11213 (cris_unwind_cache, stack_item): New structs.
11214 (cris_frame_unwind, cris_frame_base): New variables.
11215 (push_stack_item, pop_stack_item)
11216 (cris_frame_unwind_cache, cris_frame_this_id)
11217 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
11218 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
11219 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
11220 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
11221 (cris_reg_struct_has_addr): New functions.
11222 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
11223 (cris_frame_saved_pc, cris_saved_pc_after_call,
11224 (cris_store_struct_return, cris_frameless_function_invocation)
11225 (cris_pop_frame, cris_skip_prologue_main)
11226 (cris_abi_original_store_return_value)
11227 (cris_abi_v2_store_return_value)
11228 (cris_abi_original_extract_return_value)
11229 (cris_abi_v2_extract_return_value)
11230 (cris_abi_original_reg_struct_has_addr)
11231 (cris_abi_v2_reg_struct_has_addr)
11232 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
11233 (cris_push_return_address, cris_abi_update): Remove.
11234 (_initialize_cris_tdep): Remove ABI command.
11235 (cris_dump_tdep): Ditto.
11236 (cris_gdbarch_init): Remove ABI command.
11237 Set store_return_value, extract_return_value, push_dummy_code,
11238 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
11239 frame_unwind_append_sniffer, frame_base_set_default.
11240 Clear deprecated init_frame_pc, push_arguments, store_return_value,
11241 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
11242 sizeof_call_dummy_words, get_saved_register, push_return_address,
11243 pop_frame, store_struct_return, frame_init_saved_regs,
11244 init_extra_frame_info, frameless_function_invocation, frame_chain,
11245 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
11246 dummy_write_sp.
11247
11248 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
11249
11250 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
11251 * valprint.c (print_hex_chars): Change from static to external.
11252 (print_char_chars): New function.
11253 * printcmd.c (print_scalar_formatted): For integer and enum types
11254 that are longer than LONGEST, perform processing via appropriate
11255 print_*_chars routines.
11256
11257 2004-02-26 Andrew Cagney <cagney@redhat.com>
11258
11259 * Makefile.in: Update dependencies.
11260 Changes from Ulrich Weigand,
11261 * s390-tdep.c: Include "dwarf2-frame.h".
11262 (s390_dwarf2_frame_init_reg): New function.
11263 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
11264 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
11265
11266 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
11267
11268 * breakpoint.c (pending_break_support): New setting variable.
11269 (break_command_1): Account for pending_break_support setting
11270 when creating pending breakpoints.
11271 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
11272 (_initialize_breakpoint): Add "set breakpoint pending" and
11273 "show breakpoint pending" commands.
11274
11275 2004-02-26 Andrew Cagney <cagney@redhat.com>
11276
11277 Fix PR i18n/1570.
11278 * charset.c (backslashable, backslashed, represented): Remove 'e'
11279 from list of escaped characters, not part of ISO-C.
11280
11281 2004-02-25 J. Brobecker <brobecker@gnat.com>
11282
11283 From Peter Schauer <schauer@pdf.de>:
11284 * tui/tui.c: Move system header includes after local includes.
11285 Fixes a build failure on solaris systems.
11286
11287 2004-02-25 J. Brobecker <brobecker@gnat.com>
11288
11289 * configure.in: Refine the previous change.
11290 * configure: Regenerate.
11291
11292 2004-02-25 Mark Kettenis <kettenis@gnu.org>
11293
11294 * amd64-tdep.h: Renamed from x86-64-tdep.h.
11295 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
11296 "amd64-tdep.h" instead of "x86-64-tdep.h".
11297 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11298 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
11299 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
11300 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11301 and "x86-64-tdep.c".
11302 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
11303 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
11304 and "x86-64-tdep.c".
11305 * amd64bsd-nat.c: Update copyright year.
11306 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
11307 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
11308 "x86-64-tdep.h".
11309 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
11310 "x86-64-tdep.h".
11311 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
11312 "x86-64-tdep.h".
11313 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
11314 "x86-64-tdep.h".
11315 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
11316 "x86-64-tdep.h".
11317 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
11318 "x86-64-tdep.h".
11319 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
11320 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
11321 * Makefile.in (amd64_linux_tdep_h): Renamed from
11322 x86_64_linux_tdep_h.
11323 (amd64_tdep_h): Renamed from x86_64_tdep_h.
11324 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
11325 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
11326 (amd64obsd-tdep.o): Update dependencies.
11327 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
11328 dependencies.
11329 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
11330 dependencies.
11331 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
11332 amd64-linux-nat.c amd64-linux-tdep.c.
11333 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
11334 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
11335 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
11336 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
11337 amd64-tdep.o and amd64-linux-tdep.o.
11338 (TM_FILE): Set to tm-linux64.h.
11339 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
11340 (NAT_FILE): Set to nm-linux64.h.
11341 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
11342 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11343 amd64-tdep.o.
11344 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11345 amd64-tdep.o.
11346 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
11347 amd64-tdep.o.
11348
11349 2004-02-25 Roland McGrath <roland@redhat.com>
11350
11351 * remote.c (remote_protocol_qPart_auxv): New variable.
11352 (init_all_packet_configs): Initialize it.
11353 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
11354 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
11355 (show_remote_cmd): Call it.
11356 (_initialize_remote): Initialize commands.
11357 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
11358 service TARGET_OBJECT_AUXV requests.
11359
11360 2004-02-25 J. Brobecker <brobecker@gnat.com>
11361
11362 * configure.in: Make sure that the wborder function is available.
11363 Otherwise, search for it in the cur_colr library.
11364 * configure: Regenerate.
11365
11366 2004-02-25 Andrew Cagney <cagney@redhat.com>
11367
11368 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
11369
11370 2004-02-25 Mark Kettenis <kettenis@gnu.org>
11371
11372 * config/i386/tm-x86-64linux.h: Tweak comments.
11373
11374 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
11375
11376 * MAINTAINERS: Add self to write-after-approval list.
11377
11378 2004-02-25 Andrew Cagney <cagney@redhat.com>
11379
11380 PR cli/1566. Problem found, and fix suggested by David Allan.
11381 * cli/cli-script.c (execute_control_command): Unconditionally
11382 install a cleanup. Default "ret" to "invalid_control". Use
11383 "break" instead of "return" to escape from the switch.
11384
11385 2004-02-24 J. Brobecker <brobecker@gnat.com>
11386
11387 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
11388 with the lines macro defined in term.h on AiX.
11389 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
11390 a collision with the label_width macro defined in term.h on AiX.
11391
11392 2004-02-23 David Mosberger <davidm@hpl.hp.com>
11393
11394 Committed by Kevin Buettner <kevinb@redhat.com>.
11395
11396 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
11397 * ia64-tdep.c (ia64_write_pc): Make it a global function.
11398 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
11399 instead of ia64_write_pc().
11400 * ia64-linux-tdep.c (regcache.h): Include.
11401 (ia64_linux_write_pc): New function.
11402
11403 2004-02-23 Roland McGrath <roland@redhat.com>
11404
11405 * auxv.c (info_auxv_command): Fix typos in error messages.
11406
11407 2004-02-23 Mark Kettenis <kettenis@gnu.org>
11408
11409 * x86-64-tdep.h: Tweak comment.
11410 (enum amd64_regnum): New.
11411 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
11412 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
11413 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
11414 (X86_64_XMM1_REGNUM): Removed.
11415 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
11416 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
11417 prototypes for renamed functions.
11418 * x86-64-tdep.c: Fix typo.
11419 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
11420 register numbers.
11421 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
11422 Use constants from `enum amd64_regnum' for register numbers.
11423 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
11424 (amd64_analyze_prologue, amd64_frame_cache,
11425 amd64_sigtramp_frame_cache): Use constants from `enum
11426 amd64_regnum' for register numbers.
11427 (amd64_supply_fpregset): Adjust for renamed functions.
11428 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
11429 `enum amd64_regnum' for register numbers.
11430 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
11431 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
11432 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
11433 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
11434 (amd64_linux_fill_gregset): Adjust for renamed macros.
11435 (fetch_core_registers): Adjust for renamed functions.
11436 (amd64_linux_init_abi): Adjust for renamed functions.
11437 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
11438 renamed functions.
11439 * amd64-nat.c: Adjust for renamed macros.
11440 * amd64bsd-nat.c (fetch_inferior_registers)
11441 (store_inferior_registers): Use constants from `enum amd64_regnum'
11442 for register numbers. Adjust for renamed variables.
11443 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
11444 renamed variables.
11445 (_initialize_amd64fbsd_nat): Use constants from `enum
11446 amd64_regnum' for register numbers.
11447 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
11448 `enum amd64_regnum' for register numbers.
11449 (amd64fbsd_init_abi): Adjust for renamed functions.
11450 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
11451 `enum amd64_regnum' for register numbers.
11452 (amd64nbsd_init_abi): Adjust for renamed functions.
11453 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
11454 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
11455 `enum amd64_regnum' for register numbers.
11456 (amd64obsd_init_abi): Adjust for renamed functions.
11457 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
11458
11459 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11460
11461 * breakpoint.c (print_one_breakpoint): Do not output spaces
11462 after printing <PENDING> for a pending breakpoint.
11463
11464 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11465
11466 * printcmd.c (print_scalar_formatted): Initialize val_long
11467 to remove compiler warning message.
11468
11469 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
11470
11471 * defs.h (nquery, yquery): New prototypes.
11472 * breakpoint.c (break_command_1): Use new nquery interface.
11473 * utils.c (defaulted_query, nquery, yquery): New functions.
11474
11475 2004-02-23 Andrew Cagney <cagney@redhat.com>
11476
11477 * hppa-tdep.c (hppa_frame_align): New function.
11478 (hppa32_push_dummy_call): New function.
11479 (hppa64_push_dummy_call): New function.
11480 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
11481 disabled.
11482
11483 * infcall.c (legacy_push_dummy_code): Don't call deprecated
11484 FIX_CALL_DUMMY when push_dummy_call is available.
11485 (call_function_by_hand, push_dummy_code): Ditto.
11486
11487 2004-02-22 Andrew Cagney <cagney@redhat.com>
11488
11489 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
11490 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
11491 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
11492 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
11493 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
11494 call_dummy_location to ON_STACK.
11495
11496 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11497
11498 * x86-64-linux-tdep.c: Tweak comment.
11499 (amd64_linux_supply_gregset): Renamed from
11500 x86_64_linux_supply_gresget.
11501 (amd64_linux_fill_gregset): Renamed from
11502 x86_64_linux_fill_gregset.
11503 (fetch_core_registers): Adjust for renamed functions.
11504 (amd64_core_fns): Renamed from x86_64_core_fns.
11505 (amd64_linux_sigtramp_start): Renamed from
11506 x86_64_linux_sigtramp_start.
11507 (amd64_linux_pc_in_sigtramp): Renamed from
11508 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
11509 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
11510 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
11511 (amd64_linux_sigcontext_addr): Renamed from
11512 x86_64_linux_sigcontext_addr.
11513 (amd64_linux_sc_reg_offset): Renamed from
11514 x86_64_linux_sc_reg_offset.
11515 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
11516 Adjust for renamed functions and variables.
11517 (_initialize_amd64_linux_tdep): Renamed from
11518 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
11519 variables.
11520 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
11521 Adjust for renamed functions.
11522
11523 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
11524 from x86_64_linux_gregset64_reg_offset.
11525 (amd64_linux_gregset32_reg_offset): Rename from
11526 x86_64_linux_gregset64_reg_offset.
11527 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
11528 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
11529 (amd64_linux_dr_set_control): Renamed from
11530 x86_64_linux_dr_set_control. Adjust for renamed functions.
11531 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
11532 Adjust for renamed functions.
11533 (amd64_linux_dr_reset_addr): Renamed from
11534 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
11535 (amd64_linux_dr_get_status): Renamed from
11536 x86_64_linux_dr_get_status. Adjust for renamed functions.
11537 (_initialize_amd64_linux_nat): Renamed from
11538 _initialize_x86_64_linux_nat. Adjust for renamed variables and
11539 functions.
11540 * config/i386/nm-x86-64linux.h: Update copyright year.
11541 Adjust for renamed functions.
11542
11543 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
11544 amd64fbsd_sigtramp_start.
11545 (amd64fbsd_sigtramp_end_addr): Renamed from
11546 amd64fbsd_sigtramp_end.
11547 (amd64fbsd_init_abi): Adjust for renamed variables.
11548 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
11549 variables.
11550 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
11551 amd64fbsd_sigtramp_start.
11552 (amd64fbsd_sigtramp_end_addr): Renamed from
11553 amd64fbsd_sigtramp_end.
11554
11555 2004-02-22 Andrew Cagney <cagney@redhat.com>
11556
11557 * hppa-tdep.c (hppa32_return_value): New function.
11558 (hppa64_return_value): New function.
11559 (hppa_gdbarch_init): Set return_value; keep disabled.
11560
11561 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
11562 struct-return and inferior function call methods.
11563
11564 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
11565 "frame-base.h".
11566 (struct hppa_frame_cache): Define.
11567 (hppa_frame_cache, hppa_frame_this_id): New functions.
11568 (hppa_frame_prev_register): New function.
11569 (hppa_frame_unwind, hppa_frame_base): New variables.
11570 (hppa_frame_unwind_sniffer): New function.
11571 (hppa_frame_base_address, hppa_unwind_pc): New function.
11572 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
11573 sniffer, and frame base sniffer; keep disabled.
11574 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
11575 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
11576
11577 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
11578 to predicates for "seriously old code".
11579
11580 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
11581 runtime if(0).
11582
11583 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
11584 unsigned.
11585 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
11586
11587 * config/pa/tm-hppa.h: Update copyright.
11588 (DEPRECATED_INIT_FRAME_PC): Delete macro.
11589 (deprecated_init_frame_pc_default): Delete declaration.
11590 (hppa_frame_init_saved_regs): Delete declaration.
11591 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
11592 * hppa-tdep.c: Include "arch-utils.h".
11593 (hppa_gdbarch_init): Set deprecated init_frame_pc
11594 and deprecated frame_init_saved_regs.
11595 (hppa_frame_init_saved_regs): Make static.
11596
11597 2004-02-22 Mark Kettenis <kettenis@gnu.org>
11598
11599 Remove old 386BSD support.
11600 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
11601 * configure.host: Remove i[34567]86-*-bsd*.
11602 * configure.tgt: Remove i[34567]86-*-bsd*.
11603 * i386b-nat.c: Removed.
11604 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
11605 (i386b-nat.o): Remove dependencies.
11606
11607 * config/i386/i386bsd.mh: Removed.
11608 * config/i386/i386bsd.mt: Removed.
11609 * config/i386/nm-i386bsd.h: Removed.
11610 * config/i386/tm-i386bsd.h: Removed.
11611 * config/i386/xm-i386bsd.h: Removed.
11612
11613 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
11614
11615 * amd64fbsd-tdep.c: Include "solib-svr4.h".
11616 (amd64fbsd_init_abi): Set link map offsets.
11617 * amd64nbsd-tdep.c: Include "slib-svr4.h".
11618 (amd64nbsd_init_abi): Set link map offsets.
11619 * amd64obsd-tdep.c: Include "solib-svr4.h".
11620 (amd64obsd_init_abi): Set link map offsets.
11621 * i386fbsd-tdep.c: Include "solib-svr4.h".
11622 (i386fbsd_init_abi): Set link map offsets.
11623 * i386nbsd-tdep.c: Include "solib-svr4.h".
11624 (i386nbsdelf_init_abi): Set link map offsets.
11625 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
11626 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
11627 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
11628 solib-legacy.o and core-aout.o. Reformat.
11629 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
11630 solib-svr4.o, solib-legacy.o. Reformat.
11631 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
11632 * config/i386/nbsdelf.mh: Reformat.
11633 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
11634 solib-svr4.o, solib-legacy.o and corelow.o.
11635 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
11636 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
11637 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
11638 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11639 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
11640 (TM_FILE): Set to tm-fbsd.h.
11641 * config/i386/nbsd.mt (TDEPFILES): Reformat.
11642 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
11643 solib-svr4.o.
11644 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
11645 solib-svr4.o.
11646 (TM_FILE): Set to nm-nbsd.h.
11647 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
11648 Simplify shared library support. Don't include "elf/common.h".
11649 (SVR4_SHARED_LIBS): Don't define.
11650 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
11651 "solib.h".
11652 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
11653 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
11654 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
11655 Don't include "i386/tm-i386.h". Include "solib.h".
11656 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
11657 Don't include "i386/tm-i386.h".
11658 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
11659 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
11660 Include "i386/xm-i386.h".
11661 (HOST_LONG_DOUBLE_FORMAT): Remove.
11662
11663 Fix OpenBSD/i386 sigtramp recognition.
11664 * i386-tdep.h: Update copyright year.
11665 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
11666 (i386bsd_sigtramp_end): New prototypes.
11667 (i386fbsd_sigtramp_start_addr): Renamed from
11668 i386fbsd_sigtramp_start.
11669 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11670 (i386obsd_sigtramp_start_addr): Renamed from
11671 i386obsd_sigtramp_start.
11672 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11673 * i386bsd-tdep.c: Update copyright year.
11674 (i386bsd_pc_in_sigtramp): Make public.
11675 * i386fbsd-nat.c: Update copyright year.
11676 (_initialize_i386fbsd_nat): Adjust for renamed variables.
11677 * i386fbsd-tdep.c: Update copyright year.
11678 (i386fbsd_sigtramp_start_addr): Renamed from
11679 i386fbsd_sigtramp_start.
11680 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
11681 (i386fbsdaout_init_abi): Adjust for renamed variables.
11682 * i386obsd-nat.c: Update copyright year.
11683 (_initialize_i386obsd_nat): Adjust for renamed variables.
11684 * i386obsd-tdep.c: Include "target.h".
11685 (i386obsd_page_size): New variable.
11686 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
11687 (i386obsd_sigtramp_end): New functions.
11688 (i386obsd_sigtramp_start_addr): Renamed from
11689 i386obsd_sigtramp_start.
11690 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
11691 (i386obsd_init_abi): Adjust for renamed variables. Set
11692 pc_in_sigtramp, sigtramp_start and sigtramp_end.
11693 * Makefile.in (i386obsd-tdep.o): Update dependencies.
11694
11695 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
11696 trampoline change in OpenBSD kernel.
11697
11698 * amd64-nat.c: Update copyright year.
11699 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
11700 architecture from REGCACHE.
11701
11702 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
11703 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
11704
11705 2004-02-21 Mark Kettenis <kettenis@gnu.org>
11706
11707 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
11708 i[34567]86-*-openbsd3.[0-3].
11709 * config/i386/obsdaout.mh: New file.
11710
11711 * config/i386/obsd.mh (MH_FLAGS): Remove.
11712
11713 Fix PR build/1549.
11714 * i386obsd-tdep.c: Update copyright years. Include
11715 "solib-svr4.h".
11716 (i386obsd_init_abi): Don't set regset_from_core_section here.
11717 (i386obsd_aout_init_abi): New function. Set
11718 regset_from_core_section here.
11719 (i386obsd_elf_init_abi): New function.
11720 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
11721 * Makefile.in (i386obsd-tdep.o): Update dependecies.
11722 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
11723 (TM_FILE): Set to tm-nbsd.h.
11724
11725 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
11726 solib-sunos.o.
11727
11728 * solib-svr4.h: Update copyright year.
11729 (svr4_ilp32_fetch_link_map_offsets)
11730 (svr4_lp64_fetch_link_map_offsets): New prototype.
11731 * solib-svr4.c: Update copyright year.
11732 (svr4_ilp32_fetch_link_map_offsets)
11733 (svr4_lp64_fetch_link_map_offsets): New function.
11734
11735 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
11736
11737 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
11738 to the partial symbol table.
11739
11740 2004-02-20 J. brobecker <brobecker@gnat.com>
11741
11742 * PROBLEMS: Add description of problem documented under gdb/1560.
11743
11744 2004-02-20 Mark Kettenis <kettenis@gnu.org>
11745
11746 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
11747 comments.
11748 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
11749 functions.
11750 (amd64obsd_init_abi): Reorder initializations. Use
11751 amd64obsd_r_reg_offset to initialize the general-purpose register
11752 set details. Set regset_from_core_section.
11753 (_initialize_amd64obsd_tdep): Rename from
11754 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
11755 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
11756 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
11757
11758 * NEWS (New native configurations): Mention OpenBSD/alpha.
11759 * configure.tgt: Add alpha*-*-openbsd*.
11760 * configure.host: Add alpha*-*-openbsd*.
11761 * alphanbsd-tdep.c: Update copyright year.
11762 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
11763
11764 2004-02-20 Andrew Cagney <cagney@redhat.com>
11765
11766 Fix PR tdep/1372.
11767 * configure.tgt: Delete target "none-*-*".
11768 * configure.host: Delete host "none-*-*".
11769 * config/none/none.mh: Delete file.
11770 * config/none/none.mt: Delete file.
11771 * config/none/xm-none.h: Delete file.
11772 * config/none/tm-none.h: Delete file.
11773 * config/none/nm-none.h: Delete file.
11774
11775 2004-02-19 Fred Fish <fnf@redhat.com>
11776
11777 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
11778 cache->uses_fp prior to setting it.
11779
11780 2004-02-19 Fred Fish <fnf@redhat.com>
11781
11782 Fix for PR breakpoint/1558.
11783 * sh-tdep.c (IS_JSR): New macro.
11784 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
11785
11786 2004-02-19 Jim Blandy <jimb@redhat.com>
11787
11788 * findvar.c (value_from_register): Doc fix.
11789
11790 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
11791
11792 * printcmd.c (print_scalar_formatted): Do not check for sizeof
11793 type being greater than sizeof of host's LONGEST. Always use
11794 unpack_long() unless format 'f' chosen.
11795
11796 2004-02-19 Joel Brobecker <brobecker@gnat.com>
11797
11798 Committed by Elena Zannoni <ezannoni@redhat.com>
11799
11800 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
11801 contains a symbol wich is the best, non-exact match for the given
11802 pc. Update comments.
11803
11804 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
11805
11806 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
11807 macro, which was part of the now removed Mach 3 port.
11808 * utils.c (request_quit): Ditto.
11809
11810 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11811
11812 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
11813 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
11814
11815 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11816
11817 Committed by Mark Kettenis <kettenis@gnu.org>.
11818
11819 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
11820 Define.
11821
11822 2004-02-18 Andrew Cagney <cagney@redhat.com>
11823
11824 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
11825 CONFIG_INSTALL and CONFIG_UNINSTALL.
11826 * configure: Re-generate.
11827 * interps.h (INTERP_TUI): Define.
11828 * Makefile.in: Update dependencies.
11829 (TUI): New macro.
11830 (tui-main.o): Specify dependencies.
11831 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
11832 * tui/tui-main.c: New file.
11833
11834 2004-02-18 Mark Kettenis <kettenis@gnu.org>
11835
11836 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
11837 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
11838 dependencies.
11839 * configure.host: Add x86_64-*-openbsd*.
11840 * configure.tgt: Add x86_64-*-openbsd*.
11841 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
11842
11843 * tui/tui.c: Don't include <malloc.h>.
11844
11845 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
11846 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
11847 amd64nbsd-tdep.c.
11848
11849 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
11850 static. Remove extraneous whitespace.
11851 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
11852 static.
11853
11854 2004-02-17 Jim Blandy <jimb@redhat.com>
11855
11856 * findvar.c (value_from_register): Doc fix.
11857
11858 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
11859
11860 Committed by Jim Blandy <jimb@redhat.com>.
11861
11862 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
11863 CORE_ADDR as type for selectors. Correct types for GNU run time
11864 message lookup function to use double indirection.
11865 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
11866 * objc-lang.h (lookup_child_selector): Adapt prototype.
11867
11868 * s390-nat.c (SUBOFF): New macro.
11869 (supply_gregset, fill_gregset): Use it to handle debugging
11870 of 32-bit exectuables running under a 64-bit kernel.
11871 * s390-tdep.c: Include "solib-svr4.h".
11872 (s390_svr4_fetch_link_map_offset): New function.
11873 (s390x_svr_fetch_link_map_offset): Likewise.
11874 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
11875 * Makefile.in (s390-tdep.o): Update dependencies.
11876
11877 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
11878 "frame-unwind.h".
11879 (s390_readinstruction): Reformat. Use read_memory_nobpt.
11880 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
11881 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
11882 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
11883 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
11884 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
11885 S390_SIGNAL_FRAMESIZE,
11886 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
11887 (struct frame_extra_info): Remove.
11888 (s390_memset_extra_info): Remove.
11889 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
11890 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
11891 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
11892 (is_rse): Renamed to ...
11893 (is_rsy): ... this. Support long displacements.
11894 (is_rxe): Renamed to ...
11895 (is_rxy): ... this. Support long displacements.
11896 (compute_x_addr): Support long displacements.
11897 (struct s390_prologue_data): New data type.
11898 (s390_on_stack): Change API to use struct s390_prologue_data.
11899 (s390_store): Reimplement.
11900 (s390_load): New function.
11901 (s390_get_signal_frame_info): Remove.
11902 (s390_get_frame_info): Remove, replace by ...
11903 (s390_analyze_prolog): ... this new function.
11904 (s390_check_function_end): Remove.
11905 (s390_function_start): Remove.
11906 (s390_frameless_function_invokation): Remove.
11907 (s390_is_sigreturn): Remove.
11908 (s390_init_frame_pc_first): Remove.
11909 (s390_init_frame_extra_info): Remove.
11910 (s390_frame_init_saved_regs): Remove.
11911 (s390_frame_saved_pc_nofix): Remove.
11912 (s390_frame_saved_pc): Remove.
11913 (s390_frame_chain): Remove.
11914 (s390_fp_regnum, s390_read_fp): Remove.
11915 (s390_pop_frame_regular, s390_pop_frame): Remove.
11916 (s390_saved_pc_after_call): Remove.
11917 (s390_skip_prologue): Reimplement.
11918 (s390_in_function_epilogue_p): Support long displacements.
11919 (struct s390_unwind_cache): New data structure.
11920 (s390_frame_unwind_cache): New function.
11921 (s390_prologue_frame_unwind_cache): Likewise.
11922 (s390_backchain_frame_unwind_cache): Likewise.
11923 (s390_frame_this_id, s390_frame_prev_register): Likewise.
11924 (s390_frame_unwind): Define.
11925 (s390_frame_sniffer): New function.
11926 (struct s390_pltstub_unwind_cache): New data structure.
11927 (s390_pltstub_frame_unwind_cache): New function.
11928 (s390_pltstub_frame_this_id): Likewise.
11929 (s390_pltstub_frame_prev_register): Likewise.
11930 (s390_pltstub_frame_unwind): Define.
11931 (s390_pltstub_frame_sniffer): New function.
11932 (struct s390_sigtramp_unwind_cache): New data structure.
11933 (s390_sigtramp_frame_unwind_cache): New function.
11934 (s390_sigtramp_frame_this_id): Likewise.
11935 (s390_sigtramp_frame_prev_register): Likewise.
11936 (s390_sigtramp_frame_unwind): Define.
11937 (s390_sigtramp_frame_sniffer): New function.
11938 (s390_frame_base_address, s390_local_base_address): New functions.
11939 (s390_frame_base): Define.
11940 (s390_unwind_pc, s390_unwind_sp): New function.
11941 (s390_push_dummy_call): Use new frame base location.
11942 (s390_unwind_dummy_id): Likewise.
11943 (s390_gdbarch_init): Remove calls to:
11944 set_gdbarch_frameless_function_invocation,
11945 set_gdbarch_deprecated_init_frame_pc,
11946 set_gdbarch_deprecated_frame_chain,
11947 set_gdbarch_deprecated_frame_init_saved_regs,
11948 set_gdbarch_deprecated_pop_frame,
11949 set_gdbarch_deprecated_init_extra_frame_info,
11950 set_gdbarch_deprecated_init_frame_pc_first,
11951 set_gdbarch_deprecated_target_read_fp,
11952 set_gdbarch_deprecated_frame_saved_pc,
11953 set_gdbarch_deprecated_saved_pc_after_call,
11954 set_gdbarch_deprecated_fp_regnum.
11955 Add calls to:
11956 set_gdbarch_in_solib_call_trampoline,
11957 frame_unwind_append_sniffer,
11958 frame_base_set_default,
11959 set_gdbarch_unwind_pc,
11960 set_gdbarch_unwind_sp.
11961 * Makefile.in (s390-tdep.o): Update dependencies.
11962
11963 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
11964 (S390_STACK_FRAME_OVERHEAD): Remove.
11965 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
11966 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
11967 (s390_promote_integer_argument): Remove.
11968 (s390_cannot_extract_struct_value_address): Remove.
11969 (s390_use_struct_convention, s390_store_struct_return): Remove.
11970 (s390_extract_return_value, s390_store_return_value): Remove.
11971 (s390_return_value_convention, s390_return_value): New functions.
11972 (is_float_singleton): Handle typedefs.
11973 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
11974 Remove, replace by ...
11975 (s390_function_arg_pass_by_reference, s390_function_arg_float,
11976 s390_function_arg_integer): ... these new functions.
11977 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
11978 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
11979 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
11980 Fill in tdep->abi.
11981 Remove calls to:
11982 set_gdbarch_deprecated_store_struct_return,
11983 set_gdbarch_deprecated_extract_return_value,
11984 set_gdbarch_deprecated_store_return_value,
11985 set_gdbarch_use_struct_convention,
11986 set_gdbarch_extract_struct_value_address,
11987 set_gdbarch_deprecated_pc_in_call_dummy,
11988 set_gdbarch_deprecated_push_arguments,
11989 set_gdbarch_deprecated_save_dummy_frame_tos,
11990 set_gdbarch_deprecated_push_return_address,
11991 set_gdbarch_deprecated_sizeof_call_dummy_words,
11992 set_gdbarch_deprecated_call_dummy_words,
11993 set_gdbarch_deprecated_dummy_write_sp.
11994 Add calls to:
11995 set_gdbarch_push_dummy_call,
11996 set_gdbarch_unwind_dummy_id,
11997 set_gdbarch_return_value.
11998
11999 * config/s390/nm-linux.h: Update comments.
12000 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
12001 (STOPPED_BY_WATCHPOINT): Redefine.
12002 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
12003 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
12004 (s390_stopped_by_watchpoint): Likewise.
12005 (watch_area_cnt): Remove.
12006 * s390-nat.c: Update comments.
12007 (watch_area): Remove typedef.
12008 Global replace watch_area by struct watch_area.
12009 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
12010 (s390_stopped_by_watchpoint): Remove pid argument,
12011 use s390_inferior_tid. Add short-cut for the no watchpoint case.
12012 (s390_fix_watch_points): Remove pid argument,
12013 use s390_inferior_tid. Recompute area spanned by watchpoints.
12014 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
12015 argument. Reimplement.
12016
12017 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
12018 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
12019 (FETCH_INFERIOR_REGISTERS): Define.
12020 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
12021 core-regset.o.
12022 * config/s390/s390x.mt: Remove.
12023 * config/s390/tm-s390.h: Remove.
12024 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
12025 (TARGET_ELF64): Remove.
12026 (SKIP_TRAMPOLINE_CODE): Do not undefine.
12027 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
12028 s390*-*-* case; always set gdb_target to s390.
12029 * regformats/reg-s390.dat: Remove control registers.
12030 * regformats/reg-s390x.dat: Likewise.
12031 * s390-tdep.h: New file.
12032 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
12033 Include "inferior.h" and "s390-tdep.h".
12034 Remove private definition of offsetof.
12035 (s390_register_u_addr): Remove.
12036 (regmap_gregset, regmap_fpregset): Define.
12037 (supply_gregset, fill_gregset): Reimplement.
12038 (supply_fpregset, fill_fpregset): Likewise.
12039 (s390_inferior_tid): New function.
12040 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
12041 (fetch_inferior_registers, store_inferior_registers): Likewise.
12042 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
12043 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
12044 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
12045 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
12046 (struct gdbarch_tdep): Define.
12047 (struct s390_register_info): Define.
12048 (s390_register_info): New variable.
12049 (s390_register_name): Reimplement.
12050 (s390_register_type): New function.
12051 (s390_register_raw_size, s390x_register_raw_size): Remove.
12052 (s390_cannot_fetch_register): Remove.
12053 (s390_register_byte): Remove.
12054 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
12055 (s390_dwarf_regmap): New variable.
12056 (s390_dwarf_reg_to_regnum): New function.
12057 (s390_stab_reg_to_regnum): Remove.
12058 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
12059 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
12060 (s390_convert_register_p): Likewise.
12061 (s390_register_to_value, s390_value_to_register): Likewise.
12062 (s390_register_reggroup_p): Likewise.
12063 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
12064 s390_gregset, s390x_gregset, s390_fpregset): New variables.
12065 (s390_supply_regset, s390_regset_from_core_section): New functions.
12066 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
12067 (S390_FPR_SIZE): Likewise.
12068 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
12069 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
12070 (S390_NUM_GPRS): Move here from tm-s390.h.
12071 (S390_NUM_FPRS): Likewise.
12072 (s390_in_function_epilogue_p): New function.
12073 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
12074 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
12075 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
12076 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
12077 Replace S390_FP_REGNUM by S390_SP_REGNUM.
12078 Remove calls to:
12079 set_gdbarch_deprecated_max_register_raw_size,
12080 set_gdbarch_deprecated_max_register_virtual_size,
12081 set_gdbarch_deprecated_register_byte,
12082 set_gdbarch_cannot_fetch_register,
12083 set_gdbarch_cannot_store_register,
12084 set_gdbarch_deprecated_register_size,
12085 set_gdbarch_deprecated_register_raw_size,
12086 set_gdbarch_deprecated_register_virtual_size,
12087 set_gdbarch_deprecated_register_virtual_type,
12088 set_gdbarch_deprecated_register_bytes.
12089 Add calls to:
12090 set_gdbarch_num_pseudo_regs,
12091 set_gdbarch_register_type,
12092 set_gdbarch_convert_register_p,
12093 set_gdbarch_register_to_value,
12094 set_gdbarch_value_to_register,
12095 set_gdbarch_register_reggroup_p,
12096 set_gdbarch_regset_from_core_section,
12097 set_gdbarch_pseudo_register_read,
12098 set_gdbarch_pseudo_register_write,
12099 set_gdbarch_in_function_epilogue_p.
12100 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
12101 (s390_tdep_h): New variable.
12102
12103 2004-02-17 Jim Blandy <jimb@redhat.com>
12104
12105 * findvar.c (value_from_register): If the type has no length, just
12106 return an acceptable value --- don't report an internal error.
12107
12108 * stabsread.c (read_type): If we find any type numbers that are
12109 forward references, complain if the references aren't resolved by
12110 the time we're finished reading.
12111 (cleanup_undefined_types): Make error message more appropriate for
12112 a complaint.
12113
12114 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12115
12116 * Makefile.in (defs_h): Remove dependency on progress_h.
12117 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
12118 progress.h.
12119 * main.c (captured_main): Delete use of START_PROGRESS and
12120 END_PROGRESS.
12121
12122 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
12123
12124 * objfiles.c (terminate_minimal_symbol_table): Add back
12125 initialization of MSYMBOL_TYPE.
12126
12127 2004-02-17 David Mosberger <davidm@hpl.hp.com>
12128
12129 Committed by Andrew Cagney.
12130 * Makefile.in (ia64_tdep_h): New macro.
12131 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
12132 (ia64-tdep.o): Likewise.
12133 * ia64-tdep.h: New file.
12134 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
12135 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
12136 (ia64_aix_sigcontext_register_address): Likewise.
12137 (ia64_linux_getunwind_table): Delete declaration.
12138 * ia64-linux-tdep.c: Likewise.
12139
12140 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
12141
12142 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
12143 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
12144 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
12145
12146 2004-02-17 Andrew Cagney <cagney@redhat.com>
12147
12148 * symtab.c (skip_prologue_using_sal): New function.
12149 * symtab.h (skip_prologue_using_sal): Declare.
12150 * frv-tdep.c: Include "symtab.h".
12151 (skip_prologue_using_sal): Delete function.
12152 * mips-tdep.c (skip_prologue_using_sal): Delete function.
12153 * rs6000-tdep.c (refine_prologue_limit): Mention
12154 skip_prologue_using_sal.
12155 * ia64-tdep.c (refine_prologue_limit): Ditto.
12156 * Makefile.in: Update dependencies.
12157
12158 2004-02-16 Andrew Cagney <cagney@redhat.com>
12159
12160 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
12161 START_INFERIOR_TRAPS_EXPECTED.
12162 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
12163 START_INFERIOR_TRAPS_EXPECTED.
12164 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
12165 Delete macro.
12166 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
12167 macro, moved to "nm-osf.h". Update copyright.
12168 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
12169 update copyright.
12170
12171 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
12172 and function replacing FRAMELESS_FUNCTION_INVOCATION.
12173 * blockframe.c (legacy_frameless_look_for_prologue): Rename
12174 frameless_look_for_prologue.
12175 * frame.h (legacy_frameless_look_for_prologue): Rename
12176 frameless_look_for_prologue.
12177 * gdbarch.h, gdbarch.c: Re-generate.
12178 * sh64-tdep.c (sh64_gdbarch_init): Update.
12179 * sh-tdep.c (sh_gdbarch_init): Update.
12180 * s390-tdep.c (s390_gdbarch_init): Update.
12181 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12182 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
12183 * m68k-tdep.c (m68k_gdbarch_init): Update.
12184 (delta68_frame_args_address): Update.
12185 * m32r-tdep.c (m32r_gdbarch_init): Update.
12186 * hppa-tdep.c (hppa_gdbarch_init): Update.
12187 * h8300-tdep.c (h8300_gdbarch_init): Update.
12188 * frv-tdep.c (frv_gdbarch_init): Update.
12189 (frv_frameless_function_invocation): Update.
12190 * cris-tdep.c (cris_gdbarch_init): Update.
12191 (cris_frameless_function_invocation): Update.
12192 * avr-tdep.c (avr_gdbarch_init): Update.
12193 * arm-tdep.c (arm_gdbarch_init): Update.
12194 * stack.c (frame_info): Update, call predicate.
12195 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
12196 * frame.c (legacy_get_prev_frame): Update, call predicate..
12197 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
12198 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
12199 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
12200 invocation.
12201 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12202 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12203 * vax-tdep.c (vax_gdbarch_init): Ditto.
12204
12205 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
12206 function.
12207
12208 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
12209
12210 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
12211 initializations.
12212
12213 2004-02-16 Andrew Cagney <cagney@redhat.com>
12214
12215 * tui/tui-windata.c: Include "gdb_string.h".
12216 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
12217 * tui/tui-layout.c, tui/tui-command.c: Ditto.
12218 * Makefile.in: Update dependencies.
12219
12220 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
12221
12222 * Makefile.in (infrun.o): Add $(gdb_assert_h).
12223 * infrun.c: Include "gdb_assert.h".
12224 (singlestep_ptid, saved_singlestep_ptid)
12225 (stepping_past_singlestep_breakpoint): New variables.
12226 (resume): Set singlestep_ptid. Check for singlestep thread
12227 hop.
12228 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
12229 (handle_inferior_event): Handle singlestep thread hop.
12230
12231 2004-02-16 Andrew Cagney <cagney@redhat.com>
12232
12233 * dwarf2-frame.c (dwarf2_frame_ops): New function.
12234 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
12235 (dwarf2_frame_init_reg): Ditto.
12236
12237 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
12238 suggested by Joshua Neuheisel
12239
12240 * configure.in: Always check for curses, including pdcurses.
12241 Warn, instead of error, when no curses are found. Enable TUI when
12242 curses is available.
12243 * configure: Re-generate.
12244
12245 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
12246
12247 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
12248 sh_sh4_register_convert_to_virtual.
12249 (sh_register_convert_to_raw): Rename from
12250 sh_sh4_register_convert_to_raw.
12251 (sh_pseudo_register_read): Accomodate above name change.
12252 (sh_pseudo_register_write): Ditto.
12253
12254 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
12255
12256 * sh-tdep.c (sh_generic_register_name): Remove.
12257 (sh_gdbarch_init): Use sh_sh_register_name in default case.
12258
12259 2004-02-15 Andrew Cagney <cagney@redhat.com>
12260
12261 * configure.in (build_warnings): Add -Wunused-function.
12262 * configure: Re-generate.
12263
12264 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
12265 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
12266
12267 * procfs.c (procfs_init_inferior): Assume that
12268 START_INFERIOR_TRAPS_EXPECTED is defined.
12269 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
12270 * config/ns32k/tm-nbsd.h: Delete file,
12271 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
12272
12273 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
12274 * config/vax/tm-vax.h: Delete file.
12275
12276 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12277 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12278 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12279 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12280 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
12281 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
12282 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
12283
12284 2004-02-15 Mark Kettenis <kettenis@gnu.org>
12285
12286 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
12287 * dwarf2-frame.c (dwarf2_frame_data): New variable.
12288 (struct dwarf2_frame_ops): New.
12289 (dwarf2_frame_default_init_reg): New function, based on
12290 dwarf2_frame_init_reg.
12291 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
12292 (dwarf2_frame_init_reg): Call architecture-specific function.
12293 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
12294 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
12295 instead of dwarf2_frame_data.
12296 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
12297 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
12298
12299 2004-02-15 Andrew Cagney <cagney@redhat.com>
12300
12301 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
12302 register_gdbarch_swap.
12303 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
12304 * f-lang.c (_initialize_f_language): Update, use
12305 DEPRECATED_REGISTER_GDBARCH_SWAP.
12306 * remote.c (_initialize_remote): Ditto.
12307 * regcache.c (_initialize_regcache): Ditto.
12308 * parse.c (_initialize_parse): Ditto.
12309 * infrun.c (_initialize_infrun): Ditto.
12310 * mi/mi-main.c (_initialize_mi_main): Ditto.
12311 * gdbtypes.c (_initialize_gdbtypes): Ditto.
12312
12313 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
12314 poking .cacheable directly.
12315 * symfile.c (symfile_bfd_open): Ditto.
12316
12317 * Makefile.in: Update all dependencies.
12318
12319 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
12320 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
12321 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
12322 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
12323 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
12324
12325 2004-02-14 Andrew Cagney <cagney@redhat.com>
12326
12327 * arch-utils.c (legacy_convert_register_p): Check
12328 DEPRECATED_REGISTER_CONVERTIBLE_P.
12329 * findvar.c (value_of_register): Ditto.
12330
12331 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
12332 * gdbarch.h, gdbarch.c: Re-generate.
12333 * arch-utils.c (deprecated_register_convertible_not): Delete.
12334 * arch-utils.h (deprecated_register_convertible_not): Delete.
12335 * mi/mi-main.c (get_register): Update. Update copyright.
12336 * infcmd.c (default_print_registers_info): Update.
12337
12338 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
12339 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
12340 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
12341 * gdbarch.h, gdbarch.c: Re-generate.
12342 * frame.c (deprecated_get_next_frame_hack): Delete function.
12343 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
12344 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
12345 Update.
12346 * infcall.c (call_function_by_hand): Update.
12347
12348 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
12349
12350 * symfile.c (init_entry_point_info, entry_point_address): Move
12351 from here...
12352 * objfiles.c (init_entry_point_info, entry_point_address):..to
12353 here.
12354 * symfile.h (init_entry_point_info, entry_point_address): Remove
12355 prototypes.
12356 * objfiles.h (init_entry_point_info, entry_point_address):Add
12357 prototypes.
12358 * cris-tdep.c: Remove include of symfile.h. Add include of
12359 objfiles.h.
12360 * infcall.c: Ditto.
12361 * mcore-tdep.c: Ditto.
12362 * mn10300-tdep.c: Ditto.
12363 * sh64-tdep.c: Ditto.
12364 * v850-tdep.c: Ditto.
12365 * arm-tdep.c: Remove include of symfile.h.
12366 * blockframe.c: Ditto.
12367 * coffread.c: Ditto.
12368 * dbxread.c: Ditto.
12369 * dwarf2read.c: Ditto.
12370 * dwarfread.c: Ditto.
12371 * frv-tdep.c: Ditto.
12372 * ia64-tdep.c: Ditto.
12373 * mdebugread.c: Ditto.
12374 * mipsread.c: Ditto.
12375 * rs6000-tdep.c: Ditto.
12376 * s390-tdep.c: Ditto.
12377 * sh-tdep.c: Ditto.
12378 * xstormy16-tdep.c: Ditto.
12379 * gdbarch.sh: Remove include of symfile.h.
12380 * gdbarch.c: Regenerate.
12381 * solib-irix.c (enable_break): Use entry_point_address().
12382 Add comment about include file.
12383 * xcoffread.c: Add comment about include file.
12384 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
12385 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
12386 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
12387 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
12388 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
12389
12390 2004-02-13 Andrew Cagney <cagney@redhat.com>
12391
12392 * corelow.c (core_xfer_partial): Use "struct bfd_section".
12393 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
12394 copyright.
12395 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
12396
12397 2004-02-12 Fred Fish <fnf@redhat.com>
12398
12399 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
12400 set_gdbarch_store_return_value.
12401
12402 2004-02-12 Andrew Cagney <cagney@redhat.com>
12403
12404 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
12405 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
12406 (interrupt_query): Ditto.
12407 (ofunc): Delete unused variable.
12408 * cris-tdep.c (cris_abi): Delete unused function.
12409 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
12410 (cris_get_wide_opcode, cris_get_short_size): Ditto.
12411 (cris_get_asr_quick_shift_steps): Ditto.
12412 (cris_skip_prologue_frameless_p): Ditto.
12413 * arm-tdep.c (arm_push_return_address): Delete unused function.
12414 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
12415 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
12416 * s390-tdep.c (s390_function_start): Delete unused function.
12417
12418 2004-02-12 Andrew Cagney <cagney@redhat.com>
12419
12420 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
12421 gdbarch.h, gdbarch.c: Re-generate.
12422 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
12423 to generic_prologue_frameless_p.
12424 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
12425 * arch-utils.c (generic_prologue_frameless_p): Delete function.
12426
12427 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
12428
12429 * mips-linux-tdep.c: Include "frame.h".
12430 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
12431 (mips_linux_skip_resolver): New functions.
12432 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
12433 and set_gdbarch_in_solib_call_trampoline.
12434 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
12435 to after set_gdbarch_in_solib_return_trampoline. Only set the
12436 solib hooks to mips16 functions if the OS ABI is unknown.
12437 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
12438 including "config/tm-linux.h".
12439 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
12440 * Makefile.in (mips-linux-tdep.o): Update.
12441
12442 2004-02-11 David Carlton <carlton@kealia.com>
12443
12444 * linespec.c (decode_compound): Only look for a class symbol when
12445 considering all but the rightmost component.
12446
12447 2004-02-11 Andrew Cagney <cagney@redhat.com>
12448
12449 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
12450 abi code are are separatly grouped.
12451
12452 2004-02-11 Andrew Cagney <cagney@redhat.com>
12453
12454 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
12455 * gdbarch.h, gdbarch.c: Re-generate.
12456 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12457 * v850-tdep.c (v850_gdbarch_init): Update.
12458 * sh64-tdep.c (sh64_gdbarch_init): Update.
12459 * sh-tdep.c (sh_gdbarch_init): Update.
12460 * s390-tdep.c (s390_gdbarch_init): Update.
12461 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
12462 * mips-tdep.c (mips_gdbarch_init): Update.
12463 * mcore-tdep.c (mcore_gdbarch_init): Update.
12464 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12465 * m32r-tdep.c (m32r_gdbarch_init): Update.
12466 * ia64-tdep.c (ia64_gdbarch_init): Update.
12467 * hppa-tdep.c (hppa_gdbarch_init): Update.
12468 * h8300-tdep.c (h8300_gdbarch_init): Update.
12469 * frv-tdep.c (frv_gdbarch_init): Update.
12470 * d10v-tdep.c (d10v_gdbarch_init): Update.
12471 * cris-tdep.c (cris_gdbarch_init): Update.
12472 * avr-tdep.c (avr_gdbarch_init): Update.
12473 * arm-tdep.c (arm_gdbarch_init): Update.
12474 * alpha-tdep.c (alpha_gdbarch_init): Update.
12475
12476 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
12477
12478 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
12479 comma.
12480 (sh_sh4al_dsp_register_name): Ditto.
12481
12482 2004-02-10 Andrew Cagney <cagney@redhat.com>
12483
12484 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
12485 (mips_init_frame_pc_first): Delete function.
12486 (mips_frame_saved_pc): Delete function.
12487 (mips_frame_chain): Delete function.
12488 (mips_init_extra_frame_info): Delete function.
12489 (mips_xfer_register): Delete unused variable "reg".
12490 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
12491 (mips_n32n64_return_value): Delete unused variable "reg".
12492 (mips_n32n64_return_value): Delete unused variable "pos".
12493 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
12494 (mips_o32_return_value): Delete unused variable "pos".
12495 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
12496 (mips_print_fp_register): Delete unused variable "namelen"
12497 (mips_print_fp_register): Delete unused variable "flt2"
12498 (get_frame_pointer): Delete function.
12499 (cached_proc_desc): Delete static variable.
12500 (mips_pop_frame): Delete function.
12501 (mips_find_saved_regs): Delete function.
12502 (mips_get_saved_register): Delete function.
12503 (mips_saved_pc_after_call): Delete function.
12504 (SIGFRAME_BASE): Delete macro.
12505 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
12506 (SIGFRAME_PC_OFF): Delete macro.
12507 (SIGFRAME_REGSAVE_OFF): Delete macro.
12508 (mips_dump_tdep): Do not print deleted macro definitions.
12509
12510 2004-02-10 Andrew Cagney <cagney@redhat.com>
12511
12512 * Makefile.in (SFILES): Remove explictly listed tui files.
12513 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
12514
12515 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
12516
12517 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
12518 to use paddr functions to format ia64 addresses and long values.
12519 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
12520 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
12521 (get_kernel_table, ia64_find_proc_info_x): Ditto.
12522 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
12523 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
12524
12525 2004-02-10 Andrew Cagney <cagney@redhat.com>
12526
12527 * defs.h: Do not include "tui.h".
12528 * gdb_curses.h: New file.
12529 * tui/tui-hooks.h: New file.
12530 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
12531 (tui_install_hooks, tui_remove_hooks): Delete declarations.
12532 (tui_initialize_io): Delete declaration.
12533 (tui_initialize_readline: Delete redundant declaration.
12534 (struct tui_point): Delete definition.
12535 * tui/tui-data.h (struct tui_point): Define.
12536 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
12537 * utils.c: Include "tui/tui.h".
12538 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
12539 * printcmd.c [TUI]: Include "tui/tui.h".
12540 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
12541 * tui/tui-command.c: Include "gdb_curses.h".
12542 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
12543 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
12544 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
12545 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
12546 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
12547 * Makefile.in: Update all dependencies.
12548 (tui_hooks_h, gdb_curses_h): Define.
12549 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
12550
12551 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
12552
12553 * objfiles.h (struct objfile): Remove unused fields auxf1 and
12554 auxf2. Add comments about some other rarely used fields.
12555
12556 2004-02-10 Andrew Cagney <cagney@redhat.com>
12557
12558 * Makefile.in (init.c): Fix script removing duplicates. Problem
12559 reported by Peter Schauer.
12560
12561 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
12562
12563 * bcache.c (bcache_xmalloc): Use obstack_init instead of
12564 obstack_specify_allocation.
12565 * objfiles.c (allocate_objfile): Ditto.
12566 * solib-sunos.c (solib_add_common_symbols)
12567 (allocate_rt_common_objfile): Ditto.
12568 * symfile.c (reread_symbols): Ditto.
12569 * gdb_obstack.h: Add comment.
12570
12571 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
12572
12573 * linespec.c (decode_line_1, locate_first_half)
12574 (decode_compound, lookup_prefix_sym): Update comments. Delete old
12575 commented out code.
12576
12577 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
12578
12579 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
12580 obstack_free.
12581
12582 2004-02-09 Andrew Cagney <cagney@redhat.com>
12583
12584 * blockframe.c (find_pc_partial_function): If find_pc_overlay
12585 fails, try find_pc_section. Fix PR c++/1267.
12586 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
12587 instead of find_pc_mapped_section.
12588 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
12589 not default to the section containing PC. Fix PR symtab/1519.
12590
12591 2004-02-09 Andrew Cagney <cagney@redhat.com>
12592
12593 * Makefile.in (mips-tdep.o): Update dependencies.
12594 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
12595 "trad-frame.h".
12596 (mips_unwind_pc): Return the pseudo PC register.
12597 (mips_unwind_dummy_id): New function.
12598 (mips16_fetch_instruction): New function.
12599 (mips32_fetch_instruction): New function.
12600 (struct mips_frame_cache): Define.
12601 (mips_mdebug_frame_cache): New function.
12602 (mips_mdebug_frame_this_id): New function.
12603 (mips_mdebug_frame_prev_register): New function.
12604 (mips_mdebug_frame_unwind): Define.
12605 (mips_mdebug_frame_sniffer): New function.
12606 (mips_mdebug_frame_base_address): New function.
12607 (mips_mdebug_frame_base): Define.
12608 (mips_mdebug_frame_base_sniffer): New function.
12609 (mips_gdbarch_init): Append unwind and base sniffers. Set
12610 unwind_dummy_id.
12611
12612 2004-02-08 Andrew Cagney <cagney@redhat.com>
12613
12614 * frame.c: Print both the register number and name.
12615
12616 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
12617 and a sed into a single sed. Make .c and .o patterns more robust.
12618 (OBS): Delete.
12619 (INIT_FILES): Replace OBS with COMMON_OBS.
12620 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
12621
12622 2004-02-08 Mark Kettenis <kettenis@gnu.org>
12623
12624 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
12625 the PT_WCOOKIE request.
12626
12627 2004-02-08 Andrew Cagney <cagney@redhat.com>
12628
12629 * mips-tdep.c (mips_unwind_pc): New function.
12630 (mips_gdbarch_init): Set mips_unwind_pc.
12631
12632 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
12633 (get_frame_id): Allow the UNKNOWN_FRAME.
12634 (frame_register_unwind, get_frame_type): Ditto.
12635
12636 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
12637 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
12638 unwind_dummy_id indicates a legacy frame.
12639
12640 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
12641 * configure: Re-generate.
12642
12643 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
12644 methods.
12645
12646 2004-02-08 Andrew Cagney <cagney@redhat.com>
12647
12648 * configure.in (CONFIG_ALL): Set to Makefile target, and not
12649 makefile macro.
12650 * configure: Re-generate.
12651 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
12652 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
12653 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
12654 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
12655 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
12656 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
12657 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
12658 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
12659 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
12660 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
12661
12662 2004-02-07 Andrew Cagney <cagney@redhat.com>
12663
12664 * Makefile.in: Update all dependencies.
12665
12666 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
12667 * configure: Re-generate.
12668 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
12669 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
12670 (COMMON_OBS): Add "main.o" and "annotate.o".
12671 (ANNOTATE_OBS): Delete.
12672 (OBS): Remove ANNOTATE_OBS.
12673 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
12674 CONFIG_INITS.
12675 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
12676 against CONFIG_OBS and "main.o".
12677 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
12678 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
12679
12680 * tui/tui-command.c: Include "gdb_string.h", delete register
12681 attribute, use ISO-C function signatures.
12682 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
12683 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12684 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
12685 * tui/tui.c: Ditto.
12686
12687 * tui/tui-command.c: Change variable and function names to lower
12688 case.
12689 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
12690 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
12691 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12692 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12693 * tui/tui-winsource.c, tui/tui.c: Ditto.
12694
12695 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12696
12697 * buildsym.c (free_pending_blocks, finish_block)
12698 (record_pending_block, make_blockvector, end_symtab): Replace
12699 symbol_obstack with objfile_obstack.
12700 * coffread.c (process_coff_symbol, coff_read_struct_type)
12701 (coff_read_enum_type): Ditto.
12702 * cp-namespace.c (initialize_namespace_symtab)
12703 (check_one_possible_namespace_symbol): Ditto.
12704 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
12705 (dwarf2_symbol_mark_computed): Ditto.
12706 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
12707 * elfread.c (elf_symtab_read): Ditto.
12708 * hpread.c (hpread_symfile_init, hpread_symfile_init)
12709 (hpread_read_enum_type, hpread_read_function_type)
12710 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
12711 Ditto.
12712 * jv-lang.c (get_java_class_symtab, add_class_symbol)
12713 (java_link_class_type): Ditto.
12714 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
12715 (new_symbol): Ditto.
12716 * minsyms.c (install_minimal_symbols): Ditto.
12717 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
12718 (terminate_minimal_symbol_table): Replace symbol_obstack with
12719 objfile_obstack.
12720 (free_objfile): Remove freeing of symbol_obstack.
12721 * objfiles.h: Remove symbol_obstack field.
12722 * pa64solib.c (add_to_solist): Replace symbol_obstack with
12723 objfile_obstack.
12724 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12725 symbol_obstack.
12726 (solib_add_common_symbols): Replace symbol_obstack with
12727 objfile_obstack.
12728 * somsolib.c (som_solib_add): Ditto.
12729 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
12730 (common_block_start, common_block_end): Ditto.
12731 * symfile.c (reread_symbols): Remove freeing and init of
12732 symbol_obstack.
12733 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
12734 * symfile.h: Update comment.
12735 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
12736 stats printing.
12737 * symtab.c (symbol_set_names): Replace symbol_obstack with
12738 objfile_obstack.
12739 * symtab.h (struct general_symbol_info, struct minimal_symbol):
12740 Update comments.
12741 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
12742 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
12743 objfile_obstack.
12744
12745 2004-02-07 Andrew Cagney <cagney@redhat.com>
12746
12747 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
12748 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
12749 fields and variables.
12750 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
12751 (m_beInvisible): Delete macro.
12752 * tui/tui-data.h: Fix case case fields and variables.
12753 (m_genWinPtrIsNull): Delete macro.
12754 (tui_win_list): Rename winList.
12755 (TUI_SRC_WIN): Rename srcWin.
12756 (TUI_DISASM_WIN): Rename disassemWin.
12757 (TUI_DATA_WIN): Rename dataWin.
12758 (TUI_CMD_WIN): Rename cmdWin.
12759 (m_genWinPtrNotNull): Delete macro.
12760 (m_winPtrIsNull): Delete macro.
12761 (m_winPtrNotNull): Delete macro.
12762 (tui_win_is_source_type): Replace m_winIsSourceType
12763 (tui_win_is_auxillary): Replace m_winIsAuzillary.
12764 (tui_win_has_locator): Replace m_hasLocator.
12765 (tui_set_win_highlight): Replace m_setWinHighlightOn and
12766 m_setWinHighlightOff.
12767 * tui/tui-data.c: Update references.
12768 (tui_win_is_source_type, tui_set_win_highlight): New functions.
12769 (tui_win_has_locator, tui_win_is_auxillary): New functions.
12770 * tui/tui-command.c, tui/tui-disasm.c: Update references.
12771 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
12772 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
12773 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12774 * tui/tui-winsource.c, tui/tui.c: Ditto.
12775
12776 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12777
12778 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
12779 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
12780 StackGhost.
12781
12782 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
12783 variable `i6' to `i7'.
12784 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
12785
12786 2004-02-07 Andrew Cagney <cagney@redhat.com>
12787
12788 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
12789 (TuiPoint, TuiPointPtr): Ditto.
12790 (TuiStatus, TuiStatusPtr): Ditto.
12791 (TuiWinType, TuiWinTypePtr): Ditto.
12792 (struct tui_point): Rename _TuiPoint.
12793 (tui_get_low_disassembly_address): Rename
12794 tuiGetLowDisassemblyAddress.
12795 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
12796 (tuiFree): Delete declaration.
12797 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
12798 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
12799 * tui/tui.c (tuiFree): Delete function.
12800 * cli/cli-cmds.c (disassemble_command): Update references.
12801 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
12802 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
12803 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
12804 * tui/tui-winsource.c: Ditto.
12805
12806 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12807
12808 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
12809 coffstab_build_psymtabs, elfstab_build_psymtabs)
12810 (stabsect_build_psymtabs): Replace psymbol_obstack with
12811 objfile_obstack.
12812 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
12813 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
12814 Ditto.
12815 * dwarfread.c (scan_compilation_units): Ditto.
12816 * elfread.c (elfstab_offset_sections): Ditto.
12817 * hppa-tdep.c (read_unwind_info): Ditto.
12818 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
12819 (hpread_end_psymtab): Ditto.
12820 * mdebugread.c (mdebug_build_psymtabs, add_pending)
12821 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
12822 Ditto.
12823 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
12824 * objfiles.c (add_to_objfile_sections)
12825 (build_objfile_section_table): Ditto.
12826 (allocate_objfile): Remove init of psymbol_obstack.
12827 (free_objfile): Remove freeing of psymbol_obstack.
12828 * objfiles.h (struct objfile): Remove field
12829 psymbol_obstack. Update comments.
12830 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
12831 psymbol_obstack with objfile_obstack.
12832 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
12833 psymbol_obstack.
12834 * somread.c (som_symfile_offsets, init_import_symbols)
12835 (init_export_symbols): Replace psymbol_obstack with
12836 objfile_obstack.
12837 * somsolib.c (som_solib_add_solib_objfile): Ditto.
12838 * symfile.c (default_symfile_offsets, syms_from_objfile)
12839 (reread_symbols): Remove freeing and init of psymbol_obstack.
12840 (cashier_psymtab): Update comment.
12841 * symmisc.c (print_objfile_statistics): Don't report stats for
12842 psymbol obstack.
12843 * symtab.h (struct general_symbol_info, struct partial_symtab):
12844 Update comments.
12845 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
12846 (xcoff_symfile_offsets): Replace psymbol_obstack with
12847 objfile_obstack.
12848
12849 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
12850
12851 * objfiles.h (struct objfile): Add objfile_obstack field.
12852 Remove type_obstack field.
12853
12854 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
12855 read_structure_scope read_enumeration, new_symbol): Replace
12856 type_obstack with objfile_obstack.
12857 * dwarfread.c (struct_type, enum_type): Ditto.
12858 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
12859 (lookup_fundamental_type): Ditto.
12860 * gdbtypes.h (TYPE_ALLOC): Ditto.
12861 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
12862 (hpread_read_doc_function_type, hpread_read_struct_type)
12863 (fix_static_member_physnames, hpread_read_array_type)
12864 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
12865 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
12866 (java_link_class_type): Ditto.
12867 * mdebugread.c (parse_type): Ditto.
12868 * objfiles.c (allocate_objfile, free_objfile): Ditto.
12869 * solib-sunos.c (solib_add_common_symbols): Ditto.
12870 * stabsread.c (define_symbol, read_type, read_member_functions,
12871 read_cpp_abbrev, read_one_struct_field): Ditto.
12872 * symfile.c (reread_symbols): Ditto.
12873 * symmisc.c (print_objfile_statistics): Ditto.
12874
12875 2004-02-07 Andrew Cagney <cagney@redhat.com>
12876
12877 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
12878 (tui_exec_info_content): Rename TuiExecInfoContent.
12879 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
12880 (TuiWinInfo, TuiWinInfoPtr): Ditto.
12881 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
12882 (TuiList, TuiListPtr): Ditto.
12883 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
12884 (TuiDataType, TuiDataTypePtr): Ditto.
12885 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
12886 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
12887 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
12888 (TuiSourceElement, TuiSourceElementPtr): Ditto.
12889 (TuiDataElement, TuiDataElementPtr): Ditto.
12890 (TuiWinElement, TuiWinElementPtr): Ditto.
12891 (TuiDataInfo, TuiDataInfoPtr): Ditto.
12892 (TuiCommandElement, TuiCommandElementPtr): Ditto.
12893 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
12894 (TuiWhichElement, TuiWhichElementPtr): Ditto.
12895 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
12896 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
12897 * tui/tui-command.c, tui/tui-data.c: Update references.
12898 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
12899 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
12900 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
12901 * tui/tui-winsource.c, tui/tui.c: Ditto.
12902
12903 2004-02-07 Mark Kettenis <kettenis@gnu.org>
12904
12905 * dwarf2-frame.h: Update copyright.
12906 (enum dwarf2_frame_reg_rule): New.
12907 (struct dwarf2_frame_state_reg): New.
12908 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
12909 * dwarf2-frame.c: Update copyright.
12910 (enum dwarf2_reg_rule): Remove.
12911 (struct dwarf2_frame_state): Remove defenition of `struct
12912 dwarf2_frame_state_reg'.
12913 (read_reg): Call get_frame_arch to get the architecture instead of
12914 using CURRENT_GDBARCH.
12915 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
12916 DWARF2_FRAME_.
12917 (dwarf2_frame_init_reg): New function.
12918 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
12919 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
12920 initialize the register state. Prefix old `enum dwarf2_reg_rule'
12921 tags with DWARF2_FRAME_.
12922 (dwarf2_frame_prev_register): Call get_frame_arch to get the
12923 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
12924 dwarf2_reg_rule' tags with DWARF2_FRAME_.
12925
12926 2004-02-06 Andrew Cagney <cagney@redhat.com>
12927
12928 * tui/tui-data.h (struct tui_list): Rename _TuiList.
12929 (enum tui_data_type): Rename _TuiDataType.
12930 (struct tui_layout_def): Rename _TuiLayoutDef.
12931 (struct tui_source_element): Rename _TuiSourceElement.
12932 (struct tui_data_element): Rename _TuiDataElement.
12933 (struct tui_command_element): Rename _TuiCommandElement.
12934 (struct tui_locator_element): Rename _TuiLocatorElement.
12935 (union tui_which_element): Define.
12936 (struct tui_win_element): Rename _TuiWinElement.
12937 (struct tui_data_info): Rename _TuiDataInfo.
12938 (struct tui_source_info): Rename _TuiSourceInfo.
12939 (struct tui_command_info): Rename _TuiCommandInfo.
12940 (tui_initialize_static_data): Rename initializeStaticData.
12941 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
12942 (tui_alloc_win_info): Rename allocWinInfo.
12943 (tui_init_generic_part): Rename initGenericPart.
12944 (tui_init_win_info): Rename initWinInfo.
12945 (tui_alloc_content): Rename allocContent.
12946 (tui_add_content_elements): Rename addContentElements.
12947 (tui_init_content_element): Rename initContentElement.
12948 (tui_free_window): Rename freeWindow.
12949 (tui_free_win_content): Rename freeWinContent.
12950 (tui_free_data_content): Rename freeDataContent.
12951 (tui_free_all_source_wins_content): Rename
12952 freeAllSourceWinsContent.
12953 (tui_del_window): Rename tuiDelWindow.
12954 (tui_del_data_windows): Rename tuiDelDataWindows.
12955 (tui_partial_win_by_name): Rename partialWinByName.
12956 (tui_win_name): Rename winName.
12957 (tui_current_layout): Rename currentLayout.
12958 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
12959 (tui_term_height): Rename termHeight.
12960 (tui_set_term_height_to): Rename setTermHeightTo.
12961 (tui_term_width): Rename termWidth.
12962 (tui_set_term_width_to): Rename setTermWidthTo.
12963 (tui_set_gen_win_origin): Rename setGenWinOrigin.
12964 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
12965 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
12966 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
12967 (tui_source_windows): Rename sourceWindows.
12968 (tui_clear_source_windows): Rename clearSourceWindows.
12969 (tui_clear_source_windows_detail): Rename
12970 clearSourceWindowsDetail.
12971 (tui_clear_win_detail): Rename clearWinDetail.
12972 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
12973 (tui_default_tab_len): Rename tuiDefaultTabLen.
12974 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
12975 (tui_win_with_focus): Rename tuiWinWithFocus.
12976 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
12977 (tui_layout_def): Rename tuiLayoutDef.
12978 (tui_win_resized): Rename tuiWinResized.
12979 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
12980 (tui_next_win): Rename tuiNextWin.
12981 (tui_prev_win): Rename tuiPrevWin.
12982 (tui_add_to_source_windows): Rename addToSourceWindows.
12983 * tui/tui-winsource.c, tui/tui-win.c: Update references.
12984 * tui/tui-layout.c, tui/tui-source.c: Ditto.
12985 * tui/tui-stack.c, tui/tui-io.c: Ditto.
12986 * tui/tui.c, tui/tui-data.c: Ditto.
12987 * tui/tui-interp.c, tui/tui-data.c: Ditto.
12988 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
12989
12990 * tui/tui-source.h: Update copyright. Include "tui-data.h".
12991 (struct symtab): Declare.
12992 (tui_set_source_content): Rename tuiSetSourceContent.
12993 (tui_show_symtab_source): Rename tuiShowSource.
12994 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
12995 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
12996 * tui/tui-source.c: Update copyright. Update references.
12997 * tui/tui-win.c, tui/tui-winsource.c: Update references.
12998 * tui/tui-stack.c: Update references.
12999
13000 * tui/tui-win.h: Update copyright. Include "tui-data.h".
13001 (struct tui_win_info): Declare.
13002 (tui_scroll_forward): Rename tuiScrollForward.
13003 (tui_scroll_backward): Rename tuiScrollBackward.
13004 (tui_scroll_left): Rename tuiScrollLeft.
13005 (tui_scroll_right): Rename tuiScrollRight.
13006 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
13007 (tui_resize_all): Rename tuiResizeAll.
13008 (tui_refresh_all_win): Rename tuiRefreshAll.
13009 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
13010 * tui/tui-layout.c, * tui/tui-io.c: Update references.
13011 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
13012 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
13013
13014 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
13015 (tui_erase_data_content): Rename tuiEraseDataContent.
13016 (tui_display_all_data): Rename tuiDisplayAllData.
13017 (tui_check_data_values): Rename tuiCheckDataValues.
13018 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
13019 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
13020 (tui_first_data_element_no_in_line): Rename
13021 tuiFirstDataElementNoInLine.
13022 (tui_delete_data_content_windows): Rename
13023 tuiDeleteDataContentWindows.
13024 (tui_refresh_data_win): Rename tuiRefreshDataWin.
13025 (tui_display_data_from): Rename tuiDisplayDataFrom.
13026 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
13027 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
13028 * tui/tui-win.c, tui/tui-regs.c: Update references.
13029 * tui/tui-layout.c, tui/tui.c: Update references.
13030
13031 * tui/tui-wingeneral.h: Update copyright.
13032 (m_allBeVisible): Delete macro.
13033 (m_allBeInvisible): Delete macro.
13034 (struct tui_gen_win_info): Declare.
13035 (struct tui_win_info): Declare.
13036 (tui_unhighlight_win): Rename unhighlightWin.
13037 (tui_make_visible, tui_make_invisible): Replace makeVisible.
13038 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
13039 (tui_make_window): Rename makeWindow.
13040 (tui_copy_win): Rename copyWin.
13041 (tui_box_win): Rename boxWin.
13042 (tui_highlight_win): Rename highlightWin.
13043 (tui_check_and_display_highlight_if_needed): Rename
13044 checkAndDisplayHighlightIfNeeded.
13045 (tui_refresh_all): Rename refreshAll.
13046 (tui_delete_win): Rename tuiDelwin.
13047 (tui_refresh_win): Rename tuiRefreshWin.
13048 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
13049 (tui_make_visible, tui_make_invisible): New functions.
13050 (tui_make_all_visible, tui_make_all_invisible): New functions.
13051 (make_all_visible): Rename makeAllVisible.
13052 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
13053 * tui/tui-data.c, tui/tui-winsource.c: Update references.
13054 * tui/tui-windata.c, tui/tui-win.c: Update references.
13055 * tui/tui-regs.c, tui/tui-layout.c: Update references.
13056 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
13057
13058 2004-02-06 Mark Kettenis <kettenis@gnu.org>
13059
13060 * proc-api.c (write_with_trace): Initialize local variable to
13061 silence compiler warning.
13062
13063 2004-02-06 Andrew Cagney <cagney@redhat.com>
13064
13065 * tui/tui-source.h: Do not include "defs.h".
13066 (struct tui_win_info): Declare.
13067 (tui_set_source_content_nil): Declare.
13068 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
13069 (union tui_line_or_address): Rename _TuiLineOrAddress.
13070 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
13071 (tui_update_source_window): Rename tuiUpdateSourceWindow.
13072 (tui_update_source_window_as_is): Rename
13073 tuiUpdateSourceWindowAsIs.
13074 (tui_update_source_windows_with_addr): Rename
13075 tuiUpdateSourceWindowsWithAddr.
13076 (tui_update_source_windows_with_line): Rename
13077 tuiUpdateSourceWindowsWithLine.
13078 (tui_clear_source_content): Rename tuiClearSourceContent.
13079 (tui_erase_source_content): Rename tuiEraseSourceContent.
13080 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
13081 (tui_show_source_content): Rename tuiShowSourceContent.
13082 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
13083 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
13084 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
13085 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
13086 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
13087 (tui_update_exec_info): Rename tuiUpdateExecInfo.
13088 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
13089 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
13090 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
13091 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
13092 (struct tui_win_info): Declare.
13093 * tui/tui-stack.c: Update references.
13094 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
13095 * tui/tui-win.c, tui/tui-source.c: Ditto.
13096 * tui/tui.c, tui/tui-disasm.c: Ditto.
13097
13098 2004-02-06 Mark Kettenis <kettenis@gnu.org>
13099
13100 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
13101 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
13102
13103 2004-02-05 Mark Kettenis <kettenis@gnu.org>
13104
13105 * infrun.c (handle_inferior_event): Allow for breakpoint
13106 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
13107 and SIGEMT. Update comments.
13108 * NEWS (Revised SPARC target): Mention support for non-executable
13109 stack.
13110
13111 2004-02-04 Mark Kettenis <kettenis@gnu.org>
13112
13113 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
13114 * inftarg.c: Update copyright year.
13115 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
13116 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
13117 (sparc_xfer_wcookie): New function.
13118 * sparc-tdep.c (sparc_fetch_wcookie): New function.
13119 * Makefile.in (sparc-nat.o): Update dependencies.
13120 * config/sparc/nm-nbsd.h: Include "target.h".
13121 (NATIVE_XFER_WCOOKIE): New define.
13122 (sparc_xfer_wcookie): New prototype.
13123
13124 2004-02-04 Andrew Cagney <cagney@redhat.com>
13125
13126 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
13127 SYSCALL_TRAP function.
13128 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
13129
13130 2004-02-04 Andrew Cagney <cagney@redhat.com>
13131 Daniel Jacobowitz <drow@mvista.com>
13132
13133 * objfiles.h: Delete comments refering to inside_entry_func and
13134 DEPRECATED_FRAME_CHAIN_VALID.
13135 * defs.h (inside_entry_func): Update prototype..
13136 * blockframe.c (inside_entry_func): Rename to
13137 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
13138 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
13139
13140 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
13141
13142 * breakpoint.c (struct captured_parse_breakpoint_args): Move
13143 outside of #ifdef SOLIB_ADD region.
13144 (do_restore_lang_radix_cleanup): Ditto.
13145 (resolve_pending_breakpoint): Ditto.
13146
13147 2004-02-03 Andrew Cagney <cagney@redhat.com>
13148
13149 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
13150 (process_note_abi_tag_sections): Delete unused function.
13151 (ia64_read_fp): Delete unused function.
13152 (gdbarch_extract_struct_value_address): Delete declaration.
13153
13154 2004-02-02 Andrew Cagney <cagney@redhat.com>
13155
13156 * vax-tdep.c (vax_frame_chain): Delete call to
13157 deprecated_inside_entry_file.
13158 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
13159
13160 2004-02-02 Mark Kettenis <kettenis@gnu.org>
13161
13162 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
13163 column that's "empty" or "same value" when eliminating REG_RA
13164 rules.
13165
13166 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13167
13168 * NEWS: Add information about new pending breakpoint support.
13169
13170 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
13171
13172 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
13173 and pending fields for pending breakpoint support.
13174 * breakpoint.c (breakpoint_enabled): Add check for not pending.
13175 (condition_command): Only parse condition if not a pending
13176 breakpoint.
13177 (print_one_breakpoint): Add support for pending breakpoints.
13178 (describe_other_breakpoints): Add checks to verify we are not
13179 dealing with pending breakpoints.
13180 (check_duplicates): Don't check pending breakpoints.
13181 (set_raw_breakpoint): Initialize pending flag.
13182 (do_restore_lang_radix_cleanup): New cleanup routine.
13183 (resolve_pending_breakpoint): New function.
13184 (re_enable_breakpoints_in_shlibs): Try and resolve any
13185 pending breakpoints via resolve_pending_breakpoint.
13186 (mention): Add pending breakpoint support.
13187 (parse_breakpoint_sals): Add new parameter to pass to
13188 decode_line_1 to indicate silent errors when files or functions
13189 are not found. Change all callers.
13190 (do_captured_parse_breakpoint): New function.
13191 (break_command_1): Change prototype to return an rc value and to
13192 take an optional pending breakpoint pointer. Support creating
13193 a pending breakpoint if a "not found" form of error occurs when
13194 parsing the breakpoint. Also support resolving an existing pending
13195 breakpoint and be silent if the resolution fails.
13196 (create_breakpoints): Change prototype to take pending breakpoint
13197 pointer. When resolving a pending breakpoint, use the new pointer
13198 to provide a conditional or commands added by the end-user.
13199 (delete_breakpoint): Add appropriate check for pending.
13200 (breakpoint_re_set_one): Ditto.
13201 (do_enable_breakpoint): Ditto.
13202
13203 2004-02-02 David Carlton <carlton@kealia.com>
13204
13205 * valops.c (enum oload_classification): New.
13206 (find_overload_match): Break implementation into separate
13207 functions; delete #if 0'd code; look for symbols within
13208 namespaces.
13209 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
13210 (find_oload_champ,oload_method_static,classify_oload_match): New.
13211 * cp-support.h: Add declaration for cp_func_name; update
13212 declaration for make_symbol_overload_list.
13213 * cp-support.c (cp_func_name): New.
13214 (overload_list_add_symbol): Fix comment, use
13215 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
13216 (make_symbol_overload_list): Take a function name and a namespace
13217 instead of a symbol; change implementation.
13218 (make_symbol_overload_list_using): New.
13219 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
13220
13221 2004-02-02 Fred Fish <fnf@redhat.com>
13222
13223 * main.c (gdb_stdtarg): Move definition to group with other
13224 gdb_stdtarg definitions and update copyright years.
13225 * remote-sim.c (gdb_os_write_stderr): Write output to
13226 gdb_stdtargerr stream instead of gdb_stdtarg stream.
13227 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
13228 gdb_stderr stream and update copyright years.
13229
13230 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13231
13232 * Makefile.in (mips-linux-nat.o): Update dependencies.
13233 * mips-linux-nat.c: Include mips-tdep.h.
13234
13235 2004-02-01 Roland McGrath <roland@redhat.com>
13236
13237 * sol-thread.c (sol_thread_xfer_partial): New function.
13238 (init_sol_thread_ops): Use that for to_xfer_partial hook.
13239 (init_sol_core_ops): Likewise.
13240
13241 * procfs.c (procfs_xfer_partial): New function.
13242 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
13243 * Makefile.in (procfs.o): Add $(auxv_h) dep.
13244
13245 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
13246 procfs_xfer_auxv function.
13247
13248 * procfs.c (procfs_make_note_section): If we can read
13249 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
13250 * linux-proc.c (linux_make_note_section): Likewise.
13251
13252 * auxv.h: New file.
13253 * auxv.c: New file.
13254 * Makefile.in (auxv_h): New variable.
13255 (COMMON_OBS): Add auxv.o here.
13256 (auxv.o): New target.
13257
13258 * corelow.c (core_xfer_partial): New function.
13259 (init_core_ops): Use it for core_ops.to_xfer_partial.
13260
13261 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
13262 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
13263 macro if that is defined.
13264
13265 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13266
13267 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
13268 and check the specified thread for each breakpoint.
13269 * breakpoint.h (bpstat_stop_status): Update prototype.
13270 * infrun.c (handle_inferior_event): Update calls to
13271 bpstat_stop_status.
13272
13273 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13274
13275 * Makefile.in (cli-cmds.o): Add $(readline_h).
13276
13277 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
13278
13279 * cli/cli-cmds.c: Include readline.h.
13280 (complete_command): Pass the start of the last word to
13281 complete_line.
13282
13283 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13284
13285 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
13286 argument, and change first argument to a CORE_ADDR.
13287 * breakpoint.h (bpstat_stop_status): Update prototype.
13288 * infrun.c (adjust_pc_after_break): Add a new comment.
13289 (handle_inferior_event): Update calls to bpstat_stop_status.
13290
13291 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13292
13293 * breakpoint.h: Update copyright years.
13294
13295 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13296
13297 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
13298 (bpstat_stop_status): Don't decrement PC.
13299 * breakpoint.h (software_breakpoint_inserted_here_p): Add
13300 prototype.
13301 * infrun.c (adjust_pc_after_break): New function.
13302 (handle_inferior_event): Call it, early. Remove later references
13303 to DECR_PC_AFTER_BREAK.
13304 (normal_stop): Add commentary.
13305
13306 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
13307
13308 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
13309 2004-01-27 double-free fix.
13310
13311 2004-01-31 Mark Kettenis <kettenis@gnu.org>
13312
13313 * sparc-tdep.c (sparc_fetch_wcookie): New function.
13314 (sparc32_frame_prev_register): Handle StackGhost.
13315 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
13316
13317 2004-01-29 Roland McGrath <roland@redhat.com>
13318
13319 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
13320 * configure: Regenerated.
13321
13322 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
13323 * Makefile.in (procfs.o): Add dep.
13324
13325 2004-01-28 Andrew Cagney <cagney@redhat.com>
13326
13327 * tui/tui-stack.h: Update copyright.
13328 (struct frame_info): Add opaque declaration.
13329 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
13330 (tui_show_locator_content): Rename tuiShowLocatorContent.
13331 (tui_show_frame_info): Rename tuiShowFrameInfo.
13332 * tui/tui-stack.c: Update copyright. Update references.
13333 * tui/tui-winsource.c: Update references.
13334 * tui/tui-win.c: Update references.
13335 * tui/tui-layout.c: Update references.
13336 * tui/tui-hooks.c: Update copyright, update references.
13337 * tui/tui.c: Update copyright, update references.
13338 * tui/tui-disasm.c: Update references.
13339
13340 2004-01-28 David Carlton <carlton@kealia.com>
13341
13342 * dwarf2read.c (add_partial_structure): Use demangled name if
13343 namespace equals "".
13344
13345 2004-01-27 Jim Blandy <jimb@redhat.com>
13346
13347 Clean up misapplied patch:
13348 * dwarf2read.c (determine_prefix): Change one of the two forward
13349 declarations for 'determine_prefix_aux' to a declaration for this.
13350 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
13351 argument to 'die_specification'.
13352
13353 * dwarf2read.c (read_func_scope): Re-indent comment.
13354
13355 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
13356
13357 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
13358 b->exp to NULL after freeing so that error during re-parsing or
13359 evaluation of expressions associated with breakpoint don't
13360 eventually lead to re-freeing of storage.
13361 Committed by Andrew Cagney.
13362
13363 2004-01-27 Andrew Cagney <cagney@redhat.com>
13364
13365 * source.c (ambiguous_line_spec): Delete undefined declaration.
13366 * m32r-rom.c (m32r_set_board_address): Delete unused function.
13367 (m32r_set_server_address, m32r_set_download_path): Ditto.
13368 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
13369
13370 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
13371
13372 * dwarf2read.c: Update calls to changed and renamed functions, and
13373 references to moved variables.
13374
13375 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
13376 language, language_defn, list_in_scope, and ftypes members.
13377 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
13378 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
13379 (baseaddr): Remove globals.
13380
13381 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
13382 (set_cu_language, die_is_declaration, die_specification)
13383 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
13384 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
13385 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
13386 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
13387
13388 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
13389 cu.list_in_scope. Don't initialize cu_header_offset.
13390 (add_partial_symbol): Add local baseaddr.
13391 (psymtab_to_symtab_1): Add local baseaddr. Use
13392 objfile->section_offsets for consistency. Don't initialize
13393 cu_header_offset; do initialize cu.header.offset and
13394 cu.list_in_scope.
13395 (read_file_scope, read_func_scope, read_lexical_block_scope)
13396 (dwarf_decode_lines, new_symbol): Add local baseaddr.
13397
13398 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
13399
13400 * PROBLEMS: Add gdb/1516.
13401
13402 2003-12-29 Robert Millan <robertmh@gnu.org>
13403
13404 Patch committed by Andrw Cagney.
13405 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
13406 * configure.tgt: Match knetbsd*-gnu.
13407
13408 2004-01-26 Andrew Cagney <cagney@redhat.com>
13409
13410 * breakpoint.c (catch_command_1): Delete #ifdef code.
13411 (catch_fork_command_1): Delete #ifdef wrapper.
13412 (catch_exec_command_1): Ditto.
13413 (catch_load_command_1): Ditto.
13414 (catch_unload_command_1): Ditto.
13415
13416 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
13417 (catch_breakpoint): Delete #if0ed function.
13418 (disable_catch_breakpoint): Ditto.
13419 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
13420 (disable_catch, enable_catch, delete_catch): Ditto.
13421
13422 2004-01-26 Andrew Cagney <cagney@redhat.com>
13423
13424 * remote.c (echo_check, quit_flag): Delete variables.
13425 (cisco_kernel_mode): Delete variable.
13426 (minitelnet_return, tty_input, escape_count): Delete variables.
13427 (remote_cisco_mode): Delete variable.
13428 (remote_cisco_open, remote_cisco_close): Delete function.
13429 (remote_cisco_mourn, remote_cisco_wait): Delete function.
13430 (init_remote_cisco_ops): Delete function.
13431 (_initialize_remote): Do not install "remote cisco" code.
13432 (read_frame): Delete cisco specific code.
13433 (remote_info_process): Delete function.
13434 (remote_wait): Delete cisco specific code.
13435 (remote_cisco_section_offsets): Delete function.
13436 (remote_cisco_objfile_relocate): Delete function.
13437 (remote_async_wait): Delete cisco specific code.
13438 (minitelnet, readtty, readsocket): Delete function.
13439
13440 2004-01-26 Andrew Cagney <cagney@redhat.com>
13441
13442 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
13443 comments mentioning extract_returned_value_address.
13444 * infcmd.c (print_return_value): Update. Add comments on
13445 extract_returned_value_address.
13446 * stack.c (return_command): Add comments on
13447 extract_returned_value_address.
13448 * values.c: Update comment.
13449 * m32r-tdep.c: Update comment.
13450 * sparc-tdep.c: Update comment.
13451 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
13452 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
13453 * sh64-tdep.c (sh64_gdbarch_init): Update.
13454 * sh-tdep.c (sh_gdbarch_init): Update.
13455 * s390-tdep.c (s390_gdbarch_init): Update.
13456 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
13457 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
13458 * m68k-tdep.c (m68k_gdbarch_init): Update.
13459 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
13460 * m32r-tdep.c (m32r_gdbarch_init): Update.
13461 * ia64-tdep.c (ia64_gdbarch_init): Update.
13462 * h8300-tdep.c (h8300_gdbarch_init): Update.
13463 * frv-tdep.c (frv_gdbarch_init): Update.
13464 * arm-tdep.c (arm_gdbarch_init): Update.
13465 * alpha-tdep.c (alpha_gdbarch_init): Update.
13466
13467 2004-01-26 Andrew Cagney <cagney@redhat.com>
13468
13469 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
13470 SYMBOL_LOCATION_FUNCS
13471 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
13472 "struct symbol_ops".
13473 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
13474 type to "struct symbol_ops".
13475 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
13476 (struct symbol): Replace ".aux_value.loc.funcs" and
13477 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
13478 (SYMBOL_OBJFILE): Delete macro.
13479 (SYMBOL_LOCATION_FUNCS): Delete macro.
13480 (SYMBOL_LOCATION_BATON): Update.
13481 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
13482 intead of SYMBOL_LOCATION_FUNCS.
13483 * ax-gdb.c (gen_var_ref): Ditto.
13484 * printcmd.c (address_info): Ditto.
13485 * findvar.c (read_var_value): Ditto.
13486 (symbol_read_needs_frame): Ditto.
13487
13488 2004-01-26 Andrew Cagney <cagney@redhat.com>
13489
13490 * dwarf2read.c (read_func_scope): Document frame-base hack.
13491
13492 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13493
13494 * infcmd.c (print_return_value): Plug memory leak; delete
13495 ui_stream object. Rename argument `structure_return' to
13496 `struct_return'.
13497
13498 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13499
13500 * infcmd.c (print_return_value): Wrap long lines.
13501 (finish_command_continuation, finish_command): Remove unused
13502 variable `funcaddr'. Fix some coding-standards problems.
13503
13504 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
13505 SECT_SIZE is large enough, not whether it's exactly the right size.
13506 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
13507 TDEP->fpregset to zero.
13508
13509 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
13510 floating-point registers for traditional NetBSD core files.
13511 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
13512 TDEP->sizeof_fpregset here.
13513
13514 2004-01-25 Mark Kettenis <kettenis@gnu.org>
13515
13516 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
13517 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
13518 function with code split out from
13519 sparc32nbsd_sigcontext_frame_cache.
13520 (sparc32nbsd_sigcontext_frame_cache): Use
13521 sparc32nbsd_sigcontext_saved_regs.
13522 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
13523 OpenBSD.
13524 * sparcobsd-tdep.c: New file.
13525 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
13526 (sparcobsd-tdep.o): New dependency.
13527 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
13528 * config/sparc/obsd.mt: New file.
13529
13530 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
13531 TDEP->fpregset to be initialized to enable core file register
13532 sets.
13533
13534 2004-01-24 Mark Kettenis <kettenis@gnu.org>
13535
13536 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
13537 Add opaque declarations.
13538 (sparc64nbsd_sigcontext_saved_regs): New prototype.
13539 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
13540 function with code split out from
13541 sparc64nbsd_sigcontext_frame_cache.
13542 (sparc64nbsd_sigcontext_frame_cache): Use
13543 sparc64nbsd_sigcontext_saved_regs.
13544 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
13545 OpenBSD.
13546 * sparc64obsd-tdep.c: New file.
13547 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
13548 (sparc64obsd-tdep.o): New dependency.
13549 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
13550 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
13551 * config/sparc/obsd64.mt: New file.
13552
13553 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
13554 read the instruction at PC.
13555
13556 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
13557 value of GDB_OSABI_DEFAULT.
13558 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
13559 instead of GDB_OSABI_NETBSD_AOUT.
13560
13561 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
13562
13563 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
13564 copyright.
13565
13566 2004-01-23 Andrew Cagney <cagney@redhat.com>
13567
13568 * printcmd.c (display_command): Replace tui_set_display call with
13569 tui_set_layout_for_display_command.
13570 * tui/tui.h (enum tui_win_type): Define.
13571 (tui_set_layout): Delete declaration.
13572 (tui_set_layout_for_display_command): Rename set_tui_layout.
13573 * tui/tui-data.h (enum tui_layout_type): Define.
13574 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
13575 "tui.h".
13576 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
13577 (tui_default_win_height): Rename tuiDefaultWinHeight.
13578 (tui_default_win_viewport_height): Rename
13579 tuiDefaultWinViewportHeight.
13580 (tui_set_layout): RenametuiSetLayout.
13581 * tui/tui-layout.c: Update references.
13582 * tui/tui.c: Update references.
13583 * tui/tui-disasm.c: Update references.
13584
13585 2004-01-23 David Carlton <carlton@kealia.com>
13586
13587 Partial workaround for PR c++/1511:
13588 * cp-namespace.c: Include frame.h.
13589 (cp_lookup_transparent_type): New
13590 (cp_lookup_transparent_type_loop): New.
13591 * cp-support.h: Declare cp_lookup_transparent_type.
13592 * symtab.c (basic_lookup_transparent_type): Renamed from
13593 lookup_transparent_type.
13594 (lookup_transparent_type): Replace old body by a call to
13595 current_language->la_lookup_transparent_type.
13596 * symtab.h: Update copyright. Declare
13597 basic_lookup_transparent_type.
13598 * language.h: Update copyright.
13599 (struct language_defn): Add la_lookup_transparent_type.
13600 * language.c: Update copyright.
13601 (unknown_language_defn): Add basic_lookup_transparent_type.
13602 (auto_language_defn): Add basic_lookup_transparent_type.
13603 (local_language_defn): Add basic_lookup_transparent_type.
13604 * ada-lang.c: Update copyright.
13605 (ada_language_defn): Add basic_lookup_transparent_type.
13606 * c-lang.c: Update copyright.
13607 (c_language_defn): Add basic_lookup_transparent_type.
13608 (cplus_language_defn): Add basic_lookup_transparent_type.
13609 (asm_language_defn): Add basic_lookup_transparent_type.
13610 (minimal_language_defn): Add basic_lookup_transparent_type.
13611 * f-lang.c: Update copyright.
13612 (f_language_defn): Add basic_lookup_transparent_type.
13613 * jv-lang.c: Update copyright.
13614 (java_language_defn): Add basic_lookup_transparent_type.
13615 * m2-lang.c: Update copyright.
13616 (m2_language_defn): Add basic_lookup_transparent_type.
13617 * objc-lang.c: Update copyright.
13618 (objc_language_defn): Add basic_lookup_transparent_type.
13619 * p-lang.c: Update copyright.
13620 (p_language_defn): Add basic_lookup_transparent_type.
13621 * scm-lang.c: Update copyright.
13622 (scm_language_defn): Add basic_lookup_transparent_type.
13623 * Makefile.in (cp-namespace.o): Depend on frame.h.
13624
13625 2004-01-23 David Carlton <carlton@kealia.com>
13626
13627 Patch for PR c++/1520:
13628 * dwarf2read.c (read_func_scope): Set processing_current_prefix
13629 properly if we have a specification die.
13630 (determine_prefix_aux): Rename from determine_prefix.
13631 (determine_prefix): Like the old determine_prefix, but never
13632 returns NULL.
13633
13634 2004-01-23 Theodore A. Roth <troth@openavr.org>
13635
13636 * avr-tdep.c: Update copyright.
13637 (avr_iaddr_p): Delete unused function.
13638 (avr_saddr_p): Delete unused function.
13639
13640 2004-01-23 David Carlton <carlton@kealia.com>
13641
13642 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
13643 Fix for PR symtab/1534.
13644
13645 2004-01-23 Mark Kettenis <kettenis@gnu.org>
13646
13647 * NEWS (New native configurations): Mention OpenBSD/sparc and
13648 OpenBSD/sparc64.
13649 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
13650 * configure.host: Likewise.
13651 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
13652 handler for OpenBSD.
13653 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
13654
13655 2004-01-22 Mark Kettenis <kettenis@gnu.org>
13656
13657 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
13658 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
13659
13660 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
13661 * cli/cli-cmds.c (shell_escape): Likewise.
13662
13663 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
13664 OpenBSD .note.openbsd.ident sections.
13665
13666 2004-01-22 David Carlton <carlton@kealia.com>
13667
13668 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
13669 get_scope_pc_bounds.
13670 (read_file_scope): Ditto.
13671 (get_scope_pc_bounds): New function, produced by extracting code
13672 from the above two functions, consolidating it, and adding support
13673 for DW_TAG_namespace.
13674
13675 2004-01-22 Mark Kettenis <kettenis@gnu.org>
13676
13677 * osabi.c (MAX_NOTESZ): New define.
13678 (check_note): New function.
13679 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
13680 check_note.
13681
13682 2004-01-21 Roland McGrath <roland@redhat.com>
13683
13684 * MAINTAINERS (write after approval): Add myself.
13685
13686 2004-01-21 Eli Zaretskii <eliz@gnu.org>
13687
13688 * utils.c (init_page_info): Move declarations of `rows' and
13689 `cols' before the __GO32__-specific code. Move the closing brace
13690 outside the #ifdef __GO32__..#endif block.
13691 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
13692
13693 2004-01-21 Paul Brook <paul@codesourcery.com>
13694
13695 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
13696 BPSTAT_WHAT_CHECK_SHLIBS.
13697
13698 2004-01-21 Paul Brook <paul@codesourcery.com>
13699
13700 * MAINTAINERS: Add myself to write-after-approval.
13701
13702 2004-01-20 Andrew Cagney <cagney@redhat.com>
13703
13704 * ax-gdb.c (print_axs_value): Delete unused function.
13705 * jv-lang.c (java_lookup_type): Delete unused function.
13706 * cli/cli-dump.c (dump_filetype): Delete unused function.
13707 * remote-mips.c (remote_mips_insert_hw_breakpoint)
13708 (remote_mips_remove_hw_breakpoint): Delete unused functions.
13709 (mips_getstring): Delete unused function.
13710 (pmon_insert_breakpoint): Delete #if0ed function.
13711 (PMON_MAX_BP): Delete #if0ed MACRO.
13712 (mips_pmon_bp_info): Delete #if0ed variable.
13713 (pmon_remove_breakpoint): Delete #if0ed function.
13714 * monitor.c (monitor_write_even_block): Delete unused function.
13715 (monitor_write_memory_block): Delete #if0ed code.
13716 * dink32-rom.c (dink32_load): Delete unused function.
13717 (_initialize_dink32_rom): Delete #if0ed code.
13718 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
13719
13720 * tui/tui-command.c: Update references.
13721 * tui/tui-io.c: Update references.
13722 * tui/tui-command.h: Update copyright.
13723 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
13724
13725 * source.c (ambiguous_line_spec): Delete never-defined function.
13726 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
13727 * gdbtypes.c (add_name, add_mangled_type): Ditto.
13728 * cli/cli-cmds.c (validate_comname): Ditto.
13729
13730 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
13731 "tui-data.h".
13732 (tui_set_disassem_content): Rename tuiSetDisassemContent.
13733 (tui_show_disassem): Rename tuiShowDisassem.
13734 (tui_show_disassem_and_update_source): Rename
13735 tuiVerticalDisassemScroll.
13736 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
13737 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
13738 * tui/tui.h: Update copyright.
13739 (enum tui_status): Define.
13740 * tui/tui-data.h (enum tui_scroll_direction): Define.
13741 * tui/tui-disasm.c: Update copyright. Update references.
13742 * tui/tui-winsource.c: Update copyright. Update references.
13743 * tui/tui-win.c: Update references.
13744 * tui/tui-layout.c: Update references.
13745
13746 2004-01-20 Andrew Cagney <cagney@redhat.com>
13747
13748 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
13749 sym2 to start of block.
13750
13751 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
13752
13753 * MAINTAINERS: Delete mmalloc.
13754 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
13755 * NEWS: Mention removal of --with-malloc.
13756 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
13757 * config.in: Regenerate.
13758 * configure: Regenerate.
13759 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
13760 USE_MMALLOC, MMCHECK_FORCE.
13761 * gdbinit.in: Remove mmalloc.
13762 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
13763 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
13764 * config/i386/go32.mh: Likewise.
13765 * config/i386/interix.mh: Likewise.
13766 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
13767
13768 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
13769
13770 * linespec.c (decode_variable, symtab_from_filename): Call
13771 error_silent with error message instead of throwing an exception
13772 directly.
13773 * defs.h (error_silent, error_output_message): Add prototypes.
13774 (catch_exceptions_with_msg): Ditto.
13775 * utils.c (error_silent, error_output_message): New functions.
13776 * top.c (catch_exceptions_with_msg): New function.
13777
13778 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
13779
13780 * mi/mi-cmds.h (enum print_values): Add definition.
13781
13782 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
13783 type and value for simple data types and just the name and type
13784 for complex ones, if required.
13785
13786 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
13787 children, if required.
13788
13789 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13790
13791 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
13792 unused declarations.
13793
13794 2004-01-19 Andrew Cagney <cagney@redhat.com>
13795
13796 * top.h (mapped_symbol_files): Delete declaration.
13797 * main.c (captured_main): Delete option "m" and "mapped".
13798 * objfiles.c (mapped_symbol_files): Delete variable.
13799 * symfile.c (symbol_file_command): Delete mmap code.
13800 (symbol_file_add_with_addrs_or_offsets): Ditto.
13801 (add_symbol_file_command, reread_separate_symbols): Ditto.
13802 * objfiles.h (OBJF_MAPPED): Delete.
13803 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
13804 (free_objfile) [USE_MMALLOC]: Ditto.
13805 (open_existing_mapped_file): Delete function.
13806 (open_mapped_file): Delete function.
13807 (map_to_file): Delete function.
13808
13809 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13810
13811 * infrun.c (step_into_function): Account for possible breakpoint
13812 adjustment when computing ``stop_func_start''.
13813
13814 2004-01-19 Kevin Buettner <kevinb@redhat.com>
13815
13816 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
13817 the region size against the size of a pointer, not the size of
13818 a register as given by DEPRECATED_REGISTER_SIZE.
13819
13820 2004-01-19 Andrew Cagney <cagney@redhat.com>
13821
13822 * tui/tui-regs.h: Include "tui-data.h".
13823 (tuiFirstRegElementNoInLine): Delete declaration.
13824 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
13825 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
13826 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
13827 (tui_calculate_regs_column_count): Rename
13828 tuiCalculateRegsColumnCount.
13829 (tui_check_register_values): Rename tuiCheckRegisterValues.
13830 (tui_show_registers): Rename tuiShowRegisters.
13831 (tui_display_registers_from_line): Rename
13832 tuiDisplayRegistersFromLine.
13833 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
13834 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
13835 (tui_first_reg_element_no_inline): Rename
13836 tuiFirstRegElementNoInLine.
13837 * tui/tui-data.h: Update copyright.
13838 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
13839 * tui/tui-windata.c: Update copyright, update references.
13840 * tui/tui-regs.c: Update copyright, update references.
13841 * tui/tui-win.c: Update copyright, update references.
13842 * tui/tui-layout.c: Update copyright, update references.
13843
13844 2004-01-18 Andrew Cagney <cagney@redhat.com>
13845
13846 * tui/tui-io.c: Update copyright.
13847 (key_is_end_sequence, key_is_backspace): New functions.
13848 (key_is_command_char, key_is_start_sequence): New function.
13849 (tui_getc): Update references.
13850 * tui/tui-io.h: Update copyright.
13851 (m_tuiStartNewLine): Delete macro.
13852 (m_isBackspace, m_isDeleteChar): Delete macros.
13853 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
13854 (m_isNextPage, m_isPrevPage): Delete macros.
13855 (m_isLeftArrow, m_isRightArrow): Delete macros.
13856 (m_isXdbStyleCommandChar): Delete macro.
13857 (key_is_start_sequence): Declare, replace m_isStartSequence.
13858 (key_is_end_sequence): Declare, replace m_isEndSequence.
13859 (key_is_backspace): Declare ,replace m_isBackspace.
13860 (key_is_command_char): Declare, replace m_isCommandChar.
13861 * tui/tui-command.c: Update copyright.
13862 (tuiDispatchCtrlChar): Update references.
13863
13864 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
13865 tuiSourceWin.h.
13866
13867 * tui/tui-command.c: Rename tui/tuiCommand.c.
13868 * tui/tui-command.h: Rename tui/tuiCommand.h.
13869 * tui/tui-data.c: Rename tui/tuiData.c.
13870 * tui/tui-data.h: Rename tui/tuiData.h.
13871 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
13872 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
13873 * tui/tui-io.c: Rename tui/tuiIO.c.
13874 * tui/tui-io.h: Rename tui/tuiIO.h.
13875 * tui/tui-layout.c: Rename tui/tuiLayout.c.
13876 * tui/tui-layout.h: Rename tui/tuiLayout.h.
13877 * tui/tui-regs.c: Rename tui/tuiRegs.c.
13878 * tui/tui-regs.h: Rename tui/tuiRegs.h.
13879 * tui/tui-source.c: Rename tui/tuiSource.c.
13880 * tui/tui-source.h: Rename tui/tuiSource.h.
13881 * tui/tui-stack.c: Rename tui/tuiStack.c.
13882 * tui/tui-stack.h: Rename tui/tuiStack.h.
13883 * tui/tui-win.c: Rename tui/tuiWin.c.
13884 * tui/tui-win.h: Rename tui/tuiWin.h.
13885 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
13886 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
13887 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
13888 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
13889 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
13890 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
13891 * tui/tui-file.c: Update includes.
13892 * tui/tui-hooks.c: Update includes.
13893 * tui/tui-interp.c: Update includes.
13894 * tui/tui.c: Update includes.
13895 * Makefile.in: Update all tui/ dependencies.
13896 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
13897
13898 * Makefile.in: Update copyright. Update dependencies.
13899
13900 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
13901 problem.
13902
13903 2004-01-18 Andrew Cagney <cagney@redhat.com>
13904
13905 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
13906 instead of register_gdbarch_init.
13907
13908 * remote-sds.c (tohex): Delete unused function. Update copyright.
13909 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
13910 * v850-tdep.c (v850_register_virtual_size): Ditto.
13911 * target.c (normal_target_post_startup_inferior): Ditto.
13912 * source.c (ambiguous_line_spec): Ditto.
13913 * remote.c (adapt_remote_get_threadinfo): Ditto.
13914 * mi/mi-out.c (out_field_fmt): Ditto.
13915 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
13916 (output_control_change_notification): Ditto.
13917 * m68k-tdep.c (m68k_register_byte): Ditto.
13918 (m68k_remote_breakpoint_from_pc): Ditto.
13919 * ui-out.c (init_ui_out_state): Delete unused declaration.
13920 * stabsread.c (search_value): Ditto.
13921 * mi/mi-cmd-env.c (env_cli_command): Ditto.
13922 * maint.c (print_section_table): Ditto.
13923 * infrun.c (set_follow_fork_mode_command): Ditto.
13924
13925 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13926
13927 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
13928 DW_CFA_def_cfa_exporession. Add support for
13929 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
13930 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
13931
13932 2004-01-18 Andrew Cagney <cagney@redhat.com>
13933
13934 * ocd.c: Update copyright.
13935 (bdm_read_register_command): Delete unused function.
13936 (_initialize_remote_ocd): Delete commented out reference.
13937 (get_quoted_char, reset_packet): Delete #if0ed function.
13938 (output_packet, put_quoted_char): Delete #if0ed function.
13939 (stu_put_packet, stu_get_packet): Delete #if0ed function.
13940 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
13941 (BDM_BREAKPOINT): Delete #if0ed macro.
13942 (remote_timeout): Delete #if0ed variable.
13943
13944 2004-01-18 Mark Kettenis <kettenis@gnu.org>
13945
13946 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
13947 (core-sol2.o): Remove dependency.
13948 * core-sol2.c: Remove file.
13949
13950 2004-01-17 Andrew Cagney <cagney@redhat.com>
13951
13952 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
13953 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
13954 enums.
13955
13956 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13957
13958 * remote.c: Update copyright years.
13959
13960 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13961
13962 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
13963
13964 2004-01-17 Andrew Cagney <cagney@redhat.com>
13965
13966 * mdebugread.c: Update copyright.
13967 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
13968 (parse_type, parse_procedure): Ditto.
13969 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
13970
13971 * cris-tdep.c (cris_store_struct_return): Put back accidently
13972 deleted function.
13973
13974 * gdbarch.sh: Update copyright year.
13975 * gdbarch.h, gdbarch.c: Re-generate.
13976
13977 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
13978
13979 Suggested by George Anzinger.
13980 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
13981 correct stack offset. Include unknown opcode numbers in the error
13982 message.
13983
13984 2004-01-17 Andrew Cagney <cagney@redhat.com>
13985
13986 * x86-64-tdep.c (x86_64_init_abi): No need to clear
13987 extract_struct_value_address, i386 does not set it.
13988 * sparc64-tdep.c (sparc64_init_abi): Do not set
13989 extract_struct_value_address, never called.
13990 (sparc64_extract_struct_value_address): Delete function.
13991 * m68hc11-tdep.c: Update copyright.
13992 (m68hc11_gdbarch_init): Delete redundant assignment of
13993 extract_struct_value_address.
13994 * i386-tdep.c: Update copyright.
13995 (i386_gdbarch_init): Do not set extract_struct_value_address,
13996 never called.
13997 (i386_extract_struct_value_address): Delete function.
13998 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
13999 extract_struct_value_address, never called.
14000 (sparc32_extract_struct_value_address): #if 0 function. Add
14001 comments explaining its future.
14002
14003 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
14004
14005 * arm-tdep.c (arm_write_pc): New function.
14006 (arm_gdbarch_init): Call set_gdbarch_write_pc.
14007
14008 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
14009
14010 * breakpoint.c (must_shift_inst_regs): Delete.
14011 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
14012 and SHIFT_INST_REGS.
14013 * infcmd.c (step_1, step_1_continuation): Delete references to
14014 SHIFT_INST_REGS.
14015 * infrun.c (keep_going): Likewise.
14016 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
14017 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
14018
14019 2004-01-17 Andrew Cagney <cagney@redhat.com>
14020
14021 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
14022 * gdbarch.h, gdbarch.c: Re-generate.
14023 * infcmd.c (print_return_value): Delete reference to
14024 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
14025
14026 * cris-tdep.c (cris_gdbarch_init): Do not set
14027 deprecated_extract_struct_value_address.
14028
14029 * xstormy16-tdep.c: Update copyright.
14030 (xstormy16_extract_struct_value_address): Update to current
14031 extract struct value address interface.
14032 (xstormy16_gdbarch_init): Set extract_struct_value_address.
14033 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
14034 current extract struct value address interface.
14035 (sh64_gdbarch_init): Set extract_struct_value_address.
14036
14037 * cris-tdep.c: Update copyright.
14038 (cris_extract_struct_value_address): Delete function.
14039 (struct_return_address): Delete variable.
14040 (cris_store_struct_return): Do not set struct_return_address.
14041
14042 * mcore-tdep.c: Update copyright.
14043 (mcore_extract_struct_value_address): Delete function. Update
14044 comments.
14045 (mcore_gdbarch_init): Update.
14046 * mn10300-tdep.c: Update copyright.
14047 (mn10300_extract_struct_value_address): Delete function.
14048 (mn10300_gdbarch_init): Update.
14049 * v850-tdep.c: Update copyright.
14050 (v850_extract_struct_value_address): Delete.
14051 (v850_gdbarch_init): Update.
14052 * ns32k-tdep.c: Update copyright.
14053 (ns32k_extract_struct_value_address): Delete.
14054 (ns32k_gdbarch_init): Update.
14055 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
14056 (hppa_gdbarch_init): Update.
14057 * vax-tdep.c: Update copyright.
14058 (vax_extract_struct_value_address): Delete.
14059 (vax_gdbarch_init): Update.
14060
14061 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
14062 * gdbarch.h, gdbarch.c: Re-generate.
14063 * procfs.c (procfs_fetch_registers): Delete reference to
14064 DEPRECATED_NPC_REGNUM.
14065 (procfs_store_registers): Ditto.
14066 * regcache.c (generic_target_write_pc): Simplify.
14067 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
14068
14069 * core-sol2.c (fetch_core_registers): Replace
14070 DEPRECATED_NPC_REGNUM with equivalent tdep value.
14071
14072 * hppa-tdep.c: Update copyright year.
14073 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
14074 NPC_REGNUM.
14075 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
14076
14077 * mips-tdep.c (mips_write_pc): New function.
14078 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
14079 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
14080 (mips_find_saved_regs, mips_software_single_step: Ditto.
14081 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
14082 mips_init_extra_frame_info, mips_pop_frame): Ditto.
14083
14084 2004-01-17 Andrew Cagney <cagney@redhat.com>
14085
14086 * mips-tdep.c: Re-indent. Group functions by ABI.
14087
14088 2004-01-17 Andrew Cagney <cagney@redhat.com>
14089
14090 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
14091 * gdbarch.c: Re-generate.
14092 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14093 DECR_PC_AFTER_BREAK to zero.
14094 * vax-tdep.c (vax_gdbarch_init): Ditto.
14095 * v850-tdep.c (v850_gdbarch_init): Ditto.
14096 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14097 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14098 * sh-tdep.c (sh_gdbarch_init): Ditto.
14099 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14100 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14101 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14102 * mips-tdep.c (mips_gdbarch_init): Ditto.
14103 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14104 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14105 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14106 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14107 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
14108 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14109 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14110 * frv-tdep.c (frv_gdbarch_init): Ditto.
14111 * cris-tdep.c (cris_gdbarch_init): Ditto.
14112 * avr-tdep.c (avr_gdbarch_init): Ditto.
14113 * arm-tdep.c (arm_gdbarch_init): Ditto.
14114 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
14115
14116 2004-01-17 J. Brobecker <brobecker@gnat.com>
14117
14118 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
14119 Delete, no longer used.
14120 (read_subrange_type): New function, mostly extracted from
14121 read_array_type().
14122 (read_array_type): Replace extracted code by call to
14123 read_subrange_type().
14124 (dwarf2_get_attr_constant_value): New function.
14125 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
14126 (add_partial_symbol): Likewise.
14127 (process_die): Likewise.
14128 (new_symbol): Likewise.
14129 (read_type_die): Likewise.
14130
14131 2004-01-16 Andrew Cagney <cagney@redhat.com>
14132
14133 * symfile.c: Update copyright year.
14134 (compare_symbols): Delete unused function.
14135 * stabsread.c: Update copyright year.
14136 (lrs_general_complaint): Delete unused function.
14137 (ref_search_value): Ditto.
14138 (get_substring): Delete declaration.
14139 * sh64-tdep.c: Update copyright year.
14140 (sh64_get_gdb_regnum): Delete unused function.
14141 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
14142 Delete unused function.
14143
14144 2004-01-17 Mark Kettenis <kettenis@gnu.org>
14145
14146 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
14147 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
14148
14149 2004-01-16 Andrew Cagney <cagney@redhat.com>
14150
14151 Changes from Peter Schauer.
14152 * rs6000-tdep.c: Update copyright year.
14153 (rs6000_push_dummy_call): Update the stack pointer before
14154 accessing the corresponding stack region.
14155 * rs6000-nat.c: Update copyright year.
14156 (set_host_arch): Set "info.abfd" to "exec_bfd".
14157
14158 2004-01-15 Mark Kettenis <kettenis@gnu.org>
14159
14160 * blockframe.c: Update copyright year.
14161 (inside_entry_func): Don't treat a zero PC specially.
14162
14163 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
14164
14165 * gcore.c (gcore_copy_callback): Use paddr_d to print size
14166 variable.
14167 (gcore_create_callback): Ditto. Skip any memory segment that has
14168 no permissions set.
14169
14170 2004-01-14 David Carlton <carlton@kealia.com>
14171
14172 Change symbols for C++ nested types to contain the fully qualified
14173 name, if possible. (At least in the DWARF-2 case.) Partial fix
14174 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
14175 c++/895.
14176 * c-exp.y (qualified_type): Handle types nested within classes.
14177 * cp-namespace.c: Update comments.
14178 (cp_set_block_scope): Delete #if 0.
14179 (cp_lookup_nested_type): Handle types nested within classes.
14180 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
14181 when appropriate.
14182 (add_partial_symbol): Add the name of the enclosing namespace to
14183 types.
14184 (pdi_needs_namespace): New.
14185 (add_partial_namespace): Tweak comment.
14186 (add_partial_structure): New.
14187 (psymtab_to_symtab_1): Initialize processing_current_prefix
14188 here...
14189 (process_die): instead of here.
14190 (read_structure_scope): Try to figure out the name of the class or
14191 namespace that the structure might be defined within.
14192 (read_enumeration): Generate fully-qualified names, if possible.
14193 (read_namespace): Don't set name to NULL.
14194 (die_specification): New.
14195 (new_symbol): Generate fully-qualified names for types.
14196 (read_type_die): Determine appropriate prefix.
14197 (determine_prefix): New.
14198 (typename_concat): New.
14199 (class_name): New.
14200 * valops.c (value_aggregate_elt): Pass NOSIDE to
14201 value_struct_elt_for_reference.
14202 (value_struct_elt_for_reference): Make static, add NOSIDE
14203 parameter, call value_maybe_namespace_elt as a last resort.
14204 (value_namespace_elt): Break out code into
14205 value_maybe_namespace_elt.
14206 (value_maybe_namespace_elt): New.
14207
14208 2004-01-12 Andrew Cagney <cagney@redhat.com>
14209
14210 * mips-tdep.c (mips_convert_register_p): Handle both raw and
14211 cooked floating-point registers.
14212 (mips_gdbarch_init): Set convert_register_p, register_to_value,
14213 and value_to_register.
14214
14215 2004-01-13 Andrew Cagney <cagney@redhat.com>
14216
14217 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
14218 * gdbarch.c: Re-generate.
14219 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
14220 FUNCTION_START_OFFSET.
14221 * v850-tdep.c (v850_gdbarch_init): Ditto.
14222 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
14223 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
14224 * sh-tdep.c (sh_gdbarch_init): Ditto.
14225 * s390-tdep.c (s390_gdbarch_init): Ditto.
14226 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
14227 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
14228 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
14229 * mips-tdep.c (mips_gdbarch_init): Ditto.
14230 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
14231 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
14232 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
14233 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
14234 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
14235 * i386-tdep.c (i386_gdbarch_init): Ditto.
14236 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
14237 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
14238 * frv-tdep.c (frv_gdbarch_init): Ditto.
14239 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
14240 * cris-tdep.c (cris_gdbarch_init): Ditto.
14241 * avr-tdep.c (avr_gdbarch_init): Ditto.
14242 * arm-tdep.c (arm_gdbarch_init): Ditto.
14243 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
14244
14245 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
14246
14247 * infrun.c (follow_fork_mode_ask): Remove.
14248 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
14249 (follow_fork): Simplify and remove internal error for
14250 follow_fork_mode_ask.
14251 (_initialize_infrun): Update "set follow-fork-mode" help text.
14252
14253 2004-01-13 Andrew Cagney <cagney@redhat.com>
14254
14255 * configure.in: Update copyright year.
14256 (build_warnings): Add -Wunused-label.
14257 * configure: Re-generate.
14258
14259 2004-01-12 Andrew Cagney <cagney@redhat.com>
14260
14261 * exec.h (exec_ops): Make "extern".
14262
14263 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
14264 the function is void.
14265 (mips_pseudo_register_write): Ditto.
14266
14267 2004-01-12 Andrew Cagney <cagney@redhat.com>
14268
14269 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
14270 call. Never defined.
14271 * sparc-tdep.h (struct frame_info): Add opaque declaration.
14272 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
14273 (struct sparc_gregset, struct regcache): Ditto.
14274 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
14275
14276 2004-01-12 Andrew Cagney <cagney@redhat.com>
14277
14278 * mi/ChangeLog: Delete file. Renamed to ...
14279 * mi/ChangeLog-1999-2003: New file.
14280 * tui/ChangeLog: Delete file. Renamed to ...
14281 * tui/ChangeLog-1998-2003: New file.
14282
14283 2004-01-11 Mark Kettenis <kettenis@gnu.org>
14284
14285 * sparc64nbsd-tdep.c: Include "regset.h".
14286 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
14287 Remove variables.
14288 (fetch_core_registers): Remove function.
14289 (sparc64nbsd_core_fns): Remove variable.
14290 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
14291 functions.
14292 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
14293 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14294 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
14295
14296 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
14297 sparc_extract_struct_value_address.
14298 (sparc32_gdbarch_init): Set extract_struct_value_address.
14299 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
14300 function.
14301 (sparc64_init_abi): Set extract_struct_value_address. Don't set
14302 return_value_on_stack.
14303
14304 * NEWS: Mention that %cs and %ss have been added to the AMD64
14305 configurations
14306
14307 * frame.c: Update copyright year.
14308 (get_prev_frame): Improve comment.
14309
14310 * sparc64fbsd-tdep.c: Include "regset.h".
14311 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14312 Remove variables.
14313 (fetch_core_registers): Remove function.
14314 (sparc64fbsd_core_fns): Remove variable.
14315 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
14316 functions.
14317 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
14318 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
14319 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
14320
14321 * sparcnbsd-tdep.c: Include "regset.h".
14322 (fetch_core_registers): Remove function.
14323 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
14324 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
14325 functions.
14326 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
14327 TDEP->fpregset.
14328 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
14329
14330 * sparc-tdep.h (struct regset): Provide opaque declaration.
14331 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
14332 fpregset and sizeof_fpregset members.
14333 * sparc-tdep.c (struct regset): Provide opaque declaration.
14334 (sparc_regset_from_core_section): New function.
14335 (sparc32_gdbarch_init): Initialize TDEP->gregset,
14336 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
14337 Set regset_from_core_section when appropriate.
14338
14339 2004-01-10 Mark Kettenis <kettenis@gnu.org>
14340
14341 * x86-64-tdep.c (amd64_non_pod_p): New function.
14342 (amd64_classify_aggregate): Return class memory for non-POD
14343 C++ structure types.
14344
14345 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
14346 argument. Use it to reserve a register if necessary.
14347 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
14348 amd64_push_arguments.
14349
14350 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
14351
14352 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
14353 register numbers in comments.
14354 * x86-64-tdep.h: Update copyright year.
14355 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
14356 Adjust for addition of %cs and %ss.
14357 * amd64fbsd-nat.c: Update copyright year.
14358 (reg_offset): Add register offsets for %cs and %ss.
14359 * amd64fbsd-tdep.c: Update copyright year.
14360 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
14361 (amd64fbsd_sc_reg_offset): Likewise.
14362 * x86-64-linux-nat.c: Update copyright year.
14363 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
14364 and %ss.
14365 * amd64nbsd-nat.c: Update copyright year.
14366 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
14367 * amd64nbsd-tdep.c: Update copyright year.
14368 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
14369 * x86-64-linux-tdep.c: Update copyright year.
14370 (user_to_gdb_regmap): Add mapping for %cs and %ss.
14371 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
14372 * regformats/reg-x86-64.dat: Add %cs and %ss.
14373
14374 * blockframe.c (inside_entry_func): Reformat. Introduce new local
14375 variables to prevent long lines. Update comments to reflect
14376 reality.
14377
14378 2004-01-09 David Carlton <carlton@kealia.com>
14379
14380 Checked in by Elena Zannoni <ezannoni@redhat.com>.
14381 * dwarf2read.c (read_namespace): Pull out name-generating code
14382 into namespace_name. Rename previous_namespace to previous_prefix
14383 and processing_current_namespace to processing_current_prefix..
14384 (namespace_name): New function.
14385 (add_partial_symbol): Substitute uses of pdi->name with
14386 actual_name.
14387 * cp-support.h: Rename processing_current_namespace to
14388 processing_current_prefix.
14389 Update copyright year.
14390 * cp-namespace.c: Rename processing_current_namespace to
14391 processing_current_prefix.
14392 Update copyright year.
14393
14394 2004-01-09 Andrew Cagney <cagney@redhat.com>
14395
14396 * jv-valprint.c, ser-unix.c: Add missing copyright years.
14397
14398 2004-01-09 Mark Kettenis <kettenis@gnu.org>
14399
14400 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
14401 complaining.
14402 (process_one_symbol): Deal with N_PATCH stabs.
14403
14404 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
14405
14406 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
14407 ifdeffed code.
14408 Update copyright year.
14409
14410 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14411
14412 * config/pa/tm-hppa.h: Update extern declarations for
14413 hppa32_hpux_frame_saved_pc_in_sigtramp,
14414 hppa32_hpux_frame_base_before_sigtramp, and
14415 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
14416
14417 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
14418
14419 * config/pa/tm-hppah.h: Update copyright years.
14420
14421 2004-01-08 Andrew Cagney <cagney@redhat.com>
14422
14423 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
14424 (mips_o32_reg_struct_has_addr): Delete function.
14425 (mips_gdbarch_init): Update.
14426 (mips_extract_struct_value_address): Delete function.
14427
14428 2004-01-08 David Mosberger <davidm@hpl.hp.com>
14429
14430 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
14431 reality.
14432
14433 2004-01-07 Andrew Cagney <cagney@redhat.com>
14434
14435 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
14436 architecture's elf flags (when available).
14437
14438 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
14439 FPU to the start, check the MIPS FPU when looking for an old
14440 architecture.
14441 (set_mipsfpu_single_command): Update the architecture.
14442 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
14443
14444 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
14445 (mips_mask_address_p): Add "tdep" parameter.
14446 (show_mask_address, mips_addr_bits_remove): Update.
14447 (mips_dump_tdep): Update.
14448 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
14449 (MIPS_STACK_ARGSIZE): Delete macro.
14450 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
14451 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
14452 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
14453 (mips_dump_tdep): Update.
14454 (MIPS_SAVED_REGSIZE): Delete macro.
14455 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
14456 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
14457 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
14458 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
14459 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
14460 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
14461 (mips_pop_frame, return_value_location): Update.
14462 (mips_n32n64_return_value, mips_dump_tdep): Update.
14463
14464 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
14465 MIPS ABI.
14466
14467 * mips-tdep.c: Update copyright.
14468 (mips_gdbarch_init): Merge two code blocks handling the register
14469 name and number layout.
14470
14471 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
14472
14473 * tracepoint.c (validate_actionline): Fix segv at EOF
14474
14475 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
14476
14477 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
14478 properly for static fields.
14479
14480 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
14481 Jason Molenda <jmolenda@apple.com>
14482
14483 * disasm.c: Update copyright to include 2004.
14484 (do_mixed_source_and_assembly): For uiout asm list
14485 and tuple cleanups, initialize to null_cleanup instead of
14486 NULL and do so prior to loop. Only reset when we close off
14487 the tuple/list. Move check for whether to close off the
14488 asm tuple/list to after dump_insns call where it will be run
14489 on each loop iteration.
14490
14491 2004-01-05 Andrew Cagney <cagney@redhat.com>
14492
14493 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
14494 should be a switch case and not a label.
14495 * mips-tdep.c (mips32_next_pc): Delete unused labels
14496 "greater_equal_branch" and "less_zero_branch".
14497 * jv-valprint.c (java_print_value_fields): Delete unused label
14498 "flush_it".
14499
14500 * target.c (unpush_target): Only close a target that is in the
14501 target stack.
14502
14503 2004-01-05 Mark Kettenis <kettenis@gnu.org>
14504
14505 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
14506 address from [sp + 64] instead of %o2.
14507
14508 * frame.c (get_prev_frame): Don't try to unwind the PC. This
14509 fixes PR backtrace/1476.
14510
14511 2004-01-05 Andrew Cagney <cagney@redhat.com>
14512
14513 * libunwind-frame.h (struct frame_id): Add opaque declaration,
14514 move to start of file.
14515 * i386-tdep.h (struct regcache): Add opaque declaration.
14516 * config/ia64/nm-linux.h (struct target_ops): Add opaque
14517 declaration.
14518 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
14519 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
14520 * win32-nat.c (fake_create_process): Use ISO C style definition.
14521 * stabsread.c (define_symbol): Delete #ifndef
14522 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
14523 stabs_argument_has_addr call, macro never defined.
14524
14525 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
14526
14527 * op50-rom.c: Delete.
14528 * w89k-rom.c: Delete.
14529 * Makefile.in: Remove references.
14530
14531 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14532
14533 * x86-64-tdep.c: Update copyright year.
14534 (struct amd64_register_info): Rename from x86_64_register_info.
14535 (amd64_register_info): Rename from x86_64_register_info.
14536 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
14537 (amd64_register_name): Rename from x86_64_register_name.
14538 (amd64_register_type): Rename from x86_64_register_type.
14539 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
14540 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
14541 (amd64_dwarf_reg_to_regnum): Rename from
14542 x86_64_dwarf_reg_to_regnum.
14543 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
14544 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
14545 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
14546 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
14547 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
14548 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
14549 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
14550 (amd64_frame_cache): Rename from x86_64_frame_cache.
14551 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
14552 (amd64_frame_prev_register): Rename from
14553 x86_64_frame_prev_register.
14554 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
14555 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
14556 (amd64_sigtramp_frame_cache): Rename from
14557 x86_64_sigtramp_frame_cache.
14558 (amd64_sigtramp_frame_prev_register): Rename from
14559 x86_64_sigtramp_frame_prev_register.
14560 (amd64_sigtramp_frame_unwind): Rename from
14561 x86_64_sigtramp_frame_unwind.
14562 (amd64_sigtramp_frame_sniffer): Rename from
14563 x86_64_sigtramp_frame_sniffer.
14564 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
14565 (amd64_frame_base): Rename from x86_64_frame_base.
14566 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
14567 (amd64_frame_align): Rename from x86_64_frame_align.
14568 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
14569 (amd64_regset_from_core_section): Rename from
14570 x86_64_regset_from_core_section.
14571 (x86_64_init_abi): Update comments.
14572
14573 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
14574
14575 * MAINTAINERS (write after approval): Add myself.
14576
14577 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14578
14579 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
14580 `float' arguments.
14581
14582 2004-01-04 Mark Kettenis <kettenis@gnu.org>
14583
14584 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
14585 such that it mentions a specific version of GCC that exhibits this
14586 bug.
14587
14588 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14589
14590 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
14591 structure that has a single `float' member, store it in %f1 in
14592 addition to %f0.
14593
14594 * sparc-sol2-nat.c: Add missing '\'.
14595
14596 * sparc-tdep.c (sparc32_return_value): New function.
14597 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
14598 Remove functions.
14599 (sparc32_gdbarch_init): Set return_value, don't set
14600 extract_return_value, store_return_value, use_struct_convention
14601 and return_value_on_stack.
14602
14603 * sparc-sol2-nat.c: Add missing ')'.
14604
14605 2004-01-03 J. Brobecker <brobecker@gnat.com>
14606
14607 * infrun.c (handle_step_into_function): New function.
14608 (handle_inferior_event): Extract out some code into the new
14609 function above.
14610
14611 2004-01-03 J. Brobecker <brobecker@gnat.com>
14612
14613 * infrun.c (handle_inferior_event): Move the declaration of
14614 real_stop_pc inside the if blocks where it is used.
14615
14616 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14617
14618 * sparc64-tdep.c (sparc64_16_byte_align_p)
14619 (sparc64_store_floating_fields, sparc64_store_floating_fields):
14620 Use check_typedef to get subtypes of structures and unions.
14621 (sparc64_store_return_value): Fix calculation of the appropriate
14622 offset into VALBUF when storing a structure or union.
14623 (sparc64_return_value): New function.
14624 (sparc64_use_struct_convention): Remove function.
14625 (sparc64_init_abi): Set return_value, don't set
14626 extract_return_value, store_return_value and
14627 use_struct_convention.
14628
14629 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
14630
14631 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
14632 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
14633 gdb/config/alpha/xm-alphaosf.h,
14634 gdb/config/powerpc/tm-ppcle-eabi.h,
14635 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
14636 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
14637 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
14638 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
14639 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
14640 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
14641 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
14642 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
14643 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
14644 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
14645 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
14646 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
14647 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
14648 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
14649 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
14650 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
14651 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
14652 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
14653 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
14654 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
14655 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
14656 Remove lines for .cvsignore files.
14657
14658 2004-01-03 J. Brobecker <brobecker@gnat.com>
14659
14660 * infrun.c: Back out the previous change.
14661
14662 2004-01-03 Mark Kettenis <kettenis@gnu.org>
14663
14664 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
14665 sparc-*-sunos4* to the list of REMOVED configurations.
14666
14667 * configure.tgt: Add back sparc-*-vxworks*.
14668 * remote-vxsparc.c: Remove all includes except for "defs.h",
14669 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
14670 Include "sparc-tdep.h".
14671 (SPARC_R_G1): New define.
14672 (vxsparc_gregset): New variable.
14673 (ext_format_sparc): Remove extern declaration.
14674 (vx_read_register): Rewrite to use sparc32_supply_gregset and
14675 sparc32_supply_fpregset.
14676 (vx_write_register): Rewrite to use sparc32_collect_gregset,
14677 sparc_collect_rwindow and sparc32_collect_fpregset.
14678 * config/sparc/tm-vxworks.h: New file, based on recently removed
14679 tm-vxsparc.h.
14680 * config/sparc/vxworks.mt: New file, based on recently removed
14681 vxworks.mt.
14682
14683 2004-01-03 J. Brobecker <brobecker@gnat.com>
14684
14685 * infrun.c (handle_step_into_function): New function.
14686 (handle_inferior_event): Extract out some code into the new
14687 function above.
14688
14689 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14690
14691 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
14692 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
14693 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
14694 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
14695 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
14696 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
14697 (sparc_nat_h): New variable.
14698 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
14699 (tm-sun4os4.h): Remove dependency.
14700 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
14701 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
14702 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
14703 sparc-tdep.o): Update dependencies.
14704 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
14705 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
14706 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
14707 dependencies.
14708 * configure.host: Remove existing sparc-*-lynxos*,
14709 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
14710 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
14711 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
14712 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
14713 triplets.
14714 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
14715 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
14716 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
14717 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
14718 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
14719 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
14720 sparc64-*-solaris2* and sparc64-*-* triplets.
14721 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
14722 "symtab.h" and "objfiles.h".
14723 (BIAS): Remove define.
14724 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
14725 (X_DISP19): Remove macros.
14726 (sparc_fetch_instruction): Remove function.
14727 (struct gdbarch_tdep): Remove definition.
14728 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
14729 (sparc_breakpoint_from_pc): Remove function.
14730 (struct sparc64_frame_cache): Remove definition.
14731 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
14732 sparc64_unwind_pc): Remove functions.
14733 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
14734 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
14735 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
14736 (sparc64_frame_cache): Change return type to `struct
14737 sparc_frame_cache *'. Simply call sparc_frame_cache.
14738 (sparc64_frame_this_id, sparc64_frame_prev_register,
14739 sparc64_frame_base_address): Use `struct sparc_frame_cache'
14740 instead of `struct sparc64_frame_cache.
14741 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
14742 sparc_analyze_control_transfer, sparc_software_single_step,
14743 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
14744 _initialize_sparc64_tdep): Remove functions.
14745 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
14746 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
14747 macros.
14748 (sparc64_supply_gregset, sparc64_collect_gregset,
14749 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
14750 (sparc64_init_abi): New function.
14751 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
14752 inclusion guard. Include "sparc-tdep.h".
14753 (BIAS): Define.
14754 (r_tstate_offset, r_fprs_offset): New defines.
14755 (enum sparc_regnum): Remove defenition.
14756 (enum sparc64_regnum): Reformat.
14757 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
14758 (sparc64_init_abi, sparc64_supply_gregset,
14759 sparc64_collect_gregset, sparc64_supply_fpregset,
14760 sparc64_collect_fpregset): New prototypes.
14761 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
14762 Add extern declarations.
14763 (sparc64_sol2_init_abi): New prototype.
14764 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14765 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14766 prototypes.
14767 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
14768 "sparnbsd-nat.h".
14769 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
14770 functions.
14771 (_initialize_sparc64fbsd_nat): Remove initialization of
14772 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
14773 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
14774 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
14775 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
14776 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
14777 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
14778 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
14779 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
14780 (sparc64fbsd_r_y_offset): Remove variables.
14781 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
14782 Make static and const.
14783 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
14784 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
14785 functions.
14786 (sparc64fbsd_gregset): New variable.
14787 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
14788 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
14789 and sparc64_supply_fpregset.
14790 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
14791 (sparc64fbsd_sigtramp_frame_this_id)
14792 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
14793 (sparc64fbsd_sigtramp_frame_unwind): New variable.
14794 (sparc64fbsd_sigtramp_frame_sniffer): New function.
14795 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
14796 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
14797 * sparcnbsd-tdep.c: Update copyright year. Include
14798 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
14799 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
14800 "value.h" and "sparcnbsd-tdep.h".
14801 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
14802 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
14803 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
14804 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
14805 defines.
14806 (sparcnbsd_gregset): New variable.
14807 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
14808 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
14809 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
14810 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
14811 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
14812 variables.
14813 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
14814 (sparc32nbsd_sigcontext_frame_this_id)
14815 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
14816 (sparc32nbsd_sigcontext_frame_unwind): New variable.
14817 (sparc32nbsd_sigtramp_frame_sniffer): New function.
14818 (sparcnbsd_get_longjmp_target_32,
14819 sparcnbsd_get_longjmp_target_64): Remove functions.
14820 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
14821 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
14822 sparcnbsd_init_elf): Remove.
14823 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
14824 (sparcnbsd_elf_init_abi): New functions.
14825 (_initialize_sparcnbsd_tdep): New prototype.
14826 (_initialize_sparnbsd_tdep): Update.
14827 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
14828 corelow.o. Add sparc64-nat.o and sparc-nat.o.
14829 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
14830 * config/sparc/linux.mh: Update comment.
14831 (XM_FILE, HOST_IPC): Remove variables.
14832 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
14833 sparc-linux-nat.o.
14834 * config/sparc/linux.mt: Update comment.
14835 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
14836 * config/sparc/nbsd.mt: Reformat.
14837 * config/sparc/nbsd64.mh: Update comment.
14838 (NATDEPFILES): Add sparc-nat.o.
14839 * config/sparc/nbsd64.mt: Update comment.
14840 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
14841 (TM_FILE): Set to tm-nbsd.h.
14842 * config/sparc/nbsdelf.mh: Update comment.
14843 (NATDEPFILES): Add sparc-nat.o.
14844 (XM_FILE): Delete.
14845 * config/sparc/nbsdaout.mh: Update comment.
14846 (NATDEPFILES): Add sparc-nat.o
14847 (XM_FILE): Delete.
14848 * config/sparc/nm-linux.h: Update copyright year. Don't include
14849 "config/nm-svr4.h" and "solib.h". Add protection against multiple
14850 inclusion.
14851 (KERNEL_U_SIZE): Remove define.
14852 (kernel_u_size): Remove prototype.
14853 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
14854 * config/sparc/nm-nbsd.h: Update copyright. Don't include
14855 "regcache.h".
14856 (CHILD_PREPARE_TO_STORE): Remove define.
14857 * config/sparc/nm-nbsdaout.h: Tweak some comments.
14858 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
14859 sparcnbsd-nat.c: Rewrite files.
14860 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
14861 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
14862 sparcnbsd-tdep.h: Remove files.
14863 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
14864 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
14865 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
14866 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
14867 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
14868 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
14869 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
14870 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
14871 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
14872 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
14873 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
14874 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
14875 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
14876 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
14877 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
14878 * config/sparc/linux64.mh, config/sparc/linux64.mt,
14879 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
14880 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
14881 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
14882
14883 2004-01-02 Andrew Cagney <cagney@redhat.com>
14884
14885 From 2003-12-18 Kazuhiro Inaoka:
14886 * configure.host: Add m32r-linux target.
14887
14888 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
14889
14890 * top.c (print_gdb_version): Update year to 2004.
14891
14892 2004-01-02 Mark Mitchell <mark@codesourcery.com>
14893
14894 * MAINTAINERS: Add myself to the write-after-approval category.
14895
14896 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
14897
14898 From Bernardo Innocenti <bernie@develer.com>:
14899 * configure.tgt: Add uClinux target.
14900
14901 2004-01-02 Andrew Cagney <cagney@redhat.com>
14902
14903 * utils.c (do_my_cleanups): Make static, add forward declaration.
14904 * defs.h (do_my_cleanups): Delete declaration.
14905
14906 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
14907
14908 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
14909 bfd/ChangeLog-0203.
14910
14911 2004-01-02 Mark Kettenis <kettenis@gnu.org>
14912
14913 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
14914 in <machine/reg.h>.
14915 * configure, config.in: Regenerate.
14916
14917 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
14918 tui/ChangeLog-1998-2003.
14919 \f
14920 Local Variables:
14921 mode: change-log
14922 left-margin: 8
14923 fill-column: 74
14924 version-control: never
14925 End:
This page took 0.371484 seconds and 4 git commands to generate.