2d55764ea3b18dc2135bd5a6a3c16b49df25777d
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-10-30 Andrew Cagney <cagney@gnu.org>
2
3 * mips-tdep.h (MIPS_PRID_REGNUM): Add.
4 * config/mips/tm-mips.h (PRID_REGNUM): Delete.
5 * mips-tdep.c: Update.
6
7 * mips-tdep.h (MIPS_FIRST_EMBED_REGNUM)
8 (MIPS_LAST_EMBED_REGNUM): Add.
9 * config/mips/tm-mips.h (FIRST_EMBED_REGNUM)
10 (LAST_EMBED_REGNUM): Delete.
11 * mipsv4-nat.c, mips-tdep.c, mips-linux-tdep.c: Update.
12
13 * config/mips/tm-mips.h (PS_REGNUM): Delete.
14 * mips-tdep.h (MIPS_PS_REGNUM): Add.
15 * remote-vxmips.c, mipsv4-nat.c, mips-tdep.c: Update.
16 * mips-linux-nat.c: Update.
17
18 * mips-tdep.h: Add comments on registers.
19 (MIPS_UNUSED_REGNUM): Define.
20 * config/mips/tm-mips.h (ZERO_REGNUM, UNUSED_REGNUM)
21 (T9_REGNUM, V0_REGNUM, A0_REGNUM): Delete.
22 * irix5-nat.c, mipsv4-nat.c, mips-linux-tdep.c: Update.
23 * mips-linux-nat.c, remote-mips.c: Update.
24
25 * config/mips/tm-mips.h (t_insn): Delete.
26 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
27 Replace t_insn with ULONGEST.
28
29 2004-10-30 Mark Kettenis <kettenis@gnu.org>
30
31 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
32 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
33 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
34 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
35 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
36 (mipsnbsd_core_osabi_sniffer): New function.
37 (mipsnbsd_init_abi): Set regset_from_core_section.
38 (_initialize_mipsnbsd_tdep): Remove calls to
39 deprecated_add_core_fns.
40 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
41 (mipsnbsd_regset_from_core_section): New functions.
42 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
43 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
44
45 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
46 Remove optimization for DEPRECATED_FP_REGNUM.
47
48 2004-10-30 Andrew Cagney <cagney@gnu.org>
49
50 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
51 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
52 (alpha_setup_arbitrary_frame): Delete.
53 * mips-tdep.c (setup_arbitrary_frame): Delete.
54 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
55 (setup_arbitrary_frame): Delete.
56 * stack.c (parse_frame_specification_1): When specified, call
57 create_new_frame with two parameters. Delete #ifdef
58 SETUP_ARBITRARY_FRAME.
59
60 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
61 (MIPS_INSTLEN): Delete.
62 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
63 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
64 * remote-mips.c, mips-tdep.c: Update.
65
66 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
67 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
68 * mips-tdep.c (mips_mdebug_frame_cache)
69 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
70 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
71 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
72 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
73 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
74 (mips_gdbarch_init): Do not append mdebug sniffers.
75 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
76 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
77 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
78 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
79 * Makefile.in: Update dependencies.
80
81 * mips-tdep.h (mips_abi_regsize): Declare.
82 * mips-tdep.c (mips_abi_regsize): Make non-static.
83
84 * mips-tdep.c (gdb_print_insn_mips): Simplify.
85 (make_mips16_addr): Delete.
86
87 2004-10-30 Mark Kettenis <kettenis@gnu.org>
88
89 * i386-sol2-nat.c: New file.
90 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
91 i386-sol2-tdep.c.
92 (i386-sol2-nat.o): Update dependencies.
93 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
94 i386-sol2-nat.o.
95
96 2004-10-30 Andrew Cagney <cagney@gnu.org>
97
98 Total breakage identified by Joel Brobecker.
99 * mips-tdep.c (after_prologue): Delete.
100 (mips_skip_prologue): Use skip_prologue_using_sal.
101 (heuristic_proc_desc): Delete, unused.
102
103 2004-10-30 Mark Kettenis <kettenis@gnu.org>
104
105 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
106 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
107 Cleanup coding style.
108
109 2004-10-30 Andrew Cagney <cagney@gnu.org>
110
111 * mips-tdep.h (mips_pc_is_mips16): Declare.
112 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
113 non-static. Update calls.
114
115 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
116 * command.h (add_setshow_enum_cmd): Declare.
117 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
118
119 * mips-tdep.c (_initialize_mips_tdep): Use
120 add_setshow_zinteger_cmd.
121
122 * mips-tdep.c (mips_eabi_extract_return_value)
123 (mips_o64_extract_return_value, mips_o64_store_return_value)
124 (return_value_location, mips_eabi_reg_struct_has_addr)
125 (mips_eabi_use_struct_convention)
126 (mips_eabi_store_return_value): Delete.
127 (mips_eabi_store_return_value): New function.
128 (mips_eabi_return_value): New function.
129 (mips_gdbarch_init): For O64 and EABI, delete
130 extract_return_value, store_return_value, use_struct_convention
131 and reg_struct_has_addr, add return_value.
132
133 * mips-tdep.c (read_signed_register): Use
134 regcache_cooked_read_signed.
135
136 2004-10-30 Mark Kettenis <kettenis@gnu.org>
137
138 * mipsread.c: Cleanup coding style.
139 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
140 (mipscoff_symfile_finish): Remove prototypes.
141
142 2004-10-29 Mark Kettenis <kettenis@gnu.org>
143
144 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
145 (mips_mdebug_frame_cache, mips16_scan_prologue)
146 (mips32_scan_prologue, mips_stub_frame_cache)
147 (heuristic_proc_start, heuristic_proc_desc)
148 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
149 (mips_n32n64_return_value, mips_o32_push_dummy_call)
150 (mips_o32_return_value, mips_o64_push_dummy_call)
151 (mips_step_skips_delay, mips_skip_trampoline_code)
152 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
153 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
154 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
155 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
156 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
157 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
158 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
159 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
160 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
161 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
162 ZERO_REGNUM.
163 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
164 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
165 ZERO_REGNUM.
166 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
167 A0_REGNUM.
168 * mipsnbsd-nat.c: Include "mips-tdep.h".
169 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
170 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
171
172 2004-10-29 Andrew Cagney <cagney@gnu.org>
173
174 * stack.c (parse_frame_specification_1): New function based on
175 parse_frame_specification. Add message and selected_frame_p
176 paramters. Truely always return non-NULL.
177 (parse_frame_specification): Call parse_frame_specification_1.
178 (frame_info): Update. Eliminate target_has_stack check.
179 (select_frame_command): Update.
180
181 2004-10-29 Andrew Cagney <cagney@gnu.org>
182
183 * frame.h (get_selected_frame): Add message parameter.
184 * frame.c (get_selected_frame): Add and use message parameter.
185 * stack.c (current_frame_command, return_command, locals_info)
186 (catch_info, args_info, up_silently_base, down_silently_base): Use
187 get_selected_frame with an explicit message.
188 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
189 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
190 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
191 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
192 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
193 * breakpoint.c: Update.
194
195 2004-10-29 Andrew Cagney <cagney@gnu.org>
196
197 * trad-frame.c (trad_frame_get_prev_register): Use
198 frame_unwind_register instead of frame_register_unwind, do not
199 recurse the register's location.
200 * xstormy16-tdep.c (xstormy16_frame_prev_register):
201 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
202 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
203 * sh-tdep.c (sh_frame_prev_register): Ditto.
204 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
205 * i386-tdep.c (i386_frame_prev_register): Ditto.
206 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
207 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
208
209 2004-10-28 Mark Kettenis <kettenis@jive.nl>
210
211 * proc-events.c: Fix several coding-style issues. Consistently
212 use #ifdef instead of #if defined().
213 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
214 ARRAY_SIZE.
215 (_initialize_proc_events): New prototype.
216
217 * proc-why.c: Fix several coding-style issues.
218 (proc_prettyfprint_why): Use ARRAY_SIZE.
219
220 2004-10-27 Jim Blandy <jimb@redhat.com>
221
222 * remote.c (fetch_register_using_p): Construct 'p' packet in a
223 manner independent of the host byte order.
224
225 2004-10-27 Mark Kettenis <kettenis@gnu.org>
226
227 * mips-tdep.c (id_delayed): Remove prototype.
228
229 2004-10-26 Mark Kettenis <kettenis@gnu.org>
230
231 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
232 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
233 to enum with register numbers.
234 (enum mips_insn_size): New enum.
235
236 2004-10-26 Andrew Cagney <cagney@gnu.org>
237
238 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
239 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
240 (mips_gdbarch_init): Update.
241 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
242
243 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
244 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
245 IN_SOLIB_RETURN_TRAMPOLINE.
246 * mips-tdep.c (mips_dump_tdep): Do not print
247 IN_SOLIB_RETURN_TRAMPOLINE.
248 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
249 (mips_gdbarch_init): Update.
250
251 * mips-tdep.h (mips_software_single_step): Move to here ...
252 * config/mips/tm-mips.h: ... from here.
253 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
254 (SOFTWARE_SINGLE_STEP): Delete.
255 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
256
257 2004-10-25 Andrew Cagney <cagney@gnu.org>
258
259 * NEWS: Add Changes since GDB 6.3 section.
260
261 2004-10-23 Andreas Schwab <schwab@suse.de>
262
263 * ada-lang.c (grow_vect): Return the new array instead of
264 expecting pointer to pointer to avoid violation of aliasing rules.
265 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
266
267 2004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
268
269 * s390-tdep.c (enum pv_boolean): Remove.
270 (pv_is_array_ref): Remove.
271 (s390_on_stack): Remove.
272 (S390_NUM_SPILL_SLOTS): Remove.
273 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
274 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
275 (s390_store): Track all stores of orginal incoming registers to the
276 stack constant offsets relative to the CFA, instead of only tracking
277 stores into specific spill slots.
278 (s390_load): Likewise.
279 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
280 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
281 defined as call-saved by the ABI.
282 (s390_push_dummy_call): Use bottom of dummy call argument save area
283 as return value, not the top. Do not store to the called function's
284 register save area.
285 (s390_unwind_dummy_id): Adapt accordingly.
286
287 2004-10-23 Andrew Cagney <cagney@gnu.org>
288
289 * objfiles.h (struct objfile): Rename obj_private to
290 deprecated_obj_private, sym_private to deprecated_sym_private, and
291 sym_stab_info to deprecated_sym_stab_info.
292 * gdb-stabs.h: Update.
293 * elfread.c: Update.
294 * dbxread.c: Update.
295 * coffread.c: Update.
296 * xcoffread.c: Update.
297 * symfile.c: Update.
298 * somread.c: Update.
299 * nlmread.c: Update.
300 * mdebugread.c: Update.
301 * hpread.c: Update.
302 * coffread.c: Update.
303
304 2004-10-23 Mark Kettenis <kettenis@gnu.org>
305
306 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
307 * configure.host: Add mips64*-*-openbsd*.
308 * configure.tgt: Add mips64*-*-openbsd*.
309 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
310 mips64obsd-tdep.c.
311 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
312 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
313
314 2004-10-21 Joel Brobecker <brobecker@gnat.com>
315
316 * symtab.c (symbol_search_name): Minor reformatting.
317
318 2004-10-20 Joel Brobecker <brobecker@gnat.com>
319
320 * symtab.h: Fix typo in comment.
321
322 2004-10-19 Mark Kettenis <kettenis@gnu.org>
323
324 * dwarf2read.c (struct comp_unit_head): Fix coding style.
325 (dwarf_decode_line_header): Likewise.
326
327 2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
328
329 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
330
331 2004-10-19 Andrew Cagney <cagney@gnu.org>
332
333 GDB 6.3 branch created.
334 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
335
336 2004-10-15 Joel Brobecker <brobecker@gnat.com>
337
338 * dwarf2read.c (set_cu_language): Set language to Ada for
339 DW_LANG_Ada83 and DW_LANG_Ada95.
340
341 2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
342
343 From Andreas Schwab <schwab@suse.de>:
344 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
345 for xmalloc and xrealloc.
346
347 2004-10-15 Andrew Cagney <cagney@gnu.org>
348
349 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
350 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
351 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
352 Update dependencies.
353
354 2004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
355
356 * ada-lang.c (ada_lookup_symbol): Correct comment.
357 (ada_evaluate_subexp): Change error message for
358 OP_FUNCALL case so as not to indicate an internal error.
359
360 2004-10-15 Joel Brobecker <brobecker@gnat.com>
361
362 Committed by Paul Hilfinger.
363 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
364 type sizes in XVE/XVU types, and emit a warning when that happens,
365 instead of rounding up the size of the resulting type.
366 Some minor reformatting.
367 (ada_is_aligner_type): Do not consider a type as an aligner type
368 if there is a corresponding XVS type as well.
369 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
370 have several levels of pointer indirection to the array.
371
372 2004-10-15 Jerome Guitton <guitton@gnat.com>
373
374 Committed by Paul Hilfinger.
375 * ada-lang.c (check_size): New function.
376 (coerce_unspec_val_to_type): call check_size to make sure
377 that the object size is reasonable.
378 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
379 Implements the case when we get a reference when we evaluate
380 the expression of one of the bounds of the slice.
381 (ada_value_struct_elt): when a packed array field is
382 a reference, use ada_coerce_ref to dereference it; use
383 ada_value_ind only if it is a pointer.
384
385 2004-10-15 Joel Brobecker <brobecker@gnat.com>
386
387 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
388 a bit to avoid the necessity of an advance declaration. Remove
389 declaration.
390 (set_reg_offset): Move implemenation up.
391 (mips16_get_imm): Likewise.
392 (mips16_scan_prologue): Likewise.
393 (reset_saved_regs): Likewise.
394 (mips32_scan_prologue): Likewise.
395
396 2004-10-14 Joel Brobecker <brobecker@gnat.com>
397
398 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
399 Remove sp as a parameter, compute it internally instead. Move
400 prologue scanning limit from heuristic_proc_desc to here.
401 (mips16_scan_prologue): Likewise.
402 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
403 by call to mips16_scan_prologue.
404 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
405 by call to mips32_scan_prologue.
406 (heuristic_proc_desc): Remove code that's no longer necessary.
407 Update calls to mips16_scan_prologue and mips32_scan_prologue.
408 (mips_skip_prologue): Update calls to mips16_scan_prologue
409 and mips32_scan_prologue.
410
411 2004-10-14 Joel Brobecker <brobecker@gnat.com>
412
413 * mips-tdep.c (mips16_scan_prologue): Merge code from
414 mips16_skip_prologue. Now return the address of the first
415 instruction past the function prologue.
416 (mips16_skip_prologue): Remove, no longer necessary.
417 (mips_skip_prologue): Replace call to mips16_skip_prologue
418 by call to mips16_scan_prologue.
419
420 2004-10-14 Joel Brobecker <brobecker@gnat.com>
421
422 * mips-tdep.c (mips32_scan_prologue): Merge code from
423 mips32_skip_prologue. Now return the address of the first
424 instruction past the function prologue.
425 (mips32_skip_prologue): Remove. No longer necessary.
426 (mips16_skip_prologue): Add parameter end_pc instead of
427 computing it.
428 (mips_skip_prologue): Compute the upper limit for the
429 prologue scanning. Update call to mips16_skip_prologue.
430 Replace call to mips32_skip_prologue by call to
431 mips32_scan_prologue.
432
433 2004-10-14 Mark Kettenis <kettenis@gnu.org>
434
435 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
436 NetBSD system call stubs that store %rp in the ERP slot of the
437 stack frame.
438
439 * source.c: Always define O_BINARY to 0 if not defined already.
440 (openp): Unconditionally use O_BINARY.
441
442 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
443 * event-top.c (gdb_readline2): Likewise.
444
445 2004-10-14 Orjan Friberg <orjanf@axis.com>
446
447 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
448 deprecated_add_core_fns which was removed by mistake.
449
450 2004-10-13 Kevin Buettner <kevinb@redhat.com>
451
452 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
453 references to deprecated_registers[] with equivalent code.
454
455 2004-10-13 Kevin Buettner <kevinb@redhat.com>
456
457 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
458 ``deprecated_registers'' with equivalent code. Use gdb_assert()
459 instead of explicit test and print statement.
460
461 2004-10-12 Mark Kettenis <kettenis@gnu.org>
462
463 * sparc-nat.c: Include "inf-ptrace.h".
464 (sparc_target): New function.
465 * sparc-nat.h: Update copyright year.
466 (sparc_target): New prototype.
467 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
468 (_initialize_sparcnbsd_nat): Construct and add target vector.
469 * sparc64nbsd-nat.c: Include "target.h".
470 (_initialize_sparc64nbsd_nat): Construct and add target vector.
471 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
472 Update dependencies.
473 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
474 inftarg.o, add inf-ptrace.o.
475 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
476 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
477 (NAT_FILE): Set to nm-bsd.h.
478 (LOADLIBES): New variable.
479 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
480 infarg.o, add inf-ptrace.o.
481 * config/sparc/nm-nbsdaout.h: Remove file.
482 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
483 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
484 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
485
486 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
487 "fopen-same.h". Update comment.
488
489 2004-10-11 Mark Kettenis <kettenis@gnu.org>
490
491 * i386gnu-nat.c: Include "gdb_string.h".
492 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
493 registers when the floating-point state isn't initialized.
494 * Makefile.in (i386gnu-nat.o): Update dependencies.
495
496 2004-10-11 David Anderson <davea@sgi.com>
497
498 * regcache.c (regcache_raw_read): Comment was missing "to".
499 Extraneous ' removed.
500 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
501 comment now describes use.
502
503 2004-10-11 Orjan Friberg <orjanf@axis.com>
504
505 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
506 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
507 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
508 (cris_sigtramp_frame_sniffer): New functions.
509 (cris_gdbarch_init): Hook in signal trampoline unwinder.
510 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
511 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
512 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
513 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
514 command.
515 (cris_version_update): Remove, replace with ...
516 (set_cris_version): New function.
517 (struct gdbarch_tdep, cris_mode, cris_mode_update)
518 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
519 (_initialize_cris_tdep): Remove CRIS mode command.
520 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
521 cris-fpless-backtrace command.
522 (cris_scan_prologue): Fix prologue scanning limit.
523 (cris_register_type): Update to reflect actual registers.
524 (cris_register_bytes_ok) Remove.
525 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
526 Remove set_gdbarch_deprecated_register_size,
527 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
528
529 2004-10-10 Andrew Cagney <cagney@gnu.org>
530
531 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
532 comment.
533
534 2004-10-10 Joel Brobecker <brobecker@gnat.com>
535
536 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
537
538 2004-10-10 Joel Brobecker <brobecker@gnat.com>
539
540 * mips-tdep.c (mips16_scan_prologue): Renames
541 mips16_heuristic_proc_desc. Update comment.
542 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
543 (heuristic_proc_desc): Update calls to the 2 functions above.
544
545 2004-10-10 Joel Brobecker <brobecker@gnat.com>
546
547 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
548 Update comments. Also immediately return empty cache when the start
549 address of our function could not be found.
550 (mips_insn32_frame_cache): Likewise.
551
552 2004-10-10 Joel Brobecker <brobecker@gnat.com>
553
554 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
555 (mips_insn16_frame_cache): Pass frame cache in call to
556 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
557 Remove code that became redundant as a consequence.
558 (mips32_heuristic_proc_desc): No longer compute a fake
559 procedure descriptor. Compute the full frame cache instead.
560 Some minor comment reformatting.
561
562 2004-10-10 Jim Blandy <jimb@redhat.com>
563
564 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
565 reader, tracing bytecode stuff): Remove self.
566
567 2004-10-10 Mark Kettenis <kettenis@gnu.org>
568
569 * sparc64-linux-tdep.c: Update copyright year. Don't include
570 "solib-svr4.h".
571 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
572 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
573 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
574
575 * sparc-linux-tdep.c: Update copyright year.
576 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
577 to struct frame_info *. Use safe_frame_unwind_memory instead of
578 deprecated_read_memory_nobpt.
579 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
580 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
581 changed signature of sparc_linux_sigtramp_start.
582 (sparc32_linux_pc_in_sigtramp): Remove function.
583 (sparc32_linux_sigtramp_p): New function.
584 (sparc32_linux_sigtramp_frame_sniffer): Use
585 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
586
587 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
588 Remove function.
589 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
590
591 * ada-lang.c (lim_warning): Re-implement as a varargs function.
592 (decode_packed_array_type, value_subscript_packed)
593 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
594 argument in call to lim_warning.
595
596 * configure.in: Really disable the TUI if an enhanced curses
597 library isn't found.
598 * configure: Regenerate.
599
600 2004-10-09 Mark Kettenis <kettenis@gnu.org>
601
602 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
603 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
604 * config/i386/nm-nbsdaout.h: Remove file.
605 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
606 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
607 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
608 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
609 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
610 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
611 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
612 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
613 (ldd, ld_un, ld_2): Remove defines.
614 * config/i386/nm-obsd.h: Likewise.
615
616 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
617
618 * ada-lex.l: Remove useless rule whose right-context clause
619 causes unreferenced static function warning for yyrealloc.
620 (ada_flex_use): Remove the artificial reference to yyrealloc.
621
622 2004-10-08 Andrew Cagney <cagney@gnu.org>
623
624 * target.h (struct target_ops): Rename to_xfer_memory to
625 deprecated_xfer_memory.
626 * target.c: Update.
627 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
628 * wince.c: Update.
629 * win32-nat.c: Update.
630 * v850ice.c: Update.
631 * uw-thread.c: Update.
632 * thread-db.c: Update.
633 * sol-thread.c: Update.
634 * remote.c: Update.
635 * remote-vx.c: Update.
636 * remote-st.c: Update.
637 * remote-sim.c: Update.
638 * remote-sds.c: Update.
639 * remote-rdp.c: Update.
640 * remote-rdi.c: Update.
641 * remote-mips.c: Update.
642 * remote-m32r-sdi.c: Update.
643 * remote-e7000.c: Update.
644 * procfs.c: Update.
645 * ppc-bdm.c: Update.
646 * nto-procfs.c: Update.
647 * monitor.c: Update.
648 * linux-nat.c: Update.
649 * inftarg.c: Update.
650 * hpux-thread.c: Update.
651 * go32-nat.c: Update.
652 * gnu-nat.c: Update.
653 * exec.c: Update.
654 * corelow.c: Update.
655 * bsd-kvm.c: Update.
656 * aix-thread.c: Update.
657
658 2004-10-08 Andrew Cagney <cagney@gnu.org>
659
660 * target.c (debug_target): Move to near start of file.
661 (target_stopped_data_address_p): Re-org logic, add casts.
662
663 2004-10-02 Mark Kettenis <kettenis@gnu.org>
664
665 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
666 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
667 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
668 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
669 New defines.
670
671 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
672
673 * target.h (to_stopped_data_address): Change prototype to
674 take a CORE_ADDR pointer and return an int.
675 * target.c (update_current_target): Change to_stopped_data_address
676 to match new prototype.
677 (debug_to_stopped_data_address): Change appropriately.
678 * breakpoint.c (bpstat_stop_status): Change call to
679 target_stopped_data_address to use new prototype.
680 * frv-tdep.c (frv_have_stopped_data_address): New function.
681 (frv_stopped_data_address): Change to new prototype and
682 functionality.
683 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
684 prototype and functionality.
685 (ia64_stopped_by_watchpoint): New function.
686 * i386-nat.c (i386_stopped_data_address): Change to new
687 prototype and functionality.
688 (i386_stopped_by_watchpoint): New function.
689 * remote.c (remote_stopped_data_address): Change to new prototype
690 and functionality.
691 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
692 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
693 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
694 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
695 new i386_stopped_by_watchpoint function.
696 (i386_stopped_by_watchpoint): New prototype.
697 (i386_stoppped_data_address): Change to new prototype.
698 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
699 new ia64_stopped_by_watchpoint function.
700 (ia64_stopped_by_watchpoint): New prototype.
701 (ia64_stopped_data_address): Ditto.
702
703 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
704
705 * ada-typeprint.c (ada_print_type): Use int_string for printing
706 modulus of modular type.
707 * ada-lang.h (ada_modulus): Change return type to unsigned.
708 * ada-lang.c (ada_language_arch_info): Correct type of
709 string_char_type.
710 (ada_modulus): Return unsigned result.
711 (ada_lookup_symbol): Remove user disambiguation and modify comment
712 accordingly.
713
714 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
715
716 Committed by Paul Hilfinger.
717 * ada-lang.c (decode_packed_array): On big-endian targets,
718 left-justify the value if it comes with a modular type.
719
720 2004-10-08 Joel Brobecker <brobecker@gnat.com>
721
722 Committed by Paul Hilfinger.
723 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
724 (is_name_suffix): Add support for "___JM" suffixes.
725 (ada_check_typedef): Renames ada_completed_type.
726 Update all users of CHECK_TYPEDEF, check_typedef, and
727 ada_complete_type to call ada_check_typedef.
728 * ada-typeprint.c: Likewise.
729 * ada-valprint.c: Likewise.
730
731 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
732
733 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
734
735 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
736
737 * MAINTAINERS: Update e-mail address.
738
739 2004-10-07 Daniel Jacobowitz <dan@debian.org>
740
741 From Maciej W. Rozycki <macro@mips.com>:
742 * mips-tdep.c (mips32_next_pc): Check the register's contents,
743 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
744
745 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
746
747 * m32r-tdep.c (decode_prologue): Support functions written
748 in assembler language. Recognize trap instructions as the
749 end of prologue.
750 (m32r_frame_unwind_cache): Ditto.
751 (m32r_skip_prologue): Extend search limit. Quit analyzing
752 prologue if pc's location is not readable.
753
754 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
755
756 * Makefile.in (.l.c): Do conversions of names of alloc and free
757 functions that are done for .y.c files, plus special one
758 for yy_flex_realloc. Also, correct missing-file tests here.
759 * ada-lex.l (malloc, free): Remove macros.
760 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
761 xrealloc.
762 (ada_flex_use): Dummy definition to remove warnings about unused
763 functions.
764 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
765 to suppress warning.
766
767 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
768
769 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
770 RETURN_VALUE.
771 (sh_return_value_fpu): Ditto for CPUs with FPU.
772 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
773 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
774 Install sh_return_value_nofpu resp. sh_return_value_fpu as
775 RETURN_VALUE functions.
776
777 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
778
779 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
780 (sh_pseudo_register_write): Ditto.
781
782 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
783
784 * sh-tdep.c (IS_MACL_STS): New define.
785 (IS_MOVI20): Ditto.
786 (IS_MACL_LDS): Ditto.
787 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
788 instructions in prologue.
789 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
790 instructions in epilogue.
791
792 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
793
794 * sh-tdep.c (SH_NUM_REGS): Define as 67.
795 (sh_sh_register_name): Add eight empty register names.
796 (sh_sh3_register_name): Ditto.
797 (sh_sh3e_register_name): Ditto.
798 (sh_sh2e_register_name): Ditto.
799 (sh_sh2a_register_name): New function, defining SH2A register set.
800 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
801 in nofpu case.
802 (sh_sh_dsp_register_name): Add eight empty register names.
803 (sh_sh3_dsp_register_name): Ditto.
804 (sh_sh4_register_name): Ditto.
805 (sh_sh4_nofpu_register_name): Ditto.
806 (sh_sh4al_dsp_register_name): Ditto.
807 (sh2a_show_regs): New function.
808 (sh2a_nofpu_show_regs): New function.
809 (sh_sh2a_register_type): New function.
810 (do_bank_register_info): New function.
811 (sh_print_pseudo_register): Call do_bank_register_info.
812 Call sh_print_pseudo_register for valid "bank" register.
813 (sh_sh2a_register_sim_regno): New function.
814 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
815 Increment pseudo register count by one for all sh variants with
816 pseudo registers to accomodate pseudo bank register.
817 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
818 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
819 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
820 Increment pseudo register numbers.
821
822 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
823
824 * dwarf2read.c (read_subroutine_type): Call make_function_type
825 instead of lookup_function_type.
826
827 2004-10-05 Jim Blandy <jimb@redhat.com>
828
829 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
830 (Previous change missed some uses.)
831
832 2004-10-05 Andrew Cagney <cagney@gnu.org>
833
834 * target.h (deprecated_child_ops): Rename child_ops.
835 * wince.c: Update copyright. Rename child_ops.
836 * win32-nat.c: Rename child_ops.
837 * target.c: Rename child_ops.
838 * rs6000-nat.c: Rename child_ops.
839 * linux-nat.c: Rename child_ops.
840 * infttrace.c: Rename child_ops.
841 * inftarg.c: Rename child_ops.
842 * infptrace.c: Rename child_ops.
843 * hppah-nat.c: Update copyright. Rename child_ops.
844 * hpux-thread.c: Update copyright. Rename child_ops.
845
846 2004-10-05 Daniel Jacobowitz <dan@debian.org>
847
848 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
849
850 2004-10-05 Andrew Cagney <cagney@gnu.org>
851
852 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
853
854 2004-10-05 Daniel Jacobowitz <dan@debian.org>
855
856 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
857 (die_ref_table): Remove.
858 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
859 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
860 the usage of this type.
861 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
862 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
863 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
864 (dwarf2_create_include_psymtab): Update comment.
865 (find_partial_die): Remove third argument. Remove unreachable call
866 to error ().
867 (dwarf2_find_containing_comp_unit): Update comments. Change one
868 assertion to an error. Remove an unreachable error.
869 (dwarf2_find_comp_unit): Update comments.
870 (type_at_offset): Remove dead code.
871 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
872 (store_in_ref_table): Add CU argument.
873 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
874 inter-compilation-unit references.
875 (load_full_comp_unit, process_full_comp_unit): New functions, based
876 on psymtab_to_symtab_1.
877 (psymtab_to_symtab_1): Use them.
878 (dwarf2_add_dependence): New function.
879 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
880 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
881 (partial_die_parent_scope, guess_structure_name): Update for changes
882 to find_partial_die.
883 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
884 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
885 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
886 (read_die_and_children): Update call to store_in_ref_table.
887 (do_free_die_list_cleanup): Remove.
888 (fixup_partial_die): Update for changes to find_partial_die.
889 (read_full_die): Handle queueing absolute references.
890 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
891 (dwarf2_attr, die_specification, die_type)
892 (die_containing_type, dwarf2_extension): Update calls to
893 follow_die_ref.
894 (dump_die): Update DW_FORM_ref* handling.
895 (dwarf2_get_ref_die_offset): Likewise.
896 (free_one_comp_unit): Release the dies list.
897 (dwarf2_mark_helper): New function.
898 (dwarf2_mark): Use it.
899
900 2004-10-05 Mark Kettenis <kettenis@jive.nl>
901
902 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
903 when writing to memory.
904
905 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
906
907 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
908 (m32r_extract_struct_value_address): Delete function.
909 (m32r_return_value): New function.
910 (m32r_gdbarch_init): Instead of store_return_value,
911 extract_return_value, deprecated_extract_struct_value_address
912 and deprecated_use_struct_convention, set return_value.
913
914 2004-10-03 Daniel Jacobowitz <dan@debian.org>
915
916 * dwarf2read.c (read_subrange_type): Add comment for variable
917 sized arrays.
918
919 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
920
921 * Makefile.in (.l.c): Modify rule for compatibility with recent
922 versions of flex, and remove most command-line options.
923 * ada-lex.l: Add %options line in place of -I -i and -s command-line
924 options.
925
926 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
927
928 Turn on initial Ada support (mainly expression evaluation).
929
930 * Makefile.in (SFILES): Remove ada-tasks.c.
931 (HFILES_NO_SRCDIR): Add ada-lang.h.
932 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
933 (YYOBJ): Add ada-exp.o.
934 (rule .l.c): Generalize to not mention ada.
935 * symtab.c: Include ada-lang.h.
936 (symbol_natural_name, symbol_demangled_name)
937 (symbol_search_name): Add Ada case.
938
939 2004-10-01 Andrew Cagney <cagney@gnu.org>
940
941 * Makefile.in (COMMON_OBS): Add inf-child.o.
942 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
943 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
944 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
945 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
946 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
947 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
948 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
949 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
950 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
951 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
952 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
953 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
954 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
955
956 * target.c (xfer_using_stratum): Change return type to LONGEST.
957 On each iteration offset, readbuf and writebuf.
958 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
959 partial_length, and read/modify/write predicate, update comments.
960 Pass buffer.word to ptrace write.
961
962 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
963
964 * symfile.c (init_filename_language_table): Add extensions for
965 Ada.
966 * defs.h (enum language): Add language_ada.
967 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
968 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
969 (add_symbols_from_enclosing_procs): Make a no-op for now.
970 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
971 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
972 (find_line_in_linetable, find_next_line_in_linetable)
973 (read_all_symtabs, is_plausible_func_for_line)
974 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
975 (is_runtime_sym_defined, check_size): Remove declaration.
976 (function_name_from_pc, ada_translate_error_message)
977 (ada_lookup_minimal_symbol): Remove definition.
978 (ada_add_block_symbols): Remove useless label.
979 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
980 useless declaration.
981 (ada_is_exception_sym): Likewise.
982
983 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
984
985 Add m32r-linux support.
986 * configure.tgt: Add m32r*-*-linux*.
987 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
988 and m32r-linux-tdep.c.
989 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
990 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
991 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
992 m32r-linux-tdep.c.
993 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
994 config/m32r/linux.mh, config/m32r/linux.mt,
995 config/m32r/nm-linux.h: New files.
996
997 2004-09-30 Joel Brobecker <brobecker@gnat.com>
998
999 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
1000 (mips32_fetch_instruction): Remove, unused.
1001
1002 2004-09-30 Joel Brobecker <brobecker@gnat.com>
1003
1004 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
1005 conditions that will always be true.
1006
1007 2004-09-30 Mark Kettenis <kettenis@gnu.org>
1008
1009 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
1010 (vaxbsd_fetch_inferior_registers): Rename from
1011 fetch_inferior_registers. Make static.
1012 (vaxbsd_store_inferior_registers): Rename from
1013 store_inferior_registers. Make static.
1014 (_initialize_vaxbsd_nat): Construct and add target vector.
1015 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
1016 inftarg.o. Add inf-child.o and inf-ptrace.o.
1017 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
1018 inftarg.o. Add inf-child.o and inf-ptrace.o.
1019 (NAT_FILE): Remove.
1020 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
1021 inftarg.o. Add inf-child.o and inf-ptrace.o.
1022 (NAT_FILE): Remove.
1023 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1024
1025 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1026 (m88kbsd_fetch_inferior_registers): Rename from
1027 fetch_inferior_registers. Make static.
1028 (m88kbsd_store_inferior_registers): Rename from
1029 store_inferior_registers. Make static.
1030 (_initialize_m88kbsd_nat): New prototype and function.
1031 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1032 inftarg.o. Add inf-child.o and inf-ptrace.o.
1033 (NAT_FILE): Remove.
1034 * Makefile.in (m88kbsd-nat.o): Update dependencies.
1035
1036 2004-09-30 Andrew Cagney <cagney@gnu.org>
1037
1038 * target.c (target_xfer_partial): New function.
1039 (target_read_memory_partial, target_write_memory_partial)
1040 (default_xfer_partial, target_read_partial, target_write_partial)
1041 (xfer_using_stratum): Use.
1042 (debug_to_xfer_partial): Delete function.
1043 (setup_target_debug): Do not override to_xfer_partial.
1044
1045 2004-09-30 Mark Kettenis <kettenis@chello.nl>
1046
1047 * fork-child.c: Update copyright year. Fix coding style.
1048
1049 2004-09-29 Mark Kettenis <kettenis@gnu.org>
1050
1051 * defs.h (msavestring, mstrsave): Remove prototypes.
1052 * utils.c (msavestring, mstrsave): Remove functions.
1053 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
1054 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
1055 of mstrsave.
1056 * source.c (find_and_open_source): Use xstrdup instead of
1057 mstrsave.
1058
1059 2004-09-30 Andrew Cagney <cagney@gnu.org>
1060
1061 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
1062 (inf_ptrace_xfer_memory): Delete.
1063 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
1064 (target_read_memory, target_write_memory): Use xfer_using_stratum
1065 when target_xfer_partial_p.
1066 (debug_target): Move to start of file.
1067 (target_read_memory_partial, target_write_memory_partial): Use
1068 to_xfer_partial when target_xfer_partial_p.
1069
1070 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
1071 inf_ptrace_xfer_memory with equivalent code.
1072 * inftarg.c (child_xfer_partial): When performing a write, pass
1073 writebuf to child_xfer_memory.
1074
1075 * target.c (target_read_string): Use target_read_memory instead of
1076 target_xfer_memory.
1077
1078 2004-09-29 Andrew Cagney <cagney@gnu.org>
1079
1080 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
1081 the address of status.
1082
1083 * infptrace.c (ptrace_wait): Mention problem with HPUX.
1084 (kill_inferior): Inline ptrace_wait call.
1085 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
1086 * inftarg.c (child_wait): Inline ptrace_wait call.
1087
1088 * target.h (struct target_ops): Delete field to_post_wait.
1089 (target_post_wait): Delete macro.
1090 (child_post_wait): Delete declaration.
1091 * target.c (update_current_target, update_current_target)
1092 (debug_to_post_wait, setup_target_debug): Delete functions and
1093 references.
1094 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
1095 * inftarg.c (child_post_wait): Delete.
1096 (init_child_ops): Do not set to_post_wait.
1097 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
1098 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
1099 * inf-child.c (inf_child_post_wait): Delete.
1100 (inf_child_target): Do not set to_post_wait.
1101 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
1102 (inf_ptrace_target): Do not set to_post_wait.
1103
1104 * wince.c (child_ops): Delete.
1105 * win32-nat.c (child_ops): Delete.
1106
1107 * inftarg.c (inftarg_set_find_memory_regions)
1108 (inftarg_set_make_corefile_notes): Delete functions.
1109 (_initialize_linux_nat): Inline calls.
1110
1111 * target.h (child_ops): Declare.
1112 * inftarg.c (child_ops): Move from here ...
1113 * target.c (child_ops): ... to here.
1114 * wince.c (child_ops): Delete extern declaration.
1115 * win32-nat.c (child_ops): Delete extern declaration.
1116 * linux-nat.c (child_ops): Delete extern declaration.
1117 * hpux-thread.c (child_ops): Delete extern declaration.
1118
1119 2004-09-28 Mark Kettenis <kettenis@gnu.org>
1120
1121 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
1122
1123 2004-09-28 Mark Kettenis <kettenis@gnu.org>
1124
1125 * configure.in: Only set host_makefile_frag when building a native
1126 debugger.
1127 * configure: Regenerate.
1128
1129 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
1130 for OpenBSD ELF.
1131
1132 2004-09-28 Andrew Cagney <cagney@gnu.org>
1133
1134 Problem identified by Paul Hilfinger.
1135 * Makefile.in (ada_lex_c): Define.
1136 (ada-lex.o): Delete rule.
1137
1138 * linux-proc.c: Delete file.
1139 * Makefile.in: Update.
1140 * config/sparc/linux64.mh (NATDEPFILES):
1141 * config/sparc/linux.mh (NATDEPFILES): Update.
1142 * config/s390/s390.mh (NATDEPFILES): Update.
1143 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
1144 * config/powerpc/linux.mh (NATDEPFILES): Update.
1145 * config/pa/linux.mh (NATDEPFILES): Update.
1146 * config/mips/linux.mh (NATDEPFILES): Update.
1147 * config/m68k/linux.mh (NATDEPFILES): Update.
1148 * config/ia64/linux.mh (NATDEPFILES): Update.
1149 * config/i386/linux64.mh (NATDEPFILES): Update.
1150 * config/i386/linux.mh (NATDEPFILES): Update.
1151 * config/arm/linux.mh (NATDEPFILES): Update.
1152 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
1153 * linux-nat.c: Update copyright. Include <sys/param.h>,
1154 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
1155 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
1156 (O_LARGEFILE): Possibly define.
1157 (_initialize_linux_nat, linux_proc_pending_signals)
1158 (add_line_to_sigset, linux_proc_xfer_memory)
1159 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
1160 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
1161 (struct linux_corefile_thread_data)
1162 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
1163 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
1164
1165 2004-09-16 Andrew Cagney <cagney@gnu.org>
1166
1167 * lin-lwp.c: Delete file.
1168 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
1169 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
1170 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
1171 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
1172 (linux_nat_attach, detach_callback, linux_nat_detach)
1173 (resume_callback, resume_clear_callback, linux_nat_resume)
1174 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
1175 (stop_wait_callback, linux_nat_has_pending, flush_callback)
1176 (status_callback, running_callback, count_events_callback)
1177 (select_singlestep_lwp_callback, select_event_lwp_callback)
1178 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
1179 (child_wait, stop_and_resume_callback, linux_nat_wait)
1180 (kill_callback, kill_wait_callback, linux_nat_kill)
1181 (linux_nat_create_inferior, linux_nat_mourn_inferior)
1182 (linux_nat_xfer_memory, linux_nat_thread_alive)
1183 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
1184 (_initialize_linux_nat): New functions.
1185 * Makefile.in: Update all dependencies.
1186 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1187 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1188 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
1189 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1190 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1191 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1192 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1193 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1194 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1195 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1196 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1197 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1198 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1199
1200 2004-09-27 Mark Kettenis <kettenis@gnu.org>
1201
1202 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
1203 config/i386/obsd64.mh (NAT_FILE): Remove variable.
1204
1205 * configure.in: Don't comment out NATDEPFILES in the generated
1206 Makefile if NAT_FILE is unset.
1207 * configure: Regenerate.
1208
1209 2004-09-27 Andrew Cagney <cagney@gnu.org>
1210
1211 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
1212 (insert_step_resume_breakpoint): Delete.
1213 (insert_step_resume_breakpoint_at_frame): New function.
1214 (insert_step_resume_breakpoint_at_sal): New function.
1215 (handle_inferior_event, step_into_function)
1216 (insert_step_resume_breakpoint): Simplify by using same.
1217
1218 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
1219
1220 2004-09-26 Mark Kettenis <kettenis@gnu.org>
1221
1222 * fbsd-proc.c: Remove file.
1223 * Makefile.in (fbsd-proc.o): Remove dependency.
1224
1225 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
1226 code together.
1227
1228 * config/i386/nm-fbsd64.h: Remove file.
1229 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1230
1231 2004-09-26 Mark Kettenis <kettenis@gnu.org>
1232
1233 * amd64-nat.h: Update copyright year.
1234 (amd64bsd_target): New prototype.
1235 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
1236 (amd64bsd_target): New function.
1237 (amd64bsd_fetch_inferior_registers): Rename from
1238 fetch_inferior_registers. Make static.
1239 (amd64bsd_store_inferior_registers): Rename from
1240 store_inferior_registers. Make static.
1241 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
1242 (_initialize_amd64fbsd_nat): Construct and add target vector.
1243 * amd64nbsd-nat.o: Include "target.h".
1244 (_initialize_amd64nbsd_nat): Construct and add target vector.
1245 * amd64obsd-nat.c: Include "target.h".
1246 (_initialize_amd64obsd_nat): Construct and add target vector.
1247 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
1248 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
1249 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
1250 fbsd-nat.o.
1251 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
1252 Remove infptrace.o and inftarg.o. Add inf-child.o and
1253 inf-ptrace.o.
1254 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
1255 (amd64obsd-nat.o): Update dependencies.
1256
1257 2004-09-25 Mark Kettenis <kettenis@gnu.org>
1258
1259 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
1260 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
1261 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
1262 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
1263 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
1264
1265 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
1266 Inline attach call.
1267 (inf_ptrace_detach): Inline detach call.
1268
1269 * configure.in: Check for waddstr instead of mvwaddstr when
1270 searching for curses library. Check for wborder.
1271 * configure, config.in: Regenerate.
1272 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
1273 available.
1274
1275 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
1276
1277 2004-09-24 Robert Picco <Robert.Picco@hp.com>
1278
1279 Committed by Andrew Cagney.
1280 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
1281 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
1282 configuration.
1283 (fetch_register_using_p): Implement 'p' packet. Based on code by
1284 Fernando Nasser.
1285 (remote_fetch_registers): Call fetch_register_using_p.
1286 (init_all_packet_configs, show_remote_cmd)
1287 (_initialize_remote): Add p-packet.
1288
1289 2004-09-24 Mark Kettenis <kettenis@gnu.org>
1290
1291 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
1292 instead of call_ptrace. Call wait directly instead of
1293 ptrace_wait.
1294 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
1295 (inf_ptrace_wait): Inline ptrace_wait call.
1296
1297 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1298
1299 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
1300 rolled back instead.
1301
1302 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1303
1304 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
1305 the new argument order.
1306
1307 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
1308
1309 * MAINTAINERS: Remove "broken" from XStormy16 entry.
1310 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
1311 (struct gdbarch_tdep): Remove.
1312 (struct xstormy16_frame_cache): New frame cache structure.
1313 (xstormy16_register_byte, xstormy16_register_raw_size)
1314 (xstormy16_reg_virtual_type, xstormy16_register_type)
1315 (xstormy16_push_arguments, xstormy16_push_return_address)
1316 (xstormy16_pop_frame, xstormy16_store_struct_return)
1317 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
1318 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
1319 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
1320 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
1321 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
1322 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
1323 (xstormy16_use_struct_convention): Drop gcc_p parameter.
1324 (xstormy16_extract_return_value, xstormy16_store_return_value):
1325 Regcachify. Drop useless struct convention handling.
1326 (xstormy16_register_type, xstormy16_return_value)
1327 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
1328 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
1329 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
1330 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
1331 (xstormy16_unwind_sp, xstormy16_unwind_pc)
1332 (xstormy16_unwind_dummy_id) : New functions.
1333 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
1334 of xstormy16_scan_prologue.
1335 (xstormy16_frame_unwind): New frame_unwind structure.
1336 (xstormy16_frame_base): New frame_base structure.
1337 (xstormy16_gdbarch_init): Accomodate all of the above changes.
1338 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
1339
1340 2004-09-22 Mark Kettenis <kettenis@gnu.org>
1341
1342 * language.c (language_gdbarch_post_init): Fix off-by one error.
1343
1344 2004-09-21 Daniel Jacobowitz <dan@debian.org>
1345
1346 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
1347 (struct dwarf2_offset_and_type): New.
1348 (set_die_type, reset_die_and_siblings_types, get_die_type)
1349 (offset_and_type_hash, offset_and_type_eq): New functions.
1350 (read_structure_type, read_enumeration_type, read_array_type)
1351 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
1352 (read_tag_reference_type, read_tag_const_type)
1353 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
1354 (read_typedef, read_base_type, read_subrange_type): Use
1355 set_die_type.
1356
1357 2004-09-20 Daniel Jacobowitz <dan@debian.org>
1358
1359 * Makefile.in (dwarf2read.o): Update dependencies.
1360 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
1361 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
1362 and read_in_chain.
1363 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
1364 mark, and has_form_ref_addr.
1365 (struct dwarf2_per_cu_data): New.
1366 (dwarf2_max_cache_age): New.
1367 (dwarf2_build_psymtabs_hard): Free cached compilation units
1368 after loading. Create and manage the list of compilation units.
1369 Remove unnecessary NULL initialization. Fix indentation.
1370 (psymtab_to_symtab_1): Initialize all of CU.
1371 (dwarf2_read_abbrevs): Set has_form_ref_addr.
1372 (find_partial_die): Use dwarf2_find_containing_comp_unit
1373 and load_comp_unit.
1374 (free_stack_comp_unit): Update comments. Clear the per-cu
1375 pointer. Handle aging.
1376 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
1377 (age_cached_comp_units, free_one_cached_comp_unit)
1378 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
1379 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
1380 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
1381 (show_dwarf2_cmd): New.
1382 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
1383 and "maint show dwarf2 max-cache-age".
1384 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
1385 externs.
1386 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
1387 global.
1388
1389 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
1390
1391 * dwarf2read.c (typename_concat): Change prototype to accept obstack
1392 and dwarf2_cu struct pointer as arguments. Change function to use
1393 obstack if provided and use dwarf2_cu to determine language-specific
1394 separator.
1395 (partial_die_parent_scope): Change comment to include java. Use
1396 new version of typename_concat instead of obconcat.
1397 (partial_die_full_name): Use typename_concat.
1398 (read_namespace): Ditto.
1399 (read_enumeration_type): Use typename_concat instead of obconcat.
1400 (new_symbol): Ditto.
1401 (add_partial_symbol): Enhance tests for C++ to also test for Java.
1402 (guess_structure_name): Ditto.
1403 (read_subroutine_type): Ditto.
1404 (read_structure_type): Ditto.
1405 (is_vtable_name): Add Java support.
1406 (determine_class_name): Switch to new typename_concat call.
1407 (determine_prefix): Switch to new typename_concat call.
1408 * jv-exp.y (FuncStart): New pattern.
1409 (MethodInvocation): Add support for simple function calls. Change
1410 warning message for other forms of inferior call currently not
1411 supported.
1412 * valarith.c (value_subscript): Treat an array with upper-bound
1413 of -1 as unknown size.
1414
1415 2004-09-20 Daniel Jacobowitz <dan@debian.org>
1416
1417 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
1418 (lookup_partial_symtab): Use symtab_to_fullname.
1419
1420 2004-09-19 Jim Blandy <jimb@redhat.com>
1421
1422 * minsyms.c (lookup_minimal_symbol): Doc fix.
1423
1424 2004-09-20 Andrew Cagney <cagney@gnu.org>
1425
1426 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
1427 CHILD_RESUME.
1428 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
1429 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
1430 KILL_INFERIOR.
1431 * infptrace.c: Update.
1432
1433 2004-09-19 Daniel Jacobowitz <dan@debian.org>
1434
1435 * symtab.c (output_source_filename): Mark first argument as const.
1436 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
1437 for "info sources" output.
1438
1439 2004-09-20 Mark Kettenis <kettenis@gnu.org>
1440
1441 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
1442 <machine/vmparam.h>.
1443 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
1444 (register_u_addr): Remove prototype.
1445
1446 2004-09-19 Mark Kettenis <kettenis@gnu.org>
1447
1448 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
1449 (i386bsd_fetch_inferior_registers): Rename from
1450 fetch_inferior_registers. Make static.
1451 (i386bsd_store_inferior_registers): Rename from
1452 store_inferior_registers. Make static.
1453 (i386bsd_target): New function.
1454 * i386bsd-nat.h: New file.
1455 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
1456 "i386bsd-nat.h".
1457 (i386fbsd_resume): Rename from child_resume. Make static.
1458 (_initialize_i386fbsd_nat): Construct and add target vector.
1459 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
1460 (_initialize_i386nbsd_nat): Construct and add target vector.
1461 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
1462 Remove defines.
1463 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
1464 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
1465 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
1466 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
1467 (LOADLIBES): New variable.
1468 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
1469 inf-ptrace.o. Remove inftarg.o.
1470 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
1471 inf-ptrace.o. Remove inftarg.o.
1472 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
1473 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
1474 (LOADLIBES): New variable.
1475 * Makefile.in (i386bsd_nat_h): New variable.
1476 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
1477 dependencies.
1478
1479 * sparc64nbsd-tdep.c: Include "objfiles.h".
1480 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
1481 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
1482 svr4_lp64_fetch_link_map_offsets.
1483 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
1484 "nbsd-tdep.h".
1485 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
1486 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
1487 svr4_lp64_fetch_link_map_offsets.
1488 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
1489 dependencies.
1490
1491 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
1492 * fbsd-nat.h: New file.
1493 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
1494 (fbsd_nat_h): New variable.
1495 (fbsd-nat.o): New dependency.
1496
1497 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
1498 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
1499
1500 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
1501 comment.
1502
1503 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
1504
1505 * ada-exp.y (type_int): New function to add layer of abstraction
1506 around references to expression types.
1507 (type_long): Ditto.
1508 (type_long_long): Ditto.
1509 (type_float): Ditto.
1510 (type_double): Ditto.
1511 (type_long_double): Ditto.
1512 (type_char): Ditto.
1513 (type_system_address): Ditto.
1514 (simple_exp): Use type_* functions in place of builtin_*
1515 variables.
1516 (exp): Ditto.
1517 (write_var_from_name): Ditto.
1518 (write_object_renaming): Ditto.
1519 * ada-lang.c (ada_create_fundamental_type): Remove redundant
1520 declaration.
1521 (build_ada_types): Remove, replacing with...
1522 (ada_language_arch_info): New function to initialize primitive
1523 type vector in language_arch_info.
1524 (ada_array_length): Remove use of builtin_type_ada_int.
1525 (value_pos_atr): Ditto.
1526 (ada_evaluate_subexp): Ditto.
1527 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
1528 builtin_type_ada_long_long, builtin_type_ada_char,
1529 builtin_type_ada_float, builtin_type_ada_double,
1530 builtin_type_ada_long_double, builtin_type_ada_natural,
1531 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
1532 (ada_builtin_types): Remove.
1533 (ada_language_defn): Remove entries for la_builtin_type_vector and
1534 string_char_type and use ada_language_arch_info.
1535 (_initialize_ada_language): Do type-vector initialization along
1536 the lines of c-lang.c.
1537 (ada_create_fundamental_type): Break up line.
1538 (ada_dump_symtab): Remove unused function.
1539 (enum ada_primitive_types): Define.
1540 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
1541 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
1542 builtin_type_ada_float, builtin_type_ada_double,
1543 builtin_type_ada_long_double, builtin_type_ada_natural,
1544 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
1545 * ada-lex.l: Use type_* functions in place of builtin_* variables.
1546 (processInt): Ditto.
1547 (processReal): Ditto.
1548 (name_lookup): Ditto.
1549 * ada-typeprint.c (print_range): Use builtin_type_int, not
1550 builtin_type_ada_int.
1551
1552 2004-09-18 Mark Kettenis <kettenis@gnu.org>
1553
1554 * i386-tdep.c (i386_register_name): Rename regno to regnum.
1555
1556 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
1557 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
1558 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
1559 * configure.in: Improve checks for curses library by checking for
1560 mvwaddstr instead of initscr. Drop HP curses in favour of
1561 standard curses on HP-UX.
1562 * configure: Regenerated.
1563
1564 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
1565
1566 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
1567 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
1568 Minor formatting changes.
1569 (empty_array): Slight rewrite for formatting.
1570 (emit_char,parse,ada_language_defn,build_ada_types,
1571 ada_is_exception_sym, _initialize_ada_language): Move
1572 definitions around.
1573 (ada_dump_symtab): Remove unused definition.
1574 (ada_maybe_exception_partial_symbol): Remove unused definition.
1575
1576 2004-09-16 Andrew Cagney <cagney@gnu.org>
1577
1578 * inf-child.c: Include "gdb_string.h".
1579 (inf_child_core_file_to_sym_file): Delete.
1580 (inf_child_target): Set to_fetch_registers and to_store_registers.
1581 * inf-ptrace.c: Include "gdb_string.h".
1582 * Makefile.in: Update all dependencies.
1583
1584 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
1585 problem.
1586
1587 2004-09-14 Joel Brobecker <brobecker@gnat.com>
1588
1589 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
1590 call to heuristic_proc_desc. Remove code that became redundant
1591 as a consequence.
1592 (read_next_frame_reg): Remove special case for SP_REGNUM.
1593 (set_reg_offset): Fix small typo.
1594 (reset_saved_regs): New procedure.
1595 (mips32_heuristic_proc_desc): No longer compute a fake
1596 procedure descriptor. Compute the full frame cache instead.
1597 Some minor comment reformatting.
1598
1599 2004-09-14 Andrew Cagney <cagney@gnu.org>
1600
1601 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
1602 maintainer.
1603
1604 * thread-db.c (thread_db_new_objfile): Assume that there is a
1605 child process.
1606
1607 2004-09-13 Jim Blandy <jimb@redhat.com>
1608
1609 * valops.c (value_assign): Move 'buffer' to the enclosing block,
1610 so that its storage isn't referenced after its lifetime ends.
1611
1612 * valops.c (value_assign): 'use_buffer' is initialized to zero,
1613 and never assigned to. Delete it, and the 'if (use_buffer)'
1614 clauses. Delete 'raw_buffer', since it is now unused.
1615
1616 2004-09-13 Andrew Cagney <cagney@gnu.org>
1617
1618 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
1619 * configure: Re-generate.
1620 * nlm/Makefile.in (TAGS): Update.
1621 * Makefile.in (TAGS): Update.
1622 * config/vax/nbsd.mt (TM_FILE): Update.
1623 * config/sparc/vxworks.mt (TM_FILE): Update.
1624 * config/sparc/sol2.mt (TM_FILE): Update.
1625 * config/sparc/sol2-64.mt (TM_FILE): Update.
1626 * config/sparc/obsd64.mt (TM_FILE): Update.
1627 * config/sparc/obsd.mt (TM_FILE): Update.
1628 * config/sparc/nbsd64.mt (TM_FILE): Update.
1629 * config/sparc/nbsd.mt (TM_FILE): Update.
1630 * config/sparc/linux64.mt (TM_FILE): Update.
1631 * config/sparc/linux.mt (TM_FILE): Update.
1632 * config/sparc/fbsd.mt (TM_FILE): Update.
1633 * config/sh/wince.mt (TM_FILE): Update.
1634 * config/sh/nbsd.mt (TM_FILE): Update.
1635 * config/sh/linux.mt (TM_FILE): Update.
1636 * config/sh/embed.mt (TM_FILE): Update.
1637 * config/s390/s390.mt (TM_FILE): Update.
1638 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
1639 * config/rs6000/rs6000.mt (TM_FILE): Update.
1640 * config/rs6000/aix4.mt (TM_FILE): Update.
1641 * config/powerpc/vxworks.mt (TM_FILE): Update.
1642 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
1643 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
1644 * config/powerpc/obsd.mt (TM_FILE): Update.
1645 * config/powerpc/nbsd.mt (TM_FILE): Update.
1646 * config/powerpc/linux.mt (TM_FILE): Update.
1647 * config/powerpc/aix.mt (TM_FILE): Update.
1648 * config/pa/obsd.mt (TM_FILE): Update.
1649 * config/pa/linux.mt (TM_FILE): Update.
1650 * config/pa/hppahpux.mt (TM_FILE): Update.
1651 * config/pa/hppa64.mt (TM_FILE): Update.
1652 * config/pa/hppa.mt (TM_FILE): Update.
1653 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
1654 * config/mips/wince.mt (TM_FILE): Update.
1655 * config/mips/vxmips.mt (TM_FILE): Update.
1656 * config/mips/nbsd.mt (TM_FILE): Update.
1657 * config/mips/linux.mt (TM_FILE): Update.
1658 * config/mips/irix6.mt (TM_FILE): Update.
1659 * config/mips/irix5.mt (TM_FILE): Update.
1660 * config/mips/embed.mt (TM_FILE): Update.
1661 * config/m68k/vxworks68.mt (TM_FILE): Update.
1662 * config/m68k/st2000.mt (TM_FILE): Update.
1663 * config/m68k/os68k.mt (TM_FILE): Update.
1664 * config/m68k/obsd.mt (TM_FILE): Update.
1665 * config/m68k/nbsd.mt (TM_FILE): Update.
1666 * config/m68k/monitor.mt (TM_FILE): Update.
1667 * config/m68k/linux.mt (TM_FILE): Update.
1668 * config/m68k/cisco.mt (TM_FILE): Update.
1669 * config/ia64/linux.mt (TM_FILE): Update.
1670 * config/ia64/aix.mt (TM_FILE): Update.
1671 * config/ia64/ia64.mt (TM_FILE): Update.
1672 * config/i386/vxworks.mt (TM_FILE): Update.
1673 * config/i386/obsd64.mt (TM_FILE): Update.
1674 * config/i386/obsd.mt (TM_FILE): Update.
1675 * config/i386/nto.mt (TM_FILE): Update.
1676 * config/i386/nbsd64.mt (TM_FILE): Update.
1677 * config/i386/nbsd.mt (TM_FILE): Update.
1678 * config/i386/linux64.mt (TM_FILE): Update.
1679 * config/i386/linux.mt (TM_FILE): Update.
1680 * config/i386/i386sol2.mt (TM_FILE): Update.
1681 * config/i386/i386lynx.mt (TM_FILE): Update.
1682 * config/i386/fbsd64.mt (TM_FILE): Update.
1683 * config/i386/fbsd.mt (TM_FILE): Update.
1684 * config/i386/cygwin.mt (TM_FILE): Update.
1685 * config/h8300/h8300.mt (TM_FILE): Update.
1686 * config/frv/frv.mt (TM_FILE): Update.
1687 * config/cris/cris.mt (TM_FILE): Update.
1688 * config/arm/wince.mt (TM_FILE): Update.
1689 * config/arm/nbsd.mt (TM_FILE): Update.
1690 * config/arm/linux.mt (TM_FILE): Update.
1691 * config/arm/embed.mt (TM_FILE): Update.
1692 * config/alpha/nbsd.mt (TM_FILE): Update.
1693 * config/alpha/fbsd.mt (TM_FILE): Update.
1694 * config/alpha/alpha.mt (TM_FILE): Update.
1695 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
1696 * config/alpha/alpha-linux.mt (TM_FILE): Update.
1697
1698 Eliminate event_loop_p, always has the value 1.
1699 * defs.h (event_loop_p): Delete macro.
1700 * breakpoint.c (until_break_command): Simplify.
1701 * utils.c (prompt_for_continue): Simplify.
1702 * tracepoint.c (read_actions): Simplify.
1703 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
1704 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
1705 (set_prompt, init_main): Simplify.
1706 (init_signals, disconnect): Delete, unused.
1707 * remote.c (remote_async_resume)
1708 (extended_remote_async_create_inferior): Simplify.
1709 * mi/mi-interp.c (mi_input): Delete, unused.
1710 (mi_interpreter_resume, mi_command_loop): Simplify.
1711 * interps.c (current_interp_command_loop): Simplify.
1712 * infrun.c (proceed): Simplify.
1713 * infcmd.c (run_command, continue_command, step_1, jump_command)
1714 (until_command, advance_command, finish_command)
1715 (interrupt_target_command): Simplify.
1716 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
1717
1718 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1719 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1720 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1721 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1722 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1723 * mips-tdep.c (mips_dump_tdep): Do not print same.
1724
1725 2004-09-12 Andrew Cagney <cagney@gnu.org>
1726
1727 * valprint.c (print_longest): Use fputs_filtered. Make "val"
1728 const.
1729 * Makefile.in (valprint.o): Delete explict rule.
1730
1731 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
1732 reported by Dave Anderson.
1733
1734 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
1735
1736 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
1737
1738 2004-09-12 Salvador E. Tropea <set@users.sf.net>
1739 Andrew Cagney <cagney@gnu.org>
1740
1741 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
1742 (mi_cmd_data_list_register_values)
1743 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
1744 the register number computation.
1745
1746 2004-09-12 Andrew Cagney <cagney@gnu.org>
1747
1748 * ppcnbsd-nat.c: Include "inf-ptrace.h".
1749 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
1750 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
1751 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
1752 target.
1753 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
1754 inf-ptrace.o and inf-child.o.
1755 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
1756 * Makefile.in: Update dependencies.
1757
1758 2004-09-11 Andrew Cagney <cagney@gnu.org>
1759
1760 * language.c (hex_string, hex_string_custom): Move from here ...
1761 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
1762 (CELLSIZE): Increase to 50.
1763 * language.h (hex_string, hex_string_custom): Move from here ...
1764 * defs.h: ... to here.
1765 * Makefile.in: Update all dependencies.
1766
1767 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
1768
1769 * language.c (local_hex_format_custom): Remove.
1770 (local_hex_string): Rename to hex_string, use C format, and move to
1771 utils.c
1772 (local_hex_string_custom): Rename to hex_string_custom and change
1773 interface. Now uses C format. Move to utils.c
1774 (local_octal_format_custom): Remove.
1775 (local_decimal_format_custom): Remove.
1776 (unknown_language_defn): Remove language-specific number
1777 formatting entries.
1778 (auto_language_defn): Ditto.
1779 (local_language_defn): Ditto.
1780 * language.h (struct language_format_info): Delete declaration.
1781 (struct language_defn): Remove language_format_info fields
1782 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
1783 (local_binary_format): Remove macro.
1784 (local_binary_format_prefix): Remove macro.
1785 (local_binary_format_specifier): Remove macro.
1786 (local_binary_format_suffix): Remove macro.
1787 (local_octal_format): Remove macro.
1788 (local_octal_format_prefix): Remove macro.
1789 (local_octal_format_specifier): Remove macro.
1790 (local_octal_format_suffix): Remove macro.
1791 (local_decimal_format): Remove macro.
1792 (local_decimal_format_prefix): Remove macro.
1793 (local_decimal_format_specifier): Remove macro.
1794 (local_decimal_format_suffix): Remove macro.
1795 (local_hex_format): Remove macro.
1796 (local_hex_format_prefix): Remove macro.
1797 (local_hex_format_specifier): Remove macro.
1798 (local_hex_format_suffix): Remove macro.
1799 (local_decimal_format_custom): Remove.
1800 (local_octal_format_custom): Remove.
1801 (local_hex_format_custom): Remove.
1802 (local_hex_string): Rename to hex_string and move to defs.h.
1803 (local_hex_string_custom): Rename to hex_string_custom, change
1804 interface, and move to defs.h.
1805 * utils.c: (int_string): New function.
1806 (hex_string): New function (from language.c).
1807 (hex_string_custom): New function (from language.c).
1808 (octal2str): New function.
1809 (decimal2str): Add width parameter.
1810 (paddr_u): Use new decimal2str interface.
1811 (paddr_d): Ditto.
1812 * defs.h (hex_string): Declare.
1813 (hex_string_custom): Declare.
1814 (int_string): Declare.
1815 * printcmd.c (print_scalar_formatted): Remove localized binary
1816 formatting.
1817 * valprint.c (print_longest): Use int_string.
1818 (print_floating): Use C hex format.
1819 (print_hex_chars): Ditto.
1820 (print_binary_chars): Remove language-specific formatting.
1821 (print_octal_chars): Use C octal format.
1822 (print_decimal_chars): Delocalize format.
1823 (print_decimal): Remove.
1824 * ada-lang.c (ada_language_defn): Remove language-specific number
1825 formatting entries.
1826 * p-lang.c (pascal_language_defn): Ditto.
1827 * c-lang.c (c_language_defn): Ditto.
1828 (cplus_language_defn): Ditto.
1829 (asm_language_defn): Ditto.
1830 (minimal_language_defn): Ditto.
1831 * f-lang.c (f_language_defn): Ditto.
1832 * jv-lang.c (java_language_defn): Ditto.
1833 * m2-lang.c (m2_language_defn): Ditto.
1834 * scm-lang.c (scm_language_defn): Ditto.
1835 * objc-lang.c (objc_language_defn): Ditto.
1836 * memattr.c (mem_info_command): Use renamed hex_string_custom with
1837 new interface.
1838 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
1839 * ui-out.c (ui_out_field_core_addr): Ditto.
1840 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
1841 * exec.c (print_section_info): Ditto.
1842 * i387-tdep.c (print_i387_status_word): Ditto.
1843 (print_i387_control_word): Ditto.
1844 (i387_print_float_info): Ditto.
1845 * maint.c (maint_print_section_info): Ditto.
1846 * solib.c (info_sharedlibrary_command): Ditto.
1847 * somsolib.c (som_sharedlibrary_info_command): Ditto.
1848 * symtab.c (print_msymbol_info): Ditto.
1849 * tracepoint.c (tracepoints_info): Ditto.
1850 * solib-frv.c (lm_base): Ditto.
1851 (frv_current_sos): Ditto.
1852 (enable_break2): Ditto.
1853 (enable_break): Ditto.
1854 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
1855 (process_one_symbol): Ditto.
1856 * infcmd.c (program_info): Ditto.
1857 * mdebugread.c (parse_partial_symbols): Ditto.
1858 * symfile.c (add_symbol_file_command): Ditto.
1859 * cli/cli-cmds.c (edit_command): Ditto.
1860 (list_command): Ditto.
1861 * infcall.c (call_function_by_hand): Ditto.
1862 * remote-vx.c (vx_run_files_info): Ditto.
1863 (vx_wait): Ditto.
1864 (vx_attach): Ditto.
1865 (vx_detach): Ditto.
1866 (vx_kill): Ditto.
1867 * aix-thread.c (pdc_symbol_addrs): Ditto.
1868 (pdc_read_regs): Ditto.
1869 (pdc_write_regs): Ditto.
1870 (pdc_read_data): Ditto.
1871 (pdc_write_data): Ditto.
1872 * d10v-tdep.c (display_trace): Ditto.
1873 * rs6000-nat.c (find_toc_address): Ditto.
1874 * aix-thread.c: Don't include language.h.
1875 * buildsym.c: Ditto.
1876 * dbxread.c: Ditto.
1877 * mdebugread.c: Ditto.
1878 * rs6000-nat.c: Ditto.
1879 * buildsym.c (make_blockvector): Use renamed hex_string.
1880
1881 2004-09-10 Jason Molenda (jmolenda@apple.com)
1882
1883 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
1884 chars after 'if' or 'while' commands in user-defined commands.
1885
1886 2004-09-08 Jim Blandy <jimb@redhat.com>
1887
1888 Fix bug reported and analyzed by Olivier Crete:
1889 * symfile.c (copy_section_addr_info): New function.
1890 (symbol_file_add_with_addrs_or_offsets): Use it to save the
1891 original set of address arguments, instead of handwritten code
1892 that uses one length to allocate and a different length to
1893 initialize. Use make_cleanup_free_section_addr_info.
1894 * symfile.h (copy_section_addr_info): New declaration.
1895 * utils.c: #include "symfile.h".
1896 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
1897 New functions.
1898 * defs.h (make_cleanup_free_section_addr_info): New declaration.
1899 * Makefile.in (utils.o): Update dependencies.
1900
1901 2004-09-08 Andrew Cagney <cagney@gnu.org>
1902
1903 * thread-db.c (keep_thread_db): Delete.
1904 (thread_db_new_objfile, thread_db_create_inferior)
1905 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
1906
1907 2004-09-08 Mark Kettenis <kettenis@gnu.org>
1908
1909 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
1910 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
1911 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
1912 (i386_frameless_signal_p): Remove prototype.
1913 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
1914 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
1915 I386_SSE_NUM_REGS.
1916 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
1917 instead of FP0_REGNUM.
1918 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
1919 of FP0_REGNUM and FPC_REGNUM.
1920
1921 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
1922 (sunos_solib_create_inferior_hook): Don't call
1923 sunos_relocate_main_executable.
1924
1925 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
1926 solib_svr4_fetch_link_map_offsets to
1927 svr4_ilp32_fetch_link_map_offsets.
1928 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
1929 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1930 svr4_ilp32_fetch_link_map_offsets.
1931 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
1932
1933 2004-09-07 Jim Blandy <jimb@redhat.com>
1934
1935 * frame.h (frame_register): Doc fix.
1936
1937 2004-09-07 Andrew Cagney <cagney@gnu.org>
1938
1939 * vx-share/wait.h: Delete #ifdef USG.
1940 * utils.c (request_quit): Ditto.
1941 * tui/tui.c (tui_reset): Ditto.
1942 * remote.c: Ditto.
1943 * remote-sds.c: Ditto.
1944 * remote-rdi.c: Ditto.
1945 * mdebugread.c: Ditto.
1946 * m68klinux-nat.c: Ditto.
1947 * infttrace.c: Ditto.
1948 * infptrace.c: Ditto.
1949 * i386v-nat.c: Ditto.
1950 * exec.c: Ditto.
1951 * dbxread.c: Ditto.
1952 * core-aout.c: Ditto.
1953
1954 2004-09-05 Joel Brobecker <brobecker@gnat.com>
1955
1956 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
1957 heuristic_proc_desc.
1958 (mips_insn32_frame_cache): Likewise.
1959
1960 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1961
1962 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
1963 left behind by error.
1964
1965 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1966
1967 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
1968 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
1969
1970 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1971
1972 * config/rs6000/xm-aix4.h: Remove this file.
1973 * config/rs6000/aix4.mh (XM_FILE): Delete.
1974
1975 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1976
1977 * config/rs6000/xm-rs6000.h: Remove this file.
1978 * config/rs6000/rs6000.mh (XM_FILE): Remove.
1979
1980 2004-09-03 Andrew Cagney <cagney@gnu.org>
1981
1982 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1983 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1984 only use.
1985
1986 * mips-tdep.c (temp_saved_regs): Delete.
1987 (set_reg_offset): Replace saved_regs parameter with this_cache.
1988 (heuristic_proc_desc, mips16_heuristic_proc_desc)
1989 (mips32_heuristic_proc_desc): Add this_cache parameter.
1990 (mips_insn32_frame_cache, mips_insn16_frame_cache)
1991 (after_prologue): Pass a NULL this_cache.
1992
1993 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1994 non-kernel trap prologues.
1995
1996 * mips-tdep.c (find_proc_desc): Delete function.
1997 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1998 simplify.
1999 (mips_insn16_frame_cache): Replace find_proc_desc with code from
2000 mips_insn32_frame_cache.
2001
2002 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
2003 Simplify as NEXT_FRAME is NULL.
2004 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
2005
2006 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
2007 local variable.
2008 (mips_skip_prologue): Update.
2009
2010 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
2011 "cur_frame" parameter.
2012 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
2013 (mips_insn32_frame_cache, find_proc_desc): Update
2014
2015 * config/vax/nm-obsd.h: Delete file.
2016 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2017 * config/vax/nm-nbsd.h: Delete file.
2018 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
2019 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2020 * config/sh/nm-nbsd.h: Delete file.
2021 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2022 * config/rs6000/nm-rs6000ly.h: Delete file.
2023 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
2024 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2025 * config/powerpc/nm-obsd.h: Delete file.
2026 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2027 * config/powerpc/nm-nbsd.h: Delete file.
2028 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2029 * config/pa/nm-obsd.h: Delete file.
2030 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2031 * config/mips/nm-nbsd.h: Delete file.
2032 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2033 * config/m88k/nm-obsd.h: Delete file.
2034 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2035 * config/m68k/nm-nbsd.h: Delete file.
2036 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
2037 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2038 * config/i386/nm-nbsd.h: Delete file.
2039 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
2040 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2041 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2042 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2043 * config/i386/nm-i386lynx.h: Delete file.
2044 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2045 * config/arm/nm-nbsd.h: Delete file.
2046 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
2047 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2048
2049 * config/i386/tm-fbsd.h: Delete file.
2050 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
2051 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
2052
2053 * config/rs6000/tm-rs6000-aix4.h: Delete file.
2054 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
2055 * config/rs6000/aix4.mt (TM_FILE): Set to
2056 config/rs6000/tm-rs6000.h.
2057 * config/powerpc/tm-ppc-aix.h: Delete file.
2058 * config/powerpc/aix.mt (TM_FILE): Set to
2059 config/rs6000/tm-rs6000.h.
2060 * config/m68k/tm-linux.h: Delete file.
2061 * config/m68k/linux.mt (TM_FILE): Set to solib.h
2062 * config/i386/tm-linux64.h: Delete file.
2063 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
2064 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
2065
2066 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2067 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
2068 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
2069 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2070 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
2071 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
2072 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
2073 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2074 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2075
2076 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
2077 gdb_host_cpu.
2078
2079 2004-09-02 Joel Brobecker <brobecker@gnat.com>
2080
2081 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
2082 Minor reformatting. Some code factoring.
2083
2084 2004-09-02 Andrew Cagney <cagney@gnu.org>
2085
2086 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
2087 * config/vax/tm-nbsd.h: Delete file.
2088 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2089 * config/sparc/tm-vxworks.h: Delete file.
2090 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
2091 * config/sparc/tm-nbsd.h: Delete file.
2092 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
2093 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
2094 * config/sparc/tm-linux.h: Delete file.
2095 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
2096 * config/s390/tm-linux.h: Delete file.
2097 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
2098 * config/pa/tm-bsd.h: Delete file.
2099 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
2100 * config/m68k/tm-obsd.h: Delete file.
2101 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
2102 * config/m68k/tm-nbsd.h: Delete file.
2103 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2104 * config/i386/tm-vxworks.h: Delete file.
2105 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
2106 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
2107 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
2108 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
2109 * config/i386/tm-nbsd.h: Delete file.
2110 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
2111 * config/i386/tm-i386lynx.h: Delete file.
2112 * config/cris/cris.mt (TM_FILE): Set to solib.h.
2113 * config/cris/tm-cris.h: Delete file.
2114
2115 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
2116 * configure: Re-generate.
2117 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
2118 * config/arm/tm-nbsd.h: Delete file.
2119
2120 * config/powerpc/tm-ppcle-sim.h: Delete.
2121 * config/powerpc/tm-ppcle-eabi.h: Delete.
2122 * config/powerpc/tm-nbsd.h: Delete.
2123 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
2124 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
2125 tm-ppcle-eabi.h.
2126
2127 * config/i386/nto.mh (NAT_FILE): Delete.
2128 * config/i386/nm-nto.h: Delete.
2129
2130 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
2131 * config/m68k/tm-os68k.h: Ditto.
2132 * config/m68k/tm-monitor.h: Ditto.
2133 * config/m68k/tm-cisco.h: Ditto.
2134 * config/m68k/st2000.mt (TM_FILE): Delete.
2135 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
2136 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
2137 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
2138 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
2139
2140 * config/m68k/tm-st2000.h: Delete.
2141 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
2142 * config/sparc/fbsd.mt (TM_FILE): Delete.
2143 * config/sparc/tm-fbsd.h: Delete.
2144
2145 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
2146 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
2147 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
2148
2149 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
2150 GDB_TM_FILE and GDB_XM_FILE.
2151 * gdbarch.c: Re-generate.
2152 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
2153 quotes in macro definition.
2154 * configure.in: Re-generate.
2155
2156 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
2157 validating architecture methods.
2158 * gdbarch.c: Re-generate.
2159
2160 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
2161 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
2162 GDB_MULTI_ARCH_PARTIAL.
2163 * gdbarch.h: Re-generate.
2164
2165 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
2166 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
2167 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
2168 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
2169 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
2170 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
2171 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
2172 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
2173 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
2174 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
2175 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
2176 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
2177
2178 2004-09-01 Andrew Cagney <cagney@gnu.org>
2179
2180 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
2181 and main_func_highpc.
2182 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
2183 * objfiles.c (init_entry_point_info, objfile_relocate): Update
2184 * nlmread.c (nlm_symfile_read): Update.
2185
2186 2004-09-01 Joel Brobecker <brobecker@gnat.com>
2187
2188 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
2189 (mips_insn32_frame_cache): Inline call to find_proc_desc.
2190 (find_proc_desc): Remove dead code.
2191
2192 2004-09-01 Joel Brobecker <brobecker@gnat.com>
2193
2194 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
2195
2196 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2197
2198 * observer.sh: Add struct so_list declaration.
2199 * Makefile.in: Add dependencies on observer.h for solib.c and
2200 breakpoint.c.
2201 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
2202 function.
2203 (_initialize_breakpoint): Register
2204 disable_breakpoints_in_unloaded_shlib as an observer of the
2205 "solib unloaded" observation event.
2206 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
2207 call decode_line_1 so unfound breakpoint errors are silent.
2208 * solib.c (update_solib_list): When a solib is discovered to have
2209 been unloaded by the program, notify all observers of the
2210 "solib unloaded" observation event.
2211
2212 2004-09-01 Andrew Cagney <cagney@gnu.org>
2213
2214 * frame.c: Include "objfiles.h".
2215 (inside_main_func): New function.
2216 (get_prev_frame): Use new inside_main_func.
2217 * Makefile.in (frame.o): Update dependencies.
2218 * defs.h (inside_main_func): Delete declaration.
2219 * blockframe.c (inside_main_func): Delete function.
2220
2221 2004-08-31 Jim Blandy <jimb@redhat.com>
2222
2223 * dwarf2read.c (is_vtable_name): New function, based on logic from
2224 read_structure_type, but passing the correct length to strncmp,
2225 and using 'sizeof' instead of 'strlen'.
2226 (read_structure_type): Call it.
2227
2228 2004-08-31 Joel Brobecker <brobecker@gnat.com>
2229
2230 * config/powerpc/aix.mh: Add comment.
2231
2232 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
2233
2234 * MAINTAINERS: Add self to Write-After-Approval.
2235
2236 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
2237
2238 * MAINTAINERS: Add self to Write-After-Approval.
2239
2240 2004-08-30 Andrew Cagney <cagney@gnu.org>
2241
2242 Fix PR breakpoints/1757.
2243 * infrun.c (struct execution_control_state): Replace
2244 remove_breakpoints_on_following_step with
2245 step_after_step_resume_breakpoint.
2246 (init_execution_control_state): Update.
2247 (handle_inferior_event): For signals, when stepping off a
2248 breakpoint, set step_after_step_resume_breakpoint. When
2249 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
2250 (keep_going): Delete code handling
2251 remove_breakpoints_on_following_step.
2252
2253 2004-08-29 David Lecomber <david@streamline-computing.com>
2254
2255 Fix PR gdb/648
2256 * language.h (enum array_ordering): New enum.
2257 * language.h (struct language_defn): New la_array_ordering
2258 attribute.
2259 * language.c (unknown_language_defn, auto_language_defn)
2260 (local_language_defn): Ditto.
2261 * ada-lang.c (ada_language_defn): Ditto.
2262 * c-lang.c (c_language_defn, cplus_language_defn)
2263 (asm_language_defn, minimal_language_defn): Ditto.
2264 * f-lang.c (f_language_defn): Ditto.
2265 * jv-lang.c (java_language_defn): Ditto.
2266 * m2-lang.c (f_language_defn): Ditto.
2267 * objc-lang.c (objc_language_defn): Ditto.
2268 * p-lang.c (pascal_language_defn): Ditto.
2269 * scm-lang.c (scm_language_defn): Ditto.
2270 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
2271 oriented large to small in type structure.
2272 * dwarf2read.c (read_array_order): New function.
2273 (read_array_type): Use read_array_order to check row/column
2274 major ordering.
2275
2276 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
2277
2278 * target.c (target_resize_to_sections): Check
2279 current_target.to_sections for an old value when updating.
2280
2281 2004-08-27 Joel Brobecker <brobecker@gnat.com>
2282
2283 * procfs.c (dbx_link_bpt_addr): New static global variable.
2284 (dbx_link_shadow_contents): New static global variable.
2285 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
2286 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
2287 if we just hit it.
2288 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
2289 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
2290 from run to run.
2291 (procfs_create_inferior): Remove syssgi syscall-exit notifications
2292 after the inferior has been forked.
2293 (remove_dbx_link_breakpoint): New function.
2294 (dbx_link_addr): New function.
2295 (insert_dbx_link_bpt_in_file): New function.
2296 (insert_dbx_link_bpt_in_region): New function.
2297 (insert_dbx_link_breakpoint): New function.
2298 (proc_trace_syscalls_1): New function, extracted from
2299 proc_trace_syscalls.
2300 (proc_trace_syscalls): Replace extract code by call to
2301 proc_trace_syscalls_1.
2302 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
2303 is no longer valid.
2304
2305 2004-08-25 Jim Blandy <jimb@redhat.com>
2306
2307 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
2308
2309 2004-08-25 Andrew Cagney <cagney@gnu.org>
2310
2311 * infrun.c (struct execution_control_state): Delete field
2312 "stepping_through_sigtramp".
2313 (init_execution_control_state): Do not set same.
2314 (context_switch): Do not pass same to save_infrun_state and
2315 load_infrun_state.
2316 * gdbthread.h (struct thread_info): Delete field
2317 stepping_through_sigtramp.
2318 (save_infrun_state, load_infrun_state): Delete parameter
2319 stepping_through_sigtramp.
2320 * thread.c (load_infrun_state, save_infrun_state): Update.
2321
2322 * infrun.c: Re-indent. Move expression operators to the beginning
2323 of the line. Remove long disabled #if 0 code.
2324
2325 2004-08-24 Andrew Cagney <cagney@gnu.org>
2326
2327 * doublest.h (floatformat_ieee_quad): Rename
2328 floatformat_ia64_quad.
2329 * doublest.c (floatformat_ieee_quad): Rename
2330 floatformat_ia64_quad.
2331 (_initialize_doublest): Update.
2332
2333 2004-08-24 Jim Blandy <jimb@redhat.com>
2334
2335 * dwarf2expr.h (struct dwarf_expr_context): New members
2336 'num_pieces' and 'pieces', for returning the result of an
2337 expression that uses DW_OP_piece.
2338 (struct dwarf_expr_piece): New struct type.
2339 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
2340 pieces.
2341 (free_dwarf_expr_context): Free pieces, if any.
2342 (add_piece): New function.
2343 (execute_stack_op): Implement DW_OP_piece.
2344 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
2345 expression is a list of pieces, print an error message.
2346 (dwarf2_loc_desc_needs_frame): If the expression yields
2347 pieces, and any piece is in a register, then we need a frame.
2348
2349 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
2350 the stack until we've decided what sort of result the evaluation
2351 has produced. Use separate variables, with more specific names.
2352
2353 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
2354
2355 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
2356 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
2357 (arm_netbsd_init_abi_common): Register them.
2358
2359 2004-08-22 Mark Kettenis <kettenis@gnu.org>
2360
2361 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
2362
2363 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
2364 safe_frame_unwind_memory instead of target_read_memory.
2365
2366 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
2367 Reorder includes.
2368 (fetch_register, store_register): Remove prototypes.
2369 (child_resume): Reorganize code and comments such that it is
2370 grouped a bit more logically.
2371 (attach): Explicitly compare errno against 0.
2372 (detach): Likewise. Use perror_with_name instead of
2373 print_sys_errmsg.
2374 * Makefile.in (infptrace.o): Update dependencies.
2375
2376 * ia64-linux-nat.c: Update copyright year.
2377 (fetch_debug_register, store_debug_register)
2378 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
2379 PTRACE_TYPE_ARG3.
2380 * config/ia64/nm-linux.h: Update copyright year.
2381 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
2382
2383 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
2384 from CORE_ADDR to struct frame_info *. Use
2385 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
2386 (amd64_linux_sigtramp_p): Adjust for changed signature of
2387 and64_linux_sigtramp_start
2388
2389 * gdb_ptrace.h: GNU/Linux.
2390
2391 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2392 Remove defines.
2393
2394 * infptrace.c: Include "gdb_assert.h".
2395 (PTRACE_XFER_TYPE): Remove define.
2396 (offsetof): Only define if U_REGS_OFFSET isn't defined.
2397 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
2398 Tweak comment.
2399 (fetch_inferior_registers, store_inferior_registers): Remove
2400 redundant culry braces. Tweak comment. s/regno/regnum.
2401 * Makefile.in (infptrace.o): Update dependencies.
2402
2403 * configure.in: Change test for return type of ptrace to default
2404 to `long' instead of `int'.
2405 * configure: Regenerate.
2406
2407 2004-08-21 Mark Kettenis <kettenis@gnu.org>
2408
2409 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
2410
2411 * configure.in: Check for ttrace function.
2412 * configure, config.in: Regenerate.
2413
2414 * gdb_ptrace.h: New file.
2415 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
2416 <sys/ptrace.h>.
2417 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
2418 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
2419 (attach): Don't define PT_ATTACH.
2420 (detach): Don't define PT_DETACH.
2421 * Makefile.in (gdb_ptrace_h): New variable.
2422 (infptrace.o): Update dependencies.
2423
2424 2004-08-16 Mark Kettenis <kettenis@gnu.org>
2425
2426 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
2427 instead of `int' if not already defined.
2428 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
2429 PTRACE_TYPE_ARG3.
2430 * infptrace.c (call_ptrace): Revert change that replaced
2431 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2432
2433 2004-08-15 Mark Kettenis <kettenis@gnu.org>
2434
2435 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2436 Remove defines.
2437
2438 * linux-nat.c (kill_inferior): Add missing third and fourth
2439 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
2440
2441 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
2442 PTRACE_TYPE_RET.
2443
2444 * proc-why.c (proc_prettyfprint_why): Fix format string.
2445
2446 * solib-osf.c (osf_current_sos): Remove unsused label.
2447
2448 * configure.in: Add <ncurses/ncurses.h> to the list of possible
2449 curses headers.
2450 * configure, config.in: Regenerate.
2451 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
2452 <ncurses/ncurses.h>.
2453
2454 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
2455 * config/nm-nbsd.h: Update copyright year.
2456 (PTRACE_ARG3_TYPE): Remove define.
2457
2458 * sparc-nat.c (fetch_inferior_registers)
2459 (store_inferior_registers, sparc_xfer_wcookie):
2460 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2461
2462 * alphabsd-nat.c (fetch_inferior_registers):
2463 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2464 PTRACE_TYPE_ARG3.
2465 * amd64bsd-nat.c (fetch_inferior_registers)
2466 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2467 PTRACE_TYPE_ARG3.
2468 * armnbsd-nat.c: Update copyright year.
2469 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
2470 (store_register, store_regs, store_fp_register, store_fp_regs):
2471 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2472 * hppabsd-nat.c (fetch_inferior_registers)
2473 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2474 PTRACE_TYPE_ARG3.
2475 * i386bsd-nat.c (fetch_inferior_registers)
2476 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
2477 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2478 * m68kbsd-nat.c (fetch_inferior_registers)
2479 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2480 PTRACE_TYPE_ARG3.
2481 * m88kbsd-nat.c (fetch_inferior_registers)
2482 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2483 PTRACE_TYPE_ARG3.
2484 * mipsnbsd-nat.c: Update copyright year.
2485 (fetch_inferior_registers, store_inferior_registers):
2486 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2487 * ns32knbsd-nat.c: Update copyright year.
2488 (fetch_inferior_registers, store_inferior_registers):
2489 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2490 * ppcnbsd-nat.c (fetch_inferior_registers):
2491 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2492 PTRACE_TYPE_ARG3.
2493 * ppcobsd-nat.c (fetch_inferior_registers):
2494 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2495 PTRACE_TYPE_ARG3.
2496 * shnbsd-nat.c: Update copyright year.
2497 (fetch_inferior_registers, store_inferior_registers):
2498 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2499 * vaxbsd-nat.c (fetch_inferior_registers)
2500 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2501 PTRACE_TYPE_ARG3.
2502
2503 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
2504 PTRACE_TYPE_ARG3.
2505 * infptrace.c (call_ptrace, child_resume, attach, detach)
2506 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
2507 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2508 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
2509 PTRACE_TYPE_ARG3.
2510
2511 2004-08-14 Mark Kettenis <kettenis@gnu.org>
2512
2513 * defs.h: Remove out-of-date comment.
2514 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
2515 [!GETENV_PROVIDED] (getenv): Remove prototype.
2516
2517 * standalone.c: Remove file.
2518 * Makefile.in (standalone.o): Remove dependency.
2519
2520 * i386-linux-nat.c (dummy_sse_values): Remove function and
2521 prototype.
2522 (i386_linux_dr_get): Fix typo in comment.
2523 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
2524
2525 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
2526
2527 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
2528 from declaration.
2529 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
2530 from definition.
2531
2532 2004-08-13 Mark Kettenis <kettenis@gnu.org>
2533
2534 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
2535 parenthesis in definition.
2536 * configure: Regenerated.
2537
2538 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
2539
2540 * PROBLEMS: Mention build/1411.
2541
2542 2004-08-09 Robert Millan <robertmh@gnu.org>
2543
2544 Committed by Nathanael Nerode.
2545 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
2546 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
2547
2548 2004-08-12 Andrew Cagney <cagney@gnu.org>
2549
2550 * NEWS: Mention fixes in GDB 6.2.1.
2551 * PROBLEMS: Remove mention of mips-irix.
2552
2553 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2554
2555 * config/powerpc/xm-aix.h: Delete.
2556 * config/powerpc/aix.mh (MH_FILE): Remove.
2557 * config/powerpc/aix432.mh (MH_FILE): Remove.
2558
2559 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2560
2561 * config/powerpc/aix.mh: Remove obsolete comment.
2562 * config/powerpc/aix432.mh: Likewise.
2563
2564 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2565
2566 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
2567
2568 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2569
2570 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
2571 this file is now empty.
2572 * config/xm-aix4.h: Remove, this file is no longer included
2573 anywhere.
2574
2575 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2576
2577 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
2578 that file is now empty.
2579 (termdef): Remove prototype, function no longer used.
2580
2581 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2582
2583 * doc/gdbint.texinfo (Host Definition): Remove documentation
2584 for USE_O_NOCTTY, no longer used.
2585 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
2586 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
2587
2588 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2589
2590 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
2591 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
2592 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
2593
2594 2004-08-11 Mark Kettenis <kettenis@gnu.org>
2595
2596 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
2597 instead of FIVE_ARG_PTRACE.
2598
2599 * inflow.c (O_NOCTTY): Define to zero if not already defined.
2600 (new_tty): Use O_NOCTTY unconditionally.
2601
2602 2004-08-10 Mark Kettenis <kettenis@gnu.org>
2603
2604 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
2605 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
2606 fflush on stdout.
2607
2608 2004-08-10 Joel Brobecker <brobecker@gnat.com>
2609
2610 * xcoff_symfile_finish: Replace last call to xmfree by call
2611 to xfree.
2612
2613 2004-08-10 Andrew Cagney <cagney@gnu.org>
2614
2615 * main.c (captured_main): Delete call to init_malloc.
2616 * defs.h (init_malloc): Delete declaration.
2617 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
2618 (init_malloc): Delete functions.
2619
2620 * defs.h (xmfree): Delete.
2621 * utils.c (xmfree): Delete function.
2622 (xfree): Inline calls to xmfree and mfree.
2623 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
2624 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
2625 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
2626 * somread.c (som_symfile_finish): Ditto.
2627 * objfiles.c (allocate_objfile, free_objfile):
2628 * nlmread.c (nlm_symfile_finish): Ditto.
2629 * hpread.c (hpread_symfile_finish): Ditto.
2630 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
2631 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
2632 * coffread.c (coff_symfile_finish): Ditto.
2633
2634 * defs.h (xmcalloc): Delete declaration.
2635 * utils.c (xmcalloc): Delete.
2636 (xcalloc): Inline calls to xmcalloc and mcalloc.
2637 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
2638 xcalloc and xfree.
2639 * symtab.c (create_demangled_names_hash): Ditto.
2640
2641 * defs.h (xmrealloc): Delete.
2642 * utils.c (xmrealloc): Delete.
2643 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
2644 * symmisc.c (extend_psymbol_list): Use xrealloc.
2645 * source.c (find_source_lines): Ditto.
2646 * hpread.c (hpread_lookup_type): Ditto.
2647 * dbxread.c (add_bincl_to_list): Ditto.
2648
2649 * utils.c (xmmalloc): Delete.
2650 (xmalloc): Inline xmmalloc and mmalloc calls.
2651 (msavestring): Use xmalloc.
2652 * defs.h (xmmalloc): Delete declaration.
2653 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
2654 xmmalloc.
2655 * symmisc.c (extend_psymbol_list): Ditto.
2656 * symfile.c (init_psymbol_list): Ditto.
2657 * source.c (find_source_lines): Ditto.
2658 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
2659 * elfread.c (elf_symtab_read): Ditto.
2660 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
2661 * coffread.c (coff_symfile_init): Ditto.
2662
2663 2004-08-10 David Carlton <carlton@bactrian.org>
2664
2665 * MAINTAINERS: Remove David Carlton from c++ testsuite
2666 maintainers.
2667
2668 2004-08-10 Jerome Guitton <guitton@gnat.com>
2669
2670 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
2671 print a line feed before the prompt.
2672
2673 2004-08-10 Mark Kettenis <kettenis@gnu.org>
2674
2675 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
2676
2677 2004-08-09 Joel Brobecker <brobecker@gnat.com>
2678
2679 General cleanup of the AIX xm include file:
2680 * config/xm-aix4.h (fd_set): Remove undefine.
2681 Remove include of <sys/select.h>.
2682 (HAVE_TERMIO): Remove define.
2683 (USG): Likewise.
2684 (NULL): Remove redefine.
2685 (alloca): Remove #pragma.
2686 (vfork): Remove define.
2687 (termdef): Remove.
2688 (SIGWINCH_HANDLER): Remove.
2689 (SIGWINCH_HANDLER_BODY): Remove.
2690
2691 2004-08-09 Mark Kettenis <kettenis@gnu.org>
2692
2693 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
2694 GDB_OSABI_OPENBSD_ELF.
2695
2696 2004-08-07 Robert Millan <robertmh@gnu.org>
2697
2698 * bsd-kvm.c: Check for nlist.h before including it.
2699
2700 2004-08-09 Mark Kettenis <kettenis@gnu.org>
2701
2702 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
2703 sigcontext' offset consistency checks for ancient BSD.
2704
2705 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
2706
2707 * configure.in: Check for <sys/types.h>. Check return and
2708 argument types of ptrace.
2709 * configure, config.in: Regenerate.
2710
2711 2004-08-09 Jim Blandy <jimb@redhat.com>
2712
2713 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
2714 rs6000_register_sim_regno): Doc fixes.
2715
2716 2004-08-08 Joel Brobecker <brobecker@gnat.com>
2717
2718 * mips-tdep.c: Include "floatformat.h".
2719 (n32n64_floatformat_always_valid): New function.
2720 (floatformat_n32n64_long_double_big): New constant.
2721 (mips_gdbarch_init): Set size and format of long double
2722 for N32 and N64 ABIs.
2723 * Makefile.in (mips-tdep.o): Update dependencies.
2724
2725 2004-08-08 Andrew Cagney <cagney@gnu.org>
2726
2727 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
2728 print. Improve script's error messages.
2729 * gdbarch.h: Re-generate.
2730
2731 * gdbarch.sh (pformat): New function.
2732 (float_format, double_format, long_double_format): List with bit
2733 members. Use pformat when printing.
2734 * gdbarch.c, gdbarch.h: Re-generate.
2735
2736 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
2737
2738 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
2739 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
2740 (ppcnbsd_supply_pcb): New function.
2741 (_initialize_ppcnbsd_nat): New prototype and function.
2742 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
2743 (LOADLIBES): New variable.
2744 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
2745
2746 2004-08-08 Andrew Cagney <cagney@gnu.org>
2747
2748 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
2749 (builtin_type_ieee_double, builtin_type_ia64_quad)
2750 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
2751 BE/LE floating-point types.
2752 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
2753 (builtin_type_ieee_double, builtin_type_ia64_quad)
2754 (builtin_type_ia64_spill): Declare.
2755 * doublest.c (_initialize_doublest, floatformat_ieee_single)
2756 (floatformat_ieee_double, floatformat_arm_ext)
2757 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
2758 of LE/BE floatformats.
2759 * doublest.h: (struct floatformat, floatformat_ieee_single)
2760 (floatformat_ieee_double, floatformat_arm_ext)
2761 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
2762
2763 2004-08-08 Mark Kettenis <kettenis@gnu.org>
2764
2765 * i386gnu-nat.c (gnu_store_registers): Fix typo.
2766
2767 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
2768 instead of regcache_raw_supply when storing the registers.
2769
2770 * i386gnu-nat.c: Update copyright year.
2771 (gnu_store_registers): Don't use deprecated_registers and
2772 deprecated_registers_valid. Use regcache_valid_p and
2773 regcache_raw_supply instead.
2774
2775 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
2776 frame_pc_unwind.
2777
2778 * procfs.c (procfs_pid_to_str): Remove redundant and unused
2779 variables. Incapitalized "process".
2780
2781 * configure.in: Add cursesX to the list of possible curses libs.
2782 Add cursesX.h to the list of possible curses headers.
2783 * configure, config.in: Regenerate.
2784
2785 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2786
2787 * configure.in: Test for struct lwp in <sys/lwp.h>.
2788 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
2789 the offset of l_addr in struct lwp.
2790
2791 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2792
2793 * bsd-kvm.c: Include "gdbcore.h"
2794 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
2795
2796 2004-08-07 Andrew Cagney <cagney@gnu.org>
2797
2798 * gdbtypes.c (build_flt, build_complex): New functions.
2799 (gdbtypes_post_init): Use.
2800
2801 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
2802
2803 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
2804 through to builtin_type_uint128.
2805
2806 * c-exp.y: Use builtin_type function to obtain builtin types.
2807
2808 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
2809 builtin_uint128.
2810 * gdbtypes.c (gdbtypes_post_init): Update.
2811 (build_gdbtypes): Move initialization of builtin_type_int0
2812 through to builtin_type_uint128 from here ...
2813 (_initialize_gdbtypes): ... to here.
2814 * d10v-tdep.c (d10v_register_type): Update.
2815
2816 * doublest.c: Update copyright.
2817 (floatformat_from_length): Call error when floatformat is NULL.
2818 (extract_floating_by_length): Remove NULL fmt check.
2819 (store_floating_by_length): Ditto.
2820
2821 2004-08-07 Andrew Cagney <cagney@gnu.org>
2822
2823 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
2824 that the register is valid.
2825
2826 2004-08-05 Mark Kettenis <kettenis@chello.nl>
2827
2828 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2829 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
2830 struct frame_info *. Use safe_frame_unwind_memory instead of
2831 deprecated_read_memory_nobpt.
2832 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
2833 changed signature of i386_linux_sigtramp_start and
2834 i386_linux_rt_sigtramp_start.
2835
2836 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
2837 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
2838 instead of deprecated_read_memory_nobpt.
2839 (i386nbsd_sigtramp_p): Adjust for changed signature of
2840 i386nbsd_sigtramp_offset.
2841
2842 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
2843 safe_frame_unwind_memory instead of target_read_memory.
2844
2845 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2846 !NO_SYS_FILE.
2847 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
2848 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
2849 (_initialize_kernel_u_addr): Remove prototype and function.
2850 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2851 !NO_SYS_FILE.
2852 * xcoffread.c: Likewise.
2853
2854 2004-08-06 Mark Kettenis <kettenis@gnu.org>
2855
2856 * vax-nat.c: New file.
2857 * vaxbsd-nat.c: Tweak comment.
2858 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
2859 vaxnbsd-tdep.c.
2860 (vax-nat.o): New dependency.
2861 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
2862 (vax-*-ultrix2*): Remove.
2863 * config/vax/vax.mh: New file.
2864 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
2865 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
2866 (vax_register_u_addr): New prototype.
2867 (REGISTER_U_ADDR): Define using vax_register_u_addr.
2868 * config/vax/vaxult2.mh: Remove file.
2869 * config/vax/vaxult.mh: Remove file.
2870 * config/vax/vaxbsd.mh: Remove file.
2871 * config/vax/vax.mt (TM_FILE): Remove.
2872 * config/vax/tm-vaxbsd.h: Remove file.
2873
2874 2004-08-06 Joel Brobecker <brobecker@gnat.com>
2875
2876 * aix-thread.c (get_signaled_thread): New function.
2877 (iter_trap): Delete, no longer used.
2878 (iter_tid): New function.
2879 (pd_update): Find the thread that received the SIGTRAP signal
2880 by first locating the kernel thread, and then finding its
2881 associated thread.
2882
2883 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
2884
2885 * lin-lwp.c (child_wait): Continue inferior after processing
2886 PTRACE_EVENT_CLONE event.
2887
2888 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
2889
2890 * MAINTAINERS: Add self to Write-After-Approval.
2891
2892 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
2893
2894 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
2895 libunwind-xxxx.so" where xxxx is UNW_TARGET.
2896
2897 2004-08-05 Andrew Cagney <cagney@gnu.org>
2898
2899 * config/xm-sysv4.h: Delete file.
2900 * config/mips/xm-irix5.h: Delete file.
2901 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
2902 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
2903 * config/ia64/xm-aix.h: Delete file.
2904 * config/ia64/aix.mh (XM_FILE): Delete.
2905 * config/pa/xm-hppah.h: Delete file.
2906 * config/pa/hpux11w.mh (XM_FILE): Delete.
2907 * config/pa/hpux11.mh (XM_FILE): Delete.
2908 * config/pa/hpux1020.mh (XM_FILE): Delete.
2909 * config/pa/hppahpux.mh (XM_FILE): Delete.
2910
2911 * config/alpha/xm-alphalinux.h: Delete file.
2912 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
2913 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
2914 * config/alpha/xm-alphaosf.h: Delete file.
2915 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
2916 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
2917 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
2918 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
2919
2920 * config/i386/xm-i386v.h: Delete file.
2921 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
2922 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
2923 * config/i386/xm-i386sco.h: Delete file.
2924 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
2925 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
2926 * config/i386/xm-i386v4.h: Delete file.
2927 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
2928 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
2929 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
2930 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
2931
2932 * config/vax/xm-vax.h: Delete file.
2933 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
2934 * config/vax/xm-vaxult2.h: Delete file.
2935 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
2936 * config/vax/vaxult2.mh (XM_FILE): Delete.
2937 * config/vax/xm-vaxult.h: Delete file.
2938 * config/vax/vaxult.mh (XM_FILE): Delete.
2939 * config/vax/xm-vaxbsd.h: Delete file.
2940 * config/vax/vaxbsd.mh (XM_FILE): Delete.
2941
2942 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
2943 * gdbarch.h, gdbarch.c: Re-generate.
2944 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
2945 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
2946 * frame.h: Delete deprecated_read_fp from comments.
2947 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
2948 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
2949
2950 2004-08-04 Mark Kettenis <kettenis@gnu.org>
2951
2952 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
2953 trampoline in OpenBSD 3.5-current.
2954
2955 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
2956 SSE registers.
2957
2958 * Makefile.in: Remove embedded page breaks.
2959
2960 2004-08-04 Jim Blandy <jimb@redhat.com>
2961
2962 * regcache.c (regcache_raw_read): Assert that, after calling
2963 target_fetch_registers, the register we're reading is cached.
2964
2965 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
2966 a call to 'internal_error', with a more helpful error message.
2967 * rs6000-tdep.c (e500_pseudo_register_read,
2968 e500_pseudo_register_write, rs6000_store_return_value): Same.
2969
2970 2004-08-04 Andrew Cagney <cagney@gnu.org>
2971
2972 * Makefile.in: Update dependencies.
2973
2974 2004-08-04 Jim Blandy <jimb@redhat.com>
2975
2976 Change the layout of the PowerPC E500 raw register cache to allow
2977 the lower 32-bit halves of the GPRS to be their own raw registers,
2978 not pseudoregisters.
2979 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
2980 add ppc_ev0_upper_regnum flag.
2981 * rs6000-tdep.c: #include "reggroups.h".
2982 (spe_register_p): Recognize the ev upper half registers as SPE
2983 registers.
2984 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2985 registers.
2986 (e500_move_ev_register): New function.
2987 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2988 vector registers are the pseudo-registers now, formed by splicing
2989 together the gprs and the upper-half registers.
2990 (e500_register_reggroup_p): New function.
2991 (P): Macro deleted.
2992 (P8, A4): New macro.
2993 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2994 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2995 macros.
2996 (registers_e500): Rearrange register set so that the raw register
2997 set contains 32-bit GPRs and upper-half registers, and the SPE
2998 vector registers become pseudo-registers.
2999 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
3000 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
3001 register numbers are now the same for the E500 as they are for
3002 other PowerPC variants. Register e500_register_reggroup_p as the
3003 register group function for the E500.
3004 * Makefile.in (rs6000-tdep.o): Update dependencies.
3005
3006 Adapt PPC E500 native support to the new raw regcache layout.
3007 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
3008 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
3009 (fetch_spe_register, store_spe_register): Handle fetching/storing
3010 all the SPE registers at once, if regno == -1. These now take
3011 over the job of fetch_spe_registers and store_spe_registers.
3012 (fetch_spe_registers, store_spe_registers): Deleted.
3013 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
3014 unconditionally; they're always raw. Fetch/store SPE upper half
3015 registers, if present, instead of ev registers.
3016 (fetch_register, store_register): Remove sanity checks: gprs are
3017 never pseudo-registers now, so we never need to even mention any
3018 registers that are ever pseudoregisters.
3019
3020 Use a fixed register numbering when communicating with the PowerPC
3021 simulator.
3022 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
3023 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
3024 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
3025 New functions.
3026 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
3027 init_sim_regno_table.
3028 * Makefile.in (gdb_sim_ppc_h): New variable.
3029 (rs6000-tdep.o): Update dependencies.
3030
3031 2004-08-02 Andrew Cagney <cagney@gnu.org>
3032
3033 * cris-tdep.c (cris_register_size): Restore function, still used
3034 locally.
3035
3036 * gdbarch.sh (deprecated_target_read_fp)
3037 (deprecated_frame_locals_address, deprecated_frame_args_address)
3038 (deprecated_frame_chain_valid, deprecated_frame_chain)
3039 (deprecated_init_extra_frame_info, deprecated_pop_frame)
3040 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
3041 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
3042 * gdbarch.h, gdbarch.c: Re-generate.
3043 * regcache.c (deprecated_read_fp): Do not call
3044 DEPRECATED_TARGET_READ_FP_P.
3045 * infcmd.c (default_print_registers_info): Do not call
3046 DEPRECATED_DO_REGISTERS_INFO.
3047 * frame-base.c (default_frame_locals_address): Do not call
3048 DEPRECATED_FRAME_LOCALS_ADDRESS.
3049 (default_frame_args_address): Do not call
3050 DEPRECATED_FRAME_ARGS_ADDRESS.
3051
3052 * gdbarch.sh (deprecated_register_raw_size)
3053 (deprecated_register_virtual_size:int): Delete.
3054 * gdbarch.h, gdbarch.c: Re-generate.
3055 * cris-tdep.c (cris_register_size): Delete.
3056 (cris_gdbarch_init): Update.
3057 * alpha-tdep.c (alpha_register_raw_size)
3058 (alpha_register_virtual_size): Delete.
3059 (alpha_gdbarch_init): Update.
3060
3061 * gdbarch.sh (deprecated_register_virtual_type)
3062 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
3063 (deprecated_dummy_write_sp): Delete.
3064 * gdbarch.h, gdbarch.c: Re-generate.
3065
3066 * gdbarch.sh (deprecated_register_bytes): Delete.
3067 * gdbarch.h, gdbarch.c: Re-generate.
3068 * regcache.c (deprecated_register_bytes): New function.
3069 * regcache.h (deprecated_register_bytes): Declare.
3070 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3071 * v850-tdep.c (v850_gdbarch_init): Update.
3072 * sh64-tdep.c (sh64_gdbarch_init): Update.
3073 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
3074 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3075 * mcore-tdep.c (mcore_gdbarch_init): Update.
3076 * cris-tdep.c (cris_gdbarch_init): Update.
3077 * arm-tdep.c (arm_gdbarch_init): Update.
3078 * remote.c (init_remote_state): Update.
3079 * remote-vx.c (vx_prepare_to_store): Update.
3080 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
3081 * irix5-nat.c (fetch_core_registers): Update.
3082 * cris-tdep.c (cris_register_bytes_ok): Update.
3083 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
3084
3085 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
3086 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
3087 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
3088 (mips_insn16_frame_base_address, mips_insn16_frame_base)
3089 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
3090 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
3091 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
3092 (mips_insn32_frame_base_address, mips_insn32_frame_base)
3093 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
3094 with mips_insn16 and mips_insn32.
3095
3096 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
3097 * rs6000-tdep.c (rs6000_push_dummy_call)
3098 (rs6000_extract_return_value): Use register_size.
3099 * xstormy16-tdep.c (xstormy16_get_saved_register)
3100 (xstormy16_extract_return_value): Ditto.
3101 * valops.c (value_assign): Ditto.
3102 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
3103 * v850-tdep.c (v850_extract_return_value): Ditto.
3104 * tracepoint.c (collect_symbol): Ditto.
3105 * target.c (debug_print_register): Ditto.
3106 * stack.c (frame_info): Ditto.
3107 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
3108 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
3109 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
3110 (store_register_using_P): Ditto.
3111 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
3112 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
3113 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
3114 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
3115 * regcache.c (deprecated_read_register_bytes)
3116 (deprecated_write_register_bytes, read_register)
3117 (write_register): Ditto.
3118 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
3119 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
3120 * monitor.c (monitor_supply_register, monitor_fetch_register)
3121 (monitor_store_register): Ditto.
3122 * mn10300-tdep.c (mn10300_pop_frame_regular)
3123 (mn10300_print_register): Ditto.
3124 * mipsv4-nat.c (fill_fpregset): Ditto.
3125 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
3126 (mips64_fill_fpregset): Ditto.
3127 * mi/mi-main.c (register_changed_p, get_register)
3128 (mi_cmd_data_write_register_values): Ditto.
3129 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
3130 * irix5-nat.c (fill_gregset, fetch_core_registers):
3131 * infrun.c (write_inferior_status_register): Ditto.
3132 * infptrace.c (fetch_register, store_register): Ditto.
3133 * infcmd.c (default_print_registers_info): Ditto.
3134 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
3135 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
3136 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
3137 * hpux-thread.c (hpux_thread_fetch_registers)
3138 (hpux_thread_store_registers): Ditto.
3139 * hppah-nat.c (store_inferior_registers, fetch_register):
3140 * findvar.c (value_from_register): Ditto.
3141 * dve3900-rom.c (fetch_bitmapped_register):
3142 * cris-tdep.c (cris_gdbarch_init): Ditto.
3143 * alpha-tdep.h: Ditto.
3144 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
3145
3146 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
3147 DEPRECATED_REGISTER_RAW_SIZE from comments.
3148 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
3149 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
3150 DEPRECATED_REGISTER_RAW_SIZE.
3151 * findvar.c (value_of_register): Simplify by assuming that the
3152 registers raw and virtual sizes are identical.
3153 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
3154 comment.
3155 * arch-utils.c (generic_register_size): Simplify by assuming
3156 register_type.
3157
3158 * regcache.c (legacy_read_register_gen, real_register)
3159 (legacy_write_register_gen): Delete, not used.
3160
3161 * regcache.c (struct regcache_descr): Delete legacy_p.
3162 (init_legacy_regcache_descr): Delete function.
3163 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
3164 Do not use deprecated register functions.
3165 (regcache_raw_read, deprecated_write_register_gen):
3166 (deprecated_read_register_gen, regcache_raw_write): Delete code
3167 predicated on legacy_p.
3168 (register_size): Delete check against register raw size.
3169
3170 * cris-tdep.c (cris_register_type): Replace
3171 cris_register_virtual_type.
3172 (cris_gdbarch_init): Update, set register_type.
3173
3174 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
3175 * gdbarch.h, gdbarch.c: Re-generate.
3176 * arm-tdep.c (arm_frameless_function_invocation): Delete.
3177 (arm_gdbarch_init) Do not set frameless function invocation.
3178 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
3179 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
3180 * frv-tdep.c (frv_frameless_function_invocation): Delete.
3181 (frv_gdbarch_init): Do not set frameless function invocation.
3182 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
3183 * sh-tdep.c (sh_gdbarch_init): Ditto.
3184 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
3185 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3186 * avr-tdep.c (avr_gdbarch_init): Ditto.
3187
3188 * blockframe.c (legacy_frame_chain_valid): Delete function.
3189
3190 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
3191 and pc. Update comments.
3192 (pc_in_dummy_frame): Delete function.
3193 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
3194 use the "id".
3195 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
3196 call_hi, top and pc, use the id.
3197 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
3198
3199 * dummy-frame.c: Include "gdb_string.h".
3200 (generic_save_call_dummy_addr, generic_push_dummy_frame)
3201 (generic_save_dummy_frame_tos): Delete.
3202 (dummy_frame_push): New function, replaces above.
3203 * dummy-frame.h: Update copyright.
3204 (dummy_frame_push): Declare.
3205 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
3206 (generic_save_call_dummy_addr): Delete declarations.
3207 * infcall.c: Include "dummy-frame.h".
3208 (call_function_by_hand): Add locals caller_regcache,
3209 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
3210 with call to frame_save_as_regcache plus cleanup. Delete calls to
3211 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
3212 Move clear_proceed_status to just before the resume, add call to
3213 dummy_frame_push (discard cleanup).
3214 * Makefile.in (infcall.o): Add $(dummy_frame_h).
3215 (dummy-frame.o): Add $(gdb_string_h).
3216
3217 2004-08-01 Andrew Cagney <cagney@gnu.org>
3218
3219 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
3220 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
3221 * dummy-frame.c (find_dummy_frame): Delete.
3222 (struct dummy_frame_cache, dummy_frame_sniffer)
3223 (dummy_frame_prev_register, dummy_frame_this_id)
3224 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
3225 frame unwinder using a dummy_frame_cache.
3226
3227 2004-08-01 Andrew Cagney <cagney@gnu.org>
3228
3229 * frame.h (frame_save_as_regcache): Declare.
3230 * frame.c (frame_save_as_regcache): New function.
3231 (do_frame_read_register): Replace do_frame_unwind_register.
3232 (frame_pop): Use frame_save_as_regcache.
3233 * dummy-frame.c (generic_push_dummy_frame): Use
3234 frame_save_as_regcache.
3235
3236 2004-08-01 Joel Brobecker <brobecker@gnat.com>
3237
3238 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
3239 file as included until we record the first line in the linetable.
3240
3241 2004-08-01 Andrew Cagney <cagney@gnu.org>
3242
3243 * frame.h (deprecated_pop_dummy_frame)
3244 (deprecated_read_register_dummy)
3245 (deprecated_generic_find_dummy_frame): Delete.
3246 * dummy-frame.c (deprecated_generic_find_dummy_frame)
3247 (deprecated_read_register_dummy)
3248 (deprecated_find_dummy_frame_regcache)
3249 (discard_innermost_dummy)
3250 (deprecated_pop_dummy_frame): Delete.
3251 (dummy_frame_this_id): Simplify.
3252 (struct dummy_frame): Delete "fp" and "sp".
3253 (find_dummy_frame): Simplify.
3254 (generic_push_dummy_frame): Do not set "fp" or "sp".
3255 (fprint_dummy_frames): Do not print "fp" and "sp"
3256
3257 2004-08-01 Mark Kettenis <kettenis@gnu.org>
3258
3259 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
3260 (struct i386_insn): New structure.
3261 (i386_match_insn): New function.
3262 (i386_frame_setup_skip_insns): New variable.
3263 (i386_analyze_frame_setup): Change to use i386_match_insn and the
3264 array i386_frame_setup_insns of instructions that should be
3265 skipped inside the frame setup sequence.
3266
3267 2004-08-01 Andrew Cagney <cagney@gnu.org>
3268
3269 * frame.h (deprecated_frame_xmalloc_with_cleanup)
3270 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3271 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3272 * stack.c (frame_info): Delete references to
3273 DEPRECATED_FRAME_INIT_SAVED_REGS and
3274 deprecated_get_frame_saved_regs.
3275 * frame.c (struct frame_info): Delete saved_regs and extra_info.
3276 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
3277 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
3278 (frame_unwind_register_signed)
3279 (frame_unwind_register_unsigned)
3280 (frame_unwind_unsigned_register): Use register_size.
3281 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
3282 (deprecated_frame_xmalloc_with_cleanup)
3283 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3284 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3285
3286 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
3287 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
3288 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
3289 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
3290
3291 * infcall.c (call_function_by_hand): Do not use
3292 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
3293 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
3294 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
3295 DEPRECATED_STACK_ALIGN.
3296
3297 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
3298
3299 Committed by Andrew Cagney.
3300 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
3301
3302 2004-08-01 Andrew Cagney <cagney@gnu.org>
3303
3304 * mips-tdep.c (mips16_frame_cache)
3305 (mips16_frame_this_id, mips16_frame_prev_register)
3306 (mips16_frame_unwind, mips16_frame_sniffer)
3307 (mips16_frame_base_address, mips16_frame_base)
3308 (mips16_frame_base_sniffer, mips32_frame_cache)
3309 (mips32_frame_this_id, mips32_frame_prev_register)
3310 (mips32_frame_unwind, mips32_frame_sniffer)
3311 (mips32_frame_base_address, mips32_frame_base)
3312 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
3313 separate heuristic mips16 and mips32 unwinders.
3314 (mips_stub_frame_cache, mips_stub_frame_this_id)
3315 (mips_stub_frame_prev_register)
3316 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
3317 (mips_stub_frame_base_address, mips_stub_frame_base)
3318 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
3319 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
3320 match true mdebug frames.
3321 (non_heuristic_proc_desc): Add forward declaration.
3322
3323 2004-08-01 Andrew Cagney <cagney@gnu.org>
3324
3325 * config/mips/tm-irix6.h: Delete file.
3326 * config/mips/tm-irix5.h: Delete file.
3327 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
3328 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
3329
3330 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
3331 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
3332 * config/nm-gnu.h (NO_CORE_OPS): Delete.
3333 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
3334 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
3335 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
3336 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
3337 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
3338 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
3339 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
3340 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
3341 (TARGET_SIGNAL_RAW_VALUES): Delete.
3342 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3343 Delete.
3344 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
3345 (TARGET_HW_WATCH_LIMIT): Delete.
3346 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
3347 * minimon.h: Delete file.
3348
3349 * trad-frame.c (trad_frame_get_this_base)
3350 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
3351 functions.
3352 * trad-frame.h (trad_frame_set_this_base)
3353 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
3354
3355 2004-07-31 Andrew Cagney <cagney@gnu.org>
3356
3357 * trad-frame.c (trad_frame_get_prev_register): Rename
3358 trad_frame_get_prev_register.
3359 * vax-tdep.c (vax_frame_prev_register): Update.
3360 * trad-frame.h: Update.
3361 * trad-frame.c (trad_frame_get_register): Update.
3362 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
3363 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
3364 Update.
3365 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
3366 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
3367 Update.
3368 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
3369 Update.
3370 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
3371 Update.
3372 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
3373 Update.
3374 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
3375 Update.
3376 * s390-tdep.c (s390_frame_prev_register)
3377 (s390_stub_frame_prev_register)
3378 (s390_sigtramp_frame_prev_register): Update.
3379 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
3380 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
3381 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
3382 * m88k-tdep.c (m88k_frame_prev_register)
3383 * m68hc11-tdep.c (m68hc11_frame_prev_register)
3384 * m32r-tdep.c (m32r_frame_prev_register): Update.
3385 * hppa-tdep.c (hppa_frame_prev_register_helper)
3386 * frv-tdep.c (frv_frame_prev_register): Update.
3387 * d10v-tdep.c (d10v_frame_prev_register): Update.
3388 * cris-tdep.c (cris_frame_prev_register): Update.
3389 * avr-tdep.c (avr_frame_prev_register): Update.
3390 * arm-tdep.c (arm_prologue_prev_register)
3391 (arm_sigtramp_prev_register): Update.
3392
3393 2004-07-31 Andrew Cagney <cagney@gnu.org>
3394
3395 * frame.h (legacy_saved_regs_unwind)
3396 (legacy_frame_chain_valid, legacy_frame_p)
3397 (enum frame_type): Delete UNKNOWN_FRAME.
3398 * dummy-frame.c (dummy_frame_this_id): Simplify.
3399 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
3400 * frame.c (struct frame_info): Delete the field "type".
3401 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
3402 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
3403 (legacy_saved_regs_unwind, legacy_frame_p)
3404 (frame_type_from_pc): Delete.
3405 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
3406 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
3407
3408 2004-07-31 Mark Kettenis <kettenis@gnu.org>
3409
3410 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
3411 indentation.
3412
3413 * mips-nat.c: Remove file.
3414 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
3415 (mips-nat.o): Remove dependency.
3416
3417 * infptrace.c: Update copyright year.
3418 (fetch_register): Pass NULL in regcache_raw_supply call instead of
3419 explicitly setting the buffer to all zeroes.
3420
3421 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
3422 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
3423
3424 2004-07-30 Andrew Cagney <cagney@gnu.org>
3425
3426 * GDB 6.2 released from gdb_6_2-branch.
3427
3428 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
3429
3430 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
3431
3432 * exec.c (exec_file_attach):
3433 * nto-tdep.c (nto_find_and_open_solib):
3434 * pa64solib.c (pa64_solib_sizeof_symbol_table):
3435 * solib.c (solib_open):
3436 * somsolib.c (som_solib_sizeof_symbol_table):
3437 * source.c (is_regular_file, openp, open_source_file):
3438 * symfile.c (symfile_bfd_open):
3439 * wince.c (upload_to_device): Differentiate between the search for
3440 binary and source files.
3441
3442 2004-07-30 Andrew Cagney <cagney@gnu.org>
3443
3444 * complaints.c (_initialize_complaints): Pass NULL to
3445 add_setshow_zinteger_cmd for help_doc.
3446 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
3447
3448 2004-07-30 Andrew Cagney <cagney@gnu.org>
3449
3450 Fix PR i18n/761.
3451 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
3452 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
3453 $(PACKAGE).pot and update-po.
3454 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
3455 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
3456 (update-po): New rules.
3457 (localedir): Define using autoconf.
3458 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
3459 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
3460 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
3461 * configure.in: Generate CATALOGS and LINGUAS from contents of
3462 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
3463 * configure: Re-generate.
3464 * po/gdbtext: New file
3465
3466 2004-07-30 Jerome Guitton <guitton@gnat.com>
3467
3468 * MAINTAINERS: Reorder Write After Approval list in alphabetical
3469 order.
3470
3471 2004-07-30 David Lecomber <dsl@sources.redhat.com>
3472
3473 * dwarf2read.c (read_file_scope): Set producer if attribute
3474 present.
3475 (struct dwarf2_cu): Added new member producer.
3476
3477 2004-07-30 Jerome Guitton <guitton@gnat.com>
3478
3479 * inflow.c (kill_command): release file handles in BFD.
3480 * exec.c (exec_file_attach): Ditto.
3481 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
3482
3483 2004-07-29 Andrew Cagney <cagney@gnu.org>
3484
3485 * PROBLEMS (mips-irix): Note that it is broken.
3486
3487 2004-07-29 Andrew Cagney <cagney@gnu.org>
3488
3489 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
3490 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
3491
3492 * config/xm-nbsd.h: Delete file.
3493 * config/arm/xm-nbsd.h: Delete file.
3494 * config/i386/xm-nbsd.h: Delete file.
3495 * config/ns32k/xm-nbsd.h: Delete file.
3496 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
3497 * config/i386/nbsdelf.mh (XM_FILE): Delete.
3498 * config/i386/nbsdaout.mh (XM_FILE): Delete.
3499 * config/arm/nbsdelf.mh (XM_FILE): Delete.
3500 * config/arm/nbsdaout.mh (XM_FILE): Delete.
3501
3502 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
3503 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
3504 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
3505 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
3506 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
3507 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
3508
3509 * config/powerpc/xm-linux.h: Delete empty file.
3510 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
3511 * config/powerpc/linux.mh (XM_FILE): Delete.
3512 * config/m68k/xm-linux.h: Delete empty file.
3513 * config/m68k/linux.mh (XM_FILE): Delete.
3514 * config/ia64/xm-linux.h: Delete empty file.
3515 * config/ia64/linux.mh (XM_FILE): Delete.
3516 * config/arm/xm-linux.h: Delete empty file.
3517 * config/arm/linux.mh (XM_FILE): Delete.
3518
3519 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3520 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
3521 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3522 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
3523 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3524 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
3525 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3526 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
3527
3528 * config/m68k/xm-m68k.h: Delete file.
3529 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
3530 copyright.
3531 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
3532 * config/pa/xm-linux.h: Delete empty file.
3533 * config/pa/linux.mh (XM_FILE): Delete.
3534 * config/i386/xm-i386.h: Delete empty file.
3535 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
3536 "i386/xm-i386.h".
3537 * config/i386/obsdaout.mh (XM_FILE): Delete.
3538 * config/i386/obsd64.mh (XM_FILE): Delete.
3539 * config/i386/fbsd64.mh (XM_FILE): Delete.
3540 * config/i386/nto.mh (XM_FILE): Delete.
3541 * config/i386/obsd.mh (XM_FILE): Delete.
3542 * config/i386/linux64.mh (XM_FILE): Delete.
3543 * config/i386/linux.mh (XM_FILE): Delete.
3544 * config/i386/i386sol2.mh (XM_FILE): Delete.
3545 * config/i386/i386gnu.mh (XM_FILE): Delete.
3546 * config/i386/fbsd.mh (XM_FILE): Delete.
3547 * config/i386/nbsd64.mh (XM_FILE): Delete.
3548
3549 2004-07-29 Andrew Cagney <cagney@gnu.org>
3550
3551 * config/pa/xm-linux.h: Do not include "floatformat.h".
3552 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3553 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
3554 * config/i386/xm-i386.h: Do not include "floatformat.h".
3555 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3556 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
3557 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3558 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
3559 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
3560 GDB_HOST_LONG_DOUBLE_FORMAT instead.
3561 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
3562 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
3563 * configure, config.in: Regenerate.
3564 * configure.host (gdb_host_float_format, gdb_host_double_format)
3565 (gdb_host_long_double_format): Set according to the host.
3566
3567 2004-07-29 Andrew Cagney <cagney@gnu.org>
3568
3569 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
3570
3571 2004-07-28 Andrew Cagney <cagney@gnu.org>
3572
3573 * PROBLEMS: Mention threads/1650.
3574 * NEWS: Mention the NPTL fix.
3575
3576 2004-07-28 Andrew Cagney <cagney@gnu.org>
3577
3578 * cli/cli-decode.c (add_setshow_cmd): Delete function.
3579 (add_setshow_cmd_full): Make static.
3580 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
3581 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
3582 * cli/cli-decode.c (add_setshow_filename_cmd)
3583 (add_setshow_string_cmd): New functions.
3584 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
3585 * mips-tdep.c (_initialize_mips_tdep): Update.
3586 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
3587 * cli/cli-logging.c (_initialize_cli_logging): Update.
3588 * complaints.c (_initialize_complaints): Update.
3589 * remote.c (_initialize_remote): Update.
3590
3591 2004-07-28 Andrew Cagney <cagney@gnu.org>
3592
3593 * cli/cli-decode.c (add_setshow_zinteger_cmd)
3594 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
3595 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
3596 print parameters. Make string parameters constant.
3597 * command.h: Update. Update copyright.
3598 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
3599 * observer.c (_initialize_observer): Ditto.
3600 * frame.c (_initialize_frame): Ditto.
3601 * complaints.c (_initialize_complaints): Ditto.
3602 * maint.c (_initialize_maint_cmds): Ditto.
3603 * target.c (initialize_targets): Ditto.
3604 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
3605 * infcall.c (_initialize_infcall): Ditto.
3606 * arm-tdep.c (_initialize_arm_tdep): Ditto.
3607 * m32r-rom.c (_initialize_m32r_rom): Ditto.
3608 * remote-rdi.c (_initialize_remote_rdi): Ditto.
3609 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
3610 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3611
3612 2004-07-28 Andrew Cagney <cagney@gnu.org>
3613
3614 * gdbtypes.c (lookup_primitive_typename): Delete function.
3615 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
3616 * ada-lex.l: Use language_lookup_primitive_type_by_name.
3617 * gdbtypes.c (lookup_typename): Ditto.
3618 * f-exp.y (yylex): Ditto.
3619 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
3620
3621 * scm-lang.c (c_builtin_types): Delete extern declaration.
3622 (scm_language_defn): Replace
3623 string_char_type and primitive_type_vector with
3624 la_language_arch_info.
3625 * jv-lang.c (java_language_defn): Replace
3626 string_char_type and primitive_type_vector with
3627 la_language_arch_info.
3628 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
3629 c_builtin_types in comment.
3630 * c-lang.h (struct language_arch_info): Declare opaque.
3631 (c_language_arch_info): Declare.
3632 (c_builtin_types): Delete declaration.
3633 * c-lang.c (c_language_arch_info): Set string_char_type to
3634 builtin_char, not builtin_true_char. Make global.
3635 (c_builtin_types): Delete array.
3636 (asm_language_defn, minimal_language_defn): Replace
3637 string_char_type and primitive_type_vector with
3638 la_language_arch_info.
3639
3640 2004-07-28 Andrew Cagney <cagney@gnu.org>
3641
3642 * gdbtypes.h (struct builtin_type): Rename true_char to
3643 builtin_true_char.
3644 * gdbtypes.c (gdbtypes_post_init): Update.
3645 * c-lang.c (arch_info): New function.
3646 (enum c_primitive_types): New enum.
3647 (c_language_defn): Instead of string_char_type and
3648 primitive_type_vector set la_language_arch_info.
3649
3650 2004-07-28 Andrew Cagney <cagney@gnu.org>
3651
3652 * language.h (struct language_arch_info): Fix typo
3653 s/primative/primitive/.
3654 * gdbtypes.c (lookup_primitive_typename): Ditto.
3655 * language.c (language_lookup_primitive_type_by_name)
3656 (unknown_language_arch_info): Ditto.
3657
3658 2004-07-27 Andrew Cagney <cagney@gnu.org>
3659
3660 * defs.h (enum language): Add nr_languages.
3661 * language.h (struct language_arch_info): Define.
3662 (struct language_defn): Add la_language_arch_info.
3663 (language_lookup_primative_type_by_name): Declare.
3664 (language_string_char_type): Declare.
3665 * language.c (_initialize_language, language_gdbarch_post_init)
3666 (struct language_gdbarch, language_gdbarch_data): Implement
3667 per-architecture language information.
3668 (unknown_language_arch_info, language_string_char_type)
3669 (language_lookup_primative_type_by_name): New functions.
3670 (unknown_language_defn, auto_language_defn)
3671 (local_language_defn): Set la_language_arch_info to
3672 unknown_language_arch_info.
3673 (unknown_builtin_types): Delete.
3674 * gdbtypes.c (lookup_primitive_typename): Use
3675 language_lookup_primative_type_by_name.
3676 (create_string_type): Use language_string_char_type.
3677 * values.c (value_from_string): Use language_string_char_type.
3678 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
3679 * p-lang.c (pascal_language_defn): Ditto.
3680 * m2-lang.c (m2_language_defn): Ditto.
3681 * jv-lang.c (java_language_defn): Ditto.
3682 * objc-lang.c (objc_language_defn): Ditto.
3683 * f-lang.c (f_language_defn): Ditto.
3684 * c-lang.c (c_language_defn, cplus_language_defn)
3685 (asm_language_defn, minimal_language_defn): Ditto.
3686
3687 2004-07-27 Andrew Cagney <cagney@gnu.org>
3688
3689 * gdbtypes.h (struct builtin_type): Declare.
3690 (builtin_type): Declare.
3691 * d10v-tdep.c (d10v_register_type): Use builtin_type.
3692 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
3693 (gdbtypes_post_init): New function.
3694 (builtin_type): New function.
3695
3696 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
3697
3698 * remote-m32r-sdi.c: Fix breakpoint bug.
3699 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
3700 recv_char_data, recv_long_data): New functions to replace communication
3701 sequences.
3702
3703 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
3704
3705 Document PR threads/1650.
3706 * PROBLEMS (Threads): Document problem with many threads
3707
3708 2004-07-26 Andrew Cagney <cagney@gnu.org>
3709
3710 * gdb-mi.el: Move from here ...
3711 * mi/gdb-mi.el: ... to here.
3712
3713 2004-07-26 Andrew Cagney <cagney@gnu.org>
3714
3715 Problem reported by Ashley Pittman <ashley@quadrics.com>.
3716 * main.c (captured_main): When in batch mode always detach.
3717
3718 2004-07-26 Andrew Cagney <cagney@gnu.org>
3719
3720 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
3721 and h8300 as broken.
3722 * NEWS: END-OF-LIFE frame compatibility module.
3723 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
3724 specific comments.
3725
3726 2004-07-26 Andrew Cagney <cagney@gnu.org>
3727
3728 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
3729 * xcoffsolib.c (_initialize_xcoffsolib): Update.
3730 * wince.c (_initialize_wince): Update.
3731 * win32-nat.c (_initialize_win32_nat): Update.
3732 * varobj.c (_initialize_varobj): Update.
3733 * valops.c (_initialize_valops): Update.
3734 * utils.c (initialize_utils, initialize_utils): Update.
3735 * tui/tui-win.c (_initialize_tui_win): Update.
3736 * top.c (init_main): Update.
3737 * symfile.c (_initialize_symfile): Update.
3738 * source.c (_initialize_source): Update.
3739 * somsolib.c (_initialize_som_solib): Update.
3740 * solib.c (_initialize_solib): Update.
3741 * solib-frv.c (_initialize_frv_solib): Update.
3742 * serial.c (_initialize_serial): Update.
3743 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
3744 * remote.c (_initialize_remote, _initialize_remote): Update.
3745 * remote-vx.c (_initialize_vx): Update.
3746 * remote-utils.c (_initialize_sr_support): Update.
3747 * remote-sds.c (_initialize_remote_sds): Update.
3748 * remote-mips.c (_initialize_remote_mips): Update.
3749 * remote-e7000.c (_initialize_remote_e7000): Update.
3750 * proc-api.c (_initialize_proc_api): Update.
3751 * printcmd.c: Update.
3752 * parse.c (_initialize_parse): Update.
3753 * pa64solib.c (_initialize_pa64_solib): Update.
3754 * p-valprint.c (_initialize_pascal_valprint): Update.
3755 * monitor.c (_initialize_remote_monitors): Update.
3756 * mips-tdep.c (_initialize_mips_tdep): Update.
3757 * mcore-tdep.c (_initialize_mcore_tdep): Update.
3758 * maint.c (_initialize_maint_cmds): Update.
3759 * lin-lwp.c (_initialize_lin_lwp): Update.
3760 * language.c (_initialize_language): Update.
3761 * kod.c (_initialize_kod): Update.
3762 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
3763 * i386-tdep.c (_initialize_i386_tdep): Update.
3764 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
3765 * gdbarch.sh: Update.
3766 * gdbarch.c: Re-generate.
3767 * gdb-events.sh: Update.
3768 * gdb-events.c: Re-generate.
3769 * frame.c (_initialize_frame): Update.
3770 * exec.c: Update.
3771 * demangle.c (_initialize_demangler): Update.
3772 * dcache.c (_initialize_dcache): Update.
3773 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
3774 * cp-valprint.c (_initialize_cp_valprint): Update.
3775 * corefile.c (_initialize_core): Update.
3776 * command.h: Update.
3777 * cli/cli-decode.h: Update.
3778 * cli/cli-cmds.c (init_cli_cmds): Update.
3779 * charset.c (_initialize_charset): Update.
3780 * breakpoint.c (_initialize_breakpoint): Update.
3781 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
3782 * alpha-tdep.c (_initialize_alpha_tdep): Update.
3783 * aix-thread.c (_initialize_aix_thread): Update.
3784
3785 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3786
3787 Partial fix for PR backtrace/1718.
3788 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
3789 that GCC migrates into the prolugue. Don't handle any
3790 instructions that clobber %ebx.
3791
3792 2004-07-23 Andrew Cagney <cagney@gnu.org>
3793
3794 Use regcache_raw_collect instead of regcache_collect.
3795 * regcache.h (regcache_collect): Delete declaration.
3796 * regcache.c (regcache_colect): Delete function.
3797 * win32-nat.c (do_child_store_inferior_registers): Update.
3798 * sol-thread.c (sol_thread_store_registers): Update.
3799 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
3800 * rs6000-nat.c (store_register): Update.
3801 * remote.c (store_register_using_P, remote_store_registers): Update.
3802 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
3803 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
3804 (fill_vrregset, store_spe_registers, fill_gregset)
3805 (fill_gregset): Update.
3806 * nto-procfs.c (procfs_store_registers): Update.
3807 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
3808 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
3809 * m68klinux-nat.c (store_register, fill_gregset): Update.
3810 * m68k-tdep.c (fill_gregset): Update.
3811 * infptrace.c (store_register): Update.
3812 * i386-nto-tdep.c (i386nto_regset_fill): Update.
3813 * i386-linux-nat.c (store_register, fill_gregset): Update.
3814 * hppa-linux-nat.c (fill_gregset): Update.
3815 * go32-nat.c (store_register): Update.
3816 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
3817 (store_fp_regs): Update.
3818 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
3819 (store_nwfpe_extended, store_fpregister, store_fpregs)
3820 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
3821 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
3822 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
3823 (store_regs_user_thread, store_regs_kernel_thread): Update.
3824
3825 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3826
3827 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
3828 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
3829 encoding.
3830 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
3831 member of `struct comp_unit'.
3832
3833 2004-07-23 Andrew Cagney <cagney@gnu.org>
3834
3835 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
3836 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
3837
3838 2004-07-23 Martin Hunt <hunt@redhat.com>
3839 Kevin Buettner <kevinb@redhat.com>
3840
3841 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
3842 alignment was being added to the offset instead of multiplied.
3843
3844 2004-07-23 Mark Kettenis <kettenis@gnu.org>
3845
3846 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
3847 changed signal trampoline in OpenBSD 3.5-current.
3848
3849 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
3850 <machine/pcb.h> and "bsd-kvm.h".
3851 (sparc64nbsd_supply_pcb): New function.
3852 (_initialize_sparc64nbsd_nat): Renamed from
3853 _initialize_sparcnbsd_nat. Enable libkvm interface.
3854 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
3855 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
3856 (LOADLIBES): New variable.
3857
3858 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
3859
3860 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
3861
3862 2004-07-21 Andrew Cagney <cagney@gnu.org>
3863
3864 Use regcache_raw_supply instead of supply_register.
3865 * regcache.h (supply_register): Delete declaration.
3866 * regcache.c (supply_register): Delete function.
3867 * wince.c (do_child_fetch_inferior_registers): Update.
3868 * win32-nat.c (do_child_fetch_inferior_registers)
3869 (fetch_elf_core_registers): Update.
3870 * v850ice.c (v850ice_fetch_registers): Update.
3871 * thread-db.c (thread_db_store_registers): Update.
3872 * sol-thread.c (sol_thread_store_registers): Update.
3873 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
3874 * rs6000-nat.c (fetch_register): Update.
3875 * rom68k-rom.c (rom68k_supply_one_register): Update.
3876 * remote.c (remote_wait, remote_async_wait): Update.
3877 * remote-st.c (get_hex_regs): Update.
3878 * remote-sim.c (gdbsim_fetch_register): Update.
3879 * remote-sds.c (sds_fetch_registers): Update.
3880 * remote-rdp.c (remote_rdp_fetch_register): Update.
3881 * remote-rdi.c (arm_rdi_fetch_registers): Update.
3882 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
3883 * remote-m32r-sdi.c (m32r_fetch_register): Update.
3884 * remote-hms.c (init_hms_cmds): Update.
3885 * remote-est.c (init_est_cmds): Update.
3886 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
3887 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
3888 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
3889 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
3890 (fetch_register, supply_vrregset, supply_vrregset)
3891 (fetch_spe_registers): Update.
3892 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
3893 * monitor.c (monitor_supply_register): Update.
3894 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
3895 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
3896 (mipsnbsd_supply_fpreg): Update.
3897 * mips-nat.c (fetch_inferior_registers)
3898 (fetch_core_registers): Update.
3899 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
3900 (supply_fpregset, mips64_supply_gregset)
3901 (mips64_supply_fpregset): Update.
3902 * m68klinux-nat.c (fetch_register, supply_gregset)
3903 (supply_fpregset): Update.
3904 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
3905 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
3906 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
3907 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
3908 * infptrace.c (fetch_register): Update.
3909 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
3910 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
3911 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
3912 (gnu_fetch_registers, gnu_store_registers): Update.
3913 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
3914 * i386-linux-nat.c (fetch_register, supply_gregset)
3915 (dummy_sse_values): Update.
3916 * hpux-thread.c (hpux_thread_fetch_registers): Update.
3917 * hppah-nat.c (fetch_register): Update.
3918 * hppa-linux-nat.c (fetch_register, supply_gregset)
3919 (supply_fpregset): Update.
3920 * go32-nat.c (fetch_register): Update.
3921 * dve3900-rom.c (fetch_bitmapped_register)
3922 (_initialize_r3900_rom): Update.
3923 * cris-tdep.c (supply_gregset): Update.
3924 * abug-rom.c (init_abug_cmds): Update.
3925 * core-aout.c (fetch_core_registers): Update.
3926 * armnbsd-nat.c (supply_gregset, supply_fparegset)
3927 (fetch_register, fetch_fp_register): Update.
3928 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
3929 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
3930 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
3931 * alphanbsd-tdep.c (fetch_core_registers): Update.
3932 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
3933 * alpha-nat.c (fetch_osf_core_registers)
3934 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
3935 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
3936 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
3937
3938 2004-07-21 Andrew Cagney <cagney@gnu.org>
3939
3940 * PROBLEMS: Mention breakpoints/1702.
3941 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
3942 that is known to work.
3943
3944 2004-07-21 Andrew Cagney <cagney@gnu.org>
3945
3946 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
3947 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
3948 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
3949 (handle_inferior_event): Wrap call to deprecated
3950 IGNORE_HELPER_CALL in #ifdef.
3951 * config/mips/tm-nbsd.h: Update.
3952
3953 2004-07-20 Jim Blandy <jimb@redhat.com>
3954
3955 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
3956 bfd_mach_ppc has no segment registers.
3957
3958 Include PowerPC SPR numbers for special-purpose registers.
3959 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
3960 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
3961 new member in initializer.
3962 (S, S4, SN4, S64): New macros for defining special-purpose
3963 registers.
3964 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
3965 registers_403, registers_403GC, registers_505, registers_860,
3966 registers_601, registers_602, registers_603, registers_604,
3967 registers_750, registers_e500): Use them.
3968
3969 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
3970 replace references with expression used to initialize variable.
3971
3972 2004-07-20 Andrew Cagney <cagney@gnu.org>
3973
3974 * breakpoint.c (deprecated_read_memory_nobpt): Rename
3975 read_memory_nobpt.
3976 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
3977 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
3978 (s390_sigtramp_frame_sniffer): Update.
3979 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
3980 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
3981 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
3982 (mips32_fetch_instruction): Update.
3983 * mcore-tdep.c (get_insn): Update.
3984 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3985 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3986 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3987 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3988 (i386_linux_rt_sigtramp_start): Update.
3989 * i386-linux-nat.c (child_resume): Update.
3990 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3991 * hppa-linux-tdep.c (insns_match_pattern): Update.
3992 * gdbcore.h: Update.
3993 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3994 * frame.c (safe_frame_unwind_memory): Update.
3995 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3996 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3997 * alpha-tdep.c (alpha_read_insn): Update.
3998
3999 2004-07-20 Andrew Cagney <cagney@gnu.org>
4000
4001 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
4002 containing both bytes and mask. Add "frame_type".
4003 * tramp-frame.c (tramp_frame_start): Update.
4004 (tramp_frame_prepend_unwinder): Update.
4005 * mips-linux-tdep.c (mips_linux_o32_sigframe)
4006 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
4007 (mips_linux_n64_rt_sigframe): Update. Make "static const".
4008 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
4009
4010 2004-07-19 Eli Zaretskii <eliz@gnu.org>
4011
4012 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
4013 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
4014 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
4015 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
4016
4017 2004-07-17 Andrew Cagney <cagney@gnu.org>
4018
4019 * NEWS, PROBLEMS: Update for 6.2.
4020
4021 * README: Update to 6.2.
4022
4023 * utils.c (xvasprintf): Call xstrvprintf.
4024
4025 * parse.c: Update copyright.
4026 (null_post_parser): Eliminate ARGSUSED.
4027
4028 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
4029 * tui/tui-win.c (tui_get_cmd_list): Ditto.
4030 * symfile-mem.c (_initialize_symfile_mem): Ditto.
4031
4032 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
4033 * ppc-linux-nat.c: Use "Linux kernel".
4034 * hppa-linux-tdep.c: Use GNU/Linux.
4035 * hppa-linux-nat.c: Use GNU/Linux.
4036 * dwarfread.c: Add [sic] to use of Linux.
4037
4038 * hppa-linux-nat.c: Do not include <string.h>.
4039 (supply_fpregset): Remove "register" attribute.
4040
4041 * solib-frv.c (fetch_loadmap): Use xfree, not free.
4042
4043 2004-07-17 Mark Kettenis <kettenis@gnu.org>
4044
4045 * configure.in: Define _MSE_INT_H on Solaris 9 too.
4046 * configure, config.in: Regenerated.
4047
4048 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4049 "bsd-kvm.h".
4050 (vaxbsd_supply_pcb): New function.
4051 (_initialize_vaxbsd_nat): New prototype and function.
4052 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
4053 solib-sunos.o.
4054 (LOADLIBES): New variable.
4055 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4056 (LOADLIBES): New variable.
4057 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4058 (LOADLIBES): New variable.
4059 * Makefile.in (vaxbsd-nat.o): Update dependencies.
4060
4061 2004-07-16 Andrew Cagney <cagney@gnu.org>
4062
4063 * defs.h (event_loop_p): Replace variable declaration with macro,
4064 always 1.
4065 * main.c (captured_main): Delete options "-async" and "-noasync".
4066 (event_loop_p): Delete variable.
4067 * NEWS: Mention that "-async" and "-noasync" were removed.
4068
4069 2004-07-16 Andrew Cagney <cagney@gnu.org>
4070
4071 * remote-m32r-sdi.c: Re-indent.
4072
4073 2004-07-16 Jim Blandy <jimb@redhat.com>
4074
4075 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
4076 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
4077 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
4078 missing MPC823 SPRs.
4079 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
4080 incorrect. (This was corrected in GDB's register name tables on
4081 2004-07-14.)
4082
4083 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
4084 should be "esasrr" ("ESA Save and Restore Register").
4085
4086 2004-07-16 Andrew Cagney <cagney@gnu.org>
4087
4088 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
4089 calls, no longer applicable. Update comments and rename parameter
4090 "step_frame" to "return_frame".
4091
4092 2004-07-16 Andrew Cagney <cagney@gnu.org>
4093
4094 * frame.c (fprint_field): New function.
4095 (fprint_frame_id): Use fprint_field.
4096
4097 2004-07-15 Joel Brobecker <brobecker@gnat.com>
4098
4099 * ada-lang.c (ada_language_defn): Remove commented out code.
4100
4101 2004-07-15 Jim Blandy <jimb@redhat.com>
4102
4103 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
4104 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
4105
4106 2004-07-14 Jim Blandy <jimb@redhat.com>
4107
4108 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
4109
4110 * ppc-tdep.h (ppc_num_vrs): New enum constant.
4111
4112 * ppc-tdep.h (ppc_num_srs): New enum constant.
4113
4114 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
4115 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
4116 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
4117 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
4118 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
4119 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
4120 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
4121 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
4122 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
4123 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
4124 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
4125 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
4126 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
4127 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
4128 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
4129 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
4130 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
4131 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
4132 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
4133 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
4134 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
4135 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
4136 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
4137 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
4138 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
4139 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
4140 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
4141 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
4142 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
4143 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
4144 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
4145 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
4146 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
4147 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
4148 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
4149 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
4150 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
4151 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
4152 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
4153 special-purpose register numbers.
4154
4155 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
4156 manual mentions 'md_twb', but many mention 'm_twb', and at that
4157 point in the register list.)
4158
4159 2004-07-14 Andrew Cagney <cagney@gnu.org>
4160
4161 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
4162 instead of "internal-error".
4163
4164 2004-07-10 Joel Brobecker <brobecker@gnat.com>
4165
4166 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
4167 that was inserted inside a comment.
4168
4169 2004-07-10 Randolph Chung <tausq@debian.org>
4170
4171 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
4172 function.
4173 (hppa_hpux_push_dummy_code): New function.
4174 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
4175 Set find_global_pointer method.
4176
4177 2004-07-10 Mark Kettenis <kettenis@gnu.org>
4178
4179 * NEWS: Mention BSD libkvm interface.
4180
4181 2004-07-10 Michael Snyder <msnyder@redhat.com>
4182
4183 * symfile.c (generic_load): Comment typo.
4184 * stack.c (get_selected_block): Ditto.
4185 * regcache.c (regcache_cooked_read): Ditto.
4186 * monitor.c (monitor_debug): Ditto.
4187 * mips-tdep.c (mips_read_pc): Ditto.
4188 * i386-linux-nat.c (ps_get_thread_area): Ditto.
4189 * gdb_mbuild.sh: Ditto.
4190 * gdbarch.sh: Ditto.
4191 * gdbarch.h: Ditto.
4192
4193 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
4194
4195 * ada-tasks.c: Remove file.
4196
4197 Remove ARI problems:
4198
4199 * ada-exp.y (write_var_from_sym): Reformat to put operator at
4200 beginning of line.
4201
4202 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
4203 Add comment.
4204 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
4205 (MIN_OF_SIZE): Rename min_of_size. Add comment.
4206 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
4207 (UMIN_OF_SIZE): Remove.
4208 (max_of_type): New function to replace orphan macro in gdbtypes.h
4209 (min_of_type): Ditto.
4210 (discrete_type_high_bound): Use max_of_type.
4211 (discrete_type_low_bound): Use min_of_type.
4212 (possible_user_operator_p): Move operator to beginning of line.
4213 (ada_is_variant_part): Ditto.
4214 (ensure_lval): Rewrite to avoid deprecated operations.
4215 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
4216 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
4217 (ada_enum_name): Remove assignments in 'if' statements.
4218 (build_ada_types): Add gdbarch parameter.
4219 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
4220 with gdbarch_data_register_post_init.
4221 Use add_setshow_uinteger_cmd rather than add_set_cmd and
4222 add_show_from_set.
4223
4224 * ada-valprint.c (inspect_it): Remove declaration.
4225 (repeat_count_threshold): Remove declaration.
4226 (ada_print_floating): Remove assignments in 'if' statements.
4227 (print_str): Move operator to beginning of line.
4228
4229 2004-07-08 Jim Blandy <jimb@redhat.com>
4230
4231 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
4232
4233 2004-07-08 Bob Rossi <bob@brasko.net>
4234
4235 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
4236
4237 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
4238
4239 * language.h (struct_language_defn): Add new function pointer:
4240 la_class_name_from_physname. Also add new prototype for
4241 language_class_name_from_physname.
4242 * language.c (language_class_name_from_physname): New function.
4243 (unk_lang_class_name): Ditto.
4244 (unknown_language_defn, auto_language_defn): Change
4245 to add unk_lang_class_name function pointer for
4246 la_class_name_from_physname.
4247 (local_language_defn): Ditto.
4248 * dwarf2read.c (guess_structure_name): Change to call
4249 language_class_name_from_physname.
4250 (determine_class_name): Ditto.
4251 * cp-support.c (class_name_from_physname): Renamed.
4252 (cp_class_name_from_physname): New name of function.
4253 * cp-support.h: Ditto.
4254 * c-lang.c (c_language_defn): Change to add NULL
4255 for class_name_from_physname function pointer.
4256 (cplus_language_defn): Change to add cp_class_name_from_physname.
4257 * jv-lang.c (java_class_name_physname): New function.
4258 (java_find_last_component): New static routine.
4259 (java_language_defn): Add java_class_name_from_physname pointer.
4260 * ada-lang.c (ada_language_defn): Change to add NULL
4261 for class_name_from_physname function pointer.
4262 * f-lang.c (f_language_defn): Ditto.
4263 * m2-lang.c (m2_language_defn): Ditto.
4264 * objc-lang.c (objc_language_defn): Ditto.
4265 * p-lang.c (pascal_language_defn): Ditto.
4266 * scm-lang.c (scm_language_defn): Ditto.
4267
4268 2004-07-06 Andrew Cagney <cagney@gnu.org>
4269
4270 Patch from Bart Robinson.
4271 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
4272 (O_LARGEFILE): Define to 0, if not defined.
4273
4274 2004-07-03 Mark Kettenis <kettenis@gnu.org>
4275
4276 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
4277 <machine/pcb.h> and "bsd-kvm.h".
4278 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
4279 (m68kbsd_supply_pcb): New function.
4280 (_initialize_m68kbsd_nat): New prototype and function.
4281 * Makefile.in (m68kbsd-nat.o): Update dependencies.
4282 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4283 (LOADLIBES): New variable.
4284 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4285 (LOADLIBES): New variable.
4286
4287 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
4288
4289 2004-07-03 Mark Kettenis <kettenis@gnu.org>
4290
4291 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
4292 <sys/proc.h>.
4293 (bsd_kvm_cmdlist): New variable.
4294 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
4295 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
4296 command and "kvm proc" command.
4297 * Makefile.in (bsd-kvm.o): Update dependencies.
4298
4299 2004-07-02 Mark Kettenis <kettenis@gnu.org>
4300
4301 * osabi.c: Update copyright year.
4302 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
4303 notes if EI_OSABI is set to ELFOSABI_HPUX.
4304
4305 2004-07-01 Michael Snyder <msnyder@redhat.com>
4306
4307 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
4308 that seems to have gotten whacked out of line.
4309
4310 2004-07-01 Mark Kettenis <kettenis@gnu.org>
4311
4312 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
4313 code.
4314
4315 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4316
4317 * ada-lang.c (decode_packed_array): Minor change to comment.
4318 (ada_value_slice_ptr): New function.
4319 (ada_value_slice): New function.
4320 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
4321 test. Don't know why it is there.
4322 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
4323 to avoid dereferencing huge arrays from which one is slicing.
4324 (empty_array): Correct to return an array rather than
4325 a subrange value.
4326 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
4327 on empty arrays (let'em use 'FIRST instead).
4328
4329 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4330
4331 Address complaints from gdb_ari.sh:
4332
4333 * ada-exp.y: Include gdb_string.h rather than string.h.
4334 (convert_char_literal): Reformat declaration.
4335 * ada-lang.h: Include opaque struct declaration for struct frame_info.
4336 * ada-lex.l: Change use of free to xfree (the macro would do so
4337 anyway, but this is harmless).
4338 Include gdb_string.h rather than string.h.
4339 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
4340
4341 * ada-lang.c (parse): Remove K&Rism in parameter list.
4342 (is_name_suffix): Correct Linux => GNU/Linux in comment.
4343
4344 2004-06-30 Mark Kettenis <kettenis@gnu.org>
4345
4346 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
4347 dead code.
4348
4349 2004-06-30 Mark Kettenis <kettenis@gnu.org>
4350
4351 * alphabsd-nat.c: Update copyright year.
4352 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
4353
4354 2004-06-29 Joel Brobecker <brobecker@gnat.com>
4355
4356 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
4357 (i386_cygwin_in_solib_call_trampoline): New function.
4358 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
4359 and skip_trampoline_code gdbarch methods.
4360
4361 2004-06-29 Jim Blandy <jimb@redhat.com>
4362
4363 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
4364 name actually used in the dependency lists.
4365
4366 2004-06-29 Randolph Chung <tausq@debian.org>
4367
4368 * NEWS (New native configurations): Mention GNU/Linux/hppa.
4369
4370 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4371
4372 * win32-nat.c (child_pid_to_exec_file): New function.
4373 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
4374 functionality.
4375
4376 2004-06-28 Andrew Cagney <cagney@gnu.org>
4377
4378 * defs.h (xstrvprintf): Declare.
4379 * utils.c (xstrvprintf): New function.
4380 (internal_vproblem, xstrprintf, xasprintf)
4381 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
4382 * serial.c (serial_printf): Ditto.
4383 * complaints.c (vcomplaint): Ditto.
4384
4385 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4386
4387 * infcmd.c (attach_command): Move call to target_terminal_inferior
4388 behind loading symbol table.
4389
4390 2004-06-28 Andrew Cagney <cagney@gnu.org>
4391
4392 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
4393 change - add back extern deprecated_ui_loop_hook declaration.
4394
4395 2004-06-28 Andrew Cagney <cagney@gnu.org>
4396
4397 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
4398 xstrprintf.
4399 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
4400 (c_value_of_variable): Ditto.
4401 * utils.c (internal_vproblem): Ditto.
4402 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
4403 * remote.c (add_packet_config_cmd): Ditto.
4404 * remote-rdp.c (rdp_set_command_line): Ditto.
4405 * regcache.c (regcache_dump): Ditto.
4406 * frv-tdep.c (new_variant, new_variant): Ditto.
4407 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
4408 (fbsd_find_memory_regions): Ditto.
4409 * breakpoint.c (create_thread_event_breakpoint)
4410 (create_breakpoints): Ditto.
4411 * aix-thread.c (aix_thread_pid_to_str): Ditto.
4412 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
4413
4414 2004-06-28 Joel Brobecker <brobecker@gnat.com>
4415
4416 * ada-lang.c: Re-indent file, with some massaging to help indent
4417 a bit when the result is otherwise really too ugly.
4418
4419 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4420
4421 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
4422 code_addr_p and special_addr_p to 'unsigned int'.
4423
4424 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4425
4426 * i386v4-nat.c: Update copyright year and tweak comment.
4427 (regmap): Remove trailing comma.
4428 (supply_gregset): Rename local variable i to regnum. Call
4429 regcache_raw_supply instead of supply_register.
4430 (fill_gregset): Rename argument regno to regnum. Call
4431 regcache_raw_collect instead of regcache_collect.
4432
4433 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4434
4435 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
4436 and special_addr_p.
4437 (frame_id_build, frame_id_build_special): Update comments.
4438 (frame_id_build_wild): New prototype.
4439 * frame.c (frame_id_build, frame_id_build_special): Fill in new
4440 struct frame_id fields.
4441 (frame_id_build_wild): New function.
4442 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
4443
4444 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4445
4446 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
4447 hppabsd-tdep.c.
4448
4449 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4450
4451 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
4452
4453 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4454
4455 * ada-lang.c: Re-indent file.
4456
4457 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4458
4459 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
4460 (no_symtab_msg): Likewise.
4461
4462 2004-06-27 Andreas Schwab <schwab@suse.de>
4463
4464 * source.c: Fix whitespace.
4465
4466 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4467
4468 * configure.in: Include <sys/param.h> for td_pcb test.
4469 * configure: Regenerated.
4470
4471 * i386nbsd-nat.c: New file.
4472 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
4473 i386obsd-nat.c and i386obsd-tdep.c.
4474 (i386nbsd-nat.o): New dependency.
4475 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
4476 bsd-kvm.o.
4477 (LOADLIBES): New variable.
4478 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
4479 bsd-kvm.o.
4480 (LOADLIBES): New variable.
4481
4482 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
4483 (LOADLIBES): New variable.
4484
4485 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
4486 fetching from BSD_KVM_PADDR. Correctly lookup address for
4487 "_thread0".
4488
4489 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
4490 "bsd-kvm.h".
4491 (amd64fbsd_supply_pcb): New funcion.
4492 (_initialize_amd64fbsd_nat): Enable libkvm interface.
4493
4494 2004-06-27 <david@streamline-computing.com>
4495
4496 Partial fix for PR cli/1056.
4497 * valarith.c: Check for zero in division and remainder
4498 evaluation.
4499
4500 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4501
4502 * i387-tdep.c: Remove excessive whitespace.
4503
4504 2004-06-26 Andrew Cagney <cagney@gnu.org>
4505
4506 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
4507 * gdb-events.h, gdb-events.c: Re-generate.
4508 * tui/tui-hooks.c (tui_install_hooks): Update.
4509 (tui_remove_hooks): Update.
4510 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
4511
4512 2004-06-26 Mark Kettenis <kettenis@gnu.org>
4513
4514 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
4515 (gregset_t, fpregset_t): Remove typedefs.
4516 (REG_OFFSET): Rename argument.
4517 (amd64bsd_r_reg_offset): Rename from reg_offset.
4518 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
4519 Remove functions.
4520 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
4521 of reg_offset.
4522 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
4523
4524 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
4525
4526 * vax-tdep.c: Tweak comment.
4527
4528 Add OpenBSD/hppa support.
4529 * NEWS (New native configurations): Mention OpenBSD/hppa.
4530 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
4531 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
4532 files.
4533 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
4534 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
4535 * configure.host: Add hppa*-*-openbsd*.
4536 * configure.tgt: Add hppa*-*-openbsd*.
4537
4538 2004-06-25 Andrew Cagney <cagney@gnu.org>
4539
4540 * defs.h (deprecated_ui_loop_hook): Deprecated.
4541 * wince.c (child_wait): Update.
4542 * win32-nat.c (child_wait): Update.
4543 * v850ice.c (v850ice_wait): Update.
4544 * top.c (deprecated_ui_loop_hook): Update.
4545 * serial.h: Update.
4546 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
4547 (do_unix_readchar): Update.
4548 * ser-tcp.c (net_open): Update.
4549 * remote-sim.c (gdb_os_poll_quit): Update.
4550 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
4551
4552 2004-06-24 Andrew Cagney <cagney@gnu.org>
4553
4554 * defs.h (deprecated_pre_add_symbol_hook)
4555 (deprecated_post_add_symbol_hook): Deprecated.
4556 * symfile.c (symbol_file_add_with_addrs_or_offsets)
4557 (symbol_file_add_with_addrs_or_offsets): Update references.
4558
4559 2004-06-24 Andrew Cagney <cagney@gnu.org>
4560
4561 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
4562 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
4563 * wince.c (ui_loop_hook): Delete extern declaration.
4564 * win32-nat.c (ui_loop_hook): Delete extern declaration..
4565 * v850ice.c (ui_loop_hook): Delete extern declaration..
4566 * ser-unix.c (ui_loop_hook): Delete extern declaration..
4567 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
4568 * remote-sim.c (ui_loop_hook): Delete extern declaration..
4569 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
4570 ui_loop_hook declaration.
4571
4572 2004-06-24 Andrew Cagney <cagney@gnu.org>
4573
4574 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
4575 entry_func_highpc fields.
4576 * objfiles.c (init_entry_point_info): Do not clear
4577 entry_func_lowpc and entry_func_highpc.
4578 (objfile_relocate): Do not relocate entry_func_lowpc and
4579 entry_func_highpc.
4580 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
4581 entry_func_highpc.
4582 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
4583 entry_func_highpc.
4584 * blockframe.c (legacy_frame_chain_valid): Replace tests against
4585 entry_func_lowpc and entry_func_highpc with call to
4586 inside_entry_func.
4587
4588 2004-06-24 Mark Kettenis <kettenis@gnu.org>
4589
4590 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
4591 quad-precision floating point arguments in registers.
4592
4593 2004-06-24 Mark Kettenis <kettenis@gnu.org>
4594
4595 From Michael Mueller <m.mueller99@kay-mueller.de>:
4596 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
4597 account.
4598
4599 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
4600
4601 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
4602 to -1.
4603 * breakpoint.c (bpstat_stop_status): Move check for ignoring
4604 untriggered watchpoints to a separate if clause. Update function
4605 comment regarding STOPPED_BY_WATCHPOINT argument.
4606
4607 2004-06-22 Jim Blandy <jimb@redhat.com>
4608
4609 * gdbarch.sh: Doc fix.
4610
4611 2004-06-21 Martin Hunt <hunt@redhat.com>
4612 Kevin Buettner <kevinb@redhat.com>
4613
4614 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
4615 * mips-tdep.h (MIPS_SP_REGNUM): Define.
4616 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
4617 to set_gdbarch_sp_regnum(). Use cooked register number.
4618 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
4619
4620 2004-06-21 Andrew Cagney <cagney@gnu.org>
4621
4622 * gdbarch.sh: When the macro field is empty, do not generate a
4623 macro definition. When the macro field is "=", generate the macro
4624 name from the upper-case function name.
4625 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
4626 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
4627 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
4628 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
4629 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
4630 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
4631 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
4632 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
4633 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
4634 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
4635 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
4636 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
4637 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
4638 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
4639 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4640 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
4641 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
4642 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
4643 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
4644 (DEPRECATED_USE_STRUCT_CONVENTION)
4645 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4646 (DEPRECATED_FRAME_INIT_SAVED_REGS)
4647 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
4648 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
4649 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4650 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
4651 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
4652 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
4653 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
4654 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
4655 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
4656 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
4657 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
4658 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
4659 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
4660 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
4661 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
4662 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
4663
4664 2004-06-21 Andrew Cagney <cagney@gnu.org>
4665
4666 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
4667 macro name, and the function rather than macro value. Only wrap
4668 macro print statements in #ifdef. Move format logic to where it
4669 is needed.
4670 * gdbarch.c: Re-generate.
4671
4672 * gdbarch.sh (read): Delete "print_p" and "description", add
4673 "garbage_at_eol". Check for non-empty garbage at end-of-line.
4674 Delete references to print_p.
4675 (TARGET_ARCHITECTURE): Delete print predicate.
4676 * gdbarch.c: Re-generate.
4677
4678 * gdbarch.sh: Check that multi-arch methods do not provide a
4679 macro.
4680 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
4681 (print_registers_info, print_float_info, print_vector_info)
4682 (adjust_breakpoint_address, remote_translate_xfer_address)
4683 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
4684 (address_class_type_flags_to_name, unwind_sp): Remove the macro
4685 name from the multi-arch definition.
4686
4687 2004-06-20 Andrew Cagney <cagney@gnu.org>
4688
4689 * gdbarch.sh: Sort by the function, instead of macro name.
4690 * gdbarch.c: Re-generate.
4691
4692 2004-06-20 Andrew Cagney <cagney@gnu.org>
4693
4694 * gdbarch.sh: Use the function, instead of macro name in
4695 errors and the log file.
4696 (return_value): Remove stray ":" in spec.
4697
4698 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
4699 * gdbarch.h, gdbarch.c: Re-generate.
4700 * Makefile.in (arch-utils.o): Update dependencies.
4701 * values.c (using_struct_return): Move code calling
4702 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
4703 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
4704 to legacy_return_value, simplify.
4705 * infcmd.c (print_return_value): Move code calling
4706 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
4707 to legacy_return_value, simplify.
4708 * infcall.c (call_function_by_hand): Move code calling
4709 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
4710 * arch-utils.c: Update copyright. Include "gdbcore.h".
4711 (legacy_return_value): New function.
4712 * arch-utils.h: Update copyright.
4713 (legacy_return_value): Declare.
4714
4715 2004-06-20 Andrew Cagney <cagney@gnu.org>
4716
4717 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
4718 * gdbarch.h, gdbarch.c: Re-generate.
4719 * values.c (using_struct_return): Update call.
4720 * mcore-tdep.c: Update comment.
4721 * infcall.c (call_function_by_hand): Update comment.
4722 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4723 * arch-utils.h (always_use_struct_convention): Update.
4724 * v850-tdep.c (v850_gdbarch_init): Update.
4725 * sh64-tdep.c (sh64_gdbarch_init): Update.
4726 * sh-tdep.c (sh_gdbarch_init): Update.
4727 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4728 * mips-tdep.c (mips_gdbarch_init): Update.
4729 * mcore-tdep.c (mcore_gdbarch_init): Update.
4730 * m32r-tdep.c (m32r_gdbarch_init): Update.
4731 * ia64-tdep.c (ia64_gdbarch_init): Update.
4732 * h8300-tdep.c (h8300_gdbarch_init): Update.
4733 * frv-tdep.c (frv_gdbarch_init): Update.
4734 * cris-tdep.c (cris_gdbarch_init): Update.
4735 * arm-tdep.c (arm_gdbarch_init): Update.
4736 * alpha-tdep.c (alpha_gdbarch_init): Update.
4737
4738 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
4739
4740 * PROBLEMS: Add more specific information, and a work-around,
4741 for PR gdb/1458.
4742
4743 2004-06-18 Andrew Cagney <cagney@gnu.org>
4744
4745 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
4746 * gdbarch.h, gdbarch.c: Re-generate.
4747 * ada-lang.c (ada_finish_decode_line_1): Update.
4748 * infrun.c (handle_inferior_event): Update.
4749 * infcall.c (find_function_addr): Update.
4750 * linespec.c (minsym_found): Update.
4751 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
4752 Update.
4753 * blockframe.c (legacy_frameless_look_for_prologue): Update.
4754 * cli/cli-cmds.c (disassemble_command): Update.
4755 * vax-tdep.c (vax_gdbarch_init): Update.
4756
4757 2004-06-18 Mark Kettenis <kettenis@gnu.org>
4758
4759 * i386-tdep.c (i386_collect_fpregset): Fix comment.
4760
4761 2004-06-17 Andrew Cagney <cagney@gnu.org>
4762
4763 GDB 6.1.1 released from the GDB 6.1 branch.
4764 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
4765 * PROBLEMS: Ditto.
4766
4767 2004-06-16 Daniel Jacobowitz <dan@debian.org>
4768
4769 PR gdb/1658
4770 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
4771 operation as a uleb128. Found by Michael Coulter.
4772
4773 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
4774
4775 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
4776 make it non-static.
4777 * ada-lang.h (task_control_block): declaration moved from ada-task.c
4778 to ada-lang.h; this is needed to be able to implement the kill command
4779 in multi-task mode.
4780 (task_ptid): Ditto.
4781 (task_entry): Ditto.
4782 (task_list): Ditto.
4783 (ada_build_task_list): Ditto.
4784
4785 * ada-lang.c: Conditionalize routines and data structures related
4786 to breakpoints, exceptions, completion, and symbol caching on
4787 GNAT_GDB, since these are not yet used in the submitted public sources.
4788 (ada_main_name): Editorial: Move definition out of exception-related
4789 code.
4790
4791 2004-06-15 Andrew Cagney <cagney@gnu.org>
4792
4793 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
4794 deprecated_pc_in_call_dummy.
4795
4796 2004-06-15 Alan Modra <amodra@bigpond.net.au>
4797
4798 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
4799 bfd_get_section_size_before_reloc or _raw_size.
4800 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
4801 * dwarf2read.c (dwarf2_locate_sections): Likewise.
4802 (dwarf2_read_section): Likewise.
4803 * elfread.c (elf_locate_sections): Likewise.
4804 * gcore.c (derive_heap_segment): Likewise.
4805 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
4806 * remote-e7000.c (e7000_load): Likewise.
4807 * remote-m32r-sdi.c (m32r_load): Likewise.
4808 * remote-mips.c (mips_load_srec): Likewise.
4809 (pmon_load_fast): Likewise.
4810 * remote.c (compare_sections_command): Likewise.
4811 * symfile.c (add_section_size_callback): Likewise.
4812 (load_section_callback): Likewise.
4813 (pc_in_unmapped_range): Likewise.
4814 (pc_in_mapped_range): Likewise.
4815 (sections_overlap): Likewise.
4816 (list_overlays_command): Likewise.
4817 (simple_overlay_update_1): Likewise.
4818 (simple_overlay_update): Likewise.
4819 * tracepoint.c (remote_set_transparent_ranges): Likewise.
4820 * win32-nat.c (core_section_load_dll_symbols): Likewise.
4821
4822 2004-06-14 Randolph Chung <tausq@debian.org>
4823
4824 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
4825 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
4826 static.
4827 (hppa_hpux_inferior_created): New function.
4828 (hppa_hpux_init_abi): Register observer.
4829 * symfile.c (hp_cxx_exception_support_initialized)
4830 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
4831 (symbol_file_add_main_1, symbol_file_clear): Likewise.
4832
4833 2004-06-14 Randolph Chung <tausq@debian.org>
4834
4835 * MAINTAINERS (Write After Approval): Alphabetize my entry
4836 correctly.
4837
4838 2004-06-14 Andrew Cagney <cagney@gnu.org>
4839
4840 * MAINTAINERS (testsuite): List Michael Chastain as the lead
4841 testsuite maintainer.
4842
4843 2004-06-13 Andrew Cagney <cagney@gnu.org>
4844
4845 * infcmd.c (print_return_value): Fix logic, allow
4846 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
4847
4848 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
4849 defining any macros.
4850 * gdbarch.h: Re-generate.
4851
4852 * gdbarch.sh: Delete "level" attribute. Only check for a macro
4853 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
4854 * gdbarch.h: Re-generate.
4855
4856 * values.c (generic_use_struct_convention): Don't check gcc_p.
4857
4858 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4859 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
4860 * gdbarch.h, gdbarch.c: Regenerate.
4861 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
4862 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
4863 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4864 deprecated_max_register_raw_size and
4865 deprecated_max_register_virtual_size.
4866 * v850-tdep.c (v850_gdbarch_init): Ditto.
4867 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4868 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4869 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4870 * cris-tdep.c (cris_gdbarch_init): Ditto.
4871
4872 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
4873 * gdbarch.h, gdbarch.c: Re-generate.
4874 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
4875 (m68hc11_use_struct_convention): Delete function.
4876 (m68hc11_extract_struct_value_address): Delete function.
4877 (m68hc11_return_value): New function.
4878 (m68hc11_gdbarch_init): Instead of store_return_value,
4879 extract_return_value, return_value_on_stack,
4880 deprecated_extract_struct_value_address and use_struct_convention,
4881 set return_value.
4882 * values.c (using_struct_return): Do not call
4883 RETURN_VALUE_ON_STACK.
4884 * arch-utils.h (generic_return_value_on_stack_not): Delete
4885 declaration.
4886 * arch-utils.c (generic_return_value_on_stack_not): Delete
4887 function.
4888
4889 2004-06-12 Andrew Cagney <cagney@gnu.org>
4890
4891 * values.c (register_value_being_returned): Delete function.
4892 * infcmd.c (legacy_return_value): Delete function.
4893 * infcall.c (call_function_by_hand): Inline
4894 "register_value_being_returned", simplify.
4895 * values.c (using_struct_return): Update comment, refer to
4896 print_return_value instead of register_value_being_returned.
4897 * infcmd.c (print_return_value): Inline calls to
4898 register_value_being_returned and legacy_return_value. Simplify.
4899
4900 2004-06-11 Randolph Chung <tausq@debian.org>
4901
4902 * somread.c (som_symtab_read): Exclude gcc local symbols.
4903
4904 2004-06-11 Randolph Chung <tausq@debian.org>
4905
4906 * infrun.c (handle_inferior_event): Handle the case when a
4907 trampoline ends up in the runtime resolver, and if the trampoline
4908 has no name. Rearrange the code so that all the trampoline
4909 processing happens before other step-out-of-range handling.
4910
4911 2004-06-11 Martin Hunt <hunt@redhat.com>
4912
4913 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
4914 has no fpu.
4915
4916 2004-06-10 Andrew Cagney <cagney@gnu.org>
4917
4918 * blockframe.c (legacy_inside_entry_func): Delete.
4919 (legacy_frame_chain_valid): Inline call to
4920 legacy_inside_entry_func, simplify.
4921
4922 2004-06-10 Bob Rossi <bob@brasko.net>
4923
4924 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
4925 * dwarf2read.c (partial_die_info): Add dirname field.
4926 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
4927 (read_partial_die): Save away DW_AT_comp_dir.
4928 * defs.h (symtab_to_filename): Removed.
4929 * source.c (find_and_open_source): Added.
4930 (open_source_file): Just calls find_and_open_source.
4931 (symtab_to_filename): Removed.
4932 (symtab_to_fullname, psymtab_to_fullname): Added.
4933 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
4934 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
4935 symtab_to_filename.
4936 * symtab.h (partial_symtab): Add dirname field.
4937 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
4938 (mi_cmd_file_list_exec_source_file): Call new function
4939 symtab_to_fullname to find fullname.
4940 (mi_cmd_file_list_exec_source_files): Added.
4941 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
4942 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
4943
4944 2004-06-10 Andrew Cagney <cagney@gnu.org>
4945
4946 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
4947 to generic_use_struct_convention, the default value.
4948
4949 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
4950 of abort.
4951
4952 * ns32k-tdep.c (ns32k_push_arguments): New function.
4953 (ns32k_gdbarch_init): Set deprecated_push_arguments.
4954 * infcall.c (call_function_by_hand): Call error instead of
4955 legacy_push_arguments.
4956 * value.h (legacy_push_arguments): Delete declaration.
4957 * valops.c (legacy_push_arguments): Delete function.
4958 (value_push): Delete function.
4959
4960 2004-06-10 Brian Ford <ford@vss.fsi.com>
4961
4962 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
4963 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
4964 info.
4965 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
4966
4967 2004-06-10 Andrew Cagney <cagney@gnu.org>
4968
4969 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
4970 * gdbarch.h, gdbarch.c: Re-generate.
4971 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
4972 parameters.
4973 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
4974 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
4975 deprecated_pc_in_call_dummy instead of
4976 DEPRECATED_PC_IN_CALL_DUMMY.
4977 (arm_skip_prologue): Ditto.
4978 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
4979 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
4980 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
4981 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4982 Ditto.
4983 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
4984 (sh64_init_extra_frame_info, sh64_get_saved_register)
4985 (sh64_pop_frame): Ditto.
4986 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4987 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
4988 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4989 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
4990 (h8300_pop_frame): Ditto.
4991 * blockframe.c (legacy_inside_entry_func)
4992 (legacy_frame_chain_valid): Ditto.
4993 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4994 to deprecated_pc_in_call_dummy.
4995
4996 2004-06-09 Andrew Cagney <cagney@gnu.org>
4997
4998 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4999 provide a default value.
5000 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
5001 * gdbarch.h, gdbarch.c: Re-generate.
5002 * arch-utils.c (generic_convert_register_p): Rename
5003 legacy_convert_register_p
5004 (legacy_register_to_value, legacy_value_to_register): Delete
5005 functions.
5006 * arch-utils.h (generic_convert_register_p): Rename
5007 legacy_convert_register_p.
5008 (legacy_register_to_value, legacy_value_to_register): Delete
5009 declarations.
5010
5011 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
5012 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
5013 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
5014 * gdbarch.h, gdbarch.c: Re-generate.
5015 * infcmd.c (default_print_registers_info): Simplify.
5016 * findvar.c (value_of_register): Simplify.
5017 * mi/mi-main.c (get_register): Simplify.
5018 * arch-utils.c (legacy_convert_register_p): Always return 0.
5019 (legacy_register_to_value, legacy_value_to_register): Always call
5020 internal_error.
5021
5022 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
5023 #ifdef CLEAR_INSN_CACHE code.
5024 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
5025 Delete #ifdef CLEAR_DEFERRED_STORES code.
5026
5027 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
5028
5029 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
5030 copyright.
5031 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
5032
5033 * config/mips/mipsv4.mh: Delete file.
5034
5035 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
5036 unreferenced macro.
5037 (hpread_adjust_stack_address): Delete declaration.
5038
5039 2004-06-08 Andrew Cagney <cagney@gnu.org>
5040
5041 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5042 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
5043 PTRACE_ATTACH / PTRACE_DETACH available call error.
5044 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
5045 * infttrace.c (update_thread_state_after_attach, attach, detach):
5046 Remove #ifdef wrappers.
5047 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
5048 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5049 * config/nm-bsd.h (ATTACH_DETACH): Delete.
5050 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
5051 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
5052 * config/nm-linux.h (ATTACH_DETACH): Delete.
5053 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
5054 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
5055 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
5056 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
5057 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
5058
5059 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
5060
5061 * configure.in: Set $configdir to the right OS specific value.
5062 Use value when setting $tcldir and $tkdir.
5063 * configure: Regenerate.
5064
5065 2004-06-06 Paul Brook <paul@codesourcery.com>
5066
5067 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
5068 records.
5069
5070 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
5071
5072 * ada-lang.c (lookup_symbol_in_language): New function to allow
5073 re-use of another language's symbol lookup code. (Placed here
5074 temporarily while Ada support is being integrated into the public
5075 tree).
5076 (restore_language): New auxiliary function for
5077 lookup_symbol_in_language.
5078 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
5079 temporarily while Ada support is being integrated into the public
5080 tree).
5081
5082 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
5083
5084 * Makefile.in (check//%): New.
5085
5086 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
5087 (mn10300_store_return_value): Rewrite.
5088 (mn10300_type_align): New.
5089 (mn10300_use_struct_convention): Rewrite.
5090 (mn10300_return_value): New, using all of the above.
5091 (mn10300_pop_frame_regular): Add saved_regs_size.
5092 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
5093
5094 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
5095 regs if PC is on movm.
5096
5097 2004-06-07 Jim Blandy <jimb@redhat.com>
5098
5099 Add native Linux support for the PowerPC E500.
5100 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
5101 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
5102 all architectures except the E500.
5103 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
5104 #definitions.
5105 (struct gdb_evrregset_t): New type.
5106 (have_ptrace_getsetevrregs): New variable.
5107 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
5108 fetch_spe_registers): New functions.
5109 (fetch_register): Call fetch_spe_register as appropriate.
5110 Assert that we're only passed raw register numbers.
5111 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
5112 Don't fetch gprs if they're pseudoregisters.
5113 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
5114 store_spe_registers): New functions.
5115 (store_register): Call store_spe_register as appropriate.
5116 Assert that we're only passed raw register numbers.
5117 (store_ppc_registers): Call store_spe_registers as appropriate.
5118 Don't store gprs if they're pseudoregisters.
5119
5120 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
5121
5122 * thread-db.c (thread_get_info_callback): Fill in the thread_info
5123 struct if one exists, even if we are dealing with a zombie thread.
5124
5125 2004-06-07 Andrew Cagney <cagney@gnu.org>
5126
5127 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
5128 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
5129 Rename PC_REQUIRES_RUN_BEFORE_USE.
5130 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
5131 #ifdef.
5132
5133 2004-06-07 Randolph Chung <tausq@debian.org>
5134
5135 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
5136 unwinding after sp has been saved to the stack but before the end
5137 of the prologue, and after the fp has been modified but before it has
5138 been saved to the stack.
5139 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
5140 Remove superfluous definitions.
5141 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
5142
5143 2004-06-07 Guy Martin <gmsoft@gentoo.org>
5144
5145 Committed by Randolph Chung.
5146 * hppa-linux-nat.c: Include the correct version of the header file
5147 depending on the kernel version.
5148
5149 2004-06-06 Randolph Chung <tausq@debian.org>
5150
5151 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
5152 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
5153
5154 2004-06-06 Randolph Chung <tausq@debian.org>
5155
5156 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5157 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
5158 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
5159 * hppa-tdep.c (hppa_symbol_address): New function definition.
5160 * hppa-tdep.h (hppa_symbol_address): New function declaration.
5161
5162 2004-06-06 Randolph Chung <tausq@debian.org>
5163
5164 * hppa-tdep.h (struct value): Forward declaration.
5165 (gdbarch_tdep): Define tdep find_global_pointer method.
5166 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
5167 associated with the function we are trying to call, and write it
5168 to the gp register.
5169 (hppa32_convert_from_funct_ptr_addr): New function.
5170 (hppa_find_global_pointer): New function.
5171 (hppa_gdbarch_init): Set default find_global_pointer method; set
5172 convert_from_func_ptr_addr method.
5173 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
5174 (hppa_linux_init_abi): Set find_global_pointer method.
5175 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
5176
5177 2004-06-06 Randolph Chung <tausq@debian.org>
5178
5179 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
5180 to struct value *function.
5181 * gdbarch.c: Regenerate.
5182 * gdbarch.h: Likewise.
5183 * infcall.c (call_function_by_hand): Pass entire function value
5184 to push_dummy_call.
5185
5186 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
5187 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
5188 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
5189 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
5190 * arm-tdep.c (arm_push_dummy_call): Likewise.
5191 * avr-tdep.c (avr_push_dummy_call): Likewise.
5192 * cris-tdep.c (cris_push_dummy_call): Likewise.
5193 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
5194 * frv-tdep.c (frv_push_dummy_call): Likewise.
5195 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
5196 * hppa-tdep.c (hppa32_push_dummy_call)
5197 (hppa64_push_dummy_call): Likewise.
5198 * i386-tdep.c (i386_push_dummy_call): Likewise.
5199 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
5200 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
5201 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
5202 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
5203 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
5204 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
5205 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
5206 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
5207 (ppc64_sysv_abi_push_dummy_call): Likewise.
5208 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
5209 (ppc64_sysv_abi_push_dummy_call): Likewise.
5210 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
5211 * s390-tdep.c (s390_push_dummy_call): Likewise.
5212 * sh-tdep.c (sh_push_dummy_call_fpu)
5213 (sh_push_dummy_call_nofpu): Likewise.
5214 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
5215 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
5216 * vax-tdep.c (vax_push_dummy_call): Likewise.
5217
5218 2004-06-04 Jim Blandy <jimb@redhat.com>
5219
5220 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
5221 gdbarch argument to register_size.
5222
5223 * rs6000-tdep.c (rs6000_store_return_value): Use
5224 regcache_cooked_write_part instead of
5225 deprecated_write_register_bytes.
5226 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
5227 not gdbarch_deprecated_store_return_value.
5228
5229 * ppc-linux-nat.c (store_register, fetch_register): Remove
5230 incorrect assertions. Simplify and generalize handling of
5231 transfers whose sizes are not multiples of, or less than, sizeof
5232 (PTRACE_XFER_TYPE).
5233
5234 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
5235
5236 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
5237 as a new thread event.
5238 * thread-db.c (thread_get_info_callback): If the thread is a
5239 zombie, return TD_THR_ZOMBIE.
5240 (thread_from_lwp): If thread_get_info_callback returns
5241 TD_THR_ZOMBIE, check if the thread is still on the thread list
5242 and return a -1 ptid if not found.
5243 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
5244 change the status to TARGET_WAITKIND_SPURIOUS.
5245
5246 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
5247
5248 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
5249 double values in little endian mode.
5250
5251 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
5252
5253 Committed by Andrew Cagney.
5254 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
5255 after last enum constant to avoid error from IBM C
5256 compiler.
5257
5258 2004-06-02 Jim Blandy <jimb@redhat.com>
5259
5260 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
5261 to 'message', and make it local to the lone block that uses it.
5262
5263 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
5264
5265 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
5266
5267 * ada-exp.y: Update copyright notice.
5268 Include block.h.
5269
5270 Replace REGNAME, LAST, INTERNAL_VARIABLE with
5271 SPECIAL_VARIABLE and unify the treatment of these cases.
5272
5273 (write_attribute_call0): Remove.
5274 (write_attribute_call1): Remove.
5275 (write_attribute_calln): Remove.
5276 (save_qualifier): Add missing semicolon.
5277
5278 (simple_exp,exp): Decomment (i.e., reactivate) code that was
5279 temporarily disabled to allow compilation with FSF head version.
5280
5281 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
5282 use individual operators (OP_*) for all attributes.
5283 (exp syntax): Use write_int.
5284 Handle STRING literals with OP_STRING.
5285 (variable syntax): Add limit parameter to calls to
5286 write_object_renaming.
5287
5288 (temp_parse_space): New definition to hold entities that need
5289 only live until the next call to ada_parse.
5290 (string_to_operator): Rename fields of ada_opname_table entries.
5291
5292 (write_var_from_sym): Record block.
5293 (write_var_from_name): Minor reformatting.
5294 Make sure saved name is properly encoded in the case of multiple
5295 matches, and set its language to Ada.
5296 Update comment.
5297 Modify to indicate unresolved name as symbol in the UNRESOLVED
5298 namespace, allocated in temp_parse_space.
5299 (write_int): New function.
5300
5301 (write_object_renaming): Add max_depth parameter to limit
5302 chains of object renamings.
5303 Handle case where root of renaming expression is itself a renaming.
5304 Use temp_parse_space for temporary name buffer.
5305 Handle renamings to dereferenced pointers (___XEXA suffices).
5306
5307 (ada_parse, yyerror, string_to_operator,
5308 write_var_from_sym, write_var_from_name, write_attribute_call0,
5309 write_attribute_call1, write_attribute_calln,
5310 write_object_renaming): Protoize.
5311
5312 (_initialize_ada_exp): New function.
5313
5314 * ada-lang.c: Update copyright notice.
5315 General terminology change to conform to GNAT compiler usage:
5316 mangle => encode, demangle => decode
5317 Include gdb_obstack.h.
5318 Include gdb_regex.h
5319 Include frame.h
5320 Include hashtab.h
5321 Include completer.h
5322 Include gdb_stat.h
5323 Include block.h
5324 Include infcall.h
5325
5326 (ADA_RETAIN_DOTS): Make sure this is defined.
5327 (TRUNCATION_TOWARDS_ZERO): Define.
5328 (struct string_vector): Define.
5329 (unresolved_names): Remove definition.
5330 (xnew_string_vector): New function.
5331 (string_vector_append): New function.
5332 (extract_string): Make static.
5333 (ada_unqualified_name): New function.
5334 (add_angle_brackets): New function.
5335 (function_name_from_pc): New function.
5336 (place_on_stack): Rename to ensure_lval.
5337
5338 (ensure_lval): Renamed from place_on_stack.
5339 Make identity on lvals.
5340 Update comment.
5341 (is_nonfunction): New interface.
5342 Only symbols in LOC_CONST class can be enumerals.
5343 (fill_in_ada_prototype): Remove; now independent of language.
5344 (add_defn_to_vec): Add obstack and symtab arguments.
5345 Use obstack to hold collected definitions.
5346 (num_defns_collected): New function.
5347 (defns_collected): New function.
5348 (ada_resolve_subexp): Rename to resolve_subexp.
5349 (resolve_subexp): Renamed from ada_resolve_subexp.
5350 (ada_op_name): Return non-const result.
5351 (ada_decoded_op_name): Renamed from ada_op_name, now used for
5352 other purposes.
5353
5354 (to_fixed_array_type): Add declaration.
5355 (coerce_unspec_val_to_type): Remove offset parameter.
5356 (find_sal_from_funcs_and_line): New interface.
5357 (find_line_in_linetable): Ditto.
5358
5359 (all_sals_for_line): Rename to ada_sals_for_line and make
5360 global.
5361 Add new parameter. When set, do not ask the user to choose the
5362 instance, but use the first one found instead.
5363 Use given line number in returned sals.
5364 Fix comment.
5365 Skip the prologue if funfirstline is set.
5366 Correct for memory leak when 0 lines found.
5367
5368 (value_pos_atr): Use pos_atr.
5369 (pos_atr): New function.
5370 (standard_lookup): Add block parameter.
5371
5372 (makeTimeStart): Remove declaration and uses.
5373 (makeTimeStop): Remove declaration and uses.
5374
5375 (ada_completer_word_break_characters): Allow for VMS.
5376 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
5377 (raise_sym_name): New constant.
5378 (raise_unhandled_sym_name): New constant.
5379 (raise_assert_sym_name): New constant.
5380 (process_raise_exception_name): New constant.
5381 (longest_exception_template): New constant.
5382 (warning_limit): New variable to limit warnings during expression
5383 evaluation.
5384 (warnings_issued): New variable to keep track of warnings issued.
5385 (known_runtime_file_name_patterns): New constant.
5386 (known_auxiliary_function_name_patterns): New constant.
5387 (symbol_list_obstack): New variable.
5388
5389 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
5390 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
5391 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
5392 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
5393 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
5394 ada_variant_discrim_name, field_alignment, dynamic_template_type,
5395 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
5396 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
5397 and strcmp.
5398
5399 (ada_get_field_index): New function.
5400 (lim_warning): New function.
5401 (ada_translate_error_message): New function.
5402 (MAX_OF_SIZE): New function.
5403 (MIN_OF_SIZE): New function.
5404 (UMAX_OF_SIZE): New function.
5405 (UMIN_OF_SIZE): New function.
5406 (discrete_type_high_bound): New function.
5407 (discrete_type_low_bound): New function.
5408 (base_type): New function.
5409 (do_command): Remove.
5410
5411 (ada_update_initial_language): Use language_ada, not language_unknown.
5412 (ada_encode): Renamed from ada_mangle.
5413 Obey ADA_RETAIN_DOTS.
5414 (ada_decode): Renamed from ada_demangle.
5415 Update coding conventions.
5416 (decoded_names_store): New hash table.
5417 (ada_decode_symbol): New function.
5418 (ada_la_decode): New function.
5419
5420 (modify_general_field): Correct computations of offset and bit
5421 position.
5422 (desc_base_type): Handle ref types, too.
5423 (ada_is_direct_array_type): New function.
5424
5425 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5426 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5427 (ada_is_bogus_array_descriptor,ada_type_of_array,
5428 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
5429 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
5430 ada_is_array_descriptor_type.
5431
5432 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
5433 (ada_is_packed_array_type): Handle pointers or
5434 references to packed arrays as well.
5435 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
5436 (decode_packed_array_type): Search for the packed array type
5437 symbol in the currently selected block and associated
5438 superblocks too.
5439 Use lookup_symbol again.
5440
5441 (decode_packed_array): Handle pointers and references.
5442 Update call to coerce_unspec_val_to_type.
5443 (decode_packed_array_type,value_subscript_packed): Limit warnings.
5444 (ada_value_primitive_packed_val): Improve comment.
5445
5446 (ada_index_type): Substitute int type for "undefined".
5447 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
5448 ada_array_langth, ada_is_string_type): Use renamed
5449 ada_is_simple_array_type.
5450 (empty_array): New function.
5451
5452 (ada_resolve): Rename to resolve.
5453 (resolve): Make static.
5454 Call renamed resolve_subexp.
5455 Update comment.
5456 (ada_resolve_subexp): Rename to resolve_subexp.
5457 (resolve_subexp): Update comment.
5458 Decomment disabled code.
5459 Add LOC_COMPUTED* cases.
5460 Modify to use temporary struct symbols (marked as being in
5461 UNDEF_NAMESPACE) to indicate unresolved names, instead of
5462 OP_UNRESOLVED_VALUE.
5463 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
5464 Add OP_STRING case.
5465 Remove OP_ARRAY.
5466 Use SYMBOL_PRINT_NAME instead of ada_demangle.
5467 Use new ada_lookup_symbol_list interface.
5468 Use new ada_resolve_function interface.
5469 Remove OP_TYPE case.
5470
5471 (ada_args_match): Idiot proof against null actuals.
5472 Use intermediate variables to clarify.
5473 (ada_resolve_function): Update comment and interface.
5474 (mangled_ordered_before): Rename to encoded_ordered_before and
5475 update comment.
5476 (sort_choices): Update comment and interface.
5477 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
5478 (user_select_syms): New interface.
5479 Use new sort_choices interface.
5480 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
5481 (possible_user_operator_p): Idiot-proof against null values.
5482 (ada_simple_renamed_entity): Don't make cleanup; rely on
5483 caller to free result string.
5484 Remove const from return type.
5485 (make_array_descriptor): Rename uses of place_on_stack to
5486 ensure_lval.
5487 Make sure that arrays are on stack.
5488
5489 (HASH_SIZE): Define.
5490 (struct cache_entry): Define.
5491 (cache_space): Define.
5492 (cache): Define.
5493 (clear_ada_sym_cache): New function.
5494 (find_entry): New function.
5495 (lookup_cached_symbol): New function.
5496 (defn_vector_size): Define.
5497 (cache_symbol): New function.
5498 (defn_symbols): Remove.
5499
5500 (standard_lookup): Use lookup_symbol_in_language to get effect of
5501 C lookup.
5502 Cache results.
5503
5504 (symbol_completion_match): New function.
5505 (symbol_completion_add): New function.
5506 (ada_make_symbol_completion_list): New function.
5507
5508 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
5509 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
5510 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
5511 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
5512
5513 (ada_lookup_simple_minsym): New function.
5514 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
5515
5516 (add_symbols_from_enclosing_procs): New interface.
5517 Conditionalize more helpfully.
5518 Don't bother if program isn't running.
5519 Use new interface to get_frame_block.
5520 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
5521
5522 (remove_extra_symbols): New interface.
5523 (xget_renaming_scope): New function.
5524 (is_package_name): New function.
5525 (renaming_is_visible): New function.
5526 (remove_out_of_scope_renamings): New function.
5527
5528 (ada_lookup_symbol_list): New interface.
5529 Properly reinitialize the symbol list obstack.
5530 Don't call add_symbols_from_enclosing_procs if we start from a
5531 static or global block.
5532 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
5533 add_symbols_from_enclosing_procs.
5534 Add symtab data to cached entries.
5535 Handle symbols prefixed with
5536 "standard__" specially; strip prefix and don't look in local symbols.
5537 Do not include out of scope renaming symbols in list of
5538 symbols returned.
5539 Add const to block parameter.
5540 Move check for non-local, non-global symbols earlier.
5541 Remove timing stuff.
5542 (ada_lookup_symbol): New interface.
5543 Find symtab as well.
5544 (ada_lookup_symbol_nonlocal): New function.
5545
5546 (is_name_suffix): Enhance suffix detection to recognize
5547 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
5548 (is_dot_digits_suffix): New function.
5549 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
5550
5551 (ada_add_block_symbols): New interface. Use obstack to return results
5552 in a vector of struct ada_symbol_infos. Add symtab argument.
5553 Use new interface to add_defn_to_vec.
5554 Remove calls to fill_in_ada_prototype.
5555 Use BLOCK_BUCKETS, BLOCK_BUCKET.
5556
5557 (ada_finish_decode_line_1): Add const qualification to local to fix
5558 warning.
5559 Start looking in static block for functions to avoid attempts
5560 to search frame chain for up-level variables.
5561 Adapt to new ada_sals_for_line interface.
5562 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
5563 Handle quoting of the function name inside the spec string.
5564 Skip prologue when funfirstline is set and update the
5565 function documentation to that effect.
5566
5567 (debug_print_lines, debug_print_block, debug_print_blocks,
5568 debug_print_symtab): Remove.
5569
5570 (ada_main_name): New function.
5571 (ada_exception_breakpoint_type): New function.
5572 (is_known_support_routine): New function.
5573 (ada_find_printable_frame): Renamed from find_printable_frame and made
5574 global.
5575 Remove level parameter.
5576 Use new interface to select_frame.
5577
5578 (begin_command): Remove.
5579 (ada_adjust_exception_stop): New function.
5580 (ada_print_exception_stop): New function.
5581 (exception_name_from_cond): New function.
5582 (ada_report_exception_break): Replace disabled code with
5583 conditionalization on GNAT_GDB.
5584 Get the exception name from the condition string.
5585 Remove and move functionality into new functions
5586 ada_print_exception_breakpoint_task and
5587 ada_print_exception_breakpoint_nontask.
5588 (error_breakpoint_runtime_sym_not_found): New function.
5589 (is_runtime_sym_defined): New function.
5590 (ada_breakpoint_rewrite): Uncomment suppressed code.
5591 Use symbolic error-message and runtime-symbol names.
5592 Surround runtime symbol names in quotes.
5593 Allow non-specific breakpoints on exceptions and assertions before
5594 program starts.
5595
5596 (ada_is_tagged_type): Add parameter.
5597 (ada_is_tag_type): New function.
5598 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
5599 (ada_variant_discrim_type): Ditto.
5600 (value_tag_from_contents_and_address): New function.
5601 (type_from_tag): New function.
5602 (struct tag_args): New structure used to communicate with
5603 ada_tag_name_1.
5604 (ada_tag_name_1): New function.
5605 (ada_tag_name): New function.
5606
5607 (ada_scan_number): Update comment.
5608 (find_struct_field): New function.
5609 (ada_search_struct_field): Make static.
5610 (ada_value_struct_elt): New version that returns references when
5611 given pointers or references to structs.
5612 (ada_lookup_struct_elt_type): Add 'refok' parameter.
5613 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
5614 interface.
5615 (ada_value_ind): Use new ada_to_fixed_value interface.
5616 (ada_coerce_ref): Ditto.
5617 (field_offset): Remove.
5618
5619 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
5620 (ada_find_renaming_symbol): New function.
5621 (ada_prefer_type): Prefer named types over unnamed ones.
5622 (variant_field_index): New function.
5623 (contains_variant_part): Removed: subsumed by variant_field_index.
5624 (ada_template_to_fixed_record_type): New function, mostly from
5625 template_to_fixed_record_type.
5626 (template_to_fixed_record_type):
5627 Do not scan the type fields beyond the last one; prevents a
5628 potential SEGV.
5629 Handle case where variant field is listed BEFORE discriminant it
5630 depends on.
5631 Fix calculation of record length when bit length is
5632 not evenly divisible by char length.
5633 Move code to ada_template_to_fixed_record_type and call it.
5634
5635 (template_to_static_fixed_type): Revise comment.
5636 Modify to work on ordinary record types as well as templates,
5637 so as to handle fields that use ___XVE or ___XVU encodings.
5638 (to_record_with_fixed_variant_part): Fill out comment.
5639 Initialize C++ stuff in right type.
5640 Allow case where DVAL is null.
5641 Handle case where variant field is not last.
5642 Fix typo concerning record length.
5643 (to_fixed_record_type): Decomment disabled code.
5644 (to_fixed_record_type): Use variant_field_index instead of
5645 contains_variant_part.
5646 (to_fixed_variant_branch_type): Ditto.
5647 (to_fixed_array_type): Decomment disabled code.
5648 (ada_to_fixed_type): Convert tagged types to the specific type.
5649 Deactivate the size-check for array types in order to avoid
5650 some false size alarms.
5651 (to_static_fixed_type): Decomment disabled code.
5652 Modify to call template_to_static_fixed_type
5653 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
5654 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
5655 Remove valaddr argument, as it is never really used.
5656 (ada_to_fixed_value): Change interface to act on single struct value*
5657 operand.
5658 (adjust_pc_past_prologue): New function.
5659 (ada_attribute_name): Modify to take enum exp_opcode argument.
5660
5661 (ada_enum_name): Recognize new homonym-distinguishing convention.
5662 Adjust local variable's type to remove compiler warning.
5663 Fix a small problem in the part that unqualifies the enumeration name.
5664 (ada_value_binop): New function.
5665 (ada_value_equal): New function.
5666
5667 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
5668 Don't give error message when not doing normal evaluation
5669 and a tagged type doesn't seem to contain a structure member.
5670 Give error message for packed arrays.
5671 For indexing arrays, handle pointers to packed arrays correctly.
5672 Handle case of 'first and 'last attributes of bare integral type
5673 without encoded subtype info.
5674 Remove some unnecessary casts.
5675 Fix uninitialized value of type in computing 'first, 'last, or 'length
5676 of array object.
5677 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
5678 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
5679 calls.
5680 Attributes are now exp_opcode values.
5681 Correct treatment of 'modulus.
5682 Better error message for taking 'length of wrong kind of type;
5683 improve comment.
5684 Change EVAL_NORMAL to noside for consistency.
5685 Use ada_value_binop for DIV, MOD, REM.
5686 Make special case out of array of length 0, since an argument
5687 of 0 upsets some platforms' malloc.
5688 Use OP_STRING instead of OP_ARRAY.
5689 For slice, add check that we have an array type before extracting
5690 a slice out of it. Avoids a SEGV.
5691 When evaluating an array slice, if the array type is a reference to
5692 an aligner type, then replace the aligner type by the actual type.
5693 Decomment disabled code.
5694 Remove some dead code.
5695 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
5696 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
5697 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
5698 and UNOP_MBR to UNOP_IN_RANGE.
5699 If an array type has a parallel ___XVE type, then use it.
5700 Turn arrays into pointers for lvalue arrays.
5701 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
5702 bounds error and handle 0-length slices.
5703 Use lim_warning.
5704 When selecting fields, apply ada_to_fixed_value (because the fields
5705 might have ___XVU or ___XVE encodings even if not dynamic.)
5706 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
5707 (ada_is_system_address_type): New function.
5708
5709 (get_var_value): Use new interface to ada_lookup_symbol_list.
5710 (get_int_var_value): New interface.
5711 (to_fixed_range_type): Allow unknown bound, with warning.
5712 (ada_is_modular_type): Decomment disabled code.
5713 (ADA_OPERATORS): New definition.
5714 (ada_operator_length): New function.
5715 (ada_expr_op_name): New function.
5716 (ada_forward_operator_length): New function.
5717 (ada_dump_subexp_body): New function.
5718 (ada_print_subexp): New function.
5719 (ada_exp_descriptor): New constant.
5720 (ada_op_print_tab): Add 'size. Remove FIXMEs.
5721 (ada_language_defn): Add ada_exp_descriptor entry.
5722 Change ada_parse => parse.
5723 Add post-parser entry.
5724 Use ada-specific non-local symbol lookup.
5725 Don't use C-style arrays.
5726 String lower-bound is 1.
5727 Decomment disabled code.
5728 (parse): New function.
5729 New fields ada_translate_error_message, ada_lookup_symbol,
5730 ada_lookup_minimal_symbol.
5731
5732 * ada-lang.h: Update copyright dates.
5733 Replace the mangle/demangle terminology throughout by the
5734 more appropriate encode/decode one.
5735 Include breakpoint.h.
5736 Forward declare struct partial_symbol, struct block.
5737 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
5738 (EXTRACT_ADDRESS): Remove.
5739 (EXTRACT_INT): Remove.
5740 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
5741 (MAX_ENCLOSING_FRAME_LEVELS): Define.
5742 (MAX_RENAMING_CHAIN_LENGTH): Define.
5743 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
5744
5745 (enum task_states): Remove.
5746 ada_task_states: Remove.
5747 (fat_string): Remove.
5748 (struct entry_call): Remove.
5749 (struct task_fields): Remove.
5750 (struct task_entry): Remove.
5751
5752 (struct ada_symbol_info): Define.
5753 (enum ada_attribute): Remove.
5754 (enum ada_operator): Define.
5755
5756 (ada_get_field_index): Declare.
5757 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
5758 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5759 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5760 (ada_lookup_symbol_list): New interface.
5761 (ada_decode_symbol): Declare.
5762 (ada_decode): Declare.
5763 (ada_lookup_symbol): New interface.
5764 (ada_update_initial_language): Declare.
5765 (ada_lookup_simple_minsym): Declare.
5766 (user_select_syms): New interface.
5767 (ada_sals_for_line): Declare.
5768 (ada_is_tagged_type): New interface.
5769 (ada_tag_name): Declare.
5770 (ada_lookup_struct_elt_type): Remove declaration.
5771 (ada_search_struct_field): Remove declaration.
5772 (ada_attribute_name): New interface.
5773 (ada_is_system_address_type): Declare.
5774 (ada_to_fixed_value): Remove declaration.
5775 (ada_template_to_fixed_record_type_1): Declare.
5776 (get_int_var_value): New interface.
5777 (ada_find_any_symbol): Declare.
5778 (ada_find_renaming_symbol): Declare.
5779 (ada_mangle): Rename to ada_encode.
5780 (ada_simple_renamed_entity): Remove const.
5781 (ada_main_name): Declare.
5782 (get_current_task): Rename to ada_get_current_task.
5783 (get_entry_number): Remove declaration.
5784 (ada_report_exception_break): Remove declaration.
5785 (ada_print_exception_breakpoint_nontask): Declare.
5786 (ada_print_exception_breakpoint_task): Declare.
5787 (ada_find_printable_frame): Declare.
5788
5789 * ada-lex.l: Update copyright notices.
5790 Use xmalloc and xfree instead of malloc and free.
5791 Use new interface to name_lookup.
5792 Use new interface to
5793 ada_mangle=>ada_encode.
5794 Redo handling of '$...' variable to parallel current treatment
5795 in c-exp.y.
5796 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
5797 digit_to_int, strtoulst, processInt, processReal, processId,
5798 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
5799 yywrap): Protoize.
5800
5801 (processInt): Use cast to remove harmless warning.
5802 (processReal): Modify to get rid of compiler warning on scan formats.
5803
5804 (processId): Replace xmalloc with obstack_alloc for name and remove
5805 call to ada_name_string_cleanup.
5806 Remove obsolete disabled code.
5807 (name_lookup): Ditto.
5808 New interface.
5809 Use obsavestring on temp_parse_space instead of savestring
5810 on name, and remove call to ada_name_string_cleanup.
5811 Free string returned from ada_simple_renamed_entity.
5812 Use new interface to ada_lookup_symbol_list.
5813 Decomment disabled code.
5814 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
5815 not types.
5816 When a type name lookup succeeds as a result of
5817 lookup_primitive_typename, check for regular type entry that has not
5818 yet been read in.
5819 Limit length of chain of renamed symbols we are willing to follow.
5820 Do not break names beginning with "standard__" into segments.
5821 (block_lookup): Use new interface to ada_lookup_symbol_list.
5822
5823 * ada-typeprint.c: Update copyright notice.
5824 (demangled_type_name): Rename to decoded_type_name.
5825 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
5826 (print_range_bound): Correct handling of negative
5827 bounds that make the index type looked unsigned under STABS.
5828 (print_dynamic_range_bound): Use new interface to get_int_var_value.
5829 (print_range_type_named): Use the builtin int type if no type
5830 corresponding to the given type name could be found.
5831 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
5832 Add some bullet-proofing.
5833 (print_variant_clauses): Allow for variant branches with ___XVU
5834 encodings that are not dynamic fields.
5835 Use new interface to ada_is_tagged_type.
5836 (print_record_type): Allow for fields with ___XVE encodings that
5837 are not dynamic fields.
5838 Use new interface to ada_is_tagged_type.
5839 (ada_print_type): ada_is_array_descriptor =>
5840 ada_is_array_descriptor_type.
5841
5842 * ada-valprint.c: Update copyright notice.
5843 Include gdb_string.h
5844 Include infcall.h
5845 (ui_memcpy): New function.
5846 (ada_print_floating): New function.
5847 (ada_print_str): Order arguments correctly.
5848 Correct handling of empty arrays and arrays of 0-length items.
5849 ada_is_array_descriptor => ada_is_array_descriptor_type
5850 Print values of type System.Address in hexadecimal format.
5851 Use ada_print_floating to print floating-point numbers in Ada format.
5852 Print class tag values with type names.
5853 No longer print the address of reference values. Avoids
5854 a potential confusion.
5855 (ada_value_print): Stop printing the object type for reference
5856 values, but preserve that behavior for access types. Avoids
5857 a potential confusion.
5858 Simplify one conditional expression, as the first part is now
5859 necessarily true.
5860 ada_is_array_descriptor => ada_is_array_descriptor_type
5861 Add check for arrays for null records, and print them by hand.
5862
5863 2004-06-01 Jim Blandy <jimb@redhat.com>
5864
5865 * ppc-tdep.h: Delete unused 'regoff' member.
5866 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
5867
5868 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
5869
5870 Fix PR symtab/1661.
5871 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
5872 (hpread_read_struct_type): Likewise.
5873
5874 2004-06-01 Andrew Cagney <cagney@gnu.org>
5875
5876 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
5877 instead of xasprintf.
5878 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
5879 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
5880 (mi_cmd_data_list_register_names)
5881 (mi_cmd_data_list_changed_registers)
5882 (mi_cmd_data_list_register_values)
5883 (get_register, mi_cmd_data_write_register_values)
5884 (mi_cmd_data_write_register_values)
5885 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
5886 (mi_cmd_target_download, mi_cmd_target_select)
5887 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
5888 (mi_execute_cli_command, mi_execute_async_cli_command)
5889 (mi_execute_async_cli_command): Ditto.
5890 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
5891 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
5892
5893 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
5894 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
5895 error_last_message instead of mi_error_last_message.
5896 * mi/mi-main.c (mi_error_last_message): Delete function.
5897
5898 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
5899 "invalid number of columns" error. Delete redundant "out of
5900 memory" check.
5901
5902 2004-05-31 Mark Kettenis <kettenis@gnu.org>
5903
5904 * i386bsd-nat.c: Don't include <sys/procfs.h>.
5905 (gregset_t, fpregset_t): Remove typedefs.
5906 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
5907 (REG_OFFSET): Rename argument.
5908 (i386bsd_r_reg_offset): Rename from reg_offset.
5909 (REG_ADDR): Remove macro.
5910 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
5911 functions.
5912 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
5913 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
5914 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
5915 instead of supply_gregset.
5916 (store_inferior_registers): Use `struct reg' and `struct fpreg'
5917 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
5918 instead of fill_gregset.
5919 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
5920
5921 * i386bsd-nat.c: Don't include "gregset.h".
5922 (supply_gregset, fill_gregset): Make static.
5923 (supply_fpregset, fill_fpregset): Remove.
5924 * Makefile.in (i386bsd-nat.o): Update dependencies.
5925
5926 2004-05-30 Mark Kettenis <kettenis@gnu.org>
5927
5928 * fbsd-proc.c: Include "regcache.h", "regset.h" and
5929 "gdb_assert.h". Con't include "gregset.h".
5930 (fbsd_make_corefile_notes): Use regset-based core file support
5931 instead off fill_gregset and fill_fpregset.
5932 * Makefile.in (fbsd-proc.o): Update dependencies.
5933
5934 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
5935 instructions.
5936 (m88k_frame_prev_register): Simplify code a bit.
5937
5938 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
5939 (amd64_collect_fpregset): New function.
5940 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
5941
5942 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
5943
5944 * i386-tdep.c (i386_supply_gregset): Adjust comment.
5945 (i386_collect_gregset): New function.
5946 (i386_supply_fpregset): Adjust comment.
5947 (i386_collect_fpregset): New function.
5948 (i386_regset_from_core_section): Use i386_collect_gregset and
5949 i386_collect_fpregset.
5950
5951 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
5952 handle VALUEP being null.
5953
5954 * regset.h (collect_regset_ftype): Unconstify fourth argument.
5955
5956 2004-05-29 Mark Kettenis <kettenis@gnu.org>
5957
5958 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
5959
5960 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
5961 assembler in OpenBSD 3.5-current.
5962 (amd64obsd_sigcontext_addr): Likewise.
5963
5964 2004-05-28 Jim Blandy <jimb@redhat.com>
5965
5966 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
5967 register set, so our regcache isn't declared "legacy" and our E500
5968 pseudoregister read and write functions aren't ignored.
5969 (rs6000_register_byte, rs6000_register_raw_size,
5970 rs6000_register_virtual_type, rs6000_register_convertible,
5971 rs6000_register_convert_to_virtual,
5972 rs6000_register_convert_to_raw): Deleted.
5973 (rs6000_register_type, rs6000_convert_register_p,
5974 rs6000_register_to_value, rs6000_value_to_register): New
5975 functions.
5976 (rs6000_gdbarch_init): Don't register
5977 gdbarch_deprecated_register_size,
5978 gdbarch_deprecated_register_bytes,
5979 gdbarch_deprecated_register_byte,
5980 gdbarch_deprecated_register_raw_size,
5981 gdbarch_deprecated_register_virtual_type,
5982 gdbarch_deprecated_register_convertible,
5983 gdbarch_deprecated_register_convert_to_virtual, or
5984 gdbarch_deprecated_register_convert_to_raw methods. Instead,
5985 register gdbarch_register_type, gdbarch_convert_register_p,
5986 gdbarch_register_to_value, and gdbarch_value_to_register methods.
5987
5988 2004-05-26 Jim Blandy <jimb@redhat.com>
5989
5990 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5991 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5992 functions, updated to match the register numberings used in GCC.
5993 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5994 rs6000_dwarf2_reg_to_regnum as register number conversions
5995 functions for STABS and Dwarf2.
5996
5997 2004-05-26 Randolph Chung <tausq@debian.org>
5998
5999 * infttrace.h (target_waitkind): Forward declare type instead of pulling
6000 in header file.
6001
6002 2004-05-25 Joel Brobecker <brobecker@gnat.com>
6003
6004 * NEWS: Document new "start" command.
6005
6006 2004-05-25 Randolph Chung <tausq@debian.org>
6007
6008 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
6009 hppa-linux.
6010
6011 2004-05-25 Randolph Chung <tausq@debian.org>
6012
6013 * hppa-hpux-tdep.c (offsetof): Define.
6014 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
6015 (hppa32_hpux_frame_base_before_sigtramp)
6016 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
6017 (hppa64_hpux_frame_saved_pc_in_sigtramp)
6018 (hppa64_hpux_frame_base_before_sigtramp)
6019 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
6020 functions.
6021 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
6022 (hppa_hpux_sigtramp_frame_unwind_cache)
6023 (hppa_hpux_sigtramp_frame_this_id)
6024 (hppa_hpux_sigtramp_frame_prev_register)
6025 (hppa_hpux_sigtramp_frame_unwind)
6026 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
6027 (hppa_hpux_init_abi): Register sigtramp unwinder.
6028 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
6029
6030 2004-05-25 Randolph Chung <tausq@debian.org>
6031
6032 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
6033 and multiple stack unwinds.
6034 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
6035
6036 2004-05-25 Andrew Cagney <cagney@gnu.org>
6037
6038 * symfile.h (symbol_file_add_from_memory): Delete declaration.
6039 * symfile-mem.h: Delete file.
6040 * symfile-mem.c: Do not include "symfile-mem.h".
6041 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
6042 "struct bfd_section". When an error do not bother returning NULL.
6043 (add_symbol_file_from_memory_command): Use "struct bfd" and
6044 "struct bfd_section".
6045 * Makefile.in (symfile_mem_h): Delete.
6046 (symfile-mem.o): Update dependencies.
6047
6048 2004-05-25 Nick Roberts <nickrob@gnu.org>
6049
6050 * gdb-mi.el: New file.
6051
6052 2004-05-25 Andrew Cagney <cagney@gnu.org>
6053
6054 * inftarg.c: Include "observer.h".
6055 (child_attach, child_create_inferior): Notify inferior_created.
6056 * corelow.c: Include "observer.h".
6057 (core_open): Notify inferior_created.
6058 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
6059
6060 2004-05-25 Andrew Cagney <cagney@gnu.org>
6061
6062 * target.h (struct target_ops): Add from_tty to
6063 to_create_inferior.
6064 (target_create_inferior, find_default_create_inferior): Update.
6065 * infcmd.c (run_command): Update.
6066 * wince.c (child_create_inferior): Update.
6067 * win32-nat.c (child_create_inferior): Update.
6068 * uw-thread.c (uw_thread_create_inferior): Update.
6069 * thread-db.c (thread_db_create_inferior): Update.
6070 * target.c (debug_to_create_inferior)
6071 (find_default_create_inferior): Update.
6072 (maybe_kill_then_create_inferior): Update.
6073 * sol-thread.c (sol_thread_create_inferior): Update.
6074 * remote.c (extended_remote_async_create_inferior)
6075 (extended_remote_create_inferior): Update.
6076 * remote-vx.c (vx_create_inferior): Update.
6077 * remote-st.c (st2000_create_inferior): Update.
6078 * remote-sim.c (gdbsim_create_inferior): Update.
6079 * remote-sds.c (sds_create_inferior): Update.
6080 * remote-rdp.c (remote_rdp_create_inferior): Update.
6081 * remote-rdi.c (arm_rdi_create_inferior): Update.
6082 * remote-m32r-sdi.c (m32r_create_inferior): Update.
6083 * remote-e7000.c (e7000_create_inferior): Update.
6084 * procfs.c (procfs_create_inferior): Update.
6085 * ocd.c (ocd_create_inferior): Update.
6086 * ocd.h (ocd_create_inferior): Update.
6087 * nto-procfs.c (procfs_create_inferior): Update.
6088 * monitor.c (monitor_create_inferior): Update.
6089 * lin-lwp.c (lin_lwp_create_inferior): Update.
6090 * inftarg.c (child_create_inferior): Update.
6091 * hpux-thread.c (hpux_thread_create_inferior): Update.
6092 * gnu-nat.c (gnu_create_inferior): Update.
6093
6094 2004-05-25 Andrew Cagney <cagney@gnu.com>
6095
6096 * MAINTAINERS: Update e-mail address.
6097
6098 2004-05-24 Randolph Chung <tausq@debian.org>
6099
6100 * thread.c (info_threads_command, thread_apply_all_command)
6101 (thread_apply_command, thread_command, do_captured_thread_select):
6102 Remove HPUXHPPA-specific code.
6103
6104 2004-05-24 Randolph Chung <tausq@debian.org>
6105
6106 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
6107 unused symbols.
6108 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
6109 references.
6110
6111 2004-05-24 Joel Brobecker <brobecker@gnat.com>
6112
6113 * infcmd.c (kill_if_already_running): New function, extracted
6114 from run_command().
6115 (run_command): Replace extracted code by call to
6116 kill_if_already_running().
6117 (start_command): New function.
6118 (_initialize_infcmd): Add "start" command.
6119
6120 2004-05-24 Mark Kettenis <kettenis@gnu.org>
6121
6122 Add OpenBSD/m88k support.
6123 * NEWS (New native configurations): Mention OpenBSD/m88k.
6124 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
6125 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
6126 * Makefile.in (m88k_tdep_h): New variable.
6127 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
6128 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
6129 * configure.host: Add m88*-*-openbsd*.
6130 * configure.tgt: Add m88*-*-openbsd*.
6131
6132 2004-05-24 Jim Blandy <jimb@redhat.com>
6133
6134 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
6135 to approve changes.
6136
6137 2004-05-24 Kevin Buettner <kevinb@redhat.com>
6138
6139 * symtab.c (fixup_section): Search section table when lookup by
6140 name fails.
6141
6142 2004-05-24 Randolph Chung <tausq@debian.org>
6143
6144 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
6145 be "small_struct".
6146
6147 2004-05-24 Mark Kettenis <kettenis@gnu.org>
6148
6149 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
6150 register number in regcache_raw_collect call.
6151 (m68kbsd_collect_fpregset): Likewise.
6152 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
6153
6154 * regset.h (struct regset): Add back `regset' member.
6155
6156 2004-05-23 Mark Kettenis <kettenis@gnu.org>
6157
6158 * configure.in: Check for td_pcb in `struct thread'.
6159 * configure, config.in: Regenerated.
6160
6161 * dpx2-nat.c: Remove file.
6162 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
6163 (dpx2-nat.o): Remove dependencies.
6164
6165 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
6166 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
6167 (amd64obsd_supply_pcb): New function.
6168 (_initialize_amd64obsd_nat): Enable libkvm interface.
6169 * Makefile.in (amd64obsd-nat.o): Update dependencies.
6170 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
6171 (LOADLIBES): New variable.
6172
6173 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
6174 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
6175 (sparc32nbsd_supply_pcb): New function.
6176 (_initialize_sparcnbsd_nat): Enable libkvm interface.
6177 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
6178 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
6179 (LOADLIBES): New variable.
6180
6181 2004-05-22 Mark Kettenis <kettenis@gnu.org>
6182
6183 * bsd-kvm.c, bsd-kvm.h: New files.
6184 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
6185 "bsd-kvm.h".
6186 (i386fbsd_supply_pcb): New function.
6187 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
6188 (i386fbsd-nat.o): Update dependencies.
6189 (bsd_kvm_h): New variable.
6190 (bsd-kvm.o): New dependency.
6191 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
6192 (LOADLIBES): New variable.
6193
6194 * regset.c: Tweak comment.
6195 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
6196 macro.
6197 * regset.h: Update copyright year.
6198 (struct regset): Remove `descr' member, add `gdbarch' member.
6199 (regset_alloc): Adjust prototype and comment.
6200 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
6201 (i386_supply_fpregset): Likewise.
6202 (i386_regset_from_core_section): Update call to regset_alloc.
6203 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
6204 REGSET->arch.
6205 (i386obsd_aout_regset_from_core_section): Update call to
6206 regset_alloc.
6207 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
6208 REGSET->arch.
6209 (i386nbsd_aout_regset_from_core_section): Update call to
6210 regset_alloc.
6211 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
6212 REGSET->arch.
6213 (amd64_regset_from_core_section): Update call to regset_alloc.
6214 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
6215 REGSET->arch.
6216 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
6217 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
6218 &sparc32nbsd_gregset in sparc32_supply_gregset call.
6219 (sparc32nbsd_init_abi): Update call to regset_alloc.
6220 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
6221 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
6222 (sparc64obsd_init_abi): Update call to regset_alloc.
6223 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
6224 &sparc64nbsd_gregset in sparc64_supply_gregset call.
6225 (sparc64nbsd_init_abi): Update call to regset_alloc.
6226 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
6227 &sparc64fbsd_gregset in sparc64_supply_gregset call.
6228 (sparc64fbsd_init_abi): Update call to regset_alloc.
6229
6230 2004-05-22 Jim Blandy <jimb@redhat.com>
6231
6232 * ppc-tdep.h (spe_register_p): New declaration.
6233 (struct gdbarch_tdep): New members: ppc_acc_regnum and
6234 ppc_spefscr_regnum.
6235 * rs6000-tdep.c (spe_register_p): New function.
6236 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
6237 spefscr.
6238 (rs6000_gdbarch_init): Initialize the new members of the tdep
6239 structure.
6240
6241 2004-05-21 Jim Blandy <jimb@redhat.com>
6242
6243 * ppc-linux-nat.c (fetch_register): Move code back to be next
6244 to the comment that describes it. (Moved code, instead of
6245 comment, for symmetry with store_register.)
6246
6247 Allocate regset structures in the gdbarch's obstack, not using
6248 xmalloc.
6249 * regset.c (regset_alloc): Renamed from regset_xmalloc.
6250 Add 'arch' argument. Allocate the regset on arch's obstack, not
6251 using xmalloc.
6252 * regset.h (regset_alloc): Update declaration.
6253 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
6254 gdbarch argument.
6255 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6256 * i386-tdep.c (i386_regset_from_core_section): Same.
6257 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6258 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6259 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6260 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6261 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6262 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6263
6264 2004-05-21 Joel Brobecker <brobecker@gnat.com>
6265
6266 * config/djgpp/fnchange.lst: Undo previous change, was useless.
6267
6268 2004-05-21 Jim Blandy <jimb@redhat.com>
6269
6270 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
6271 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
6272
6273 2004-05-20 Jim Blandy <jimb@redhat.com>
6274
6275 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
6276
6277 2004-05-20 Mark Kettenis <kettenis@gnu.org>
6278
6279 * regset.h: Make prototype const-correct.
6280 * regset.c (regset_xmalloc): Make const-correct.
6281
6282 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
6283
6284 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
6285 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
6286 (symbol_search_name): Declare.
6287
6288 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
6289 (iter_name_next_hashed): Ditto.
6290 (iter_name_next_linear): Ditto.
6291 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
6292
6293 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
6294 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
6295 (symbol_search_name): New function.
6296
6297 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
6298
6299 * minsyms.c (build_minimal_symbol_hash_tables): Change
6300 test for adding to demangled hash table to check for difference
6301 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
6302
6303 2004-05-19 Jim Blandy <jimb@redhat.com>
6304
6305 Use a constructor function to create regset structures.
6306 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
6307 (struct regset): Use supply_regset_ftype. Add new
6308 'collect_regset' member.
6309 (regset_xmalloc): New declaration.
6310 * regset.c: New file.
6311 * am64-tdep.c (amd64_regset_from_core_section): Use
6312 regset_xmalloc to construct regset structures.
6313 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6314 * i386-tdep.c (i386_regset_from_core_section): Same.
6315 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6316 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6317 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6318 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6319 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6320 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6321 * Makefile.in (COMMON_OBS): Add regset.o.
6322 (regset.o): New rule.
6323
6324 2004-05-19 Joel Brobecker <brobecker@gnat.com>
6325
6326 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
6327 and pthread_cond_wait.c.
6328
6329 2004-05-18 Jim Blandy <jimb@redhat.com>
6330
6331 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
6332 before the mach-specific switch, and then let the individual cases
6333 override the defaults, rather than leaving them uninitialized
6334 until the switch and then setting them in each case.
6335
6336 2004-05-18 Randolph Chung <tausq@debian.org>
6337
6338 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
6339 millicode functions.
6340
6341 2004-05-18 Randolph Chung <tausq@debian.org>
6342
6343 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
6344 references to dld_flags_buffer consistent.
6345
6346 2004-05-18 Randolph Chung <tausq@debian.org>
6347
6348 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
6349 it for unwinding the stack.
6350
6351 2004-05-18 Randolph Chung <tausq@debian.org>
6352
6353 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
6354 Undefine these so we can overide them using gdbarch.
6355
6356 2004-05-18 Randolph Chung <tausq@debian.org>
6357
6358 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
6359 handling for 64-bit HPUX (elf).
6360
6361 2004-05-18 Daniel Jacobowitz <dan@debian.org>
6362
6363 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
6364 constants.
6365 * amd64-tdep.c (amd64_skip_prologue): Likewise.
6366 * ia64-tdep.c (examine_prologue): Likewise.
6367 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
6368 * v850-tdep.c (v850_fix_call_dummy): Likewise.
6369
6370 2004-05-18 Mark Kettenis <kettenis@gnu.org>
6371
6372 * vax-tdep.c (vax_return_value): Implement
6373 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6374
6375 2004-05-17 Mark Kettenis <kettenis@gnu.org>
6376
6377 * vax-tdep.c (vax_return_value): Fix typo.
6378
6379 2004-05-17 Andrew Cagney <cagney@redhat.com>
6380
6381 * MAINTAINERS: Mark Salter was also responsible for
6382 testsuite/config/
6383
6384 * NEWS: Mention signal fixes.
6385
6386 2004-05-17 Randolph Chung <tausq@debian.org>
6387
6388 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
6389 check to see if we are unwinding an export stub. Export stubs clobber
6390 the %rp in the call path and stores the original rp in a stack slot.
6391
6392 2004-05-17 Jim Blandy <jimb@redhat.com>
6393
6394 * MAINTAINERS: Update address for J.T. Conklin.
6395
6396 2004-05-17 Randolph Chung <tausq@debian.org>
6397
6398 * hppa-tdep.c: Remove superfluous #include's.
6399 * Makefile.in (hppa-tdep.o): Update dependencies.
6400
6401 2004-05-17 Randolph Chung <tausq@debian.org>
6402
6403 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
6404 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
6405 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
6406 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
6407 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
6408 Remove static function declarations.
6409
6410 2004-05-17 Mark Kettenis <kettenis@gnu.org>
6411
6412 * alphabsd-nat.c: Update copyright year.
6413 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
6414
6415 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
6416 and M68K_A2_REGNUM.
6417
6418 * m68k-tdep.c (m68k_svr4_return_value): Implement
6419 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6420
6421 2004-05-16 Mark Kettenis <kettenis@gnu.org>
6422
6423 * sol-thread.c Update copyright year. Fix various coding
6424 standards violations. Tweak a few comments.
6425 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
6426 Delete prototypes.
6427
6428 2004-05-15 Randolph Chung <tausq@debian.org>
6429
6430 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
6431 as pointer instead of array reference since HPUX compiler does
6432 not accept unsized array arguments.
6433 * somsolib.c (dld_flags_buffer): Use constant array size.
6434
6435 2004-05-15 Mark Kettenis <kettenis@gnu.org>
6436
6437 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
6438 offset with decimal offset.
6439 (amd64obsd_sigcontext_addr): Return correct address for entire
6440 signal trampoline.
6441
6442 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
6443 instead of get_frame_base.
6444
6445 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
6446 (fill_gregset): Use regcache_raw_collect.
6447
6448 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
6449 ppcobsd-tdep.c.
6450
6451 * config/sparc/tm-nbsd64.h: Remove file.
6452 * config/tm-sunos.h: Remove file.
6453
6454 2004-05-15 Joel Brobecker <brobecker@gnat.com>
6455
6456 * rs6000-tdep.c (store_param_on_stack_p): New function,
6457 an improved version of some code extracted from skip_prologue().
6458 (skip_prologue): Use store_param_on_stack_p() to detect
6459 instructions saving a parameter on the stack. Detect when r0
6460 is used to save a parameter.
6461 Do not mark "li rx, SIMM" instructions as part of the prologue,
6462 unless the following instruction is also part of the prologue.
6463
6464 2004-05-14 Andrew Cagney <cagney@redhat.com>
6465
6466 * infrun.c (handle_inferior_event): Simplify
6467 STEP_OVER_UNDEBUGGABLE.
6468
6469 * infrun.c (handle_step_into_function): Delete function.
6470 (handle_inferior_event): Inline calls to
6471 handle_step_into_function.
6472
6473 2004-05-14 Jerome Guitton <guitton@gnat.com>
6474
6475 * rs6000-nat.c: Fix a comment.
6476
6477 2004-05-12 David Anderson <davea@sgi.com>
6478
6479 Committed by Jim Blandy <jimb@redhat.com>:
6480 * regcache.c (struct regcache_descr): fix comment spelling.
6481
6482 2004-05-13 J. Brobecker <brobecker@gnat.com>
6483
6484 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
6485 Fixes a link link failure.
6486
6487 2004-05-13 J. Brobecker <brobecker@gnat.com>
6488
6489 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
6490 error that was causing the build to fail.
6491
6492 2004-05-13 J. Brobecker <brobecker@gnat.com>
6493
6494 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
6495 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
6496
6497 2004-05-13 Andrew Cagney <cagney@redhat.com>
6498
6499 * infrun.c (handle_inferior_event): Check for
6500 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
6501 calls. Update comments.
6502
6503 2004-05-13 Jim Blandy <jimb@redhat.com>
6504
6505 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
6506 (fetch_regs_user_thread, fetch_regs_kernel_thread)
6507 (store_regs_user_thread, store_regs_kernel_thread): Use
6508 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
6509 * ppc-linux-nat.c (fill_gregset): Same.
6510 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
6511 (ppc_linux_sigtramp_cache): Same.
6512 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
6513 (ppcnbsd_sigtramp_cache_init): Same.
6514 * rs6000-nat.c (fetch_core_registers): Same.
6515 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
6516 (rs6000_frame_cache): Same.
6517
6518 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
6519 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
6520 of assuming that the gprs are numbered starting with zero.
6521 * ppc-linux-nat.c (fill_gregset): Same.
6522 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
6523 * ppcnbsd-nat.c (getregs_supplies): Same.
6524 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
6525 * rs6000-nat.c (fetch_core_registers): Same.
6526 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
6527
6528 2004-05-07 Michael Snyder <msnyder@redhat.com>
6529
6530 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
6531 LOC_COMPUTED_ARG, and LOC_INDIRECT.
6532
6533 2004-05-13 Andrew Cagney <cagney@redhat.com>
6534
6535 * infrun.c (handle_inferior_event): Use frame_unwind_id.
6536
6537 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
6538
6539 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
6540 base_address for shared libraries.
6541
6542 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
6543
6544 * MAINTAINERS (write after approval): Add myself.
6545
6546 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6547
6548 * breakpoint.c (bpstat_stop_status): Add new argument
6549 STOPPED_BY_WATCHPOINT. Use it instead of testing
6550 target_stopped_data_address agaist 0 to check whether
6551 or not we stopped due to a hardware watchpoint.
6552 * breakpoint.h (bpstat_stop_status): Adapt prototype.
6553 * infrun.c (handle_inferior_event): Call bpstat_stop_status
6554 with new argument.
6555
6556 2004-05-12 Jim Blandy <jimb@redhat.com>
6557
6558 * configure.in: When checking whether we should use the -bbigtoc
6559 option, don't forget to restore the original value of LDFLAGS.
6560 * configure: Regenerated.
6561
6562 2004-05-12 Andrew Cagney <cagney@redhat.com>
6563
6564 * thread.c (load_infrun_state): Delete step_sp.
6565 * infrun.c (context_switch): Ditto.
6566 * inferior.h (step_sp): Ditto.
6567 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
6568 * gdbthread.h (struct thread_info, save_infrun_state)
6569 (restore_infrun_state): Ditto.
6570
6571 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
6572
6573 * MAINTAINERS (write after approval): Add myself.
6574
6575 2004-05-12 Andrew Cagney <cagney@redhat.com>
6576
6577 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
6578 eliminate reference to step_sp.
6579 (struct execution_control_state, init_execution_control_state)
6580 (handle_inferior_event, keep_going): Delete update_step_sp and
6581 step_sp.
6582 * infcmd.c (step_sp): Note that variable is unused.
6583
6584 2004-05-11 Andrew Cagney <cagney@redhat.com>
6585
6586 * infrun.c (step_over_function): Delete function.
6587 (handle_step_into_function): Use insert_step_resume_breakpoint.
6588 (insert_step_resume_breakpoint): Fix assertion.
6589
6590 2004-05-11 Nick Roberts <nickrob@gnu.org>
6591
6592 * utils.c (defaulted_query): Just use the normal query input type
6593 when printing the annotations.
6594
6595 2004-05-11 Andrew Cagney <cagney@redhat.com>
6596
6597 * infrun.c (handle_inferior_event): Simplify code handling
6598 step-into or return-from a signal trampoline.
6599
6600 2004-05-11 Andrew Cagney <cagney@redhat.com>
6601
6602 * ppcnbsd-tdep.c: Include "gdb_assert.h".
6603 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
6604
6605 2004-05-10 Jim Blandy <jimb@redhat.com>
6606
6607 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
6608 with a call to internal_error.
6609
6610 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
6611 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
6612 processor variant lacks those registers.
6613 (ppc_floating_point_unit_p): Change description to make it clear
6614 that this returns info about the ISA, not the ABI.
6615 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
6616 return true or false by checking tdep->ppc_fp0_regnum and
6617 tdep->ppc_fpscr_regnum. The original code replicated the BFD
6618 arch/mach switching done in rs6000_gdbarch_init; it's better to
6619 keep that logic there, and just check the results here.
6620 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
6621 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
6622 floating-point registers.
6623 (ppc_supply_fpregset, ppc_collect_fpregset)
6624 (rs6000_push_dummy_call, rs6000_extract_return_value)
6625 (rs6000_store_return_value): Assert that we have floating-point
6626 registers.
6627 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
6628 (rs6000_frame_cache): Don't note the locations at which
6629 floating-point registers were saved if we have no fprs.
6630 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
6631 registers.
6632 (fetch_regs_user_thread, fetch_regs_kernel_thread)
6633 (store_regs_user_thread, store_regs_kernel_thread): Only call
6634 supply_fprs / fill_fprs if we actually have floating-point
6635 registers.
6636 (special_register_p): Check ppc_fpscr_regnum before matching
6637 against it.
6638 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
6639 supply / collect fpscr if we don't have it.
6640 * ppc-bdm.c: #include "gdb_assert.h".
6641 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
6642 have floating-point registers, since I can't test this code on
6643 FP-free systems to adapt it.
6644 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
6645 fpscr and floating point register numbers if they don't exist.
6646 (fetch_register): Assert that we have floating-point registers
6647 before we reach the code that handles them.
6648 (store_register): Same. And use tdep instead of calling
6649 gdbarch_tdep again.
6650 (fill_fpregset): Don't try to collect FP registers and fpscr if we
6651 don't have them.
6652 (ppc_linux_sigtramp_cache): Don't record the saved locations of
6653 fprs and fpscr if we don't have them.
6654 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
6655 don't have them.
6656 * ppcnbsd-nat.c: #include "gdb_assert.h".
6657 (getfpregs_supplies): Assert that we have floating-point registers.
6658 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
6659 * ppcobsd-tdep.c: #include "gdb_assert.h".
6660 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
6661 have floating-point registers.
6662 * rs6000-nat.c (regmap): Don't match against the fpscr and
6663 floating point register numbers if they don't exist.
6664 (fetch_inferior_registers, store_inferior_registers,
6665 fetch_core_registers): Only fetch / store / supply the
6666 floating-point registers and the fpscr if we have them.
6667 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
6668 (ppcobsd-tdep.o): Update dependencies.
6669
6670 2004-05-10 Andrew Cagney <cagney@redhat.com>
6671
6672 * infrun.c (through_sigtramp_breakpoint): Delete variable.
6673 (context_switch): Do not switch through_sigtramp_breakpoint.
6674 * gdbthread.h (save_infrun_state, load_infrun_state)
6675 (struct thread_info): Delete through_sigtramp_breakpoint parameter
6676 and structure member.
6677 * thread.c (load_infrun_state, save_infrun_state): Update.
6678
6679 2004-05-10 Mark Kettenis <kettenis@gnu.org>
6680
6681 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
6682
6683 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6684
6685 * acinclude.m4: Quote macro names being defined by AC_DEFUN
6686 throughout.
6687 * aclocal.m4: Regenerate.
6688
6689 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
6690
6691 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
6692
6693 2004-05-10 Andrew Cagney <cagney@redhat.com>
6694
6695 * infrun.c (check_sigtramp2): Delete function.
6696 (handle_inferior_event): When single stepping, and taking a
6697 signal, set a breakpoint at the signal return address. Delete
6698 redundant calls to check_sigtramp2.
6699 (insert_step_resume_breakpoint): New function.
6700 (through_sigtramp_breakpoint, handle_inferior_event)
6701 (follow_exec, wait_for_inferior, fetch_inferior_event)
6702 (currently_stepping, keep_going): Delete most uses of
6703 through_sigtramp_breakpoint, not that it should be deleted.
6704 (delete_breakpoint_current_contents): Delete function.
6705
6706 2004-05-10 Randolph Chung <tausq@debian.org>
6707
6708 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
6709 target.
6710 * config/pa/tm-linux.h: New file.
6711
6712 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
6713
6714 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
6715 of prefixes. Don't print the prefix twice in the CLI.
6716
6717 2004-05-10 Jim Blandy <jimb@redhat.com>
6718
6719 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
6720 collect all the gprs.
6721
6722 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
6723 loop collecting gprs.
6724
6725 2004-05-09 Andrew Cagney <cagney@redhat.com>
6726
6727 * remote-vx.c (net_step): Delete step-range code.
6728 * remote.c (remote_resume, init_all_packet_configs)
6729 (set_remote_protocol_E_packet_cmd)
6730 (show_remote_protocol_E_packet_cmd)
6731 (remote_protocol_E, show_remote_cmd, _initialize_remote)
6732 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
6733 (show_remote_protocol_e_packet_cmd): Ditto.
6734
6735 2004-05-09 Mark Kettenis <kettenis@gnu.org>
6736
6737 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
6738
6739 * hppa-tdep.h: Update copyright year.
6740 (struct trad_frame_saved_reg): Add opaque declaration.
6741
6742 * amd64-tdep.c (amd64_return_value): Implement
6743 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6744
6745 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
6746 (m68k_value_to_register): New functions.
6747 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
6748 value_to_register.
6749
6750 * defs.h (enum return_value_convention): Add
6751 RETURN_VALUE_ABI_RETURNS_ADDRESS and
6752 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
6753 * infcmd.c (legacy_return_value): New function.
6754 (print_return_value): Rwerite to implement
6755 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6756 * values.c (using_struct_return): Check for inequality to
6757 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
6758 RETURN_VALUE_STRUCT_CONVENTION.
6759 * i386-tdep.c (i386_return_value): Implement
6760 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6761
6762 * vax-tdep.c: Tweak comments. Reorder include files. Don't
6763 include "symtab.h", "opcode/vax.h" and "inferior.h".
6764 (vax_skip_prologue): Replace calls to read_memory_integer by calls
6765 to read_memory_unsigned_integer.
6766 (vax_gdbarch_init): Reorder.
6767 (_initialize_vax_tdep): Spell out prototype.
6768 * Makefile.in (vax-tdep.o): Update dependencies.
6769
6770 2004-05-08 Andrew Cagney <cagney@redhat.com>
6771
6772 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
6773 * target.c (target_detach, target_disconnect): Ditto.
6774
6775 * infcall.c (call_function_by_hand): When no
6776 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
6777 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
6778 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
6779 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6780 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6781
6782 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
6783 * gdbarch.h, gdbarch.c: Re-generate.
6784 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6785 deprecated_fix_call_dummy.
6786 * v850-tdep.c (v850_gdbarch_init): Ditto.
6787 * infcall.c (call_function_by_hand): Do not call
6788 DEPRECATED_FIX_CALL_DUMMY.
6789
6790 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
6791 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
6792 * gdbarch.h, gdbarch.c: Re-generate.
6793 * arm-linux-tdep.c (arm_linux_call_dummy_words)
6794 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
6795 deprecated_sizeof_call_dummy_words.
6796 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
6797 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6798 * v850-tdep.c (v850_gdbarch_init): Ditto.
6799 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
6800 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
6801 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6802 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6803 * arch-utils.h (legacy_call_dummy_words)
6804 (legacy_sizeof_call_dummy_words): Delete declarations.
6805 * arch-utils.c (legacy_call_dummy_words)
6806 (legacy_sizeof_call_dummy_words): Delete variables.
6807
6808 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
6809 * gdbarch.h, gdbarch.c: Re-generate.
6810 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
6811 * infcall.c (call_function_by_hand): Eliminate call to
6812 DEPRECATED_PUSH_DUMMY_FRAME.
6813 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6814 push_dummy_frame.
6815 (ns32k_push_dummy_frame): Delete function.
6816
6817 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6818 deprecated_call_dummy_breakpoint_offset or
6819 deprecated_call_dummy_start_offset.
6820 * dummy-frame.c, arm-tdep.c: Update comments.
6821 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
6822 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
6823 * gdbarch.h, gdbarch.c: Re-generate.
6824
6825 * infcall.c (legacy_push_dummy_code): Delete function.
6826 (push_dummy_code): Delete call.
6827
6828 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
6829 * gdbarch.h, gdbarch.c: Re-generate.
6830 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
6831 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
6832 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
6833 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
6834
6835 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
6836 (struct frame_info): Delete opaque declaration.
6837 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
6838 * frame.c (get_frame_type): Delete call.
6839
6840 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6841 pc_in_call_dummy.
6842 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
6843 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
6844
6845 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6846
6847 * alphanbsd-tdep.c: Include "gdb_string.h".
6848 * armnbsd-tdep.c: Update copyright year.
6849 Include "gdb_string.h".
6850 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
6851 dependencies.
6852
6853 * delta68-nat.c: Remove file.
6854 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
6855 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
6856 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
6857 (delta68-nat.o): Remove dependency.
6858
6859 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
6860 function.
6861 (m68k_gdbarch_init): Don't set
6862 deprecated_frameless_function_invocation.
6863
6864 2004-05-07 Randolph Chung <tausq@debian.org>
6865
6866 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
6867 read_memory_nobpt for code reading when doing frame unwinding.
6868 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
6869
6870 2004-05-07 Randolph Chung <tausq@debian.org>
6871
6872 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
6873 instead of sp, handle sigaltstack case.
6874 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
6875 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
6876 signal handler and not that of the caller.
6877 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
6878 hppa_linux_sigtramp_find_sigcontext.
6879
6880 2004-05-07 Randolph Chung <tausq@debian.org>
6881
6882 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
6883 hppa-linux-nat.c.
6884 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
6885 * hppa-linux-nat.c (fetch_register, store_register): Define.
6886 (fetch_inferior_registers, store_inferior_registers): Define.
6887 (supply_gregset): Add comment and clean up some unneeded code.
6888 (fill_gregset): Add comment and fix so that it saves registers in
6889 the right place in the gregset.
6890 (fill_fpregset): Fix buffer overrun problem.
6891 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
6892
6893 2004-05-07 Randolph Chung <tausq@debian.org>
6894
6895 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
6896 do common handling of the pcoqt register.
6897 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
6898 to use helper function.
6899 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
6900 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
6901 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
6902 generic fallback unwinder when all else fails.
6903 (hppa_gdbarch_init): Add fallback sniffer.
6904 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
6905 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
6906 to use helper function.
6907
6908 2004-05-08 Joel Brobecker <brobecker@gnat.com>
6909
6910 * config/djgpp/fnchange.lst: Add translation rules for
6911 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
6912
6913 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6914
6915 * frame.c (get_prev_frame_1): Work around GCC bug.
6916 * frame.h: Add comment about GCC bug.
6917
6918 2004-05-07 Andrew Cagney <cagney@redhat.com>
6919
6920 * observer.c: Include "commands.h" and "gdbcmd.h".
6921 (observer_debug, _initialize_observer): Add the
6922 command "set/show debug observer".
6923 * observer.sh: When observer debugging, log notify calls.
6924 * Makefile.in (observer.o): Update dependencies.
6925
6926 2004-05-07 Jason Molenda (jmolenda@apple.com)
6927
6928 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
6929
6930 2004-05-07 Jim Blandy <jimb@redhat.com>
6931
6932 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
6933 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
6934 to recognize gpr regnums, instead of assuming that
6935 tdep->ppc_fp0_regnum marks the end of the general-purpose
6936 registers.
6937
6938 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
6939 the given architecture has floating-point registers.
6940
6941 2004-05-07 Andrew Cagney <cagney@redhat.com>
6942
6943 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
6944 macro defined to 1.
6945 * gdbarch.h, gdbarch.c: Re-generate.
6946 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6947 deprecated_use_generic_dummy_frames.
6948
6949 2004-05-07 Brian Ford <ford@vss.fsi.com>
6950
6951 * NEWS: Mention Cygwin DWARF 2 support.
6952
6953 2004-05-07 Andrew Cagney <cagney@redhat.com>
6954
6955 * objfiles.h (struct entry_info): Delete unused fields
6956 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
6957 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
6958 * mipsread.c (mipscoff_symfile_read): Update.
6959 * mdebugread.c (parse_partial_symbols): Update.
6960 * dwarfread.c (read_file_scope): Update.
6961 * dwarf2read.c (read_file_scope): Update.
6962 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
6963 * coffread.c (complete_symtab): Update.
6964
6965 2004-05-07 Mark Kettenis <kettenis@gnu.org>
6966
6967 * infcall.c (_initialize_infcall): Fix typo.
6968
6969 2004-05-07 Andrew Cagney <cagney@redhat.com>
6970
6971 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
6972 * command.h (add_setshow_zinteger_cmd): Declare.
6973
6974 2004-05-06 Randolph Chung <tausq@debian.org>
6975
6976 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
6977 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
6978 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
6979 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
6980 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
6981 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6982 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
6983 definitions ...
6984 * hppa-tdep.h: ... to here, with HPPA_ prefix.
6985 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6986 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6987 (hppa64_hpux_frame_find_saved_regs_in_sig)
6988 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6989 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6990 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6991 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6992 (hppa_linux_sigtramp_frame_prev_register): Likewise.
6993 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6994 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6995 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6996 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6997 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6998 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6999 (hppa32_register_type, hppa_cannot_store_register)
7000 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
7001 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
7002 * hpread.c (hpread_process_one_debug_symbol): Likewise.
7003 * pa64solib.c (pa64_solib_have_load_event)
7004 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
7005 (pa64_solib_unloaded_library_pathname): Likewise.
7006 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
7007 (som_solib_library_pathname): Likewise.
7008
7009 2004-05-05 Jim Ingham <jingham@apple.com>
7010
7011 * breakpoint.c (create_breakpoints): Copy the ignore count and
7012 thread id over from the pended breakpoint to the actual
7013 breakpoint.
7014
7015 2004-05-05 Andrew Cagney <cagney@redhat.com>
7016
7017 * gdbarch.sh (PARM_BOUNDARY): Delete.
7018 gdbarch.h, gdbarch.c: Re-generate.
7019 * valops.c (PARM_BOUNDARY): Delete macro.
7020 (value_push): Delete PARM_BOUNDARY code.
7021 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
7022
7023 2004-05-04 Jim Blandy <jimb@redhat.com>
7024
7025 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
7026 Don't assume that the gprs, fprs, and UISA sprs are
7027 contiguous, start at register number zero, and end with fpscr.
7028 Instead, use the numbers from the tdep structure.
7029
7030 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
7031 should no longer be used in code specific to the RS6000 and its
7032 derivatives.
7033 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
7034 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
7035 tdep->ppc_fp0_regnum.
7036 (ppc_supply_fpregset, ppc_collect_fpregset)
7037 (rs6000_push_dummy_call, rs6000_extract_return_value)
7038 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
7039 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
7040 FP0_REGNUM.
7041 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
7042 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
7043 Same.
7044 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
7045 bdm_ppc_store_registers): Same.
7046 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
7047 (store_register, fill_fpregset): Same.
7048 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
7049 (ppc_linux_supply_fpregset): Same.
7050 * ppcnbsd-nat.c (getfpregs_supplies): Same.
7051 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
7052 Same.
7053 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
7054 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
7055 ppc64_sysv_abi_return_value): Same.
7056 * rs6000-nat.c (regmap, fetch_inferior_registers)
7057 (store_inferior_registers, fetch_core_registers): Same.
7058
7059 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7060
7061 * m68knbsd-nat.c: Remove file.
7062 * m68knbsd-tdep.c: Remove file.
7063 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
7064 dependencies.
7065 * configure.host: Add m68k-*-netbsdelf*.
7066 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
7067 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
7068 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
7069 (XM_FILE): Remove.
7070 * config/m68k/nbsdelf.mh: New file.
7071 * config/m68k/nbsd.mt: New file.
7072 * config/m68k/nbsdaout.mt: Remove file.
7073 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
7074 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
7075 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
7076 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
7077 (use_struct_convention): Remove prototype.
7078 (USE_STRUCT_CONVENTION): Remove define.
7079 * config/m68k/xm-nbsd.h: Remove file.
7080
7081 2004-05-04 Michael Snyder <msnyder@redhat.com>
7082
7083 * m68k-tdep.c (m68k_gdbarch_init): Default to using
7084 reg_struct_return method (as gcc usually does for cross targets).
7085
7086 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7087
7088 Committed by Andrew Cagney.
7089 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
7090 alignment padding when accessing ucontext struct members.
7091
7092 2004-05-04 Jim Blandy <jimb@redhat.com>
7093
7094 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
7095 'ppc_gplast_regnum' member.
7096 (ppc_num_gprs): New enum constant.
7097 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
7098 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
7099 * rs6000-nat.c (regmap, fetch_inferior_registers,
7100 store_inferior_registers): Same.
7101 * rs6000-tdep.c (e500_pseudo_register_read)
7102 (e500_pseudo_register_write): Same.
7103 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
7104
7105 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
7106 * ppc-tdep.h (ppc_num_fprs): New enum constant.
7107 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
7108 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
7109 FPLAST_REGNUM.
7110 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7111 Same.
7112 * ppc-linux-nat.c (ppc_register_u_addr): Same.
7113 * rs6000-nat.c (regmap, fetch_inferior_registers)
7114 (store_inferior_registers): Same.
7115
7116 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
7117 with FPLAST_REGNUM.
7118
7119 2004-05-03 Joel Brobecker <brobecker@gnat.com>
7120
7121 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
7122 failure detected by recent versions of GCC.
7123 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
7124 to be consistent with the usage in dwarf2_create_include_psymtab.
7125
7126 2004-05-03 Michael Snyder <msnyder@redhat.com>
7127
7128 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
7129 (heuristic_proc_start): Whitespace cleanup.
7130
7131 2004-05-04 Mark Kettenis <kettenis@gnu.org>
7132
7133 * sun3-nat.c: Remove file.
7134 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
7135 dependencies.
7136 (ALLDEPFILES): Remove sun3-nat.c.
7137 (sun3-nat.o): Remove dependencies.
7138
7139 * i386-interix-nat.c, i386-interix-tdep.c,
7140 config/i386/nm-interix.h, config/i386/interix.mh,
7141 config/i386/interix.mt: Remove files.
7142 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
7143 dependencies.
7144
7145 2004-05-03 Mark Kettenis <kettenis@gnu.org>
7146
7147 * m68k-tdep.h (struct gdbarch_tdep): Add member
7148 struct_value_regnum.
7149 (m68k_svr4_init_abi): New prototype.
7150 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
7151 different calling conventions.
7152 (m68k_extract_return_value): Remove code dealing with single-field
7153 structs.
7154 (m68k_store_return_value): Remove code dealing with single-field
7155 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
7156 (m68k_extract_struct_value_address): Remove function.
7157 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
7158 (m68k_reg_struct_return_p, m68k_return_value)
7159 (m68k_svr4_return_value): New functions.
7160 (m68k_use_struct_convention): Remove function.
7161 (m68k_push_dummy_call): Use new struct_value_regnum member of
7162 `struct gdbarch_tdep' instead of hardcoded register number to
7163 store STRUCT_ADDR.
7164 (m68k_svr4_init_abi): New function.
7165 (m68k_gdbarch_init): Don't set extract_return_value,
7166 store_return_values, deprecated_extract_struct_value_address and
7167 use_struct_convention. Set return_value instead. Initialize new
7168 struct_value_regnum member of `struct gdbarch_tdep'.
7169 * m68klinux-tdep.c: Update copyright year.
7170 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
7171 (m68k_linux_extract_struct_value_address): Remove function.
7172 (m68k_linux_init_abi): Don't set extract_return_value,
7173 store_return_values, deprecated_extract_struct_value_address and
7174 use_struct_convention. Call m68k_svr4_init_abi but override the
7175 new struct_value_regnum member of `struct gdbarch_tdep'.
7176 * Makefile.in (m68k-tdep.o): Update dependencies.
7177
7178 2004-05-03 J. Brobecker <brobecker@gnat.com>
7179
7180 * dwarf2read.c (line_header): Add new included_p field in
7181 field file_names.
7182 (partial_die_info): New field has_stmt_list. New field line_offset.
7183 (dwarf2_create_include_psymtab): New function.
7184 (dwarf2_build_include_psymtabs): New function.
7185 (add_file_name): Add forward declaration. Initialize new field.
7186 (dwarf_decode_lines): Add new parameter. Enhance this procedure
7187 to be able to determine the list of files included by the
7188 given unit, and build their associated psymtabs.
7189 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
7190 files as well.
7191 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
7192 (read_file_scope): Update call to dwarf_decode_lines.
7193 (read_partial_die): Handle DW_AT_stmt_list attributes.
7194
7195 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
7196
7197 Unfix PR gdb/1626.
7198 * configure.in: Revert special case for osf5.*.
7199 * configure: Regenerate.
7200
7201 2004-05-02 Jim Blandy <jimb@redhat.com>
7202
7203 Move the symbol-file-from-memory functions into their own file.
7204 * symfile-mem.c, symfile-mem.h: New files.
7205 * symfile.c (symbol_file_add_from_bfd): New function.
7206 (symbol_file_add): Call symbol_file_add_from_bfd.
7207 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
7208 Moved to symfile-mem.c.
7209 (_initialize_symfile): Move definition of
7210 add-symbol-file-from-memory command to symfile-mem.c.
7211 * symfile.h (symbol_file_add_from_bfd): New declaration.
7212 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
7213 * config/powerpc/linux.mt (TDEPFILES): Same.
7214 * Makefile.in (SFILES): Add symfile-mem.c.
7215 (symfile_mem_h): New variable.
7216 (HFILES_NO_SRCDIR): Add symfile-mem.h.
7217 (symfile-mem.o): New rule.
7218
7219 2004-05-01 Andrew Cagney <cagney@redhat.com>
7220
7221 * breakpoint.c (insert_bp_location): Use get_frame_id, and
7222 frame_find_by_id instead of frame_relative_level.
7223 (do_enable_breakpoint): Ditto.
7224 * thread.c: Update copyright.
7225 (info_threads_command): Ditto, simplify.
7226
7227 * frame.c (deprecated_generic_get_saved_register): Delete
7228 function, moved to "xstormy16-tdep.c".
7229 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
7230 deprecated_generic_get_saved_register from "frame.c".
7231 (xstormy16_frame_saved_register): Call
7232 xstormy16_get_saved_register.
7233 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
7234 static.
7235 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
7236 * frame.h (deprecated_generic_get_saved_register): Delete.
7237
7238 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
7239
7240 * dwarfread.c: Update documentation on the state of dwarf-1.
7241
7242 2004-05-01 Andrew Cagney <cagney@redhat.com>
7243
7244 * stack.c (select_frame_command): Delete call to
7245 frame_relative_level.
7246 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
7247 Delete #if0 code.
7248 (frame_info): Do not print FRAMELESS.
7249 (print_block_frame_labels): Replace DEPRECATED_STREQ.
7250 (catch_info): Delete #if0 code.
7251
7252 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
7253 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
7254 of frame_relative_level.
7255 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
7256 to SENTINEL_FRAME.
7257 * frame.h (enum frame_type): Add SENTINEL_FRAME.
7258 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
7259 frame_relative_level.
7260
7261 * frame.h (deprecated_set_frame_type): Delete declaration.
7262 * frame.c (deprecated_set_frame_type): Delete function, update
7263 comments.
7264
7265 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
7266 * gdbarch.h, gdbarch.c: Re-generate.
7267 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
7268 (shnbsd_pc_in_sigtramp): Delete.
7269 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
7270 pc_in_sigtramp.
7271 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
7272 pc_in_sigtramp.
7273 * frame.h: Update comments.
7274 * ppc-linux-tdep.c: Update comments.
7275 * breakpoint.c (bpstat_what): Update comments.
7276
7277 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
7278 m68klinux-tdep.o's dependencies, were previously added to
7279 m68klinux-nat.o.
7280
7281 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
7282 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
7283 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7284 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7285 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7286
7287 * Makefile.in (m68klinux-nat.o): Update dependencies.
7288 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7289 (m68k_linux_sigtramp_frame_cache)
7290 (m68k_linux_sigtramp_frame_this_id)
7291 (m68k_linux_sigtramp_frame_prev_register)
7292 (m68k_linux_sigtramp_frame_unwind)
7293 (m68k_linux_sigtramp_frame_sniffer)
7294 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
7295 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
7296 names, use trad-frame.h.
7297 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
7298 (struct m68k_sigtramp_info): Delete.
7299 * m68k-tdep.c (m68k_sigtramp_frame_cache)
7300 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
7301 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
7302 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
7303 "m68klinux-tdep.c".
7304
7305 * infrun.c (check_sigtramp2): Delete check for
7306 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
7307
7308 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7309
7310 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
7311
7312 2004-05-01 Andrew Cagney <cagney@redhat.com>
7313
7314 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7315 (frv_linux_sigtramp_frame_cache)
7316 (frv_linux_sigtramp_frame_this_id)
7317 (frv_linux_sigtramp_frame_prev_register)
7318 (frv_linux_sigtramp_frame_unwind)
7319 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
7320 include "linux" in function and variable names, directly call
7321 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
7322 the latest trad-frame code.
7323 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
7324 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
7325 * Makefile.in (frv-linux-tdep.o): Update dependencies.
7326 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
7327 * frv-tdep.c (frv_sigtramp_frame_cache)
7328 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7329 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
7330 frv-linux-tdep.c.
7331 (frv_gdbarch_init): Do not append a sigtramp sniffer.
7332 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
7333 (frv_set_sigcontext_reg_addr): Delete function.
7334
7335 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
7336 (DEPRECATED_SIGTRAMP_END): Delete.
7337 * gdbarch.h, gdbarch.c: Re-generate.
7338 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
7339 * config/vax/tm-vaxbsd.h: Update copyright.
7340 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7341 (DEPRECATED_IN_SIGTRAMP): Define.
7342 * config/m68k/tm-nbsd.h: Update copyright.
7343 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7344 (DEPRECATED_IN_SIGTRAMP): Define.
7345
7346 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7347
7348 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
7349 encondings. Fixes PR gdb/1628.
7350
7351 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
7352 DW_CFA_restore state without a matching DW_CFA_remember_state
7353 instead of aborting. Fixes PR backtrace/1589.
7354
7355 2004-04-30 Joel Brobecker <brobecker@gnat.com>
7356
7357 * MAINTAINERS: Add self as AIX maintainer.
7358 Update my e-mail address in write-after-approval section.
7359
7360 2004-04-30 Andrew Cagney <cagney@redhat.com>
7361
7362 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
7363 (legacy_get_prev_frame): Ditto.
7364
7365 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
7366 (mips_gdbarch_init): Do not set pc_in_sigtramp.
7367 * mipsread.c (sigtramp_address): Delete extern variable.
7368 (mipscoff_new_init): Delete reference.
7369 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
7370 (fixup_sigtramp): Delete function.
7371 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
7372 (fixup_sigtramp): Delete declarations.
7373
7374 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
7375 deprecated_pc_in_sigtramp.
7376 (ppcnbsd_pc_in_sigtramp): Delete function.
7377
7378 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7379
7380 * config/m68k/nm-nbsd.h: Tweak comments.
7381 * config/m68k/nm-nbsdaout.h: Likewise.
7382
7383 2004-04-30 Andrew Cagney <cagney@redhat.com>
7384
7385 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
7386 legacy_pc_in_sigtramp.
7387 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
7388
7389 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7390
7391 Add OpenBSD/m68k support.
7392 * NEWS (New native configurations): Mention OpenBSD/m68k.
7393 * m68kbsd-tdep.c: New file.
7394 * m68kbsd-nat.c: New file.
7395 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
7396 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
7397 * configure.host: Add m68k-*-openbsd.
7398 * configure.tgt: Add m68k-*-openbsd.
7399 * config/m68k/tm-obsd.h: New file.
7400 * config/m68k/obsd.mt: New file.
7401 * config/m68k/obsd.mh: New file.
7402 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
7403 m68kbsd-tdep.c.
7404
7405 2004-04-30 Andrew Cagney <cagney@redhat.com>
7406
7407 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
7408 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
7409
7410 2004-04-30 Mark Kettenis <kettenis@gnu.org>
7411
7412 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
7413 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
7414
7415 2004-04-30 Brian Ford <ford@vss.fsi.com>
7416
7417 Revert 2004-04-16 change.
7418 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
7419 (i386_coff_init_abi): Remove.
7420 * i386-tdep.h (i386_coff_init_abi): Remove.
7421 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
7422
7423 2004-04-30 Andrew Cagney <cagney@redhat.com>
7424
7425 * blockframe.c (find_pc_partial_function): Delete use of
7426 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
7427 DEPRECATED_SIGTRAMP_END.
7428
7429 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
7430 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
7431 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
7432 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
7433 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
7434
7435 * defs.h (deprecated_inside_entry_file): Delete declaration.
7436 * blockframe.c (deprecated_inside_entry_file): Delete function.
7437 (legacy_frame_chain_valid): Delete call.
7438 * sh64-tdep.c (sh64_frame_chain): Delete call.
7439 * objfiles.h: Update comments.
7440 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
7441 call.
7442 * frame.c (get_prev_frame): Delete call, update comments.
7443
7444 2004-04-30 Brian Ford <ford@vss.fsi.com>
7445
7446 * MAINTAINERS (Write After Approval): Add myself.
7447
7448 2004-04-30 Andrew Cagney <cagney@redhat.com>
7449
7450 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
7451 * gdbarch.h, gdbarch.c: Re-generate.
7452 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
7453 code.
7454
7455 2004-04-30 Andrew Cagney <cagney@redhat.com>
7456
7457 * gdb-events.sh (selected_thread_changed)
7458 (selected_frame_level_changed, target_changed): Delete.
7459 * gdb-events.h, gdb-events.c: Re-generate.
7460 * valops.c (value_assign): Update.
7461 * stack.c (select_frame_command, up_silently_base)
7462 (down_silently_base): Update.
7463
7464 2004-04-29 Andrew Cagney <cagney@redhat.com>
7465
7466 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
7467 registers correctly.
7468 (print_gp_register_row, mips32_heuristic_proc_desc)
7469 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
7470 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
7471 references to mips_isa_regsize.
7472
7473 2004-04-29 Andrew Cagney <cagney@redhat.com>
7474
7475 * mips-tdep.c (struct gdbarch_tdep): Delete
7476 mips_fp_register_double.
7477 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
7478 mips_abi_regsize.
7479 (mips_gdbarch_init): Do not set mips_fp_register_double.
7480 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
7481
7482 2004-04-29 Joel Brobecker <brobecker@gnat.com>
7483
7484 Committed by Andrew Cagney.
7485 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
7486 function calls.
7487
7488 2004-04-29 Andrew Cagney <cagney@redhat.com>
7489
7490 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
7491 gdbarch, use mips_abi, update callers.
7492 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
7493 mips_abi_regsize, update callers.
7494 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
7495 mips_default_abi_regsize.
7496 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
7497 mips_default_abi_regsize.
7498
7499 2004-04-29 Andrew Cagney <cagney@redhat.com>
7500
7501 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
7502 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
7503 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
7504 mips_default_abi_regsize.
7505 (mips_isa_regsize): Rename mips_regisze.
7506 * mipsnbsd-tdep.c: Update.
7507 * mips-linux-tdep.c: Update.
7508 * irix5-nat.c: Update.
7509 * mips-tdep.h (mips_isa_regsize): Update.
7510
7511 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
7512 Delete all disabled code.
7513 * gdb-events.h, gdb-events.c: Re-generate.
7514
7515 2004-04-19 Jerome Guitton <guitton@gnat.com>
7516 Mark Kettenis <kettenis@gnu.org>
7517
7518 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
7519 the function begins with a branch instruction.
7520
7521 2004-04-29 Mark Kettenis <kettenis@gnu.org>
7522
7523 * i386-tdep.c: Fix spelling mistakes.
7524
7525 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7526 Andrew Cagney <cagney@redhat.com>
7527
7528 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
7529 <sys/proc.h>.
7530 * acconfig.h: Provide default _KMEMUSER value.
7531 * config.in, configure: Re-generate.
7532 * NEWS: Mention fix.
7533
7534 2004-04-24 Randolph Chung <tausq@debian.org>
7535
7536 * configure.host (hppa*-*-linux*): New target.
7537 * configure.tgt (hppa*-*-linux*): Likewise.
7538 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
7539 gdbarch_init_osabi() call earlier so that osabi-specific frame
7540 unwinders can be registered first.
7541 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
7542 hppa-linux-nat.c.
7543 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
7544 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
7545 * config/pa/linux.mh: New file.
7546 * config/pa/linux.mt: New file.
7547 * config/pa/nm-linux.h: New file.
7548 * config/pa/xm-linux.h: New file.
7549 * hppa-linux-nat.c: New file.
7550 * hppa-linux-tdep.c: New file.
7551
7552 2004-04-28 Randolph Chung <tausq@debian.org>
7553
7554 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
7555 return values.
7556 (hppa32_push_dummy_call): Fix small struct and floating point argument
7557 passing, and make sure the stack frame is properly aligned.
7558
7559 2004-04-28 Andrew Cagney <cagney@redhat.com>
7560
7561 * stack.c (print_stack_frame): Fix description.
7562
7563 * NEWS: Mention gdb/gdbserver/configure execute permission
7564 changed. PR server/519.
7565
7566 2004-04-28 Andrew Cagney <cagney@redhat.com>
7567
7568 * stack.c (print_stack_frame_stub): Delete declaration.
7569 (struct print_stack_frame_args, print_stack_frame)
7570 (print_frame_info, print_frame): Replace "source" with print what.
7571 Replace "print" with "print_level". Replace "args" with
7572 "print_args".
7573 * frame.h (show_and_print_stack_frame, print_stack_frame)
7574 (print_frame_info): Update declarations.
7575 * stack.c (select_and_print_frame, frame_command)
7576 (current_frame_command, up_command, down_command): Update calls -
7577 use get_selected_frame, pass "enum print_what" for source, do not
7578 call frame_relative_level.
7579 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
7580 * remote-rdp.c (remote_rdp_open): Ditto.
7581 * remote-mips.c (common_open): Ditto.
7582 * remote-e7000.c (e7000_start_remote): Ditto.
7583 * ocd.c (ocd_start_remote): Ditto.
7584 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
7585 * infrun.c (normal_stop): Ditto.
7586 * inflow.c (kill_command): Ditto.
7587 * infcmd.c (finish_command): Ditto.
7588 * corelow.c (core_open): Ditto.
7589 * tracepoint.c (finish_tfind_command): Ditto.
7590 * thread.c (info_threads_command, info_threads_command)
7591 (restore_current_thread, do_captured_thread_select): Ditto.
7592 * ada-tasks.c (task_command): Ditto.
7593
7594 2004-04-26 Orjan Friberg <orjanf@axis.com>
7595
7596 * frame.c: Include "observer.h".
7597 (frame_observer_target_changed): New function.
7598 (_initialize_frame): Attach target_changed observer.
7599 * regcache.c: Include "observer.h".
7600 (regcache_observer_target_changed): New function.
7601 (_initialize_regcache): Attach target_changed observer.
7602 * valops.c: Include "observer.h".
7603 (value_assign): Notify target_changed event when modifying register.
7604 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
7605
7606 2004-04-26 Orjan Friberg <orjanf@axis.com>
7607
7608 From Paul Koning <pkoning@equallogic.com>:
7609 * breakpoint.c (free_valchain): New function.
7610 (insert_bp_location, delete_breakpoint): Use free_valchain.
7611 (remove_breakpoint): Do not remove the valchain.
7612 (bpstat_stop_status): If not stopped by watchpoint, skip
7613 watchpoints when generating stop status list.
7614 * infrun.c (handle_inferior_event): Make
7615 stepped_after_stopped_by_watchpoint a global variable.
7616 * remote.c (remote_stopped_data_address): Return watch data
7617 address rather than zero if stepped_after_stopped_by_watchpoint is
7618 set.
7619
7620 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
7621
7622 Fix PR gdb/1626.
7623 * configure.in: Check for curses after termcap.
7624 On osf5.*, do not check for ncurses.
7625 * configure: Regenerate.
7626
7627 2004-04-25 Mark Kettenis <kettenis@gnu.org>
7628
7629 * ppcobsd-nat.c: Include "ppc-tdep.h".
7630 * Makefile.in (ppcobsd-nat.o): Update dependencies.
7631
7632 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
7633 Fixes PR tdep/1623 and PR tdep/1624.
7634
7635 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
7636
7637 * xmodem.h, xmodem.c: Remove files.
7638 * Makefile.in: Remove references to xmodem.h, xmodem.c.
7639
7640 2004-04-23 Randolph Chung <tausq@debian.org>
7641
7642 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
7643 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
7644 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
7645 for handling stackless frames.
7646 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
7647
7648 2004-04-23 Randolph Chung <tausq@debian.org>
7649
7650 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
7651 starts at a pc before the frame is created.
7652
7653 2004-04-23 Joel Brobecker <brobecker@gnat.com>
7654
7655 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
7656
7657 2004-04-23 Jerome Guitton <guitton@gnat.com>
7658
7659 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
7660 use convert_typed_floating to get the appropriate format.
7661
7662 2004-04-22 Randolph Chung <tausq@debian.org>
7663
7664 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
7665 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
7666 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
7667 (hppa_sign_extend): Add prototype.
7668 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
7669 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
7670 (sign_extend): Rename with hppa_ prefix and make non-static. Other
7671 hppa targets will also use these functions.
7672 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
7673 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
7674 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
7675 (hppa_gdbarch_init): Remove gdbarch setting of
7676 skip_trampoline_code, in_solib_call_trampoline and
7677 in_solib_return_trampoline.
7678 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
7679 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
7680 hppa_in_solib_call_trampoline.
7681 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
7682 Moved from hppa-tdep.c.
7683 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
7684 in_solib_call_trampoline and in_solib_return_trampoline.
7685
7686 2004-04-22 Randolph Chung <tausq@debian.org>
7687
7688 * hppa-tdep.c (hppa_debug): New variable.
7689 (find_unwind_entry, hppa_frame_cache): Add debug output.
7690 (_initialize_hppa_tdep): Add command to set debug flag.
7691
7692 2004-04-22 Andrew Cagney <cagney@redhat.com>
7693
7694 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
7695 "trad-frame.h".
7696 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
7697 signal trampoline unwinder.
7698 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
7699
7700 2004-04-22 Mark Kettenis <kettenis@gnu.org>
7701
7702 Add OpenBSD/powerpc support.
7703 * NEWS (New native configurations): Mention OpenBSD/powerpc.
7704 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
7705 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
7706 (ppc_collect_fpregset): New prototypes.
7707 * ppcobsd-nat.c: New file.
7708 * ppcobsd-tdep.c: New file.
7709 * ppcobsd-tdep.h: New file.
7710 * rs6000-tdep.c: Include "regset.h".
7711 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
7712 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
7713 New functions.
7714 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
7715 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
7716 (rs6000-tdep.o): Update dependencies.
7717 * configure.host: Add powerpc-*-openbsd.
7718 * configure.tgt: Add powerpc-*-openbsd.
7719 * config/powerpc/obsd.mh: New file.
7720 * config/powerpc/nm-obsd.h: New file.
7721 * config/powerpc/obsd.mt: New file.
7722
7723 2004-04-22 Andrew Cagney <cagney@redhat.com>
7724
7725 * frame.h (show_frame_info): Delete declaration.
7726
7727 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
7728 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
7729 * m32r-tdep.c (m32r_frame_this_id): Ditto.
7730 * frv-tdep.c (frv_frame_this_id): Ditto.
7731 * avr-tdep.c (avr_frame_this_id): Ditto.
7732
7733 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
7734
7735 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
7736
7737 2004-04-22 Jim Blandy <jimb@redhat.com>
7738
7739 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
7740 register number zero.
7741
7742 2004-04-21 Michael Snyder <msnyder@redhat.com>
7743
7744 * mips-tdep.c (heuristic_proc_start):
7745 Warning() already prefixes "Warning: ".
7746
7747 2004-04-21 Andrew Cagney <cagney@redhat.com>
7748
7749 * annotate.h (deprecated_annotate_starting_hook)
7750 (deprecated_annotate_stopped_hook)
7751 (deprecated_annotate_exited_hook)
7752 (deprecated_annotate_signal_hook)
7753 (deprecated_annotate_signalled_hook): Deprecate.
7754 * tracepoint.h (deprecated_create_tracepoint_hook)
7755 (deprecated_delete_tracepoint_hook)
7756 (deprecated_modify_tracepoint_hook)
7757 (deprecated_trace_find_hook)
7758 (deprecated_trace_start_stop_hook): Deprecate.
7759 * target.h (deprecated_target_new_objfile_hook): Deprecate.
7760 * remote.h (deprecated_target_resume_hook)
7761 (deprecated_target_wait_loop_hook): Deprecate.
7762 * gdbcore.h (deprecated_exec_file_display_hook)
7763 (deprecated_file_changed_hook): Deprecate.
7764 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
7765 * defs.h (deprecated_modify_breakpoint_hook)
7766 (deprecated_command_loop_hook, deprecated_show_load_progress)
7767 (deprecated_print_frame_info_listing_hook)
7768 (deprecated_query_hook, deprecated_warning_hook)
7769 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
7770 (deprecated_delete_breakpoint_hook)
7771 (deprecated_interactive_hook, deprecated_registers_changed_hook)
7772 (deprecated_readline_begin_hook, deprecated_readline_hook)
7773 (deprecated_readline_end_hook, deprecated_register_changed_hook)
7774 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
7775 (deprecated_context_hook, deprecated_target_wait_hook)
7776 (deprecated_attach_hook, deprecated_detach_hook)
7777 (deprecated_call_command_hook, deprecated_set_hook)
7778 (deprecated_error_hook, deprecated_error_begin_hook)
7779 (deprecated_ui_load_progress_hook): Deprecate.
7780 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
7781 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
7782 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
7783 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
7784 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
7785 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
7786 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
7787 * annotate.c, aix-thread.c: Update.
7788
7789 2004-04-21 Andrew Cagney <cagney@redhat.com>
7790
7791 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
7792 * vaxnbsd-tdep.c: Include "gdb_string.h".
7793
7794 * symfile.c (symbol_file_add_from_memory): #if 0 function.
7795 (add_symbol_file_from_memory_command): #if 0 function body, call
7796 error instead.
7797
7798 2004-04-21 Andrew Cagney <cagney@redhat.com>
7799
7800 * gdbcore.h: Update copyright.
7801 (deprecated_add_core_fns): Rename add_core_fns.
7802 * win32-nat.c (_initialize_core_win32): Update.
7803 * sun3-nat.c (_initialize_core_sun3): Update.
7804 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
7805 * rs6000-nat.c (_initialize_core_rs6000): Update.
7806 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
7807 * nto-tdep.c (_initialize_nto_tdep): Update.
7808 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
7809 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
7810 * mips-nat.c (_initialize_core_mips): Update.
7811 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7812 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
7813 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
7814 * lynx-nat.c (_initialize_core_lynx): Update.
7815 * irix5-nat.c (_initialize_core_irix5): Update.
7816 * i386-interix-nat.c (_initialize_core_interix): Update.
7817 * cris-tdep.c (_initialize_cris_tdep): Update.
7818 * corelow.c (deprecated_add_core_fns): Update.
7819 * core-regset.c (_initialize_core_regset): Update.
7820 * core-aout.c (_initialize_core_aout): Update.
7821 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
7822 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
7823 * alpha-nat.c (_initialize_core_alpha): Update.
7824
7825 2004-04-21 Jim Blandy <jimb@redhat.com>
7826
7827 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
7828
7829 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
7830
7831 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
7832 Delete.
7833 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
7834 (read_attribute_value): Update calls to dwarf_alloc_block.
7835 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
7836 dwarf2_tmp_obstack.
7837 (psymtab_to_symtab_1): Likewise. Clean up using
7838 free_stack_comp_unit.
7839 (add_to_cu_func_list): Use the comp_unit_obstack.
7840
7841 2004-04-19 Joel Brobecker <brobecker@gnat.com>
7842
7843 * dwarf2read.c (dwarf2_flag_true_p): New function.
7844 (die_is_declaration): Use the function above. Add some comments.
7845
7846 2004-04-19 Mark Kettenis <kettenis@gnu.org>
7847
7848 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
7849 architecture when registering sparcnbsd_core_osabi_sniffer.
7850 Adjust comment.
7851
7852 2004-04-18 Mark Kettenis <kettenis@gnu.org>
7853
7854 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
7855 return value.
7856
7857 Based on a patch from Brian Ford <ford@vss.fsi.com>:
7858 * i386-tdep.c: Correct register numbering scheme comments
7859 throughout.
7860 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
7861 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
7862 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
7863 (i386_gdb_arch_init): Likewise.
7864
7865 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
7866 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
7867 ppcnbsd-tdep.o.
7868
7869 * m68k-tdep.h: Tweak comments.
7870 * m68k-tdep.c: Tweak comment.
7871
7872 2004-04-17 Randolph Chung <tausq@debian.org>
7873
7874 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
7875 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
7876 (hppa_hpux_som_init_abi): Set is_elf to 0.
7877 (hppa_hpux_elf_init_abi): Set is_elf to 1.
7878 * hppa-tdep.c (low_text_segment_address): Remove global.
7879 (record_text_segment_lowaddr): Pass in low address as parameter. Use
7880 section offset to calculate segment address.
7881 (internalize_unwinds): Define low_text_segment_address as local and
7882 pass to record_text_segment_lowaddr for ELF targets.
7883 (hppa_gdbarch_init): Zero fill tdep structure.
7884 (hppa_dump_tdep): Print tdep structure.
7885 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
7886
7887 2004-04-17 Randolph Chung <tausq@debian.org>
7888
7889 * hppa-tdep.c (hppa_pseudo_register_read): Define.
7890 (hppa_gdbarch_init): Set pseudo_register_read.
7891 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
7892 * regcache.c (supply_register): Remove check for
7893 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
7894
7895 2004-04-17 Randolph Chung <tausq@debian.org>
7896
7897 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
7898 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
7899 (hpread_adjust_stack_address): Move to hpread.c.
7900 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7901 obj_private_struct): Move from tm-hppa.h.
7902 * hpread.c (hppa-tdep.h): Include.
7903 (hpread_adjust_stack_address): Move from hppa-tdep.c.
7904 (hpread_read_function_type, hpread_read_doc_function_type)
7905 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
7906 directly.
7907 * pa64solib.c (hppa-tdep.h): Include.
7908 * somsolib.c (hppa-tdep.h): Include.
7909 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
7910 inferior_status): Remove unused forward declarations.
7911 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
7912 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7913 obj_private_struct): Move to hppa-tdep.h.
7914 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
7915
7916 2004-04-17 Randolph Chung <tausq@debian.org>
7917
7918 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
7919 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
7920 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
7921 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
7922 Remove forward declaration and make static.
7923 (hppa_reg_struct_has_addr): Remove.
7924
7925 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7926
7927 * observer.sh: Move comments in sed command to first column.
7928
7929 2004-04-16 Jason Molenda (jmolenda@apple.com)
7930
7931 * frame.c: Minor typeo corrections in comments.
7932
7933 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7934
7935 * observer.c (observer_test_first_notification_function): Update
7936 function profile.
7937 (observer_test_second_notification_function): Likewise.
7938 (observer_test_third_notification_function): Likewise.
7939
7940 2004-04-16 Mark Kettenis <kettenis@gnu.org>
7941
7942 From Brian Ford <ford@vss.fsi.com>:
7943 * i386-tdep.c (i386_coff_init_abi): New function.
7944 * i386-tdep.h (i386_coff_init_abi): New prototype.
7945 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
7946 register number translation functions for DWARF and DWARF 2.
7947
7948 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7949
7950 * dwarf2read.c: Back out my previous change, it was incorrect.
7951
7952 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
7953
7954 * dwarf2read.c: Include "hashtab.h".
7955 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
7956 has_namespace_info.
7957 (struct partial_die_info): Add comments. Use bitfields to reduce
7958 memory footprint. Add scope, scope_set, has_specification,
7959 spec_offset, die_parent, die_child, and die_sibling.
7960 (peek_die_abbrev): Add prototype.
7961 (partial_read_comp_unit_head): New function, broken out from
7962 dwarf2_build_psymtabs_hard.
7963 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
7964 Use partial_read_comp_unit_head. Initialize the CU and
7965 comp_unit_obstack. Update calls to read_partial_die and
7966 scan_partial_symbols. Use free_stack_comp_unit and
7967 load_partial_dies.
7968 (scan_partial_symbols): Change PDI to a pointer. Use the child and
7969 sibling pointers to walk partial DIEs. Call fixup_partial_die.
7970 Update calls to helper functions. Remove NAMESPACE argument.
7971 Update comments.
7972 (partial_die_parent_scope, partial_die_full_name): New functions.
7973 (add_partial_symbol): Remove namespace argument. Update call to
7974 pdi_needs_namespace. Use partial_die_full_name. Handle
7975 DW_TAG_namespace. Check has_namespace_info flag.
7976 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
7977 tag. Handle namespaces.
7978 (add_partial_namespace, add_partial_enumeration): Simplify.
7979 (guess_structure_name): New function, derived from
7980 add_partial_structure.
7981 (add_partial_structure): Remove.
7982 (determine_class_name): Update comment.
7983 (dwarf2_read_abbrevs): Set has_namespace_info flag.
7984 (is_type_tag_for_partial, load_partial_dies): New functions.
7985 (read_partial_die): Pass abbrev and abbrev_len as arguments.
7986 Record specifications instead of following them immediately.
7987 (find_partial_die_in_comp_unit, find_partial_die)
7988 (fixup_partial_die, free_stack_comp_unit)
7989 (hashtab_obstack_allocate, dummy_obstack_deallocate)
7990 (partial_die_hash, partial_die_eq): New functions.
7991 * Makefile.in (hashtab_h): Define.
7992 (dwarf2read.o): Update dependencies.
7993 (observer_inc, observer_h): Move to the correct section.
7994
7995 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7996
7997 * dwarf2read.c (dwarf2_attribute_true_p): New function.
7998 (die_is_declaration): Use the function above. Add comment.
7999
8000 2004-04-15 Joel Brobecker <brobecker@gnat.com>
8001
8002 * dwarf2read.c (read_structure_scope): Identify stub types
8003 using die_is_declaration() only.
8004
8005 2004-04-15 Roland McGrath <roland@redhat.com>
8006
8007 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
8008 argument instead of NAME.
8009 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
8010 in call to symbol_file_add_with_addrs_or_offsets.
8011 (build_addr_info): New function, helper for ...
8012 (symbol_file_add_from_memory): New function.
8013 (add_symbol_file_from_memory_command): New function using that.
8014 (_initialize_symfile): Register it for add-symbol-file-from-memory.
8015 (pre_add_symbol_hook): Add const to argument type.
8016 * symfile.h (symbol_file_add_from_memory): Declare it.
8017
8018 2004-04-15 Mark Kettenis <kettenis@gnu.org>
8019
8020 * NEWS (New native configurations): Mention OpenBSD/vax.
8021 * configure.host: Add vax-*-openbsd*.
8022 * config/vax/obsd.mh: New file.
8023 * config/vax/nm-obsd.h: New file.
8024
8025 * vax-tdep.c: Include "regset.h".
8026 (vax_supply_gregset): New function.
8027 (vax_gregset): New variable.
8028 (vax_regset_from_core_section): New function.
8029 (vax_gdbarch_init): Set regset_from_core_section.
8030 * Makefile.in (vax-tdep.o): Update dependencies.
8031
8032 2004-04-15 Andrew Cagney <cagney@redhat.com>
8033
8034 * observer.c (normal_stop_subject, observer_notify_normal_stop)
8035 (observer_normal_stop_notification_stub)
8036 (observer_attach_normal_stop, observer_detach_normal_stop):
8037 Delete, replaced by #include "observer.inc".
8038 * infrun.c (normal_stop): Pass "stop_bpstat" to
8039 observer_notify_normal_stop.
8040 * Makefile.in (observer_inc): Define.
8041 (observer.o): Update dependencies.
8042 (observer.h, observer.inc): New rules.
8043 * observer.h: Delete file.
8044 * observer.sh: New file.
8045
8046 2004-04-15 Mark Kettenis <kettenis@gnu.org>
8047
8048 * vax-tdep.c (vax_frame_cache): Fix typo.
8049
8050 2004-04-14 Mark Kettenis <kettenis@gnu.org>
8051
8052 * NEWS (New native configurations): Mention NetBSD/vax.
8053 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
8054 * config/vax/nbsdelf.mh: New file.
8055 * config/vax/nbsdaout.mh: New file.
8056 * config/vax/nm-nbsd.h: New file.
8057 * config/vax/nm-nbsdaout.h: New file.
8058
8059 * vaxnbsd-tdep.c: New file.
8060 * Makefile.in (vaxnbsd-tdep.o): New dependency.
8061 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
8062 * config/vax/nbsd.mt: New file.
8063 * config/vax/tm-nbsd.h: New file.
8064
8065 * Makefile.in (vaxbsd-nat.o): New dependency.
8066
8067 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
8068 * vax-tdep.c (vax_store_arguments): Remove struct_return and
8069 struct_addr arguments. Don't push return value address.
8070 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
8071 arguments to vax_store_arguments. Store return value address in
8072 R1.
8073 (vax_store_struct_return, vax_extract_return_value)
8074 (vax_store_return_value): Remove functions.
8075 (vax_return_value): New function.
8076 (vax_gdbarch_init): Set return value. Don't set
8077 deprecated_store_struct_return, deprecated_extract_struct_return
8078 and deprecated_store_return_value.
8079
8080 2004-04-14 Andreas Schwab <schwab@suse.de>
8081
8082 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
8083 value buffer.
8084 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
8085
8086 2004-04-14 Mark Kettenis <kettenis@gnu.org>
8087
8088 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
8089 (vax_unwind_dummy_id): New functions.
8090 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
8091 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
8092 variables.
8093 (vax_fix_call_dummy): Remove function.
8094 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
8095 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
8096 call_dummy_location, deprecated_call_dummy_words,
8097 deprecated_sizeof_call_dummy_words,
8098 deprecated_call_dummy_breakpoint_offset,
8099 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
8100 and deprecated_dummy_write_sp.
8101
8102 2004-04-13 David Carlton <carlton@kealia.com>
8103
8104 * MAINTAINERS: Move myself to "paper trail" section.
8105
8106 2004-04-12 Mark Kettenis <kettenis@gnu.org>
8107
8108 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
8109 "trad-frame.h".
8110 (vax_frame_init_saved_regs): Remove function.
8111 (vax_sigtramp_saved_pc): Remove function.
8112 (vax_frame_saved_pc): Remove function.
8113 (vax_frame_args_address): Remove function.
8114 (vax_frame_num_args): Rewrite.
8115 (vax_frame_chain): Remove function.
8116 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
8117 VAX_FP_REGNUM.
8118 (vax_pop_frame): Likewise.
8119 (vax_saved_pc_after_call): Remove function.
8120 (struct vax_frame_cache): New structure.
8121 (vax_frame_cache): New function.
8122 (vax_frame_this_id): New function.
8123 (vax_frame_prev_register): New function.
8124 (vax_frame_unwind): New variable.
8125 (vax_frame_sniffer): New function.
8126 (vax_frame_base_address): New function.
8127 (vax_frame_args_address): New function.
8128 (vax_frame_base): New variable.
8129 (vax_unwind_pc): New function.
8130 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
8131 deprecated_fp_regnum, deprecated_saved_pc_after_call,
8132 deprecated_frame_chain, deprecated_frame_saved_pc,
8133 deprecated_frame_args_address and
8134 deprecated_frame_init_saved_regs.
8135 * Makefile.in (vax-tdep.o): Update dependencies.
8136
8137 * vaxbsd-nat.c: New file.
8138
8139 * vax-tdep.h: Update copyright year. Adjust comments.
8140 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
8141 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
8142 (vax_regnum): New enum. Replacing...
8143 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
8144 (VAX_PS_REGNUM): ... these removed macros.
8145 * vax-tdep.c (vax_register_name): Remove prototype.
8146 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
8147 (vax_register_byte, vax_register_raw_size,
8148 vax_register_virtual_size, vax_register_virtual_type): Remove
8149 functions.
8150 (vax_register_type): New function.
8151 (vax_breakpoint_from_pc): Reorganize.
8152 (vax_gdbarch_init): Set register_type. Don't set
8153 deprecated_register_size, deprecated_register_bytes,
8154 deprecated_register_byte, deprecated_register_raw_size,
8155 deprecated_max_register_raw_size,
8156 deprecated_register_virtual_size,
8157 deprecated_max_register_virtual_size and
8158 deprecated_register_virtual_type. Add comment on stack direction.
8159
8160 2004-04-11 Mark Kettenis <kettenis@gnu.org>
8161
8162 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
8163 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
8164 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
8165
8166 2004-04-10 Randolph Chung <tausq@debian.org>
8167
8168 * MAINTAINERS (write after approval): Add myself.
8169
8170 2004-04-07 Randolph Chung <tausq@debian.org>
8171
8172 * hppa-tdep.c (hppa_inner_than): Remove.
8173 (is_pa_2): Remove unused static variable.
8174 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
8175
8176 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
8177
8178 * language.h (language_defn): Add new la_post_parser field.
8179 * parser-defs.h (null_post_parser): New declaration (default for
8180 la_post_parser).
8181
8182 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
8183 insert call to that function.
8184 (parse_exp_in_context): New function, including code formerly in
8185 parse_exp_1. Calls language-dependent post-parser after
8186 prefixification.
8187 (parse_expression_in_context): New exported function.
8188 (null_post_parser): New definition.
8189 * expression.h (parse_expression_in_context): Add declaration.
8190
8191 * p-lang.c (pascal_language_defn): Add trivial post-parser.
8192 * c-lang.c (c_language_defn): Ditto.
8193 (cplus_language_defn): Ditto.
8194 (asm_language_defn): Ditto.
8195 (minimal_language_defn): Ditto.
8196 * f-lang.c (f_language_defn): Ditto.
8197 * jv-lang.c (java_language_defn): Ditto.
8198 * language.c (unknown_language_defn): Ditto.
8199 (auto_language_defn): Ditto.
8200 (local_language_defn): Ditto.
8201 * m2-lang.c (m2_language_defn): Ditto.
8202 * scm-lang.c (scm_language_defn): Ditto.
8203 * obj-lang.c (objc_language_defn): Ditto.
8204
8205 2004-04-10 Mark Kettenis <kettenis@gnu.org>
8206
8207 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
8208 (amd64nbsd_mcontext_addr): New function.
8209 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
8210 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
8211 with amd64nbsd_r_reg_offset, instead of building it on the fly.
8212
8213 * corelow.c (core_xfer_partial): Fix coding standards violation.
8214 Add support for TARGET_OBJECT_WCOOKIE.
8215
8216 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
8217 deprecated_pc_in_sigtramp.
8218 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
8219 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
8220 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
8221 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
8222 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
8223 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
8224 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
8225
8226 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
8227 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
8228 Fix typo.
8229
8230 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
8231 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
8232 (amd64_collect_fxsave): Likewise.
8233
8234 * i386-sol2-tdep.c: Include "gdb_string.h".
8235 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
8236 name.
8237 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8238
8239 2004-04-10 Mark Kettenis <kettenis@gnu.org>
8240
8241 * i386-sol2-tdep.c: Include "solib-svr4.h".
8242 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8243 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8244 * config/i386/tm-i386sol2.h: Include :solib.h".
8245 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
8246 solib-svr4.o and solib-legacy.o.
8247 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
8248 solib-svr4.o.
8249
8250 2004-04-09 Mark Kettenis <kettenis@gnu.org>
8251
8252 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
8253 whether a register is supplied by PTRACE_GETFPREGS.
8254 (store_inferior_registers): Likewise.
8255 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
8256 whether a register is supplied by PT_GETFPREGS.
8257 (store_inferior_registers): Likewise.
8258
8259 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
8260 * config/i386/linux64.mt (TDEPFILES): Likewise.
8261
8262 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
8263
8264 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
8265 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8266 the program counter is in the range specified by `struct
8267 gdbarch_tdep'.
8268 * amd64-linux-tdep.c: Include "symtab.h".
8269 (amd64_linux_pc_in_sigtramp): Remove function.
8270 (amd64_linux_sigtramp_p): New function.
8271 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8272 deprecated_pc_in_sigtramp.
8273 * amd64nbsd-tdep.c: Include "symtab.h".
8274 (amd64nbsd_sigtramp_p): New function.
8275 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8276 deprecated_pc_in_sigtramp.
8277 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
8278 few comments.
8279 (amd64obsd_pc_in_sigtramp): Remove function.
8280 (amd64obsd_sigtramp_p): New function.
8281 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8282 deprecated_pc_in_sigtramp.
8283 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
8284 (i386bsd_pc_ins_sigtramp): Remove prototype.
8285 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
8286 * i386-tdep.c (i386_sigtramp_frame_sniffer): Rewrite to use new
8287 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8288 the program counter is in the range specified by `struct
8289 gdbarch_tdep'.
8290 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
8291 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
8292 (i386_go32_pc_in_sigtramp): Remove function.
8293 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
8294 Initialize TDEP->sigtramp_p.
8295 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
8296 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
8297 deprecated_pc_in_sigtramp.
8298 * i386-linux-tdep.c: Adjust comments.
8299 (i386_linux_pc_in_sigtramp): Remove function.
8300 (i386_linux_sigtramp_p): New function.
8301 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8302 deprecated_pc_in_sigtramp.
8303 * i386-nto-tdep.c: Update copyright year.
8304 (i386nto_pc_in_sigtramp): Remove function.
8305 (i386nto_sigtramp_p): New function.
8306 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
8307 SP_REGNUM.
8308 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
8309 deprecated_pc_in_sigtramp.
8310 * i386-sol2-tdep.c: Update copyright year.
8311 (i386_sol2_pc_in_sigtramp): Remove function.
8312 (i386_sol2_sigtramp_p): New function.
8313 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
8314 deprecated_pc_in_sigtramp.
8315 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
8316 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
8317 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8318 deprecated_sigtramp_start and deprecated_sigtramp_end.
8319 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
8320 (i386nbsd_pc_in_sigtramp): Remove function.
8321 (i386nbsd_sigtramp_p): New function.
8322 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8323 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8324 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
8325 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
8326 (i386obsd_pc_in_sigtramp): Remove function.
8327 (i386obsd_sigtramp_p): New function.
8328 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
8329 functions.
8330 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8331 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8332 TDEP->sigtramp_p.
8333 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
8334 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
8335 dependencies.
8336
8337 * config/i386/i386aout.mt: Remove file.
8338
8339 * configure.tgt: Remove i[34567]86-*-go32*,
8340 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
8341 and i[34567]86-*-isc*. Set gdb_target to i386 for
8342 i[34567]86-*-netware* and i[34567]86-*-*.
8343 * config/i386/i386.mt: New file.
8344 * config/i386/embed.mt: Remove file.
8345 * config/i386/go32.mt: Remove file.
8346 * config/i386/i386nw.mt: Remove file.
8347 * config/i386/i386v.mt: Remove file.
8348 * config/i386/tm-go32.h: Remove file.
8349
8350 * tui/tui-hooks.c: Include "readline/readline.h" after
8351 "gdb_curses.h" instead of before.
8352 * tui/tui-io.c: Likewise.
8353
8354 * tui/tui.c: Fix typo in comment.
8355
8356 * sparc64-tdep.c (sparc_address_from_register): Remove function.
8357
8358 2004-04-08 Andrew Cagney <cagney@redhat.com>
8359
8360 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
8361 (deprecated_exception_support_initialized): Declare.
8362 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
8363 (initialize_hp_cxx_exception_support)
8364 (child_enable_exception_callback): Update.
8365 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
8366 (deprecated_exception_support_initialized): Rename
8367 deprecated_exception_catchpoints_are_fragile and
8368 deprecated_exception_support_initialized.
8369 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
8370
8371 * symtab.c (deprecated_hp_som_som_object_present): Rename
8372 hp_som_som_object_present.
8373 * symtab.h (deprecated_hp_som_som_object_present): Declare.
8374 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
8375 Update. Delete extern declaration.
8376 * valops.c (hp_som_som_object_present): Ditto.
8377 * parse.c (deprecated_hp_som_som_object_present)
8378 (parse_nested_classes_for_hpacc): Ditto.
8379 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8380 * hppa-hpux-tdep.c (hp_som_som_object_present)
8381 (initialize_hp_cxx_exception_support): Ditto.
8382 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8383 * cp-valprint.c (hp_som_som_object_present)
8384 (cp_print_class_method): Ditto.
8385 * c-typeprint.c (hp_som_som_object_present):
8386 (c_type_print_base): Ditto.
8387 * c-exp.y (hp_som_som_object_present): Ditto.
8388
8389 2004-04-08 Andrew Cagney <cagney@redhat.com>
8390
8391 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
8392 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
8393 (frame_unwind_find_by_frame): Re-implement the unwind code so
8394 that it can both prepend and append sniffers. Replace
8395 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
8396 * tramp-frame.c (tramp_frame_append): Use
8397 frame_unwind_prepend_unwinder.
8398 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
8399 frame_unwind_register_unwinder.
8400 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
8401 tramp_frame_append.
8402 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8403 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
8404 (mips_linux_init_abi): Update.
8405
8406 2004-04-08 Kevin Buettner <kevinb@redhat.com>
8407
8408 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
8409 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
8410 file support.
8411
8412 2004-04-07 Kevin Buettner <kevinb@redhat.com>
8413
8414 * ia64-tdep.c (elf.h): Don't include.
8415 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
8416
8417 2004-04-07 Jason Molenda (jmolenda@apple.com)
8418
8419 * frame.h: Typeo corrections in comments.
8420
8421 2004-04-07 Jim Blandy <jimb@redhat.com>
8422
8423 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
8424 %esp and %ebp
8425
8426 2004-04-07 Mark Kettenis <kettenis@gnu.org>
8427
8428 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
8429 * config/sparc/linux64.mt (TDEPFILES): Likewise.
8430 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8431 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
8432 and solib-legacy.o.
8433 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
8434 solib-svr4.o.
8435 * config/sparc/tm-sol2.h: Update copyright year. Include
8436 "solib.h".
8437
8438 * sparc-sol2-tdep.c: Update copyright year. Include
8439 "solib-svr4.h".
8440 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8441 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
8442 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8443 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
8444 dependencies.
8445
8446 2004-04-06 Andrew Cagney <cagney@redhat.com>
8447
8448 * infttrace.c: Include "infttrace.h".
8449 * infttrace.h: Include "target.h".
8450 * Makefile.in (infttrace_h): Update.
8451 (infttrace.o): Update.
8452
8453 2004-04-06 Andrew Cagney <cagney@redhat.com>
8454
8455 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
8456 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
8457 move extern declarations from here ...
8458 * infttrace.h: ... to here.
8459 * Makefile.in (hppah-nat.o): Update dependencies.
8460
8461 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
8462 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8463 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
8464 (hppa_breakpoint_from_pc): Delete.
8465
8466 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
8467
8468 2004-04-05 Andrew Cagney <cagney@redhat.com>
8469
8470 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
8471 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
8472 <sys/file.h>.
8473
8474 2004-04-06 Randolph Chung <tausq@debian.org>
8475
8476 Committed by Andrew Cagney (mechanical change).
8477 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
8478 exception_catchpoints_are_fragile, find_stub_with_shl_get,
8479 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
8480 child_enable_exception_callback, current_ex_event,
8481 null_symtab_and_line, child_get_current_exception_event,
8482 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
8483 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
8484 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
8485 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
8486 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
8487 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
8488 Move hpux-specific definitions ...
8489 * hppa-hpux-tdep.c: ... to here.
8490
8491 2004-04-05 Andrew Cagney <cagney@redhat.com>
8492
8493 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
8494 skip_prologue_using_sal.
8495
8496 2004-04-05 Andrew Cagney <cagney@redhat.com>
8497
8498 * config/i386/tm-i386.h: Delete file.
8499 * config/i386/tm-vxworks.h: Update copyright, do not include
8500 "tm-i386.h".
8501 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
8502 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
8503 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
8504 * config/i386/ncr3000.mt (TM_FILE): Delete.
8505 * config/i386/interix.mt (TM_FILE): Delete.
8506 * config/i386/i386v.mt (TM_FILE): Delete.
8507 * config/i386/i386nw.mt (TM_FILE): Delete.
8508 * config/i386/i386gnu.mt (TM_FILE): Delete.
8509 * config/i386/i386aout.mt (TM_FILE): Delete.
8510 * config/i386/embed.mt (TM_FILE): Delete.
8511
8512 2004-04-05 Kevin Buettner <kevinb@redhat.com>
8513
8514 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
8515 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
8516 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
8517 (accg7_regnum): New constants.
8518 (last_spr_regnum, last_pseudo_regnum): Update.
8519 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
8520 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8521 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
8522 for accg registers.
8523 (frv_register_sim_regno): Update spr_map[].
8524
8525 2004-04-04 Andrew Cagney <cagney@redhat.com>
8526
8527 * config/mips/xm-riscos.h: Delete.
8528 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
8529 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
8530 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
8531 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
8532 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
8533 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
8534 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
8535 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
8536 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
8537 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
8538 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
8539 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
8540 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
8541 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
8542 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
8543 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
8544 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
8545 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
8546 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
8547 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
8548 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
8549 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
8550 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
8551 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
8552 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
8553 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8554
8555 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
8556 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
8557 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
8558 * configure.host: Remove m680[01]0-sun-sunos3*,
8559 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
8560 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
8561 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
8562 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
8563 mips-*-riscos*.
8564 * NEWS: Mention removed systems.
8565
8566 2004-04-04 Andrew Cagney <cagney@redhat.com>
8567
8568 GDB 6.1 release created from 6.1 branch.
8569
8570 2004-04-04 Andrew Cagney <cagney@redhat.com>
8571
8572 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
8573 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
8574 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
8575
8576 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
8577 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
8578 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
8579
8580 2004-04-03 Jim Blandy <jimb@redhat.com>
8581
8582 * MAINTAINERS: Chris Faylor has changed employers; add him to
8583 "paper trail" section, and update his E-mail address.
8584
8585 2004-04-03 Andrew Cagney <cagney@redhat.com>
8586
8587 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
8588 generic dummy frames.
8589 * dummy-frame.c: Update copyright.
8590 (dummy_frame_sniffer): Delete check for generic dummy frames.
8591
8592 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8593 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
8594 (REG_PARM_STACK_SPACE): Delete.
8595 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
8596 Inline reference to REG_PARM_STACK_SPACE.
8597
8598 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
8599 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
8600 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
8601 (FRAME_BASE_BEFORE_SIGTRAMP)
8602 (hppa32_hpux_frame_base_before_sigtramp)
8603 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
8604 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
8605 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
8606 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
8607 (FRAME_BASE_BEFORE_SIGTRAMP)
8608 (hppa64_hpux_frame_base_before_sigtramp)
8609 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
8610
8611 2004-04-03 Andrew Cagney <cagney@redhat.com>
8612
8613 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
8614
8615 2004-04-02 Andrew Cagney <cagney@redhat.com>
8616
8617 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
8618 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
8619 * dummy-frame.h: Delete out-of-date comments.
8620 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
8621 * gdbarch.h, gdbarch.c: Re-generate.
8622
8623 2004-04-02 Joel Brobecker <brobecker@gnat.com>
8624
8625 Committed by Andrew Cagney <cagney@redhat.com>.
8626 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
8627 into account an instruction saving a register if we have already
8628 seen an earlier instruction saving that same register.
8629
8630 2004-04-02 Andrew Cagney <cagney@redhat.com>
8631
8632 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
8633 * gdbarch.h, gdbarch.c: Re-generate.
8634 * frame.c (legacy_get_prev_frame): Delete references to
8635 DEPRECATED_INIT_FRAME_PC_FIRST.
8636
8637 * infrun.c (pc_in_sigtramp): Delete function.
8638 (check_sigtramp2): Inline call to pc_in_sigtramp, use
8639 get_frame_type.
8640
8641 2004-04-02 Andrew Cagney <cagney@redhat.com>
8642
8643 * infrun.c (handle_step_into_function): Delete code conditional on
8644 legacy_frame_p.
8645 (handle_inferior_event, step_over_function): Ditto.
8646
8647 2004-04-02 Andrew Cagney <cagney@redhat.com>
8648
8649 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
8650 "previous frame inner to this frame" test.
8651
8652 2004-04-02 Andrew Cagney <cagney@redhat.com>
8653
8654 * frame.c (safe_frame_unwind_memory): New function.
8655 * frame.h (safe_frame_unwind_memory): Declare. Update description
8656 of /safe_/ methods.
8657 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
8658 "next_frame". Use safe_frame_unwind_memory.
8659 (tramp_frame_sniffer): Update call to tramp_frame_start.
8660
8661 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
8662
8663 * dwarf2read.c (dwarf2_objfile_data_key): New.
8664 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
8665 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
8666 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
8667 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
8668 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
8669 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
8670 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
8671 Remove variables.
8672 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
8673 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
8674 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
8675 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
8676 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
8677 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
8678 Remove macros.
8679 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
8680 data.
8681 (dwarf2_locate_sections, dwarf2_build_psymtabs)
8682 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
8683 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
8684 (read_partial_die, read_full_die, read_indirect_string)
8685 (dwarf_decode_line_header, dwarf_decode_macros)
8686 (dwarf2_symbol_mark_computed): Remove use of removed macros.
8687 Update uses of removed variables.
8688 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
8689 of removed macros.
8690 (_initialize_dwarf2_read): New function.
8691 * symfile.h (dwarf2_has_info): Update prototype.
8692 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
8693 * elfread.c (elf_symfile_read): Likewise.
8694
8695 2004-04-01 Jim Blandy <jimb@redhat.com>
8696
8697 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
8698 function for register numbers on all the rs6000-derived targets.
8699 (rs6000_gdbarch_init): Don't register a separate
8700 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
8701 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
8702 variants.
8703
8704 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
8705 numbering.
8706
8707 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
8708
8709 * valarith.c: Update copyright notice.
8710 (value_add): Handle range types.
8711 (value_sub): Ditto.
8712 (value_equal): Ditto.
8713 (value_less): Ditto.
8714 (value_neg): Ditto.
8715 (value_complement): Ditto.
8716 (value_binop): Simplify slightly by using is_integral_type and
8717 eliminiating unnecessary COERCE_ENUMs.
8718
8719 2004-03-31 Andrew Cagney <cagney@redhat.com>
8720
8721 * frame.h (frame_unwind_id): Declare.
8722 * frame.c (frame_unwind_id): New function.
8723 (get_prev_frame_1): New function.
8724 (frame_debug_got_null_frame): New function.
8725 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
8726 code proper to prev_frame, update description.
8727 * infrun.c (step_over_function): Use frame_unwind_id.
8728
8729 2004-04-31 J. Brobecker <brobecker@gnat.com>
8730
8731 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
8732 (hppa64_push_dummy_call): Likewise.
8733
8734 2004-03-30 Jim Blandy <jimb@redhat.com>
8735
8736 From Ulrich Weigand:
8737 * utils.c (query): Do not use a va_list variable multiple times.
8738
8739 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
8740
8741 * Makefile.in (linux_nat_h): Update dependencies.
8742 * configure.in: Check for <gnu/libc-version.h>.
8743 * configure: Regenerate.
8744 * config.in: Regenerate.
8745 * linux-nat.h: Include "target.h". Add waitstatus field to
8746 struct lwp_info.
8747 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
8748 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
8749 to.
8750 (lin_lwp_handle_extended): New function. Handle clone events.
8751 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
8752 thread exit events.
8753 (child_wait): Handle clone events.
8754 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
8755 * linux-nat.c (linux_enable_event_reporting): Turn on
8756 PTRACE_O_TRACECLONE.
8757 (linux_handle_extended_wait): Handle clone events.
8758 * thread-db.c: Include <gnu/libc-version.h>.
8759 (struct private_thread_info): Add dying flag.
8760 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
8761 higher.
8762 (attach_thread): Update comments. Handle dying threads.
8763 (detach_thread): Set the dying flag.
8764 (check_event): Always call attach_thread.
8765
8766 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
8767
8768 * mips-tdep.c (mips_pdr_data): New.
8769 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
8770 (_initialize_mips_tdep): Initialize mips_pdr_data.
8771
8772 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
8773
8774 * minsyms.c (install_minimal_symbols): Move dropping leading
8775 char from linkage name from here...
8776 (prim_record_minimal_symbol_and_info): ...to here. Simplify
8777 test for "__gnu_compiled*" symbols.
8778
8779 2004-03-28 Jim Blandy <jimb@redhat.com>
8780
8781 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
8782 registers to temp register r0 and byte stores as prologue
8783 instructions.
8784
8785 2004-03-28 Andrew Cagney <cagney@redhat.com>
8786
8787 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
8788 arm*-*-*.
8789
8790 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8791
8792 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
8793 and switch the layout to force a display of register window.
8794
8795 2004-02-26 J. Brobecker <brobecker@gnat.com>
8796
8797 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
8798 of the INTEGER class.
8799
8800 2004-03-26 Jim Blandy <jimb@redhat.com>
8801
8802 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
8803 bytes long on PPC GNU/Linux.
8804
8805 2004-03-26 David Carlton <carlton@kealia.com>
8806
8807 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
8808
8809 2004-03-25 Andrew Cagney <cagney@redhat.com>
8810
8811 * PROBLEMS: Add general section titles, remove references to
8812 specific releases.
8813
8814 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
8815
8816 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
8817 INT_REGISTER_SIZE.
8818 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
8819 FP_REGISTER_VIRTUAL_SIZE.
8820 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
8821 of DEPRECATED_REGISTER_RAW_SIZE.
8822 (arm_register_type): Add gdbarch argument.
8823 (arm_register_raw_size, arm_register_virtual_size): Delete.
8824 (arm_register_byte, arm_extract_return_value)
8825 (arm_store_return_value, arm_get_longjmp_target): Update references
8826 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
8827 (arm_gdbarch_init): Likewise. Don't set
8828 deprecated_register_raw_size, deprecated_register_virtual_size,
8829 deprecated_max_register_raw_size,
8830 deprecated_max_register_virtual_size, or
8831 deprecated_max_register_virtual_type. Do set register_type.
8832 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
8833 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
8834 (FP_REGISTER_VIRTUAL_SIZE): Delete.
8835 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
8836 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
8837 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
8838 INT_REGISTER_SIZE.
8839 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
8840 (remote_rdp_store_register): Likewise.
8841
8842 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
8843
8844 * Makefile.in (mips-linux-tdep.o): Update dependencies.
8845 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
8846 to after osabi initialization.
8847 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
8848 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
8849 functions.
8850 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
8851 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
8852 variables.
8853 (mips_linux_init_abi): Append signal trampoline unwinders.
8854
8855 2004-03-24 Andrew Cagney <cagney@redhat.com>
8856
8857 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
8858 * tramp-frame.c: Include "gdb_assert.h".
8859 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
8860 correct sizeof.
8861 (tramp_frame_append): Validate the tramp frame's instructions.
8862 * Makefile.in (tramp-frame.o): Update dependencies.
8863
8864 2004-03-23 Andrew Cagney <cagney@redhat.com>
8865
8866 * trad-frame.h (trad_frame_set_reg_addr): Declare.
8867
8868 2004-03-23 Andrew Cagney <cagney@redhat.com>
8869
8870 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
8871 Nasser as past testsuite/lib/ (and other) maintainers.
8872
8873 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8874
8875 * infcmd.c (attach_command): Reread symbols if we already have
8876 an exec file.
8877
8878 2004-03-23 Andrew Cagney <cagney@redhat.com>
8879
8880 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
8881
8882 2004-03-23 Andrew Cagney <cagney@redhat.com>
8883
8884 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
8885 * gdbarch.h, gdbarch.c: Re-generate.
8886 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8887 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8888 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8889 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
8890 (DEPRECATED_SIGTRAMP_START): Update.
8891 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
8892 (DEPRECATED_SIGTRAMP_START): Update.
8893 * blockframe.c (find_pc_sect_partial_function): Update.
8894 * arch-utils.c (legacy_pc_in_sigtramp): Update.
8895
8896 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8897
8898 * remote.c (remote_open_1): Reopen the exec file and reread symbols
8899 if necessary.
8900
8901 2004-03-23 Andrew Cagney <cagney@redhat.com>
8902
8903 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
8904 predicate, deprecate.
8905 * gdbarch.h, gdbarch.c: Re-generate.
8906 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8907 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8908 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
8909 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8910 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
8911 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
8912 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
8913 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
8914 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
8915 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
8916 * blockframe.c (find_pc_partial_function): Update.
8917 * breakpoint.c (bpstat_what): Update.
8918 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
8919 * frv-linux-tdep.c (frv_linux_init_abi): Update.
8920 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
8921 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
8922 * i386-interix-tdep.c (i386_interix_init_abi): Update.
8923 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8924 * i386-nto-tdep.c (i386nto_init_abi): Update.
8925 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
8926 * i386-tdep.c (i386_sigtramp_frame_sniffer)
8927 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
8928 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8929 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8930 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8931 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
8932 * infrun.c (pc_in_sigtramp): Update.
8933 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
8934 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8935 * mips-tdep.c (mips_gdbarch_init): Update.
8936 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
8937 * ppc-linux-tdep.c: Update comment.
8938 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
8939 * shnbsd-tdep.c (shnbsd_init_abi): Update.
8940 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
8941 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
8942 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
8943 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
8944 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
8945 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
8946 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
8947 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8948
8949 2004-03-23 Andrew Cagney <cagney@redhat.com>
8950
8951 * tramp-frame.h, tramp-frame.h: New files.
8952 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
8953 Update rules to include "tramp-frame.h" and "tramp-frame.c".
8954
8955 * Makefile.in: Update all dependencies.
8956
8957 2004-03-23 Andrew Cagney <cagney@redhat.com>
8958
8959 * Makefile.in (trad_frame_h): Add $(frame_h).
8960 * trad-frame.h: Update copyright. Include "frame.h".
8961 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
8962 (trad_frame_set_id, trad_frame_get_id): Declare.
8963 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
8964 * trad-frame.c: Update copyright.
8965 (struct trad_frame_cache): Define.
8966 (trad_frame_cache_zalloc): New function.
8967 (trad_frame_set_id, trad_frame_get_id): New functions.
8968 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8969
8970 2004-03-22 Andrew Cagney <cagney@redhat.com>
8971
8972 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
8973 s390_pltstub_unwind_cache.
8974 (s390_stub_frame_unwind_cache): Rename
8975 s390_pltstub_frame_unwind_cache.
8976 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
8977 (s390_stub_frame_prev_register): Rename
8978 s390_pltstub_frame_prev_register.
8979 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
8980 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
8981
8982 From Ulrich Weigand:
8983 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8984 pointer calls like PLT calls.
8985
8986 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8987
8988 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8989 PC rather than the partial function start address. Use the start
8990 address to sanity check the found PDR.
8991
8992 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8993
8994 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8995 linux_handle_extended_wait.
8996
8997 2004-03-22 Andrew Cagney <cagney@redhat.com>
8998
8999 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
9000 function.
9001
9002 * frame.h (generic_pop_current_frame): Delete declaration.
9003 (deprecate_pop_dummy_frame): Deprecate
9004 generic_pop_dummy_frame.
9005 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
9006 (generic_pop_current_frame): Delete function.
9007 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
9008 generic_pop_current_frame.
9009 * v850-tdep.c (v850_pop_frame): Update.
9010 * mcore-tdep.c (mcore_pop_frame): Update.
9011 * sh64-tdep.c (sh64_pop_frame): Update.
9012 * h8300-tdep.c (h8300_pop_frame): Update.
9013
9014 2004-03-22 Andrew Cagney <cagney@redhat.com>
9015
9016 * frame.h (deprecated_pc_in_call_dummy): Rename
9017 generic_pc_in_call_dummy.
9018 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
9019 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
9020 generic_pc_in_call_dummy.
9021 (pc_in_dummy_frame): Make static.
9022 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
9023 * gdbarch.h, gdbarch.c: Re-generate.
9024 * dummy-frame.c (dummy_frame_sniffer): Simplify.
9025 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
9026 (legacy_get_prev_frame): Ditto.
9027 * inferior.h: Delete reference to generic_pc_in_call_dummy in
9028 comment.
9029
9030 2004-03-21 Andrew Cagney <cagney@redhat.com>
9031
9032 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
9033 declaration and out-of-date comment.
9034 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9035 Delete function.
9036 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
9037 deprecated_pc_in_call_dummy.
9038
9039 * infrun.c (handle_inferior_event): For non legacy frames, use the
9040 frame ID and frame type to identify a signal trampoline. Update
9041 comments.
9042
9043 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
9044
9045 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
9046 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
9047
9048 2004-03-21 Andrew Cagney <cagney@redhat.com>
9049
9050 * frame-unwind.h: Update copyright.
9051 (struct frame_data): Add opaque declaration.
9052 (frame_sniffer_ftype): Declare.
9053 (struct frame_unwind): Add "unwind_data" and "sniffer".
9054 (frame_unwind_register_unwinder): Declare.
9055 (frame_unwind_find_by_frame): Add parameter "this_cache".
9056 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
9057 (legacy_get_prev_frame, legacy_get_prev_frame)
9058 (get_frame_type): Pass the prologue_cache to
9059 frame_unwind_find_by_frame.
9060 * frame-unwind.c (struct frame_unwind_table_entry): Add field
9061 "unwinder".
9062 (frame_unwind_register_unwinder): New function.
9063 (frame_unwind_find_by_frame): Handle an unwind sniffer.
9064
9065 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
9066
9067 * bcache.c (print_percentage): Use floating point to avoid
9068 incorrect results when portion*100 overflows.
9069
9070 2004-03-19 Kevin Buettner <kevinb@redhat.com>
9071
9072 * ppc_tdep.h (ppc_linux_frame_saved_pc)
9073 (ppc_linux_init_extra_frame_info)
9074 (ppc_linux_frameless_function_invocation)
9075 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
9076 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
9077 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
9078 (rs6000_frame_chain): Delete declarations.
9079 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
9080 (ppc_linux_init_extra_frame_info)
9081 (ppc_linux_frameless_function_invocation)
9082 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
9083 (ppc_linux_init_abi): Remove registration of above deleted functions.
9084 * rs6000-tdep.c (rs6000_init_extra_frame_info)
9085 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
9086 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
9087 (rs6000_pop_frame, rs6000_frameless_function_invocation)
9088 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
9089 (rs6000_gdbarch_init): Remove registration of above deleted functions.
9090 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
9091 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
9092 frame management for all OSABIs.
9093
9094 2004-03-19 Andrew Cagney <cagney@redhat.com>
9095
9096 Committed by Kevin Buettner <kevinb@redhat.com>.
9097
9098 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
9099 Update copyright.
9100 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
9101 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
9102 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
9103 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
9104 unwinders. #ifdef legacy frame code.
9105 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9106 "frame-base.h".
9107 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
9108 (struct rs6000_frame_cache, rs6000_frame_cache)
9109 (rs6000_frame_this_id, rs6000_frame_prev_register)
9110 (rs6000_frame_sniffer, rs6000_frame_unwind)
9111 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
9112 (rs6000_frame_base): Implement a traditional frame unwinder.
9113 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
9114 frame unwinder.
9115
9116 2004-03-19 Kevin Buettner <kevinb@redhat.com>
9117
9118 * breakpoint.c (adjust_breakpoint_address): Don't adjust
9119 breakpoint address for watchpoints or the catch eventpoints.
9120 Add new paramter ``bptype''. Adjust all callers.
9121
9122 2004-03-19 Andrew Cagney <cagney@redhat.com>
9123
9124 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
9125
9126 * PROBLEMS: Delete note that ARM does not use frame code, problem
9127 fixed.
9128
9129 2004-03-18 Andrew Cagney <cagney@redhat.com>
9130
9131 * stack.c (return_command): Delete code wrapped in #ifdef
9132 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
9133
9134 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
9135
9136 2004-03-18 Andrew Cagney <cagney@redhat.com>
9137
9138 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
9139 DEPRECATED_IN_SIGTRAMP.
9140 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9141 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
9142 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9143 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9144 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9145 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9146 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9147 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9148 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
9149 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
9150
9151 2004-03-18 Andrew Cagney <cagney@redhat.com>
9152
9153 * frame-base.c: Update copyright. Include "gdb_obstack.h".
9154 (struct frame_base_table_entry): Define.
9155 (struct frame_base_table): Re-implement as a linked list.
9156 (frame_base_init): Re-implement.
9157 (frame_base_table): Delete function.
9158 (append_predicate): Delete function.
9159 (frame_base_append_sniffer): Update.
9160 (frame_base_set_default): Update.
9161 (frame_base_find_by_frame): Update.
9162 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
9163 * Makefile.in (frame-base.o): Update dependencies.
9164
9165 2004-03-17 Andrew Cagney <cagney@redhat.com>
9166
9167 * frame.c (legacy_get_prev_frame): Pass correct frame to
9168 frame_unwind_find_by_frame.
9169
9170 2004-03-17 David Carlton <carlton@kealia.com>
9171
9172 * NEWS: Mention C++ nested types and namespaces
9173
9174 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
9175
9176 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
9177 and "Regressions since gdb 5.3.". Add known regressions since
9178 gdb 6.0.
9179
9180 2004-03-16 David Carlton <carlton@kealia.com>
9181
9182 * dwarf2read.c (process_structure_scope): Process children even
9183 when we're a declaration.
9184
9185 2004-03-16 Andrew Cagney <cagney@redhat.com>
9186
9187 * symtab.h (find_pc_sect_partial_function): Delete declaration.
9188 * blockframe.c (find_pc_partial_function)
9189 (find_pc_sect_partial_function): Merge into a single
9190 find_pc_partial_function.
9191
9192 2004-03-16 Mark Kettenis <kettenis@gnu.org>
9193
9194 * i386bsd-nat.c: s/regno/regnum/g.
9195 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
9196 FP0_REGNUM.
9197 (store_inferior_registers): Likewise.
9198
9199 2004-03-16 Mark Kettenis <kettenis@gnu.org>
9200
9201 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
9202 of i387_fill_fsave.
9203 (store_inferior_registers): Call i387_collect_fsave and
9204 i387_collect_fxsave instead of i387_fill_fsave and
9205 i387_fill_fxsave.
9206
9207 2004-03-15 Andrew Cagney <cagney@redhat.com>
9208
9209 * Makefile.in (frame-unwind.o): Update dependencies.
9210 * frame-unwind.c: Include "gdb_obstack.h".
9211 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
9212 parameter.
9213 (append_predicate): Delete function.
9214 (struct frame_unwind_table_entry): New structure.
9215 (struct frame_unwind_table): Replace "sniffer" with "head" and
9216 "tail".
9217 (frame_unwind_append_sniffer): Update.
9218 (frame_unwind_find_by_frame): Update.
9219 (_initialize_frame_unwind): Registe frame_unwind_init using
9220 gdbarch_data_register_pre_init.
9221
9222 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9223
9224 * i386bsd-nat.c: Update copyright year.
9225 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
9226 define unconditionally.
9227
9228 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9229
9230 * i387-tdep.h (i387_collect_fsave): New prototype.
9231 * i387-tdep.c (i387_collect_fsave): New function containing most
9232 of the code from i387_fill_fsave.
9233 (i387_fill_fsave): Call i387_collect_fsave.
9234
9235 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9236
9237 * i386-linux-tdep.c: Update copyright year.
9238 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
9239 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
9240 svr4_ilp32_link_map_offsets instead of
9241 i386_linux_svr4_fetch_link_map_offsets.
9242
9243 2004-03-15 David Carlton <carlton@kealia.com>
9244
9245 Fix for PR c++/1553:
9246 * dwarf2read.c (read_structure_type): Determine type name by
9247 calling determine_class_name.
9248 (determine_class_name): New.
9249 (determine_prefix): Look at TYPE_TAG_NAME and call
9250 determine_class_name when appropriate.
9251 (determine_prefix_aux, class_name): Delete.
9252 (read_namespace): Set die->type.
9253
9254 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9255
9256 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
9257 unused macro definition. The definition in target.h (or perhaps
9258 elsewhere) takes precedence.
9259
9260 2004-03-15 Andrew Cagney <cagney@redhat.com>
9261
9262 * ppc-tdep.h: Update copyright.
9263 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
9264 function signatures to match "regsets.h".
9265 * ppc-linux-tdep.c: Include "regset.h".
9266 (ELF_GREGSET_SIZE): Delete.
9267 (right_supply_register): New function.
9268 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
9269 using right_supply_register.
9270 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
9271 functions.
9272 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
9273 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
9274 (_initialize_ppc_linux_tdep): Do not register
9275 ppc_linux_regset_core_fns.
9276 (ppc_linux_regset_from_core_section): Replace
9277 fetch_core_registers.
9278 (ppc_linux_regset_core_fns): Delete.
9279 * ppc-linux-nat.c: (right_fill_reg): New function.
9280 (supply_gregset): Update call to ppc_linux_supply_gregset.
9281 (fill_gregset): Clear the register set, use right_fill_reg.
9282 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
9283 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
9284
9285 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
9286 unsigned.
9287
9288 2004-03-15 Andrew Cagney <cagney@redhat.com>
9289
9290 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
9291 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
9292 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
9293 and register_gdbarch_data.
9294 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
9295 (struct gdbarch_data): Replace "init" by "pre_init" and
9296 "post_init".
9297 * gdbarch.h, gdbarch.c: Re-generate.
9298 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
9299 with"obstack", use OBSTACK_ZALLOC.
9300 (dwarf2_frame_ops): Delete.
9301 (dwarf2_frame_set_init_reg): Use gdbarch_data.
9302 (dwarf2_frame_init_reg): Use gdbarch_data.
9303 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
9304 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
9305 (_initialize_svr4_solib): Update.
9306 * user-regs.c (_initialize_user_regs): Update.
9307 * reggroups.c (_initialize_reggroup): Update.
9308 * regcache.c (_initialize_regcache): Update.
9309 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9310 * libunwind-frame.c (_initialize_libunwind_frame): Update.
9311 * gnu-v3-abi.c (init_gnuv3_ops): Update.
9312 * frame-unwind.c (_initialize_frame_unwind): Update.
9313 * frame-base.c (_initialize_frame_base): Update.
9314 * user-regs.c (user_reg_add): Update.
9315 * reggroups.c (reggroup_add): Update.
9316 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
9317 * libunwind-frame.c (libunwind_frame_set_descr): Update.
9318 * frame-unwind.c (frame_unwind_append_sniffer): Update.
9319 * frame-base.c (frame_base_table): Update.
9320 * remote.c (_initialize_remote): Update.
9321 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
9322
9323 2004-03-15 Andrew Cagney <cagney@redhat.com>
9324
9325 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
9326
9327 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9328
9329 * Makefile.in (frv-linux-tdep.o): Add dependencies.
9330 * frv-linux-tdep.c: New file.
9331 * frv-tdep.c (struct gdbarch_tdep): Add new field
9332 ``sigcontext_reg_addr''.
9333 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
9334 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
9335 (frv_sigramp_frame_sniffer): New functions.
9336 (frv_sigtramp_frame_unwind): New static global.
9337 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
9338 sniffers.
9339 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
9340 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
9341
9342 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9343
9344 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
9345 but not via a call to error(), when unable to read memory.
9346
9347 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9348
9349 * frv-tdep.c (frv_call_dummy_words): Delete.
9350 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
9351
9352 2004-03-15 Andrew Cagney <cagney@redhat.com>
9353
9354 * infrun.c (handle_step_into_function, step_over_function): Only
9355 update and use STEP_FRAME_ID when the system is using legacy
9356 frames. Update comments.
9357
9358 2004-03-14 Mark Kettenis <kettenis@gnu.org>
9359
9360 * amd64-linux-tdep.h: Remove file.
9361 * amd64-linux-tdep.c: Don't include "inferior.h" and
9362 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
9363 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
9364 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
9365 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
9366 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
9367 macros.
9368 (user_to_gdb_regmap): Remove variable.
9369 (amd64_linux_gregset_reg_offset): New variable.
9370 (amd64_core_fns): Remove variable.
9371 (fetch_core_registers): Remove function.
9372 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
9373 functions.
9374 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
9375 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
9376 * Makefile.in (amd64_linux_tdep_h): Remove.
9377 (amd64-linux-nat.o): Update dependencies.
9378 (amd64-linux-tdep.o): Update dependencies.
9379
9380 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
9381 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
9382 functions.
9383 (fetch_inferior_registers, store_inferior_registers): Rewrite.
9384
9385 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
9386 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
9387
9388 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
9389
9390 * dwarf2read.c (read_structure_type): Rename from
9391 read_structure_scope. Don't create a symbol or call process_die.
9392 Return immediately if die->type is set. Call read_type_die before
9393 dwarf2_add_member_fn.
9394 (process_structure_scope): New function.
9395 (read_enumeration_type, process_enumeration_scope): New functions,
9396 broken out from read_enumeration. Don't create the enumeration
9397 type if it has already been created.
9398 (read_enumeration): Removed.
9399 (process_die): Call read_structure_type, process_structure_scope,
9400 read_enumeration_type, and process_enumeration_scope. Just call
9401 new_symbol for base and subrange types. Add a comment about other
9402 type dies.
9403 (read_type_die): Call read_enumeration_type.
9404 (add_partial_structure, new_symbol): Update comments.
9405
9406 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9407
9408 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
9409
9410 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9411
9412 * tui/tui-win.h (tui_get_cmd_list): Declare.
9413 * tui/tui-win.c (tui_command): New function.
9414 (tui_get_cmd_list): New function.
9415 (_initialize_tui_win): Moved initialization of tui command in
9416 tui_get_cmd_list.
9417
9418 * tui/tui-data.c (init_content_element): Setup new data members.
9419 (init_win_info): Likewise.
9420 (free_content_elements): Free it.
9421 * tui/tui-data.h (struct tui_data_element): Store the register
9422 content to print.
9423 (struct tui_data_info): Keep the current register group.
9424
9425 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
9426
9427 * tui/tui-regs.h (tui_show_registers): Update prototype.
9428 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
9429 (tui_resize_all): No need to calculate anything for register window.
9430 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
9431 (tui_set_register_element, tui_set_general_regs_content): Remove.
9432 (tui_set_special_regs_content): Remove.
9433 (tui_set_general_and_special_regs_content): Remove.
9434 (tui_set_float_regs_content): Remove.
9435 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
9436 (tui_set_regs_content): Remove.
9437 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
9438 (tui_v_show_registers_command_support): Remove.
9439 (tui_show_registers): Use a reggroup to specify the registers to show.
9440 (tui_show_register_group): New function.
9441 (tui_display_registers_from): Compute the layout of register window
9442 and refresh with new API; be sure to delete old register windows.
9443 (tui_check_register_values): Update to use tui_get_register and
9444 tui_display_data.
9445 (tui_display_register): Just refresh the register window part.
9446 (tui_register_format): Format registers and save in tui_data_element.
9447 (tui_get_register): New to combine tui_reg_value_has_changed and
9448 tui_get_register_raw_value; fix to use the new gdb API.
9449 (tui_show_float_command): Renamed tui_reg_float_command.
9450 (tui_show_general_command): Renamed tui_reg_general_command.
9451 (tui_show_special_command): Renamed tui_reg_system_command.
9452 (_initialize_tui_regs): Remove unused commands.
9453
9454 2004-03-13 Mark Kettenis <kettenis@gnu.org>
9455
9456 * NEWS (New native configurations): Mention OpenBSD/amd64.
9457
9458 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
9459 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
9460 Remove defines.
9461 * config/i386/nm-fbsd64.h: Likewise.
9462 * config/i386/nm-obsd.h: Likewise.
9463 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
9464 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
9465
9466 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9467
9468 * frv-tdep.c (set_variant_scratch_registers): New function.
9469 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
9470 New constants.
9471
9472 From Richard Sandiford <rsandifo@redhat.com>:
9473 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
9474
9475 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9476
9477 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
9478 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
9479 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
9480 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
9481 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
9482 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
9483 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
9484 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
9485 definitions from frv-tdep.c to frv-tdep.h.
9486
9487 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9488
9489 Add shared library support for FR-V FDPIC ABI:
9490 * Makefile.in (solib-frv.o): Add dependencies.
9491 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
9492 New functions.
9493 (frv_push_dummy_call): Add support for FDPIC ABI.
9494 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
9495 for FDPIC ABI.
9496 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
9497 (frv_fdpic_find_canonical_descriptor): Declare.
9498 * solib-frv.c: New file.
9499 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
9500 * config/frv/tm-frv.h (solib.h): Include.
9501
9502 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9503
9504 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
9505 (frv-tdep.o): Update dependencies.
9506 * frv-tdep.h: New file.
9507 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
9508 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
9509 constants.
9510 (struct gdbarch_tdep): Add new member ``frv_abi''.
9511 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
9512 functions.
9513 (new_variant): Set ``frv_abi'' field.
9514 (gdb_arch_init): Detect FDPIC executables.
9515
9516 2004-03-12 Mark Kettenis <kettenis@gnu.org>
9517
9518 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
9519 wrapper.
9520
9521 2004-03-11 Andrew Cagney <cagney@redhat.com>
9522
9523 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
9524
9525 2004-03-11 Kevin Buettner <kevinb@redhat.com>
9526
9527 * solist.h (master_so_list): New function.
9528 * solib.c (master_so_list): Likewise.
9529 * solib-svr4.c (enable_break): Iterate over so_list entries
9530 obtained from master list instead of entries obtained directly
9531 via svr4_current_sos().
9532
9533 2004-03-10 Ben Elliston <bje@gnu.org>
9534
9535 * MAINTAINERS: Update my mail address.
9536
9537 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9538
9539 * remote-m32r-sdi.c: Support hardware watchpoint.
9540
9541 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9542
9543 * user-regs.c: Update copyright years.
9544 (struct user_regs): Rename to gdb_user_regs.
9545 (append_user_reg, builtin_user_regs, user_regs_init)
9546 (user_reg_add, user_reg_map_name_to_regnum)
9547 (usernum_to_user_reg): Update.
9548
9549 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9550
9551 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
9552 (skip_children): New functions.
9553 (locate_pdi_sibling): Call skip_children.
9554
9555 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9556
9557 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
9558 * gdbtypes.c (check_typedef): Update comments.
9559
9560 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9561
9562 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
9563 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
9564 pointer. Update comment about comp_unit_head.
9565 (struct abbrev_info): Shorten two int flags.
9566 (dwarf_alloc_abbrev): Take a CU argument.
9567 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
9568 each time through the loop. Update cleanup argument.
9569 (psymtab_to_symtab_1): Update cleanup call.
9570 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
9571 abbrev_obstack.
9572 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
9573 Just call obstack_free and clear the pointer.
9574
9575 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9576
9577 * infrun.c (handle_inferior_event): Remove short-circuit code for
9578 events in a different thread.
9579
9580 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9581
9582 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
9583 print the whole transfer.
9584 (initialize_targets): Update description of "set debug target".
9585
9586 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9587
9588 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
9589
9590 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
9591
9592 * MAINTAINERS (write after approval): Add myself.
9593
9594 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
9595
9596 * sh-tdep.c (sh_print_registers_info): Use for loop.
9597 Don't skip multiple registers when a float register is encountered.
9598
9599 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
9600
9601 Fix PR tdep/1291.
9602 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
9603 to official SH documentation.
9604
9605 2004-03-07 Andrew Cagney <cagney@redhat.com>
9606
9607 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
9608 unused function.
9609
9610 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
9611
9612 * arm-tdep.c (thumb_get_next_pc): Handle BX.
9613 (arm_get_next_pc): Handle BX and BLX.
9614
9615 2004-03-07 Andrew Cagney <cagney@redhat.com>
9616
9617 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
9618 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
9619 HPPA_SP_REGNUM.
9620 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
9621 (hppa_target_read_fp): Delete.
9622 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
9623 register_virtual_size, max_register_raw_size,
9624 max_register_virtual_size, register_byte, register_size,
9625 target_read_fp, fp_regnum, and register_bytes. Set register_type
9626 instead of register_virtual_type.
9627 (hppa32_register_type, hppa64_register_type): Replace
9628 hppa32_register_virtual_type and hppa64_register_virtual_type.
9629 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
9630 (HPPA_FP_REGNUM): Define.
9631
9632 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
9633
9634 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
9635 (pa_do_registers_info): Delete.
9636 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
9637 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
9638 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
9639
9640 * infcall.c (legacy_push_dummy_code): Delete #ifdef
9641 GDB_TARGET_IS_HPPA code.
9642 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
9643 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
9644 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
9645 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
9646 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
9647 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
9648 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
9649 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
9650 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
9651 (hppa_frameless_function_invocation, hppa64_store_return_value)
9652 (hppa_store_struct_return, hppa64_extract_return_value)
9653 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
9654 (hppa32_call_dummy_length, hppa64_call_dummy_length)
9655 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
9656 (find_proc_framesize, deposit_21, restore_pc_queue)
9657 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
9658 (rp_saved, pc_in_linker_stub): Delete.
9659
9660 Unconditionally enable 64-bit frame and ABI code.
9661 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
9662 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
9663 push_dummy_frame, fix_call_dummy, push_arguments,
9664 call_dummy_location, extract_return_value, use_struct_convention,
9665 store_return_value, store_struct_return, saved_pc_after_call,
9666 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
9667 frame_chain, frame_chain_valid, frameless_function_invocation,
9668 frame_saved_pc, and pop_frame.
9669
9670 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
9671 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
9672 (hppa_gdbarch_init): Do not set PC_REGNUM.
9673
9674 2004-03-06 Mark Kettenis <kettenis@gnu.org>
9675
9676 * config/alpha/tm-fbsd.h: Remove file.
9677 * config/alpha/fbsd.mt: Tweak comment.
9678 (TM_FILE): Set to tm-alpha.h.
9679
9680 2004-03-05 Andrew Cagney <cagney@redhat.com>
9681
9682 * infrun.c (step_over_function): When non-legacy code, and no
9683 step_frame_id, use the unwinder to get the caller's frame ID.
9684
9685 2004-03-05 Mark Kettenis <kettenis@gnu.org>
9686
9687 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
9688 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
9689 bfd_arch_unknown. Adjust comment.
9690
9691 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
9692 * i386obsd-tdep.c: Correct spelling in comment.
9693 * i386nbsd-tdep.c: Correct spelling in comment.
9694 * sparc-tdep.c: Correct spelling in comments.
9695
9696 2004-03-05 David Carlton <carlton@kealia.com>
9697
9698 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
9699 bug.
9700
9701 2004-03-05 Mark Kettenis <kettenis@gnu.org>
9702
9703 * sparc-tdep.c: Fix typo in comment.
9704
9705 2004-03-04 J. Brobecker <brobecker@gnat.com>
9706
9707 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
9708
9709 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
9710
9711 * dwarf2read.c: Add comment describing memory lifetimes.
9712 (struct dwarf2_pinfo): Update comment.
9713 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
9714 (read_enumeration, new_symbol): Don't use obsavestring.
9715
9716 2004-03-04 Mark Kettenis <kettenis@gnu.org>
9717
9718 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
9719 instead of amd64_fill_fxsave.
9720 * amd64bsd-nat.c (store_inferior_registers): Likewise.
9721 * amd64fbsd-nat.c (fill_fpregset): Likewise.
9722
9723 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
9724 Reorganize code a bit.
9725
9726 2004-03-04 Orjan Friberg <orjanf@axis.com>
9727
9728 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
9729 when the frame pointer is pushed. Don't set the frame pointer's
9730 address on the stack unless it's actually located there.
9731 Set the SRP's address on the stack correctly when the PC is still in
9732 the prologue.
9733 (cris_return_value): New function.
9734 (cris_gdbarch_init): Clear deprecated store_return_value,
9735 extract_return_value.
9736
9737 2004-03-02 Jim Blandy <jimb@redhat.com>
9738
9739 * stabsread.c (reg_value_complaint): The maximum register number
9740 is one less than the number of registers.
9741
9742 2004-03-02 Andrew Cagney <cagney@redhat.com>
9743
9744 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
9745 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
9746 trailing comma and redundant assignment of I386_ST0_REGNUM.
9747 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
9748 32-bit segment registers.
9749
9750 2004-03-01 Andrew Cagney <cagney@redhat.com>
9751
9752 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
9753 use frame_relative_level and get_next_frame.
9754
9755 2004-02-29 Andrew Cagney <cagney@redhat.com>
9756
9757 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
9758 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
9759 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
9760 Delete macro.
9761
9762 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9763
9764 * inflow.c (terminal_inferior): Don't give up the terminal if we
9765 previously couldn't get the inferior's terminal state.
9766
9767 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9768
9769 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
9770 PC_REGNUM.
9771
9772 2004-02-28 Andrew Cagney <cagney@redhat.com>
9773
9774 * NEWS: Refer to GDB 6.1.
9775 * README: Refer to GDB 6.1.
9776 * PROBLEMS: Refer to GDB 6.1.
9777
9778 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
9779
9780 * thread-db.c (disable_thread_signals): Remove unused function.
9781
9782 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9783
9784 * amd64-nat.c: Include "gdb_string.h".
9785 (amd64_collect_native_gregset): Zero-extend the 32-bit
9786 general-purpose registers and %eip.
9787
9788 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
9789 * amd64-tdep.c (amd64_collect_fxsave): New function.
9790 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
9791
9792 * i387-tdep.h: Update copyright year.
9793 (i387_collect_fxsave): New prototype.
9794 * i387-tdep.c: Update copyright year.
9795 (i387_collect_fxsave): New function containing most of the code
9796 from i387_fill_fxsave.
9797 (i387_fill_fxsave): Call i387_collect_fxsave.
9798
9799 2004-02-28 Andrew Cagney <cagney@redhat.com>
9800
9801 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
9802 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
9803
9804 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9805
9806 * amd64-tdep.c (amd64_frame_cache): Fix comment.
9807
9808 2004-02-28 Andrew Cagney <cagney@redhat.com>
9809
9810 * utils.c: Use "", instead of <>, to include readline.
9811 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
9812 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
9813 * source.c, solib.c, exec.c, event-top.c: Ditto.
9814 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
9815 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
9816 * Makefile.in: Update all dependencies.
9817 (readline_tilde_h, readline_history_h): Define.
9818 (readline_headers): Delete.
9819
9820 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9821
9822 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
9823 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
9824 "config/i386/tm-lx64.h".
9825
9826 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
9827 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
9828 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
9829
9830 2004-02-28 Andrew Cagney <cagney@redhat.com>
9831
9832 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
9833
9834 * breakpoint.c (_initialize_breakpoint): Use
9835 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
9836 Add help to show command.
9837
9838 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9839
9840 * i386-nat.c: Reformat to be closer to coding standards.
9841 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
9842 `retval'. Make variables `align' and `size' local to while-loop.
9843 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
9844 (_initialize_i386_nat): New prototype.
9845
9846 * tui/tui.c: Include <readline/readline.h> instead of
9847 "readline/readline.h". Include it after <term.h> and
9848 "gdb_curses.h".
9849
9850 2004-02-27 Andrew Cagney <cagney@redhat.com>
9851
9852 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
9853 the new frame unwind code.
9854 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
9855 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
9856 PCOQ_HEAD_REGNUM.
9857
9858 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
9859 "return_value" and "push_dummy_call".
9860 (hppa32_use_struct_convention): Delete unused function.
9861 (hppa32_store_return_value): Delete unused function.
9862 (hppa32_extract_return_value): Delete unused function.
9863 (hppa32_stack_align): Delete function.
9864
9865 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
9866
9867 * coffread.c (enter_linenos): Don't let rawptr reference memory
9868 outside linetab[]'s limits.
9869
9870 2004-02-27 Andrew Cagney <cagney@redhat.com>
9871
9872 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
9873 inferior stack space - the stack needs to grow upwards.
9874 (hppa32_frame_align): New function.
9875 (hppa64_frame_align): Replace hppa_frame_align.
9876 (hppa_gdbarch_init): Update.
9877
9878 2004-02-26 Orjan Friberg <orjanf@axis.com>
9879
9880 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
9881 (dwarf2-frame.h): Include.
9882 (enum cris_regnums): New enum CRIS_FP_REGNUM.
9883 Remove static variables related to ABI setting.
9884 (struct gdbarch_tdep): Remove cris_abi member.
9885 (struct frame_extra_info): Remove.
9886 (cris_unwind_cache, stack_item): New structs.
9887 (cris_frame_unwind, cris_frame_base): New variables.
9888 (push_stack_item, pop_stack_item)
9889 (cris_frame_unwind_cache, cris_frame_this_id)
9890 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
9891 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
9892 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
9893 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
9894 (cris_reg_struct_has_addr): New functions.
9895 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
9896 (cris_frame_saved_pc, cris_saved_pc_after_call,
9897 (cris_store_struct_return, cris_frameless_function_invocation)
9898 (cris_pop_frame, cris_skip_prologue_main)
9899 (cris_abi_original_store_return_value)
9900 (cris_abi_v2_store_return_value)
9901 (cris_abi_original_extract_return_value)
9902 (cris_abi_v2_extract_return_value)
9903 (cris_abi_original_reg_struct_has_addr)
9904 (cris_abi_v2_reg_struct_has_addr)
9905 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
9906 (cris_push_return_address, cris_abi_update): Remove.
9907 (_initialize_cris_tdep): Remove ABI command.
9908 (cris_dump_tdep): Ditto.
9909 (cris_gdbarch_init): Remove ABI command.
9910 Set store_return_value, extract_return_value, push_dummy_code,
9911 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
9912 frame_unwind_append_sniffer, frame_base_set_default.
9913 Clear deprecated init_frame_pc, push_arguments, store_return_value,
9914 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
9915 sizeof_call_dummy_words, get_saved_register, push_return_address,
9916 pop_frame, store_struct_return, frame_init_saved_regs,
9917 init_extra_frame_info, frameless_function_invocation, frame_chain,
9918 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
9919 dummy_write_sp.
9920
9921 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9922
9923 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
9924 * valprint.c (print_hex_chars): Change from static to external.
9925 (print_char_chars): New function.
9926 * printcmd.c (print_scalar_formatted): For integer and enum types
9927 that are longer than LONGEST, perform processing via appropriate
9928 print_*_chars routines.
9929
9930 2004-02-26 Andrew Cagney <cagney@redhat.com>
9931
9932 * Makefile.in: Update dependencies.
9933 Changes from Ulrich Weigand,
9934 * s390-tdep.c: Include "dwarf2-frame.h".
9935 (s390_dwarf2_frame_init_reg): New function.
9936 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
9937 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
9938
9939 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9940
9941 * breakpoint.c (pending_break_support): New setting variable.
9942 (break_command_1): Account for pending_break_support setting
9943 when creating pending breakpoints.
9944 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
9945 (_initialize_breakpoint): Add "set breakpoint pending" and
9946 "show breakpoint pending" commands.
9947
9948 2004-02-26 Andrew Cagney <cagney@redhat.com>
9949
9950 Fix PR i18n/1570.
9951 * charset.c (backslashable, backslashed, represented): Remove 'e'
9952 from list of escaped characters, not part of ISO-C.
9953
9954 2004-02-25 J. Brobecker <brobecker@gnat.com>
9955
9956 From Peter Schauer <schauer@pdf.de>:
9957 * tui/tui.c: Move system header includes after local includes.
9958 Fixes a build failure on solaris systems.
9959
9960 2004-02-25 J. Brobecker <brobecker@gnat.com>
9961
9962 * configure.in: Refine the previous change.
9963 * configure: Regenerate.
9964
9965 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9966
9967 * amd64-tdep.h: Renamed from x86-64-tdep.h.
9968 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
9969 "amd64-tdep.h" instead of "x86-64-tdep.h".
9970 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9971 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
9972 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
9973 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9974 and "x86-64-tdep.c".
9975 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
9976 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9977 and "x86-64-tdep.c".
9978 * amd64bsd-nat.c: Update copyright year.
9979 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9980 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
9981 "x86-64-tdep.h".
9982 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9983 "x86-64-tdep.h".
9984 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9985 "x86-64-tdep.h".
9986 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9987 "x86-64-tdep.h".
9988 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9989 "x86-64-tdep.h".
9990 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9991 "x86-64-tdep.h".
9992 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9993 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9994 * Makefile.in (amd64_linux_tdep_h): Renamed from
9995 x86_64_linux_tdep_h.
9996 (amd64_tdep_h): Renamed from x86_64_tdep_h.
9997 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9998 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9999 (amd64obsd-tdep.o): Update dependencies.
10000 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
10001 dependencies.
10002 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
10003 dependencies.
10004 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
10005 amd64-linux-nat.c amd64-linux-tdep.c.
10006 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
10007 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
10008 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
10009 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
10010 amd64-tdep.o and amd64-linux-tdep.o.
10011 (TM_FILE): Set to tm-linux64.h.
10012 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
10013 (NAT_FILE): Set to nm-linux64.h.
10014 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
10015 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10016 amd64-tdep.o.
10017 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10018 amd64-tdep.o.
10019 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
10020 amd64-tdep.o.
10021
10022 2004-02-25 Roland McGrath <roland@redhat.com>
10023
10024 * remote.c (remote_protocol_qPart_auxv): New variable.
10025 (init_all_packet_configs): Initialize it.
10026 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
10027 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
10028 (show_remote_cmd): Call it.
10029 (_initialize_remote): Initialize commands.
10030 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
10031 service TARGET_OBJECT_AUXV requests.
10032
10033 2004-02-25 J. Brobecker <brobecker@gnat.com>
10034
10035 * configure.in: Make sure that the wborder function is available.
10036 Otherwise, search for it in the cur_colr library.
10037 * configure: Regenerate.
10038
10039 2004-02-25 Andrew Cagney <cagney@redhat.com>
10040
10041 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
10042
10043 2004-02-25 Mark Kettenis <kettenis@gnu.org>
10044
10045 * config/i386/tm-x86-64linux.h: Tweak comments.
10046
10047 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
10048
10049 * MAINTAINERS: Add self to write-after-approval list.
10050
10051 2004-02-25 Andrew Cagney <cagney@redhat.com>
10052
10053 PR cli/1566. Problem found, and fix suggested by David Allan.
10054 * cli/cli-script.c (execute_control_command): Unconditionally
10055 install a cleanup. Default "ret" to "invalid_control". Use
10056 "break" instead of "return" to escape from the switch.
10057
10058 2004-02-24 J. Brobecker <brobecker@gnat.com>
10059
10060 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
10061 with the lines macro defined in term.h on AiX.
10062 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
10063 a collision with the label_width macro defined in term.h on AiX.
10064
10065 2004-02-23 David Mosberger <davidm@hpl.hp.com>
10066
10067 Committed by Kevin Buettner <kevinb@redhat.com>.
10068
10069 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
10070 * ia64-tdep.c (ia64_write_pc): Make it a global function.
10071 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
10072 instead of ia64_write_pc().
10073 * ia64-linux-tdep.c (regcache.h): Include.
10074 (ia64_linux_write_pc): New function.
10075
10076 2004-02-23 Roland McGrath <roland@redhat.com>
10077
10078 * auxv.c (info_auxv_command): Fix typos in error messages.
10079
10080 2004-02-23 Mark Kettenis <kettenis@gnu.org>
10081
10082 * x86-64-tdep.h: Tweak comment.
10083 (enum amd64_regnum): New.
10084 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
10085 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
10086 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
10087 (X86_64_XMM1_REGNUM): Removed.
10088 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
10089 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
10090 prototypes for renamed functions.
10091 * x86-64-tdep.c: Fix typo.
10092 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
10093 register numbers.
10094 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
10095 Use constants from `enum amd64_regnum' for register numbers.
10096 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
10097 (amd64_analyze_prologue, amd64_frame_cache,
10098 amd64_sigtramp_frame_cache): Use constants from `enum
10099 amd64_regnum' for register numbers.
10100 (amd64_supply_fpregset): Adjust for renamed functions.
10101 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
10102 `enum amd64_regnum' for register numbers.
10103 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
10104 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
10105 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
10106 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
10107 (amd64_linux_fill_gregset): Adjust for renamed macros.
10108 (fetch_core_registers): Adjust for renamed functions.
10109 (amd64_linux_init_abi): Adjust for renamed functions.
10110 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
10111 renamed functions.
10112 * amd64-nat.c: Adjust for renamed macros.
10113 * amd64bsd-nat.c (fetch_inferior_registers)
10114 (store_inferior_registers): Use constants from `enum amd64_regnum'
10115 for register numbers. Adjust for renamed variables.
10116 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
10117 renamed variables.
10118 (_initialize_amd64fbsd_nat): Use constants from `enum
10119 amd64_regnum' for register numbers.
10120 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
10121 `enum amd64_regnum' for register numbers.
10122 (amd64fbsd_init_abi): Adjust for renamed functions.
10123 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
10124 `enum amd64_regnum' for register numbers.
10125 (amd64nbsd_init_abi): Adjust for renamed functions.
10126 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
10127 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
10128 `enum amd64_regnum' for register numbers.
10129 (amd64obsd_init_abi): Adjust for renamed functions.
10130 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
10131
10132 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10133
10134 * breakpoint.c (print_one_breakpoint): Do not output spaces
10135 after printing <PENDING> for a pending breakpoint.
10136
10137 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10138
10139 * printcmd.c (print_scalar_formatted): Initialize val_long
10140 to remove compiler warning message.
10141
10142 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10143
10144 * defs.h (nquery, yquery): New prototypes.
10145 * breakpoint.c (break_command_1): Use new nquery interface.
10146 * utils.c (defaulted_query, nquery, yquery): New functions.
10147
10148 2004-02-23 Andrew Cagney <cagney@redhat.com>
10149
10150 * hppa-tdep.c (hppa_frame_align): New function.
10151 (hppa32_push_dummy_call): New function.
10152 (hppa64_push_dummy_call): New function.
10153 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
10154 disabled.
10155
10156 * infcall.c (legacy_push_dummy_code): Don't call deprecated
10157 FIX_CALL_DUMMY when push_dummy_call is available.
10158 (call_function_by_hand, push_dummy_code): Ditto.
10159
10160 2004-02-22 Andrew Cagney <cagney@redhat.com>
10161
10162 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
10163 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
10164 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
10165 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
10166 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
10167 call_dummy_location to ON_STACK.
10168
10169 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10170
10171 * x86-64-linux-tdep.c: Tweak comment.
10172 (amd64_linux_supply_gregset): Renamed from
10173 x86_64_linux_supply_gresget.
10174 (amd64_linux_fill_gregset): Renamed from
10175 x86_64_linux_fill_gregset.
10176 (fetch_core_registers): Adjust for renamed functions.
10177 (amd64_core_fns): Renamed from x86_64_core_fns.
10178 (amd64_linux_sigtramp_start): Renamed from
10179 x86_64_linux_sigtramp_start.
10180 (amd64_linux_pc_in_sigtramp): Renamed from
10181 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
10182 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
10183 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
10184 (amd64_linux_sigcontext_addr): Renamed from
10185 x86_64_linux_sigcontext_addr.
10186 (amd64_linux_sc_reg_offset): Renamed from
10187 x86_64_linux_sc_reg_offset.
10188 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
10189 Adjust for renamed functions and variables.
10190 (_initialize_amd64_linux_tdep): Renamed from
10191 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
10192 variables.
10193 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
10194 Adjust for renamed functions.
10195
10196 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
10197 from x86_64_linux_gregset64_reg_offset.
10198 (amd64_linux_gregset32_reg_offset): Rename from
10199 x86_64_linux_gregset64_reg_offset.
10200 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
10201 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
10202 (amd64_linux_dr_set_control): Renamed from
10203 x86_64_linux_dr_set_control. Adjust for renamed functions.
10204 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
10205 Adjust for renamed functions.
10206 (amd64_linux_dr_reset_addr): Renamed from
10207 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
10208 (amd64_linux_dr_get_status): Renamed from
10209 x86_64_linux_dr_get_status. Adjust for renamed functions.
10210 (_initialize_amd64_linux_nat): Renamed from
10211 _initialize_x86_64_linux_nat. Adjust for renamed variables and
10212 functions.
10213 * config/i386/nm-x86-64linux.h: Update copyright year.
10214 Adjust for renamed functions.
10215
10216 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
10217 amd64fbsd_sigtramp_start.
10218 (amd64fbsd_sigtramp_end_addr): Renamed from
10219 amd64fbsd_sigtramp_end.
10220 (amd64fbsd_init_abi): Adjust for renamed variables.
10221 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
10222 variables.
10223 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
10224 amd64fbsd_sigtramp_start.
10225 (amd64fbsd_sigtramp_end_addr): Renamed from
10226 amd64fbsd_sigtramp_end.
10227
10228 2004-02-22 Andrew Cagney <cagney@redhat.com>
10229
10230 * hppa-tdep.c (hppa32_return_value): New function.
10231 (hppa64_return_value): New function.
10232 (hppa_gdbarch_init): Set return_value; keep disabled.
10233
10234 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
10235 struct-return and inferior function call methods.
10236
10237 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10238 "frame-base.h".
10239 (struct hppa_frame_cache): Define.
10240 (hppa_frame_cache, hppa_frame_this_id): New functions.
10241 (hppa_frame_prev_register): New function.
10242 (hppa_frame_unwind, hppa_frame_base): New variables.
10243 (hppa_frame_unwind_sniffer): New function.
10244 (hppa_frame_base_address, hppa_unwind_pc): New function.
10245 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
10246 sniffer, and frame base sniffer; keep disabled.
10247 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
10248 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
10249
10250 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
10251 to predicates for "seriously old code".
10252
10253 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
10254 runtime if(0).
10255
10256 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
10257 unsigned.
10258 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
10259
10260 * config/pa/tm-hppa.h: Update copyright.
10261 (DEPRECATED_INIT_FRAME_PC): Delete macro.
10262 (deprecated_init_frame_pc_default): Delete declaration.
10263 (hppa_frame_init_saved_regs): Delete declaration.
10264 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10265 * hppa-tdep.c: Include "arch-utils.h".
10266 (hppa_gdbarch_init): Set deprecated init_frame_pc
10267 and deprecated frame_init_saved_regs.
10268 (hppa_frame_init_saved_regs): Make static.
10269
10270 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10271
10272 Remove old 386BSD support.
10273 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
10274 * configure.host: Remove i[34567]86-*-bsd*.
10275 * configure.tgt: Remove i[34567]86-*-bsd*.
10276 * i386b-nat.c: Removed.
10277 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
10278 (i386b-nat.o): Remove dependencies.
10279
10280 * config/i386/i386bsd.mh: Removed.
10281 * config/i386/i386bsd.mt: Removed.
10282 * config/i386/nm-i386bsd.h: Removed.
10283 * config/i386/tm-i386bsd.h: Removed.
10284 * config/i386/xm-i386bsd.h: Removed.
10285
10286 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
10287
10288 * amd64fbsd-tdep.c: Include "solib-svr4.h".
10289 (amd64fbsd_init_abi): Set link map offsets.
10290 * amd64nbsd-tdep.c: Include "slib-svr4.h".
10291 (amd64nbsd_init_abi): Set link map offsets.
10292 * amd64obsd-tdep.c: Include "solib-svr4.h".
10293 (amd64obsd_init_abi): Set link map offsets.
10294 * i386fbsd-tdep.c: Include "solib-svr4.h".
10295 (i386fbsd_init_abi): Set link map offsets.
10296 * i386nbsd-tdep.c: Include "solib-svr4.h".
10297 (i386nbsdelf_init_abi): Set link map offsets.
10298 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
10299 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
10300 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
10301 solib-legacy.o and core-aout.o. Reformat.
10302 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
10303 solib-svr4.o, solib-legacy.o. Reformat.
10304 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
10305 * config/i386/nbsdelf.mh: Reformat.
10306 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
10307 solib-svr4.o, solib-legacy.o and corelow.o.
10308 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
10309 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
10310 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
10311 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10312 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10313 (TM_FILE): Set to tm-fbsd.h.
10314 * config/i386/nbsd.mt (TDEPFILES): Reformat.
10315 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
10316 solib-svr4.o.
10317 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
10318 solib-svr4.o.
10319 (TM_FILE): Set to nm-nbsd.h.
10320 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
10321 Simplify shared library support. Don't include "elf/common.h".
10322 (SVR4_SHARED_LIBS): Don't define.
10323 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
10324 "solib.h".
10325 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
10326 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
10327 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
10328 Don't include "i386/tm-i386.h". Include "solib.h".
10329 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
10330 Don't include "i386/tm-i386.h".
10331 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
10332 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
10333 Include "i386/xm-i386.h".
10334 (HOST_LONG_DOUBLE_FORMAT): Remove.
10335
10336 Fix OpenBSD/i386 sigtramp recognition.
10337 * i386-tdep.h: Update copyright year.
10338 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
10339 (i386bsd_sigtramp_end): New prototypes.
10340 (i386fbsd_sigtramp_start_addr): Renamed from
10341 i386fbsd_sigtramp_start.
10342 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10343 (i386obsd_sigtramp_start_addr): Renamed from
10344 i386obsd_sigtramp_start.
10345 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10346 * i386bsd-tdep.c: Update copyright year.
10347 (i386bsd_pc_in_sigtramp): Make public.
10348 * i386fbsd-nat.c: Update copyright year.
10349 (_initialize_i386fbsd_nat): Adjust for renamed variables.
10350 * i386fbsd-tdep.c: Update copyright year.
10351 (i386fbsd_sigtramp_start_addr): Renamed from
10352 i386fbsd_sigtramp_start.
10353 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10354 (i386fbsdaout_init_abi): Adjust for renamed variables.
10355 * i386obsd-nat.c: Update copyright year.
10356 (_initialize_i386obsd_nat): Adjust for renamed variables.
10357 * i386obsd-tdep.c: Include "target.h".
10358 (i386obsd_page_size): New variable.
10359 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
10360 (i386obsd_sigtramp_end): New functions.
10361 (i386obsd_sigtramp_start_addr): Renamed from
10362 i386obsd_sigtramp_start.
10363 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10364 (i386obsd_init_abi): Adjust for renamed variables. Set
10365 pc_in_sigtramp, sigtramp_start and sigtramp_end.
10366 * Makefile.in (i386obsd-tdep.o): Update dependencies.
10367
10368 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
10369 trampoline change in OpenBSD kernel.
10370
10371 * amd64-nat.c: Update copyright year.
10372 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
10373 architecture from REGCACHE.
10374
10375 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
10376 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
10377
10378 2004-02-21 Mark Kettenis <kettenis@gnu.org>
10379
10380 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
10381 i[34567]86-*-openbsd3.[0-3].
10382 * config/i386/obsdaout.mh: New file.
10383
10384 * config/i386/obsd.mh (MH_FLAGS): Remove.
10385
10386 Fix PR build/1549.
10387 * i386obsd-tdep.c: Update copyright years. Include
10388 "solib-svr4.h".
10389 (i386obsd_init_abi): Don't set regset_from_core_section here.
10390 (i386obsd_aout_init_abi): New function. Set
10391 regset_from_core_section here.
10392 (i386obsd_elf_init_abi): New function.
10393 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
10394 * Makefile.in (i386obsd-tdep.o): Update dependecies.
10395 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
10396 (TM_FILE): Set to tm-nbsd.h.
10397
10398 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
10399 solib-sunos.o.
10400
10401 * solib-svr4.h: Update copyright year.
10402 (svr4_ilp32_fetch_link_map_offsets)
10403 (svr4_lp64_fetch_link_map_offsets): New prototype.
10404 * solib-svr4.c: Update copyright year.
10405 (svr4_ilp32_fetch_link_map_offsets)
10406 (svr4_lp64_fetch_link_map_offsets): New function.
10407
10408 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
10409
10410 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
10411 to the partial symbol table.
10412
10413 2004-02-20 J. brobecker <brobecker@gnat.com>
10414
10415 * PROBLEMS: Add description of problem documented under gdb/1560.
10416
10417 2004-02-20 Mark Kettenis <kettenis@gnu.org>
10418
10419 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
10420 comments.
10421 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
10422 functions.
10423 (amd64obsd_init_abi): Reorder initializations. Use
10424 amd64obsd_r_reg_offset to initialize the general-purpose register
10425 set details. Set regset_from_core_section.
10426 (_initialize_amd64obsd_tdep): Rename from
10427 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
10428 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
10429 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
10430
10431 * NEWS (New native configurations): Mention OpenBSD/alpha.
10432 * configure.tgt: Add alpha*-*-openbsd*.
10433 * configure.host: Add alpha*-*-openbsd*.
10434 * alphanbsd-tdep.c: Update copyright year.
10435 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
10436
10437 2004-02-20 Andrew Cagney <cagney@redhat.com>
10438
10439 Fix PR tdep/1372.
10440 * configure.tgt: Delete target "none-*-*".
10441 * configure.host: Delete host "none-*-*".
10442 * config/none/none.mh: Delete file.
10443 * config/none/none.mt: Delete file.
10444 * config/none/xm-none.h: Delete file.
10445 * config/none/tm-none.h: Delete file.
10446 * config/none/nm-none.h: Delete file.
10447
10448 2004-02-19 Fred Fish <fnf@redhat.com>
10449
10450 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
10451 cache->uses_fp prior to setting it.
10452
10453 2004-02-19 Fred Fish <fnf@redhat.com>
10454
10455 Fix for PR breakpoint/1558.
10456 * sh-tdep.c (IS_JSR): New macro.
10457 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
10458
10459 2004-02-19 Jim Blandy <jimb@redhat.com>
10460
10461 * findvar.c (value_from_register): Doc fix.
10462
10463 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
10464
10465 * printcmd.c (print_scalar_formatted): Do not check for sizeof
10466 type being greater than sizeof of host's LONGEST. Always use
10467 unpack_long() unless format 'f' chosen.
10468
10469 2004-02-19 Joel Brobecker <brobecker@gnat.com>
10470
10471 Committed by Elena Zannoni <ezannoni@redhat.com>
10472
10473 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
10474 contains a symbol wich is the best, non-exact match for the given
10475 pc. Update comments.
10476
10477 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
10478
10479 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
10480 macro, which was part of the now removed Mach 3 port.
10481 * utils.c (request_quit): Ditto.
10482
10483 2004-02-18 Mark Kettenis <kettenis@gnu.org>
10484
10485 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
10486 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
10487
10488 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10489
10490 Committed by Mark Kettenis <kettenis@gnu.org>.
10491
10492 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
10493 Define.
10494
10495 2004-02-18 Andrew Cagney <cagney@redhat.com>
10496
10497 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
10498 CONFIG_INSTALL and CONFIG_UNINSTALL.
10499 * configure: Re-generate.
10500 * interps.h (INTERP_TUI): Define.
10501 * Makefile.in: Update dependencies.
10502 (TUI): New macro.
10503 (tui-main.o): Specify dependencies.
10504 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
10505 * tui/tui-main.c: New file.
10506
10507 2004-02-18 Mark Kettenis <kettenis@gnu.org>
10508
10509 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
10510 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
10511 dependencies.
10512 * configure.host: Add x86_64-*-openbsd*.
10513 * configure.tgt: Add x86_64-*-openbsd*.
10514 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
10515
10516 * tui/tui.c: Don't include <malloc.h>.
10517
10518 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
10519 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
10520 amd64nbsd-tdep.c.
10521
10522 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
10523 static. Remove extraneous whitespace.
10524 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
10525 static.
10526
10527 2004-02-17 Jim Blandy <jimb@redhat.com>
10528
10529 * findvar.c (value_from_register): Doc fix.
10530
10531 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10532
10533 Committed by Jim Blandy <jimb@redhat.com>.
10534
10535 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
10536 CORE_ADDR as type for selectors. Correct types for GNU run time
10537 message lookup function to use double indirection.
10538 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
10539 * objc-lang.h (lookup_child_selector): Adapt prototype.
10540
10541 * s390-nat.c (SUBOFF): New macro.
10542 (supply_gregset, fill_gregset): Use it to handle debugging
10543 of 32-bit exectuables running under a 64-bit kernel.
10544 * s390-tdep.c: Include "solib-svr4.h".
10545 (s390_svr4_fetch_link_map_offset): New function.
10546 (s390x_svr_fetch_link_map_offset): Likewise.
10547 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
10548 * Makefile.in (s390-tdep.o): Update dependencies.
10549
10550 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
10551 "frame-unwind.h".
10552 (s390_readinstruction): Reformat. Use read_memory_nobpt.
10553 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
10554 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
10555 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
10556 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
10557 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
10558 S390_SIGNAL_FRAMESIZE,
10559 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
10560 (struct frame_extra_info): Remove.
10561 (s390_memset_extra_info): Remove.
10562 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
10563 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
10564 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
10565 (is_rse): Renamed to ...
10566 (is_rsy): ... this. Support long displacements.
10567 (is_rxe): Renamed to ...
10568 (is_rxy): ... this. Support long displacements.
10569 (compute_x_addr): Support long displacements.
10570 (struct s390_prologue_data): New data type.
10571 (s390_on_stack): Change API to use struct s390_prologue_data.
10572 (s390_store): Reimplement.
10573 (s390_load): New function.
10574 (s390_get_signal_frame_info): Remove.
10575 (s390_get_frame_info): Remove, replace by ...
10576 (s390_analyze_prolog): ... this new function.
10577 (s390_check_function_end): Remove.
10578 (s390_function_start): Remove.
10579 (s390_frameless_function_invokation): Remove.
10580 (s390_is_sigreturn): Remove.
10581 (s390_init_frame_pc_first): Remove.
10582 (s390_init_frame_extra_info): Remove.
10583 (s390_frame_init_saved_regs): Remove.
10584 (s390_frame_saved_pc_nofix): Remove.
10585 (s390_frame_saved_pc): Remove.
10586 (s390_frame_chain): Remove.
10587 (s390_fp_regnum, s390_read_fp): Remove.
10588 (s390_pop_frame_regular, s390_pop_frame): Remove.
10589 (s390_saved_pc_after_call): Remove.
10590 (s390_skip_prologue): Reimplement.
10591 (s390_in_function_epilogue_p): Support long displacements.
10592 (struct s390_unwind_cache): New data structure.
10593 (s390_frame_unwind_cache): New function.
10594 (s390_prologue_frame_unwind_cache): Likewise.
10595 (s390_backchain_frame_unwind_cache): Likewise.
10596 (s390_frame_this_id, s390_frame_prev_register): Likewise.
10597 (s390_frame_unwind): Define.
10598 (s390_frame_sniffer): New function.
10599 (struct s390_pltstub_unwind_cache): New data structure.
10600 (s390_pltstub_frame_unwind_cache): New function.
10601 (s390_pltstub_frame_this_id): Likewise.
10602 (s390_pltstub_frame_prev_register): Likewise.
10603 (s390_pltstub_frame_unwind): Define.
10604 (s390_pltstub_frame_sniffer): New function.
10605 (struct s390_sigtramp_unwind_cache): New data structure.
10606 (s390_sigtramp_frame_unwind_cache): New function.
10607 (s390_sigtramp_frame_this_id): Likewise.
10608 (s390_sigtramp_frame_prev_register): Likewise.
10609 (s390_sigtramp_frame_unwind): Define.
10610 (s390_sigtramp_frame_sniffer): New function.
10611 (s390_frame_base_address, s390_local_base_address): New functions.
10612 (s390_frame_base): Define.
10613 (s390_unwind_pc, s390_unwind_sp): New function.
10614 (s390_push_dummy_call): Use new frame base location.
10615 (s390_unwind_dummy_id): Likewise.
10616 (s390_gdbarch_init): Remove calls to:
10617 set_gdbarch_frameless_function_invocation,
10618 set_gdbarch_deprecated_init_frame_pc,
10619 set_gdbarch_deprecated_frame_chain,
10620 set_gdbarch_deprecated_frame_init_saved_regs,
10621 set_gdbarch_deprecated_pop_frame,
10622 set_gdbarch_deprecated_init_extra_frame_info,
10623 set_gdbarch_deprecated_init_frame_pc_first,
10624 set_gdbarch_deprecated_target_read_fp,
10625 set_gdbarch_deprecated_frame_saved_pc,
10626 set_gdbarch_deprecated_saved_pc_after_call,
10627 set_gdbarch_deprecated_fp_regnum.
10628 Add calls to:
10629 set_gdbarch_in_solib_call_trampoline,
10630 frame_unwind_append_sniffer,
10631 frame_base_set_default,
10632 set_gdbarch_unwind_pc,
10633 set_gdbarch_unwind_sp.
10634 * Makefile.in (s390-tdep.o): Update dependencies.
10635
10636 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
10637 (S390_STACK_FRAME_OVERHEAD): Remove.
10638 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
10639 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
10640 (s390_promote_integer_argument): Remove.
10641 (s390_cannot_extract_struct_value_address): Remove.
10642 (s390_use_struct_convention, s390_store_struct_return): Remove.
10643 (s390_extract_return_value, s390_store_return_value): Remove.
10644 (s390_return_value_convention, s390_return_value): New functions.
10645 (is_float_singleton): Handle typedefs.
10646 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
10647 Remove, replace by ...
10648 (s390_function_arg_pass_by_reference, s390_function_arg_float,
10649 s390_function_arg_integer): ... these new functions.
10650 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
10651 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
10652 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
10653 Fill in tdep->abi.
10654 Remove calls to:
10655 set_gdbarch_deprecated_store_struct_return,
10656 set_gdbarch_deprecated_extract_return_value,
10657 set_gdbarch_deprecated_store_return_value,
10658 set_gdbarch_use_struct_convention,
10659 set_gdbarch_extract_struct_value_address,
10660 set_gdbarch_deprecated_pc_in_call_dummy,
10661 set_gdbarch_deprecated_push_arguments,
10662 set_gdbarch_deprecated_save_dummy_frame_tos,
10663 set_gdbarch_deprecated_push_return_address,
10664 set_gdbarch_deprecated_sizeof_call_dummy_words,
10665 set_gdbarch_deprecated_call_dummy_words,
10666 set_gdbarch_deprecated_dummy_write_sp.
10667 Add calls to:
10668 set_gdbarch_push_dummy_call,
10669 set_gdbarch_unwind_dummy_id,
10670 set_gdbarch_return_value.
10671
10672 * config/s390/nm-linux.h: Update comments.
10673 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
10674 (STOPPED_BY_WATCHPOINT): Redefine.
10675 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
10676 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
10677 (s390_stopped_by_watchpoint): Likewise.
10678 (watch_area_cnt): Remove.
10679 * s390-nat.c: Update comments.
10680 (watch_area): Remove typedef.
10681 Global replace watch_area by struct watch_area.
10682 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
10683 (s390_stopped_by_watchpoint): Remove pid argument,
10684 use s390_inferior_tid. Add short-cut for the no watchpoint case.
10685 (s390_fix_watch_points): Remove pid argument,
10686 use s390_inferior_tid. Recompute area spanned by watchpoints.
10687 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
10688 argument. Reimplement.
10689
10690 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
10691 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
10692 (FETCH_INFERIOR_REGISTERS): Define.
10693 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
10694 core-regset.o.
10695 * config/s390/s390x.mt: Remove.
10696 * config/s390/tm-s390.h: Remove.
10697 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
10698 (TARGET_ELF64): Remove.
10699 (SKIP_TRAMPOLINE_CODE): Do not undefine.
10700 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
10701 s390*-*-* case; always set gdb_target to s390.
10702 * regformats/reg-s390.dat: Remove control registers.
10703 * regformats/reg-s390x.dat: Likewise.
10704 * s390-tdep.h: New file.
10705 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
10706 Include "inferior.h" and "s390-tdep.h".
10707 Remove private definition of offsetof.
10708 (s390_register_u_addr): Remove.
10709 (regmap_gregset, regmap_fpregset): Define.
10710 (supply_gregset, fill_gregset): Reimplement.
10711 (supply_fpregset, fill_fpregset): Likewise.
10712 (s390_inferior_tid): New function.
10713 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
10714 (fetch_inferior_registers, store_inferior_registers): Likewise.
10715 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
10716 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
10717 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
10718 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
10719 (struct gdbarch_tdep): Define.
10720 (struct s390_register_info): Define.
10721 (s390_register_info): New variable.
10722 (s390_register_name): Reimplement.
10723 (s390_register_type): New function.
10724 (s390_register_raw_size, s390x_register_raw_size): Remove.
10725 (s390_cannot_fetch_register): Remove.
10726 (s390_register_byte): Remove.
10727 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
10728 (s390_dwarf_regmap): New variable.
10729 (s390_dwarf_reg_to_regnum): New function.
10730 (s390_stab_reg_to_regnum): Remove.
10731 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
10732 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
10733 (s390_convert_register_p): Likewise.
10734 (s390_register_to_value, s390_value_to_register): Likewise.
10735 (s390_register_reggroup_p): Likewise.
10736 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
10737 s390_gregset, s390x_gregset, s390_fpregset): New variables.
10738 (s390_supply_regset, s390_regset_from_core_section): New functions.
10739 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
10740 (S390_FPR_SIZE): Likewise.
10741 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
10742 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
10743 (S390_NUM_GPRS): Move here from tm-s390.h.
10744 (S390_NUM_FPRS): Likewise.
10745 (s390_in_function_epilogue_p): New function.
10746 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
10747 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
10748 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
10749 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
10750 Replace S390_FP_REGNUM by S390_SP_REGNUM.
10751 Remove calls to:
10752 set_gdbarch_deprecated_max_register_raw_size,
10753 set_gdbarch_deprecated_max_register_virtual_size,
10754 set_gdbarch_deprecated_register_byte,
10755 set_gdbarch_cannot_fetch_register,
10756 set_gdbarch_cannot_store_register,
10757 set_gdbarch_deprecated_register_size,
10758 set_gdbarch_deprecated_register_raw_size,
10759 set_gdbarch_deprecated_register_virtual_size,
10760 set_gdbarch_deprecated_register_virtual_type,
10761 set_gdbarch_deprecated_register_bytes.
10762 Add calls to:
10763 set_gdbarch_num_pseudo_regs,
10764 set_gdbarch_register_type,
10765 set_gdbarch_convert_register_p,
10766 set_gdbarch_register_to_value,
10767 set_gdbarch_value_to_register,
10768 set_gdbarch_register_reggroup_p,
10769 set_gdbarch_regset_from_core_section,
10770 set_gdbarch_pseudo_register_read,
10771 set_gdbarch_pseudo_register_write,
10772 set_gdbarch_in_function_epilogue_p.
10773 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
10774 (s390_tdep_h): New variable.
10775
10776 2004-02-17 Jim Blandy <jimb@redhat.com>
10777
10778 * findvar.c (value_from_register): If the type has no length, just
10779 return an acceptable value --- don't report an internal error.
10780
10781 * stabsread.c (read_type): If we find any type numbers that are
10782 forward references, complain if the references aren't resolved by
10783 the time we're finished reading.
10784 (cleanup_undefined_types): Make error message more appropriate for
10785 a complaint.
10786
10787 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10788
10789 * Makefile.in (defs_h): Remove dependency on progress_h.
10790 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
10791 progress.h.
10792 * main.c (captured_main): Delete use of START_PROGRESS and
10793 END_PROGRESS.
10794
10795 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10796
10797 * objfiles.c (terminate_minimal_symbol_table): Add back
10798 initialization of MSYMBOL_TYPE.
10799
10800 2004-02-17 David Mosberger <davidm@hpl.hp.com>
10801
10802 Committed by Andrew Cagney.
10803 * Makefile.in (ia64_tdep_h): New macro.
10804 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
10805 (ia64-tdep.o): Likewise.
10806 * ia64-tdep.h: New file.
10807 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
10808 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
10809 (ia64_aix_sigcontext_register_address): Likewise.
10810 (ia64_linux_getunwind_table): Delete declaration.
10811 * ia64-linux-tdep.c: Likewise.
10812
10813 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
10814
10815 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
10816 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
10817 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
10818
10819 2004-02-17 Andrew Cagney <cagney@redhat.com>
10820
10821 * symtab.c (skip_prologue_using_sal): New function.
10822 * symtab.h (skip_prologue_using_sal): Declare.
10823 * frv-tdep.c: Include "symtab.h".
10824 (skip_prologue_using_sal): Delete function.
10825 * mips-tdep.c (skip_prologue_using_sal): Delete function.
10826 * rs6000-tdep.c (refine_prologue_limit): Mention
10827 skip_prologue_using_sal.
10828 * ia64-tdep.c (refine_prologue_limit): Ditto.
10829 * Makefile.in: Update dependencies.
10830
10831 2004-02-16 Andrew Cagney <cagney@redhat.com>
10832
10833 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
10834 START_INFERIOR_TRAPS_EXPECTED.
10835 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
10836 START_INFERIOR_TRAPS_EXPECTED.
10837 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
10838 Delete macro.
10839 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
10840 macro, moved to "nm-osf.h". Update copyright.
10841 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
10842 update copyright.
10843
10844 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
10845 and function replacing FRAMELESS_FUNCTION_INVOCATION.
10846 * blockframe.c (legacy_frameless_look_for_prologue): Rename
10847 frameless_look_for_prologue.
10848 * frame.h (legacy_frameless_look_for_prologue): Rename
10849 frameless_look_for_prologue.
10850 * gdbarch.h, gdbarch.c: Re-generate.
10851 * sh64-tdep.c (sh64_gdbarch_init): Update.
10852 * sh-tdep.c (sh_gdbarch_init): Update.
10853 * s390-tdep.c (s390_gdbarch_init): Update.
10854 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10855 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10856 * m68k-tdep.c (m68k_gdbarch_init): Update.
10857 (delta68_frame_args_address): Update.
10858 * m32r-tdep.c (m32r_gdbarch_init): Update.
10859 * hppa-tdep.c (hppa_gdbarch_init): Update.
10860 * h8300-tdep.c (h8300_gdbarch_init): Update.
10861 * frv-tdep.c (frv_gdbarch_init): Update.
10862 (frv_frameless_function_invocation): Update.
10863 * cris-tdep.c (cris_gdbarch_init): Update.
10864 (cris_frameless_function_invocation): Update.
10865 * avr-tdep.c (avr_gdbarch_init): Update.
10866 * arm-tdep.c (arm_gdbarch_init): Update.
10867 * stack.c (frame_info): Update, call predicate.
10868 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
10869 * frame.c (legacy_get_prev_frame): Update, call predicate..
10870 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
10871 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
10872 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
10873 invocation.
10874 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10875 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10876 * vax-tdep.c (vax_gdbarch_init): Ditto.
10877
10878 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
10879 function.
10880
10881 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10882
10883 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
10884 initializations.
10885
10886 2004-02-16 Andrew Cagney <cagney@redhat.com>
10887
10888 * tui/tui-windata.c: Include "gdb_string.h".
10889 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
10890 * tui/tui-layout.c, tui/tui-command.c: Ditto.
10891 * Makefile.in: Update dependencies.
10892
10893 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10894
10895 * Makefile.in (infrun.o): Add $(gdb_assert_h).
10896 * infrun.c: Include "gdb_assert.h".
10897 (singlestep_ptid, saved_singlestep_ptid)
10898 (stepping_past_singlestep_breakpoint): New variables.
10899 (resume): Set singlestep_ptid. Check for singlestep thread
10900 hop.
10901 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
10902 (handle_inferior_event): Handle singlestep thread hop.
10903
10904 2004-02-16 Andrew Cagney <cagney@redhat.com>
10905
10906 * dwarf2-frame.c (dwarf2_frame_ops): New function.
10907 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
10908 (dwarf2_frame_init_reg): Ditto.
10909
10910 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
10911 suggested by Joshua Neuheisel
10912
10913 * configure.in: Always check for curses, including pdcurses.
10914 Warn, instead of error, when no curses are found. Enable TUI when
10915 curses is available.
10916 * configure: Re-generate.
10917
10918 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10919
10920 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
10921 sh_sh4_register_convert_to_virtual.
10922 (sh_register_convert_to_raw): Rename from
10923 sh_sh4_register_convert_to_raw.
10924 (sh_pseudo_register_read): Accomodate above name change.
10925 (sh_pseudo_register_write): Ditto.
10926
10927 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10928
10929 * sh-tdep.c (sh_generic_register_name): Remove.
10930 (sh_gdbarch_init): Use sh_sh_register_name in default case.
10931
10932 2004-02-15 Andrew Cagney <cagney@redhat.com>
10933
10934 * configure.in (build_warnings): Add -Wunused-function.
10935 * configure: Re-generate.
10936
10937 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
10938 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
10939
10940 * procfs.c (procfs_init_inferior): Assume that
10941 START_INFERIOR_TRAPS_EXPECTED is defined.
10942 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
10943 * config/ns32k/tm-nbsd.h: Delete file,
10944 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
10945
10946 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10947 * config/vax/tm-vax.h: Delete file.
10948
10949 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10950 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10951 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10952 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10953 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
10954 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10955 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
10956
10957 2004-02-15 Mark Kettenis <kettenis@gnu.org>
10958
10959 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
10960 * dwarf2-frame.c (dwarf2_frame_data): New variable.
10961 (struct dwarf2_frame_ops): New.
10962 (dwarf2_frame_default_init_reg): New function, based on
10963 dwarf2_frame_init_reg.
10964 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
10965 (dwarf2_frame_init_reg): Call architecture-specific function.
10966 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
10967 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
10968 instead of dwarf2_frame_data.
10969 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
10970 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
10971
10972 2004-02-15 Andrew Cagney <cagney@redhat.com>
10973
10974 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
10975 register_gdbarch_swap.
10976 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
10977 * f-lang.c (_initialize_f_language): Update, use
10978 DEPRECATED_REGISTER_GDBARCH_SWAP.
10979 * remote.c (_initialize_remote): Ditto.
10980 * regcache.c (_initialize_regcache): Ditto.
10981 * parse.c (_initialize_parse): Ditto.
10982 * infrun.c (_initialize_infrun): Ditto.
10983 * mi/mi-main.c (_initialize_mi_main): Ditto.
10984 * gdbtypes.c (_initialize_gdbtypes): Ditto.
10985
10986 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10987 poking .cacheable directly.
10988 * symfile.c (symfile_bfd_open): Ditto.
10989
10990 * Makefile.in: Update all dependencies.
10991
10992 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10993 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
10994 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
10995 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10996 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
10997
10998 2004-02-14 Andrew Cagney <cagney@redhat.com>
10999
11000 * arch-utils.c (legacy_convert_register_p): Check
11001 DEPRECATED_REGISTER_CONVERTIBLE_P.
11002 * findvar.c (value_of_register): Ditto.
11003
11004 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
11005 * gdbarch.h, gdbarch.c: Re-generate.
11006 * arch-utils.c (deprecated_register_convertible_not): Delete.
11007 * arch-utils.h (deprecated_register_convertible_not): Delete.
11008 * mi/mi-main.c (get_register): Update. Update copyright.
11009 * infcmd.c (default_print_registers_info): Update.
11010
11011 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
11012 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
11013 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
11014 * gdbarch.h, gdbarch.c: Re-generate.
11015 * frame.c (deprecated_get_next_frame_hack): Delete function.
11016 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
11017 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
11018 Update.
11019 * infcall.c (call_function_by_hand): Update.
11020
11021 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
11022
11023 * symfile.c (init_entry_point_info, entry_point_address): Move
11024 from here...
11025 * objfiles.c (init_entry_point_info, entry_point_address):..to
11026 here.
11027 * symfile.h (init_entry_point_info, entry_point_address): Remove
11028 prototypes.
11029 * objfiles.h (init_entry_point_info, entry_point_address):Add
11030 prototypes.
11031 * cris-tdep.c: Remove include of symfile.h. Add include of
11032 objfiles.h.
11033 * infcall.c: Ditto.
11034 * mcore-tdep.c: Ditto.
11035 * mn10300-tdep.c: Ditto.
11036 * sh64-tdep.c: Ditto.
11037 * v850-tdep.c: Ditto.
11038 * arm-tdep.c: Remove include of symfile.h.
11039 * blockframe.c: Ditto.
11040 * coffread.c: Ditto.
11041 * dbxread.c: Ditto.
11042 * dwarf2read.c: Ditto.
11043 * dwarfread.c: Ditto.
11044 * frv-tdep.c: Ditto.
11045 * ia64-tdep.c: Ditto.
11046 * mdebugread.c: Ditto.
11047 * mipsread.c: Ditto.
11048 * rs6000-tdep.c: Ditto.
11049 * s390-tdep.c: Ditto.
11050 * sh-tdep.c: Ditto.
11051 * xstormy16-tdep.c: Ditto.
11052 * gdbarch.sh: Remove include of symfile.h.
11053 * gdbarch.c: Regenerate.
11054 * solib-irix.c (enable_break): Use entry_point_address().
11055 Add comment about include file.
11056 * xcoffread.c: Add comment about include file.
11057 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
11058 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
11059 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
11060 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
11061 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
11062
11063 2004-02-13 Andrew Cagney <cagney@redhat.com>
11064
11065 * corelow.c (core_xfer_partial): Use "struct bfd_section".
11066 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
11067 copyright.
11068 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
11069
11070 2004-02-12 Fred Fish <fnf@redhat.com>
11071
11072 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
11073 set_gdbarch_store_return_value.
11074
11075 2004-02-12 Andrew Cagney <cagney@redhat.com>
11076
11077 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
11078 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
11079 (interrupt_query): Ditto.
11080 (ofunc): Delete unused variable.
11081 * cris-tdep.c (cris_abi): Delete unused function.
11082 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
11083 (cris_get_wide_opcode, cris_get_short_size): Ditto.
11084 (cris_get_asr_quick_shift_steps): Ditto.
11085 (cris_skip_prologue_frameless_p): Ditto.
11086 * arm-tdep.c (arm_push_return_address): Delete unused function.
11087 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
11088 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
11089 * s390-tdep.c (s390_function_start): Delete unused function.
11090
11091 2004-02-12 Andrew Cagney <cagney@redhat.com>
11092
11093 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
11094 gdbarch.h, gdbarch.c: Re-generate.
11095 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
11096 to generic_prologue_frameless_p.
11097 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
11098 * arch-utils.c (generic_prologue_frameless_p): Delete function.
11099
11100 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
11101
11102 * mips-linux-tdep.c: Include "frame.h".
11103 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
11104 (mips_linux_skip_resolver): New functions.
11105 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
11106 and set_gdbarch_in_solib_call_trampoline.
11107 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
11108 to after set_gdbarch_in_solib_return_trampoline. Only set the
11109 solib hooks to mips16 functions if the OS ABI is unknown.
11110 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
11111 including "config/tm-linux.h".
11112 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
11113 * Makefile.in (mips-linux-tdep.o): Update.
11114
11115 2004-02-11 David Carlton <carlton@kealia.com>
11116
11117 * linespec.c (decode_compound): Only look for a class symbol when
11118 considering all but the rightmost component.
11119
11120 2004-02-11 Andrew Cagney <cagney@redhat.com>
11121
11122 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
11123 abi code are are separatly grouped.
11124
11125 2004-02-11 Andrew Cagney <cagney@redhat.com>
11126
11127 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
11128 * gdbarch.h, gdbarch.c: Re-generate.
11129 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11130 * v850-tdep.c (v850_gdbarch_init): Update.
11131 * sh64-tdep.c (sh64_gdbarch_init): Update.
11132 * sh-tdep.c (sh_gdbarch_init): Update.
11133 * s390-tdep.c (s390_gdbarch_init): Update.
11134 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11135 * mips-tdep.c (mips_gdbarch_init): Update.
11136 * mcore-tdep.c (mcore_gdbarch_init): Update.
11137 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11138 * m32r-tdep.c (m32r_gdbarch_init): Update.
11139 * ia64-tdep.c (ia64_gdbarch_init): Update.
11140 * hppa-tdep.c (hppa_gdbarch_init): Update.
11141 * h8300-tdep.c (h8300_gdbarch_init): Update.
11142 * frv-tdep.c (frv_gdbarch_init): Update.
11143 * d10v-tdep.c (d10v_gdbarch_init): Update.
11144 * cris-tdep.c (cris_gdbarch_init): Update.
11145 * avr-tdep.c (avr_gdbarch_init): Update.
11146 * arm-tdep.c (arm_gdbarch_init): Update.
11147 * alpha-tdep.c (alpha_gdbarch_init): Update.
11148
11149 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
11150
11151 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
11152 comma.
11153 (sh_sh4al_dsp_register_name): Ditto.
11154
11155 2004-02-10 Andrew Cagney <cagney@redhat.com>
11156
11157 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
11158 (mips_init_frame_pc_first): Delete function.
11159 (mips_frame_saved_pc): Delete function.
11160 (mips_frame_chain): Delete function.
11161 (mips_init_extra_frame_info): Delete function.
11162 (mips_xfer_register): Delete unused variable "reg".
11163 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
11164 (mips_n32n64_return_value): Delete unused variable "reg".
11165 (mips_n32n64_return_value): Delete unused variable "pos".
11166 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
11167 (mips_o32_return_value): Delete unused variable "pos".
11168 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
11169 (mips_print_fp_register): Delete unused variable "namelen"
11170 (mips_print_fp_register): Delete unused variable "flt2"
11171 (get_frame_pointer): Delete function.
11172 (cached_proc_desc): Delete static variable.
11173 (mips_pop_frame): Delete function.
11174 (mips_find_saved_regs): Delete function.
11175 (mips_get_saved_register): Delete function.
11176 (mips_saved_pc_after_call): Delete function.
11177 (SIGFRAME_BASE): Delete macro.
11178 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
11179 (SIGFRAME_PC_OFF): Delete macro.
11180 (SIGFRAME_REGSAVE_OFF): Delete macro.
11181 (mips_dump_tdep): Do not print deleted macro definitions.
11182
11183 2004-02-10 Andrew Cagney <cagney@redhat.com>
11184
11185 * Makefile.in (SFILES): Remove explictly listed tui files.
11186 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
11187
11188 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
11189
11190 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
11191 to use paddr functions to format ia64 addresses and long values.
11192 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
11193 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
11194 (get_kernel_table, ia64_find_proc_info_x): Ditto.
11195 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
11196 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
11197
11198 2004-02-10 Andrew Cagney <cagney@redhat.com>
11199
11200 * defs.h: Do not include "tui.h".
11201 * gdb_curses.h: New file.
11202 * tui/tui-hooks.h: New file.
11203 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
11204 (tui_install_hooks, tui_remove_hooks): Delete declarations.
11205 (tui_initialize_io): Delete declaration.
11206 (tui_initialize_readline: Delete redundant declaration.
11207 (struct tui_point): Delete definition.
11208 * tui/tui-data.h (struct tui_point): Define.
11209 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
11210 * utils.c: Include "tui/tui.h".
11211 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
11212 * printcmd.c [TUI]: Include "tui/tui.h".
11213 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
11214 * tui/tui-command.c: Include "gdb_curses.h".
11215 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
11216 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
11217 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
11218 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
11219 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
11220 * Makefile.in: Update all dependencies.
11221 (tui_hooks_h, gdb_curses_h): Define.
11222 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
11223
11224 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
11225
11226 * objfiles.h (struct objfile): Remove unused fields auxf1 and
11227 auxf2. Add comments about some other rarely used fields.
11228
11229 2004-02-10 Andrew Cagney <cagney@redhat.com>
11230
11231 * Makefile.in (init.c): Fix script removing duplicates. Problem
11232 reported by Peter Schauer.
11233
11234 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
11235
11236 * bcache.c (bcache_xmalloc): Use obstack_init instead of
11237 obstack_specify_allocation.
11238 * objfiles.c (allocate_objfile): Ditto.
11239 * solib-sunos.c (solib_add_common_symbols)
11240 (allocate_rt_common_objfile): Ditto.
11241 * symfile.c (reread_symbols): Ditto.
11242 * gdb_obstack.h: Add comment.
11243
11244 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
11245
11246 * linespec.c (decode_line_1, locate_first_half)
11247 (decode_compound, lookup_prefix_sym): Update comments. Delete old
11248 commented out code.
11249
11250 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
11251
11252 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
11253 obstack_free.
11254
11255 2004-02-09 Andrew Cagney <cagney@redhat.com>
11256
11257 * blockframe.c (find_pc_partial_function): If find_pc_overlay
11258 fails, try find_pc_section. Fix PR c++/1267.
11259 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
11260 instead of find_pc_mapped_section.
11261 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
11262 not default to the section containing PC. Fix PR symtab/1519.
11263
11264 2004-02-09 Andrew Cagney <cagney@redhat.com>
11265
11266 * Makefile.in (mips-tdep.o): Update dependencies.
11267 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
11268 "trad-frame.h".
11269 (mips_unwind_pc): Return the pseudo PC register.
11270 (mips_unwind_dummy_id): New function.
11271 (mips16_fetch_instruction): New function.
11272 (mips32_fetch_instruction): New function.
11273 (struct mips_frame_cache): Define.
11274 (mips_mdebug_frame_cache): New function.
11275 (mips_mdebug_frame_this_id): New function.
11276 (mips_mdebug_frame_prev_register): New function.
11277 (mips_mdebug_frame_unwind): Define.
11278 (mips_mdebug_frame_sniffer): New function.
11279 (mips_mdebug_frame_base_address): New function.
11280 (mips_mdebug_frame_base): Define.
11281 (mips_mdebug_frame_base_sniffer): New function.
11282 (mips_gdbarch_init): Append unwind and base sniffers. Set
11283 unwind_dummy_id.
11284
11285 2004-02-08 Andrew Cagney <cagney@redhat.com>
11286
11287 * frame.c: Print both the register number and name.
11288
11289 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
11290 and a sed into a single sed. Make .c and .o patterns more robust.
11291 (OBS): Delete.
11292 (INIT_FILES): Replace OBS with COMMON_OBS.
11293 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
11294
11295 2004-02-08 Mark Kettenis <kettenis@gnu.org>
11296
11297 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
11298 the PT_WCOOKIE request.
11299
11300 2004-02-08 Andrew Cagney <cagney@redhat.com>
11301
11302 * mips-tdep.c (mips_unwind_pc): New function.
11303 (mips_gdbarch_init): Set mips_unwind_pc.
11304
11305 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
11306 (get_frame_id): Allow the UNKNOWN_FRAME.
11307 (frame_register_unwind, get_frame_type): Ditto.
11308
11309 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
11310 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
11311 unwind_dummy_id indicates a legacy frame.
11312
11313 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
11314 * configure: Re-generate.
11315
11316 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
11317 methods.
11318
11319 2004-02-08 Andrew Cagney <cagney@redhat.com>
11320
11321 * configure.in (CONFIG_ALL): Set to Makefile target, and not
11322 makefile macro.
11323 * configure: Re-generate.
11324 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
11325 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
11326 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
11327 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
11328 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
11329 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
11330 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
11331 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
11332 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
11333 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
11334
11335 2004-02-07 Andrew Cagney <cagney@redhat.com>
11336
11337 * Makefile.in: Update all dependencies.
11338
11339 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
11340 * configure: Re-generate.
11341 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
11342 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
11343 (COMMON_OBS): Add "main.o" and "annotate.o".
11344 (ANNOTATE_OBS): Delete.
11345 (OBS): Remove ANNOTATE_OBS.
11346 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
11347 CONFIG_INITS.
11348 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
11349 against CONFIG_OBS and "main.o".
11350 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
11351 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
11352
11353 * tui/tui-command.c: Include "gdb_string.h", delete register
11354 attribute, use ISO-C function signatures.
11355 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
11356 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11357 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
11358 * tui/tui.c: Ditto.
11359
11360 * tui/tui-command.c: Change variable and function names to lower
11361 case.
11362 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
11363 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
11364 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11365 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11366 * tui/tui-winsource.c, tui/tui.c: Ditto.
11367
11368 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11369
11370 * buildsym.c (free_pending_blocks, finish_block)
11371 (record_pending_block, make_blockvector, end_symtab): Replace
11372 symbol_obstack with objfile_obstack.
11373 * coffread.c (process_coff_symbol, coff_read_struct_type)
11374 (coff_read_enum_type): Ditto.
11375 * cp-namespace.c (initialize_namespace_symtab)
11376 (check_one_possible_namespace_symbol): Ditto.
11377 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
11378 (dwarf2_symbol_mark_computed): Ditto.
11379 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
11380 * elfread.c (elf_symtab_read): Ditto.
11381 * hpread.c (hpread_symfile_init, hpread_symfile_init)
11382 (hpread_read_enum_type, hpread_read_function_type)
11383 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
11384 Ditto.
11385 * jv-lang.c (get_java_class_symtab, add_class_symbol)
11386 (java_link_class_type): Ditto.
11387 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
11388 (new_symbol): Ditto.
11389 * minsyms.c (install_minimal_symbols): Ditto.
11390 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
11391 (terminate_minimal_symbol_table): Replace symbol_obstack with
11392 objfile_obstack.
11393 (free_objfile): Remove freeing of symbol_obstack.
11394 * objfiles.h: Remove symbol_obstack field.
11395 * pa64solib.c (add_to_solist): Replace symbol_obstack with
11396 objfile_obstack.
11397 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11398 symbol_obstack.
11399 (solib_add_common_symbols): Replace symbol_obstack with
11400 objfile_obstack.
11401 * somsolib.c (som_solib_add): Ditto.
11402 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
11403 (common_block_start, common_block_end): Ditto.
11404 * symfile.c (reread_symbols): Remove freeing and init of
11405 symbol_obstack.
11406 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
11407 * symfile.h: Update comment.
11408 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
11409 stats printing.
11410 * symtab.c (symbol_set_names): Replace symbol_obstack with
11411 objfile_obstack.
11412 * symtab.h (struct general_symbol_info, struct minimal_symbol):
11413 Update comments.
11414 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
11415 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
11416 objfile_obstack.
11417
11418 2004-02-07 Andrew Cagney <cagney@redhat.com>
11419
11420 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
11421 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
11422 fields and variables.
11423 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
11424 (m_beInvisible): Delete macro.
11425 * tui/tui-data.h: Fix case case fields and variables.
11426 (m_genWinPtrIsNull): Delete macro.
11427 (tui_win_list): Rename winList.
11428 (TUI_SRC_WIN): Rename srcWin.
11429 (TUI_DISASM_WIN): Rename disassemWin.
11430 (TUI_DATA_WIN): Rename dataWin.
11431 (TUI_CMD_WIN): Rename cmdWin.
11432 (m_genWinPtrNotNull): Delete macro.
11433 (m_winPtrIsNull): Delete macro.
11434 (m_winPtrNotNull): Delete macro.
11435 (tui_win_is_source_type): Replace m_winIsSourceType
11436 (tui_win_is_auxillary): Replace m_winIsAuzillary.
11437 (tui_win_has_locator): Replace m_hasLocator.
11438 (tui_set_win_highlight): Replace m_setWinHighlightOn and
11439 m_setWinHighlightOff.
11440 * tui/tui-data.c: Update references.
11441 (tui_win_is_source_type, tui_set_win_highlight): New functions.
11442 (tui_win_has_locator, tui_win_is_auxillary): New functions.
11443 * tui/tui-command.c, tui/tui-disasm.c: Update references.
11444 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
11445 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
11446 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11447 * tui/tui-winsource.c, tui/tui.c: Ditto.
11448
11449 2004-02-07 Mark Kettenis <kettenis@gnu.org>
11450
11451 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
11452 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
11453 StackGhost.
11454
11455 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
11456 variable `i6' to `i7'.
11457 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11458
11459 2004-02-07 Andrew Cagney <cagney@redhat.com>
11460
11461 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
11462 (TuiPoint, TuiPointPtr): Ditto.
11463 (TuiStatus, TuiStatusPtr): Ditto.
11464 (TuiWinType, TuiWinTypePtr): Ditto.
11465 (struct tui_point): Rename _TuiPoint.
11466 (tui_get_low_disassembly_address): Rename
11467 tuiGetLowDisassemblyAddress.
11468 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
11469 (tuiFree): Delete declaration.
11470 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
11471 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
11472 * tui/tui.c (tuiFree): Delete function.
11473 * cli/cli-cmds.c (disassemble_command): Update references.
11474 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
11475 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11476 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
11477 * tui/tui-winsource.c: Ditto.
11478
11479 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11480
11481 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
11482 coffstab_build_psymtabs, elfstab_build_psymtabs)
11483 (stabsect_build_psymtabs): Replace psymbol_obstack with
11484 objfile_obstack.
11485 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
11486 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
11487 Ditto.
11488 * dwarfread.c (scan_compilation_units): Ditto.
11489 * elfread.c (elfstab_offset_sections): Ditto.
11490 * hppa-tdep.c (read_unwind_info): Ditto.
11491 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
11492 (hpread_end_psymtab): Ditto.
11493 * mdebugread.c (mdebug_build_psymtabs, add_pending)
11494 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
11495 Ditto.
11496 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
11497 * objfiles.c (add_to_objfile_sections)
11498 (build_objfile_section_table): Ditto.
11499 (allocate_objfile): Remove init of psymbol_obstack.
11500 (free_objfile): Remove freeing of psymbol_obstack.
11501 * objfiles.h (struct objfile): Remove field
11502 psymbol_obstack. Update comments.
11503 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
11504 psymbol_obstack with objfile_obstack.
11505 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11506 psymbol_obstack.
11507 * somread.c (som_symfile_offsets, init_import_symbols)
11508 (init_export_symbols): Replace psymbol_obstack with
11509 objfile_obstack.
11510 * somsolib.c (som_solib_add_solib_objfile): Ditto.
11511 * symfile.c (default_symfile_offsets, syms_from_objfile)
11512 (reread_symbols): Remove freeing and init of psymbol_obstack.
11513 (cashier_psymtab): Update comment.
11514 * symmisc.c (print_objfile_statistics): Don't report stats for
11515 psymbol obstack.
11516 * symtab.h (struct general_symbol_info, struct partial_symtab):
11517 Update comments.
11518 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
11519 (xcoff_symfile_offsets): Replace psymbol_obstack with
11520 objfile_obstack.
11521
11522 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11523
11524 * objfiles.h (struct objfile): Add objfile_obstack field.
11525 Remove type_obstack field.
11526
11527 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
11528 read_structure_scope read_enumeration, new_symbol): Replace
11529 type_obstack with objfile_obstack.
11530 * dwarfread.c (struct_type, enum_type): Ditto.
11531 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
11532 (lookup_fundamental_type): Ditto.
11533 * gdbtypes.h (TYPE_ALLOC): Ditto.
11534 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
11535 (hpread_read_doc_function_type, hpread_read_struct_type)
11536 (fix_static_member_physnames, hpread_read_array_type)
11537 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
11538 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
11539 (java_link_class_type): Ditto.
11540 * mdebugread.c (parse_type): Ditto.
11541 * objfiles.c (allocate_objfile, free_objfile): Ditto.
11542 * solib-sunos.c (solib_add_common_symbols): Ditto.
11543 * stabsread.c (define_symbol, read_type, read_member_functions,
11544 read_cpp_abbrev, read_one_struct_field): Ditto.
11545 * symfile.c (reread_symbols): Ditto.
11546 * symmisc.c (print_objfile_statistics): Ditto.
11547
11548 2004-02-07 Andrew Cagney <cagney@redhat.com>
11549
11550 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
11551 (tui_exec_info_content): Rename TuiExecInfoContent.
11552 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
11553 (TuiWinInfo, TuiWinInfoPtr): Ditto.
11554 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
11555 (TuiList, TuiListPtr): Ditto.
11556 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
11557 (TuiDataType, TuiDataTypePtr): Ditto.
11558 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
11559 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
11560 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
11561 (TuiSourceElement, TuiSourceElementPtr): Ditto.
11562 (TuiDataElement, TuiDataElementPtr): Ditto.
11563 (TuiWinElement, TuiWinElementPtr): Ditto.
11564 (TuiDataInfo, TuiDataInfoPtr): Ditto.
11565 (TuiCommandElement, TuiCommandElementPtr): Ditto.
11566 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
11567 (TuiWhichElement, TuiWhichElementPtr): Ditto.
11568 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
11569 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
11570 * tui/tui-command.c, tui/tui-data.c: Update references.
11571 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
11572 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11573 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11574 * tui/tui-winsource.c, tui/tui.c: Ditto.
11575
11576 2004-02-07 Mark Kettenis <kettenis@gnu.org>
11577
11578 * dwarf2-frame.h: Update copyright.
11579 (enum dwarf2_frame_reg_rule): New.
11580 (struct dwarf2_frame_state_reg): New.
11581 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
11582 * dwarf2-frame.c: Update copyright.
11583 (enum dwarf2_reg_rule): Remove.
11584 (struct dwarf2_frame_state): Remove defenition of `struct
11585 dwarf2_frame_state_reg'.
11586 (read_reg): Call get_frame_arch to get the architecture instead of
11587 using CURRENT_GDBARCH.
11588 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
11589 DWARF2_FRAME_.
11590 (dwarf2_frame_init_reg): New function.
11591 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
11592 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
11593 initialize the register state. Prefix old `enum dwarf2_reg_rule'
11594 tags with DWARF2_FRAME_.
11595 (dwarf2_frame_prev_register): Call get_frame_arch to get the
11596 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
11597 dwarf2_reg_rule' tags with DWARF2_FRAME_.
11598
11599 2004-02-06 Andrew Cagney <cagney@redhat.com>
11600
11601 * tui/tui-data.h (struct tui_list): Rename _TuiList.
11602 (enum tui_data_type): Rename _TuiDataType.
11603 (struct tui_layout_def): Rename _TuiLayoutDef.
11604 (struct tui_source_element): Rename _TuiSourceElement.
11605 (struct tui_data_element): Rename _TuiDataElement.
11606 (struct tui_command_element): Rename _TuiCommandElement.
11607 (struct tui_locator_element): Rename _TuiLocatorElement.
11608 (union tui_which_element): Define.
11609 (struct tui_win_element): Rename _TuiWinElement.
11610 (struct tui_data_info): Rename _TuiDataInfo.
11611 (struct tui_source_info): Rename _TuiSourceInfo.
11612 (struct tui_command_info): Rename _TuiCommandInfo.
11613 (tui_initialize_static_data): Rename initializeStaticData.
11614 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
11615 (tui_alloc_win_info): Rename allocWinInfo.
11616 (tui_init_generic_part): Rename initGenericPart.
11617 (tui_init_win_info): Rename initWinInfo.
11618 (tui_alloc_content): Rename allocContent.
11619 (tui_add_content_elements): Rename addContentElements.
11620 (tui_init_content_element): Rename initContentElement.
11621 (tui_free_window): Rename freeWindow.
11622 (tui_free_win_content): Rename freeWinContent.
11623 (tui_free_data_content): Rename freeDataContent.
11624 (tui_free_all_source_wins_content): Rename
11625 freeAllSourceWinsContent.
11626 (tui_del_window): Rename tuiDelWindow.
11627 (tui_del_data_windows): Rename tuiDelDataWindows.
11628 (tui_partial_win_by_name): Rename partialWinByName.
11629 (tui_win_name): Rename winName.
11630 (tui_current_layout): Rename currentLayout.
11631 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
11632 (tui_term_height): Rename termHeight.
11633 (tui_set_term_height_to): Rename setTermHeightTo.
11634 (tui_term_width): Rename termWidth.
11635 (tui_set_term_width_to): Rename setTermWidthTo.
11636 (tui_set_gen_win_origin): Rename setGenWinOrigin.
11637 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
11638 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
11639 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
11640 (tui_source_windows): Rename sourceWindows.
11641 (tui_clear_source_windows): Rename clearSourceWindows.
11642 (tui_clear_source_windows_detail): Rename
11643 clearSourceWindowsDetail.
11644 (tui_clear_win_detail): Rename clearWinDetail.
11645 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
11646 (tui_default_tab_len): Rename tuiDefaultTabLen.
11647 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
11648 (tui_win_with_focus): Rename tuiWinWithFocus.
11649 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
11650 (tui_layout_def): Rename tuiLayoutDef.
11651 (tui_win_resized): Rename tuiWinResized.
11652 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
11653 (tui_next_win): Rename tuiNextWin.
11654 (tui_prev_win): Rename tuiPrevWin.
11655 (tui_add_to_source_windows): Rename addToSourceWindows.
11656 * tui/tui-winsource.c, tui/tui-win.c: Update references.
11657 * tui/tui-layout.c, tui/tui-source.c: Ditto.
11658 * tui/tui-stack.c, tui/tui-io.c: Ditto.
11659 * tui/tui.c, tui/tui-data.c: Ditto.
11660 * tui/tui-interp.c, tui/tui-data.c: Ditto.
11661 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
11662
11663 * tui/tui-source.h: Update copyright. Include "tui-data.h".
11664 (struct symtab): Declare.
11665 (tui_set_source_content): Rename tuiSetSourceContent.
11666 (tui_show_symtab_source): Rename tuiShowSource.
11667 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
11668 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
11669 * tui/tui-source.c: Update copyright. Update references.
11670 * tui/tui-win.c, tui/tui-winsource.c: Update references.
11671 * tui/tui-stack.c: Update references.
11672
11673 * tui/tui-win.h: Update copyright. Include "tui-data.h".
11674 (struct tui_win_info): Declare.
11675 (tui_scroll_forward): Rename tuiScrollForward.
11676 (tui_scroll_backward): Rename tuiScrollBackward.
11677 (tui_scroll_left): Rename tuiScrollLeft.
11678 (tui_scroll_right): Rename tuiScrollRight.
11679 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
11680 (tui_resize_all): Rename tuiResizeAll.
11681 (tui_refresh_all_win): Rename tuiRefreshAll.
11682 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
11683 * tui/tui-layout.c, * tui/tui-io.c: Update references.
11684 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
11685 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
11686
11687 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
11688 (tui_erase_data_content): Rename tuiEraseDataContent.
11689 (tui_display_all_data): Rename tuiDisplayAllData.
11690 (tui_check_data_values): Rename tuiCheckDataValues.
11691 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
11692 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
11693 (tui_first_data_element_no_in_line): Rename
11694 tuiFirstDataElementNoInLine.
11695 (tui_delete_data_content_windows): Rename
11696 tuiDeleteDataContentWindows.
11697 (tui_refresh_data_win): Rename tuiRefreshDataWin.
11698 (tui_display_data_from): Rename tuiDisplayDataFrom.
11699 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
11700 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
11701 * tui/tui-win.c, tui/tui-regs.c: Update references.
11702 * tui/tui-layout.c, tui/tui.c: Update references.
11703
11704 * tui/tui-wingeneral.h: Update copyright.
11705 (m_allBeVisible): Delete macro.
11706 (m_allBeInvisible): Delete macro.
11707 (struct tui_gen_win_info): Declare.
11708 (struct tui_win_info): Declare.
11709 (tui_unhighlight_win): Rename unhighlightWin.
11710 (tui_make_visible, tui_make_invisible): Replace makeVisible.
11711 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
11712 (tui_make_window): Rename makeWindow.
11713 (tui_copy_win): Rename copyWin.
11714 (tui_box_win): Rename boxWin.
11715 (tui_highlight_win): Rename highlightWin.
11716 (tui_check_and_display_highlight_if_needed): Rename
11717 checkAndDisplayHighlightIfNeeded.
11718 (tui_refresh_all): Rename refreshAll.
11719 (tui_delete_win): Rename tuiDelwin.
11720 (tui_refresh_win): Rename tuiRefreshWin.
11721 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
11722 (tui_make_visible, tui_make_invisible): New functions.
11723 (tui_make_all_visible, tui_make_all_invisible): New functions.
11724 (make_all_visible): Rename makeAllVisible.
11725 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
11726 * tui/tui-data.c, tui/tui-winsource.c: Update references.
11727 * tui/tui-windata.c, tui/tui-win.c: Update references.
11728 * tui/tui-regs.c, tui/tui-layout.c: Update references.
11729 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
11730
11731 2004-02-06 Mark Kettenis <kettenis@gnu.org>
11732
11733 * proc-api.c (write_with_trace): Initialize local variable to
11734 silence compiler warning.
11735
11736 2004-02-06 Andrew Cagney <cagney@redhat.com>
11737
11738 * tui/tui-source.h: Do not include "defs.h".
11739 (struct tui_win_info): Declare.
11740 (tui_set_source_content_nil): Declare.
11741 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
11742 (union tui_line_or_address): Rename _TuiLineOrAddress.
11743 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
11744 (tui_update_source_window): Rename tuiUpdateSourceWindow.
11745 (tui_update_source_window_as_is): Rename
11746 tuiUpdateSourceWindowAsIs.
11747 (tui_update_source_windows_with_addr): Rename
11748 tuiUpdateSourceWindowsWithAddr.
11749 (tui_update_source_windows_with_line): Rename
11750 tuiUpdateSourceWindowsWithLine.
11751 (tui_clear_source_content): Rename tuiClearSourceContent.
11752 (tui_erase_source_content): Rename tuiEraseSourceContent.
11753 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
11754 (tui_show_source_content): Rename tuiShowSourceContent.
11755 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
11756 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
11757 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
11758 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
11759 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
11760 (tui_update_exec_info): Rename tuiUpdateExecInfo.
11761 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
11762 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
11763 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
11764 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
11765 (struct tui_win_info): Declare.
11766 * tui/tui-stack.c: Update references.
11767 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
11768 * tui/tui-win.c, tui/tui-source.c: Ditto.
11769 * tui/tui.c, tui/tui-disasm.c: Ditto.
11770
11771 2004-02-06 Mark Kettenis <kettenis@gnu.org>
11772
11773 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
11774 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
11775
11776 2004-02-05 Mark Kettenis <kettenis@gnu.org>
11777
11778 * infrun.c (handle_inferior_event): Allow for breakpoint
11779 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
11780 and SIGEMT. Update comments.
11781 * NEWS (Revised SPARC target): Mention support for non-executable
11782 stack.
11783
11784 2004-02-04 Mark Kettenis <kettenis@gnu.org>
11785
11786 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
11787 * inftarg.c: Update copyright year.
11788 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
11789 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
11790 (sparc_xfer_wcookie): New function.
11791 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11792 * Makefile.in (sparc-nat.o): Update dependencies.
11793 * config/sparc/nm-nbsd.h: Include "target.h".
11794 (NATIVE_XFER_WCOOKIE): New define.
11795 (sparc_xfer_wcookie): New prototype.
11796
11797 2004-02-04 Andrew Cagney <cagney@redhat.com>
11798
11799 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
11800 SYSCALL_TRAP function.
11801 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
11802
11803 2004-02-04 Andrew Cagney <cagney@redhat.com>
11804 Daniel Jacobowitz <drow@mvista.com>
11805
11806 * objfiles.h: Delete comments refering to inside_entry_func and
11807 DEPRECATED_FRAME_CHAIN_VALID.
11808 * defs.h (inside_entry_func): Update prototype..
11809 * blockframe.c (inside_entry_func): Rename to
11810 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
11811 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
11812
11813 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
11814
11815 * breakpoint.c (struct captured_parse_breakpoint_args): Move
11816 outside of #ifdef SOLIB_ADD region.
11817 (do_restore_lang_radix_cleanup): Ditto.
11818 (resolve_pending_breakpoint): Ditto.
11819
11820 2004-02-03 Andrew Cagney <cagney@redhat.com>
11821
11822 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
11823 (process_note_abi_tag_sections): Delete unused function.
11824 (ia64_read_fp): Delete unused function.
11825 (gdbarch_extract_struct_value_address): Delete declaration.
11826
11827 2004-02-02 Andrew Cagney <cagney@redhat.com>
11828
11829 * vax-tdep.c (vax_frame_chain): Delete call to
11830 deprecated_inside_entry_file.
11831 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
11832
11833 2004-02-02 Mark Kettenis <kettenis@gnu.org>
11834
11835 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
11836 column that's "empty" or "same value" when eliminating REG_RA
11837 rules.
11838
11839 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11840
11841 * NEWS: Add information about new pending breakpoint support.
11842
11843 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11844
11845 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
11846 and pending fields for pending breakpoint support.
11847 * breakpoint.c (breakpoint_enabled): Add check for not pending.
11848 (condition_command): Only parse condition if not a pending
11849 breakpoint.
11850 (print_one_breakpoint): Add support for pending breakpoints.
11851 (describe_other_breakpoints): Add checks to verify we are not
11852 dealing with pending breakpoints.
11853 (check_duplicates): Don't check pending breakpoints.
11854 (set_raw_breakpoint): Initialize pending flag.
11855 (do_restore_lang_radix_cleanup): New cleanup routine.
11856 (resolve_pending_breakpoint): New function.
11857 (re_enable_breakpoints_in_shlibs): Try and resolve any
11858 pending breakpoints via resolve_pending_breakpoint.
11859 (mention): Add pending breakpoint support.
11860 (parse_breakpoint_sals): Add new parameter to pass to
11861 decode_line_1 to indicate silent errors when files or functions
11862 are not found. Change all callers.
11863 (do_captured_parse_breakpoint): New function.
11864 (break_command_1): Change prototype to return an rc value and to
11865 take an optional pending breakpoint pointer. Support creating
11866 a pending breakpoint if a "not found" form of error occurs when
11867 parsing the breakpoint. Also support resolving an existing pending
11868 breakpoint and be silent if the resolution fails.
11869 (create_breakpoints): Change prototype to take pending breakpoint
11870 pointer. When resolving a pending breakpoint, use the new pointer
11871 to provide a conditional or commands added by the end-user.
11872 (delete_breakpoint): Add appropriate check for pending.
11873 (breakpoint_re_set_one): Ditto.
11874 (do_enable_breakpoint): Ditto.
11875
11876 2004-02-02 David Carlton <carlton@kealia.com>
11877
11878 * valops.c (enum oload_classification): New.
11879 (find_overload_match): Break implementation into separate
11880 functions; delete #if 0'd code; look for symbols within
11881 namespaces.
11882 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
11883 (find_oload_champ,oload_method_static,classify_oload_match): New.
11884 * cp-support.h: Add declaration for cp_func_name; update
11885 declaration for make_symbol_overload_list.
11886 * cp-support.c (cp_func_name): New.
11887 (overload_list_add_symbol): Fix comment, use
11888 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
11889 (make_symbol_overload_list): Take a function name and a namespace
11890 instead of a symbol; change implementation.
11891 (make_symbol_overload_list_using): New.
11892 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
11893
11894 2004-02-02 Fred Fish <fnf@redhat.com>
11895
11896 * main.c (gdb_stdtarg): Move definition to group with other
11897 gdb_stdtarg definitions and update copyright years.
11898 * remote-sim.c (gdb_os_write_stderr): Write output to
11899 gdb_stdtargerr stream instead of gdb_stdtarg stream.
11900 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
11901 gdb_stderr stream and update copyright years.
11902
11903 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11904
11905 * Makefile.in (mips-linux-nat.o): Update dependencies.
11906 * mips-linux-nat.c: Include mips-tdep.h.
11907
11908 2004-02-01 Roland McGrath <roland@redhat.com>
11909
11910 * sol-thread.c (sol_thread_xfer_partial): New function.
11911 (init_sol_thread_ops): Use that for to_xfer_partial hook.
11912 (init_sol_core_ops): Likewise.
11913
11914 * procfs.c (procfs_xfer_partial): New function.
11915 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
11916 * Makefile.in (procfs.o): Add $(auxv_h) dep.
11917
11918 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
11919 procfs_xfer_auxv function.
11920
11921 * procfs.c (procfs_make_note_section): If we can read
11922 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
11923 * linux-proc.c (linux_make_note_section): Likewise.
11924
11925 * auxv.h: New file.
11926 * auxv.c: New file.
11927 * Makefile.in (auxv_h): New variable.
11928 (COMMON_OBS): Add auxv.o here.
11929 (auxv.o): New target.
11930
11931 * corelow.c (core_xfer_partial): New function.
11932 (init_core_ops): Use it for core_ops.to_xfer_partial.
11933
11934 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
11935 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
11936 macro if that is defined.
11937
11938 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11939
11940 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
11941 and check the specified thread for each breakpoint.
11942 * breakpoint.h (bpstat_stop_status): Update prototype.
11943 * infrun.c (handle_inferior_event): Update calls to
11944 bpstat_stop_status.
11945
11946 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11947
11948 * Makefile.in (cli-cmds.o): Add $(readline_h).
11949
11950 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11951
11952 * cli/cli-cmds.c: Include readline.h.
11953 (complete_command): Pass the start of the last word to
11954 complete_line.
11955
11956 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11957
11958 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
11959 argument, and change first argument to a CORE_ADDR.
11960 * breakpoint.h (bpstat_stop_status): Update prototype.
11961 * infrun.c (adjust_pc_after_break): Add a new comment.
11962 (handle_inferior_event): Update calls to bpstat_stop_status.
11963
11964 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11965
11966 * breakpoint.h: Update copyright years.
11967
11968 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11969
11970 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
11971 (bpstat_stop_status): Don't decrement PC.
11972 * breakpoint.h (software_breakpoint_inserted_here_p): Add
11973 prototype.
11974 * infrun.c (adjust_pc_after_break): New function.
11975 (handle_inferior_event): Call it, early. Remove later references
11976 to DECR_PC_AFTER_BREAK.
11977 (normal_stop): Add commentary.
11978
11979 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11980
11981 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11982 2004-01-27 double-free fix.
11983
11984 2004-01-31 Mark Kettenis <kettenis@gnu.org>
11985
11986 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11987 (sparc32_frame_prev_register): Handle StackGhost.
11988 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11989
11990 2004-01-29 Roland McGrath <roland@redhat.com>
11991
11992 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11993 * configure: Regenerated.
11994
11995 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11996 * Makefile.in (procfs.o): Add dep.
11997
11998 2004-01-28 Andrew Cagney <cagney@redhat.com>
11999
12000 * tui/tui-stack.h: Update copyright.
12001 (struct frame_info): Add opaque declaration.
12002 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
12003 (tui_show_locator_content): Rename tuiShowLocatorContent.
12004 (tui_show_frame_info): Rename tuiShowFrameInfo.
12005 * tui/tui-stack.c: Update copyright. Update references.
12006 * tui/tui-winsource.c: Update references.
12007 * tui/tui-win.c: Update references.
12008 * tui/tui-layout.c: Update references.
12009 * tui/tui-hooks.c: Update copyright, update references.
12010 * tui/tui.c: Update copyright, update references.
12011 * tui/tui-disasm.c: Update references.
12012
12013 2004-01-28 David Carlton <carlton@kealia.com>
12014
12015 * dwarf2read.c (add_partial_structure): Use demangled name if
12016 namespace equals "".
12017
12018 2004-01-27 Jim Blandy <jimb@redhat.com>
12019
12020 Clean up misapplied patch:
12021 * dwarf2read.c (determine_prefix): Change one of the two forward
12022 declarations for 'determine_prefix_aux' to a declaration for this.
12023 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
12024 argument to 'die_specification'.
12025
12026 * dwarf2read.c (read_func_scope): Re-indent comment.
12027
12028 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
12029
12030 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
12031 b->exp to NULL after freeing so that error during re-parsing or
12032 evaluation of expressions associated with breakpoint don't
12033 eventually lead to re-freeing of storage.
12034 Committed by Andrew Cagney.
12035
12036 2004-01-27 Andrew Cagney <cagney@redhat.com>
12037
12038 * source.c (ambiguous_line_spec): Delete undefined declaration.
12039 * m32r-rom.c (m32r_set_board_address): Delete unused function.
12040 (m32r_set_server_address, m32r_set_download_path): Ditto.
12041 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
12042
12043 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
12044
12045 * dwarf2read.c: Update calls to changed and renamed functions, and
12046 references to moved variables.
12047
12048 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
12049 language, language_defn, list_in_scope, and ftypes members.
12050 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
12051 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
12052 (baseaddr): Remove globals.
12053
12054 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
12055 (set_cu_language, die_is_declaration, die_specification)
12056 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
12057 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
12058 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
12059 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
12060
12061 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
12062 cu.list_in_scope. Don't initialize cu_header_offset.
12063 (add_partial_symbol): Add local baseaddr.
12064 (psymtab_to_symtab_1): Add local baseaddr. Use
12065 objfile->section_offsets for consistency. Don't initialize
12066 cu_header_offset; do initialize cu.header.offset and
12067 cu.list_in_scope.
12068 (read_file_scope, read_func_scope, read_lexical_block_scope)
12069 (dwarf_decode_lines, new_symbol): Add local baseaddr.
12070
12071 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
12072
12073 * PROBLEMS: Add gdb/1516.
12074
12075 2003-12-29 Robert Millan <robertmh@gnu.org>
12076
12077 Patch committed by Andrw Cagney.
12078 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
12079 * configure.tgt: Match knetbsd*-gnu.
12080
12081 2004-01-26 Andrew Cagney <cagney@redhat.com>
12082
12083 * breakpoint.c (catch_command_1): Delete #ifdef code.
12084 (catch_fork_command_1): Delete #ifdef wrapper.
12085 (catch_exec_command_1): Ditto.
12086 (catch_load_command_1): Ditto.
12087 (catch_unload_command_1): Ditto.
12088
12089 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
12090 (catch_breakpoint): Delete #if0ed function.
12091 (disable_catch_breakpoint): Ditto.
12092 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
12093 (disable_catch, enable_catch, delete_catch): Ditto.
12094
12095 2004-01-26 Andrew Cagney <cagney@redhat.com>
12096
12097 * remote.c (echo_check, quit_flag): Delete variables.
12098 (cisco_kernel_mode): Delete variable.
12099 (minitelnet_return, tty_input, escape_count): Delete variables.
12100 (remote_cisco_mode): Delete variable.
12101 (remote_cisco_open, remote_cisco_close): Delete function.
12102 (remote_cisco_mourn, remote_cisco_wait): Delete function.
12103 (init_remote_cisco_ops): Delete function.
12104 (_initialize_remote): Do not install "remote cisco" code.
12105 (read_frame): Delete cisco specific code.
12106 (remote_info_process): Delete function.
12107 (remote_wait): Delete cisco specific code.
12108 (remote_cisco_section_offsets): Delete function.
12109 (remote_cisco_objfile_relocate): Delete function.
12110 (remote_async_wait): Delete cisco specific code.
12111 (minitelnet, readtty, readsocket): Delete function.
12112
12113 2004-01-26 Andrew Cagney <cagney@redhat.com>
12114
12115 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
12116 comments mentioning extract_returned_value_address.
12117 * infcmd.c (print_return_value): Update. Add comments on
12118 extract_returned_value_address.
12119 * stack.c (return_command): Add comments on
12120 extract_returned_value_address.
12121 * values.c: Update comment.
12122 * m32r-tdep.c: Update comment.
12123 * sparc-tdep.c: Update comment.
12124 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
12125 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12126 * sh64-tdep.c (sh64_gdbarch_init): Update.
12127 * sh-tdep.c (sh_gdbarch_init): Update.
12128 * s390-tdep.c (s390_gdbarch_init): Update.
12129 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12130 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
12131 * m68k-tdep.c (m68k_gdbarch_init): Update.
12132 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12133 * m32r-tdep.c (m32r_gdbarch_init): Update.
12134 * ia64-tdep.c (ia64_gdbarch_init): Update.
12135 * h8300-tdep.c (h8300_gdbarch_init): Update.
12136 * frv-tdep.c (frv_gdbarch_init): Update.
12137 * arm-tdep.c (arm_gdbarch_init): Update.
12138 * alpha-tdep.c (alpha_gdbarch_init): Update.
12139
12140 2004-01-26 Andrew Cagney <cagney@redhat.com>
12141
12142 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
12143 SYMBOL_LOCATION_FUNCS
12144 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
12145 "struct symbol_ops".
12146 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
12147 type to "struct symbol_ops".
12148 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
12149 (struct symbol): Replace ".aux_value.loc.funcs" and
12150 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
12151 (SYMBOL_OBJFILE): Delete macro.
12152 (SYMBOL_LOCATION_FUNCS): Delete macro.
12153 (SYMBOL_LOCATION_BATON): Update.
12154 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
12155 intead of SYMBOL_LOCATION_FUNCS.
12156 * ax-gdb.c (gen_var_ref): Ditto.
12157 * printcmd.c (address_info): Ditto.
12158 * findvar.c (read_var_value): Ditto.
12159 (symbol_read_needs_frame): Ditto.
12160
12161 2004-01-26 Andrew Cagney <cagney@redhat.com>
12162
12163 * dwarf2read.c (read_func_scope): Document frame-base hack.
12164
12165 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12166
12167 * infcmd.c (print_return_value): Plug memory leak; delete
12168 ui_stream object. Rename argument `structure_return' to
12169 `struct_return'.
12170
12171 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12172
12173 * infcmd.c (print_return_value): Wrap long lines.
12174 (finish_command_continuation, finish_command): Remove unused
12175 variable `funcaddr'. Fix some coding-standards problems.
12176
12177 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
12178 SECT_SIZE is large enough, not whether it's exactly the right size.
12179 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
12180 TDEP->fpregset to zero.
12181
12182 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
12183 floating-point registers for traditional NetBSD core files.
12184 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
12185 TDEP->sizeof_fpregset here.
12186
12187 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12188
12189 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
12190 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
12191 function with code split out from
12192 sparc32nbsd_sigcontext_frame_cache.
12193 (sparc32nbsd_sigcontext_frame_cache): Use
12194 sparc32nbsd_sigcontext_saved_regs.
12195 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
12196 OpenBSD.
12197 * sparcobsd-tdep.c: New file.
12198 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
12199 (sparcobsd-tdep.o): New dependency.
12200 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
12201 * config/sparc/obsd.mt: New file.
12202
12203 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
12204 TDEP->fpregset to be initialized to enable core file register
12205 sets.
12206
12207 2004-01-24 Mark Kettenis <kettenis@gnu.org>
12208
12209 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
12210 Add opaque declarations.
12211 (sparc64nbsd_sigcontext_saved_regs): New prototype.
12212 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
12213 function with code split out from
12214 sparc64nbsd_sigcontext_frame_cache.
12215 (sparc64nbsd_sigcontext_frame_cache): Use
12216 sparc64nbsd_sigcontext_saved_regs.
12217 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
12218 OpenBSD.
12219 * sparc64obsd-tdep.c: New file.
12220 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
12221 (sparc64obsd-tdep.o): New dependency.
12222 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
12223 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
12224 * config/sparc/obsd64.mt: New file.
12225
12226 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
12227 read the instruction at PC.
12228
12229 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
12230 value of GDB_OSABI_DEFAULT.
12231 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
12232 instead of GDB_OSABI_NETBSD_AOUT.
12233
12234 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
12235
12236 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
12237 copyright.
12238
12239 2004-01-23 Andrew Cagney <cagney@redhat.com>
12240
12241 * printcmd.c (display_command): Replace tui_set_display call with
12242 tui_set_layout_for_display_command.
12243 * tui/tui.h (enum tui_win_type): Define.
12244 (tui_set_layout): Delete declaration.
12245 (tui_set_layout_for_display_command): Rename set_tui_layout.
12246 * tui/tui-data.h (enum tui_layout_type): Define.
12247 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
12248 "tui.h".
12249 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
12250 (tui_default_win_height): Rename tuiDefaultWinHeight.
12251 (tui_default_win_viewport_height): Rename
12252 tuiDefaultWinViewportHeight.
12253 (tui_set_layout): RenametuiSetLayout.
12254 * tui/tui-layout.c: Update references.
12255 * tui/tui.c: Update references.
12256 * tui/tui-disasm.c: Update references.
12257
12258 2004-01-23 David Carlton <carlton@kealia.com>
12259
12260 Partial workaround for PR c++/1511:
12261 * cp-namespace.c: Include frame.h.
12262 (cp_lookup_transparent_type): New
12263 (cp_lookup_transparent_type_loop): New.
12264 * cp-support.h: Declare cp_lookup_transparent_type.
12265 * symtab.c (basic_lookup_transparent_type): Renamed from
12266 lookup_transparent_type.
12267 (lookup_transparent_type): Replace old body by a call to
12268 current_language->la_lookup_transparent_type.
12269 * symtab.h: Update copyright. Declare
12270 basic_lookup_transparent_type.
12271 * language.h: Update copyright.
12272 (struct language_defn): Add la_lookup_transparent_type.
12273 * language.c: Update copyright.
12274 (unknown_language_defn): Add basic_lookup_transparent_type.
12275 (auto_language_defn): Add basic_lookup_transparent_type.
12276 (local_language_defn): Add basic_lookup_transparent_type.
12277 * ada-lang.c: Update copyright.
12278 (ada_language_defn): Add basic_lookup_transparent_type.
12279 * c-lang.c: Update copyright.
12280 (c_language_defn): Add basic_lookup_transparent_type.
12281 (cplus_language_defn): Add basic_lookup_transparent_type.
12282 (asm_language_defn): Add basic_lookup_transparent_type.
12283 (minimal_language_defn): Add basic_lookup_transparent_type.
12284 * f-lang.c: Update copyright.
12285 (f_language_defn): Add basic_lookup_transparent_type.
12286 * jv-lang.c: Update copyright.
12287 (java_language_defn): Add basic_lookup_transparent_type.
12288 * m2-lang.c: Update copyright.
12289 (m2_language_defn): Add basic_lookup_transparent_type.
12290 * objc-lang.c: Update copyright.
12291 (objc_language_defn): Add basic_lookup_transparent_type.
12292 * p-lang.c: Update copyright.
12293 (p_language_defn): Add basic_lookup_transparent_type.
12294 * scm-lang.c: Update copyright.
12295 (scm_language_defn): Add basic_lookup_transparent_type.
12296 * Makefile.in (cp-namespace.o): Depend on frame.h.
12297
12298 2004-01-23 David Carlton <carlton@kealia.com>
12299
12300 Patch for PR c++/1520:
12301 * dwarf2read.c (read_func_scope): Set processing_current_prefix
12302 properly if we have a specification die.
12303 (determine_prefix_aux): Rename from determine_prefix.
12304 (determine_prefix): Like the old determine_prefix, but never
12305 returns NULL.
12306
12307 2004-01-23 Theodore A. Roth <troth@openavr.org>
12308
12309 * avr-tdep.c: Update copyright.
12310 (avr_iaddr_p): Delete unused function.
12311 (avr_saddr_p): Delete unused function.
12312
12313 2004-01-23 David Carlton <carlton@kealia.com>
12314
12315 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
12316 Fix for PR symtab/1534.
12317
12318 2004-01-23 Mark Kettenis <kettenis@gnu.org>
12319
12320 * NEWS (New native configurations): Mention OpenBSD/sparc and
12321 OpenBSD/sparc64.
12322 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
12323 * configure.host: Likewise.
12324 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
12325 handler for OpenBSD.
12326 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
12327
12328 2004-01-22 Mark Kettenis <kettenis@gnu.org>
12329
12330 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
12331 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
12332
12333 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
12334 * cli/cli-cmds.c (shell_escape): Likewise.
12335
12336 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
12337 OpenBSD .note.openbsd.ident sections.
12338
12339 2004-01-22 David Carlton <carlton@kealia.com>
12340
12341 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
12342 get_scope_pc_bounds.
12343 (read_file_scope): Ditto.
12344 (get_scope_pc_bounds): New function, produced by extracting code
12345 from the above two functions, consolidating it, and adding support
12346 for DW_TAG_namespace.
12347
12348 2004-01-22 Mark Kettenis <kettenis@gnu.org>
12349
12350 * osabi.c (MAX_NOTESZ): New define.
12351 (check_note): New function.
12352 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
12353 check_note.
12354
12355 2004-01-21 Roland McGrath <roland@redhat.com>
12356
12357 * MAINTAINERS (write after approval): Add myself.
12358
12359 2004-01-21 Eli Zaretskii <eliz@gnu.org>
12360
12361 * utils.c (init_page_info): Move declarations of `rows' and
12362 `cols' before the __GO32__-specific code. Move the closing brace
12363 outside the #ifdef __GO32__..#endif block.
12364 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
12365
12366 2004-01-21 Paul Brook <paul@codesourcery.com>
12367
12368 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
12369 BPSTAT_WHAT_CHECK_SHLIBS.
12370
12371 2004-01-21 Paul Brook <paul@codesourcery.com>
12372
12373 * MAINTAINERS: Add myself to write-after-approval.
12374
12375 2004-01-20 Andrew Cagney <cagney@redhat.com>
12376
12377 * ax-gdb.c (print_axs_value): Delete unused function.
12378 * jv-lang.c (java_lookup_type): Delete unused function.
12379 * cli/cli-dump.c (dump_filetype): Delete unused function.
12380 * remote-mips.c (remote_mips_insert_hw_breakpoint)
12381 (remote_mips_remove_hw_breakpoint): Delete unused functions.
12382 (mips_getstring): Delete unused function.
12383 (pmon_insert_breakpoint): Delete #if0ed function.
12384 (PMON_MAX_BP): Delete #if0ed MACRO.
12385 (mips_pmon_bp_info): Delete #if0ed variable.
12386 (pmon_remove_breakpoint): Delete #if0ed function.
12387 * monitor.c (monitor_write_even_block): Delete unused function.
12388 (monitor_write_memory_block): Delete #if0ed code.
12389 * dink32-rom.c (dink32_load): Delete unused function.
12390 (_initialize_dink32_rom): Delete #if0ed code.
12391 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
12392
12393 * tui/tui-command.c: Update references.
12394 * tui/tui-io.c: Update references.
12395 * tui/tui-command.h: Update copyright.
12396 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
12397
12398 * source.c (ambiguous_line_spec): Delete never-defined function.
12399 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
12400 * gdbtypes.c (add_name, add_mangled_type): Ditto.
12401 * cli/cli-cmds.c (validate_comname): Ditto.
12402
12403 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
12404 "tui-data.h".
12405 (tui_set_disassem_content): Rename tuiSetDisassemContent.
12406 (tui_show_disassem): Rename tuiShowDisassem.
12407 (tui_show_disassem_and_update_source): Rename
12408 tuiVerticalDisassemScroll.
12409 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
12410 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
12411 * tui/tui.h: Update copyright.
12412 (enum tui_status): Define.
12413 * tui/tui-data.h (enum tui_scroll_direction): Define.
12414 * tui/tui-disasm.c: Update copyright. Update references.
12415 * tui/tui-winsource.c: Update copyright. Update references.
12416 * tui/tui-win.c: Update references.
12417 * tui/tui-layout.c: Update references.
12418
12419 2004-01-20 Andrew Cagney <cagney@redhat.com>
12420
12421 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
12422 sym2 to start of block.
12423
12424 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
12425
12426 * MAINTAINERS: Delete mmalloc.
12427 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
12428 * NEWS: Mention removal of --with-malloc.
12429 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
12430 * config.in: Regenerate.
12431 * configure: Regenerate.
12432 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
12433 USE_MMALLOC, MMCHECK_FORCE.
12434 * gdbinit.in: Remove mmalloc.
12435 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
12436 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
12437 * config/i386/go32.mh: Likewise.
12438 * config/i386/interix.mh: Likewise.
12439 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
12440
12441 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
12442
12443 * linespec.c (decode_variable, symtab_from_filename): Call
12444 error_silent with error message instead of throwing an exception
12445 directly.
12446 * defs.h (error_silent, error_output_message): Add prototypes.
12447 (catch_exceptions_with_msg): Ditto.
12448 * utils.c (error_silent, error_output_message): New functions.
12449 * top.c (catch_exceptions_with_msg): New function.
12450
12451 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
12452
12453 * mi/mi-cmds.h (enum print_values): Add definition.
12454
12455 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
12456 type and value for simple data types and just the name and type
12457 for complex ones, if required.
12458
12459 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
12460 children, if required.
12461
12462 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12463
12464 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
12465 unused declarations.
12466
12467 2004-01-19 Andrew Cagney <cagney@redhat.com>
12468
12469 * top.h (mapped_symbol_files): Delete declaration.
12470 * main.c (captured_main): Delete option "m" and "mapped".
12471 * objfiles.c (mapped_symbol_files): Delete variable.
12472 * symfile.c (symbol_file_command): Delete mmap code.
12473 (symbol_file_add_with_addrs_or_offsets): Ditto.
12474 (add_symbol_file_command, reread_separate_symbols): Ditto.
12475 * objfiles.h (OBJF_MAPPED): Delete.
12476 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
12477 (free_objfile) [USE_MMALLOC]: Ditto.
12478 (open_existing_mapped_file): Delete function.
12479 (open_mapped_file): Delete function.
12480 (map_to_file): Delete function.
12481
12482 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12483
12484 * infrun.c (step_into_function): Account for possible breakpoint
12485 adjustment when computing ``stop_func_start''.
12486
12487 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12488
12489 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
12490 the region size against the size of a pointer, not the size of
12491 a register as given by DEPRECATED_REGISTER_SIZE.
12492
12493 2004-01-19 Andrew Cagney <cagney@redhat.com>
12494
12495 * tui/tui-regs.h: Include "tui-data.h".
12496 (tuiFirstRegElementNoInLine): Delete declaration.
12497 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
12498 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
12499 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
12500 (tui_calculate_regs_column_count): Rename
12501 tuiCalculateRegsColumnCount.
12502 (tui_check_register_values): Rename tuiCheckRegisterValues.
12503 (tui_show_registers): Rename tuiShowRegisters.
12504 (tui_display_registers_from_line): Rename
12505 tuiDisplayRegistersFromLine.
12506 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
12507 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
12508 (tui_first_reg_element_no_inline): Rename
12509 tuiFirstRegElementNoInLine.
12510 * tui/tui-data.h: Update copyright.
12511 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
12512 * tui/tui-windata.c: Update copyright, update references.
12513 * tui/tui-regs.c: Update copyright, update references.
12514 * tui/tui-win.c: Update copyright, update references.
12515 * tui/tui-layout.c: Update copyright, update references.
12516
12517 2004-01-18 Andrew Cagney <cagney@redhat.com>
12518
12519 * tui/tui-io.c: Update copyright.
12520 (key_is_end_sequence, key_is_backspace): New functions.
12521 (key_is_command_char, key_is_start_sequence): New function.
12522 (tui_getc): Update references.
12523 * tui/tui-io.h: Update copyright.
12524 (m_tuiStartNewLine): Delete macro.
12525 (m_isBackspace, m_isDeleteChar): Delete macros.
12526 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
12527 (m_isNextPage, m_isPrevPage): Delete macros.
12528 (m_isLeftArrow, m_isRightArrow): Delete macros.
12529 (m_isXdbStyleCommandChar): Delete macro.
12530 (key_is_start_sequence): Declare, replace m_isStartSequence.
12531 (key_is_end_sequence): Declare, replace m_isEndSequence.
12532 (key_is_backspace): Declare ,replace m_isBackspace.
12533 (key_is_command_char): Declare, replace m_isCommandChar.
12534 * tui/tui-command.c: Update copyright.
12535 (tuiDispatchCtrlChar): Update references.
12536
12537 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
12538 tuiSourceWin.h.
12539
12540 * tui/tui-command.c: Rename tui/tuiCommand.c.
12541 * tui/tui-command.h: Rename tui/tuiCommand.h.
12542 * tui/tui-data.c: Rename tui/tuiData.c.
12543 * tui/tui-data.h: Rename tui/tuiData.h.
12544 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
12545 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
12546 * tui/tui-io.c: Rename tui/tuiIO.c.
12547 * tui/tui-io.h: Rename tui/tuiIO.h.
12548 * tui/tui-layout.c: Rename tui/tuiLayout.c.
12549 * tui/tui-layout.h: Rename tui/tuiLayout.h.
12550 * tui/tui-regs.c: Rename tui/tuiRegs.c.
12551 * tui/tui-regs.h: Rename tui/tuiRegs.h.
12552 * tui/tui-source.c: Rename tui/tuiSource.c.
12553 * tui/tui-source.h: Rename tui/tuiSource.h.
12554 * tui/tui-stack.c: Rename tui/tuiStack.c.
12555 * tui/tui-stack.h: Rename tui/tuiStack.h.
12556 * tui/tui-win.c: Rename tui/tuiWin.c.
12557 * tui/tui-win.h: Rename tui/tuiWin.h.
12558 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
12559 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
12560 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
12561 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
12562 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
12563 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
12564 * tui/tui-file.c: Update includes.
12565 * tui/tui-hooks.c: Update includes.
12566 * tui/tui-interp.c: Update includes.
12567 * tui/tui.c: Update includes.
12568 * Makefile.in: Update all tui/ dependencies.
12569 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
12570
12571 * Makefile.in: Update copyright. Update dependencies.
12572
12573 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
12574 problem.
12575
12576 2004-01-18 Andrew Cagney <cagney@redhat.com>
12577
12578 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
12579 instead of register_gdbarch_init.
12580
12581 * remote-sds.c (tohex): Delete unused function. Update copyright.
12582 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
12583 * v850-tdep.c (v850_register_virtual_size): Ditto.
12584 * target.c (normal_target_post_startup_inferior): Ditto.
12585 * source.c (ambiguous_line_spec): Ditto.
12586 * remote.c (adapt_remote_get_threadinfo): Ditto.
12587 * mi/mi-out.c (out_field_fmt): Ditto.
12588 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
12589 (output_control_change_notification): Ditto.
12590 * m68k-tdep.c (m68k_register_byte): Ditto.
12591 (m68k_remote_breakpoint_from_pc): Ditto.
12592 * ui-out.c (init_ui_out_state): Delete unused declaration.
12593 * stabsread.c (search_value): Ditto.
12594 * mi/mi-cmd-env.c (env_cli_command): Ditto.
12595 * maint.c (print_section_table): Ditto.
12596 * infrun.c (set_follow_fork_mode_command): Ditto.
12597
12598 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12599
12600 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
12601 DW_CFA_def_cfa_exporession. Add support for
12602 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
12603 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
12604
12605 2004-01-18 Andrew Cagney <cagney@redhat.com>
12606
12607 * ocd.c: Update copyright.
12608 (bdm_read_register_command): Delete unused function.
12609 (_initialize_remote_ocd): Delete commented out reference.
12610 (get_quoted_char, reset_packet): Delete #if0ed function.
12611 (output_packet, put_quoted_char): Delete #if0ed function.
12612 (stu_put_packet, stu_get_packet): Delete #if0ed function.
12613 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
12614 (BDM_BREAKPOINT): Delete #if0ed macro.
12615 (remote_timeout): Delete #if0ed variable.
12616
12617 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12618
12619 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
12620 (core-sol2.o): Remove dependency.
12621 * core-sol2.c: Remove file.
12622
12623 2004-01-17 Andrew Cagney <cagney@redhat.com>
12624
12625 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
12626 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
12627 enums.
12628
12629 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12630
12631 * remote.c: Update copyright years.
12632
12633 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12634
12635 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
12636
12637 2004-01-17 Andrew Cagney <cagney@redhat.com>
12638
12639 * mdebugread.c: Update copyright.
12640 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
12641 (parse_type, parse_procedure): Ditto.
12642 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
12643
12644 * cris-tdep.c (cris_store_struct_return): Put back accidently
12645 deleted function.
12646
12647 * gdbarch.sh: Update copyright year.
12648 * gdbarch.h, gdbarch.c: Re-generate.
12649
12650 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12651
12652 Suggested by George Anzinger.
12653 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
12654 correct stack offset. Include unknown opcode numbers in the error
12655 message.
12656
12657 2004-01-17 Andrew Cagney <cagney@redhat.com>
12658
12659 * x86-64-tdep.c (x86_64_init_abi): No need to clear
12660 extract_struct_value_address, i386 does not set it.
12661 * sparc64-tdep.c (sparc64_init_abi): Do not set
12662 extract_struct_value_address, never called.
12663 (sparc64_extract_struct_value_address): Delete function.
12664 * m68hc11-tdep.c: Update copyright.
12665 (m68hc11_gdbarch_init): Delete redundant assignment of
12666 extract_struct_value_address.
12667 * i386-tdep.c: Update copyright.
12668 (i386_gdbarch_init): Do not set extract_struct_value_address,
12669 never called.
12670 (i386_extract_struct_value_address): Delete function.
12671 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
12672 extract_struct_value_address, never called.
12673 (sparc32_extract_struct_value_address): #if 0 function. Add
12674 comments explaining its future.
12675
12676 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12677
12678 * arm-tdep.c (arm_write_pc): New function.
12679 (arm_gdbarch_init): Call set_gdbarch_write_pc.
12680
12681 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12682
12683 * breakpoint.c (must_shift_inst_regs): Delete.
12684 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
12685 and SHIFT_INST_REGS.
12686 * infcmd.c (step_1, step_1_continuation): Delete references to
12687 SHIFT_INST_REGS.
12688 * infrun.c (keep_going): Likewise.
12689 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
12690 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
12691
12692 2004-01-17 Andrew Cagney <cagney@redhat.com>
12693
12694 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
12695 * gdbarch.h, gdbarch.c: Re-generate.
12696 * infcmd.c (print_return_value): Delete reference to
12697 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
12698
12699 * cris-tdep.c (cris_gdbarch_init): Do not set
12700 deprecated_extract_struct_value_address.
12701
12702 * xstormy16-tdep.c: Update copyright.
12703 (xstormy16_extract_struct_value_address): Update to current
12704 extract struct value address interface.
12705 (xstormy16_gdbarch_init): Set extract_struct_value_address.
12706 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
12707 current extract struct value address interface.
12708 (sh64_gdbarch_init): Set extract_struct_value_address.
12709
12710 * cris-tdep.c: Update copyright.
12711 (cris_extract_struct_value_address): Delete function.
12712 (struct_return_address): Delete variable.
12713 (cris_store_struct_return): Do not set struct_return_address.
12714
12715 * mcore-tdep.c: Update copyright.
12716 (mcore_extract_struct_value_address): Delete function. Update
12717 comments.
12718 (mcore_gdbarch_init): Update.
12719 * mn10300-tdep.c: Update copyright.
12720 (mn10300_extract_struct_value_address): Delete function.
12721 (mn10300_gdbarch_init): Update.
12722 * v850-tdep.c: Update copyright.
12723 (v850_extract_struct_value_address): Delete.
12724 (v850_gdbarch_init): Update.
12725 * ns32k-tdep.c: Update copyright.
12726 (ns32k_extract_struct_value_address): Delete.
12727 (ns32k_gdbarch_init): Update.
12728 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
12729 (hppa_gdbarch_init): Update.
12730 * vax-tdep.c: Update copyright.
12731 (vax_extract_struct_value_address): Delete.
12732 (vax_gdbarch_init): Update.
12733
12734 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
12735 * gdbarch.h, gdbarch.c: Re-generate.
12736 * procfs.c (procfs_fetch_registers): Delete reference to
12737 DEPRECATED_NPC_REGNUM.
12738 (procfs_store_registers): Ditto.
12739 * regcache.c (generic_target_write_pc): Simplify.
12740 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
12741
12742 * core-sol2.c (fetch_core_registers): Replace
12743 DEPRECATED_NPC_REGNUM with equivalent tdep value.
12744
12745 * hppa-tdep.c: Update copyright year.
12746 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
12747 NPC_REGNUM.
12748 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
12749
12750 * mips-tdep.c (mips_write_pc): New function.
12751 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
12752 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
12753 (mips_find_saved_regs, mips_software_single_step: Ditto.
12754 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
12755 mips_init_extra_frame_info, mips_pop_frame): Ditto.
12756
12757 2004-01-17 Andrew Cagney <cagney@redhat.com>
12758
12759 * mips-tdep.c: Re-indent. Group functions by ABI.
12760
12761 2004-01-17 Andrew Cagney <cagney@redhat.com>
12762
12763 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
12764 * gdbarch.c: Re-generate.
12765 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12766 DECR_PC_AFTER_BREAK to zero.
12767 * vax-tdep.c (vax_gdbarch_init): Ditto.
12768 * v850-tdep.c (v850_gdbarch_init): Ditto.
12769 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12770 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12771 * sh-tdep.c (sh_gdbarch_init): Ditto.
12772 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12773 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12774 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12775 * mips-tdep.c (mips_gdbarch_init): Ditto.
12776 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12777 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12778 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12779 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12780 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12781 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12782 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12783 * frv-tdep.c (frv_gdbarch_init): Ditto.
12784 * cris-tdep.c (cris_gdbarch_init): Ditto.
12785 * avr-tdep.c (avr_gdbarch_init): Ditto.
12786 * arm-tdep.c (arm_gdbarch_init): Ditto.
12787 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
12788
12789 2004-01-17 J. Brobecker <brobecker@gnat.com>
12790
12791 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
12792 Delete, no longer used.
12793 (read_subrange_type): New function, mostly extracted from
12794 read_array_type().
12795 (read_array_type): Replace extracted code by call to
12796 read_subrange_type().
12797 (dwarf2_get_attr_constant_value): New function.
12798 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
12799 (add_partial_symbol): Likewise.
12800 (process_die): Likewise.
12801 (new_symbol): Likewise.
12802 (read_type_die): Likewise.
12803
12804 2004-01-16 Andrew Cagney <cagney@redhat.com>
12805
12806 * symfile.c: Update copyright year.
12807 (compare_symbols): Delete unused function.
12808 * stabsread.c: Update copyright year.
12809 (lrs_general_complaint): Delete unused function.
12810 (ref_search_value): Ditto.
12811 (get_substring): Delete declaration.
12812 * sh64-tdep.c: Update copyright year.
12813 (sh64_get_gdb_regnum): Delete unused function.
12814 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
12815 Delete unused function.
12816
12817 2004-01-17 Mark Kettenis <kettenis@gnu.org>
12818
12819 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
12820 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
12821
12822 2004-01-16 Andrew Cagney <cagney@redhat.com>
12823
12824 Changes from Peter Schauer.
12825 * rs6000-tdep.c: Update copyright year.
12826 (rs6000_push_dummy_call): Update the stack pointer before
12827 accessing the corresponding stack region.
12828 * rs6000-nat.c: Update copyright year.
12829 (set_host_arch): Set "info.abfd" to "exec_bfd".
12830
12831 2004-01-15 Mark Kettenis <kettenis@gnu.org>
12832
12833 * blockframe.c: Update copyright year.
12834 (inside_entry_func): Don't treat a zero PC specially.
12835
12836 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
12837
12838 * gcore.c (gcore_copy_callback): Use paddr_d to print size
12839 variable.
12840 (gcore_create_callback): Ditto. Skip any memory segment that has
12841 no permissions set.
12842
12843 2004-01-14 David Carlton <carlton@kealia.com>
12844
12845 Change symbols for C++ nested types to contain the fully qualified
12846 name, if possible. (At least in the DWARF-2 case.) Partial fix
12847 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
12848 c++/895.
12849 * c-exp.y (qualified_type): Handle types nested within classes.
12850 * cp-namespace.c: Update comments.
12851 (cp_set_block_scope): Delete #if 0.
12852 (cp_lookup_nested_type): Handle types nested within classes.
12853 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
12854 when appropriate.
12855 (add_partial_symbol): Add the name of the enclosing namespace to
12856 types.
12857 (pdi_needs_namespace): New.
12858 (add_partial_namespace): Tweak comment.
12859 (add_partial_structure): New.
12860 (psymtab_to_symtab_1): Initialize processing_current_prefix
12861 here...
12862 (process_die): instead of here.
12863 (read_structure_scope): Try to figure out the name of the class or
12864 namespace that the structure might be defined within.
12865 (read_enumeration): Generate fully-qualified names, if possible.
12866 (read_namespace): Don't set name to NULL.
12867 (die_specification): New.
12868 (new_symbol): Generate fully-qualified names for types.
12869 (read_type_die): Determine appropriate prefix.
12870 (determine_prefix): New.
12871 (typename_concat): New.
12872 (class_name): New.
12873 * valops.c (value_aggregate_elt): Pass NOSIDE to
12874 value_struct_elt_for_reference.
12875 (value_struct_elt_for_reference): Make static, add NOSIDE
12876 parameter, call value_maybe_namespace_elt as a last resort.
12877 (value_namespace_elt): Break out code into
12878 value_maybe_namespace_elt.
12879 (value_maybe_namespace_elt): New.
12880
12881 2004-01-12 Andrew Cagney <cagney@redhat.com>
12882
12883 * mips-tdep.c (mips_convert_register_p): Handle both raw and
12884 cooked floating-point registers.
12885 (mips_gdbarch_init): Set convert_register_p, register_to_value,
12886 and value_to_register.
12887
12888 2004-01-13 Andrew Cagney <cagney@redhat.com>
12889
12890 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
12891 * gdbarch.c: Re-generate.
12892 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12893 FUNCTION_START_OFFSET.
12894 * v850-tdep.c (v850_gdbarch_init): Ditto.
12895 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12896 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12897 * sh-tdep.c (sh_gdbarch_init): Ditto.
12898 * s390-tdep.c (s390_gdbarch_init): Ditto.
12899 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12900 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12901 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12902 * mips-tdep.c (mips_gdbarch_init): Ditto.
12903 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12904 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
12905 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12906 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12907 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12908 * i386-tdep.c (i386_gdbarch_init): Ditto.
12909 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12910 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12911 * frv-tdep.c (frv_gdbarch_init): Ditto.
12912 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12913 * cris-tdep.c (cris_gdbarch_init): Ditto.
12914 * avr-tdep.c (avr_gdbarch_init): Ditto.
12915 * arm-tdep.c (arm_gdbarch_init): Ditto.
12916 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12917
12918 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
12919
12920 * infrun.c (follow_fork_mode_ask): Remove.
12921 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
12922 (follow_fork): Simplify and remove internal error for
12923 follow_fork_mode_ask.
12924 (_initialize_infrun): Update "set follow-fork-mode" help text.
12925
12926 2004-01-13 Andrew Cagney <cagney@redhat.com>
12927
12928 * configure.in: Update copyright year.
12929 (build_warnings): Add -Wunused-label.
12930 * configure: Re-generate.
12931
12932 2004-01-12 Andrew Cagney <cagney@redhat.com>
12933
12934 * exec.h (exec_ops): Make "extern".
12935
12936 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
12937 the function is void.
12938 (mips_pseudo_register_write): Ditto.
12939
12940 2004-01-12 Andrew Cagney <cagney@redhat.com>
12941
12942 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
12943 call. Never defined.
12944 * sparc-tdep.h (struct frame_info): Add opaque declaration.
12945 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
12946 (struct sparc_gregset, struct regcache): Ditto.
12947 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
12948
12949 2004-01-12 Andrew Cagney <cagney@redhat.com>
12950
12951 * mi/ChangeLog: Delete file. Renamed to ...
12952 * mi/ChangeLog-1999-2003: New file.
12953 * tui/ChangeLog: Delete file. Renamed to ...
12954 * tui/ChangeLog-1998-2003: New file.
12955
12956 2004-01-11 Mark Kettenis <kettenis@gnu.org>
12957
12958 * sparc64nbsd-tdep.c: Include "regset.h".
12959 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
12960 Remove variables.
12961 (fetch_core_registers): Remove function.
12962 (sparc64nbsd_core_fns): Remove variable.
12963 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
12964 functions.
12965 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
12966 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12967 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
12968
12969 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
12970 sparc_extract_struct_value_address.
12971 (sparc32_gdbarch_init): Set extract_struct_value_address.
12972 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
12973 function.
12974 (sparc64_init_abi): Set extract_struct_value_address. Don't set
12975 return_value_on_stack.
12976
12977 * NEWS: Mention that %cs and %ss have been added to the AMD64
12978 configurations
12979
12980 * frame.c: Update copyright year.
12981 (get_prev_frame): Improve comment.
12982
12983 * sparc64fbsd-tdep.c: Include "regset.h".
12984 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12985 Remove variables.
12986 (fetch_core_registers): Remove function.
12987 (sparc64fbsd_core_fns): Remove variable.
12988 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12989 functions.
12990 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12991 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12992 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
12993
12994 * sparcnbsd-tdep.c: Include "regset.h".
12995 (fetch_core_registers): Remove function.
12996 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12997 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12998 functions.
12999 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
13000 TDEP->fpregset.
13001 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
13002
13003 * sparc-tdep.h (struct regset): Provide opaque declaration.
13004 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
13005 fpregset and sizeof_fpregset members.
13006 * sparc-tdep.c (struct regset): Provide opaque declaration.
13007 (sparc_regset_from_core_section): New function.
13008 (sparc32_gdbarch_init): Initialize TDEP->gregset,
13009 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
13010 Set regset_from_core_section when appropriate.
13011
13012 2004-01-10 Mark Kettenis <kettenis@gnu.org>
13013
13014 * x86-64-tdep.c (amd64_non_pod_p): New function.
13015 (amd64_classify_aggregate): Return class memory for non-POD
13016 C++ structure types.
13017
13018 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
13019 argument. Use it to reserve a register if necessary.
13020 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
13021 amd64_push_arguments.
13022
13023 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
13024
13025 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
13026 register numbers in comments.
13027 * x86-64-tdep.h: Update copyright year.
13028 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
13029 Adjust for addition of %cs and %ss.
13030 * amd64fbsd-nat.c: Update copyright year.
13031 (reg_offset): Add register offsets for %cs and %ss.
13032 * amd64fbsd-tdep.c: Update copyright year.
13033 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
13034 (amd64fbsd_sc_reg_offset): Likewise.
13035 * x86-64-linux-nat.c: Update copyright year.
13036 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
13037 and %ss.
13038 * amd64nbsd-nat.c: Update copyright year.
13039 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
13040 * amd64nbsd-tdep.c: Update copyright year.
13041 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
13042 * x86-64-linux-tdep.c: Update copyright year.
13043 (user_to_gdb_regmap): Add mapping for %cs and %ss.
13044 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
13045 * regformats/reg-x86-64.dat: Add %cs and %ss.
13046
13047 * blockframe.c (inside_entry_func): Reformat. Introduce new local
13048 variables to prevent long lines. Update comments to reflect
13049 reality.
13050
13051 2004-01-09 David Carlton <carlton@kealia.com>
13052
13053 Checked in by Elena Zannoni <ezannoni@redhat.com>.
13054 * dwarf2read.c (read_namespace): Pull out name-generating code
13055 into namespace_name. Rename previous_namespace to previous_prefix
13056 and processing_current_namespace to processing_current_prefix..
13057 (namespace_name): New function.
13058 (add_partial_symbol): Substitute uses of pdi->name with
13059 actual_name.
13060 * cp-support.h: Rename processing_current_namespace to
13061 processing_current_prefix.
13062 Update copyright year.
13063 * cp-namespace.c: Rename processing_current_namespace to
13064 processing_current_prefix.
13065 Update copyright year.
13066
13067 2004-01-09 Andrew Cagney <cagney@redhat.com>
13068
13069 * jv-valprint.c, ser-unix.c: Add missing copyright years.
13070
13071 2004-01-09 Mark Kettenis <kettenis@gnu.org>
13072
13073 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
13074 complaining.
13075 (process_one_symbol): Deal with N_PATCH stabs.
13076
13077 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
13078
13079 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
13080 ifdeffed code.
13081 Update copyright year.
13082
13083 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13084
13085 * config/pa/tm-hppa.h: Update extern declarations for
13086 hppa32_hpux_frame_saved_pc_in_sigtramp,
13087 hppa32_hpux_frame_base_before_sigtramp, and
13088 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
13089
13090 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13091
13092 * config/pa/tm-hppah.h: Update copyright years.
13093
13094 2004-01-08 Andrew Cagney <cagney@redhat.com>
13095
13096 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
13097 (mips_o32_reg_struct_has_addr): Delete function.
13098 (mips_gdbarch_init): Update.
13099 (mips_extract_struct_value_address): Delete function.
13100
13101 2004-01-08 David Mosberger <davidm@hpl.hp.com>
13102
13103 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
13104 reality.
13105
13106 2004-01-07 Andrew Cagney <cagney@redhat.com>
13107
13108 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
13109 architecture's elf flags (when available).
13110
13111 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
13112 FPU to the start, check the MIPS FPU when looking for an old
13113 architecture.
13114 (set_mipsfpu_single_command): Update the architecture.
13115 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
13116
13117 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
13118 (mips_mask_address_p): Add "tdep" parameter.
13119 (show_mask_address, mips_addr_bits_remove): Update.
13120 (mips_dump_tdep): Update.
13121 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
13122 (MIPS_STACK_ARGSIZE): Delete macro.
13123 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
13124 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
13125 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
13126 (mips_dump_tdep): Update.
13127 (MIPS_SAVED_REGSIZE): Delete macro.
13128 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
13129 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
13130 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
13131 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
13132 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
13133 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
13134 (mips_pop_frame, return_value_location): Update.
13135 (mips_n32n64_return_value, mips_dump_tdep): Update.
13136
13137 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
13138 MIPS ABI.
13139
13140 * mips-tdep.c: Update copyright.
13141 (mips_gdbarch_init): Merge two code blocks handling the register
13142 name and number layout.
13143
13144 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
13145
13146 * tracepoint.c (validate_actionline): Fix segv at EOF
13147
13148 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13149
13150 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
13151 properly for static fields.
13152
13153 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
13154 Jason Molenda <jmolenda@apple.com>
13155
13156 * disasm.c: Update copyright to include 2004.
13157 (do_mixed_source_and_assembly): For uiout asm list
13158 and tuple cleanups, initialize to null_cleanup instead of
13159 NULL and do so prior to loop. Only reset when we close off
13160 the tuple/list. Move check for whether to close off the
13161 asm tuple/list to after dump_insns call where it will be run
13162 on each loop iteration.
13163
13164 2004-01-05 Andrew Cagney <cagney@redhat.com>
13165
13166 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
13167 should be a switch case and not a label.
13168 * mips-tdep.c (mips32_next_pc): Delete unused labels
13169 "greater_equal_branch" and "less_zero_branch".
13170 * jv-valprint.c (java_print_value_fields): Delete unused label
13171 "flush_it".
13172
13173 * target.c (unpush_target): Only close a target that is in the
13174 target stack.
13175
13176 2004-01-05 Mark Kettenis <kettenis@gnu.org>
13177
13178 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
13179 address from [sp + 64] instead of %o2.
13180
13181 * frame.c (get_prev_frame): Don't try to unwind the PC. This
13182 fixes PR backtrace/1476.
13183
13184 2004-01-05 Andrew Cagney <cagney@redhat.com>
13185
13186 * libunwind-frame.h (struct frame_id): Add opaque declaration,
13187 move to start of file.
13188 * i386-tdep.h (struct regcache): Add opaque declaration.
13189 * config/ia64/nm-linux.h (struct target_ops): Add opaque
13190 declaration.
13191 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
13192 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
13193 * win32-nat.c (fake_create_process): Use ISO C style definition.
13194 * stabsread.c (define_symbol): Delete #ifndef
13195 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
13196 stabs_argument_has_addr call, macro never defined.
13197
13198 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
13199
13200 * op50-rom.c: Delete.
13201 * w89k-rom.c: Delete.
13202 * Makefile.in: Remove references.
13203
13204 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13205
13206 * x86-64-tdep.c: Update copyright year.
13207 (struct amd64_register_info): Rename from x86_64_register_info.
13208 (amd64_register_info): Rename from x86_64_register_info.
13209 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
13210 (amd64_register_name): Rename from x86_64_register_name.
13211 (amd64_register_type): Rename from x86_64_register_type.
13212 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
13213 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
13214 (amd64_dwarf_reg_to_regnum): Rename from
13215 x86_64_dwarf_reg_to_regnum.
13216 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
13217 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
13218 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
13219 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
13220 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
13221 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
13222 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
13223 (amd64_frame_cache): Rename from x86_64_frame_cache.
13224 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
13225 (amd64_frame_prev_register): Rename from
13226 x86_64_frame_prev_register.
13227 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
13228 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
13229 (amd64_sigtramp_frame_cache): Rename from
13230 x86_64_sigtramp_frame_cache.
13231 (amd64_sigtramp_frame_prev_register): Rename from
13232 x86_64_sigtramp_frame_prev_register.
13233 (amd64_sigtramp_frame_unwind): Rename from
13234 x86_64_sigtramp_frame_unwind.
13235 (amd64_sigtramp_frame_sniffer): Rename from
13236 x86_64_sigtramp_frame_sniffer.
13237 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
13238 (amd64_frame_base): Rename from x86_64_frame_base.
13239 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
13240 (amd64_frame_align): Rename from x86_64_frame_align.
13241 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
13242 (amd64_regset_from_core_section): Rename from
13243 x86_64_regset_from_core_section.
13244 (x86_64_init_abi): Update comments.
13245
13246 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
13247
13248 * MAINTAINERS (write after approval): Add myself.
13249
13250 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13251
13252 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
13253 `float' arguments.
13254
13255 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13256
13257 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
13258 such that it mentions a specific version of GCC that exhibits this
13259 bug.
13260
13261 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13262
13263 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
13264 structure that has a single `float' member, store it in %f1 in
13265 addition to %f0.
13266
13267 * sparc-sol2-nat.c: Add missing '\'.
13268
13269 * sparc-tdep.c (sparc32_return_value): New function.
13270 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
13271 Remove functions.
13272 (sparc32_gdbarch_init): Set return_value, don't set
13273 extract_return_value, store_return_value, use_struct_convention
13274 and return_value_on_stack.
13275
13276 * sparc-sol2-nat.c: Add missing ')'.
13277
13278 2004-01-03 J. Brobecker <brobecker@gnat.com>
13279
13280 * infrun.c (handle_step_into_function): New function.
13281 (handle_inferior_event): Extract out some code into the new
13282 function above.
13283
13284 2004-01-03 J. Brobecker <brobecker@gnat.com>
13285
13286 * infrun.c (handle_inferior_event): Move the declaration of
13287 real_stop_pc inside the if blocks where it is used.
13288
13289 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13290
13291 * sparc64-tdep.c (sparc64_16_byte_align_p)
13292 (sparc64_store_floating_fields, sparc64_store_floating_fields):
13293 Use check_typedef to get subtypes of structures and unions.
13294 (sparc64_store_return_value): Fix calculation of the appropriate
13295 offset into VALBUF when storing a structure or union.
13296 (sparc64_return_value): New function.
13297 (sparc64_use_struct_convention): Remove function.
13298 (sparc64_init_abi): Set return_value, don't set
13299 extract_return_value, store_return_value and
13300 use_struct_convention.
13301
13302 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
13303
13304 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
13305 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
13306 gdb/config/alpha/xm-alphaosf.h,
13307 gdb/config/powerpc/tm-ppcle-eabi.h,
13308 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
13309 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
13310 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
13311 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
13312 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
13313 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
13314 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
13315 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
13316 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
13317 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
13318 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
13319 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
13320 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
13321 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
13322 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
13323 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
13324 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
13325 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
13326 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
13327 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
13328 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
13329 Remove lines for .cvsignore files.
13330
13331 2004-01-03 J. Brobecker <brobecker@gnat.com>
13332
13333 * infrun.c: Back out the previous change.
13334
13335 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13336
13337 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
13338 sparc-*-sunos4* to the list of REMOVED configurations.
13339
13340 * configure.tgt: Add back sparc-*-vxworks*.
13341 * remote-vxsparc.c: Remove all includes except for "defs.h",
13342 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
13343 Include "sparc-tdep.h".
13344 (SPARC_R_G1): New define.
13345 (vxsparc_gregset): New variable.
13346 (ext_format_sparc): Remove extern declaration.
13347 (vx_read_register): Rewrite to use sparc32_supply_gregset and
13348 sparc32_supply_fpregset.
13349 (vx_write_register): Rewrite to use sparc32_collect_gregset,
13350 sparc_collect_rwindow and sparc32_collect_fpregset.
13351 * config/sparc/tm-vxworks.h: New file, based on recently removed
13352 tm-vxsparc.h.
13353 * config/sparc/vxworks.mt: New file, based on recently removed
13354 vxworks.mt.
13355
13356 2004-01-03 J. Brobecker <brobecker@gnat.com>
13357
13358 * infrun.c (handle_step_into_function): New function.
13359 (handle_inferior_event): Extract out some code into the new
13360 function above.
13361
13362 2004-01-02 Mark Kettenis <kettenis@gnu.org>
13363
13364 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
13365 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
13366 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
13367 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
13368 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
13369 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
13370 (sparc_nat_h): New variable.
13371 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
13372 (tm-sun4os4.h): Remove dependency.
13373 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
13374 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
13375 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
13376 sparc-tdep.o): Update dependencies.
13377 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
13378 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
13379 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
13380 dependencies.
13381 * configure.host: Remove existing sparc-*-lynxos*,
13382 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
13383 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
13384 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
13385 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
13386 triplets.
13387 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
13388 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
13389 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
13390 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
13391 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
13392 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
13393 sparc64-*-solaris2* and sparc64-*-* triplets.
13394 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
13395 "symtab.h" and "objfiles.h".
13396 (BIAS): Remove define.
13397 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
13398 (X_DISP19): Remove macros.
13399 (sparc_fetch_instruction): Remove function.
13400 (struct gdbarch_tdep): Remove definition.
13401 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
13402 (sparc_breakpoint_from_pc): Remove function.
13403 (struct sparc64_frame_cache): Remove definition.
13404 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
13405 sparc64_unwind_pc): Remove functions.
13406 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
13407 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
13408 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
13409 (sparc64_frame_cache): Change return type to `struct
13410 sparc_frame_cache *'. Simply call sparc_frame_cache.
13411 (sparc64_frame_this_id, sparc64_frame_prev_register,
13412 sparc64_frame_base_address): Use `struct sparc_frame_cache'
13413 instead of `struct sparc64_frame_cache.
13414 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
13415 sparc_analyze_control_transfer, sparc_software_single_step,
13416 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
13417 _initialize_sparc64_tdep): Remove functions.
13418 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
13419 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
13420 macros.
13421 (sparc64_supply_gregset, sparc64_collect_gregset,
13422 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
13423 (sparc64_init_abi): New function.
13424 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
13425 inclusion guard. Include "sparc-tdep.h".
13426 (BIAS): Define.
13427 (r_tstate_offset, r_fprs_offset): New defines.
13428 (enum sparc_regnum): Remove defenition.
13429 (enum sparc64_regnum): Reformat.
13430 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
13431 (sparc64_init_abi, sparc64_supply_gregset,
13432 sparc64_collect_gregset, sparc64_supply_fpregset,
13433 sparc64_collect_fpregset): New prototypes.
13434 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
13435 Add extern declarations.
13436 (sparc64_sol2_init_abi): New prototype.
13437 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
13438 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
13439 prototypes.
13440 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
13441 "sparnbsd-nat.h".
13442 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
13443 functions.
13444 (_initialize_sparc64fbsd_nat): Remove initialization of
13445 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
13446 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
13447 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
13448 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
13449 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
13450 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
13451 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
13452 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
13453 (sparc64fbsd_r_y_offset): Remove variables.
13454 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13455 Make static and const.
13456 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
13457 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
13458 functions.
13459 (sparc64fbsd_gregset): New variable.
13460 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
13461 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
13462 and sparc64_supply_fpregset.
13463 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
13464 (sparc64fbsd_sigtramp_frame_this_id)
13465 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
13466 (sparc64fbsd_sigtramp_frame_unwind): New variable.
13467 (sparc64fbsd_sigtramp_frame_sniffer): New function.
13468 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
13469 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
13470 * sparcnbsd-tdep.c: Update copyright year. Include
13471 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
13472 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
13473 "value.h" and "sparcnbsd-tdep.h".
13474 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
13475 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
13476 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
13477 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
13478 defines.
13479 (sparcnbsd_gregset): New variable.
13480 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
13481 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
13482 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
13483 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
13484 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
13485 variables.
13486 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
13487 (sparc32nbsd_sigcontext_frame_this_id)
13488 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
13489 (sparc32nbsd_sigcontext_frame_unwind): New variable.
13490 (sparc32nbsd_sigtramp_frame_sniffer): New function.
13491 (sparcnbsd_get_longjmp_target_32,
13492 sparcnbsd_get_longjmp_target_64): Remove functions.
13493 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
13494 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
13495 sparcnbsd_init_elf): Remove.
13496 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
13497 (sparcnbsd_elf_init_abi): New functions.
13498 (_initialize_sparcnbsd_tdep): New prototype.
13499 (_initialize_sparnbsd_tdep): Update.
13500 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
13501 corelow.o. Add sparc64-nat.o and sparc-nat.o.
13502 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
13503 * config/sparc/linux.mh: Update comment.
13504 (XM_FILE, HOST_IPC): Remove variables.
13505 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
13506 sparc-linux-nat.o.
13507 * config/sparc/linux.mt: Update comment.
13508 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
13509 * config/sparc/nbsd.mt: Reformat.
13510 * config/sparc/nbsd64.mh: Update comment.
13511 (NATDEPFILES): Add sparc-nat.o.
13512 * config/sparc/nbsd64.mt: Update comment.
13513 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
13514 (TM_FILE): Set to tm-nbsd.h.
13515 * config/sparc/nbsdelf.mh: Update comment.
13516 (NATDEPFILES): Add sparc-nat.o.
13517 (XM_FILE): Delete.
13518 * config/sparc/nbsdaout.mh: Update comment.
13519 (NATDEPFILES): Add sparc-nat.o
13520 (XM_FILE): Delete.
13521 * config/sparc/nm-linux.h: Update copyright year. Don't include
13522 "config/nm-svr4.h" and "solib.h". Add protection against multiple
13523 inclusion.
13524 (KERNEL_U_SIZE): Remove define.
13525 (kernel_u_size): Remove prototype.
13526 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
13527 * config/sparc/nm-nbsd.h: Update copyright. Don't include
13528 "regcache.h".
13529 (CHILD_PREPARE_TO_STORE): Remove define.
13530 * config/sparc/nm-nbsdaout.h: Tweak some comments.
13531 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
13532 sparcnbsd-nat.c: Rewrite files.
13533 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
13534 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
13535 sparcnbsd-tdep.h: Remove files.
13536 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
13537 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
13538 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
13539 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
13540 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
13541 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
13542 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
13543 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
13544 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
13545 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
13546 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
13547 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
13548 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
13549 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
13550 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
13551 * config/sparc/linux64.mh, config/sparc/linux64.mt,
13552 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
13553 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
13554 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
13555
13556 2004-01-02 Andrew Cagney <cagney@redhat.com>
13557
13558 From 2003-12-18 Kazuhiro Inaoka:
13559 * configure.host: Add m32r-linux target.
13560
13561 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13562
13563 * top.c (print_gdb_version): Update year to 2004.
13564
13565 2004-01-02 Mark Mitchell <mark@codesourcery.com>
13566
13567 * MAINTAINERS: Add myself to the write-after-approval category.
13568
13569 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
13570
13571 From Bernardo Innocenti <bernie@develer.com>:
13572 * configure.tgt: Add uClinux target.
13573
13574 2004-01-02 Andrew Cagney <cagney@redhat.com>
13575
13576 * utils.c (do_my_cleanups): Make static, add forward declaration.
13577 * defs.h (do_my_cleanups): Delete declaration.
13578
13579 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
13580
13581 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
13582 bfd/ChangeLog-0203.
13583
13584 2004-01-02 Mark Kettenis <kettenis@gnu.org>
13585
13586 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
13587 in <machine/reg.h>.
13588 * configure, config.in: Regenerate.
13589
13590 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
13591 tui/ChangeLog-1998-2003.
13592 \f
13593 Local Variables:
13594 mode: change-log
13595 left-margin: 8
13596 fill-column: 74
13597 version-control: never
13598 End:
This page took 0.471998 seconds and 3 git commands to generate.