2004-10-30 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2004-10-30 Andrew Cagney <cagney@gnu.org>
2
3 * config/mips/tm-mips.h (t_insn): Delete.
4 * mips-tdep.c (mips_fetch_instruction, mips_skip_trampoline_code):
5 Replace t_insn with ULONGEST.
6
7 2004-10-30 Mark Kettenis <kettenis@gnu.org>
8
9 * mipsnbsd-tdep.c: Include "regset.h" and "gdb_assert.h".
10 (MIPS_PC_REGNUM, MIPS_FP0_REGNUM, MIPS_FSR_REGNUM)
11 (MIPSNBSD_NUM_GREGS, MIPSNBSD_NUM_FPREGS): New defines.
12 (fetch_core_registers, fetch_elfcore_registers): Remove functions.
13 (mipsnbsd_core_fns, mipsnbsd_elfcore_fns): Remove variables.
14 (mipsnbsd_core_osabi_sniffer): New function.
15 (mipsnbsd_init_abi): Set regset_from_core_section.
16 (_initialize_mipsnbsd_tdep): Remove calls to
17 deprecated_add_core_fns.
18 (mipsnbsd_supply_fpregset, mipsnbsd_supply_gregset)
19 (mipsnbsd_regset_from_core_section): New functions.
20 (mipsnbsd_gregset, mipsnbsd_fpregset): New variables.
21 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
22
23 * procfs.c (procfs_fetch_registers, procfs_store_registers): Like
24 Remove optimization for DEPRECATED_FP_REGNUM.
25
26 2004-10-30 Andrew Cagney <cagney@gnu.org>
27
28 * alpha-tdep.c (alpha_setup_arbitrary_frame): Delete.
29 * config/alpha/tm-alpha.h (SETUP_ARBITRARY_FRAME): Delete.
30 (alpha_setup_arbitrary_frame): Delete.
31 * mips-tdep.c (setup_arbitrary_frame): Delete.
32 * config/mips/tm-mips.h (SETUP_ARBITRARY_FRAME): Delete.
33 (setup_arbitrary_frame): Delete.
34 * stack.c (parse_frame_specification_1): When specified, call
35 create_new_frame with two parameters. Delete #ifdef
36 SETUP_ARBITRARY_FRAME.
37
38 * config/mips/tm-mips.h (MIPS16_INSTLEN, MIPS_NUMREGS)
39 (MIPS_INSTLEN): Delete.
40 * mips-tdep.h (enum mips_insn_size): Rename MIPS32_INSN_SIZE and
41 MIPS16_INSN_SIZE to MIPS_INSN32_SIZE and MIPS_INSN16_SIZE.
42 * remote-mips.c, mips-tdep.c: Update.
43
44 * config/mips/embed.mt (TDEPFILES): Add mips-mdebug-tdep.o.
45 * mips-mdebug-tdep.h, mips-mdebug-tdep.c: New files.
46 * mips-tdep.c (mips_mdebug_frame_cache)
47 (mips_mdebug_frame_this_id, mips_mdebug_frame_prev_register)
48 (mips_mdebug_frame_unwind, mips_mdebug_frame_sniffer)
49 (mips_mdebug_frame_base_address, mips_mdebug_frame_sniffer)
50 (mips_mdebug_frame_base_sniffer, non_heuristic_proc_desc)
51 (compare_pdr_entries, the_bfd, mips16_fetch_instruction): Delete.
52 (mips_gdbarch_init): Do not append mdebug sniffers.
53 (PROC_LOW_ADDR, PROC_HIGH_ADDR, PROC_FRAME_OFFSET)
54 (PROC_FRAME_REG, PROC_FRAME_ADJUST, PROC_REG_MASK)
55 (PROC_FREG_MASK, PROC_REG_OFFSET, PROC_FREG_OFFSET, PROC_PC_REG)
56 (PROC_SYMBOL, _PROC_MAGIC_): Delete.
57 * Makefile.in: Update dependencies.
58
59 * mips-tdep.h (mips_abi_regsize): Declare.
60 * mips-tdep.c (mips_abi_regsize): Make non-static.
61
62 * mips-tdep.c (gdb_print_insn_mips): Simplify.
63 (make_mips16_addr): Delete.
64
65 2004-10-30 Mark Kettenis <kettenis@gnu.org>
66
67 * i386-sol2-nat.c: New file.
68 * Makefile.in (ALLDEPFILES): Add i386-sol2-nat.c and
69 i386-sol2-tdep.c.
70 (i386-sol2-nat.o): Update dependencies.
71 * config/i386/i386sol2.mh (NATDEPFILES): Remove i386v4.o, add
72 i386-sol2-nat.o.
73
74 2004-10-30 Andrew Cagney <cagney@gnu.org>
75
76 Total breakage identified by Joel Brobecker.
77 * mips-tdep.c (after_prologue): Delete.
78 (mips_skip_prologue): Use skip_prologue_using_sal.
79 (heuristic_proc_desc): Delete, unused.
80
81 2004-10-30 Mark Kettenis <kettenis@gnu.org>
82
83 * procfs.c (proc_get_gregs, proc_get_fpregs, proc_set_gregs)
84 (proc_set_fpregs, procfs_fetch_registers, procfs_store_registers):
85 Cleanup coding style.
86
87 2004-10-30 Andrew Cagney <cagney@gnu.org>
88
89 * mips-tdep.h (mips_pc_is_mips16): Declare.
90 * mips-tdep.c (mips_pc_is_mips16): Rename pc_is_mips16, make
91 non-static. Update calls.
92
93 * cli/cli-decode.c (add_setshow_enum_cmd): New function.
94 * command.h (add_setshow_enum_cmd): Declare.
95 * mips-tdep.c (_initialize_mips_tdep): Use add_setshow_enum_cmd.
96
97 * mips-tdep.c (_initialize_mips_tdep): Use
98 add_setshow_zinteger_cmd.
99
100 * mips-tdep.c (mips_eabi_extract_return_value)
101 (mips_o64_extract_return_value, mips_o64_store_return_value)
102 (return_value_location, mips_eabi_reg_struct_has_addr)
103 (mips_eabi_use_struct_convention)
104 (mips_eabi_store_return_value): Delete.
105 (mips_eabi_store_return_value): New function.
106 (mips_eabi_return_value): New function.
107 (mips_gdbarch_init): For O64 and EABI, delete
108 extract_return_value, store_return_value, use_struct_convention
109 and reg_struct_has_addr, add return_value.
110
111 * mips-tdep.c (read_signed_register): Use
112 regcache_cooked_read_signed.
113
114 2004-10-30 Mark Kettenis <kettenis@gnu.org>
115
116 * mipsread.c: Cleanup coding style.
117 (mipscoff_new_init, mipscoff_symfile_init, mipscoff_symfile_read)
118 (mipscoff_symfile_finish): Remove prototypes.
119
120 2004-10-29 Mark Kettenis <kettenis@gnu.org>
121
122 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
123 (mips_mdebug_frame_cache, mips16_scan_prologue)
124 (mips32_scan_prologue, mips_stub_frame_cache)
125 (heuristic_proc_start, heuristic_proc_desc)
126 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
127 (mips_n32n64_return_value, mips_o32_push_dummy_call)
128 (mips_o32_return_value, mips_o64_push_dummy_call)
129 (mips_step_skips_delay, mips_skip_trampoline_code)
130 (mips_gdbarch_init): Use MIPS_A0_REGNUM instead of A0_REGNUM,
131 MIPS_RA_REGNUM instead of RA_REGNUM, MIPS_T9_REGNUM instead of
132 T9_REGNUM, MIPS_V0_REGNUM instead of V0_REGNUM, MIPS_ZERO_REGNUM
133 instead of ZERO_REGNUM, MIPS32_SIZE_INSN instead of MIPS_INSTLEN
134 and MIPS16_INSN_SIZE instead of MIPS16_INSTLEN.
135 (mips_dump_tdep): Don't print A0_REGNUM, RA_REGNUM,
136 T9_REGNUM, V0_REGNUM, ZERO_REGNUM, MIPS_INSTLEN and
137 MIPS16_INSTLEN. Use MIPS_A0_REGNUM instead of A0_REGNUM.
138 * mips-linux-tdep.c (mips_linux_o32_sigframe_init)
139 (mips_linux_n32n64_sigframe_init): Use MIPS_ZERO_REGNUM instead of
140 ZERO_REGNUM.
141 * mipsnbsd-tdep.c (mipsnbsd_cannot_fetch_register)
142 (mipsnbsd_cannot_store_register): Use MIPS_ZERO_REGNUM instead of
143 ZERO_REGNUM.
144 (mipsnbsd_get_longjmp_target): Use MIPS_A0_REGNUM instead of
145 A0_REGNUM.
146 * mipsnbsd-nat.c: Include "mips-tdep.h".
147 (getregs_supplies): Use MIPS_ZERO_REGNUM instead of ZERO_REGNUM.
148 * Makefile.in (mipsnbsd-nat.o): Update dependencies.
149
150 2004-10-29 Andrew Cagney <cagney@gnu.org>
151
152 * stack.c (parse_frame_specification_1): New function based on
153 parse_frame_specification. Add message and selected_frame_p
154 paramters. Truely always return non-NULL.
155 (parse_frame_specification): Call parse_frame_specification_1.
156 (frame_info): Update. Eliminate target_has_stack check.
157 (select_frame_command): Update.
158
159 2004-10-29 Andrew Cagney <cagney@gnu.org>
160
161 * frame.h (get_selected_frame): Add message parameter.
162 * frame.c (get_selected_frame): Add and use message parameter.
163 * stack.c (current_frame_command, return_command, locals_info)
164 (catch_info, args_info, up_silently_base, down_silently_base): Use
165 get_selected_frame with an explicit message.
166 * thread.c, stack.c, sh-tdep.c, sh64-tdep.c: Update.
167 * remote-rdp.c, remote-mips.c, remote-e7000.c: Update.
168 * ocd.c, mi/mi-main.c, mi/mi-cmd-stack.c: Update.
169 * infrun.c, inflow.c, infcmd.c, frame.c: Update.
170 * findvar.c, eval.c, corelow.c, bsd-kvm.c: Update.
171 * breakpoint.c: Update.
172
173 2004-10-29 Andrew Cagney <cagney@gnu.org>
174
175 * trad-frame.c (trad_frame_get_prev_register): Use
176 frame_unwind_register instead of frame_register_unwind, do not
177 recurse the register's location.
178 * xstormy16-tdep.c (xstormy16_frame_prev_register):
179 * sparc-tdep.c (sparc32_frame_prev_register): Ditto.
180 * sparc64-tdep.c (sparc64_frame_prev_register): Ditto.
181 * sh-tdep.c (sh_frame_prev_register): Ditto.
182 * m68k-tdep.c (m68k_frame_prev_register): Ditto.
183 * i386-tdep.c (i386_frame_prev_register): Ditto.
184 * dwarf2-frame.c (dwarf2_frame_prev_register): Ditto.
185 * amd64-tdep.c (amd64_frame_prev_register): Ditto.
186
187 2004-10-28 Mark Kettenis <kettenis@jive.nl>
188
189 * proc-events.c: Fix several coding-style issues. Consistently
190 use #ifdef instead of #if defined().
191 (proc_prettyfprint_fault, proc_prettyfprint_faultset): Use
192 ARRAY_SIZE.
193 (_initialize_proc_events): New prototype.
194
195 * proc-why.c: Fix several coding-style issues.
196 (proc_prettyfprint_why): Use ARRAY_SIZE.
197
198 2004-10-27 Jim Blandy <jimb@redhat.com>
199
200 * remote.c (fetch_register_using_p): Construct 'p' packet in a
201 manner independent of the host byte order.
202
203 2004-10-27 Mark Kettenis <kettenis@gnu.org>
204
205 * mips-tdep.c (id_delayed): Remove prototype.
206
207 2004-10-26 Mark Kettenis <kettenis@gnu.org>
208
209 * mips-tdep.h: Add MIPS_ZERO_REGNUM, MIPS_AT_REGNUM,
210 MIPS_V0_REGNUM. MIPS_A0_REGNUM, MIPS_T9_REGNUM and MIPS_RA_REGNUM
211 to enum with register numbers.
212 (enum mips_insn_size): New enum.
213
214 2004-10-26 Andrew Cagney <cagney@gnu.org>
215
216 * config/mips/tm-linux.h: Delete #undef SKIP_TRAMPOLINE_CODE.
217 * mips-tdep.c (mips_skip_trampoline_code): Rename mips_skip_stub.
218 (mips_gdbarch_init): Update.
219 (mips_dump_tdep): Do not print SKIP_TRAMPOLINE_CODE.
220
221 * config/arm/tm-linux.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
222 * config/mips/tm-nbsd.h, config/mips/tm-linux.h: Delete #undef
223 IN_SOLIB_RETURN_TRAMPOLINE.
224 * mips-tdep.c (mips_dump_tdep): Do not print
225 IN_SOLIB_RETURN_TRAMPOLINE.
226 (mips_in_solib_return_trampoline): Rename mips_in_return_stub.
227 (mips_gdbarch_init): Update.
228
229 * mips-tdep.h (mips_software_single_step): Move to here ...
230 * config/mips/tm-mips.h: ... from here.
231 * config/mips/tm-linux.h (SOFTWARE_SINGLE_STEP_P)
232 (SOFTWARE_SINGLE_STEP): Delete.
233 * mips-linux-tdep.c (mips_linux_init_abi): Set software_single_step.
234
235 2004-10-25 Andrew Cagney <cagney@gnu.org>
236
237 * NEWS: Add Changes since GDB 6.3 section.
238
239 2004-10-23 Andreas Schwab <schwab@suse.de>
240
241 * ada-lang.c (grow_vect): Return the new array instead of
242 expecting pointer to pointer to avoid violation of aliasing rules.
243 * ada-lang.h (GROW_VECT): Adapt call to grow_vect.
244
245 2004-10-23 Ulrich Weigand <uweigand@de.ibm.com>
246
247 * s390-tdep.c (enum pv_boolean): Remove.
248 (pv_is_array_ref): Remove.
249 (s390_on_stack): Remove.
250 (S390_NUM_SPILL_SLOTS): Remove.
251 (struct s390_prologue_data): Remove members 'spill' and 'back_chain',
252 add members 'gpr_slot', 'fpr_slot', and 'back_chain_saved_p'.
253 (s390_store): Track all stores of orginal incoming registers to the
254 stack constant offsets relative to the CFA, instead of only tracking
255 stores into specific spill slots.
256 (s390_load): Likewise.
257 (s390_analyze_prologue): Adapt to struct s390_prologue_data changes.
258 (s390_prologue_frame_unwind_cache): Likewise. Only track registers
259 defined as call-saved by the ABI.
260 (s390_push_dummy_call): Use bottom of dummy call argument save area
261 as return value, not the top. Do not store to the called function's
262 register save area.
263 (s390_unwind_dummy_id): Adapt accordingly.
264
265 2004-10-23 Andrew Cagney <cagney@gnu.org>
266
267 * objfiles.h (struct objfile): Rename obj_private to
268 deprecated_obj_private, sym_private to deprecated_sym_private, and
269 sym_stab_info to deprecated_sym_stab_info.
270 * gdb-stabs.h: Update.
271 * elfread.c: Update.
272 * dbxread.c: Update.
273 * coffread.c: Update.
274 * xcoffread.c: Update.
275 * symfile.c: Update.
276 * somread.c: Update.
277 * nlmread.c: Update.
278 * mdebugread.c: Update.
279 * hpread.c: Update.
280 * coffread.c: Update.
281
282 2004-10-23 Mark Kettenis <kettenis@gnu.org>
283
284 * mips64obsd-nat.c, mips64obsd-tdep.c: New files.
285 * configure.host: Add mips64*-*-openbsd*.
286 * configure.tgt: Add mips64*-*-openbsd*.
287 * Makefile.in (ALLDEPFILES): Add mips64obsd-nat.o,
288 mips64obsd-tdep.c.
289 (mips64obsd-nat.o, mips64obsd-tdep.o): New dependecies.
290 * config/mips/obsd64.mh, config/mips/obsd64.mt: New files.
291
292 2004-10-21 Joel Brobecker <brobecker@gnat.com>
293
294 * symtab.c (symbol_search_name): Minor reformatting.
295
296 2004-10-20 Joel Brobecker <brobecker@gnat.com>
297
298 * symtab.h: Fix typo in comment.
299
300 2004-10-19 Mark Kettenis <kettenis@gnu.org>
301
302 * dwarf2read.c (struct comp_unit_head): Fix coding style.
303 (dwarf_decode_line_header): Likewise.
304
305 2004-10-19 Michael Chastain <mec.gnu@mindspring.com>
306
307 * NEWS: GDB works with GCC -feliminate-dwarf2-dups.
308
309 2004-10-19 Andrew Cagney <cagney@gnu.org>
310
311 GDB 6.3 branch created.
312 * version.in: Bump to version 6.3.50_2004-10-19-cvs.
313
314 2004-10-15 Joel Brobecker <brobecker@gnat.com>
315
316 * dwarf2read.c (set_cu_language): Set language to Ada for
317 DW_LANG_Ada83 and DW_LANG_Ada95.
318
319 2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
320
321 From Andreas Schwab <schwab@suse.de>:
322 * Makefile.in (.y.c, .l.c.): Fix the substitutions for
323 for xmalloc and xrealloc.
324
325 2004-10-15 Andrew Cagney <cagney@gnu.org>
326
327 * ada-exp.y, ada-lex.l: Use xmalloc and xrealloc through out.
328 * inf-ptrace.c: Include "gdb_wait.h" instead of <wait.h>.
329 * Makefile.in (.y.c, .l.c): Don't replace xmalloc with xxmalloc.
330 Update dependencies.
331
332 2004-10-15 Paul Hilfinger <Hilfinger@gnat.com>
333
334 * ada-lang.c (ada_lookup_symbol): Correct comment.
335 (ada_evaluate_subexp): Change error message for
336 OP_FUNCALL case so as not to indicate an internal error.
337
338 2004-10-15 Joel Brobecker <brobecker@gnat.com>
339
340 Committed by Paul Hilfinger.
341 * ada-lang.c (ada_template_to_fixed_record_type_1): Detect bogus
342 type sizes in XVE/XVU types, and emit a warning when that happens,
343 instead of rounding up the size of the resulting type.
344 Some minor reformatting.
345 (ada_is_aligner_type): Do not consider a type as an aligner type
346 if there is a corresponding XVS type as well.
347 (ada_evaluate_subexp): For TERNOP_SLICE, handle cases where we
348 have several levels of pointer indirection to the array.
349
350 2004-10-15 Jerome Guitton <guitton@gnat.com>
351
352 Committed by Paul Hilfinger.
353 * ada-lang.c (check_size): New function.
354 (coerce_unspec_val_to_type): call check_size to make sure
355 that the object size is reasonable.
356 (ada_evaluate_subexp): in UNOP_IND: Ditto. In TERNOP_SLICE:
357 Implements the case when we get a reference when we evaluate
358 the expression of one of the bounds of the slice.
359 (ada_value_struct_elt): when a packed array field is
360 a reference, use ada_coerce_ref to dereference it; use
361 ada_value_ind only if it is a pointer.
362
363 2004-10-15 Joel Brobecker <brobecker@gnat.com>
364
365 * mips-tdep.c (mips32_scan_prologue): Move the implementation up
366 a bit to avoid the necessity of an advance declaration. Remove
367 declaration.
368 (set_reg_offset): Move implemenation up.
369 (mips16_get_imm): Likewise.
370 (mips16_scan_prologue): Likewise.
371 (reset_saved_regs): Likewise.
372 (mips32_scan_prologue): Likewise.
373
374 2004-10-14 Joel Brobecker <brobecker@gnat.com>
375
376 * mips-tdep.c (mips32_scan_prologue): Add advance declaration.
377 Remove sp as a parameter, compute it internally instead. Move
378 prologue scanning limit from heuristic_proc_desc to here.
379 (mips16_scan_prologue): Likewise.
380 (mips_insn16_frame_cache): Replace call to heuristic_proc_desc
381 by call to mips16_scan_prologue.
382 (mips_insn32_frame_cache): Replace call to heuristic_proc_desc
383 by call to mips32_scan_prologue.
384 (heuristic_proc_desc): Remove code that's no longer necessary.
385 Update calls to mips16_scan_prologue and mips32_scan_prologue.
386 (mips_skip_prologue): Update calls to mips16_scan_prologue
387 and mips32_scan_prologue.
388
389 2004-10-14 Joel Brobecker <brobecker@gnat.com>
390
391 * mips-tdep.c (mips16_scan_prologue): Merge code from
392 mips16_skip_prologue. Now return the address of the first
393 instruction past the function prologue.
394 (mips16_skip_prologue): Remove, no longer necessary.
395 (mips_skip_prologue): Replace call to mips16_skip_prologue
396 by call to mips16_scan_prologue.
397
398 2004-10-14 Joel Brobecker <brobecker@gnat.com>
399
400 * mips-tdep.c (mips32_scan_prologue): Merge code from
401 mips32_skip_prologue. Now return the address of the first
402 instruction past the function prologue.
403 (mips32_skip_prologue): Remove. No longer necessary.
404 (mips16_skip_prologue): Add parameter end_pc instead of
405 computing it.
406 (mips_skip_prologue): Compute the upper limit for the
407 prologue scanning. Update call to mips16_skip_prologue.
408 Replace call to mips32_skip_prologue by call to
409 mips32_scan_prologue.
410
411 2004-10-14 Mark Kettenis <kettenis@gnu.org>
412
413 * hppa-tdep.c (hppa_frame_cache): Add support for OpenBSD and
414 NetBSD system call stubs that store %rp in the ERP slot of the
415 stack frame.
416
417 * source.c: Always define O_BINARY to 0 if not defined already.
418 (openp): Unconditionally use O_BINARY.
419
420 * top.c (gdb_readline): Always accept "\r\n" as a line-ending.
421 * event-top.c (gdb_readline2): Likewise.
422
423 2004-10-14 Orjan Friberg <orjanf@axis.com>
424
425 * cris-tdep.c (_initialize_cris_tdep): Re-add call to
426 deprecated_add_core_fns which was removed by mistake.
427
428 2004-10-13 Kevin Buettner <kevinb@redhat.com>
429
430 * ia64-linux-nat.c (fill_gregset, fill_fpregset): Replace
431 references to deprecated_registers[] with equivalent code.
432
433 2004-10-13 Kevin Buettner <kevinb@redhat.com>
434
435 * rs6000-tdep.c (rs6000_push_dummy_call): Replace references to
436 ``deprecated_registers'' with equivalent code. Use gdb_assert()
437 instead of explicit test and print statement.
438
439 2004-10-12 Mark Kettenis <kettenis@gnu.org>
440
441 * sparc-nat.c: Include "inf-ptrace.h".
442 (sparc_target): New function.
443 * sparc-nat.h: Update copyright year.
444 (sparc_target): New prototype.
445 * sparcnbsd-nat.c: Don't include "gdbcore.h", include "target.h".
446 (_initialize_sparcnbsd_nat): Construct and add target vector.
447 * sparc64nbsd-nat.c: Include "target.h".
448 (_initialize_sparc64nbsd_nat): Construct and add target vector.
449 * Makefile.in (sparc-nat.o, sparcnbsd-nat.o, sparc64nbsd-nat.o):
450 Update dependencies.
451 * config/sparc/nbsd64.mh (NATDEPFILES): Remove infptrace.o and
452 inftarg.o, add inf-ptrace.o.
453 * config/sparc/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
454 inftarg.o, add inf-ptrace.o and bsd-kvm.o.
455 (NAT_FILE): Set to nm-bsd.h.
456 (LOADLIBES): New variable.
457 * config/sparc/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
458 infarg.o, add inf-ptrace.o.
459 * config/sparc/nm-nbsdaout.h: Remove file.
460 * config/sparc/fbsd.mh (NATDEPFILES): Add inf-ptrace.o.
461 * config/sparc/linux.mh (NATDEPFILES): Add inf-ptrace.o.
462 * config/sparc/linux64.mh (NATDEPFILES): Add inf-ptrace.o.
463
464 * defs.h [!FOPEN_RB]: Include "fopen-bin.h" instead of
465 "fopen-same.h". Update comment.
466
467 2004-10-11 Mark Kettenis <kettenis@gnu.org>
468
469 * i386gnu-nat.c: Include "gdb_string.h".
470 (fetch_fpregs): Use i387_supply_fxsave to fill the floating-point
471 registers when the floating-point state isn't initialized.
472 * Makefile.in (i386gnu-nat.o): Update dependencies.
473
474 2004-10-11 David Anderson <davea@sgi.com>
475
476 * regcache.c (regcache_raw_read): Comment was missing "to".
477 Extraneous ' removed.
478 * gdb_thread_db.h (struct td_thrinfo): ti_lid field
479 comment now describes use.
480
481 2004-10-11 Orjan Friberg <orjanf@axis.com>
482
483 * cris-tdep.c (cris_sigtramp_start, cris_rt_sigtramp_start)
484 (cris_sigcontext_addr, cris_sigtramp_frame_unwind_cache)
485 (cris_sigtramp_frame_this_id, cris_sigtramp_frame_prev_register)
486 (cris_sigtramp_frame_sniffer): New functions.
487 (cris_gdbarch_init): Hook in signal trampoline unwinder.
488 (cris_dwarf2_reg_to_regnum, cris_dwarf2_frame_init_reg): New functions.
489 (cris_gdbarch_init): Hook in Dwarf-2 unwinder.
490 (struct gdbarch_tdep, set_cris_dwarf2_cfi, cris_dump_tdep)
491 (cris_gdbarch_init, _initialize_cris_tdep): Add CRIS Dwarf-2 CFI usage
492 command.
493 (cris_version_update): Remove, replace with ...
494 (set_cris_version): New function.
495 (struct gdbarch_tdep, cris_mode, cris_mode_update)
496 (cris_cannot_store_register, cris_dump_tdep, cris_gdbarch_init)
497 (_initialize_cris_tdep): Remove CRIS mode command.
498 (cris_fpless_backtrace, _initialize_cris_tdep): Remove
499 cris-fpless-backtrace command.
500 (cris_scan_prologue): Fix prologue scanning limit.
501 (cris_register_type): Update to reflect actual registers.
502 (cris_register_bytes_ok) Remove.
503 (cris_gdbarch_init): Remove support for CRIS v8 and v9.
504 Remove set_gdbarch_deprecated_register_size,
505 set_gdbarch_deprecated_register_byte, set_gdbarch_register_bytes_ok.
506
507 2004-10-10 Andrew Cagney <cagney@gnu.org>
508
509 * ada-lang.c (lim_warning): Add ATTR_FORMAT prototype and FIXME
510 comment.
511
512 2004-10-10 Joel Brobecker <brobecker@gnat.com>
513
514 * mips-tdep.c (mips16_scan_prologue): Remove redundant code.
515
516 2004-10-10 Joel Brobecker <brobecker@gnat.com>
517
518 * mips-tdep.c (mips16_scan_prologue): Renames
519 mips16_heuristic_proc_desc. Update comment.
520 (mips32_scan_prologue): Renames mips32_heuristic_proc_desc.
521 (heuristic_proc_desc): Update calls to the 2 functions above.
522
523 2004-10-10 Joel Brobecker <brobecker@gnat.com>
524
525 * mips-tdep.c (mips_insn16_frame_cache): Remove unused variables.
526 Update comments. Also immediately return empty cache when the start
527 address of our function could not be found.
528 (mips_insn32_frame_cache): Likewise.
529
530 2004-10-10 Joel Brobecker <brobecker@gnat.com>
531
532 * mips-tdep.c (mips16_decode_reg_save): Delete, no longer used.
533 (mips_insn16_frame_cache): Pass frame cache in call to
534 heuristic_proc_desc. Move some code to mips16_heuristic_proc_desc.
535 Remove code that became redundant as a consequence.
536 (mips32_heuristic_proc_desc): No longer compute a fake
537 procedure descriptor. Compute the full frame cache instead.
538 Some minor comment reformatting.
539
540 2004-10-10 Jim Blandy <jimb@redhat.com>
541
542 * MAINTAINERS (generic symtabs, dwarf readers, elf reader, stabs
543 reader, tracing bytecode stuff): Remove self.
544
545 2004-10-10 Mark Kettenis <kettenis@gnu.org>
546
547 * sparc64-linux-tdep.c: Update copyright year. Don't include
548 "solib-svr4.h".
549 (sparc64_linux_svr4_fetch_link_map_offsets): Remove function.
550 (sparc64_linux_init_abi): Don't set solib_svr4_link_map_offsets.
551 * Makefile.in (sparc64-linux-tdep.o): Update dependencies.
552
553 * sparc-linux-tdep.c: Update copyright year.
554 (sparc_linux_sigtramp_start): Change first argument from CORE_ADDR
555 to struct frame_info *. Use safe_frame_unwind_memory instead of
556 deprecated_read_memory_nobpt.
557 (sparc32_linux_sigtramp_start, sparc32_linux_rt_sigtramp_start):
558 Change argumen from CORE_ADDR to struct frame_info *. Adjust for
559 changed signature of sparc_linux_sigtramp_start.
560 (sparc32_linux_pc_in_sigtramp): Remove function.
561 (sparc32_linux_sigtramp_p): New function.
562 (sparc32_linux_sigtramp_frame_sniffer): Use
563 sparc32_linux_sigtramp_p instead of sparc32_linux_pc_in_sigtramp.
564
565 * sparc-linux-tdep.c (sparc32_linux_svr4_fetch_link_map_offsets):
566 Remove function.
567 (sparc32_linux_init_abi): Don't set solib_svr4_link_map_offsets.
568
569 * ada-lang.c (lim_warning): Re-implement as a varargs function.
570 (decode_packed_array_type, value_subscript_packed)
571 (ada_evaluate_subexp, to_fixed_range_type): Remove redundant
572 argument in call to lim_warning.
573
574 * configure.in: Really disable the TUI if an enhanced curses
575 library isn't found.
576 * configure: Regenerate.
577
578 2004-10-09 Mark Kettenis <kettenis@gnu.org>
579
580 * config/i386/nbsdaout.mh (NAT_FILE): Set to solib.h.
581 * config/i386/nbsdelf.mh (NAT_FILE): Set to solib.h.
582 * config/i386/nm-nbsdaout.h: Remove file.
583 * config/i386/nm-fbsd.h (link_object, lo_name, lo_library)
584 (lo_unused, lo_major, lo_minor, lo_next, link_map, lm_addr)
585 (lm_name, lm_next, lm_lop, lm_lob, lm_rwt, lm_ld, lm_lpd)
586 (link_dynamic_2, ld_loaded, ld_need, ld_rules, ld_got, ld_plt)
587 (ld_rel, ld_hash, ld_stab, ld_stab_hash, ld_buckets, ld_symbols)
588 (ld_symb_size, ld_text, ld_plt_sz, rtc_symb, rtc_sp, rtc_next)
589 (ld_debug, ldd_version, ldd_in_debugger, ldd_sym_loaded)
590 (ldd_bp_addr, ldd_bp_inst, ldd_cp, link_dynamic, ld_version)
591 (ldd, ld_un, ld_2): Remove defines.
592 * config/i386/nm-obsd.h: Likewise.
593
594 2004-10-09 Paul Hilfinger <hilfingr@nile.gnat.com>
595
596 * ada-lex.l: Remove useless rule whose right-context clause
597 causes unreferenced static function warning for yyrealloc.
598 (ada_flex_use): Remove the artificial reference to yyrealloc.
599
600 2004-10-08 Andrew Cagney <cagney@gnu.org>
601
602 * target.h (struct target_ops): Rename to_xfer_memory to
603 deprecated_xfer_memory.
604 * target.c: Update.
605 (deprecated_debug_xfer_memory): Rename debug_to_xfer_memory.
606 * wince.c: Update.
607 * win32-nat.c: Update.
608 * v850ice.c: Update.
609 * uw-thread.c: Update.
610 * thread-db.c: Update.
611 * sol-thread.c: Update.
612 * remote.c: Update.
613 * remote-vx.c: Update.
614 * remote-st.c: Update.
615 * remote-sim.c: Update.
616 * remote-sds.c: Update.
617 * remote-rdp.c: Update.
618 * remote-rdi.c: Update.
619 * remote-mips.c: Update.
620 * remote-m32r-sdi.c: Update.
621 * remote-e7000.c: Update.
622 * procfs.c: Update.
623 * ppc-bdm.c: Update.
624 * nto-procfs.c: Update.
625 * monitor.c: Update.
626 * linux-nat.c: Update.
627 * inftarg.c: Update.
628 * hpux-thread.c: Update.
629 * go32-nat.c: Update.
630 * gnu-nat.c: Update.
631 * exec.c: Update.
632 * corelow.c: Update.
633 * bsd-kvm.c: Update.
634 * aix-thread.c: Update.
635
636 2004-10-08 Andrew Cagney <cagney@gnu.org>
637
638 * target.c (debug_target): Move to near start of file.
639 (target_stopped_data_address_p): Re-org logic, add casts.
640
641 2004-10-02 Mark Kettenis <kettenis@gnu.org>
642
643 * solib-sunos.c [HAVE_STRUCT_SO_MAP_WITH_SOM_MEMBERS] (link_map)
644 (lm_addr, lm_name, lm_next, link_dynamic_2, ld_loaded, rtc_symb)
645 (rtc_sp, rtc_next, ld_debug, ldd_in_debugger, ldd_bp_addr)
646 (ldd_bp_inst, ldd_cp, link_dynamic, ld_version, ldd, ld_un, ld_2):
647 New defines.
648
649 2004-10-08 Jeff Johnston <jjohnstn@redhat.com>
650
651 * target.h (to_stopped_data_address): Change prototype to
652 take a CORE_ADDR pointer and return an int.
653 * target.c (update_current_target): Change to_stopped_data_address
654 to match new prototype.
655 (debug_to_stopped_data_address): Change appropriately.
656 * breakpoint.c (bpstat_stop_status): Change call to
657 target_stopped_data_address to use new prototype.
658 * frv-tdep.c (frv_have_stopped_data_address): New function.
659 (frv_stopped_data_address): Change to new prototype and
660 functionality.
661 * ia64-linux-nat.c (ia64_stopped_data_address): Change to new
662 prototype and functionality.
663 (ia64_stopped_by_watchpoint): New function.
664 * i386-nat.c (i386_stopped_data_address): Change to new
665 prototype and functionality.
666 (i386_stopped_by_watchpoint): New function.
667 * remote.c (remote_stopped_data_address): Change to new prototype
668 and functionality.
669 * remote-m32r-sdi.c (m32r_stopped_data_address): Ditto.
670 * config/frv/tm-frv.h (frv_stopped_data_address): Change prototype.
671 (STOPPED_BY_WATCHPOINT): Change to use frv_have_stopped_data_address.
672 * config/i386/nm-i386.h (STOPPED_BY_WATCHPOINT): Change to use
673 new i386_stopped_by_watchpoint function.
674 (i386_stopped_by_watchpoint): New prototype.
675 (i386_stoppped_data_address): Change to new prototype.
676 * config/ia64/nm-linux.h (STOPPED_BY_WATCHPOINT): Change to use
677 new ia64_stopped_by_watchpoint function.
678 (ia64_stopped_by_watchpoint): New prototype.
679 (ia64_stopped_data_address): Ditto.
680
681 2004-10-08 Paul Hilfinger <Hilfinger@gnat.com>
682
683 * ada-typeprint.c (ada_print_type): Use int_string for printing
684 modulus of modular type.
685 * ada-lang.h (ada_modulus): Change return type to unsigned.
686 * ada-lang.c (ada_language_arch_info): Correct type of
687 string_char_type.
688 (ada_modulus): Return unsigned result.
689 (ada_lookup_symbol): Remove user disambiguation and modify comment
690 accordingly.
691
692 2004-10-08 Eric Botcazou <ebotcazou@act-europe.fr>
693
694 Committed by Paul Hilfinger.
695 * ada-lang.c (decode_packed_array): On big-endian targets,
696 left-justify the value if it comes with a modular type.
697
698 2004-10-08 Joel Brobecker <brobecker@gnat.com>
699
700 Committed by Paul Hilfinger.
701 * ada-lang.c (template_to_static_fixed_type): Fix a small typo.
702 (is_name_suffix): Add support for "___JM" suffixes.
703 (ada_check_typedef): Renames ada_completed_type.
704 Update all users of CHECK_TYPEDEF, check_typedef, and
705 ada_complete_type to call ada_check_typedef.
706 * ada-typeprint.c: Likewise.
707 * ada-valprint.c: Likewise.
708
709 2004-10-08 Corinna Vinschen <vinschen@redhat.com>
710
711 * infcall.c (call_function_by_hand): Use correct VALUE_TYPE macro.
712
713 2004-10-08 Nick Roberts <nickrob@snap.net.nz>
714
715 * MAINTAINERS: Update e-mail address.
716
717 2004-10-07 Daniel Jacobowitz <dan@debian.org>
718
719 From Maciej W. Rozycki <macro@mips.com>:
720 * mips-tdep.c (mips32_next_pc): Check the register's contents,
721 not its number for BLEZ/BLEZL and BGTZ/BGTZL.
722
723 2004-10-07 Kei Sakamoto <sakamoto.kei@renesas.com>
724
725 * m32r-tdep.c (decode_prologue): Support functions written
726 in assembler language. Recognize trap instructions as the
727 end of prologue.
728 (m32r_frame_unwind_cache): Ditto.
729 (m32r_skip_prologue): Extend search limit. Quit analyzing
730 prologue if pc's location is not readable.
731
732 2004-10-06 Paul N. Hilfinger <Hilfinger@gnat.com>
733
734 * Makefile.in (.l.c): Do conversions of names of alloc and free
735 functions that are done for .y.c files, plus special one
736 for yy_flex_realloc. Also, correct missing-file tests here.
737 * ada-lex.l (malloc, free): Remove macros.
738 (resize_tempbuf): Use "realloc"; rely on sed changes to convert to
739 xrealloc.
740 (ada_flex_use): Dummy definition to remove warnings about unused
741 functions.
742 * ada-exp.y (dummy_string_to_ada_operator): Temporary definition
743 to suppress warning.
744
745 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
746
747 * sh-tdep.c (sh_return_value_nofpu): New function, implementing
748 RETURN_VALUE.
749 (sh_return_value_fpu): Ditto for CPUs with FPU.
750 (sh_gdbarch_init): Remove STORE_RETURN_VALUE, EXTRACT_RETURN_VALUE,
751 RETURN_VALUE_ON_STACK and USE_STRUCT_CONVENTION throughout.
752 Install sh_return_value_nofpu resp. sh_return_value_fpu as
753 RETURN_VALUE functions.
754
755 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
756
757 * sh-tdep.c (sh_pseudo_register_read): Add PSEUDO_BANK_REGNUM handling.
758 (sh_pseudo_register_write): Ditto.
759
760 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
761
762 * sh-tdep.c (IS_MACL_STS): New define.
763 (IS_MOVI20): Ditto.
764 (IS_MACL_LDS): Ditto.
765 (sh_analyze_prologue): Recognize STS.L MACL,@-r15 and MOVI20
766 instructions in prologue.
767 (sh_in_function_epilogue_p): Recognize LDS.L @r15+,MACL and MOVI20
768 instructions in epilogue.
769
770 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
771
772 * sh-tdep.c (SH_NUM_REGS): Define as 67.
773 (sh_sh_register_name): Add eight empty register names.
774 (sh_sh3_register_name): Ditto.
775 (sh_sh3e_register_name): Ditto.
776 (sh_sh2e_register_name): Ditto.
777 (sh_sh2a_register_name): New function, defining SH2A register set.
778 (sh_sh2a_nofpu_register_name): New function, defining SH2A register set
779 in nofpu case.
780 (sh_sh_dsp_register_name): Add eight empty register names.
781 (sh_sh3_dsp_register_name): Ditto.
782 (sh_sh4_register_name): Ditto.
783 (sh_sh4_nofpu_register_name): Ditto.
784 (sh_sh4al_dsp_register_name): Ditto.
785 (sh2a_show_regs): New function.
786 (sh2a_nofpu_show_regs): New function.
787 (sh_sh2a_register_type): New function.
788 (do_bank_register_info): New function.
789 (sh_print_pseudo_register): Call do_bank_register_info.
790 Call sh_print_pseudo_register for valid "bank" register.
791 (sh_sh2a_register_sim_regno): New function.
792 (sh_gdbarch_init): Add bfd_mach_sh2a and bfd_mach_sh2a_nofpu handling.
793 Increment pseudo register count by one for all sh variants with
794 pseudo registers to accomodate pseudo bank register.
795 * sh-tdep.h: Add register numbers for R0_BANK0_REGNUM, MACHB_REGNUM,
796 IVNB_REGNUM, PRB_REGNUM, GBRB_REGNUM, MACLB_REGNUM, BANK_REGNUM,
797 IBCR_REGNUM, IBNR_REGNUM, TBR_REGNUM and PSEUDO_BANK_REGNUM.
798 Increment pseudo register numbers.
799
800 2004-10-06 Corinna Vinschen <vinschen@redhat.com>
801
802 * dwarf2read.c (read_subroutine_type): Call make_function_type
803 instead of lookup_function_type.
804
805 2004-10-05 Jim Blandy <jimb@redhat.com>
806
807 * linux-nat.c (_initialize_linux_nat): Rename child_ops.
808 (Previous change missed some uses.)
809
810 2004-10-05 Andrew Cagney <cagney@gnu.org>
811
812 * target.h (deprecated_child_ops): Rename child_ops.
813 * wince.c: Update copyright. Rename child_ops.
814 * win32-nat.c: Rename child_ops.
815 * target.c: Rename child_ops.
816 * rs6000-nat.c: Rename child_ops.
817 * linux-nat.c: Rename child_ops.
818 * infttrace.c: Rename child_ops.
819 * inftarg.c: Rename child_ops.
820 * infptrace.c: Rename child_ops.
821 * hppah-nat.c: Update copyright. Rename child_ops.
822 * hpux-thread.c: Update copyright. Rename child_ops.
823
824 2004-10-05 Daniel Jacobowitz <dan@debian.org>
825
826 * remote.c (remote_xfer_partial): Handle TARGET_OBJECT_MEMORY.
827
828 2004-10-05 Andrew Cagney <cagney@gnu.org>
829
830 * version.in: Bump to version 6.2.50_YYYY-MM-DD-cvs.
831
832 2004-10-05 Daniel Jacobowitz <dan@debian.org>
833
834 * dwarf2read.c (REF_HASH_SIZE): Move earlier.
835 (die_ref_table): Remove.
836 (struct dwarf2_cu): Add DIES, DEPENDENCIES, and DIE_REF_TABLE.
837 (struct dwarf2_per_cu_data): Add PSYMTAB. Add a comment describing
838 the usage of this type.
839 (struct dwarf2_per_objfile): Update comment for ALL_COMP_UNITS.
840 (struct dwarf2_pinfo, PST_PRIVATE, DWARF_INFO_OFFSET): Remove.
841 (struct dwarf2_queue_item, dwarf2_queue, dwarf2_queue_tail): New.
842 (dwarf2_create_include_psymtab): Update comment.
843 (find_partial_die): Remove third argument. Remove unreachable call
844 to error ().
845 (dwarf2_find_containing_comp_unit): Update comments. Change one
846 assertion to an error. Remove an unreachable error.
847 (dwarf2_find_comp_unit): Update comments.
848 (type_at_offset): Remove dead code.
849 (make_cleanup_free_die_list, dwarf2_empty_hash_tables): Remove.
850 (store_in_ref_table): Add CU argument.
851 (follow_die_ref): Take DIE, attribute, and CU arguments. Handle
852 inter-compilation-unit references.
853 (load_full_comp_unit, process_full_comp_unit): New functions, based
854 on psymtab_to_symtab_1.
855 (psymtab_to_symtab_1): Use them.
856 (dwarf2_add_dependence): New function.
857 (dwarf2_build_psymtabs_hard): Set the psymtab in per_cu. Always create
858 a per_cu structure, and save it in READ_PSYMTAB_PRIVATE.
859 (partial_die_parent_scope, guess_structure_name): Update for changes
860 to find_partial_die.
861 (dwarf2_psymtab_to_symtab): Initialize dwarf2_per_objfile here.
862 (queue_comp_unit, process_queue, dwarf2_release_queue): New.
863 (read_comp_unit): Don't call dwarf2_empty_hash_tables.
864 (read_die_and_children): Update call to store_in_ref_table.
865 (do_free_die_list_cleanup): Remove.
866 (fixup_partial_die): Update for changes to find_partial_die.
867 (read_full_die): Handle queueing absolute references.
868 (read_attribute_value): Use DW_ADDR for all DW_FORM_ref* forms.
869 (dwarf2_attr, die_specification, die_type)
870 (die_containing_type, dwarf2_extension): Update calls to
871 follow_die_ref.
872 (dump_die): Update DW_FORM_ref* handling.
873 (dwarf2_get_ref_die_offset): Likewise.
874 (free_one_comp_unit): Release the dies list.
875 (dwarf2_mark_helper): New function.
876 (dwarf2_mark): Use it.
877
878 2004-10-05 Mark Kettenis <kettenis@jive.nl>
879
880 * procfs.c (procfs_xfer_partial): Use WRITEBUF instead of READBUF
881 when writing to memory.
882
883 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
884
885 * m32r-tdep.c (m32r_use_struct_convention): Delete function.
886 (m32r_extract_struct_value_address): Delete function.
887 (m32r_return_value): New function.
888 (m32r_gdbarch_init): Instead of store_return_value,
889 extract_return_value, deprecated_extract_struct_value_address
890 and deprecated_use_struct_convention, set return_value.
891
892 2004-10-03 Daniel Jacobowitz <dan@debian.org>
893
894 * dwarf2read.c (read_subrange_type): Add comment for variable
895 sized arrays.
896
897 2004-10-03 Paul Hilfinger <hilfingr@nile.gnat.com>
898
899 * Makefile.in (.l.c): Modify rule for compatibility with recent
900 versions of flex, and remove most command-line options.
901 * ada-lex.l: Add %options line in place of -I -i and -s command-line
902 options.
903
904 2004-10-02 Paul N. Hilfinger <Hilfinger@gnat.com>
905
906 Turn on initial Ada support (mainly expression evaluation).
907
908 * Makefile.in (SFILES): Remove ada-tasks.c.
909 (HFILES_NO_SRCDIR): Add ada-lang.h.
910 (COMMON_OBS): Add ada-lang.o, ada-typeprint.o, ada-valprint.o.
911 (YYOBJ): Add ada-exp.o.
912 (rule .l.c): Generalize to not mention ada.
913 * symtab.c: Include ada-lang.h.
914 (symbol_natural_name, symbol_demangled_name)
915 (symbol_search_name): Add Ada case.
916
917 2004-10-01 Andrew Cagney <cagney@gnu.org>
918
919 * Makefile.in (COMMON_OBS): Add inf-child.o.
920 * config/vax/obsd.mh (NATDEPFILES): Remove inf-child.o.
921 * config/vax/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
922 * config/vax/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
923 * config/powerpc/nbsd.mh (NATDEPFILES): Remove inf-child.o.
924 * config/m88k/obsd.mh (NATDEPFILES): Remove inf-child.o.
925 * config/i386/obsdaout.mh (NATDEPFILES): Remove inf-child.o.
926 * config/i386/obsd64.mh (NATDEPFILES): Remove inf-child.o.
927 * config/i386/obsd.mh (NATDEPFILES): Remove inf-child.o.
928 * config/i386/nbsdelf.mh (NATDEPFILES): Remove inf-child.o.
929 * config/i386/nbsdaout.mh (NATDEPFILES): Remove inf-child.o.
930 * config/i386/nbsd64.mh (NATDEPFILES): Remove inf-child.o.
931 * config/i386/fbsd64.mh (NATDEPFILES): Remove inf-child.o.
932 * config/i386/fbsd.mh (NATDEPFILES): Remove inf-child.o.
933
934 * target.c (xfer_using_stratum): Change return type to LONGEST.
935 On each iteration offset, readbuf and writebuf.
936 * inf-ptrace.c (inf_ptrace_xfer_partial): Simplify computation of
937 partial_length, and read/modify/write predicate, update comments.
938 Pass buffer.word to ptrace write.
939
940 2004-10-01 Paul N. Hilfinger <Hilfinger@gnat.com>
941
942 * symfile.c (init_filename_language_table): Add extensions for
943 Ada.
944 * defs.h (enum language): Add language_ada.
945 * gdbtypes.h (TYPE_FLAG_FIXED_INSTANCE): Define.
946 * ada-lang.c: Strip code that is conditionalized out by GNAT_GDB.
947 (add_symbols_from_enclosing_procs): Make a no-op for now.
948 (ada_unqualified_name,add_angle_brackets,function_name_from_pc)
949 (extended_canonical_line_spec, find_sal_from_funcs_and_line)
950 (find_line_in_linetable, find_next_line_in_linetable)
951 (read_all_symtabs, is_plausible_func_for_line)
952 (adjust_pc_past_prologue, error_breakpoint_runtime_sym_not_found)
953 (is_runtime_sym_defined, check_size): Remove declaration.
954 (function_name_from_pc, ada_translate_error_message)
955 (ada_lookup_minimal_symbol): Remove definition.
956 (ada_add_block_symbols): Remove useless label.
957 * ada-lang.h (ada_maybe_exception_partial_symbol): Remove
958 useless declaration.
959 (ada_is_exception_sym): Likewise.
960
961 2004-09-30 Kei Sakamoto <sakamoto.kei@renesas.com>
962
963 Add m32r-linux support.
964 * configure.tgt: Add m32r*-*-linux*.
965 * Makefile.in (ALLDEPFILES): Add m32r-tdep.c, m32r-linux-nat.c
966 and m32r-linux-tdep.c.
967 (m32r-linux-nat.o, m32r-linux-tdep.o): New dependencies.
968 * m32r-tdep.c: Move some definitions to m32r-tdep.h.
969 * config/djgpp/fnchange.lst: Add m32r-linux-nat.c and
970 m32r-linux-tdep.c.
971 * m32r-tdep.h, m32r-linux-nat.c, m32r-linux-tdep.c,
972 config/m32r/linux.mh, config/m32r/linux.mt,
973 config/m32r/nm-linux.h: New files.
974
975 2004-09-30 Joel Brobecker <brobecker@gnat.com>
976
977 * mips-tdep.c (mips32_decode_reg_save): Remove, unused.
978 (mips32_fetch_instruction): Remove, unused.
979
980 2004-09-30 Joel Brobecker <brobecker@gnat.com>
981
982 * mips-tdep.c (mips_insn16_frame_cache): Remove dead code or
983 conditions that will always be true.
984
985 2004-09-30 Mark Kettenis <kettenis@gnu.org>
986
987 * vaxbsd-nat.c: Include "target,h" and "inf-ptrace.h".
988 (vaxbsd_fetch_inferior_registers): Rename from
989 fetch_inferior_registers. Make static.
990 (vaxbsd_store_inferior_registers): Rename from
991 store_inferior_registers. Make static.
992 (_initialize_vaxbsd_nat): Construct and add target vector.
993 * config/vax/nbsdaout.mh (NATDEPFILES): Remove infptrace.o and
994 inftarg.o. Add inf-child.o and inf-ptrace.o.
995 * config/vax/nbsdelf.mh (NATDEPFILES): Remove infptrace.o and
996 inftarg.o. Add inf-child.o and inf-ptrace.o.
997 (NAT_FILE): Remove.
998 * config/vax/obsd.mh (NATDEPFILES): Remove infptrace.o and
999 inftarg.o. Add inf-child.o and inf-ptrace.o.
1000 (NAT_FILE): Remove.
1001 * Makefile.in (vaxbsd-nat.o): Update dependencies.
1002
1003 * m88kbsd-nat.c: Include "target.h" and "inf-ptrace.h".
1004 (m88kbsd_fetch_inferior_registers): Rename from
1005 fetch_inferior_registers. Make static.
1006 (m88kbsd_store_inferior_registers): Rename from
1007 store_inferior_registers. Make static.
1008 (_initialize_m88kbsd_nat): New prototype and function.
1009 * config/m88k/obsd.mh (NATDEPFILES): Remove infptrace.o and
1010 inftarg.o. Add inf-child.o and inf-ptrace.o.
1011 (NAT_FILE): Remove.
1012 * Makefile.in (m88kbsd-nat.o): Update dependencies.
1013
1014 2004-09-30 Andrew Cagney <cagney@gnu.org>
1015
1016 * target.c (target_xfer_partial): New function.
1017 (target_read_memory_partial, target_write_memory_partial)
1018 (default_xfer_partial, target_read_partial, target_write_partial)
1019 (xfer_using_stratum): Use.
1020 (debug_to_xfer_partial): Delete function.
1021 (setup_target_debug): Do not override to_xfer_partial.
1022
1023 2004-09-30 Mark Kettenis <kettenis@chello.nl>
1024
1025 * fork-child.c: Update copyright year. Fix coding style.
1026
1027 2004-09-29 Mark Kettenis <kettenis@gnu.org>
1028
1029 * defs.h (msavestring, mstrsave): Remove prototypes.
1030 * utils.c (msavestring, mstrsave): Remove functions.
1031 * objfiles.c (allocate_objfile): Use xstrdup instead of mstrsave.
1032 * solib-sunos.c (allocate_rt_common_objfile): Use xstrdup instead
1033 of mstrsave.
1034 * source.c (find_and_open_source): Use xstrdup instead of
1035 mstrsave.
1036
1037 2004-09-30 Andrew Cagney <cagney@gnu.org>
1038
1039 * inf-ptrace.c (inf_ptrace_target): Do not set to_xfer_memory.
1040 (inf_ptrace_xfer_memory): Delete.
1041 * target.c (target_xfer_partial_p, xfer_using_stratum): New.
1042 (target_read_memory, target_write_memory): Use xfer_using_stratum
1043 when target_xfer_partial_p.
1044 (debug_target): Move to start of file.
1045 (target_read_memory_partial, target_write_memory_partial): Use
1046 to_xfer_partial when target_xfer_partial_p.
1047
1048 * inf-ptrace.c (inf_ptrace_xfer_partial): Replace call to
1049 inf_ptrace_xfer_memory with equivalent code.
1050 * inftarg.c (child_xfer_partial): When performing a write, pass
1051 writebuf to child_xfer_memory.
1052
1053 * target.c (target_read_string): Use target_read_memory instead of
1054 target_xfer_memory.
1055
1056 2004-09-29 Andrew Cagney <cagney@gnu.org>
1057
1058 * infptrace.c (kill_inferior): Fix typo, in previous inline. Pass
1059 the address of status.
1060
1061 * infptrace.c (ptrace_wait): Mention problem with HPUX.
1062 (kill_inferior): Inline ptrace_wait call.
1063 * linux-nat.c (kill_inferior): Inline ptrace_wait call.
1064 * inftarg.c (child_wait): Inline ptrace_wait call.
1065
1066 * target.h (struct target_ops): Delete field to_post_wait.
1067 (target_post_wait): Delete macro.
1068 (child_post_wait): Delete declaration.
1069 * target.c (update_current_target, update_current_target)
1070 (debug_to_post_wait, setup_target_debug): Delete functions and
1071 references.
1072 * infttrace.c (ptrace_wait): Delete call to target_post_wait.
1073 * inftarg.c (child_post_wait): Delete.
1074 (init_child_ops): Do not set to_post_wait.
1075 * infptrace.c (ptrace_wait): Delete call to target_post_wait.
1076 * inf-ptrace.c (inf_ptrace_wait): Delete call to target_post_wait.
1077 * inf-child.c (inf_child_post_wait): Delete.
1078 (inf_child_target): Do not set to_post_wait.
1079 * inf-ptrace.c (inf_ptrace_post_wait): Delete.
1080 (inf_ptrace_target): Do not set to_post_wait.
1081
1082 * wince.c (child_ops): Delete.
1083 * win32-nat.c (child_ops): Delete.
1084
1085 * inftarg.c (inftarg_set_find_memory_regions)
1086 (inftarg_set_make_corefile_notes): Delete functions.
1087 (_initialize_linux_nat): Inline calls.
1088
1089 * target.h (child_ops): Declare.
1090 * inftarg.c (child_ops): Move from here ...
1091 * target.c (child_ops): ... to here.
1092 * wince.c (child_ops): Delete extern declaration.
1093 * win32-nat.c (child_ops): Delete extern declaration.
1094 * linux-nat.c (child_ops): Delete extern declaration.
1095 * hpux-thread.c (child_ops): Delete extern declaration.
1096
1097 2004-09-28 Mark Kettenis <kettenis@gnu.org>
1098
1099 * configure.tgt: Set default OS/ABI for OpenBSD ELF targets.
1100
1101 2004-09-28 Mark Kettenis <kettenis@gnu.org>
1102
1103 * configure.in: Only set host_makefile_frag when building a native
1104 debugger.
1105 * configure: Regenerate.
1106
1107 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Register OS/ABI
1108 for OpenBSD ELF.
1109
1110 2004-09-28 Andrew Cagney <cagney@gnu.org>
1111
1112 Problem identified by Paul Hilfinger.
1113 * Makefile.in (ada_lex_c): Define.
1114 (ada-lex.o): Delete rule.
1115
1116 * linux-proc.c: Delete file.
1117 * Makefile.in: Update.
1118 * config/sparc/linux64.mh (NATDEPFILES):
1119 * config/sparc/linux.mh (NATDEPFILES): Update.
1120 * config/s390/s390.mh (NATDEPFILES): Update.
1121 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Update.
1122 * config/powerpc/linux.mh (NATDEPFILES): Update.
1123 * config/pa/linux.mh (NATDEPFILES): Update.
1124 * config/mips/linux.mh (NATDEPFILES): Update.
1125 * config/m68k/linux.mh (NATDEPFILES): Update.
1126 * config/ia64/linux.mh (NATDEPFILES): Update.
1127 * config/i386/linux64.mh (NATDEPFILES): Update.
1128 * config/i386/linux.mh (NATDEPFILES): Update.
1129 * config/arm/linux.mh (NATDEPFILES): Update.
1130 * config/alpha/alpha-linux.mh (NATDEPFILES): Update.
1131 * linux-nat.c: Update copyright. Include <sys/param.h>,
1132 <sys/procfs.h>, "elf-bfd.h", "gregset.h", <ctype.h>,
1133 "gdbthread.h", "gdb_stat.h", <fcntl.h>.
1134 (O_LARGEFILE): Possibly define.
1135 (_initialize_linux_nat, linux_proc_pending_signals)
1136 (add_line_to_sigset, linux_proc_xfer_memory)
1137 (linux_nat_info_proc_cmd, linux_nat_make_corefile_notes)
1138 (linux_nat_do_registers, linux_nat_corefile_thread_callback)
1139 (struct linux_corefile_thread_data)
1140 (linux_nat_do_thread_registers, linux_nat_find_memory_regions)
1141 (child_pid_to_exec_file): Insert code previously in linux-proc.c.
1142
1143 2004-09-16 Andrew Cagney <cagney@gnu.org>
1144
1145 * lin-lwp.c: Delete file.
1146 * linux-nat.c: Include "gdb_assert.h", "gdb_string.h", <unistd.h>,
1147 <sys/syscall.h>, "gdbthread.h", "gdbcmd.h", "regcache.h".
1148 (status_to_str, init_lwp_list, add_lwp, delete_lwp)
1149 (find_lwp_pid, iterate_over_lwps, lin_lwp_attach_lwp)
1150 (linux_nat_attach, detach_callback, linux_nat_detach)
1151 (resume_callback, resume_clear_callback, linux_nat_resume)
1152 (kill_lwp, linux_nat_handle_extended, wait_lwp, stop_callback)
1153 (stop_wait_callback, linux_nat_has_pending, flush_callback)
1154 (status_callback, running_callback, count_events_callback)
1155 (select_singlestep_lwp_callback, select_event_lwp_callback)
1156 (cancel_breakpoints_callback, select_event_lwp, resumed_callback)
1157 (child_wait, stop_and_resume_callback, linux_nat_wait)
1158 (kill_callback, kill_wait_callback, linux_nat_kill)
1159 (linux_nat_create_inferior, linux_nat_mourn_inferior)
1160 (linux_nat_xfer_memory, linux_nat_thread_alive)
1161 (linux_nat_pid_to_str, init_linux_nat_ops, sigchld_handler)
1162 (_initialize_linux_nat): New functions.
1163 * Makefile.in: Update all dependencies.
1164 * config/sparc/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1165 * config/sparc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1166 * config/s390/s390.mh (NATDEPFILES): Remove lin-lwp.o.
1167 * config/powerpc/ppc64-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1168 * config/powerpc/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1169 * config/pa/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1170 * config/mips/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1171 * config/m68k/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1172 * config/ia64/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1173 * config/i386/linux64.mh (NATDEPFILES): Remove lin-lwp.o.
1174 * config/i386/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1175 * config/arm/linux.mh (NATDEPFILES): Remove lin-lwp.o.
1176 * config/alpha/alpha-linux.mh (NATDEPFILES): Remove lin-lwp.o.
1177
1178 2004-09-27 Mark Kettenis <kettenis@gnu.org>
1179
1180 * config/i386/fbsd64.mh, config/i386/nbsd64.mh,
1181 config/i386/obsd64.mh (NAT_FILE): Remove variable.
1182
1183 * configure.in: Don't comment out NATDEPFILES in the generated
1184 Makefile if NAT_FILE is unset.
1185 * configure: Regenerate.
1186
1187 2004-09-27 Andrew Cagney <cagney@gnu.org>
1188
1189 * infrun.c (check_for_old_step_resume_breakpoint): Delete.
1190 (insert_step_resume_breakpoint): Delete.
1191 (insert_step_resume_breakpoint_at_frame): New function.
1192 (insert_step_resume_breakpoint_at_sal): New function.
1193 (handle_inferior_event, step_into_function)
1194 (insert_step_resume_breakpoint): Simplify by using same.
1195
1196 * gdb_indent.sh (types): Add caddr_t to list of predefined types.
1197
1198 2004-09-26 Mark Kettenis <kettenis@gnu.org>
1199
1200 * fbsd-proc.c: Remove file.
1201 * Makefile.in (fbsd-proc.o): Remove dependency.
1202
1203 * i386fbsd-nat.c (_initialize_i386fbsd_nat): Group target related
1204 code together.
1205
1206 * config/i386/nm-fbsd64.h: Remove file.
1207 * config/i386/fbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
1208
1209 2004-09-26 Mark Kettenis <kettenis@gnu.org>
1210
1211 * amd64-nat.h: Update copyright year.
1212 (amd64bsd_target): New prototype.
1213 * amd64bsd-nat.c: Include "target.h" and "inf-ptrace.h".
1214 (amd64bsd_target): New function.
1215 (amd64bsd_fetch_inferior_registers): Rename from
1216 fetch_inferior_registers. Make static.
1217 (amd64bsd_store_inferior_registers): Rename from
1218 store_inferior_registers. Make static.
1219 * amd64fbsd-nat.c: Include "target.h" and "fbsd-nat.h".
1220 (_initialize_amd64fbsd_nat): Construct and add target vector.
1221 * amd64nbsd-nat.o: Include "target.h".
1222 (_initialize_amd64nbsd_nat): Construct and add target vector.
1223 * amd64obsd-nat.c: Include "target.h".
1224 (_initialize_amd64obsd_nat): Construct and add target vector.
1225 * config/i386/nm-fbsd64.h (CHILD_PID_TO_EXEC_FILE): Remove define.
1226 * config/i386/fbsd64.mh (NATDEPFILES): Remove infptrace.o,
1227 inftarg.o and fbsd-proc.o. Add inf-child.o, inf-ptrace.o and
1228 fbsd-nat.o.
1229 * config/i386/nbsd64.mh, config/i386/obsd64.mh (NATDEPFILES):
1230 Remove infptrace.o and inftarg.o. Add inf-child.o and
1231 inf-ptrace.o.
1232 * Makefile.in (amd64bsd-nat.o, amd64fbsd-nat.o, amd64nbsd-nat.o)
1233 (amd64obsd-nat.o): Update dependencies.
1234
1235 2004-09-25 Mark Kettenis <kettenis@gnu.org>
1236
1237 * config/i386/fbsd.mh (NATDEPFILES): Remove infptrace.o.
1238 * config/i386/nbsdaout.mh (NATDEPFILES): Remove infptrace.o.
1239 * config/i386/nbsdelf.mh (NATDEPFILES): Remove infptrace.o.
1240 * config/i386/obsd.mh (NATDEPFILES): Remove infptrace.o.
1241 * config/i386/obsdaout.mh (NATDEPFILES): Remove infptrace.o.
1242
1243 * inf-ptrace.c (inf_ptrace_attach): Remove redundant parenthesis.
1244 Inline attach call.
1245 (inf_ptrace_detach): Inline detach call.
1246
1247 * configure.in: Check for waddstr instead of mvwaddstr when
1248 searching for curses library. Check for wborder.
1249 * configure, config.in: Regenerate.
1250 * tui/tui-wingeneral.c (box_win): Use box if wborder isn't
1251 available.
1252
1253 * inf-ptrace.c (inf_ptrace_xfer_memory): Fix gdb_indent.sh wart.
1254
1255 2004-09-24 Robert Picco <Robert.Picco@hp.com>
1256
1257 Committed by Andrew Cagney.
1258 * remote.c (set_remote_protocol_p_packet_cmd, remote_protocol_p)
1259 (show_remote_protocol_p_packet_cmd): New. Implement 'p' packet.
1260 configuration.
1261 (fetch_register_using_p): Implement 'p' packet. Based on code by
1262 Fernando Nasser.
1263 (remote_fetch_registers): Call fetch_register_using_p.
1264 (init_all_packet_configs, show_remote_cmd)
1265 (_initialize_remote): Add p-packet.
1266
1267 2004-09-24 Mark Kettenis <kettenis@gnu.org>
1268
1269 * inf-ptrace.c (inf_ptrace_kill_inferior): Call ptrace directly
1270 instead of call_ptrace. Call wait directly instead of
1271 ptrace_wait.
1272 (inf_ptrace_me): Call ptrace directly instead of call_ptrace.
1273 (inf_ptrace_wait): Inline ptrace_wait call.
1274
1275 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1276
1277 * Makefile.in (.y.c): Revert previous change. ../ylwrap was
1278 rolled back instead.
1279
1280 2004-09-24 Paul Hilfinger <hilfingr@nile.gnat.com>
1281
1282 * Makefile.in (.y.c): Modify $(YLWRAP) invocation to use
1283 the new argument order.
1284
1285 2004-09-23 Corinna Vinschen <vinschen@redhat.com>
1286
1287 * MAINTAINERS: Remove "broken" from XStormy16 entry.
1288 * xstormy16-tdep.c: Convert XStormy16 target to latest GDB methods.
1289 (struct gdbarch_tdep): Remove.
1290 (struct xstormy16_frame_cache): New frame cache structure.
1291 (xstormy16_register_byte, xstormy16_register_raw_size)
1292 (xstormy16_reg_virtual_type, xstormy16_register_type)
1293 (xstormy16_push_arguments, xstormy16_push_return_address)
1294 (xstormy16_pop_frame, xstormy16_store_struct_return)
1295 (xstormy16_store_return_value, xstormy16_extract_struct_value_address)
1296 (xstormy16_frame_saved_register, xstormy16_get_saved_register)
1297 (xstormy16_scan_prologue, xstormy16_frame_init_saved_regs)
1298 (xstormy16_frame_saved_pc, xstormy16_init_extra_frame_info)
1299 (xstormy16_frame_chain, xstormy16_frame_chain_valid,
1300 (xstormy16_saved_pc_after_call, xstormy16_save_dummy_frame_to): Remove.
1301 (xstormy16_use_struct_convention): Drop gcc_p parameter.
1302 (xstormy16_extract_return_value, xstormy16_store_return_value):
1303 Regcachify. Drop useless struct convention handling.
1304 (xstormy16_register_type, xstormy16_return_value)
1305 (xstormy16_push_dummy_call, xstormy16_analyze_prologue)
1306 (xstormy16_alloc_frame_cache, xstormy16_frame_cache)
1307 (xstormy16_frame_prev_register, xstormy16_frame_this_id)
1308 (xstormy16_frame_base_address, xstormy16_frame_sniffer)
1309 (xstormy16_unwind_sp, xstormy16_unwind_pc)
1310 (xstormy16_unwind_dummy_id) : New functions.
1311 (xstormy16_skip_prologue): Call xstormy16_analyze_prologue instead
1312 of xstormy16_scan_prologue.
1313 (xstormy16_frame_unwind): New frame_unwind structure.
1314 (xstormy16_frame_base): New frame_base structure.
1315 (xstormy16_gdbarch_init): Accomodate all of the above changes.
1316 Reshuffle for better readability. Also add dwarf2_frame_sniffer.
1317
1318 2004-09-22 Mark Kettenis <kettenis@gnu.org>
1319
1320 * language.c (language_gdbarch_post_init): Fix off-by one error.
1321
1322 2004-09-21 Daniel Jacobowitz <dan@debian.org>
1323
1324 * dwarf2read.c (struct dwarf2_per_cu_data): New field type_hash.
1325 (struct dwarf2_offset_and_type): New.
1326 (set_die_type, reset_die_and_siblings_types, get_die_type)
1327 (offset_and_type_hash, offset_and_type_eq): New functions.
1328 (read_structure_type, read_enumeration_type, read_array_type)
1329 (read_namespace, read_tag_pointer_type, read_tag_ptr_to_member_type)
1330 (read_tag_reference_type, read_tag_const_type)
1331 (read_tag_volatile_type, read_tag_string_type, read_subroutine_type)
1332 (read_typedef, read_base_type, read_subrange_type): Use
1333 set_die_type.
1334
1335 2004-09-20 Daniel Jacobowitz <dan@debian.org>
1336
1337 * Makefile.in (dwarf2read.o): Update dependencies.
1338 * dwarf2read.c: Include "command.h" and "gdbcmd.h".
1339 (struct dwarf2_per_objfile): Add all_comp_units, n_comp_units,
1340 and read_in_chain.
1341 (struct dwarf2_cu): Add read_in_chain, per_cu, last_used,
1342 mark, and has_form_ref_addr.
1343 (struct dwarf2_per_cu_data): New.
1344 (dwarf2_max_cache_age): New.
1345 (dwarf2_build_psymtabs_hard): Free cached compilation units
1346 after loading. Create and manage the list of compilation units.
1347 Remove unnecessary NULL initialization. Fix indentation.
1348 (psymtab_to_symtab_1): Initialize all of CU.
1349 (dwarf2_read_abbrevs): Set has_form_ref_addr.
1350 (find_partial_die): Use dwarf2_find_containing_comp_unit
1351 and load_comp_unit.
1352 (free_stack_comp_unit): Update comments. Clear the per-cu
1353 pointer. Handle aging.
1354 (dwarf2_find_containing_comp_unit, free_cached_comp_units)
1355 (age_cached_comp_units, free_one_cached_comp_unit)
1356 (dwarf2_mark, dwarf2_clear_marks, create_all_comp_units)
1357 (load_comp_unit, dwarf2_find_comp_unit, free_one_comp_unit)
1358 (set_dwarf2_cmdlist, show_dwarf2_cmdlist, set_dwarf2_cmd)
1359 (show_dwarf2_cmd): New.
1360 (_initialize_dwarf2_read): Provide "maint set dwarf2 max-cache-age"
1361 and "maint show dwarf2 max-cache-age".
1362 * gdbcmd.h (maintenance_set_cmdlist, maintenance_show_cmdlist): New
1363 externs.
1364 * maint.c (maintenance_set_cmdlist, maintenance_show_cmdlist): Make
1365 global.
1366
1367 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
1368
1369 * dwarf2read.c (typename_concat): Change prototype to accept obstack
1370 and dwarf2_cu struct pointer as arguments. Change function to use
1371 obstack if provided and use dwarf2_cu to determine language-specific
1372 separator.
1373 (partial_die_parent_scope): Change comment to include java. Use
1374 new version of typename_concat instead of obconcat.
1375 (partial_die_full_name): Use typename_concat.
1376 (read_namespace): Ditto.
1377 (read_enumeration_type): Use typename_concat instead of obconcat.
1378 (new_symbol): Ditto.
1379 (add_partial_symbol): Enhance tests for C++ to also test for Java.
1380 (guess_structure_name): Ditto.
1381 (read_subroutine_type): Ditto.
1382 (read_structure_type): Ditto.
1383 (is_vtable_name): Add Java support.
1384 (determine_class_name): Switch to new typename_concat call.
1385 (determine_prefix): Switch to new typename_concat call.
1386 * jv-exp.y (FuncStart): New pattern.
1387 (MethodInvocation): Add support for simple function calls. Change
1388 warning message for other forms of inferior call currently not
1389 supported.
1390 * valarith.c (value_subscript): Treat an array with upper-bound
1391 of -1 as unknown size.
1392
1393 2004-09-20 Daniel Jacobowitz <dan@debian.org>
1394
1395 * symtab.c (lookup_partial_symtab): Use psymtab_to_fullname.
1396 (lookup_partial_symtab): Use symtab_to_fullname.
1397
1398 2004-09-19 Jim Blandy <jimb@redhat.com>
1399
1400 * minsyms.c (lookup_minimal_symbol): Doc fix.
1401
1402 2004-09-20 Andrew Cagney <cagney@gnu.org>
1403
1404 * config/nm-lynx.h (DEPRECATED_CHILD_RESUME): Deprecate
1405 CHILD_RESUME.
1406 * config/i386/nm-linux.h (DEPRECATED_CHILD_RESUME): Ditto.
1407 * config/nm-linux.h (DEPRECATED_KILL_INFERIOR): Deprecate
1408 KILL_INFERIOR.
1409 * infptrace.c: Update.
1410
1411 2004-09-19 Daniel Jacobowitz <dan@debian.org>
1412
1413 * symtab.c (output_source_filename): Mark first argument as const.
1414 (sources_info): Use symtab_to_fullname and psymtab_to_fullname
1415 for "info sources" output.
1416
1417 2004-09-20 Mark Kettenis <kettenis@gnu.org>
1418
1419 * config/i386/nm-fbsd.h, config/i386/nm-obsd.h: Don't include
1420 <machine/vmparam.h>.
1421 (KERNEL_U_ADDR, REGISTER_U_ADDR): Remove defines.
1422 (register_u_addr): Remove prototype.
1423
1424 2004-09-19 Mark Kettenis <kettenis@gnu.org>
1425
1426 * i386bsd-nat.c: Include "i386bsd-nat.h" and "inf-ptrace.h".
1427 (i386bsd_fetch_inferior_registers): Rename from
1428 fetch_inferior_registers. Make static.
1429 (i386bsd_store_inferior_registers): Rename from
1430 store_inferior_registers. Make static.
1431 (i386bsd_target): New function.
1432 * i386bsd-nat.h: New file.
1433 * i386fbsd-nat.c: Include "target.h", "fbsd-nat.h" and
1434 "i386bsd-nat.h".
1435 (i386fbsd_resume): Rename from child_resume. Make static.
1436 (_initialize_i386fbsd_nat): Construct and add target vector.
1437 * i386nbsd-nat.c: Include "target.h" and "i386bsd-nat.h".
1438 (_initialize_i386nbsd_nat): Construct and add target vector.
1439 * config/i386/nm-fbsd.h: (CHILD_RESUME, CHILD_PID_TO_EXEC_FILE):
1440 Remove defines.
1441 * config/i386/fbsd.mh (NATDEPFILES): Add inf-child.o, inf-ptrace.o
1442 and fbsd-nat.o. Remove inftarg.o and fbsd-proc.o.
1443 * config/i386/nbsdaout.mh (NATDEPFILES): Add inf-child.o,
1444 inf-ptrace.o, i386bsd-nat.o and bsd-kvm.o. Remove inftarg.o.
1445 (LOADLIBES): New variable.
1446 * config/i386/nbsdelf.mh (NATDEPFILES): Add inf-child.o and
1447 inf-ptrace.o. Remove inftarg.o.
1448 * config/i386/obsd.mh (NATDEPFILES): Add inf-child.o and
1449 inf-ptrace.o. Remove inftarg.o.
1450 * config/i386/obsdaout.mh (NATDEPFILES): Add inf-child.o,
1451 inf-ptrace.o, i386nbsd-nat.o and bsd-kvm.o. Remove inftarg.o.
1452 (LOADLIBES): New variable.
1453 * Makefile.in (i386bsd_nat_h): New variable.
1454 (i386bsd-nat.o, i386fbsd-nat.o, i386nbsd-nat.o): Update
1455 dependencies.
1456
1457 * sparc64nbsd-tdep.c: Include "objfiles.h".
1458 (sparc64nbsd_init_abi): Set in_solib_call_trampoline and
1459 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
1460 svr4_lp64_fetch_link_map_offsets.
1461 * sparc64obsd-tdep.c: Include "objfiles.h". Don't include
1462 "nbsd-tdep.h".
1463 (sparc64obsd_init_abi): Set in_solib_call_trampoline and
1464 skip_trampoline_code. Set solib_svr4_fetch_link_map_offsets to
1465 svr4_lp64_fetch_link_map_offsets.
1466 * Makefile.in (sparc64nbsd-tdep.o, sparc64obsd-tdep.o): Update
1467 dependencies.
1468
1469 * fbsd-nat.c: New files with cleaned up contents of fbsd-proc.c.
1470 * fbsd-nat.h: New file.
1471 * Makefile.in (ALLDEPFILES): Add fbsd-nat.c.
1472 (fbsd_nat_h): New variable.
1473 (fbsd-nat.o): New dependency.
1474
1475 * config/sparc/nbsd64.mt, config/sparc/obsd.mt,
1476 config/sparc/obsd64.mt (DEPRECATED_TM_FILE): Set to solib.h.
1477
1478 * inf-child.c (inf_child_post_wait): Remove stray whitespace in
1479 comment.
1480
1481 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
1482
1483 * ada-exp.y (type_int): New function to add layer of abstraction
1484 around references to expression types.
1485 (type_long): Ditto.
1486 (type_long_long): Ditto.
1487 (type_float): Ditto.
1488 (type_double): Ditto.
1489 (type_long_double): Ditto.
1490 (type_char): Ditto.
1491 (type_system_address): Ditto.
1492 (simple_exp): Use type_* functions in place of builtin_*
1493 variables.
1494 (exp): Ditto.
1495 (write_var_from_name): Ditto.
1496 (write_object_renaming): Ditto.
1497 * ada-lang.c (ada_create_fundamental_type): Remove redundant
1498 declaration.
1499 (build_ada_types): Remove, replacing with...
1500 (ada_language_arch_info): New function to initialize primitive
1501 type vector in language_arch_info.
1502 (ada_array_length): Remove use of builtin_type_ada_int.
1503 (value_pos_atr): Ditto.
1504 (ada_evaluate_subexp): Ditto.
1505 (builtin_type_ada_int, builtin_type_ada_short, builtin_type_ada_long,
1506 builtin_type_ada_long_long, builtin_type_ada_char,
1507 builtin_type_ada_float, builtin_type_ada_double,
1508 builtin_type_ada_long_double, builtin_type_ada_natural,
1509 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
1510 (ada_builtin_types): Remove.
1511 (ada_language_defn): Remove entries for la_builtin_type_vector and
1512 string_char_type and use ada_language_arch_info.
1513 (_initialize_ada_language): Do type-vector initialization along
1514 the lines of c-lang.c.
1515 (ada_create_fundamental_type): Break up line.
1516 (ada_dump_symtab): Remove unused function.
1517 (enum ada_primitive_types): Define.
1518 * ada-lang.h (builtin_type_ada_int, builtin_type_ada_short,
1519 builtin_type_ada_long,builtin_type_ada_long_long,builtin_type_ada_char,
1520 builtin_type_ada_float, builtin_type_ada_double,
1521 builtin_type_ada_long_double, builtin_type_ada_natural,
1522 builtin_type_ada_positive, builtin_type_ada_system_address): Remove.
1523 * ada-lex.l: Use type_* functions in place of builtin_* variables.
1524 (processInt): Ditto.
1525 (processReal): Ditto.
1526 (name_lookup): Ditto.
1527 * ada-typeprint.c (print_range): Use builtin_type_int, not
1528 builtin_type_ada_int.
1529
1530 2004-09-18 Mark Kettenis <kettenis@gnu.org>
1531
1532 * i386-tdep.c (i386_register_name): Rename regno to regnum.
1533
1534 * config/pa/hpux1020.mh (MH_CFLAGS): Remove -D__HP_CURSES.
1535 * config/pa/hpux11.mh (MH_CFLAGS): Likewise.
1536 * config/pa/hpux11w.mh (MH_CFLAGS): Likewise.
1537 * configure.in: Improve checks for curses library by checking for
1538 mvwaddstr instead of initscr. Drop HP curses in favour of
1539 standard curses on HP-UX.
1540 * configure: Regenerated.
1541
1542 2004-09-18 Paul N. Hilfinger <hilfinger@gnat.com>
1543
1544 * ada-lang.c: (ada_main_name, ada_value_slice_ptr, ada_value_slice,
1545 ada_breakpoint_rewrite, ada_template_to_fixed_record_type_1):
1546 Minor formatting changes.
1547 (empty_array): Slight rewrite for formatting.
1548 (emit_char,parse,ada_language_defn,build_ada_types,
1549 ada_is_exception_sym, _initialize_ada_language): Move
1550 definitions around.
1551 (ada_dump_symtab): Remove unused definition.
1552 (ada_maybe_exception_partial_symbol): Remove unused definition.
1553
1554 2004-09-16 Andrew Cagney <cagney@gnu.org>
1555
1556 * inf-child.c: Include "gdb_string.h".
1557 (inf_child_core_file_to_sym_file): Delete.
1558 (inf_child_target): Set to_fetch_registers and to_store_registers.
1559 * inf-ptrace.c: Include "gdb_string.h".
1560 * Makefile.in: Update all dependencies.
1561
1562 * Makefile.in (gnu-v3-abi.o): Add explict rule to avoid -Werror
1563 problem.
1564
1565 2004-09-14 Joel Brobecker <brobecker@gnat.com>
1566
1567 * mips-tdep.c (mips_insn32_frame_cache): Pass frame cache in
1568 call to heuristic_proc_desc. Remove code that became redundant
1569 as a consequence.
1570 (read_next_frame_reg): Remove special case for SP_REGNUM.
1571 (set_reg_offset): Fix small typo.
1572 (reset_saved_regs): New procedure.
1573 (mips32_heuristic_proc_desc): No longer compute a fake
1574 procedure descriptor. Compute the full frame cache instead.
1575 Some minor comment reformatting.
1576
1577 2004-09-14 Andrew Cagney <cagney@gnu.org>
1578
1579 * MAINTAINERS: Add Michael Chastain as the backup gdb.threads
1580 maintainer.
1581
1582 * thread-db.c (thread_db_new_objfile): Assume that there is a
1583 child process.
1584
1585 2004-09-13 Jim Blandy <jimb@redhat.com>
1586
1587 * valops.c (value_assign): Move 'buffer' to the enclosing block,
1588 so that its storage isn't referenced after its lifetime ends.
1589
1590 * valops.c (value_assign): 'use_buffer' is initialized to zero,
1591 and never assigned to. Delete it, and the 'if (use_buffer)'
1592 clauses. Delete 'raw_buffer', since it is now unused.
1593
1594 2004-09-13 Andrew Cagney <cagney@gnu.org>
1595
1596 * configure.in (frags): Replace TM_FILE with DEPRECATED_TM_FILE.
1597 * configure: Re-generate.
1598 * nlm/Makefile.in (TAGS): Update.
1599 * Makefile.in (TAGS): Update.
1600 * config/vax/nbsd.mt (TM_FILE): Update.
1601 * config/sparc/vxworks.mt (TM_FILE): Update.
1602 * config/sparc/sol2.mt (TM_FILE): Update.
1603 * config/sparc/sol2-64.mt (TM_FILE): Update.
1604 * config/sparc/obsd64.mt (TM_FILE): Update.
1605 * config/sparc/obsd.mt (TM_FILE): Update.
1606 * config/sparc/nbsd64.mt (TM_FILE): Update.
1607 * config/sparc/nbsd.mt (TM_FILE): Update.
1608 * config/sparc/linux64.mt (TM_FILE): Update.
1609 * config/sparc/linux.mt (TM_FILE): Update.
1610 * config/sparc/fbsd.mt (TM_FILE): Update.
1611 * config/sh/wince.mt (TM_FILE): Update.
1612 * config/sh/nbsd.mt (TM_FILE): Update.
1613 * config/sh/linux.mt (TM_FILE): Update.
1614 * config/sh/embed.mt (TM_FILE): Update.
1615 * config/s390/s390.mt (TM_FILE): Update.
1616 * config/rs6000/rs6000lynx.mt (TM_FILE): Update.
1617 * config/rs6000/rs6000.mt (TM_FILE): Update.
1618 * config/rs6000/aix4.mt (TM_FILE): Update.
1619 * config/powerpc/vxworks.mt (TM_FILE): Update.
1620 * config/powerpc/ppc-sim.mt (TM_FILE): Update.
1621 * config/powerpc/ppc-eabi.mt (TM_FILE): Update.
1622 * config/powerpc/obsd.mt (TM_FILE): Update.
1623 * config/powerpc/nbsd.mt (TM_FILE): Update.
1624 * config/powerpc/linux.mt (TM_FILE): Update.
1625 * config/powerpc/aix.mt (TM_FILE): Update.
1626 * config/pa/obsd.mt (TM_FILE): Update.
1627 * config/pa/linux.mt (TM_FILE): Update.
1628 * config/pa/hppahpux.mt (TM_FILE): Update.
1629 * config/pa/hppa64.mt (TM_FILE): Update.
1630 * config/pa/hppa.mt (TM_FILE): Update.
1631 * config/ns32k/nbsdaout.mt (TM_FILE): Update.
1632 * config/mips/wince.mt (TM_FILE): Update.
1633 * config/mips/vxmips.mt (TM_FILE): Update.
1634 * config/mips/nbsd.mt (TM_FILE): Update.
1635 * config/mips/linux.mt (TM_FILE): Update.
1636 * config/mips/irix6.mt (TM_FILE): Update.
1637 * config/mips/irix5.mt (TM_FILE): Update.
1638 * config/mips/embed.mt (TM_FILE): Update.
1639 * config/m68k/vxworks68.mt (TM_FILE): Update.
1640 * config/m68k/st2000.mt (TM_FILE): Update.
1641 * config/m68k/os68k.mt (TM_FILE): Update.
1642 * config/m68k/obsd.mt (TM_FILE): Update.
1643 * config/m68k/nbsd.mt (TM_FILE): Update.
1644 * config/m68k/monitor.mt (TM_FILE): Update.
1645 * config/m68k/linux.mt (TM_FILE): Update.
1646 * config/m68k/cisco.mt (TM_FILE): Update.
1647 * config/ia64/linux.mt (TM_FILE): Update.
1648 * config/ia64/aix.mt (TM_FILE): Update.
1649 * config/ia64/ia64.mt (TM_FILE): Update.
1650 * config/i386/vxworks.mt (TM_FILE): Update.
1651 * config/i386/obsd64.mt (TM_FILE): Update.
1652 * config/i386/obsd.mt (TM_FILE): Update.
1653 * config/i386/nto.mt (TM_FILE): Update.
1654 * config/i386/nbsd64.mt (TM_FILE): Update.
1655 * config/i386/nbsd.mt (TM_FILE): Update.
1656 * config/i386/linux64.mt (TM_FILE): Update.
1657 * config/i386/linux.mt (TM_FILE): Update.
1658 * config/i386/i386sol2.mt (TM_FILE): Update.
1659 * config/i386/i386lynx.mt (TM_FILE): Update.
1660 * config/i386/fbsd64.mt (TM_FILE): Update.
1661 * config/i386/fbsd.mt (TM_FILE): Update.
1662 * config/i386/cygwin.mt (TM_FILE): Update.
1663 * config/h8300/h8300.mt (TM_FILE): Update.
1664 * config/frv/frv.mt (TM_FILE): Update.
1665 * config/cris/cris.mt (TM_FILE): Update.
1666 * config/arm/wince.mt (TM_FILE): Update.
1667 * config/arm/nbsd.mt (TM_FILE): Update.
1668 * config/arm/linux.mt (TM_FILE): Update.
1669 * config/arm/embed.mt (TM_FILE): Update.
1670 * config/alpha/nbsd.mt (TM_FILE): Update.
1671 * config/alpha/fbsd.mt (TM_FILE): Update.
1672 * config/alpha/alpha.mt (TM_FILE): Update.
1673 * config/alpha/alpha-osf1.mt (TM_FILE): Update.
1674 * config/alpha/alpha-linux.mt (TM_FILE): Update.
1675
1676 Eliminate event_loop_p, always has the value 1.
1677 * defs.h (event_loop_p): Delete macro.
1678 * breakpoint.c (until_break_command): Simplify.
1679 * utils.c (prompt_for_continue): Simplify.
1680 * tracepoint.c (read_actions): Simplify.
1681 * top.c (throw_exception, execute_command, gdb_readline_wrapper)
1682 (gdb_rl_operate_and_get_next, command_line_input, get_prompt)
1683 (set_prompt, init_main): Simplify.
1684 (init_signals, disconnect): Delete, unused.
1685 * remote.c (remote_async_resume)
1686 (extended_remote_async_create_inferior): Simplify.
1687 * mi/mi-interp.c (mi_input): Delete, unused.
1688 (mi_interpreter_resume, mi_command_loop): Simplify.
1689 * interps.c (current_interp_command_loop): Simplify.
1690 * infrun.c (proceed): Simplify.
1691 * infcmd.c (run_command, continue_command, step_1, jump_command)
1692 (until_command, advance_command, finish_command)
1693 (interrupt_target_command): Simplify.
1694 * event-top.c (gdb_setup_readline, gdb_disable_readline): Simplify.
1695
1696 * config/i386/nm-i386.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1697 * config/s390/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1698 * config/pa/nm-hppah.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1699 * config/ia64/nm-linux.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1700 * config/frv/tm-frv.h (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete.
1701 * mips-tdep.c (mips_dump_tdep): Do not print same.
1702
1703 2004-09-12 Andrew Cagney <cagney@gnu.org>
1704
1705 * valprint.c (print_longest): Use fputs_filtered. Make "val"
1706 const.
1707 * Makefile.in (valprint.o): Delete explict rule.
1708
1709 * config/m68k/nbsdelf.mh: Add missing trailing newline. Problem
1710 reported by Dave Anderson.
1711
1712 * target.c (target_info): Delete #ifdef call to FILES_INFO_HOOK.
1713
1714 * inferior.h (STORE_STRUCT_RETURN): Delete macro.
1715
1716 2004-09-12 Salvador E. Tropea <set@users.sf.net>
1717 Andrew Cagney <cagney@gnu.org>
1718
1719 * mi/mi-main.c (mi_cmd_data_list_changed_registers)
1720 (mi_cmd_data_list_register_values)
1721 (mi_cmd_data_write_register_values): Include the PSEUDO_REGS in
1722 the register number computation.
1723
1724 2004-09-12 Andrew Cagney <cagney@gnu.org>
1725
1726 * ppcnbsd-nat.c: Include "inf-ptrace.h".
1727 (ppcnbsd_fetch_inferior_registers): Rename fetch_inferior_registers.
1728 (ppcnbsd_store_inferior_registers): Rename store_inferior_registers.
1729 (_initialize_ppcnbsd_nat): Create and add a NetBSD/PPC ptrace
1730 target.
1731 * config/powerpc/nbsd.mh (NATDEPFILES): Replace and inftarg.o with
1732 inf-ptrace.o and inf-child.o.
1733 * inf-ptrace.h, inf-ptrace.c, inf-child.h, inf-child.c: New files.
1734 * Makefile.in: Update dependencies.
1735
1736 2004-09-11 Andrew Cagney <cagney@gnu.org>
1737
1738 * language.c (hex_string, hex_string_custom): Move from here ...
1739 * utils.c (hex_string, hex_string_custom): ... to here, rewrite.
1740 (CELLSIZE): Increase to 50.
1741 * language.h (hex_string, hex_string_custom): Move from here ...
1742 * defs.h: ... to here.
1743 * Makefile.in: Update all dependencies.
1744
1745 2004-09-11 Paul N. Hilfinger <hilfinger@gnat.com>
1746
1747 * language.c (local_hex_format_custom): Remove.
1748 (local_hex_string): Rename to hex_string, use C format, and move to
1749 utils.c
1750 (local_hex_string_custom): Rename to hex_string_custom and change
1751 interface. Now uses C format. Move to utils.c
1752 (local_octal_format_custom): Remove.
1753 (local_decimal_format_custom): Remove.
1754 (unknown_language_defn): Remove language-specific number
1755 formatting entries.
1756 (auto_language_defn): Ditto.
1757 (local_language_defn): Ditto.
1758 * language.h (struct language_format_info): Delete declaration.
1759 (struct language_defn): Remove language_format_info fields
1760 la_binary_format, la_octal_format, la_decimal_format, la_hex_format.
1761 (local_binary_format): Remove macro.
1762 (local_binary_format_prefix): Remove macro.
1763 (local_binary_format_specifier): Remove macro.
1764 (local_binary_format_suffix): Remove macro.
1765 (local_octal_format): Remove macro.
1766 (local_octal_format_prefix): Remove macro.
1767 (local_octal_format_specifier): Remove macro.
1768 (local_octal_format_suffix): Remove macro.
1769 (local_decimal_format): Remove macro.
1770 (local_decimal_format_prefix): Remove macro.
1771 (local_decimal_format_specifier): Remove macro.
1772 (local_decimal_format_suffix): Remove macro.
1773 (local_hex_format): Remove macro.
1774 (local_hex_format_prefix): Remove macro.
1775 (local_hex_format_specifier): Remove macro.
1776 (local_hex_format_suffix): Remove macro.
1777 (local_decimal_format_custom): Remove.
1778 (local_octal_format_custom): Remove.
1779 (local_hex_format_custom): Remove.
1780 (local_hex_string): Rename to hex_string and move to defs.h.
1781 (local_hex_string_custom): Rename to hex_string_custom, change
1782 interface, and move to defs.h.
1783 * utils.c: (int_string): New function.
1784 (hex_string): New function (from language.c).
1785 (hex_string_custom): New function (from language.c).
1786 (octal2str): New function.
1787 (decimal2str): Add width parameter.
1788 (paddr_u): Use new decimal2str interface.
1789 (paddr_d): Ditto.
1790 * defs.h (hex_string): Declare.
1791 (hex_string_custom): Declare.
1792 (int_string): Declare.
1793 * printcmd.c (print_scalar_formatted): Remove localized binary
1794 formatting.
1795 * valprint.c (print_longest): Use int_string.
1796 (print_floating): Use C hex format.
1797 (print_hex_chars): Ditto.
1798 (print_binary_chars): Remove language-specific formatting.
1799 (print_octal_chars): Use C octal format.
1800 (print_decimal_chars): Delocalize format.
1801 (print_decimal): Remove.
1802 * ada-lang.c (ada_language_defn): Remove language-specific number
1803 formatting entries.
1804 * p-lang.c (pascal_language_defn): Ditto.
1805 * c-lang.c (c_language_defn): Ditto.
1806 (cplus_language_defn): Ditto.
1807 (asm_language_defn): Ditto.
1808 (minimal_language_defn): Ditto.
1809 * f-lang.c (f_language_defn): Ditto.
1810 * jv-lang.c (java_language_defn): Ditto.
1811 * m2-lang.c (m2_language_defn): Ditto.
1812 * scm-lang.c (scm_language_defn): Ditto.
1813 * objc-lang.c (objc_language_defn): Ditto.
1814 * memattr.c (mem_info_command): Use renamed hex_string_custom with
1815 new interface.
1816 * pa64solib.c (pa64_sharedlibrary_info_command): Ditto.
1817 * ui-out.c (ui_out_field_core_addr): Ditto.
1818 * breakpoint.c (breakpoint_adjustment_warning): Ditto.
1819 * exec.c (print_section_info): Ditto.
1820 * i387-tdep.c (print_i387_status_word): Ditto.
1821 (print_i387_control_word): Ditto.
1822 (i387_print_float_info): Ditto.
1823 * maint.c (maint_print_section_info): Ditto.
1824 * solib.c (info_sharedlibrary_command): Ditto.
1825 * somsolib.c (som_sharedlibrary_info_command): Ditto.
1826 * symtab.c (print_msymbol_info): Ditto.
1827 * tracepoint.c (tracepoints_info): Ditto.
1828 * solib-frv.c (lm_base): Ditto.
1829 (frv_current_sos): Ditto.
1830 (enable_break2): Ditto.
1831 (enable_break): Ditto.
1832 * dbxread.c (read_dbx_symtab): Use renamed hex_string.
1833 (process_one_symbol): Ditto.
1834 * infcmd.c (program_info): Ditto.
1835 * mdebugread.c (parse_partial_symbols): Ditto.
1836 * symfile.c (add_symbol_file_command): Ditto.
1837 * cli/cli-cmds.c (edit_command): Ditto.
1838 (list_command): Ditto.
1839 * infcall.c (call_function_by_hand): Ditto.
1840 * remote-vx.c (vx_run_files_info): Ditto.
1841 (vx_wait): Ditto.
1842 (vx_attach): Ditto.
1843 (vx_detach): Ditto.
1844 (vx_kill): Ditto.
1845 * aix-thread.c (pdc_symbol_addrs): Ditto.
1846 (pdc_read_regs): Ditto.
1847 (pdc_write_regs): Ditto.
1848 (pdc_read_data): Ditto.
1849 (pdc_write_data): Ditto.
1850 * d10v-tdep.c (display_trace): Ditto.
1851 * rs6000-nat.c (find_toc_address): Ditto.
1852 * aix-thread.c: Don't include language.h.
1853 * buildsym.c: Ditto.
1854 * dbxread.c: Ditto.
1855 * mdebugread.c: Ditto.
1856 * rs6000-nat.c: Ditto.
1857 * buildsym.c (make_blockvector): Use renamed hex_string.
1858
1859 2004-09-10 Jason Molenda (jmolenda@apple.com)
1860
1861 * cli/cli-script.c (read_next_line): Accept zero or more whitespace
1862 chars after 'if' or 'while' commands in user-defined commands.
1863
1864 2004-09-08 Jim Blandy <jimb@redhat.com>
1865
1866 Fix bug reported and analyzed by Olivier Crete:
1867 * symfile.c (copy_section_addr_info): New function.
1868 (symbol_file_add_with_addrs_or_offsets): Use it to save the
1869 original set of address arguments, instead of handwritten code
1870 that uses one length to allocate and a different length to
1871 initialize. Use make_cleanup_free_section_addr_info.
1872 * symfile.h (copy_section_addr_info): New declaration.
1873 * utils.c: #include "symfile.h".
1874 (do_free_section_addr_info, make_cleanup_free_section_addr_info):
1875 New functions.
1876 * defs.h (make_cleanup_free_section_addr_info): New declaration.
1877 * Makefile.in (utils.o): Update dependencies.
1878
1879 2004-09-08 Andrew Cagney <cagney@gnu.org>
1880
1881 * thread-db.c (keep_thread_db): Delete.
1882 (thread_db_new_objfile, thread_db_create_inferior)
1883 (thread_db_mourn_inferior): Simplify assuming !keep_thread_db.
1884
1885 2004-09-08 Mark Kettenis <kettenis@gnu.org>
1886
1887 * i386-tdep.h (FPC_REGNUM, FCTRL_REGNUM, FSTAT_REGNUM, FTAG_REGNUM)
1888 (FISEG_REGNUM, FIOFF_REGNUM, FOSEG_REGNUM, FOOFF_REGNUM)
1889 (FOP_REGNUM, XMM0_REGNUM, MXCSR_REGNUM): Remove macros.
1890 (i386_frameless_signal_p): Remove prototype.
1891 * i386-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
1892 (GETFPXREGS_SUPPLIES): Define using I386_ST0_REGNUM and
1893 I386_SSE_NUM_REGS.
1894 * i386-nto-tdep.c (i386nto_supply_gregset): Use I386_NUM_GREGS
1895 instead of FP0_REGNUM.
1896 (i386nto_regset_id): Use I386_NUM_GREGS and I386_NUM_FREGS instead
1897 of FP0_REGNUM and FPC_REGNUM.
1898
1899 * solib-sunos.c (sunos_relocate_main_executable): Remove function.
1900 (sunos_solib_create_inferior_hook): Don't call
1901 sunos_relocate_main_executable.
1902
1903 * sparcnbsd-tdep.c (sparc32nbsd_elf_init_abi): Set
1904 solib_svr4_fetch_link_map_offsets to
1905 svr4_ilp32_fetch_link_map_offsets.
1906 * sparcobsd-tdep.c: Don't include "nbsd-tdep.h".
1907 (sparc32obsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1908 svr4_ilp32_fetch_link_map_offsets.
1909 * Makefile.in (sparcobsd-tdep.o): Update dependencies.
1910
1911 2004-09-07 Jim Blandy <jimb@redhat.com>
1912
1913 * frame.h (frame_register): Doc fix.
1914
1915 2004-09-07 Andrew Cagney <cagney@gnu.org>
1916
1917 * vx-share/wait.h: Delete #ifdef USG.
1918 * utils.c (request_quit): Ditto.
1919 * tui/tui.c (tui_reset): Ditto.
1920 * remote.c: Ditto.
1921 * remote-sds.c: Ditto.
1922 * remote-rdi.c: Ditto.
1923 * mdebugread.c: Ditto.
1924 * m68klinux-nat.c: Ditto.
1925 * infttrace.c: Ditto.
1926 * infptrace.c: Ditto.
1927 * i386v-nat.c: Ditto.
1928 * exec.c: Ditto.
1929 * dbxread.c: Ditto.
1930 * core-aout.c: Ditto.
1931
1932 2004-09-05 Joel Brobecker <brobecker@gnat.com>
1933
1934 * mips-tdep.c (mips_insn16_frame_cache): Fix parameter in call to
1935 heuristic_proc_desc.
1936 (mips_insn32_frame_cache): Likewise.
1937
1938 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1939
1940 * mips-tdep.c (mips32_heuristic_proc_desc): Remove code that was
1941 left behind by error.
1942
1943 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1944
1945 * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define.
1946 * config/powerpc/nm-aix.h (PTRACE_ARG3_TYPE): Likewise.
1947
1948 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1949
1950 * config/rs6000/xm-aix4.h: Remove this file.
1951 * config/rs6000/aix4.mh (XM_FILE): Delete.
1952
1953 2004-09-04 Joel Brobecker <brobecker@gnat.com>
1954
1955 * config/rs6000/xm-rs6000.h: Remove this file.
1956 * config/rs6000/rs6000.mh (XM_FILE): Remove.
1957
1958 2004-09-03 Andrew Cagney <cagney@gnu.org>
1959
1960 * mips-tdep.c (PROC_DESC_IS_DUMMY, SET_PROC_DESC_IS_DUMMY)
1961 (_PROC_MAGIC_, after_prologue, mips_dump_tdep): Delete macros and
1962 only use.
1963
1964 * mips-tdep.c (temp_saved_regs): Delete.
1965 (set_reg_offset): Replace saved_regs parameter with this_cache.
1966 (heuristic_proc_desc, mips16_heuristic_proc_desc)
1967 (mips32_heuristic_proc_desc): Add this_cache parameter.
1968 (mips_insn32_frame_cache, mips_insn16_frame_cache)
1969 (after_prologue): Pass a NULL this_cache.
1970
1971 * mips-tdep.c (mips_mdebug_frame_cache): Delete code handling
1972 non-kernel trap prologues.
1973
1974 * mips-tdep.c (find_proc_desc): Delete function.
1975 (mips_mdebug_frame_cache): Inline call to find_proc_desc,
1976 simplify.
1977 (mips_insn16_frame_cache): Replace find_proc_desc with code from
1978 mips_insn32_frame_cache.
1979
1980 * mips-tdep.c (after_prologue): Inline call to find_proc_desc.
1981 Simplify as NEXT_FRAME is NULL.
1982 (find_proc_desc): Simplify as NEXT_FRAME is non-NULL.
1983
1984 * mips-tdep.c (after_prologue): Replace proc_desc parameter with
1985 local variable.
1986 (mips_skip_prologue): Update.
1987
1988 * mips-tdep.c (find_proc_desc, heuristic_proc_desc): Delete
1989 "cur_frame" parameter.
1990 (after_prologue, mips_mdebug_frame_cache, mips_insn16_frame_cache):
1991 (mips_insn32_frame_cache, find_proc_desc): Update
1992
1993 * config/vax/nm-obsd.h: Delete file.
1994 * config/vax/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
1995 * config/vax/nm-nbsd.h: Delete file.
1996 * config/vax/nm-nbsdaout.h: Include config/nm-nbsd.h.
1997 * config/vax/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
1998 * config/sh/nm-nbsd.h: Delete file.
1999 * config/sh/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2000 * config/rs6000/nm-rs6000ly.h: Delete file.
2001 * config/djgpp/fnchange.lst: Do not rename nm-rs6000ly.h.
2002 * config/rs6000/rs6000lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2003 * config/powerpc/nm-obsd.h: Delete file.
2004 * config/powerpc/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2005 * config/powerpc/nm-nbsd.h: Delete file.
2006 * config/powerpc/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2007 * config/pa/nm-obsd.h: Delete file.
2008 * config/pa/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2009 * config/mips/nm-nbsd.h: Delete file.
2010 * config/mips/nbsd.mh (NAT_FILE): Set to config/nm-nbsd.h.
2011 * config/m88k/nm-obsd.h: Delete file.
2012 * config/m88k/obsd.mh (NAT_FILE): Set to config/nm-bsd.h.
2013 * config/m68k/nm-nbsd.h: Delete file.
2014 * config/m68k/nm-nbsdaout.h: Include config/nm-nbsd.h.
2015 * config/m68k/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2016 * config/i386/nm-nbsd.h: Delete file.
2017 * config/i386/nm-nbsdaout.h: Include config/nm-nbsd.h.
2018 * config/i386/obsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2019 * config/i386/nbsd64.mh (NAT_FILE): Set to config/nm-nbsd.h.
2020 * config/i386/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2021 * config/i386/nm-i386lynx.h: Delete file.
2022 * config/i386/i386lynx.mh (NAT_FILE): Set to config/nm-lynx.h.
2023 * config/arm/nm-nbsd.h: Delete file.
2024 * config/arm/nm-nbsdaout.h: Include config/nm-nbsd.h.
2025 * config/arm/nbsdelf.mh (NAT_FILE): Set to config/nm-nbsd.h.
2026
2027 * config/i386/tm-fbsd.h: Delete file.
2028 * config/i386/fbsd64.mt (TM_FILE): Set to solib.h.
2029 * config/i386/fbsd.mt (TM_FILE): Set to solib.h.
2030
2031 * config/rs6000/tm-rs6000-aix4.h: Delete file.
2032 * config/djgpp/fnchange.lst: Do not rename tm-rs6000-aix4.h.
2033 * config/rs6000/aix4.mt (TM_FILE): Set to
2034 config/rs6000/tm-rs6000.h.
2035 * config/powerpc/tm-ppc-aix.h: Delete file.
2036 * config/powerpc/aix.mt (TM_FILE): Set to
2037 config/rs6000/tm-rs6000.h.
2038 * config/m68k/tm-linux.h: Delete file.
2039 * config/m68k/linux.mt (TM_FILE): Set to solib.h
2040 * config/i386/tm-linux64.h: Delete file.
2041 * config/i386/linux64.mt (TM_FILE): Set to solib.h.
2042 * config/djgpp/fnchange.lst: Do not rename tm-linux.h.
2043
2044 * config/m68k/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2045 * config/i386/tm-linux64.h (SVR4_SHARED_LIBS): Delete.
2046 * config/i386/nm-i386sco5.h (SVR4_SHARED_LIBS): Delete.
2047 * config/tm-linux.h (SVR4_SHARED_LIBS): Delete.
2048 * config/nm-sysv4.h (SVR4_SHARED_LIBS): Delete.
2049 * config/nm-linux.h (SVR4_SHARED_LIBS): Delete.
2050 * config/nm-gnu.h (SVR4_SHARED_LIBS): Delete.
2051 * sh64-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2052 * sh-tdep.c [SVR4_SHARED_LIBS]: Delete #ifdef wrapper.
2053
2054 * configure.in (GDB_TM_FILE): Fix typo, use gdb_target_cpu and not
2055 gdb_host_cpu.
2056
2057 2004-09-02 Joel Brobecker <brobecker@gnat.com>
2058
2059 * mips-tdep.c (mips_insn32_frame_cache): Remove some dead code.
2060 Minor reformatting. Some code factoring.
2061
2062 2004-09-02 Andrew Cagney <cagney@gnu.org>
2063
2064 * config/vax/nbsd.mt (TM_FILE): Set to solib.h.
2065 * config/vax/tm-nbsd.h: Delete file.
2066 * config/sparc/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2067 * config/sparc/tm-vxworks.h: Delete file.
2068 * config/sparc/nbsd.mt (TM_FILE): Set to solib.h.
2069 * config/sparc/tm-nbsd.h: Delete file.
2070 * config/sparc/linux64.mt (TM_FILE): Set to solib.h.
2071 * config/sparc/linux.mt (TM_FILE): Set to solib.h.
2072 * config/sparc/tm-linux.h: Delete file.
2073 * config/s390/s390.mt (TM_FILE): Set to config/tm-linux.h
2074 * config/s390/tm-linux.h: Delete file.
2075 * config/pa/obsd.mt (TM_FILE): Set to solib.h.
2076 * config/pa/tm-bsd.h: Delete file.
2077 * config/m68k/obsd.mt (TM_FILE): Set to solib.h.
2078 * config/m68k/tm-obsd.h: Delete file.
2079 * config/m68k/nbsd.mt (TM_FILE): Set to solib.h.
2080 * config/m68k/tm-nbsd.h: Delete file.
2081 * config/i386/vxworks.mt (TM_FILE): Set to config/tm-vxworks.h.
2082 * config/i386/tm-vxworks.h: Delete file.
2083 * config/i386/obsd64.mt (TM_FILE): Set to solib.h.
2084 * config/i386/obsd.mt (TM_FILE): Set to solib.h.
2085 * config/i386/nbsd64.mt (TM_FILE): Set to solib.h.
2086 * config/i386/nbsd.mt (TM_FILE): Set to solib.h.
2087 * config/i386/tm-nbsd.h: Delete file.
2088 * config/i386/i386lynx.mt (TM_FILE): Set to config/tm-lynx.h.
2089 * config/i386/tm-i386lynx.h: Delete file.
2090 * config/cris/cris.mt (TM_FILE): Set to solib.h.
2091 * config/cris/tm-cris.h: Delete file.
2092
2093 * configure.in: Let TM_FILE, XM_FILE and NAT_FILE specify a path.
2094 * configure: Re-generate.
2095 * config/arm/nbsd.mt (TM_FILE): Set to "solib.h".
2096 * config/arm/tm-nbsd.h: Delete file.
2097
2098 * config/powerpc/tm-ppcle-sim.h: Delete.
2099 * config/powerpc/tm-ppcle-eabi.h: Delete.
2100 * config/powerpc/tm-nbsd.h: Delete.
2101 * config/powerpc/nbsd.mt (TM_FILE): Set to tm-ppc-eabi.h.
2102 * config/djgpp/fnchange.lst: Do not rename tm-ppcle-sim.h or
2103 tm-ppcle-eabi.h.
2104
2105 * config/i386/nto.mh (NAT_FILE): Delete.
2106 * config/i386/nm-nto.h: Delete.
2107
2108 * config/m68k/tm-vx68.h: Do not include "tm-m68k.h".
2109 * config/m68k/tm-os68k.h: Ditto.
2110 * config/m68k/tm-monitor.h: Ditto.
2111 * config/m68k/tm-cisco.h: Ditto.
2112 * config/m68k/st2000.mt (TM_FILE): Delete.
2113 * config/m68k/tm-vx68.h (GET_LONGJMP_TARGET): Delete.
2114 * config/m68k/tm-cisco.h (GET_LONGJMP_TARGET): Delete.
2115 * config/m68k/tm-m68k.h (m68k_get_longjmp_target): Delete file.
2116 * m68k-tdep.c (m68k_get_longjmp_target): Make static.
2117
2118 * config/m68k/tm-st2000.h: Delete.
2119 * config/m68k/st2000.mt (TM_FILE): Set to tm-m68k.h.
2120 * config/sparc/fbsd.mt (TM_FILE): Delete.
2121 * config/sparc/tm-fbsd.h: Delete.
2122
2123 * acconfig.h (GDB_MULTI_ARCH): Delete undef.
2124 * defs.h (GDB_MULTI_ARCH_PARTIAL, GDB_MULTI_ARCH_TM)
2125 (GDB_MULTI_ARCH_PURE, GDB_MULTI_ARCH): Delete macros.
2126
2127 * gdbarch.sh: Instead of GDB_MULTI_ARCH print GDB_NM_FILE,
2128 GDB_TM_FILE and GDB_XM_FILE.
2129 * gdbarch.c: Re-generate.
2130 * configure.in (GDB_XM_FILE, GDB_NM_FILE, GDB_TM_FILE): Include
2131 quotes in macro definition.
2132 * configure.in: Re-generate.
2133
2134 * gdbarch.sh: Delete check for GDB_MULTI_ARCH_PARTIAL when
2135 validating architecture methods.
2136 * gdbarch.c: Re-generate.
2137
2138 * gdbarch.sh: Delete check for consistency between GDB_MULTI_ARCH
2139 and GDB_TM_FILE. Check for GDB_TM_FILE instead of
2140 GDB_MULTI_ARCH_PARTIAL.
2141 * gdbarch.h: Re-generate.
2142
2143 * config/sparc/tm-vxworks.h (GDB_MULTI_ARCH): Delete.
2144 * config/sparc/tm-sol2.h (GDB_MULTI_ARCH): Delete.
2145 * config/sparc/tm-nbsd.h (GDB_MULTI_ARCH): Delete.
2146 * config/sparc/tm-linux.h (GDB_MULTI_ARCH): Delete.
2147 * config/sparc/tm-fbsd.h (GDB_MULTI_ARCH): Delete.
2148 * config/sh/tm-sh.h (GDB_MULTI_ARCH): Delete.
2149 * config/rs6000/tm-rs6000.h (GDB_MULTI_ARCH): Delete.
2150 * config/pa/tm-hppa.h (GDB_MULTI_ARCH): Delete.
2151 * config/mips/tm-mips.h (GDB_MULTI_ARCH): Delete.
2152 * config/ia64/tm-ia64.h (GDB_MULTI_ARCH): Delete.
2153 * config/cris/tm-cris.h (GDB_MULTI_ARCH): Delete.
2154 * config/arm/tm-arm.h (GDB_MULTI_ARCH): Delete.
2155
2156 2004-09-01 Andrew Cagney <cagney@gnu.org>
2157
2158 * objfiles.h (struct entry_info): Delete fields main_func_lowpc
2159 and main_func_highpc.
2160 (INVALID_ENTRY_LOWPC, INVALID_ENTRY_HIGHPC): Delete macros.
2161 * objfiles.c (init_entry_point_info, objfile_relocate): Update
2162 * nlmread.c (nlm_symfile_read): Update.
2163
2164 2004-09-01 Joel Brobecker <brobecker@gnat.com>
2165
2166 * mips-tdep.c (linked_proc_desc_table): Delete, not used.
2167 (mips_insn32_frame_cache): Inline call to find_proc_desc.
2168 (find_proc_desc): Remove dead code.
2169
2170 2004-09-01 Joel Brobecker <brobecker@gnat.com>
2171
2172 * mips-tdep.c (mips_mdebug_frame_cache): Minor reformatting.
2173
2174 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
2175
2176 * observer.sh: Add struct so_list declaration.
2177 * Makefile.in: Add dependencies on observer.h for solib.c and
2178 breakpoint.c.
2179 * breakpoint.c (disable_breakpoints_in_unloaded_shlib): New
2180 function.
2181 (_initialize_breakpoint): Register
2182 disable_breakpoints_in_unloaded_shlib as an observer of the
2183 "solib unloaded" observation event.
2184 (re_enable_breakpoints_in_shlibs): For bp_shlib_disabled breakpoints,
2185 call decode_line_1 so unfound breakpoint errors are silent.
2186 * solib.c (update_solib_list): When a solib is discovered to have
2187 been unloaded by the program, notify all observers of the
2188 "solib unloaded" observation event.
2189
2190 2004-09-01 Andrew Cagney <cagney@gnu.org>
2191
2192 * frame.c: Include "objfiles.h".
2193 (inside_main_func): New function.
2194 (get_prev_frame): Use new inside_main_func.
2195 * Makefile.in (frame.o): Update dependencies.
2196 * defs.h (inside_main_func): Delete declaration.
2197 * blockframe.c (inside_main_func): Delete function.
2198
2199 2004-08-31 Jim Blandy <jimb@redhat.com>
2200
2201 * dwarf2read.c (is_vtable_name): New function, based on logic from
2202 read_structure_type, but passing the correct length to strncmp,
2203 and using 'sizeof' instead of 'strlen'.
2204 (read_structure_type): Call it.
2205
2206 2004-08-31 Joel Brobecker <brobecker@gnat.com>
2207
2208 * config/powerpc/aix.mh: Add comment.
2209
2210 2004-08-31 Paul GIlliam <pgilliam@us.ibm.com>
2211
2212 * MAINTAINERS: Add self to Write-After-Approval.
2213
2214 2004-08-30 Manoj Iyer <manjo@austin.ibm.com>
2215
2216 * MAINTAINERS: Add self to Write-After-Approval.
2217
2218 2004-08-30 Andrew Cagney <cagney@gnu.org>
2219
2220 Fix PR breakpoints/1757.
2221 * infrun.c (struct execution_control_state): Replace
2222 remove_breakpoints_on_following_step with
2223 step_after_step_resume_breakpoint.
2224 (init_execution_control_state): Update.
2225 (handle_inferior_event): For signals, when stepping off a
2226 breakpoint, set step_after_step_resume_breakpoint. When
2227 BPSTAT_WHAT_STEP_RESUME, do a single-step off the breakpoint.
2228 (keep_going): Delete code handling
2229 remove_breakpoints_on_following_step.
2230
2231 2004-08-29 David Lecomber <david@streamline-computing.com>
2232
2233 Fix PR gdb/648
2234 * language.h (enum array_ordering): New enum.
2235 * language.h (struct language_defn): New la_array_ordering
2236 attribute.
2237 * language.c (unknown_language_defn, auto_language_defn)
2238 (local_language_defn): Ditto.
2239 * ada-lang.c (ada_language_defn): Ditto.
2240 * c-lang.c (c_language_defn, cplus_language_defn)
2241 (asm_language_defn, minimal_language_defn): Ditto.
2242 * f-lang.c (f_language_defn): Ditto.
2243 * jv-lang.c (java_language_defn): Ditto.
2244 * m2-lang.c (f_language_defn): Ditto.
2245 * objc-lang.c (objc_language_defn): Ditto.
2246 * p-lang.c (pascal_language_defn): Ditto.
2247 * scm-lang.c (scm_language_defn): Ditto.
2248 * eval.c (evaluate_subexp_standard): Assume Fortran arrays are
2249 oriented large to small in type structure.
2250 * dwarf2read.c (read_array_order): New function.
2251 (read_array_type): Use read_array_order to check row/column
2252 major ordering.
2253
2254 2004-08-27 Nathan J. Williams <nathanw@wasabisystems.com>
2255
2256 * target.c (target_resize_to_sections): Check
2257 current_target.to_sections for an old value when updating.
2258
2259 2004-08-27 Joel Brobecker <brobecker@gnat.com>
2260
2261 * procfs.c (dbx_link_bpt_addr): New static global variable.
2262 (dbx_link_shadow_contents): New static global variable.
2263 (procfs_wait, case <PR_SYSEXIT>): Handle syssgi events.
2264 (procfs_wait, case <FLTBPT>): Remove the __dbx_link brekapoint
2265 if we just hit it.
2266 (procfs_init_inferior): Enable syssgi() syscall trace if appropriate.
2267 Reset dbx_link_bpt_addr as the address of __dbx_link() may change
2268 from run to run.
2269 (procfs_create_inferior): Remove syssgi syscall-exit notifications
2270 after the inferior has been forked.
2271 (remove_dbx_link_breakpoint): New function.
2272 (dbx_link_addr): New function.
2273 (insert_dbx_link_bpt_in_file): New function.
2274 (insert_dbx_link_bpt_in_region): New function.
2275 (insert_dbx_link_breakpoint): New function.
2276 (proc_trace_syscalls_1): New function, extracted from
2277 proc_trace_syscalls.
2278 (proc_trace_syscalls): Replace extract code by call to
2279 proc_trace_syscalls_1.
2280 * solib-irix.c (disable_break): Remove stop_pc assertion, as it
2281 is no longer valid.
2282
2283 2004-08-25 Jim Blandy <jimb@redhat.com>
2284
2285 * gdbtypes.h (TYPE_CODE_ARRAY): Doc fix.
2286
2287 2004-08-25 Andrew Cagney <cagney@gnu.org>
2288
2289 * infrun.c (struct execution_control_state): Delete field
2290 "stepping_through_sigtramp".
2291 (init_execution_control_state): Do not set same.
2292 (context_switch): Do not pass same to save_infrun_state and
2293 load_infrun_state.
2294 * gdbthread.h (struct thread_info): Delete field
2295 stepping_through_sigtramp.
2296 (save_infrun_state, load_infrun_state): Delete parameter
2297 stepping_through_sigtramp.
2298 * thread.c (load_infrun_state, save_infrun_state): Update.
2299
2300 * infrun.c: Re-indent. Move expression operators to the beginning
2301 of the line. Remove long disabled #if 0 code.
2302
2303 2004-08-24 Andrew Cagney <cagney@gnu.org>
2304
2305 * doublest.h (floatformat_ieee_quad): Rename
2306 floatformat_ia64_quad.
2307 * doublest.c (floatformat_ieee_quad): Rename
2308 floatformat_ia64_quad.
2309 (_initialize_doublest): Update.
2310
2311 2004-08-24 Jim Blandy <jimb@redhat.com>
2312
2313 * dwarf2expr.h (struct dwarf_expr_context): New members
2314 'num_pieces' and 'pieces', for returning the result of an
2315 expression that uses DW_OP_piece.
2316 (struct dwarf_expr_piece): New struct type.
2317 * dwarf2expr.c (new_dwarf_expr_context): Initialize num_pieces and
2318 pieces.
2319 (free_dwarf_expr_context): Free pieces, if any.
2320 (add_piece): New function.
2321 (execute_stack_op): Implement DW_OP_piece.
2322 * dwarf2loc.c (dwarf2_evaluate_loc_desc): If the result of the
2323 expression is a list of pieces, print an error message.
2324 (dwarf2_loc_desc_needs_frame): If the expression yields
2325 pieces, and any piece is in a register, then we need a frame.
2326
2327 * dwarf2loc.c (dwarf2_evaluate_loc_desc): Wait to fetch the top of
2328 the stack until we've decided what sort of result the evaluation
2329 has produced. Use separate variables, with more specific names.
2330
2331 2004-08-23 Richard Earnshaw <rearnsha@arm.com>
2332
2333 * armnbsd-tdep.c (arm_nbsd_arm_be_breakpoint): Define.
2334 (arm_nbsd_thumb_[lb]e_breakpoint): Define.
2335 (arm_netbsd_init_abi_common): Register them.
2336
2337 2004-08-22 Mark Kettenis <kettenis@gnu.org>
2338
2339 * config/vax/vax.mh (NATDEPFILES): Add vax-nat.c.
2340
2341 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Use
2342 safe_frame_unwind_memory instead of target_read_memory.
2343
2344 * infptrace.c: Remove #ifdef'ed out inclusion of gdb_stat.h.
2345 Reorder includes.
2346 (fetch_register, store_register): Remove prototypes.
2347 (child_resume): Reorganize code and comments such that it is
2348 grouped a bit more logically.
2349 (attach): Explicitly compare errno against 0.
2350 (detach): Likewise. Use perror_with_name instead of
2351 print_sys_errmsg.
2352 * Makefile.in (infptrace.o): Update dependencies.
2353
2354 * ia64-linux-nat.c: Update copyright year.
2355 (fetch_debug_register, store_debug_register)
2356 (ia64_linux_stopped_by_watchpoint): Replace PTRACE_ARG3_TYPE with
2357 PTRACE_TYPE_ARG3.
2358 * config/ia64/nm-linux.h: Update copyright year.
2359 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Remove defines.
2360
2361 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Change argument
2362 from CORE_ADDR to struct frame_info *. Use
2363 safe_frame_unwind_memory instead of deprecated_read_memory_nobpt.
2364 (amd64_linux_sigtramp_p): Adjust for changed signature of
2365 and64_linux_sigtramp_start
2366
2367 * gdb_ptrace.h: GNU/Linux.
2368
2369 * config/alpha/nm-linux.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2370 Remove defines.
2371
2372 * infptrace.c: Include "gdb_assert.h".
2373 (PTRACE_XFER_TYPE): Remove define.
2374 (offsetof): Only define if U_REGS_OFFSET isn't defined.
2375 (fetch_register, store_register): Rewrite to use PTRACE_TYPE_RET.
2376 Tweak comment.
2377 (fetch_inferior_registers, store_inferior_registers): Remove
2378 redundant culry braces. Tweak comment. s/regno/regnum.
2379 * Makefile.in (infptrace.o): Update dependencies.
2380
2381 * configure.in: Change test for return type of ptrace to default
2382 to `long' instead of `int'.
2383 * configure: Regenerate.
2384
2385 2004-08-21 Mark Kettenis <kettenis@gnu.org>
2386
2387 * config/alpha/alpha-linux.mh (LOADLIBES): New variable.
2388
2389 * configure.in: Check for ttrace function.
2390 * configure, config.in: Regenerate.
2391
2392 * gdb_ptrace.h: New file.
2393 * infptrace.c: Include "gdb_ptrace.h" instead of <ptrace.h> or
2394 <sys/ptrace.h>.
2395 (PT_READ_I, PT_READ_D, PT_READ_U, PT_WRITE_I, PT_WRITE_D)
2396 (PT_WRITE_U, PT_CONTINUE, PT_STEP, PT_KILL): Remove defines.
2397 (attach): Don't define PT_ATTACH.
2398 (detach): Don't define PT_DETACH.
2399 * Makefile.in (gdb_ptrace_h): New variable.
2400 (infptrace.o): Update dependencies.
2401
2402 2004-08-16 Mark Kettenis <kettenis@gnu.org>
2403
2404 * inferior.h (PTRACE_ARG3_TYPE): Define as PTRACE_TYPE_ARG3
2405 instead of `int' if not already defined.
2406 (call_ptrace): Revert change that replaced PTRACE_ARG3_TYPE with
2407 PTRACE_TYPE_ARG3.
2408 * infptrace.c (call_ptrace): Revert change that replaced
2409 PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2410
2411 2004-08-15 Mark Kettenis <kettenis@gnu.org>
2412
2413 * config/i386/nm-linux64.h (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE):
2414 Remove defines.
2415
2416 * linux-nat.c (kill_inferior): Add missing third and fourth
2417 arguments to ptrace call. Don't use PTRACE_ARG3_TYPE.
2418
2419 * infptrace.c (child_xfer_memory): Replace PTRACE_XFER_TYPE with
2420 PTRACE_TYPE_RET.
2421
2422 * proc-why.c (proc_prettyfprint_why): Fix format string.
2423
2424 * solib-osf.c (osf_current_sos): Remove unsused label.
2425
2426 * configure.in: Add <ncurses/ncurses.h> to the list of possible
2427 curses headers.
2428 * configure, config.in: Regenerate.
2429 * gdb_curses.h [HAVE_NCURSES_NCURSES_H]: Include
2430 <ncurses/ncurses.h>.
2431
2432 * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define.
2433 * config/nm-nbsd.h: Update copyright year.
2434 (PTRACE_ARG3_TYPE): Remove define.
2435
2436 * sparc-nat.c (fetch_inferior_registers)
2437 (store_inferior_registers, sparc_xfer_wcookie):
2438 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2439
2440 * alphabsd-nat.c (fetch_inferior_registers):
2441 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2442 PTRACE_TYPE_ARG3.
2443 * amd64bsd-nat.c (fetch_inferior_registers)
2444 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2445 PTRACE_TYPE_ARG3.
2446 * armnbsd-nat.c: Update copyright year.
2447 (fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs)
2448 (store_register, store_regs, store_fp_register, store_fp_regs):
2449 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2450 * hppabsd-nat.c (fetch_inferior_registers)
2451 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2452 PTRACE_TYPE_ARG3.
2453 * i386bsd-nat.c (fetch_inferior_registers)
2454 (store_inferior_registers, i386bsd_dr_set, i386bsd_dr_get_status):
2455 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2456 * m68kbsd-nat.c (fetch_inferior_registers)
2457 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2458 PTRACE_TYPE_ARG3.
2459 * m88kbsd-nat.c (fetch_inferior_registers)
2460 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2461 PTRACE_TYPE_ARG3.
2462 * mipsnbsd-nat.c: Update copyright year.
2463 (fetch_inferior_registers, store_inferior_registers):
2464 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2465 * ns32knbsd-nat.c: Update copyright year.
2466 (fetch_inferior_registers, store_inferior_registers):
2467 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2468 * ppcnbsd-nat.c (fetch_inferior_registers):
2469 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2470 PTRACE_TYPE_ARG3.
2471 * ppcobsd-nat.c (fetch_inferior_registers):
2472 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2473 PTRACE_TYPE_ARG3.
2474 * shnbsd-nat.c: Update copyright year.
2475 (fetch_inferior_registers, store_inferior_registers):
2476 Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2477 * vaxbsd-nat.c (fetch_inferior_registers)
2478 (store_inferior_registers): Replace PTRACE_ARG3_TYPE with
2479 PTRACE_TYPE_ARG3.
2480
2481 * inferior.h (call_ptrace): Replace PTRACE_ARG3_TYPE with
2482 PTRACE_TYPE_ARG3.
2483 * infptrace.c (call_ptrace, child_resume, attach, detach)
2484 (U_REGS_OFFSET, fetch_register, store_register, child_xfer_memory)
2485 (udot_info): Replace PTRACE_ARG3_TYPE with PTRACE_TYPE_ARG3.
2486 * inftarg.c (ptrace_me): Replace PTRACE_ARG3_TYPE with
2487 PTRACE_TYPE_ARG3.
2488
2489 2004-08-14 Mark Kettenis <kettenis@gnu.org>
2490
2491 * defs.h: Remove out-of-date comment.
2492 [!FCLOSE_PROVIDED] (fclose): Remove prototype.
2493 [!GETENV_PROVIDED] (getenv): Remove prototype.
2494
2495 * standalone.c: Remove file.
2496 * Makefile.in (standalone.o): Remove dependency.
2497
2498 * i386-linux-nat.c (dummy_sse_values): Remove function and
2499 prototype.
2500 (i386_linux_dr_get): Fix typo in comment.
2501 (LINUX_SYSCALL_REGNUM): Define as I386_EAX_REGNUM.
2502
2503 * config/i386/obsd64.mt (TDEPFILES): Add i386obsd-tdep.o.
2504
2505 * defs.h (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
2506 from declaration.
2507 * top.c (deprecated_error_hook): Remove RETURN and ATTR_NORETURN
2508 from definition.
2509
2510 2004-08-13 Mark Kettenis <kettenis@gnu.org>
2511
2512 * configure.in (PTRACE_TYPE_ARG3, PTRACE_TYPE_ARG5): Don't use
2513 parenthesis in definition.
2514 * configure: Regenerated.
2515
2516 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
2517
2518 * PROBLEMS: Mention build/1411.
2519
2520 2004-08-09 Robert Millan <robertmh@gnu.org>
2521
2522 Committed by Nathanael Nerode.
2523 * configure.host: Match kfreebsd*-gnu and knetbsd*-gnu.
2524 * configure.tgt: Match kfreebsd*-gnu and knetbsd*-gnu.
2525
2526 2004-08-12 Andrew Cagney <cagney@gnu.org>
2527
2528 * NEWS: Mention fixes in GDB 6.2.1.
2529 * PROBLEMS: Remove mention of mips-irix.
2530
2531 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2532
2533 * config/powerpc/xm-aix.h: Delete.
2534 * config/powerpc/aix.mh (MH_FILE): Remove.
2535 * config/powerpc/aix432.mh (MH_FILE): Remove.
2536
2537 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2538
2539 * config/powerpc/aix.mh: Remove obsolete comment.
2540 * config/powerpc/aix432.mh: Likewise.
2541
2542 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2543
2544 * config/powerpc/xm-aix.h (UINT_MAX): Remove undef.
2545
2546 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2547
2548 * config/rs6000/xm-aix4.h: Remove "config/xm-aix4.h" include,
2549 this file is now empty.
2550 * config/xm-aix4.h: Remove, this file is no longer included
2551 anywhere.
2552
2553 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2554
2555 * config/powerpc/xm-aix.h: Remove "config/xm-aix4.h" include,
2556 that file is now empty.
2557 (termdef): Remove prototype, function no longer used.
2558
2559 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2560
2561 * doc/gdbint.texinfo (Host Definition): Remove documentation
2562 for USE_O_NOCTTY, no longer used.
2563 * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used.
2564 * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise.
2565
2566 2004-08-11 Joel Brobecker <brobecker@gnat.com>
2567
2568 * config/xm-aix4.h (FIVE_ARG_PTRACE): Remove, no longer used.
2569 * config/pa/nm-hppah.h (FIVE_ARG_PTRACE): Likewise.
2570 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
2571
2572 2004-08-11 Mark Kettenis <kettenis@gnu.org>
2573
2574 * infptrace.c (call_ptrace): Select code based on PTRACE_TYPE_ARG5
2575 instead of FIVE_ARG_PTRACE.
2576
2577 * inflow.c (O_NOCTTY): Define to zero if not already defined.
2578 (new_tty): Use O_NOCTTY unconditionally.
2579
2580 2004-08-10 Mark Kettenis <kettenis@gnu.org>
2581
2582 * procfs.c (procfs_detach): Cleanup. Print process ID, not LWP
2583 ID. Use comma in output. Use gdb_flush on gdb_stdout instead of
2584 fflush on stdout.
2585
2586 2004-08-10 Joel Brobecker <brobecker@gnat.com>
2587
2588 * xcoff_symfile_finish: Replace last call to xmfree by call
2589 to xfree.
2590
2591 2004-08-10 Andrew Cagney <cagney@gnu.org>
2592
2593 * main.c (captured_main): Delete call to init_malloc.
2594 * defs.h (init_malloc): Delete declaration.
2595 * utils.c (mmalloc, mrealloc, mcalloc, mfree)
2596 (init_malloc): Delete functions.
2597
2598 * defs.h (xmfree): Delete.
2599 * utils.c (xmfree): Delete function.
2600 (xfree): Inline calls to xmfree and mfree.
2601 * symmisc.c (free_symtab_block, free_symtab): Use xfree.
2602 * symfile.c (reread_symbols, init_psymbol_list): Ditto.
2603 * source.c (forget_cached_source_info, find_and_open_source): Ditto.
2604 * somread.c (som_symfile_finish): Ditto.
2605 * objfiles.c (allocate_objfile, free_objfile):
2606 * nlmread.c (nlm_symfile_finish): Ditto.
2607 * hpread.c (hpread_symfile_finish): Ditto.
2608 * elfread.c (free_elfinfo, elf_symfile_finish): Ditto.
2609 * dbxread.c (dbx_symfile_finish, free_bincl_list): Ditto.
2610 * coffread.c (coff_symfile_finish): Ditto.
2611
2612 * defs.h (xmcalloc): Delete declaration.
2613 * utils.c (xmcalloc): Delete.
2614 (xcalloc): Inline calls to xmcalloc and mcalloc.
2615 * ada-lang.c (_initialize_ada_language): Use htab_create_alloc,
2616 xcalloc and xfree.
2617 * symtab.c (create_demangled_names_hash): Ditto.
2618
2619 * defs.h (xmrealloc): Delete.
2620 * utils.c (xmrealloc): Delete.
2621 (xrealloc): Inline calls to xmrealloc, mmalloc and mrealloc.
2622 * symmisc.c (extend_psymbol_list): Use xrealloc.
2623 * source.c (find_source_lines): Ditto.
2624 * hpread.c (hpread_lookup_type): Ditto.
2625 * dbxread.c (add_bincl_to_list): Ditto.
2626
2627 * utils.c (xmmalloc): Delete.
2628 (xmalloc): Inline xmmalloc and mmalloc calls.
2629 (msavestring): Use xmalloc.
2630 * defs.h (xmmalloc): Delete declaration.
2631 * xcoffread.c (xcoff_symfile_init): Use xmalloc instead of
2632 xmmalloc.
2633 * symmisc.c (extend_psymbol_list): Ditto.
2634 * symfile.c (init_psymbol_list): Ditto.
2635 * source.c (find_source_lines): Ditto.
2636 * hpread.c (hpread_symfile_init, hpread_lookup_type): Ditto.
2637 * elfread.c (elf_symtab_read): Ditto.
2638 * dbxread.c (dbx_symfile_init, init_bincl_list): Ditto.
2639 * coffread.c (coff_symfile_init): Ditto.
2640
2641 2004-08-10 David Carlton <carlton@bactrian.org>
2642
2643 * MAINTAINERS: Remove David Carlton from c++ testsuite
2644 maintainers.
2645
2646 2004-08-10 Jerome Guitton <guitton@gnat.com>
2647
2648 * symfile.c (symbol_file_add_with_addrs_or_offsets): Make sure to
2649 print a line feed before the prompt.
2650
2651 2004-08-10 Mark Kettenis <kettenis@gnu.org>
2652
2653 * procfs.c (procfs_pid_to_str): Use "%ld" to print LWP.
2654
2655 2004-08-09 Joel Brobecker <brobecker@gnat.com>
2656
2657 General cleanup of the AIX xm include file:
2658 * config/xm-aix4.h (fd_set): Remove undefine.
2659 Remove include of <sys/select.h>.
2660 (HAVE_TERMIO): Remove define.
2661 (USG): Likewise.
2662 (NULL): Remove redefine.
2663 (alloca): Remove #pragma.
2664 (vfork): Remove define.
2665 (termdef): Remove.
2666 (SIGWINCH_HANDLER): Remove.
2667 (SIGWINCH_HANDLER_BODY): Remove.
2668
2669 2004-08-09 Mark Kettenis <kettenis@gnu.org>
2670
2671 * configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
2672 GDB_OSABI_OPENBSD_ELF.
2673
2674 2004-08-07 Robert Millan <robertmh@gnu.org>
2675
2676 * bsd-kvm.c: Check for nlist.h before including it.
2677
2678 2004-08-09 Mark Kettenis <kettenis@gnu.org>
2679
2680 * i386bsd-nat.c (_initialize_i386bsd_nat): Remove `struct
2681 sigcontext' offset consistency checks for ancient BSD.
2682
2683 * gdb_curses.h [HAVE_CURSESX_H]: Include <cursesX.h>
2684
2685 * configure.in: Check for <sys/types.h>. Check return and
2686 argument types of ptrace.
2687 * configure, config.in: Regenerate.
2688
2689 2004-08-09 Jim Blandy <jimb@redhat.com>
2690
2691 * rs6000-tdep.c (set_sim_regno, init_sim_regno_table,
2692 rs6000_register_sim_regno): Doc fixes.
2693
2694 2004-08-08 Joel Brobecker <brobecker@gnat.com>
2695
2696 * mips-tdep.c: Include "floatformat.h".
2697 (n32n64_floatformat_always_valid): New function.
2698 (floatformat_n32n64_long_double_big): New constant.
2699 (mips_gdbarch_init): Set size and format of long double
2700 for N32 and N64 ABIs.
2701 * Makefile.in (mips-tdep.o): Update dependencies.
2702
2703 2004-08-08 Andrew Cagney <cagney@gnu.org>
2704
2705 * gdbarch.sh: Delete "fmt" and "attrib" fields. Always use %s to
2706 print. Improve script's error messages.
2707 * gdbarch.h: Re-generate.
2708
2709 * gdbarch.sh (pformat): New function.
2710 (float_format, double_format, long_double_format): List with bit
2711 members. Use pformat when printing.
2712 * gdbarch.c, gdbarch.h: Re-generate.
2713
2714 2004-08-08 Nathan J. Williams <nathanw@wasabisystems.com>
2715
2716 * ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
2717 "gdbcore.h", "regcache.h", and "bsd-kvm.h".
2718 (ppcnbsd_supply_pcb): New function.
2719 (_initialize_ppcnbsd_nat): New prototype and function.
2720 * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o.
2721 (LOADLIBES): New variable.
2722 * Makefile.in (ppcnbsd-nat.o): Update dependencies.
2723
2724 2004-08-08 Andrew Cagney <cagney@gnu.org>
2725
2726 * gdbtypes.c (builtin_type_arm_ext, builtin_type_ieee_single)
2727 (builtin_type_ieee_double, builtin_type_ia64_quad)
2728 (builtin_type_ia64_spill, _initialize_gdbtypes): Add tables of
2729 BE/LE floating-point types.
2730 * gdbtypes.h (builtin_type_arm_ext, builtin_type_ieee_single)
2731 (builtin_type_ieee_double, builtin_type_ia64_quad)
2732 (builtin_type_ia64_spill): Declare.
2733 * doublest.c (_initialize_doublest, floatformat_ieee_single)
2734 (floatformat_ieee_double, floatformat_arm_ext)
2735 (floatformat_ia64_spill, floatformat_ia64_quad): Add tables
2736 of LE/BE floatformats.
2737 * doublest.h: (struct floatformat, floatformat_ieee_single)
2738 (floatformat_ieee_double, floatformat_arm_ext)
2739 (floatformat_ia64_spill, floatformat_ia64_quad): Declare.
2740
2741 2004-08-08 Mark Kettenis <kettenis@gnu.org>
2742
2743 * i386gnu-nat.c (gnu_store_registers): Fix typo.
2744
2745 * i386gnu-nat.c (gnu_store_registers): Use regcache_raw_collect
2746 instead of regcache_raw_supply when storing the registers.
2747
2748 * i386gnu-nat.c: Update copyright year.
2749 (gnu_store_registers): Don't use deprecated_registers and
2750 deprecated_registers_valid. Use regcache_valid_p and
2751 regcache_raw_supply instead.
2752
2753 * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of
2754 frame_pc_unwind.
2755
2756 * procfs.c (procfs_pid_to_str): Remove redundant and unused
2757 variables. Incapitalized "process".
2758
2759 * configure.in: Add cursesX to the list of possible curses libs.
2760 Add cursesX.h to the list of possible curses headers.
2761 * configure, config.in: Regenerate.
2762
2763 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2764
2765 * configure.in: Test for struct lwp in <sys/lwp.h>.
2766 * bsd-kvm.c (bsd_kvm_proc_cmd): If HAVE_STRUCT_LWP is defined, use
2767 the offset of l_addr in struct lwp.
2768
2769 2004-08-07 Nathan J. Williams <nathanw@wasabisystems.com>
2770
2771 * bsd-kvm.c: Include "gdbcore.h"
2772 (bsd_kvm_open): Use get_exec_file() to set 'execfile'.
2773
2774 2004-08-07 Andrew Cagney <cagney@gnu.org>
2775
2776 * gdbtypes.c (build_flt, build_complex): New functions.
2777 (gdbtypes_post_init): Use.
2778
2779 * doublest.c (floatformat_from_length): Fix tipo, "*" not "&".
2780
2781 * gdbtypes.c (_initialize_gdbtypes): Do not swap builtin_type_int8
2782 through to builtin_type_uint128.
2783
2784 * c-exp.y: Use builtin_type function to obtain builtin types.
2785
2786 * gdbtypes.h (struct builtin_type): Delete builtin_int0 through to
2787 builtin_uint128.
2788 * gdbtypes.c (gdbtypes_post_init): Update.
2789 (build_gdbtypes): Move initialization of builtin_type_int0
2790 through to builtin_type_uint128 from here ...
2791 (_initialize_gdbtypes): ... to here.
2792 * d10v-tdep.c (d10v_register_type): Update.
2793
2794 * doublest.c: Update copyright.
2795 (floatformat_from_length): Call error when floatformat is NULL.
2796 (extract_floating_by_length): Remove NULL fmt check.
2797 (store_floating_by_length): Ditto.
2798
2799 2004-08-07 Andrew Cagney <cagney@gnu.org>
2800
2801 * regcache.c (regcache_raw_read): For the moment, #ifdef assert
2802 that the register is valid.
2803
2804 2004-08-05 Mark Kettenis <kettenis@chello.nl>
2805
2806 * i386-linux-tdep.c (i386_linux_sigtramp_start)
2807 (i386_linux_rt_sigtramp_start): Change argument from CORE_ADDR to
2808 struct frame_info *. Use safe_frame_unwind_memory instead of
2809 deprecated_read_memory_nobpt.
2810 (i386_linux_sigtramp_p, i386_linux_sigcontext_addr): Adjust for
2811 changed signature of i386_linux_sigtramp_start and
2812 i386_linux_rt_sigtramp_start.
2813
2814 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Change argument from
2815 CORE_ADDR to struct frame_info *. Use safe_frame_unwind_memory
2816 instead of deprecated_read_memory_nobpt.
2817 (i386nbsd_sigtramp_p): Adjust for changed signature of
2818 i386nbsd_sigtramp_offset.
2819
2820 * i386obsd-tdep.c (i386obsd_sigtramp_p): Use
2821 safe_frame_unwind_memory instead of target_read_memory.
2822
2823 * infptrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2824 !NO_SYS_FILE.
2825 [KERNEL_U_ADDR_BSD]: Don't include <a.out.h>.
2826 [KERNEL_U_ADDR_BSD] (kernel_u_addr): Remove variable.
2827 (_initialize_kernel_u_addr): Remove prototype and function.
2828 * infttrace.c: Include <sys/file.h> if HAVE_SYS_FILE_H instead of
2829 !NO_SYS_FILE.
2830 * xcoffread.c: Likewise.
2831
2832 2004-08-06 Mark Kettenis <kettenis@gnu.org>
2833
2834 * vax-nat.c: New file.
2835 * vaxbsd-nat.c: Tweak comment.
2836 * Makefile.in (ALLDEPFILES): Add vax-nat.c, vaxbsd-nat.c and
2837 vaxnbsd-tdep.c.
2838 (vax-nat.o): New dependency.
2839 * configure.host (vax-*-bsd*, vax-*-ultrix*): Set gdb_host to vax.
2840 (vax-*-ultrix2*): Remove.
2841 * config/vax/vax.mh: New file.
2842 * config/vax/nm-vax.h (vax_kernel_u_addr): New extern declaration.
2843 (KERNEL_U_ADDR): Define as vax_kernel_u_addr.
2844 (vax_register_u_addr): New prototype.
2845 (REGISTER_U_ADDR): Define using vax_register_u_addr.
2846 * config/vax/vaxult2.mh: Remove file.
2847 * config/vax/vaxult.mh: Remove file.
2848 * config/vax/vaxbsd.mh: Remove file.
2849 * config/vax/vax.mt (TM_FILE): Remove.
2850 * config/vax/tm-vaxbsd.h: Remove file.
2851
2852 2004-08-06 Joel Brobecker <brobecker@gnat.com>
2853
2854 * aix-thread.c (get_signaled_thread): New function.
2855 (iter_trap): Delete, no longer used.
2856 (iter_tid): New function.
2857 (pd_update): Find the thread that received the SIGTRAP signal
2858 by first locating the kernel thread, and then finding its
2859 associated thread.
2860
2861 2004-08-06 Ulrich Weigand <uweigand@de.ibm.com>
2862
2863 * lin-lwp.c (child_wait): Continue inferior after processing
2864 PTRACE_EVENT_CLONE event.
2865
2866 2004-08-05 Nathanael Nerode <neroden@gcc.gnu.org>
2867
2868 * MAINTAINERS: Add self to Write-After-Approval.
2869
2870 2004-08-05 Jeff Johnston <jjohnstn@redhat.com>
2871
2872 * libunwind-frame.c (LIBUNWIND_SO): Change to be of form:
2873 libunwind-xxxx.so" where xxxx is UNW_TARGET.
2874
2875 2004-08-05 Andrew Cagney <cagney@gnu.org>
2876
2877 * config/xm-sysv4.h: Delete file.
2878 * config/mips/xm-irix5.h: Delete file.
2879 * config/mips/irix6.mh (XM_FILE, XM_CLIBS): Delete.
2880 * config/mips/irix5.mh (XM_FILE, XM_CLIBS): Delete.
2881 * config/ia64/xm-aix.h: Delete file.
2882 * config/ia64/aix.mh (XM_FILE): Delete.
2883 * config/pa/xm-hppah.h: Delete file.
2884 * config/pa/hpux11w.mh (XM_FILE): Delete.
2885 * config/pa/hpux11.mh (XM_FILE): Delete.
2886 * config/pa/hpux1020.mh (XM_FILE): Delete.
2887 * config/pa/hppahpux.mh (XM_FILE): Delete.
2888
2889 * config/alpha/xm-alphalinux.h: Delete file.
2890 * config/djgpp/fnchange.lst: Do not fix xm-alphalinux.h.
2891 * config/alpha/alpha-linux.mh (XM_FILE, LOADLIBES): Delete.
2892 * config/alpha/xm-alphaosf.h: Delete file.
2893 * config/djgpp/fnchange.lst: Do not fix xm-alphaosf.h.
2894 * config/alpha/alpha-osf3.mh (XM_FILE): Delete.
2895 * config/alpha/alpha-osf2.mh (XM_FILE): Delete.
2896 * config/alpha/alpha-osf1.mh (XM_FILE): Delete.
2897
2898 * config/i386/xm-i386v.h: Delete file.
2899 * config/i386/i386v.mh (XM_FILE, XM_CLIBS): Delete.
2900 * config/i386/i386sco5.mh (XM_FILE, XM_CLIBS): Delete.
2901 * config/i386/xm-i386sco.h: Delete file.
2902 * config/i386/i386sco4.mh (XM_FILE, XM_CLIBS, MH_CFLAGS): Delete.
2903 * config/i386/i386sco.mh (XM_FILE, XM_CLIBS, CC): Delete.
2904 * config/i386/xm-i386v4.h: Delete file.
2905 * config/djgpp/fnchange.lst: Do not fix xm-i386v4.h.
2906 * config/i386/ncr3000.mh (CC, CFLAGS, XM_FILE): Delete.
2907 * config/i386/i386v42mp.mh (XM_FILE, XM_CLIBS): Delete.
2908 * config/i386/i386v4.mh (XM_FILE, XM_CLIBS): Delete.
2909
2910 * config/vax/xm-vax.h: Delete file.
2911 * Makefile.in (xm-vaxult.h, xm-vaxbsd.h): Delete.
2912 * config/vax/xm-vaxult2.h: Delete file.
2913 * config/djgpp/fnchange.lst: Do not fix xm-vaxult2.h.
2914 * config/vax/vaxult2.mh (XM_FILE): Delete.
2915 * config/vax/xm-vaxult.h: Delete file.
2916 * config/vax/vaxult.mh (XM_FILE): Delete.
2917 * config/vax/xm-vaxbsd.h: Delete file.
2918 * config/vax/vaxbsd.mh (XM_FILE): Delete.
2919
2920 * gdbarch.sh (deprecated_frame_saved_pc): Delete.
2921 * gdbarch.h, gdbarch.c: Re-generate.
2922 * regcache.c (deprecated_read_fp, deprecated_write_sp): Delete.
2923 * inferior.h (deprecated_read_fp, deprecated_write_sp): Delete.
2924 * frame.h: Delete deprecated_read_fp from comments.
2925 * arch-utils.c (deprecated_init_frame_pc_default): Delete.
2926 * arch-utils.h (deprecated_init_frame_pc_default): Delete.
2927
2928 2004-08-04 Mark Kettenis <kettenis@gnu.org>
2929
2930 * i386obsd-tdep.c (i386obsd_sigtramp_p): Adjust for changed signal
2931 trampoline in OpenBSD 3.5-current.
2932
2933 * i387-tdep.c (i387_supply_fsave): Provide summy values for the
2934 SSE registers.
2935
2936 * Makefile.in: Remove embedded page breaks.
2937
2938 2004-08-04 Jim Blandy <jimb@redhat.com>
2939
2940 * regcache.c (regcache_raw_read): Assert that, after calling
2941 target_fetch_registers, the register we're reading is cached.
2942
2943 * ppc-linux-nat.c (fetch_register): Replace 'gdb_assert (0)' with
2944 a call to 'internal_error', with a more helpful error message.
2945 * rs6000-tdep.c (e500_pseudo_register_read,
2946 e500_pseudo_register_write, rs6000_store_return_value): Same.
2947
2948 2004-08-04 Andrew Cagney <cagney@gnu.org>
2949
2950 * Makefile.in: Update dependencies.
2951
2952 2004-08-04 Jim Blandy <jimb@redhat.com>
2953
2954 Change the layout of the PowerPC E500 raw register cache to allow
2955 the lower 32-bit halves of the GPRS to be their own raw registers,
2956 not pseudoregisters.
2957 * ppc-tdep.h (struct gdbarch_tdep): Remove ppc_gprs_pseudo_p flag;
2958 add ppc_ev0_upper_regnum flag.
2959 * rs6000-tdep.c: #include "reggroups.h".
2960 (spe_register_p): Recognize the ev upper half registers as SPE
2961 registers.
2962 (init_sim_regno_table): Build gdb->sim mappings for the upper-half
2963 registers.
2964 (e500_move_ev_register): New function.
2965 (e500_pseudo_register_read, e500_pseudo_register_write): The 'ev'
2966 vector registers are the pseudo-registers now, formed by splicing
2967 together the gprs and the upper-half registers.
2968 (e500_register_reggroup_p): New function.
2969 (P): Macro deleted.
2970 (P8, A4): New macro.
2971 (PPC_EV_REGS, PPC_GPRS_PSEUDO_REGS): Macros deleted.
2972 (PPC_SPE_GP_REGS, PPC_SPE_UPPER_GP_REGS, PPC_EV_PSEUDO_REGS): New
2973 macros.
2974 (registers_e500): Rearrange register set so that the raw register
2975 set contains 32-bit GPRs and upper-half registers, and the SPE
2976 vector registers become pseudo-registers.
2977 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gprs_pseudo_p;
2978 it has been deleted. Initialize ppc_ev0_upper_regnum. Many other
2979 register numbers are now the same for the E500 as they are for
2980 other PowerPC variants. Register e500_register_reggroup_p as the
2981 register group function for the E500.
2982 * Makefile.in (rs6000-tdep.o): Update dependencies.
2983
2984 Adapt PPC E500 native support to the new raw regcache layout.
2985 * ppc-linux-nat.c (struct gdb_evrregset_t): Doc fixes.
2986 (read_spliced_spe_reg, write_spliced_spe_reg): Deleted.
2987 (fetch_spe_register, store_spe_register): Handle fetching/storing
2988 all the SPE registers at once, if regno == -1. These now take
2989 over the job of fetch_spe_registers and store_spe_registers.
2990 (fetch_spe_registers, store_spe_registers): Deleted.
2991 (fetch_ppc_registers, store_ppc_registers): Fetch/store gprs
2992 unconditionally; they're always raw. Fetch/store SPE upper half
2993 registers, if present, instead of ev registers.
2994 (fetch_register, store_register): Remove sanity checks: gprs are
2995 never pseudo-registers now, so we never need to even mention any
2996 registers that are ever pseudoregisters.
2997
2998 Use a fixed register numbering when communicating with the PowerPC
2999 simulator.
3000 * ppc-tdep.h (struct gdbarch_tdep): New member: 'sim_regno'.
3001 * rs6000-tdep.c: #include "sim-regno.h" and "gdb/sim-ppc.h".
3002 (set_sim_regno, init_sim_regno_table, rs6000_register_sim_regno):
3003 New functions.
3004 (rs6000_gdbarch_init): Register rs6000_register_sim_regno. Call
3005 init_sim_regno_table.
3006 * Makefile.in (gdb_sim_ppc_h): New variable.
3007 (rs6000-tdep.o): Update dependencies.
3008
3009 2004-08-02 Andrew Cagney <cagney@gnu.org>
3010
3011 * cris-tdep.c (cris_register_size): Restore function, still used
3012 locally.
3013
3014 * gdbarch.sh (deprecated_target_read_fp)
3015 (deprecated_frame_locals_address, deprecated_frame_args_address)
3016 (deprecated_frame_chain_valid, deprecated_frame_chain)
3017 (deprecated_init_extra_frame_info, deprecated_pop_frame)
3018 (deprecated_frame_init_saved_regs, deprecated_get_saved_register)
3019 (deprecated_do_registers_info, deprecated_init_frame_pc): Delete.
3020 * gdbarch.h, gdbarch.c: Re-generate.
3021 * regcache.c (deprecated_read_fp): Do not call
3022 DEPRECATED_TARGET_READ_FP_P.
3023 * infcmd.c (default_print_registers_info): Do not call
3024 DEPRECATED_DO_REGISTERS_INFO.
3025 * frame-base.c (default_frame_locals_address): Do not call
3026 DEPRECATED_FRAME_LOCALS_ADDRESS.
3027 (default_frame_args_address): Do not call
3028 DEPRECATED_FRAME_ARGS_ADDRESS.
3029
3030 * gdbarch.sh (deprecated_register_raw_size)
3031 (deprecated_register_virtual_size:int): Delete.
3032 * gdbarch.h, gdbarch.c: Re-generate.
3033 * cris-tdep.c (cris_register_size): Delete.
3034 (cris_gdbarch_init): Update.
3035 * alpha-tdep.c (alpha_register_raw_size)
3036 (alpha_register_virtual_size): Delete.
3037 (alpha_gdbarch_init): Update.
3038
3039 * gdbarch.sh (deprecated_register_virtual_type)
3040 (deprecated_save_dummy_frame_tos, deprecated_push_return_address)
3041 (deprecated_dummy_write_sp): Delete.
3042 * gdbarch.h, gdbarch.c: Re-generate.
3043
3044 * gdbarch.sh (deprecated_register_bytes): Delete.
3045 * gdbarch.h, gdbarch.c: Re-generate.
3046 * regcache.c (deprecated_register_bytes): New function.
3047 * regcache.h (deprecated_register_bytes): Declare.
3048 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
3049 * v850-tdep.c (v850_gdbarch_init): Update.
3050 * sh64-tdep.c (sh64_gdbarch_init): Update.
3051 * ns32k-tdep.c (ns32k_gdbarch_init_32082): Update.
3052 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
3053 * mcore-tdep.c (mcore_gdbarch_init): Update.
3054 * cris-tdep.c (cris_gdbarch_init): Update.
3055 * arm-tdep.c (arm_gdbarch_init): Update.
3056 * remote.c (init_remote_state): Update.
3057 * remote-vx.c (vx_prepare_to_store): Update.
3058 * remote-sds.c (sds_fetch_registers, sds_prepare_to_store): Update.
3059 * irix5-nat.c (fetch_core_registers): Update.
3060 * cris-tdep.c (cris_register_bytes_ok): Update.
3061 * config/nm-gnu.h (CHILD_PREPARE_TO_STORE): Update.
3062
3063 * mips-tdep.c (mips_gdbarch_init, mips_insn16_frame_cache)
3064 (mips_insn16_frame_this_id, mips_insn16_frame_prev_register)
3065 (mips_insn16_frame_unwind, mips_insn16_frame_sniffer)
3066 (mips_insn16_frame_base_address, mips_insn16_frame_base)
3067 (mips_insn16_frame_base_sniffer, mips_insn32_frame_cache)
3068 (mips_insn32_frame_this_id, mips_insn32_frame_prev_register)
3069 (mips_insn32_frame_unwind, mips_insn32_frame_sniffer)
3070 (mips_insn32_frame_base_address, mips_insn32_frame_base)
3071 (mips_insn32_frame_base_sniffer): Replace mips16 / mips32 prefix
3072 with mips_insn16 and mips_insn32.
3073
3074 Replace DEPRECATED_REGISTER_RAW_SIZE with register_size.
3075 * rs6000-tdep.c (rs6000_push_dummy_call)
3076 (rs6000_extract_return_value): Use register_size.
3077 * xstormy16-tdep.c (xstormy16_get_saved_register)
3078 (xstormy16_extract_return_value): Ditto.
3079 * valops.c (value_assign): Ditto.
3080 * v850ice.c (v850ice_fetch_registers, v850ice_store_registers):
3081 * v850-tdep.c (v850_extract_return_value): Ditto.
3082 * tracepoint.c (collect_symbol): Ditto.
3083 * target.c (debug_print_register): Ditto.
3084 * stack.c (frame_info): Ditto.
3085 * rs6000-nat.c (ARCH64, fetch_register, store_register): Ditto.
3086 * rom68k-rom.c (rom68k_supply_one_register): Ditto.
3087 * remote.c (struct packet_reg, remote_wait, remote_async_wait)
3088 (store_register_using_P): Ditto.
3089 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
3090 * remote-sim.c (gdbsim_fetch_register, gdbsim_store_register): Ditto.
3091 * remote-mips.c (mips_wait, mips_fetch_registers): Ditto.
3092 * remote-e7000.c (fetch_regs_from_dump, sub2_from_pc): Ditto.
3093 * regcache.c (deprecated_read_register_bytes)
3094 (deprecated_write_register_bytes, read_register)
3095 (write_register): Ditto.
3096 * ppc-linux-nat.c (fetch_altivec_register, fetch_register)
3097 (supply_vrregset, store_altivec_register, fill_vrregset): Ditto.
3098 * monitor.c (monitor_supply_register, monitor_fetch_register)
3099 (monitor_store_register): Ditto.
3100 * mn10300-tdep.c (mn10300_pop_frame_regular)
3101 (mn10300_print_register): Ditto.
3102 * mipsv4-nat.c (fill_fpregset): Ditto.
3103 * mips-linux-tdep.c (supply_32bit_reg, fill_fpregset)
3104 (mips64_fill_fpregset): Ditto.
3105 * mi/mi-main.c (register_changed_p, get_register)
3106 (mi_cmd_data_write_register_values): Ditto.
3107 * lynx-nat.c (fetch_inferior_registers, store_inferior_registers):
3108 * irix5-nat.c (fill_gregset, fetch_core_registers):
3109 * infrun.c (write_inferior_status_register): Ditto.
3110 * infptrace.c (fetch_register, store_register): Ditto.
3111 * infcmd.c (default_print_registers_info): Ditto.
3112 * ia64-linux-nat.c (COPY_REG, fill_fpregset): Ditto.
3113 * ia64-aix-nat.c (COPY_REG, fill_gregset): Ditto.
3114 * i386gnu-nat.c (gnu_store_registers, fill): Ditto.
3115 * hpux-thread.c (hpux_thread_fetch_registers)
3116 (hpux_thread_store_registers): Ditto.
3117 * hppah-nat.c (store_inferior_registers, fetch_register):
3118 * findvar.c (value_from_register): Ditto.
3119 * dve3900-rom.c (fetch_bitmapped_register):
3120 * cris-tdep.c (cris_gdbarch_init): Ditto.
3121 * alpha-tdep.h: Ditto.
3122 * aix-thread.c (pd_enable, fill_sprs64, fill_sprs32): Ditto.
3123
3124 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_SIZE and
3125 DEPRECATED_REGISTER_RAW_SIZE from comments.
3126 * regcache.c (init_regcache_descr, regcache_dump): Do not check or
3127 use DEPRECATED_REGISTER_VIRTUAL_SIZE and
3128 DEPRECATED_REGISTER_RAW_SIZE.
3129 * findvar.c (value_of_register): Simplify by assuming that the
3130 registers raw and virtual sizes are identical.
3131 * regcache.h: Delete DEPRECATED_REGISTER_VIRTUAL_TYPE in
3132 comment.
3133 * arch-utils.c (generic_register_size): Simplify by assuming
3134 register_type.
3135
3136 * regcache.c (legacy_read_register_gen, real_register)
3137 (legacy_write_register_gen): Delete, not used.
3138
3139 * regcache.c (struct regcache_descr): Delete legacy_p.
3140 (init_legacy_regcache_descr): Delete function.
3141 (init_regcache_descr): Delete call to init_legacy_regcache_descr.
3142 Do not use deprecated register functions.
3143 (regcache_raw_read, deprecated_write_register_gen):
3144 (deprecated_read_register_gen, regcache_raw_write): Delete code
3145 predicated on legacy_p.
3146 (register_size): Delete check against register raw size.
3147
3148 * cris-tdep.c (cris_register_type): Replace
3149 cris_register_virtual_type.
3150 (cris_gdbarch_init): Update, set register_type.
3151
3152 * gdbarch.sh (deprecated_frameless_function_invocation): Delete.
3153 * gdbarch.h, gdbarch.c: Re-generate.
3154 * arm-tdep.c (arm_frameless_function_invocation): Delete.
3155 (arm_gdbarch_init) Do not set frameless function invocation.
3156 * frame.h (legacy_frameless_look_for_prologue): Delete declaration.
3157 * blockframe.c (legacy_frameless_look_for_prologue): Delete function.
3158 * frv-tdep.c (frv_frameless_function_invocation): Delete.
3159 (frv_gdbarch_init): Do not set frameless function invocation.
3160 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
3161 * sh-tdep.c (sh_gdbarch_init): Ditto.
3162 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
3163 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
3164 * avr-tdep.c (avr_gdbarch_init): Ditto.
3165
3166 * blockframe.c (legacy_frame_chain_valid): Delete function.
3167
3168 * dummy-frame.c (struct dummy_frame): Delete call_lo, call_hi, top
3169 and pc. Update comments.
3170 (pc_in_dummy_frame): Delete function.
3171 (deprecated_pc_in_call_dummy): Inline old pc_in_dummy_frame code,
3172 use the "id".
3173 (dummy_frame_push, dummy_frame_sniffer): Instead of call_lo,
3174 call_hi, top and pc, use the id.
3175 (fprint_dummy_frames): Do not print call_lo, call_hi, top and pc.
3176
3177 * dummy-frame.c: Include "gdb_string.h".
3178 (generic_save_call_dummy_addr, generic_push_dummy_frame)
3179 (generic_save_dummy_frame_tos): Delete.
3180 (dummy_frame_push): New function, replaces above.
3181 * dummy-frame.h: Update copyright.
3182 (dummy_frame_push): Declare.
3183 * frame.h (generic_save_dummy_frame_tos, generic_push_dummy_frame)
3184 (generic_save_call_dummy_addr): Delete declarations.
3185 * infcall.c: Include "dummy-frame.h".
3186 (call_function_by_hand): Add locals caller_regcache,
3187 caller_regcache_cleanup and dummy_id. Replace push_dummy_frame
3188 with call to frame_save_as_regcache plus cleanup. Delete calls to
3189 generic_save_call_dummy_addr and generic_save_dummy_frame_tos.
3190 Move clear_proceed_status to just before the resume, add call to
3191 dummy_frame_push (discard cleanup).
3192 * Makefile.in (infcall.o): Add $(dummy_frame_h).
3193 (dummy-frame.o): Add $(gdb_string_h).
3194
3195 2004-08-01 Andrew Cagney <cagney@gnu.org>
3196
3197 * dummy-frame.h (dummy_frame_unwind): Replace dummy_frame_sniffer.
3198 * frame-unwind.c (frame_unwind_init): Use dummy_frame_unwind.
3199 * dummy-frame.c (find_dummy_frame): Delete.
3200 (struct dummy_frame_cache, dummy_frame_sniffer)
3201 (dummy_frame_prev_register, dummy_frame_this_id)
3202 (dummy_frame_unwinder, dummy_frame_unwind): Re-implement dummy
3203 frame unwinder using a dummy_frame_cache.
3204
3205 2004-08-01 Andrew Cagney <cagney@gnu.org>
3206
3207 * frame.h (frame_save_as_regcache): Declare.
3208 * frame.c (frame_save_as_regcache): New function.
3209 (do_frame_read_register): Replace do_frame_unwind_register.
3210 (frame_pop): Use frame_save_as_regcache.
3211 * dummy-frame.c (generic_push_dummy_frame): Use
3212 frame_save_as_regcache.
3213
3214 2004-08-01 Joel Brobecker <brobecker@gnat.com>
3215
3216 * dwarf2read.c (dwarf_decode_lines): Do not consider the current
3217 file as included until we record the first line in the linetable.
3218
3219 2004-08-01 Andrew Cagney <cagney@gnu.org>
3220
3221 * frame.h (deprecated_pop_dummy_frame)
3222 (deprecated_read_register_dummy)
3223 (deprecated_generic_find_dummy_frame): Delete.
3224 * dummy-frame.c (deprecated_generic_find_dummy_frame)
3225 (deprecated_read_register_dummy)
3226 (deprecated_find_dummy_frame_regcache)
3227 (discard_innermost_dummy)
3228 (deprecated_pop_dummy_frame): Delete.
3229 (dummy_frame_this_id): Simplify.
3230 (struct dummy_frame): Delete "fp" and "sp".
3231 (find_dummy_frame): Simplify.
3232 (generic_push_dummy_frame): Do not set "fp" or "sp".
3233 (fprint_dummy_frames): Do not print "fp" and "sp"
3234
3235 2004-08-01 Mark Kettenis <kettenis@gnu.org>
3236
3237 * i386-tdep.c (I386_MAX_INSN_LEN): New define.
3238 (struct i386_insn): New structure.
3239 (i386_match_insn): New function.
3240 (i386_frame_setup_skip_insns): New variable.
3241 (i386_analyze_frame_setup): Change to use i386_match_insn and the
3242 array i386_frame_setup_insns of instructions that should be
3243 skipped inside the frame setup sequence.
3244
3245 2004-08-01 Andrew Cagney <cagney@gnu.org>
3246
3247 * frame.h (deprecated_frame_xmalloc_with_cleanup)
3248 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3249 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3250 * stack.c (frame_info): Delete references to
3251 DEPRECATED_FRAME_INIT_SAVED_REGS and
3252 deprecated_get_frame_saved_regs.
3253 * frame.c (struct frame_info): Delete saved_regs and extra_info.
3254 (frame_pc_unwind): Do not use DEPRECATED_FRAME_SAVED_PC.
3255 (frame_register): Do not use DEPRECATED_GET_SAVED_REGISTER.
3256 (frame_unwind_register_signed)
3257 (frame_unwind_register_unsigned)
3258 (frame_unwind_unsigned_register): Use register_size.
3259 (create_new_frame): Do not use DEPRECATED_INIT_EXTRA_FRAME_INFO.
3260 (deprecated_frame_xmalloc_with_cleanup)
3261 (frame_saved_regs_zalloc, frame_extra_info_zalloc)
3262 (get_frame_extra_info, deprecated_get_frame_saved_regs): Delete.
3263
3264 * sh-tdep.c (sh_gdbarch_init): Disable call to sh64_gdbarch_init.
3265 * config/sh/nbsd.mt (TDEPFILES): Remove sh64-tdep.o.
3266 * config/sh/linux.mt (TDEPFILES): Remove sh64-tdep.o.
3267 * config/sh/embed.mt (TDEPFILES): Remove sh64-tdep.o.
3268
3269 * infcall.c (call_function_by_hand): Do not use
3270 DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP,
3271 DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_TARGET_READ_FP,
3272 DEPRECATED_FP_REGNUM, DEPRECATED_STORE_STRUCT_RETURN, and
3273 DEPRECATED_STACK_ALIGN.
3274
3275 2004-07-30 Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>
3276
3277 Committed by Andrew Cagney.
3278 * arm-tdep.c: Remove references to add_setshow_cmd_full for apcs32 .
3279
3280 2004-08-01 Andrew Cagney <cagney@gnu.org>
3281
3282 * mips-tdep.c (mips16_frame_cache)
3283 (mips16_frame_this_id, mips16_frame_prev_register)
3284 (mips16_frame_unwind, mips16_frame_sniffer)
3285 (mips16_frame_base_address, mips16_frame_base)
3286 (mips16_frame_base_sniffer, mips32_frame_cache)
3287 (mips32_frame_this_id, mips32_frame_prev_register)
3288 (mips32_frame_unwind, mips32_frame_sniffer)
3289 (mips32_frame_base_address, mips32_frame_base)
3290 (mips32_frame_base_sniffer): Clone the mdebug unwinder into
3291 separate heuristic mips16 and mips32 unwinders.
3292 (mips_stub_frame_cache, mips_stub_frame_this_id)
3293 (mips_stub_frame_prev_register)
3294 (mips_stub_frame_unwind, mips_stub_frame_sniffer)
3295 (mips_stub_frame_base_address, mips_stub_frame_base)
3296 (mips_stub_frame_base_sniffer): Add a simple stub unwinder.
3297 (mips_mdebug_frame_base_sniffer, mips_mdebug_frame_sniffer): Only
3298 match true mdebug frames.
3299 (non_heuristic_proc_desc): Add forward declaration.
3300
3301 2004-08-01 Andrew Cagney <cagney@gnu.org>
3302
3303 * config/mips/tm-irix6.h: Delete file.
3304 * config/mips/tm-irix5.h: Delete file.
3305 * config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
3306 * config/mips/irix6.mt (TM_FILE): Set to tm-mips.h
3307
3308 * config/ia64/tm-linux.h (IA64_GNULINUX_TARGET): Delete.
3309 * config/alpha/nm-osf2.h (PROCFS_SIGPEND_OFFSET): Delete.
3310 * config/nm-gnu.h (NO_CORE_OPS): Delete.
3311 * config/pa/nm-hppah.h (MAY_SWITCH_FROM_INFERIOR_PID): Delete.
3312 * config/i386/nm-i386v4.h (LOSING_POLL): Delete.
3313 * config/alpha/nm-osf2.h (LOSING_POLL): Delete.
3314 * config/tm-nto.h (RAW_SIGNAL_LO, RAW_SIGNAL_HI): Delete.
3315 * config/m68k/tm-vx68.h (VX_SIZE_FPREGS): Delete.
3316 * config/nm-linux.h (USE_THREAD_STEP_NEEDED): Delete.
3317 * config/pa/nm-hppah.h (USE_THREAD_STEP_NEEDED): Delete.
3318 * config/tm-nto.h (TARGET_SIGNAL_RAW_TABLE) Delete.
3319 (TARGET_SIGNAL_RAW_VALUES): Delete.
3320 * config/pa/nm-hppah.h (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3321 Delete.
3322 * config/frv/tm-frv.h (TARGET_HW_BREAK_LIMIT)
3323 (TARGET_HW_WATCH_LIMIT): Delete.
3324 * Makefile.in (minimon_h, HFILES_NO_SRCDIR): Remove minimon.h.
3325 * minimon.h: Delete file.
3326
3327 * trad-frame.c (trad_frame_get_this_base)
3328 (trad_frame_set_this_base, trad_frame_set_reg_realreg): New
3329 functions.
3330 * trad-frame.h (trad_frame_set_this_base)
3331 (trad_frame_get_this_base, trad_frame_set_reg_realreg): Declare.
3332
3333 2004-07-31 Andrew Cagney <cagney@gnu.org>
3334
3335 * trad-frame.c (trad_frame_get_prev_register): Rename
3336 trad_frame_get_prev_register.
3337 * vax-tdep.c (vax_frame_prev_register): Update.
3338 * trad-frame.h: Update.
3339 * trad-frame.c (trad_frame_get_register): Update.
3340 * sparcobsd-tdep.c (sparc32obsd_frame_prev_register): Update.
3341 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_frame_prev_register):
3342 Update.
3343 * sparc64obsd-tdep.c (sparc64obsd_frame_prev_register): Update.
3344 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_frame_prev_register):
3345 Update.
3346 * sparc64fbsd-tdep.c (sparc64fbsd_sigtramp_frame_prev_register):
3347 Update.
3348 * sparc64-sol2-tdep.c (sparc64_sol2_sigtramp_frame_prev_register):
3349 Update.
3350 * sparc-sol2-tdep.c (sparc32_sol2_sigtramp_frame_prev_register):
3351 Update.
3352 * sparc-linux-tdep.c (sparc32_linux_sigtramp_frame_prev_register):
3353 Update.
3354 * s390-tdep.c (s390_frame_prev_register)
3355 (s390_stub_frame_prev_register)
3356 (s390_sigtramp_frame_prev_register): Update.
3357 * rs6000-tdep.c (rs6000_frame_prev_register): Update.
3358 * ppc-linux-tdep.c (ppc_linux_sigtramp_prev_register): Update.
3359 * mips-tdep.c (mips_mdebug_frame_prev_register): Update.
3360 * m88k-tdep.c (m88k_frame_prev_register)
3361 * m68hc11-tdep.c (m68hc11_frame_prev_register)
3362 * m32r-tdep.c (m32r_frame_prev_register): Update.
3363 * hppa-tdep.c (hppa_frame_prev_register_helper)
3364 * frv-tdep.c (frv_frame_prev_register): Update.
3365 * d10v-tdep.c (d10v_frame_prev_register): Update.
3366 * cris-tdep.c (cris_frame_prev_register): Update.
3367 * avr-tdep.c (avr_frame_prev_register): Update.
3368 * arm-tdep.c (arm_prologue_prev_register)
3369 (arm_sigtramp_prev_register): Update.
3370
3371 2004-07-31 Andrew Cagney <cagney@gnu.org>
3372
3373 * frame.h (legacy_saved_regs_unwind)
3374 (legacy_frame_chain_valid, legacy_frame_p)
3375 (enum frame_type): Delete UNKNOWN_FRAME.
3376 * dummy-frame.c (dummy_frame_this_id): Simplify.
3377 * frame-unwind.c (frame_unwind_find_by_frame): Simplify.
3378 * frame.c (struct frame_info): Delete the field "type".
3379 (legacy_saved_regs_prev_register, legacy_get_prev_frame)
3380 (legacy_saved_regs_this_id, legacy_saved_regs_unwinder)
3381 (legacy_saved_regs_unwind, legacy_frame_p)
3382 (frame_type_from_pc): Delete.
3383 (get_frame_id, frame_pop, frame_register_unwind, get_prev_frame_1)
3384 (fprint_frame, create_new_frame, fprint_frame_type): Simplify.
3385
3386 2004-07-31 Mark Kettenis <kettenis@gnu.org>
3387
3388 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Fix
3389 indentation.
3390
3391 * mips-nat.c: Remove file.
3392 * Makefile.in (ALLDEPFILES): Remove mips-nat.c
3393 (mips-nat.o): Remove dependency.
3394
3395 * infptrace.c: Update copyright year.
3396 (fetch_register): Pass NULL in regcache_raw_supply call instead of
3397 explicitly setting the buffer to all zeroes.
3398
3399 * sparc64obsd-tdep.c (sparc64obsd_sigreturn_offset): New variable.
3400 (sparc64obsd_pc_in_sigtramp): Reorganize to avoid goto.
3401
3402 2004-07-30 Andrew Cagney <cagney@gnu.org>
3403
3404 * GDB 6.2 released from gdb_6_2-branch.
3405
3406 2004-07-30 Baurjan Ismagulov <ibr@ata.cs.hun.edu.tr>
3407
3408 * defs.h (OPF_TRY_CWD_FIRST, OPF_SEARCH_IN_PATH): New macros.
3409
3410 * exec.c (exec_file_attach):
3411 * nto-tdep.c (nto_find_and_open_solib):
3412 * pa64solib.c (pa64_solib_sizeof_symbol_table):
3413 * solib.c (solib_open):
3414 * somsolib.c (som_solib_sizeof_symbol_table):
3415 * source.c (is_regular_file, openp, open_source_file):
3416 * symfile.c (symfile_bfd_open):
3417 * wince.c (upload_to_device): Differentiate between the search for
3418 binary and source files.
3419
3420 2004-07-30 Andrew Cagney <cagney@gnu.org>
3421
3422 * complaints.c (_initialize_complaints): Pass NULL to
3423 add_setshow_zinteger_cmd for help_doc.
3424 * cli/cli-decode.c (add_setshow_cmd_full): Handle a NULL help_doc.
3425
3426 2004-07-30 Andrew Cagney <cagney@gnu.org>
3427
3428 Fix PR i18n/761.
3429 * Makefile.in (.SUFFIXES): Add po .gmo, and .pox.
3430 (.PHONY): Add all-po install-po, uninstall-po, clean-po,
3431 $(PACKAGE).pot and update-po.
3432 (all-po, .po.gmo, .po.pox, install-po, $(PACKAGE).pot)
3433 (po/$(PACKAGE).pot, clean-po, uninstall-po, install-po)
3434 (update-po): New rules.
3435 (localedir): Define using autoconf.
3436 (diststuff): Add $(PACKAGE).pot and $(CATALOGS)
3437 (GDB_CFLAGS): Define LOCALEDIR using $(localedir).
3438 (XGETTEXT, GMSGFMT, MSGMERGE, PACKAGE, CATALOGS): Define.
3439 * configure.in: Generate CATALOGS and LINGUAS from contents of
3440 src/gdb/po/ directory. Set @localedir@ in Makefile.in.
3441 * configure: Re-generate.
3442 * po/gdbtext: New file
3443
3444 2004-07-30 Jerome Guitton <guitton@gnat.com>
3445
3446 * MAINTAINERS: Reorder Write After Approval list in alphabetical
3447 order.
3448
3449 2004-07-30 David Lecomber <dsl@sources.redhat.com>
3450
3451 * dwarf2read.c (read_file_scope): Set producer if attribute
3452 present.
3453 (struct dwarf2_cu): Added new member producer.
3454
3455 2004-07-30 Jerome Guitton <guitton@gnat.com>
3456
3457 * inflow.c (kill_command): release file handles in BFD.
3458 * exec.c (exec_file_attach): Ditto.
3459 * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
3460
3461 2004-07-29 Andrew Cagney <cagney@gnu.org>
3462
3463 * PROBLEMS (mips-irix): Note that it is broken.
3464
3465 2004-07-29 Andrew Cagney <cagney@gnu.org>
3466
3467 * config/mips/xm-irix5.h (REGISTER_U_ADDR): Move from here ...
3468 * config/mips/nm-irix5.h (REGISTER_U_ADDR): ... to here.
3469
3470 * config/xm-nbsd.h: Delete file.
3471 * config/arm/xm-nbsd.h: Delete file.
3472 * config/i386/xm-nbsd.h: Delete file.
3473 * config/ns32k/xm-nbsd.h: Delete file.
3474 * config/ns32k/nbsdaout.mh (XM_FILE): Delete.
3475 * config/i386/nbsdelf.mh (XM_FILE): Delete.
3476 * config/i386/nbsdaout.mh (XM_FILE): Delete.
3477 * config/arm/nbsdelf.mh (XM_FILE): Delete.
3478 * config/arm/nbsdaout.mh (XM_FILE): Delete.
3479
3480 * config/i386/xm-i386v.h (KERNEL_U_ADDR): Move from here ...
3481 * config/i386/nm-i386v42mp.h (KERNEL_U_ADDR): ... to here, ...
3482 * config/i386/nm-i386v4.h (KERNEL_U_ADDR): ... here, ...
3483 * config/i386/nm-i386v.h (KERNEL_U_ADDR): ... and here.
3484 * config/vax/xm-vax.h (KERNEL_U_ADDR): Move from here ...
3485 * config/vax/nm-vax.h (KERNEL_U_ADDR): ... to here.
3486
3487 * config/powerpc/xm-linux.h: Delete empty file.
3488 * config/powerpc/ppc64-linux.mh (XM_FILE): Delete.
3489 * config/powerpc/linux.mh (XM_FILE): Delete.
3490 * config/m68k/xm-linux.h: Delete empty file.
3491 * config/m68k/linux.mh (XM_FILE): Delete.
3492 * config/ia64/xm-linux.h: Delete empty file.
3493 * config/ia64/linux.mh (XM_FILE): Delete.
3494 * config/arm/xm-linux.h: Delete empty file.
3495 * config/arm/linux.mh (XM_FILE): Delete.
3496
3497 * config/powerpc/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3498 * config/powerpc/nm-linux.h (KERNEL_U_ADDR): ... to here.
3499 * config/m68k/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3500 * config/m68k/nm-linux.h (KERNEL_U_ADDR): ... to here.
3501 * config/ia64/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3502 * config/ia64/nm-linux.h (KERNEL_U_ADDR): ... to here.
3503 * config/arm/xm-linux.h (KERNEL_U_ADDR): Move from here ...
3504 * config/arm/nm-linux.h (KERNEL_U_ADDR): ... to here.
3505
3506 * config/m68k/xm-m68k.h: Delete file.
3507 * config/m68k/xm-linux.h: Do not include "m68k/xm-m68k.h". Update
3508 copyright.
3509 (HOST_LONG_DOUBLE_FORMAT): Delete macro.
3510 * config/pa/xm-linux.h: Delete empty file.
3511 * config/pa/linux.mh (XM_FILE): Delete.
3512 * config/i386/xm-i386.h: Delete empty file.
3513 * config/i386/xm-nbsd.h, config/i386/xm-go32.h: Do not include
3514 "i386/xm-i386.h".
3515 * config/i386/obsdaout.mh (XM_FILE): Delete.
3516 * config/i386/obsd64.mh (XM_FILE): Delete.
3517 * config/i386/fbsd64.mh (XM_FILE): Delete.
3518 * config/i386/nto.mh (XM_FILE): Delete.
3519 * config/i386/obsd.mh (XM_FILE): Delete.
3520 * config/i386/linux64.mh (XM_FILE): Delete.
3521 * config/i386/linux.mh (XM_FILE): Delete.
3522 * config/i386/i386sol2.mh (XM_FILE): Delete.
3523 * config/i386/i386gnu.mh (XM_FILE): Delete.
3524 * config/i386/fbsd.mh (XM_FILE): Delete.
3525 * config/i386/nbsd64.mh (XM_FILE): Delete.
3526
3527 2004-07-29 Andrew Cagney <cagney@gnu.org>
3528
3529 * config/pa/xm-linux.h: Do not include "floatformat.h".
3530 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3531 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
3532 * config/i386/xm-i386.h: Do not include "floatformat.h".
3533 (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3534 (HOST_LONG_DOUBLE_FORMAT): Delete macros.
3535 * doublest.c (HOST_FLOAT_FORMAT, HOST_DOUBLE_FORMAT)
3536 (HOST_LONG_DOUBLE_FORMAT): Delete macros. Use
3537 GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT and
3538 GDB_HOST_LONG_DOUBLE_FORMAT instead.
3539 * configure.in (GDB_HOST_FLOAT_FORMAT, GDB_HOST_DOUBLE_FORMAT)
3540 (GDB_HOST_LONG_DOUBLE_FORMAT): Define.
3541 * configure, config.in: Regenerate.
3542 * configure.host (gdb_host_float_format, gdb_host_double_format)
3543 (gdb_host_long_double_format): Set according to the host.
3544
3545 2004-07-29 Andrew Cagney <cagney@gnu.org>
3546
3547 * Makefile.in (CONFIG_CLEAN): Delete duplicate definition.
3548
3549 2004-07-28 Andrew Cagney <cagney@gnu.org>
3550
3551 * PROBLEMS: Mention threads/1650.
3552 * NEWS: Mention the NPTL fix.
3553
3554 2004-07-28 Andrew Cagney <cagney@gnu.org>
3555
3556 * cli/cli-decode.c (add_setshow_cmd): Delete function.
3557 (add_setshow_cmd_full): Make static.
3558 * command.h (add_setshow_cmd, add_setshow_cmd_full): Delete.
3559 (add_setshow_filename_cmd, add_setshow_string_cmd): Declare.
3560 * cli/cli-decode.c (add_setshow_filename_cmd)
3561 (add_setshow_string_cmd): New functions.
3562 * nto-tdep.c (_initialize_nto_tdep): Update. Fix parameters.
3563 * mips-tdep.c (_initialize_mips_tdep): Update.
3564 * m32r-rom.c (_initialize_m32r_rom): Update. Update copyright.
3565 * cli/cli-logging.c (_initialize_cli_logging): Update.
3566 * complaints.c (_initialize_complaints): Update.
3567 * remote.c (_initialize_remote): Update.
3568
3569 2004-07-28 Andrew Cagney <cagney@gnu.org>
3570
3571 * cli/cli-decode.c (add_setshow_zinteger_cmd)
3572 (add_setshow_cmd, add_setshow_auto_boolean_cmd)
3573 (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and
3574 print parameters. Make string parameters constant.
3575 * command.h: Update. Update copyright.
3576 * remote.c (add_packet_config_cmd, _initialize_remote): Ditto.
3577 * observer.c (_initialize_observer): Ditto.
3578 * frame.c (_initialize_frame): Ditto.
3579 * complaints.c (_initialize_complaints): Ditto.
3580 * maint.c (_initialize_maint_cmds): Ditto.
3581 * target.c (initialize_targets): Ditto.
3582 * cli/cli-logging.c (_initialize_cli_logging): Ditto.
3583 * infcall.c (_initialize_infcall): Ditto.
3584 * arm-tdep.c (_initialize_arm_tdep): Ditto.
3585 * m32r-rom.c (_initialize_m32r_rom): Ditto.
3586 * remote-rdi.c (_initialize_remote_rdi): Ditto.
3587 * d10v-tdep.c (_initialize_d10v_tdep): Ditto.
3588 * mips-tdep.c (_initialize_mips_tdep): Ditto.
3589
3590 2004-07-28 Andrew Cagney <cagney@gnu.org>
3591
3592 * gdbtypes.c (lookup_primitive_typename): Delete function.
3593 * gdbtypes.h (lookup_primitive_typename): Delete declaration.
3594 * ada-lex.l: Use language_lookup_primitive_type_by_name.
3595 * gdbtypes.c (lookup_typename): Ditto.
3596 * f-exp.y (yylex): Ditto.
3597 * c-exp.y (yylex): Ditto, eliminate assignment in "if".
3598
3599 * scm-lang.c (c_builtin_types): Delete extern declaration.
3600 (scm_language_defn): Replace
3601 string_char_type and primitive_type_vector with
3602 la_language_arch_info.
3603 * jv-lang.c (java_language_defn): Replace
3604 string_char_type and primitive_type_vector with
3605 la_language_arch_info.
3606 * config/i386/i386sco4.mh (NATDEPFILES): Remove reference to
3607 c_builtin_types in comment.
3608 * c-lang.h (struct language_arch_info): Declare opaque.
3609 (c_language_arch_info): Declare.
3610 (c_builtin_types): Delete declaration.
3611 * c-lang.c (c_language_arch_info): Set string_char_type to
3612 builtin_char, not builtin_true_char. Make global.
3613 (c_builtin_types): Delete array.
3614 (asm_language_defn, minimal_language_defn): Replace
3615 string_char_type and primitive_type_vector with
3616 la_language_arch_info.
3617
3618 2004-07-28 Andrew Cagney <cagney@gnu.org>
3619
3620 * gdbtypes.h (struct builtin_type): Rename true_char to
3621 builtin_true_char.
3622 * gdbtypes.c (gdbtypes_post_init): Update.
3623 * c-lang.c (arch_info): New function.
3624 (enum c_primitive_types): New enum.
3625 (c_language_defn): Instead of string_char_type and
3626 primitive_type_vector set la_language_arch_info.
3627
3628 2004-07-28 Andrew Cagney <cagney@gnu.org>
3629
3630 * language.h (struct language_arch_info): Fix typo
3631 s/primative/primitive/.
3632 * gdbtypes.c (lookup_primitive_typename): Ditto.
3633 * language.c (language_lookup_primitive_type_by_name)
3634 (unknown_language_arch_info): Ditto.
3635
3636 2004-07-27 Andrew Cagney <cagney@gnu.org>
3637
3638 * defs.h (enum language): Add nr_languages.
3639 * language.h (struct language_arch_info): Define.
3640 (struct language_defn): Add la_language_arch_info.
3641 (language_lookup_primative_type_by_name): Declare.
3642 (language_string_char_type): Declare.
3643 * language.c (_initialize_language, language_gdbarch_post_init)
3644 (struct language_gdbarch, language_gdbarch_data): Implement
3645 per-architecture language information.
3646 (unknown_language_arch_info, language_string_char_type)
3647 (language_lookup_primative_type_by_name): New functions.
3648 (unknown_language_defn, auto_language_defn)
3649 (local_language_defn): Set la_language_arch_info to
3650 unknown_language_arch_info.
3651 (unknown_builtin_types): Delete.
3652 * gdbtypes.c (lookup_primitive_typename): Use
3653 language_lookup_primative_type_by_name.
3654 (create_string_type): Use language_string_char_type.
3655 * values.c (value_from_string): Use language_string_char_type.
3656 * scm-lang.c (scm_language_defn): Add NULL la_language_arch_info.
3657 * p-lang.c (pascal_language_defn): Ditto.
3658 * m2-lang.c (m2_language_defn): Ditto.
3659 * jv-lang.c (java_language_defn): Ditto.
3660 * objc-lang.c (objc_language_defn): Ditto.
3661 * f-lang.c (f_language_defn): Ditto.
3662 * c-lang.c (c_language_defn, cplus_language_defn)
3663 (asm_language_defn, minimal_language_defn): Ditto.
3664
3665 2004-07-27 Andrew Cagney <cagney@gnu.org>
3666
3667 * gdbtypes.h (struct builtin_type): Declare.
3668 (builtin_type): Declare.
3669 * d10v-tdep.c (d10v_register_type): Use builtin_type.
3670 * gdbtypes.c (_initialize_gdbtypes): Register gdbtypes_post_init.
3671 (gdbtypes_post_init): New function.
3672 (builtin_type): New function.
3673
3674 2004-07-27 Kei Sakamoto <sakamoto.kei@renesas.com>
3675
3676 * remote-m32r-sdi.c: Fix breakpoint bug.
3677 (send_cmd, send_one_arg_cmd, send_two_arg_cmd, send_three_arg_cmd,
3678 recv_char_data, recv_long_data): New functions to replace communication
3679 sequences.
3680
3681 2004-07-26 Michael Chastain <mec.gnu@mindspring.com>
3682
3683 Document PR threads/1650.
3684 * PROBLEMS (Threads): Document problem with many threads
3685
3686 2004-07-26 Andrew Cagney <cagney@gnu.org>
3687
3688 * gdb-mi.el: Move from here ...
3689 * mi/gdb-mi.el: ... to here.
3690
3691 2004-07-26 Andrew Cagney <cagney@gnu.org>
3692
3693 Problem reported by Ashley Pittman <ashley@quadrics.com>.
3694 * main.c (captured_main): When in batch mode always detach.
3695
3696 2004-07-26 Andrew Cagney <cagney@gnu.org>
3697
3698 * MAINTAINERS: Mark the xstormy16, sh64, ns32k, mn10300, mcore,
3699 and h8300 as broken.
3700 * NEWS: END-OF-LIFE frame compatibility module.
3701 * PROBLEMS: For "Stack backtraces", remove powerpc, hppa and mips
3702 specific comments.
3703
3704 2004-07-26 Andrew Cagney <cagney@gnu.org>
3705
3706 * cli/cli-decode.c (deprecated_add_show_from_set): Deprecate.
3707 * xcoffsolib.c (_initialize_xcoffsolib): Update.
3708 * wince.c (_initialize_wince): Update.
3709 * win32-nat.c (_initialize_win32_nat): Update.
3710 * varobj.c (_initialize_varobj): Update.
3711 * valops.c (_initialize_valops): Update.
3712 * utils.c (initialize_utils, initialize_utils): Update.
3713 * tui/tui-win.c (_initialize_tui_win): Update.
3714 * top.c (init_main): Update.
3715 * symfile.c (_initialize_symfile): Update.
3716 * source.c (_initialize_source): Update.
3717 * somsolib.c (_initialize_som_solib): Update.
3718 * solib.c (_initialize_solib): Update.
3719 * solib-frv.c (_initialize_frv_solib): Update.
3720 * serial.c (_initialize_serial): Update.
3721 * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update.
3722 * remote.c (_initialize_remote, _initialize_remote): Update.
3723 * remote-vx.c (_initialize_vx): Update.
3724 * remote-utils.c (_initialize_sr_support): Update.
3725 * remote-sds.c (_initialize_remote_sds): Update.
3726 * remote-mips.c (_initialize_remote_mips): Update.
3727 * remote-e7000.c (_initialize_remote_e7000): Update.
3728 * proc-api.c (_initialize_proc_api): Update.
3729 * printcmd.c: Update.
3730 * parse.c (_initialize_parse): Update.
3731 * pa64solib.c (_initialize_pa64_solib): Update.
3732 * p-valprint.c (_initialize_pascal_valprint): Update.
3733 * monitor.c (_initialize_remote_monitors): Update.
3734 * mips-tdep.c (_initialize_mips_tdep): Update.
3735 * mcore-tdep.c (_initialize_mcore_tdep): Update.
3736 * maint.c (_initialize_maint_cmds): Update.
3737 * lin-lwp.c (_initialize_lin_lwp): Update.
3738 * language.c (_initialize_language): Update.
3739 * kod.c (_initialize_kod): Update.
3740 * infrun.c (set_schedlock_func, _initialize_infrun): Update.
3741 * i386-tdep.c (_initialize_i386_tdep): Update.
3742 * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update.
3743 * gdbarch.sh: Update.
3744 * gdbarch.c: Re-generate.
3745 * gdb-events.sh: Update.
3746 * gdb-events.c: Re-generate.
3747 * frame.c (_initialize_frame): Update.
3748 * exec.c: Update.
3749 * demangle.c (_initialize_demangler): Update.
3750 * dcache.c (_initialize_dcache): Update.
3751 * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update.
3752 * cp-valprint.c (_initialize_cp_valprint): Update.
3753 * corefile.c (_initialize_core): Update.
3754 * command.h: Update.
3755 * cli/cli-decode.h: Update.
3756 * cli/cli-cmds.c (init_cli_cmds): Update.
3757 * charset.c (_initialize_charset): Update.
3758 * breakpoint.c (_initialize_breakpoint): Update.
3759 * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update.
3760 * alpha-tdep.c (_initialize_alpha_tdep): Update.
3761 * aix-thread.c (_initialize_aix_thread): Update.
3762
3763 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3764
3765 Partial fix for PR backtrace/1718.
3766 * i386-tdep.c (i386_analyze_frame_setup): Handle more instructions
3767 that GCC migrates into the prolugue. Don't handle any
3768 instructions that clobber %ebx.
3769
3770 2004-07-23 Andrew Cagney <cagney@gnu.org>
3771
3772 Use regcache_raw_collect instead of regcache_collect.
3773 * regcache.h (regcache_collect): Delete declaration.
3774 * regcache.c (regcache_colect): Delete function.
3775 * win32-nat.c (do_child_store_inferior_registers): Update.
3776 * sol-thread.c (sol_thread_store_registers): Update.
3777 * shnbsd-tdep.c (shnbsd_fill_reg): Update.
3778 * rs6000-nat.c (store_register): Update.
3779 * remote.c (store_register_using_P, remote_store_registers): Update.
3780 * ppcnbsd-tdep.c (ppcnbsd_fill_reg): Update.
3781 * ppc-linux-nat.c (store_altivec_register, store_spe_register)
3782 (fill_vrregset, store_spe_registers, fill_gregset)
3783 (fill_gregset): Update.
3784 * nto-procfs.c (procfs_store_registers): Update.
3785 * mipsnbsd-tdep.c (mipsnbsd_fill_reg): Update.
3786 * mips-linux-tdep.c (fill_gregset, mips64_fill_gregset): Update.
3787 * m68klinux-nat.c (store_register, fill_gregset): Update.
3788 * m68k-tdep.c (fill_gregset): Update.
3789 * infptrace.c (store_register): Update.
3790 * i386-nto-tdep.c (i386nto_regset_fill): Update.
3791 * i386-linux-nat.c (store_register, fill_gregset): Update.
3792 * hppa-linux-nat.c (fill_gregset): Update.
3793 * go32-nat.c (store_register): Update.
3794 * armnbsd-nat.c (store_register, store_regs, store_fp_register)
3795 (store_fp_regs): Update.
3796 * arm-linux-nat.c (store_nwfpe_single, store_nwfpe_double)
3797 (store_nwfpe_extended, store_fpregister, store_fpregs)
3798 (store_register, store_regs, fill_gregset, fill_fpregset): Update.
3799 * alpha-tdep.c (alpha_fill_int_regs, alpha_fill_fp_regs): Update.
3800 * aix-thread.c (fill_gprs64, fill_fprs, fill_sprs64, fill_sprs32)
3801 (store_regs_user_thread, store_regs_kernel_thread): Update.
3802
3803 2004-07-24 Mark Kettenis <kettenis@gnu.org>
3804
3805 * dwarf2-frame.c (struct dwarf2_cie): Delete `addr_size' member.
3806 (decode_frame_entry_1): Use DW_EH_PE_absptr as default for CIE
3807 encoding.
3808 (dwarf2_build_frame_info): Adjust for removal of `addr_size'
3809 member of `struct comp_unit'.
3810
3811 2004-07-23 Andrew Cagney <cagney@gnu.org>
3812
3813 * infrun.c (handle_inferior_event): Separate the STEP_OVER_ALL and
3814 DEPRECATED_IGNORE_HELPER_CALL cases, only #ifdef the latter.
3815
3816 2004-07-23 Martin Hunt <hunt@redhat.com>
3817 Kevin Buettner <kevinb@redhat.com>
3818
3819 * dwarf2-frame.c (execute_cfa_program): Fix typo in which the
3820 alignment was being added to the offset instead of multiplied.
3821
3822 2004-07-23 Mark Kettenis <kettenis@gnu.org>
3823
3824 * sparc64obsd-tdep.c (sparc64obsd_pc_in_sigtramp): Adjust for
3825 changed signal trampoline in OpenBSD 3.5-current.
3826
3827 * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
3828 <machine/pcb.h> and "bsd-kvm.h".
3829 (sparc64nbsd_supply_pcb): New function.
3830 (_initialize_sparc64nbsd_nat): Renamed from
3831 _initialize_sparcnbsd_nat. Enable libkvm interface.
3832 * Makefile.in (sparc64nbsd-nat.o): Update dependencies.
3833 * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
3834 (LOADLIBES): New variable.
3835
3836 * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o.
3837
3838 * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment.
3839
3840 2004-07-21 Andrew Cagney <cagney@gnu.org>
3841
3842 Use regcache_raw_supply instead of supply_register.
3843 * regcache.h (supply_register): Delete declaration.
3844 * regcache.c (supply_register): Delete function.
3845 * wince.c (do_child_fetch_inferior_registers): Update.
3846 * win32-nat.c (do_child_fetch_inferior_registers)
3847 (fetch_elf_core_registers): Update.
3848 * v850ice.c (v850ice_fetch_registers): Update.
3849 * thread-db.c (thread_db_store_registers): Update.
3850 * sol-thread.c (sol_thread_store_registers): Update.
3851 * shnbsd-tdep.c (shnbsd_supply_reg): Update.
3852 * rs6000-nat.c (fetch_register): Update.
3853 * rom68k-rom.c (rom68k_supply_one_register): Update.
3854 * remote.c (remote_wait, remote_async_wait): Update.
3855 * remote-st.c (get_hex_regs): Update.
3856 * remote-sim.c (gdbsim_fetch_register): Update.
3857 * remote-sds.c (sds_fetch_registers): Update.
3858 * remote-rdp.c (remote_rdp_fetch_register): Update.
3859 * remote-rdi.c (arm_rdi_fetch_registers): Update.
3860 * remote-mips.c (mips_wait, mips_fetch_registers): Update.
3861 * remote-m32r-sdi.c (m32r_fetch_register): Update.
3862 * remote-hms.c (init_hms_cmds): Update.
3863 * remote-est.c (init_est_cmds): Update.
3864 * remote-e7000.c (get_hex_regs, fetch_regs_from_dump)
3865 (e7000_fetch_registers, sub2_from_pc, e7000_wait): Update.
3866 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_supply_fpreg): Update.
3867 * ppc-linux-nat.c (fetch_altivec_register, fetch_spe_register)
3868 (fetch_register, supply_vrregset, supply_vrregset)
3869 (fetch_spe_registers): Update.
3870 * ppc-bdm.c (bdm_ppc_fetch_registers): Update.
3871 * monitor.c (monitor_supply_register): Update.
3872 * mipsv4-nat.c (supply_gregset, supply_fpregset): Update.
3873 * mipsnbsd-tdep.c (mipsnbsd_supply_reg)
3874 (mipsnbsd_supply_fpreg): Update.
3875 * mips-nat.c (fetch_inferior_registers)
3876 (fetch_core_registers): Update.
3877 * mips-linux-tdep.c (supply_32bit_reg, supply_gregset)
3878 (supply_fpregset, mips64_supply_gregset)
3879 (mips64_supply_fpregset): Update.
3880 * m68klinux-nat.c (fetch_register, supply_gregset)
3881 (supply_fpregset): Update.
3882 * m68k-tdep.c (supply_gregset, supply_fpregset): Update.
3883 * m32r-rom.c (init_m32r_cmds, init_mon2000_cmds): Update.
3884 * lynx-nat.c (fetch_inferior_registers, fetch_core_registers): Update.
3885 * irix5-nat.c (supply_gregset, supply_fpregset): Update.
3886 * infptrace.c (fetch_register): Update.
3887 * ia64-linux-nat.c (supply_gregset, supply_fpregset): Update.
3888 * ia64-aix-nat.c (supply_gregset, supply_fpregset): Update.
3889 * i386gnu-nat.c (fetch_fpregs, supply_gregset)
3890 (gnu_fetch_registers, gnu_store_registers): Update.
3891 * i386-nto-tdep.c (i386nto_supply_gregset): Update.
3892 * i386-linux-nat.c (fetch_register, supply_gregset)
3893 (dummy_sse_values): Update.
3894 * hpux-thread.c (hpux_thread_fetch_registers): Update.
3895 * hppah-nat.c (fetch_register): Update.
3896 * hppa-linux-nat.c (fetch_register, supply_gregset)
3897 (supply_fpregset): Update.
3898 * go32-nat.c (fetch_register): Update.
3899 * dve3900-rom.c (fetch_bitmapped_register)
3900 (_initialize_r3900_rom): Update.
3901 * cris-tdep.c (supply_gregset): Update.
3902 * abug-rom.c (init_abug_cmds): Update.
3903 * core-aout.c (fetch_core_registers): Update.
3904 * armnbsd-nat.c (supply_gregset, supply_fparegset)
3905 (fetch_register, fetch_fp_register): Update.
3906 * arm-linux-nat.c (fetch_nwfpe_single, fetch_nwfpe_none)
3907 (fetch_nwfpe_extended, fetch_fpregister, fetch_fpregs)
3908 (fetch_register, fetch_regs, supply_gregset, supply_fpregset): Update.
3909 * alphanbsd-tdep.c (fetch_core_registers): Update.
3910 * alpha-tdep.c (alpha_supply_int_regs, alpha_supply_fp_regs): Update.
3911 * alpha-nat.c (fetch_osf_core_registers)
3912 (fetch_osf_core_registers, fetch_osf_core_registers): Update.
3913 * aix-thread.c (supply_gprs64, supply_reg32, supply_fprs)
3914 (supply_sprs64, supply_sprs32, fetch_regs_kernel_thread): Update.
3915
3916 2004-07-21 Andrew Cagney <cagney@gnu.org>
3917
3918 * PROBLEMS: Mention breakpoints/1702.
3919 * NEWS: For signal trampolines, cite s390 GNU/Linux as a system
3920 that is known to work.
3921
3922 2004-07-21 Andrew Cagney <cagney@gnu.org>
3923
3924 * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Deprecate.
3925 * mips-tdep.c (mips_dump_tdep, mips_ignore_helper): Update.
3926 * infrun.c (DEPRECATED_IGNORE_HELPER_CALL): Delete macro.
3927 (handle_inferior_event): Wrap call to deprecated
3928 IGNORE_HELPER_CALL in #ifdef.
3929 * config/mips/tm-nbsd.h: Update.
3930
3931 2004-07-20 Jim Blandy <jimb@redhat.com>
3932
3933 * rs6000-tdep.c (rs6000_gdbarch_init): The register set used for
3934 bfd_mach_ppc has no segment registers.
3935
3936 Include PowerPC SPR numbers for special-purpose registers.
3937 * rs6000-tdep.c (struct reg): Add new member, 'spr_num'.
3938 (R, R4, R8, R16, F, P, R32, R64, R0): Include value for
3939 new member in initializer.
3940 (S, S4, SN4, S64): New macros for defining special-purpose
3941 registers.
3942 (PPC_UISA_SPRS, PPC_UISA_NOFP_SPRS, PPC_OEA_SPRS, registers_power,
3943 registers_403, registers_403GC, registers_505, registers_860,
3944 registers_601, registers_602, registers_603, registers_604,
3945 registers_750, registers_e500): Use them.
3946
3947 * rs6000-tdep.c (rs6000_gdbarch_init): Delete variable 'power';
3948 replace references with expression used to initialize variable.
3949
3950 2004-07-20 Andrew Cagney <cagney@gnu.org>
3951
3952 * breakpoint.c (deprecated_read_memory_nobpt): Rename
3953 read_memory_nobpt.
3954 * sparc-linux-tdep.c (sparc_linux_sigtramp_start): Update.
3955 * s390-tdep.c (s390_readinstruction, s390_in_function_epilogue_p)
3956 (s390_sigtramp_frame_sniffer): Update.
3957 * mn10300-tdep.c (mn10300_analyze_prologue): Update.
3958 * mipsnbsd-tdep.c (mipsnbsd_sigtramp_offset): Update.
3959 * mips-tdep.c (mips_fetch_instruction, mips16_fetch_instruction)
3960 (mips32_fetch_instruction): Update.
3961 * mcore-tdep.c (get_insn): Update.
3962 * m68klinux-tdep.c (m68k_linux_pc_in_sigtramp): Update.
3963 * i386nbsd-tdep.c (i386nbsd_sigtramp_offset): Update.
3964 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Update.
3965 * i386-linux-tdep.c (i386_linux_sigtramp_start)
3966 (i386_linux_rt_sigtramp_start): Update.
3967 * i386-linux-nat.c (child_resume): Update.
3968 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Update.
3969 * hppa-linux-tdep.c (insns_match_pattern): Update.
3970 * gdbcore.h: Update.
3971 * frv-tdep.c (frv_gdbarch_adjust_breakpoint_address): Update.
3972 * frame.c (safe_frame_unwind_memory): Update.
3973 * amd64-linux-tdep.c (amd64_linux_sigtramp_start): Update.
3974 * alphanbsd-tdep.c (alphanbsd_sigtramp_offset): Update.
3975 * alpha-tdep.c (alpha_read_insn): Update.
3976
3977 2004-07-20 Andrew Cagney <cagney@gnu.org>
3978
3979 * tramp-frame.h (struct tramp_frame): Change "insn" to a struct
3980 containing both bytes and mask. Add "frame_type".
3981 * tramp-frame.c (tramp_frame_start): Update.
3982 (tramp_frame_prepend_unwinder): Update.
3983 * mips-linux-tdep.c (mips_linux_o32_sigframe)
3984 (mips_linux_o32_rt_sigframe, mips_linux_n32_rt_sigframe)
3985 (mips_linux_n64_rt_sigframe): Update. Make "static const".
3986 * ppcnbsd-tdep.c (tramp_frame ppcnbsd_sigtramp): Update.
3987
3988 2004-07-19 Eli Zaretskii <eliz@gnu.org>
3989
3990 * config/djgpp/fnchange.lst: Add remapping for bfd/elf32-cr*.c,
3991 bfd/elf32-sh-symbian.c, bfd/elf32-sh64-com.c,
3992 sim/testsuite/sim/mips/hilo-hazard-[123].s, and
3993 sim/testsuite/sim/mips/fpu64-ps-sb1.s.
3994
3995 2004-07-17 Andrew Cagney <cagney@gnu.org>
3996
3997 * NEWS, PROBLEMS: Update for 6.2.
3998
3999 * README: Update to 6.2.
4000
4001 * utils.c (xvasprintf): Call xstrvprintf.
4002
4003 * parse.c: Update copyright.
4004 (null_post_parser): Eliminate ARGSUSED.
4005
4006 * ppc-linux-nat.c (store_spe_registers): Eliminate K&R C.
4007 * tui/tui-win.c (tui_get_cmd_list): Ditto.
4008 * symfile-mem.c (_initialize_symfile_mem): Ditto.
4009
4010 * ppc-linux-tdep.c (ppc_linux_init_abi): Add [sic] to Linux.
4011 * ppc-linux-nat.c: Use "Linux kernel".
4012 * hppa-linux-tdep.c: Use GNU/Linux.
4013 * hppa-linux-nat.c: Use GNU/Linux.
4014 * dwarfread.c: Add [sic] to use of Linux.
4015
4016 * hppa-linux-nat.c: Do not include <string.h>.
4017 (supply_fpregset): Remove "register" attribute.
4018
4019 * solib-frv.c (fetch_loadmap): Use xfree, not free.
4020
4021 2004-07-17 Mark Kettenis <kettenis@gnu.org>
4022
4023 * configure.in: Define _MSE_INT_H on Solaris 9 too.
4024 * configure, config.in: Regenerated.
4025
4026 * vaxbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
4027 "bsd-kvm.h".
4028 (vaxbsd_supply_pcb): New function.
4029 (_initialize_vaxbsd_nat): New prototype and function.
4030 * config/vax/nbsdaout.mh (NATDEPFILES): Add bsd-kvm.o, solib.o and
4031 solib-sunos.o.
4032 (LOADLIBES): New variable.
4033 * config/vax/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4034 (LOADLIBES): New variable.
4035 * config/vax/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4036 (LOADLIBES): New variable.
4037 * Makefile.in (vaxbsd-nat.o): Update dependencies.
4038
4039 2004-07-16 Andrew Cagney <cagney@gnu.org>
4040
4041 * defs.h (event_loop_p): Replace variable declaration with macro,
4042 always 1.
4043 * main.c (captured_main): Delete options "-async" and "-noasync".
4044 (event_loop_p): Delete variable.
4045 * NEWS: Mention that "-async" and "-noasync" were removed.
4046
4047 2004-07-16 Andrew Cagney <cagney@gnu.org>
4048
4049 * remote-m32r-sdi.c: Re-indent.
4050
4051 2004-07-16 Jim Blandy <jimb@redhat.com>
4052
4053 * ppc-tdep.h (ppc_spr_asr): Add missing OEA SPR.
4054 (ppc_spr_mi_dbcam, ppc_spr_mi_dbram0, ppc_spr_mi_dbram1)
4055 (ppc_spr_md_cam, ppc_spr_md_ram0, ppc_spr_md_ram1): Add
4056 missing MPC823 SPRs.
4057 (ppc_spr_m_twb): Renamed from ppc_spr_md_twb; the old name was
4058 incorrect. (This was corrected in GDB's register name tables on
4059 2004-07-14.)
4060
4061 * rs6000-tdep.c (registers_602): Correct register name: "esassr"
4062 should be "esasrr" ("ESA Save and Restore Register").
4063
4064 2004-07-16 Andrew Cagney <cagney@gnu.org>
4065
4066 * infrun.c (insert_step_resume_breakpoint): Delete gdb_assert
4067 calls, no longer applicable. Update comments and rename parameter
4068 "step_frame" to "return_frame".
4069
4070 2004-07-16 Andrew Cagney <cagney@gnu.org>
4071
4072 * frame.c (fprint_field): New function.
4073 (fprint_frame_id): Use fprint_field.
4074
4075 2004-07-15 Joel Brobecker <brobecker@gnat.com>
4076
4077 * ada-lang.c (ada_language_defn): Remove commented out code.
4078
4079 2004-07-15 Jim Blandy <jimb@redhat.com>
4080
4081 * ppc-tdep.h (struct gdbarch_tdep): New member: ppc_sr0_regnum.
4082 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it.
4083
4084 2004-07-14 Jim Blandy <jimb@redhat.com>
4085
4086 * rs6000-tdep.c (COMMON_UISA_NOFP_REGS): Delete; unused.
4087
4088 * ppc-tdep.h (ppc_num_vrs): New enum constant.
4089
4090 * ppc-tdep.h (ppc_num_srs): New enum constant.
4091
4092 * ppc-tdep.h (ppc_spr_mq, ppc_spr_xer, ppc_spr_rtcu, ppc_spr_rtcl)
4093 (ppc_spr_lr, ppc_spr_ctr, ppc_spr_cnt, ppc_spr_dsisr, ppc_spr_dar)
4094 (ppc_spr_dec, ppc_spr_sdr1, ppc_spr_srr0, ppc_spr_srr1)
4095 (ppc_spr_eie, ppc_spr_eid, ppc_spr_nri, ppc_spr_sp, ppc_spr_cmpa)
4096 (ppc_spr_cmpb, ppc_spr_cmpc, ppc_spr_cmpd, ppc_spr_icr)
4097 (ppc_spr_der, ppc_spr_counta, ppc_spr_countb, ppc_spr_cmpe)
4098 (ppc_spr_cmpf, ppc_spr_cmpg, ppc_spr_cmph, ppc_spr_lctrl1)
4099 (ppc_spr_lctrl2, ppc_spr_ictrl, ppc_spr_bar, ppc_spr_vrsave)
4100 (ppc_spr_sprg0, ppc_spr_sprg1, ppc_spr_sprg2, ppc_spr_sprg3)
4101 (ppc_spr_ear, ppc_spr_tbl, ppc_spr_tbu, ppc_spr_pvr)
4102 (ppc_spr_spefscr, ppc_spr_ibat0u, ppc_spr_ibat0l, ppc_spr_ibat1u)
4103 (ppc_spr_ibat1l, ppc_spr_ibat2u, ppc_spr_ibat2l, ppc_spr_ibat3u)
4104 (ppc_spr_ibat3l, ppc_spr_dbat0u, ppc_spr_dbat0l, ppc_spr_dbat1u)
4105 (ppc_spr_dbat1l, ppc_spr_dbat2u, ppc_spr_dbat2l, ppc_spr_dbat3u)
4106 (ppc_spr_dbat3l, ppc_spr_ic_cst, ppc_spr_ic_adr, ppc_spr_ic_dat)
4107 (ppc_spr_dc_cst, ppc_spr_dc_adr, ppc_spr_dc_dat, ppc_spr_dpdr)
4108 (ppc_spr_dpir, ppc_spr_immr, ppc_spr_mi_ctr, ppc_spr_mi_ap)
4109 (ppc_spr_mi_epn, ppc_spr_mi_twc, ppc_spr_mi_rpn, ppc_spr_mi_cam)
4110 (ppc_spr_mi_ram0, ppc_spr_mi_ram1, ppc_spr_md_ctr, ppc_spr_m_casid)
4111 (ppc_spr_md_ap, ppc_spr_md_epn, ppc_spr_md_twb, ppc_spr_md_twc)
4112 (ppc_spr_md_rpn, ppc_spr_m_tw, ppc_spr_md_dbcam, ppc_spr_md_dbram0)
4113 (ppc_spr_md_dbram1, ppc_spr_ummcr0, ppc_spr_upmc1, ppc_spr_upmc2)
4114 (ppc_spr_usia, ppc_spr_ummcr1, ppc_spr_upmc3, ppc_spr_upmc4)
4115 (ppc_spr_zpr, ppc_spr_pid, ppc_spr_mmcr0, ppc_spr_pmc1)
4116 (ppc_spr_sgr, ppc_spr_pmc2, ppc_spr_dcwr, ppc_spr_sia)
4117 (ppc_spr_mmcr1, ppc_spr_pmc3, ppc_spr_pmc4, ppc_spr_sda)
4118 (ppc_spr_tbhu, ppc_spr_tblu, ppc_spr_dmiss, ppc_spr_dcmp)
4119 (ppc_spr_hash1, ppc_spr_hash2, ppc_spr_icdbdr, ppc_spr_imiss)
4120 (ppc_spr_esr, ppc_spr_icmp, ppc_spr_dear, ppc_spr_rpa)
4121 (ppc_spr_evpr, ppc_spr_cdbcr, ppc_spr_tsr, ppc_spr_602_tcr)
4122 (ppc_spr_403_tcr, ppc_spr_ibr, ppc_spr_pit, ppc_spr_esasrr)
4123 (ppc_spr_tbhi, ppc_spr_tblo, ppc_spr_srr2, ppc_spr_sebr)
4124 (ppc_spr_srr3, ppc_spr_ser, ppc_spr_hid0, ppc_spr_dbsr)
4125 (ppc_spr_hid1, ppc_spr_iabr, ppc_spr_dbcr, ppc_spr_iac1)
4126 (ppc_spr_dabr, ppc_spr_iac2, ppc_spr_dac1, ppc_spr_dac2)
4127 (ppc_spr_l2cr, ppc_spr_dccr, ppc_spr_ictc, ppc_spr_iccr)
4128 (ppc_spr_thrm1, ppc_spr_pbl1, ppc_spr_thrm2, ppc_spr_pbu1)
4129 (ppc_spr_thrm3, ppc_spr_pbl2, ppc_spr_fpecr, ppc_spr_lt)
4130 (ppc_spr_pir, ppc_spr_pbu2): New enum constants for PowerPC
4131 special-purpose register numbers.
4132
4133 * rs6000-tdep.c (registers_860): Correct register name. (No PPC
4134 manual mentions 'md_twb', but many mention 'm_twb', and at that
4135 point in the register list.)
4136
4137 2004-07-14 Andrew Cagney <cagney@gnu.org>
4138
4139 * utils.c (internal_warning_problem): Fix typo, "internal-warning"
4140 instead of "internal-error".
4141
4142 2004-07-10 Joel Brobecker <brobecker@gnat.com>
4143
4144 * hppa-hpux-tdep.c: Fix a compilation failure due to a comment
4145 that was inserted inside a comment.
4146
4147 2004-07-10 Randolph Chung <tausq@debian.org>
4148
4149 * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New
4150 function.
4151 (hppa_hpux_push_dummy_code): New function.
4152 (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location.
4153 Set find_global_pointer method.
4154
4155 2004-07-10 Mark Kettenis <kettenis@gnu.org>
4156
4157 * NEWS: Mention BSD libkvm interface.
4158
4159 2004-07-10 Michael Snyder <msnyder@redhat.com>
4160
4161 * symfile.c (generic_load): Comment typo.
4162 * stack.c (get_selected_block): Ditto.
4163 * regcache.c (regcache_cooked_read): Ditto.
4164 * monitor.c (monitor_debug): Ditto.
4165 * mips-tdep.c (mips_read_pc): Ditto.
4166 * i386-linux-nat.c (ps_get_thread_area): Ditto.
4167 * gdb_mbuild.sh: Ditto.
4168 * gdbarch.sh: Ditto.
4169 * gdbarch.h: Ditto.
4170
4171 2004-07-09 Paul N. Hilfinger <Hilfinger@gnat.com>
4172
4173 * ada-tasks.c: Remove file.
4174
4175 Remove ARI problems:
4176
4177 * ada-exp.y (write_var_from_sym): Reformat to put operator at
4178 beginning of line.
4179
4180 * ada-lang.c (MAX_OF_SIZE): Rename max_of_size.
4181 Add comment.
4182 Add comment concerning MAX_OF_TYPE and MIN_OF_TYPE.
4183 (MIN_OF_SIZE): Rename min_of_size. Add comment.
4184 (UMAX_OF_SIZE): Renmae umax_of_size. Add comment.
4185 (UMIN_OF_SIZE): Remove.
4186 (max_of_type): New function to replace orphan macro in gdbtypes.h
4187 (min_of_type): Ditto.
4188 (discrete_type_high_bound): Use max_of_type.
4189 (discrete_type_low_bound): Use min_of_type.
4190 (possible_user_operator_p): Move operator to beginning of line.
4191 (ada_is_variant_part): Ditto.
4192 (ensure_lval): Rewrite to avoid deprecated operations.
4193 (ada_finish_decode_line_1): Use gdbarch_convert_from_func_ptr_addr
4194 rather than adding DEPRECATED_FUNCTION_START_OFFSET.
4195 (ada_enum_name): Remove assignments in 'if' statements.
4196 (build_ada_types): Add gdbarch parameter.
4197 (_initialize_ada_language): Replace deprecated_register_gdbarch_swap
4198 with gdbarch_data_register_post_init.
4199 Use add_setshow_uinteger_cmd rather than add_set_cmd and
4200 add_show_from_set.
4201
4202 * ada-valprint.c (inspect_it): Remove declaration.
4203 (repeat_count_threshold): Remove declaration.
4204 (ada_print_floating): Remove assignments in 'if' statements.
4205 (print_str): Move operator to beginning of line.
4206
4207 2004-07-08 Jim Blandy <jimb@redhat.com>
4208
4209 * rs6000-tdep.c (registers_powerpc_nofp): Unused; deleted.
4210
4211 2004-07-08 Bob Rossi <bob@brasko.net>
4212
4213 * symtab.c (lookup_symtab): check return value of symtab_to_fullname
4214
4215 2004-07-06 Jeff Johnston <jjohnstn@redhat.com>
4216
4217 * language.h (struct_language_defn): Add new function pointer:
4218 la_class_name_from_physname. Also add new prototype for
4219 language_class_name_from_physname.
4220 * language.c (language_class_name_from_physname): New function.
4221 (unk_lang_class_name): Ditto.
4222 (unknown_language_defn, auto_language_defn): Change
4223 to add unk_lang_class_name function pointer for
4224 la_class_name_from_physname.
4225 (local_language_defn): Ditto.
4226 * dwarf2read.c (guess_structure_name): Change to call
4227 language_class_name_from_physname.
4228 (determine_class_name): Ditto.
4229 * cp-support.c (class_name_from_physname): Renamed.
4230 (cp_class_name_from_physname): New name of function.
4231 * cp-support.h: Ditto.
4232 * c-lang.c (c_language_defn): Change to add NULL
4233 for class_name_from_physname function pointer.
4234 (cplus_language_defn): Change to add cp_class_name_from_physname.
4235 * jv-lang.c (java_class_name_physname): New function.
4236 (java_find_last_component): New static routine.
4237 (java_language_defn): Add java_class_name_from_physname pointer.
4238 * ada-lang.c (ada_language_defn): Change to add NULL
4239 for class_name_from_physname function pointer.
4240 * f-lang.c (f_language_defn): Ditto.
4241 * m2-lang.c (m2_language_defn): Ditto.
4242 * objc-lang.c (objc_language_defn): Ditto.
4243 * p-lang.c (pascal_language_defn): Ditto.
4244 * scm-lang.c (scm_language_defn): Ditto.
4245
4246 2004-07-06 Andrew Cagney <cagney@gnu.org>
4247
4248 Patch from Bart Robinson.
4249 * corelow.c (core_open): Add variable "flags", or in O_LARGEFILE.
4250 (O_LARGEFILE): Define to 0, if not defined.
4251
4252 2004-07-03 Mark Kettenis <kettenis@gnu.org>
4253
4254 * m68kbsd-nat.c: Include "gdbcore.h", <sys/types.h>,
4255 <machine/pcb.h> and "bsd-kvm.h".
4256 (PCB_REGS_FP, PCB_REGS_SP): Define if not already defined.
4257 (m68kbsd_supply_pcb): New function.
4258 (_initialize_m68kbsd_nat): New prototype and function.
4259 * Makefile.in (m68kbsd-nat.o): Update dependencies.
4260 * config/m68k/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
4261 (LOADLIBES): New variable.
4262 * config/m68k/obsd.mh (NATDEPFILES): Add bsd-kvm.o.
4263 (LOADLIBES): New variable.
4264
4265 * bsd-kvm.c (bsd_kvm_cmdlist): Remove unecessary initialization.
4266
4267 2004-07-03 Mark Kettenis <kettenis@gnu.org>
4268
4269 * bsd-kvm.c: Include "cli/cli-cmds.h", "command.h", "value.h" and
4270 <sys/proc.h>.
4271 (bsd_kvm_cmdlist): New variable.
4272 (bsd_kvm_cmd, bsd_kvm_proc_cmd, bsd_kvm_pcb_cmd): New functions.
4273 (bsd_kvm_add_target): Register "kvm" command prefix, "kvm pcb"
4274 command and "kvm proc" command.
4275 * Makefile.in (bsd-kvm.o): Update dependencies.
4276
4277 2004-07-02 Mark Kettenis <kettenis@gnu.org>
4278
4279 * osabi.c: Update copyright year.
4280 (generic_elf_osabi_sniffer): Tweak comment. Look for OS-specific
4281 notes if EI_OSABI is set to ELFOSABI_HPUX.
4282
4283 2004-07-01 Michael Snyder <msnyder@redhat.com>
4284
4285 * win32-nat.c (core_dll_symbols_add): Re-indent a small section
4286 that seems to have gotten whacked out of line.
4287
4288 2004-07-01 Mark Kettenis <kettenis@gnu.org>
4289
4290 * dbxread.c (process_one_symbol) [PCC_SOL_BROKEN]: Remove dead
4291 code.
4292
4293 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4294
4295 * ada-lang.c (decode_packed_array): Minor change to comment.
4296 (ada_value_slice_ptr): New function.
4297 (ada_value_slice): New function.
4298 (ada_evaluate_subexp): Remove XVS-suffix code from subscripting
4299 test. Don't know why it is there.
4300 Change slice code to use ada_value_slice_ptr and ada_value_slice, and
4301 to avoid dereferencing huge arrays from which one is slicing.
4302 (empty_array): Correct to return an array rather than
4303 a subrange value.
4304 * ada-valprint.c (print_optional_low_bound): Don't print lower bound
4305 on empty arrays (let'em use 'FIRST instead).
4306
4307 2004-07-01 Paul N. Hilfinger <Hilfinger@gnat.com>
4308
4309 Address complaints from gdb_ari.sh:
4310
4311 * ada-exp.y: Include gdb_string.h rather than string.h.
4312 (convert_char_literal): Reformat declaration.
4313 * ada-lang.h: Include opaque struct declaration for struct frame_info.
4314 * ada-lex.l: Change use of free to xfree (the macro would do so
4315 anyway, but this is harmless).
4316 Include gdb_string.h rather than string.h.
4317 * ada-valprint.c (ada_val_print_stub): Change PTR => void*.
4318
4319 * ada-lang.c (parse): Remove K&Rism in parameter list.
4320 (is_name_suffix): Correct Linux => GNU/Linux in comment.
4321
4322 2004-06-30 Mark Kettenis <kettenis@gnu.org>
4323
4324 * dbxread.c (process_one_symbol) [SUN_FIXED_LBRAC_BUG]: Remove
4325 dead code.
4326
4327 2004-06-30 Mark Kettenis <kettenis@gnu.org>
4328
4329 * alphabsd-nat.c: Update copyright year.
4330 (getregs_supplies): Use ALPHA_PC_REGNUM instead of PC_REGNUM.
4331
4332 2004-06-29 Joel Brobecker <brobecker@gnat.com>
4333
4334 * i386-cygwin-tdep.c (i386_cygwin_skip_trampoline_code): New function.
4335 (i386_cygwin_in_solib_call_trampoline): New function.
4336 (i386_cygwin_init_abi): Initialize the in_solib_call_trampoline
4337 and skip_trampoline_code gdbarch methods.
4338
4339 2004-06-29 Jim Blandy <jimb@redhat.com>
4340
4341 * Makefile.in (gdb_callback_h): Renamed from callback_h to the
4342 name actually used in the dependency lists.
4343
4344 2004-06-29 Randolph Chung <tausq@debian.org>
4345
4346 * NEWS (New native configurations): Mention GNU/Linux/hppa.
4347
4348 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4349
4350 * win32-nat.c (child_pid_to_exec_file): New function.
4351 (init_child_ops): Add child_pid_to_exec_file as to_pid_to_exec_file
4352 functionality.
4353
4354 2004-06-28 Andrew Cagney <cagney@gnu.org>
4355
4356 * defs.h (xstrvprintf): Declare.
4357 * utils.c (xstrvprintf): New function.
4358 (internal_vproblem, xstrprintf, xasprintf)
4359 (vfprintf_maybe_filtered, vfprintf_unfiltered): Use xstrvprintf.
4360 * serial.c (serial_printf): Ditto.
4361 * complaints.c (vcomplaint): Ditto.
4362
4363 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
4364
4365 * infcmd.c (attach_command): Move call to target_terminal_inferior
4366 behind loading symbol table.
4367
4368 2004-06-28 Andrew Cagney <cagney@gnu.org>
4369
4370 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Revert 2004-06-24
4371 change - add back extern deprecated_ui_loop_hook declaration.
4372
4373 2004-06-28 Andrew Cagney <cagney@gnu.org>
4374
4375 * xcoffsolib.c (xcoff_solib_address): Replace xasprintf with
4376 xstrprintf.
4377 * varobj.c (varobj_gen_name, create_child, c_name_of_child)
4378 (c_value_of_variable): Ditto.
4379 * utils.c (internal_vproblem): Ditto.
4380 * solib-aix5.c (build_so_list_from_mapfile): Ditto.
4381 * remote.c (add_packet_config_cmd): Ditto.
4382 * remote-rdp.c (rdp_set_command_line): Ditto.
4383 * regcache.c (regcache_dump): Ditto.
4384 * frv-tdep.c (new_variant, new_variant): Ditto.
4385 * fbsd-proc.c (child_pid_to_exec_file): Ditto.
4386 (fbsd_find_memory_regions): Ditto.
4387 * breakpoint.c (create_thread_event_breakpoint)
4388 (create_breakpoints): Ditto.
4389 * aix-thread.c (aix_thread_pid_to_str): Ditto.
4390 * ada-lang.c (is_package_name): Ditto. Also delete xmalloc call.
4391
4392 2004-06-28 Joel Brobecker <brobecker@gnat.com>
4393
4394 * ada-lang.c: Re-indent file, with some massaging to help indent
4395 a bit when the result is otherwise really too ugly.
4396
4397 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4398
4399 * frame.h (struct frame_id): Change bit field type of stack_addr_p,
4400 code_addr_p and special_addr_p to 'unsigned int'.
4401
4402 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4403
4404 * i386v4-nat.c: Update copyright year and tweak comment.
4405 (regmap): Remove trailing comma.
4406 (supply_gregset): Rename local variable i to regnum. Call
4407 regcache_raw_supply instead of supply_register.
4408 (fill_gregset): Rename argument regno to regnum. Call
4409 regcache_raw_collect instead of regcache_collect.
4410
4411 2004-06-27 Ulrich Weigand <uweigand@de.ibm.com>
4412
4413 * frame.h (struct frame_id): New fields stack_addr_p, code_addr_p
4414 and special_addr_p.
4415 (frame_id_build, frame_id_build_special): Update comments.
4416 (frame_id_build_wild): New prototype.
4417 * frame.c (frame_id_build, frame_id_build_special): Fill in new
4418 struct frame_id fields.
4419 (frame_id_build_wild): New function.
4420 (frame_id_eq, frame_id_inner): Use new struct frame_id fields.
4421
4422 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4423
4424 * config/djgpp/fnchange.lst: Add entries for hppabsd-nat.c and
4425 hppabsd-tdep.c.
4426
4427 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4428
4429 * ada-lang.c: Minor reformatting to conform to GNU coding standards.
4430
4431 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4432
4433 * ada-lang.c: Re-indent file.
4434
4435 2004-06-27 Joel Brobecker <brobecker@gnat.com>
4436
4437 * ada-lang.c (symtab_symbol_info): Remove unused declaration.
4438 (no_symtab_msg): Likewise.
4439
4440 2004-06-27 Andreas Schwab <schwab@suse.de>
4441
4442 * source.c: Fix whitespace.
4443
4444 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4445
4446 * configure.in: Include <sys/param.h> for td_pcb test.
4447 * configure: Regenerated.
4448
4449 * i386nbsd-nat.c: New file.
4450 * Makefile.in (ALLDEPFILES): Add i386nbsd-nat.c, i386nbsd-tdep.c,
4451 i386obsd-nat.c and i386obsd-tdep.c.
4452 (i386nbsd-nat.o): New dependency.
4453 * config/i386/obsd.mh (NATDEPFILES): Add i386nbsd-nat.o and
4454 bsd-kvm.o.
4455 (LOADLIBES): New variable.
4456 * config/i386/nbsdelf.mh (NATDEPFILES): Add i386nbsd-nat.o and
4457 bsd-kvm.o.
4458 (LOADLIBES): New variable.
4459
4460 * config/i386/fbsd64.mh (NATDEPFILES): Add bsd-kvm.o.
4461 (LOADLIBES): New variable.
4462
4463 * bsd-kvm.c (bsd_kvm_fetch_registers): Directly return after
4464 fetching from BSD_KVM_PADDR. Correctly lookup address for
4465 "_thread0".
4466
4467 * amd64fbsd-nat.c: Include <sys/types.h, <machine/pcb.h> and
4468 "bsd-kvm.h".
4469 (amd64fbsd_supply_pcb): New funcion.
4470 (_initialize_amd64fbsd_nat): Enable libkvm interface.
4471
4472 2004-06-27 <david@streamline-computing.com>
4473
4474 Partial fix for PR cli/1056.
4475 * valarith.c: Check for zero in division and remainder
4476 evaluation.
4477
4478 2004-06-27 Mark Kettenis <kettenis@gnu.org>
4479
4480 * i387-tdep.c: Remove excessive whitespace.
4481
4482 2004-06-26 Andrew Cagney <cagney@gnu.org>
4483
4484 * gdb-events.sh (deprecated_set_gdb_event_hooks): Deprecated.
4485 * gdb-events.h, gdb-events.c: Re-generate.
4486 * tui/tui-hooks.c (tui_install_hooks): Update.
4487 (tui_remove_hooks): Update.
4488 * mi/mi-cmd-break.c (mi_cmd_break_insert): Update.
4489
4490 2004-06-26 Mark Kettenis <kettenis@gnu.org>
4491
4492 * amd64fbsd-nat.c: Don't include <sys/procfs.h> and "gregset.h".
4493 (gregset_t, fpregset_t): Remove typedefs.
4494 (REG_OFFSET): Rename argument.
4495 (amd64bsd_r_reg_offset): Rename from reg_offset.
4496 (supply_gregset, fill_gregset, supply_fpregset, fill_fpregset):
4497 Remove functions.
4498 (_initialize_amd64fbsd_nat): Use amd64fbsd64_r_reg_offset instead
4499 of reg_offset.
4500 * Makefile.in (amd64fbsd-nat.o): Update dependencies.
4501
4502 * amd64-nat.c (amd64_supply_native_gregset): Fix comment.
4503
4504 * vax-tdep.c: Tweak comment.
4505
4506 Add OpenBSD/hppa support.
4507 * NEWS (New native configurations): Mention OpenBSD/hppa.
4508 * hppabsd-nat.c, hppabsd-tdep.c, config/pa/obsd.mh,
4509 config/pa/obsd.mt, config/pa/nm-obsd.h, config/pa/tm-bsd.h: New
4510 files.
4511 * Makefile.in (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c.
4512 (hppabsd-nat.o, hppabsd-tdep.c): New dependencies.
4513 * configure.host: Add hppa*-*-openbsd*.
4514 * configure.tgt: Add hppa*-*-openbsd*.
4515
4516 2004-06-25 Andrew Cagney <cagney@gnu.org>
4517
4518 * defs.h (deprecated_ui_loop_hook): Deprecated.
4519 * wince.c (child_wait): Update.
4520 * win32-nat.c (child_wait): Update.
4521 * v850ice.c (v850ice_wait): Update.
4522 * top.c (deprecated_ui_loop_hook): Update.
4523 * serial.h: Update.
4524 * ser-unix.c (do_hardwire_readchar, do_hardwire_readchar)
4525 (do_unix_readchar): Update.
4526 * ser-tcp.c (net_open): Update.
4527 * remote-sim.c (gdb_os_poll_quit): Update.
4528 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Update.
4529
4530 2004-06-24 Andrew Cagney <cagney@gnu.org>
4531
4532 * defs.h (deprecated_pre_add_symbol_hook)
4533 (deprecated_post_add_symbol_hook): Deprecated.
4534 * symfile.c (symbol_file_add_with_addrs_or_offsets)
4535 (symbol_file_add_with_addrs_or_offsets): Update references.
4536
4537 2004-06-24 Andrew Cagney <cagney@gnu.org>
4538
4539 * defs.h (post_add_symbol_hook, pre_add_symbol_hook)
4540 (ui_loop_hook, selected_frame_level_changed_hook): Declare.
4541 * wince.c (ui_loop_hook): Delete extern declaration.
4542 * win32-nat.c (ui_loop_hook): Delete extern declaration..
4543 * v850ice.c (ui_loop_hook): Delete extern declaration..
4544 * ser-unix.c (ui_loop_hook): Delete extern declaration..
4545 * ser-tcp.c (ui_loop_hook): Delete extern declaration..
4546 * remote-sim.c (ui_loop_hook): Delete extern declaration..
4547 * rdi-share/ardi.c (angel_RDI_ExecuteOrStep): Delete extern.
4548 ui_loop_hook declaration.
4549
4550 2004-06-24 Andrew Cagney <cagney@gnu.org>
4551
4552 * objfiles.h (struct entry_info): Delete entry_func_lowpc and
4553 entry_func_highpc fields.
4554 * objfiles.c (init_entry_point_info): Do not clear
4555 entry_func_lowpc and entry_func_highpc.
4556 (objfile_relocate): Do not relocate entry_func_lowpc and
4557 entry_func_highpc.
4558 * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and
4559 entry_func_highpc.
4560 * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and
4561 entry_func_highpc.
4562 * blockframe.c (legacy_frame_chain_valid): Replace tests against
4563 entry_func_lowpc and entry_func_highpc with call to
4564 inside_entry_func.
4565
4566 2004-06-24 Mark Kettenis <kettenis@gnu.org>
4567
4568 * sparc64-tdep.c (sparc64_store_arguments): Fix passing
4569 quad-precision floating point arguments in registers.
4570
4571 2004-06-24 Mark Kettenis <kettenis@gnu.org>
4572
4573 From Michael Mueller <m.mueller99@kay-mueller.de>:
4574 * sparc64-tdep.c (sparc64_frame_base_address): Take BIAS into
4575 account.
4576
4577 2004-06-22 Jeff Johnston <jjohnstn@redhat.com>
4578
4579 * infrun.c (handle_inferior_event): Initialize stopped_by_watchpoint
4580 to -1.
4581 * breakpoint.c (bpstat_stop_status): Move check for ignoring
4582 untriggered watchpoints to a separate if clause. Update function
4583 comment regarding STOPPED_BY_WATCHPOINT argument.
4584
4585 2004-06-22 Jim Blandy <jimb@redhat.com>
4586
4587 * gdbarch.sh: Doc fix.
4588
4589 2004-06-21 Martin Hunt <hunt@redhat.com>
4590 Kevin Buettner <kevinb@redhat.com>
4591
4592 * config/mips/tm-mips.h (SP_REGNUM): Delete define.
4593 * mips-tdep.h (MIPS_SP_REGNUM): Define.
4594 * mips-tdep.c (mips_gdbarch_init): Set SP_REGNUM via call
4595 to set_gdbarch_sp_regnum(). Use cooked register number.
4596 (SP_REGNUM): Replace all occurrences with MIPS_SP_REGNUM.
4597
4598 2004-06-21 Andrew Cagney <cagney@gnu.org>
4599
4600 * gdbarch.sh: When the macro field is empty, do not generate a
4601 macro definition. When the macro field is "=", generate the macro
4602 name from the upper-case function name.
4603 (NUM_REGS, NUM_PSEUDO_REGS, SP_REGNUM, PC_REGNUM, PS_REGNUM)
4604 (FP0_REGNUM, STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM)
4605 (DWARF_REG_TO_REGNUM, SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM)
4606 (REGISTER_NAME, DEPRECATED_REGISTER_VIRTUAL_TYPE)
4607 (DEPRECATED_REGISTER_BYTES, DEPRECATED_REGISTER_BYTE)
4608 (DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE)
4609 (DEPRECATED_SAVE_DUMMY_FRAME_TOS, DEPRECATED_FP_REGNUM)
4610 (DEPRECATED_TARGET_READ_FP, DEPRECATED_PUSH_ARGUMENTS)
4611 (DEPRECATED_PUSH_RETURN_ADDRESS, DEPRECATED_DUMMY_WRITE_SP)
4612 (DEPRECATED_REGISTER_SIZE, CALL_DUMMY_LOCATION)
4613 (DEPRECATED_DO_REGISTERS_INFO, REGISTER_SIM_REGNO)
4614 (REGISTER_BYTES_OK, CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER)
4615 (GET_LONGJMP_TARGET, DEPRECATED_INIT_FRAME_PC)
4616 (BELIEVE_PCC_PROMOTION, DEPRECATED_GET_SAVED_REGISTER)
4617 (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
4618 (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, INTEGER_TO_ADDRESS)
4619 (DEPRECATED_POP_FRAME, DEPRECATED_STORE_STRUCT_RETURN)
4620 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE)
4621 (DEPRECATED_EXTRACT_RETURN_VALUE, DEPRECATED_STORE_RETURN_VALUE)
4622 (DEPRECATED_USE_STRUCT_CONVENTION)
4623 (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS)
4624 (DEPRECATED_FRAME_INIT_SAVED_REGS)
4625 (DEPRECATED_INIT_EXTRA_FRAME_INFO, SKIP_PROLOGUE, INNER_THAN)
4626 (BREAKPOINT_FROM_PC, MEMORY_INSERT_BREAKPOINT)
4627 (MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
4628 (DEPRECATED_FUNCTION_START_OFFSET, FRAME_ARGS_SKIP)
4629 (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN)
4630 (DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_SAVED_PC)
4631 (DEPRECATED_FRAME_ARGS_ADDRESS, DEPRECATED_FRAME_LOCALS_ADDRESS)
4632 (DEPRECATED_SAVED_PC_AFTER_CALL, FRAME_NUM_ARGS)
4633 (DEPRECATED_STACK_ALIGN, DEPRECATED_REG_STRUCT_HAS_ADDR)
4634 (FRAME_RED_ZONE_SIZE, ADDR_BITS_REMOVE, SMASH_TEXT_ADDRESS)
4635 (SOFTWARE_SINGLE_STEP, SKIP_TRAMPOLINE_CODE)
4636 (IN_SOLIB_CALL_TRAMPOLINE, IN_SOLIB_RETURN_TRAMPOLINE)
4637 (ELF_MAKE_MSYMBOL_SPECIAL, COFF_MAKE_MSYMBOL_SPECIAL)
4638 (NAME_OF_MALLOC, CANNOT_STEP_BREAKPOINT)
4639 (HAVE_NONSTEPPABLE_WATCHPOINT, ADDRESS_CLASS_TYPE_FLAGS)
4640 (FETCH_POINTER_ARGUMENT): Replace the macro name with "=".
4641
4642 2004-06-21 Andrew Cagney <cagney@gnu.org>
4643
4644 * gdbarch.sh: For gdbarch_dump, print the "function" rather than
4645 macro name, and the function rather than macro value. Only wrap
4646 macro print statements in #ifdef. Move format logic to where it
4647 is needed.
4648 * gdbarch.c: Re-generate.
4649
4650 * gdbarch.sh (read): Delete "print_p" and "description", add
4651 "garbage_at_eol". Check for non-empty garbage at end-of-line.
4652 Delete references to print_p.
4653 (TARGET_ARCHITECTURE): Delete print predicate.
4654 * gdbarch.c: Re-generate.
4655
4656 * gdbarch.sh: Check that multi-arch methods do not provide a
4657 macro.
4658 (register_type, unwind_dummy_id, push_dummy_call, push_dummy_code)
4659 (print_registers_info, print_float_info, print_vector_info)
4660 (adjust_breakpoint_address, remote_translate_xfer_address)
4661 (construct_inferior_arguments, skip_solib_resolver, unwind_pc)
4662 (address_class_type_flags_to_name, unwind_sp): Remove the macro
4663 name from the multi-arch definition.
4664
4665 2004-06-20 Andrew Cagney <cagney@gnu.org>
4666
4667 * gdbarch.sh: Sort by the function, instead of macro name.
4668 * gdbarch.c: Re-generate.
4669
4670 2004-06-20 Andrew Cagney <cagney@gnu.org>
4671
4672 * gdbarch.sh: Use the function, instead of macro name in
4673 errors and the log file.
4674 (return_value): Remove stray ":" in spec.
4675
4676 * gdbarch.sh (RETURN_VALUE): Default to legacy_return_value.
4677 * gdbarch.h, gdbarch.c: Re-generate.
4678 * Makefile.in (arch-utils.o): Update dependencies.
4679 * values.c (using_struct_return): Move code calling
4680 USE_STRUCT_CONVENTION to legacy_return_value, simplify.
4681 * stack.c (return_command): Move code calling STORE_RETURN_VALUE
4682 to legacy_return_value, simplify.
4683 * infcmd.c (print_return_value): Move code calling
4684 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_RETURN_VALUE
4685 to legacy_return_value, simplify.
4686 * infcall.c (call_function_by_hand): Move code calling
4687 EXTRACT_RETURN_VALUE to legacy_return_value, simplify.
4688 * arch-utils.c: Update copyright. Include "gdbcore.h".
4689 (legacy_return_value): New function.
4690 * arch-utils.h: Update copyright.
4691 (legacy_return_value): Declare.
4692
4693 2004-06-20 Andrew Cagney <cagney@gnu.org>
4694
4695 * gdbarch.sh (DEPRECATED_USE_STRUCT_CONVENTION): Deprecated.
4696 * gdbarch.h, gdbarch.c: Re-generate.
4697 * values.c (using_struct_return): Update call.
4698 * mcore-tdep.c: Update comment.
4699 * infcall.c (call_function_by_hand): Update comment.
4700 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
4701 * arch-utils.h (always_use_struct_convention): Update.
4702 * v850-tdep.c (v850_gdbarch_init): Update.
4703 * sh64-tdep.c (sh64_gdbarch_init): Update.
4704 * sh-tdep.c (sh_gdbarch_init): Update.
4705 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
4706 * mips-tdep.c (mips_gdbarch_init): Update.
4707 * mcore-tdep.c (mcore_gdbarch_init): Update.
4708 * m32r-tdep.c (m32r_gdbarch_init): Update.
4709 * ia64-tdep.c (ia64_gdbarch_init): Update.
4710 * h8300-tdep.c (h8300_gdbarch_init): Update.
4711 * frv-tdep.c (frv_gdbarch_init): Update.
4712 * cris-tdep.c (cris_gdbarch_init): Update.
4713 * arm-tdep.c (arm_gdbarch_init): Update.
4714 * alpha-tdep.c (alpha_gdbarch_init): Update.
4715
4716 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
4717
4718 * PROBLEMS: Add more specific information, and a work-around,
4719 for PR gdb/1458.
4720
4721 2004-06-18 Andrew Cagney <cagney@gnu.org>
4722
4723 * gdbarch.sh (DEPRECATED_FUNCTION_START_OFFSET): Deprecated.
4724 * gdbarch.h, gdbarch.c: Re-generate.
4725 * ada-lang.c (ada_finish_decode_line_1): Update.
4726 * infrun.c (handle_inferior_event): Update.
4727 * infcall.c (find_function_addr): Update.
4728 * linespec.c (minsym_found): Update.
4729 * symtab.c (find_function_start_sal, skip_prologue_using_sal):
4730 Update.
4731 * blockframe.c (legacy_frameless_look_for_prologue): Update.
4732 * cli/cli-cmds.c (disassemble_command): Update.
4733 * vax-tdep.c (vax_gdbarch_init): Update.
4734
4735 2004-06-18 Mark Kettenis <kettenis@gnu.org>
4736
4737 * i386-tdep.c (i386_collect_fpregset): Fix comment.
4738
4739 2004-06-17 Andrew Cagney <cagney@gnu.org>
4740
4741 GDB 6.1.1 released from the GDB 6.1 branch.
4742 * NEWS: Merge in 6.1.1 NEWS from 6.1 branch.
4743 * PROBLEMS: Ditto.
4744
4745 2004-06-16 Daniel Jacobowitz <dan@debian.org>
4746
4747 PR gdb/1658
4748 * dwarf2read.c (dwarf_decode_lines): Read the length of the extended
4749 operation as a uleb128. Found by Michael Coulter.
4750
4751 2004-06-16 Paul N. Hilfinger <Hilfinger@gnat.com>
4752
4753 * ada-tasks.c: Rename build_task_list to ada_build_task_list, and
4754 make it non-static.
4755 * ada-lang.h (task_control_block): declaration moved from ada-task.c
4756 to ada-lang.h; this is needed to be able to implement the kill command
4757 in multi-task mode.
4758 (task_ptid): Ditto.
4759 (task_entry): Ditto.
4760 (task_list): Ditto.
4761 (ada_build_task_list): Ditto.
4762
4763 * ada-lang.c: Conditionalize routines and data structures related
4764 to breakpoints, exceptions, completion, and symbol caching on
4765 GNAT_GDB, since these are not yet used in the submitted public sources.
4766 (ada_main_name): Editorial: Move definition out of exception-related
4767 code.
4768
4769 2004-06-15 Andrew Cagney <cagney@gnu.org>
4770
4771 * mips-tdep.c (non_heuristic_proc_desc): Delete call to
4772 deprecated_pc_in_call_dummy.
4773
4774 2004-06-15 Alan Modra <amodra@bigpond.net.au>
4775
4776 * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead of
4777 bfd_get_section_size_before_reloc or _raw_size.
4778 * dwarf2-frame.c (dwarf2_build_frame_info): Likewise.
4779 * dwarf2read.c (dwarf2_locate_sections): Likewise.
4780 (dwarf2_read_section): Likewise.
4781 * elfread.c (elf_locate_sections): Likewise.
4782 * gcore.c (derive_heap_segment): Likewise.
4783 * mipsread.c (read_alphacoff_dynamic_symtab): Likewise.
4784 * remote-e7000.c (e7000_load): Likewise.
4785 * remote-m32r-sdi.c (m32r_load): Likewise.
4786 * remote-mips.c (mips_load_srec): Likewise.
4787 (pmon_load_fast): Likewise.
4788 * remote.c (compare_sections_command): Likewise.
4789 * symfile.c (add_section_size_callback): Likewise.
4790 (load_section_callback): Likewise.
4791 (pc_in_unmapped_range): Likewise.
4792 (pc_in_mapped_range): Likewise.
4793 (sections_overlap): Likewise.
4794 (list_overlays_command): Likewise.
4795 (simple_overlay_update_1): Likewise.
4796 (simple_overlay_update): Likewise.
4797 * tracepoint.c (remote_set_transparent_ranges): Likewise.
4798 * win32-nat.c (core_section_load_dll_symbols): Likewise.
4799
4800 2004-06-14 Randolph Chung <tausq@debian.org>
4801
4802 * Makefile.in (hppa-hpux-tdep.o): Update dependency.
4803 * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make
4804 static.
4805 (hppa_hpux_inferior_created): New function.
4806 (hppa_hpux_init_abi): Register observer.
4807 * symfile.c (hp_cxx_exception_support_initialized)
4808 (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks.
4809 (symbol_file_add_main_1, symbol_file_clear): Likewise.
4810
4811 2004-06-14 Randolph Chung <tausq@debian.org>
4812
4813 * MAINTAINERS (Write After Approval): Alphabetize my entry
4814 correctly.
4815
4816 2004-06-14 Andrew Cagney <cagney@gnu.org>
4817
4818 * MAINTAINERS (testsuite): List Michael Chastain as the lead
4819 testsuite maintainer.
4820
4821 2004-06-13 Andrew Cagney <cagney@gnu.org>
4822
4823 * infcmd.c (print_return_value): Fix logic, allow
4824 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
4825
4826 * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when
4827 defining any macros.
4828 * gdbarch.h: Re-generate.
4829
4830 * gdbarch.sh: Delete "level" attribute. Only check for a macro
4831 redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL.
4832 * gdbarch.h: Re-generate.
4833
4834 * values.c (generic_use_struct_convention): Don't check gcc_p.
4835
4836 * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE)
4837 (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete.
4838 * gdbarch.h, gdbarch.c: Regenerate.
4839 * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE)
4840 (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros.
4841 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
4842 deprecated_max_register_raw_size and
4843 deprecated_max_register_virtual_size.
4844 * v850-tdep.c (v850_gdbarch_init): Ditto.
4845 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
4846 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
4847 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
4848 * cris-tdep.c (cris_gdbarch_init): Ditto.
4849
4850 * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method.
4851 * gdbarch.h, gdbarch.c: Re-generate.
4852 * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function.
4853 (m68hc11_use_struct_convention): Delete function.
4854 (m68hc11_extract_struct_value_address): Delete function.
4855 (m68hc11_return_value): New function.
4856 (m68hc11_gdbarch_init): Instead of store_return_value,
4857 extract_return_value, return_value_on_stack,
4858 deprecated_extract_struct_value_address and use_struct_convention,
4859 set return_value.
4860 * values.c (using_struct_return): Do not call
4861 RETURN_VALUE_ON_STACK.
4862 * arch-utils.h (generic_return_value_on_stack_not): Delete
4863 declaration.
4864 * arch-utils.c (generic_return_value_on_stack_not): Delete
4865 function.
4866
4867 2004-06-12 Andrew Cagney <cagney@gnu.org>
4868
4869 * values.c (register_value_being_returned): Delete function.
4870 * infcmd.c (legacy_return_value): Delete function.
4871 * infcall.c (call_function_by_hand): Inline
4872 "register_value_being_returned", simplify.
4873 * values.c (using_struct_return): Update comment, refer to
4874 print_return_value instead of register_value_being_returned.
4875 * infcmd.c (print_return_value): Inline calls to
4876 register_value_being_returned and legacy_return_value. Simplify.
4877
4878 2004-06-11 Randolph Chung <tausq@debian.org>
4879
4880 * somread.c (som_symtab_read): Exclude gcc local symbols.
4881
4882 2004-06-11 Randolph Chung <tausq@debian.org>
4883
4884 * infrun.c (handle_inferior_event): Handle the case when a
4885 trampoline ends up in the runtime resolver, and if the trampoline
4886 has no name. Rearrange the code so that all the trampoline
4887 processing happens before other step-out-of-range handling.
4888
4889 2004-06-11 Martin Hunt <hunt@redhat.com>
4890
4891 * mips-tdep.c (mips_gdbarch_init): Recognize vr4120
4892 has no fpu.
4893
4894 2004-06-10 Andrew Cagney <cagney@gnu.org>
4895
4896 * blockframe.c (legacy_inside_entry_func): Delete.
4897 (legacy_frame_chain_valid): Inline call to
4898 legacy_inside_entry_func, simplify.
4899
4900 2004-06-10 Bob Rossi <bob@brasko.net>
4901
4902 * dbxread.c (read_dbx_symtab): Set pst->dirname when known.
4903 * dwarf2read.c (partial_die_info): Add dirname field.
4904 (dwarf2_build_psymtabs_hard): Set pst->dirname when known.
4905 (read_partial_die): Save away DW_AT_comp_dir.
4906 * defs.h (symtab_to_filename): Removed.
4907 * source.c (find_and_open_source): Added.
4908 (open_source_file): Just calls find_and_open_source.
4909 (symtab_to_filename): Removed.
4910 (symtab_to_fullname, psymtab_to_fullname): Added.
4911 * source.h (psymtab_to_fullname,symtab_to_fullname): Added.
4912 * symtab.c (lookup_symtab): Call symtab_to_fullname instead of
4913 symtab_to_filename.
4914 * symtab.h (partial_symtab): Add dirname field.
4915 * mi/mi-cmd-file.c (FILENAME,FULLNAME): Added.
4916 (mi_cmd_file_list_exec_source_file): Call new function
4917 symtab_to_fullname to find fullname.
4918 (mi_cmd_file_list_exec_source_files): Added.
4919 * mi/mi-cmds.c (mi_cmd_mi_cmds): Add -file-list-exec-source-files.
4920 * mi/mi-cmds.h (mi_cmd_file_list_exec_source_files): Added.
4921
4922 2004-06-10 Andrew Cagney <cagney@gnu.org>
4923
4924 * avr-tdep.c (avr_gdbarch_init): Do not set use_struct_convention
4925 to generic_use_struct_convention, the default value.
4926
4927 * mn10300-tdep.c (mn10300_type_align): Call internal_error instead
4928 of abort.
4929
4930 * ns32k-tdep.c (ns32k_push_arguments): New function.
4931 (ns32k_gdbarch_init): Set deprecated_push_arguments.
4932 * infcall.c (call_function_by_hand): Call error instead of
4933 legacy_push_arguments.
4934 * value.h (legacy_push_arguments): Delete declaration.
4935 * valops.c (legacy_push_arguments): Delete function.
4936 (value_push): Delete function.
4937
4938 2004-06-10 Brian Ford <ford@vss.fsi.com>
4939
4940 * coffread.c (coff_symfile_read): Prevent mixed debugging formats
4941 from corrupting/reinitializing the psymtab. Support DWARF 2 frame
4942 info.
4943 * dbxread.c (elfstab_build_psymtabs): Remove bogus comment.
4944
4945 2004-06-10 Andrew Cagney <cagney@gnu.org>
4946
4947 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Delete.
4948 * gdbarch.h, gdbarch.c: Re-generate.
4949 * frame.h (deprecated_pc_in_call_dummy): Delete "sp" and "fp"
4950 parameters.
4951 * dummy-frame.c (deprecated_pc_in_call_dummy): Update.
4952 * arm-tdep.c (arm_pc_is_thumb_dummy): Call
4953 deprecated_pc_in_call_dummy instead of
4954 DEPRECATED_PC_IN_CALL_DUMMY.
4955 (arm_skip_prologue): Ditto.
4956 * xstormy16-tdep.c (xstormy16_pop_frame, xstormy16_scan_prologue)
4957 (xstormy16_frame_saved_pc, xstormy16_frame_chain): Ditto.
4958 * v850-tdep.c (v850_find_callers_reg, v850_frame_chain)
4959 (v850_pop_frame, v850_frame_saved_pc, v850_frame_init_saved_regs):
4960 Ditto.
4961 * sh64-tdep.c (sh64_frame_chain, sh64_get_saved_pr)
4962 (sh64_init_extra_frame_info, sh64_get_saved_register)
4963 (sh64_pop_frame): Ditto.
4964 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
4965 * mcore-tdep.c (mcore_find_callers_reg, mcore_frame_saved_pc)
4966 (mcore_pop_frame, mcore_init_extra_frame_info): Ditto.
4967 * h8300-tdep.c (h8300_frame_chain, h8300_frame_saved_pc)
4968 (h8300_pop_frame): Ditto.
4969 * blockframe.c (legacy_inside_entry_func)
4970 (legacy_frame_chain_valid): Ditto.
4971 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update call
4972 to deprecated_pc_in_call_dummy.
4973
4974 2004-06-09 Andrew Cagney <cagney@gnu.org>
4975
4976 * gdbarch.sh (REGISTER_TO_VALUE, VALUE_TO_REGISTER): Do not
4977 provide a default value.
4978 (CONVERT_REGISTER_P): Default to generic_convert_register_p.
4979 * gdbarch.h, gdbarch.c: Re-generate.
4980 * arch-utils.c (generic_convert_register_p): Rename
4981 legacy_convert_register_p
4982 (legacy_register_to_value, legacy_value_to_register): Delete
4983 functions.
4984 * arch-utils.h (generic_convert_register_p): Rename
4985 legacy_convert_register_p.
4986 (legacy_register_to_value, legacy_value_to_register): Delete
4987 declarations.
4988
4989 * gdbarch.sh (DEPRECATED_REGISTER_CONVERT_TO_RAW)
4990 (DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL)
4991 (DEPRECATED_REGISTER_CONVERTIBLE): Delete.
4992 * gdbarch.h, gdbarch.c: Re-generate.
4993 * infcmd.c (default_print_registers_info): Simplify.
4994 * findvar.c (value_of_register): Simplify.
4995 * mi/mi-main.c (get_register): Simplify.
4996 * arch-utils.c (legacy_convert_register_p): Always return 0.
4997 (legacy_register_to_value, legacy_value_to_register): Always call
4998 internal_error.
4999
5000 * infptrace.c (child_xfer_memory) [CLEAR_INSN_CACHE]: Delete
5001 #ifdef CLEAR_INSN_CACHE code.
5002 * target.c (generic_mourn_inferior) [CLEAR_DEFERRED_STORES]:
5003 Delete #ifdef CLEAR_DEFERRED_STORES code.
5004
5005 * solib-svr4.c [HANDLE_SVR4_EXEC_EMULATORS]: Delete #ifdef code.
5006
5007 * config/ia64/tm-linux.h (TARGET_ELF64): Delete macro, Update
5008 copyright.
5009 * config/ia64/tm-aix.h (TARGET_ELF64): Ditto.
5010
5011 * config/mips/mipsv4.mh: Delete file.
5012
5013 * config/pa/tm-hppa64.h (HPREAD_ADJUST_STACK_ADDRESS): Delete
5014 unreferenced macro.
5015 (hpread_adjust_stack_address): Delete declaration.
5016
5017 2004-06-08 Andrew Cagney <cagney@gnu.org>
5018
5019 * infptrace.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5020 (attach, detach): When neither PT_ATTACH / PT_DETACH nor
5021 PTRACE_ATTACH / PTRACE_DETACH available call error.
5022 (PT_ATTACH, PT_DETACH): Move definition to attach / detach.
5023 * infttrace.c (update_thread_state_after_attach, attach, detach):
5024 Remove #ifdef wrappers.
5025 * inftarg.c (child_attach, child_detach): Remove #ifdef wrappers.
5026 * gnu-nat.c [ATTACH_DETACH]: Remove #ifdef wrappers.
5027 * config/nm-bsd.h (ATTACH_DETACH): Delete.
5028 * config/nm-sysv4.h (ATTACH_DETACH): Delete.
5029 * config/nm-nbsd.h (ATTACH_DETACH): Delete.
5030 * config/nm-linux.h (ATTACH_DETACH): Delete.
5031 * config/rs6000/nm-rs6000.h (ATTACH_DETACH): Delete.
5032 * config/pa/nm-hppah.h (ATTACH_DETACH): Delete.
5033 * config/i386/nm-i386sco5.h (ATTACH_DETACH): Delete.
5034 * config/i386/nm-i386sco4.h (ATTACH_DETACH): Delete.
5035 * config/i386/nm-i386gnu.h (ATTACH_DETACH): Delete.
5036
5037 2004-06-08 Corinna Vinschen <vinschen@redhat.com>
5038
5039 * configure.in: Set $configdir to the right OS specific value.
5040 Use value when setting $tcldir and $tkdir.
5041 * configure: Regenerate.
5042
5043 2004-06-06 Paul Brook <paul@codesourcery.com>
5044
5045 * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE
5046 records.
5047
5048 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com>
5049
5050 * ada-lang.c (lookup_symbol_in_language): New function to allow
5051 re-use of another language's symbol lookup code. (Placed here
5052 temporarily while Ada support is being integrated into the public
5053 tree).
5054 (restore_language): New auxiliary function for
5055 lookup_symbol_in_language.
5056 * ada-lang.h (lookup_symbol_in_language): Declare (Placed here
5057 temporarily while Ada support is being integrated into the public
5058 tree).
5059
5060 2004-06-08 Alexandre Oliva <aoliva@redhat.com>
5061
5062 * Makefile.in (check//%): New.
5063
5064 * mn10300-tdep.c (mn10300_extract_return_value): Rewrite.
5065 (mn10300_store_return_value): Rewrite.
5066 (mn10300_type_align): New.
5067 (mn10300_use_struct_convention): Rewrite.
5068 (mn10300_return_value): New, using all of the above.
5069 (mn10300_pop_frame_regular): Add saved_regs_size.
5070 (mn10300_gdbarch_init): Remove deprecated rewritten entry points.
5071
5072 * mn10300-tdep.c (mn10300_analyze_prologue): Don't compute saved
5073 regs if PC is on movm.
5074
5075 2004-06-07 Jim Blandy <jimb@redhat.com>
5076
5077 Add native Linux support for the PowerPC E500.
5078 * ppc-tdep.h (struct gdbarch_tdep): New member: 'ppc_gprs_pseudo_p'.
5079 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize it to false on
5080 all architectures except the E500.
5081 * ppc-linux-nat.c: (PTRACE_GETEVRREGS, PTRACE_SETEVRREGS): New
5082 #definitions.
5083 (struct gdb_evrregset_t): New type.
5084 (have_ptrace_getsetevrregs): New variable.
5085 (get_spe_registers, read_spliced_spe_reg, fetch_spe_register,
5086 fetch_spe_registers): New functions.
5087 (fetch_register): Call fetch_spe_register as appropriate.
5088 Assert that we're only passed raw register numbers.
5089 (fetch_ppc_registers): Call fetch_spe_registers as appropriate.
5090 Don't fetch gprs if they're pseudoregisters.
5091 (set_spe_registers, write_spliced_spe_reg, store_spe_register,
5092 store_spe_registers): New functions.
5093 (store_register): Call store_spe_register as appropriate.
5094 Assert that we're only passed raw register numbers.
5095 (store_ppc_registers): Call store_spe_registers as appropriate.
5096 Don't store gprs if they're pseudoregisters.
5097
5098 2004-06-07 Jeff Johnston <jjohnstn@redhat.com>
5099
5100 * thread-db.c (thread_get_info_callback): Fill in the thread_info
5101 struct if one exists, even if we are dealing with a zombie thread.
5102
5103 2004-06-07 Andrew Cagney <cagney@gnu.org>
5104
5105 * target.h (PC_REQUIRES_RUN_BEFORE_USE): Delete definition.
5106 * config/pa/tm-hppa.h (DEPRECATED_PC_REQUIRES_RUN_BEFORE_USE):
5107 Rename PC_REQUIRES_RUN_BEFORE_USE.
5108 * breakpoint.c (breakpoint_sals_to_pc): Update. Wrap reference in
5109 #ifdef.
5110
5111 2004-06-07 Randolph Chung <tausq@debian.org>
5112
5113 * hppa-tdep.c (hppa_frame_cache): Handle the cases when we start
5114 unwinding after sp has been saved to the stack but before the end
5115 of the prologue, and after the fp has been modified but before it has
5116 been saved to the stack.
5117 (hppa_frame_base_address, hppa_frame_base, hppa_frame_base_sniffer):
5118 Remove superfluous definitions.
5119 (hppa_gdbarch_init): Remove superfluous frame base sniffer.
5120
5121 2004-06-07 Guy Martin <gmsoft@gentoo.org>
5122
5123 Committed by Randolph Chung.
5124 * hppa-linux-nat.c: Include the correct version of the header file
5125 depending on the kernel version.
5126
5127 2004-06-06 Randolph Chung <tausq@debian.org>
5128
5129 * infrun.c (trap_expected_after_continue): Remove HP_OS_BUG workaround.
5130 (proceed, init_wait_for_inferior, handle_inferior_event): Likewise.
5131
5132 2004-06-06 Randolph Chung <tausq@debian.org>
5133
5134 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
5135 (hppa_hpux_skip_trampoline_code): Don't cache symbol values.
5136 * hppa-linux-tdep.c (hppa_linux_in_dyncall): Likewise.
5137 * hppa-tdep.c (hppa_symbol_address): New function definition.
5138 * hppa-tdep.h (hppa_symbol_address): New function declaration.
5139
5140 2004-06-06 Randolph Chung <tausq@debian.org>
5141
5142 * hppa-tdep.h (struct value): Forward declaration.
5143 (gdbarch_tdep): Define tdep find_global_pointer method.
5144 * hppa-tdep.c (hppa32_push_dummy_call): Find the global pointer
5145 associated with the function we are trying to call, and write it
5146 to the gp register.
5147 (hppa32_convert_from_funct_ptr_addr): New function.
5148 (hppa_find_global_pointer): New function.
5149 (hppa_gdbarch_init): Set default find_global_pointer method; set
5150 convert_from_func_ptr_addr method.
5151 * hppa-linux-tdep.c (hppa_linux_find_global_pointer): New function.
5152 (hppa_linux_init_abi): Set find_global_pointer method.
5153 * Makefile.in (hppa-linux-tdep.o): Add value.h dependency.
5154
5155 2004-06-06 Randolph Chung <tausq@debian.org>
5156
5157 * gdbarch.sh (PUSH_DUMMY_CALL): Change CORE_ADDR func_addr argument
5158 to struct value *function.
5159 * gdbarch.c: Regenerate.
5160 * gdbarch.h: Likewise.
5161 * infcall.c (call_function_by_hand): Pass entire function value
5162 to push_dummy_call.
5163
5164 * Makefile.in (alpha-tdep.o, frv-tdep.o, ia64-tdep.o, mips-tdep.o)
5165 (ppc-sysv-tdep.o, rs6000-tdep.o): Update dependencies.
5166 * alpha-tdep.c (alpha_push_dummy_call): Update call signature.
5167 * amd64-tdep.c (amd64_push_dummy_call): Likewise.
5168 * arm-tdep.c (arm_push_dummy_call): Likewise.
5169 * avr-tdep.c (avr_push_dummy_call): Likewise.
5170 * cris-tdep.c (cris_push_dummy_call): Likewise.
5171 * d10v-tdep.c (d10v_push_dummy_call): Likewise.
5172 * frv-tdep.c (frv_push_dummy_call): Likewise.
5173 * h8300-tdep.c (h8300_push_dummy_call): Likewise.
5174 * hppa-tdep.c (hppa32_push_dummy_call)
5175 (hppa64_push_dummy_call): Likewise.
5176 * i386-tdep.c (i386_push_dummy_call): Likewise.
5177 * ia64-tdep.c (ia64_push_dummy_call): Likewise.
5178 * m32r-tdep.c (m32r_push_dummy_call): Likewise.
5179 * m68hc11-tdep.c (m68hc11_push_dummy_call): Likewise.
5180 * m68k-tdep.c (m68k_push_dummy_call): Likewise.
5181 * m88k-tdep.c (m88k_push_dummy_call): Likewise.
5182 * mips-tdep.c (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call)
5183 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Likewise.
5184 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call)
5185 (ppc64_sysv_abi_push_dummy_call): Likewise.
5186 * ppc-tdep.h (ppc_sysv_abi_push_dummy_call)
5187 (ppc64_sysv_abi_push_dummy_call): Likewise.
5188 * rs6000-tdep.c (rs6000_push_dummy_call): Likewise.
5189 * s390-tdep.c (s390_push_dummy_call): Likewise.
5190 * sh-tdep.c (sh_push_dummy_call_fpu)
5191 (sh_push_dummy_call_nofpu): Likewise.
5192 * sparc-tdep.c (sparc32_push_dummy_call): Likewise.
5193 * sparc64-tdep.c (sparc64_push_dummy_call): Likewise.
5194 * vax-tdep.c (vax_push_dummy_call): Likewise.
5195
5196 2004-06-04 Jim Blandy <jimb@redhat.com>
5197
5198 * ppc-linux-nat.c (fetch_register): Don't forget to pass the
5199 gdbarch argument to register_size.
5200
5201 * rs6000-tdep.c (rs6000_store_return_value): Use
5202 regcache_cooked_write_part instead of
5203 deprecated_write_register_bytes.
5204 (rs6000_gdbarch_init): Register it for gdbarch_store_return_value,
5205 not gdbarch_deprecated_store_return_value.
5206
5207 * ppc-linux-nat.c (store_register, fetch_register): Remove
5208 incorrect assertions. Simplify and generalize handling of
5209 transfers whose sizes are not multiples of, or less than, sizeof
5210 (PTRACE_XFER_TYPE).
5211
5212 2004-06-04 Jeff Johnston <jjohnstn@redhat.com>
5213
5214 * infrun.c (handle_inferior_event): Don't treat an invalid ptid
5215 as a new thread event.
5216 * thread-db.c (thread_get_info_callback): If the thread is a
5217 zombie, return TD_THR_ZOMBIE.
5218 (thread_from_lwp): If thread_get_info_callback returns
5219 TD_THR_ZOMBIE, check if the thread is still on the thread list
5220 and return a -1 ptid if not found.
5221 (thread_db_wait): If thread_from_lwp returns a -1 ptid, then
5222 change the status to TARGET_WAITKIND_SPURIOUS.
5223
5224 2004-06-03 Corinna Vinschen <vinschen@redhat.com>
5225
5226 * sh-tdep.c (sh3e_sh4_store_return_value): Correctly store
5227 double values in little endian mode.
5228
5229 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
5230
5231 Committed by Andrew Cagney.
5232 * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma
5233 after last enum constant to avoid error from IBM C
5234 compiler.
5235
5236 2004-06-02 Jim Blandy <jimb@redhat.com>
5237
5238 * ppc-linux-nat.c (store_register, fetch_register): Rename 'mess'
5239 to 'message', and make it local to the lone block that uses it.
5240
5241 * ppc-linux-nat.c (store_register): Remove unused local 'offset'.
5242
5243 2004-06-02 Paul N. Hilfinger <hilfinger@gnat.com>
5244
5245 * ada-exp.y: Update copyright notice.
5246 Include block.h.
5247
5248 Replace REGNAME, LAST, INTERNAL_VARIABLE with
5249 SPECIAL_VARIABLE and unify the treatment of these cases.
5250
5251 (write_attribute_call0): Remove.
5252 (write_attribute_call1): Remove.
5253 (write_attribute_calln): Remove.
5254 (save_qualifier): Add missing semicolon.
5255
5256 (simple_exp,exp): Decomment (i.e., reactivate) code that was
5257 temporarily disabled to allow compilation with FSF head version.
5258
5259 (simple_exp syntax): Remove use of OP_ADA_ATTRIBUTE and
5260 use individual operators (OP_*) for all attributes.
5261 (exp syntax): Use write_int.
5262 Handle STRING literals with OP_STRING.
5263 (variable syntax): Add limit parameter to calls to
5264 write_object_renaming.
5265
5266 (temp_parse_space): New definition to hold entities that need
5267 only live until the next call to ada_parse.
5268 (string_to_operator): Rename fields of ada_opname_table entries.
5269
5270 (write_var_from_sym): Record block.
5271 (write_var_from_name): Minor reformatting.
5272 Make sure saved name is properly encoded in the case of multiple
5273 matches, and set its language to Ada.
5274 Update comment.
5275 Modify to indicate unresolved name as symbol in the UNRESOLVED
5276 namespace, allocated in temp_parse_space.
5277 (write_int): New function.
5278
5279 (write_object_renaming): Add max_depth parameter to limit
5280 chains of object renamings.
5281 Handle case where root of renaming expression is itself a renaming.
5282 Use temp_parse_space for temporary name buffer.
5283 Handle renamings to dereferenced pointers (___XEXA suffices).
5284
5285 (ada_parse, yyerror, string_to_operator,
5286 write_var_from_sym, write_var_from_name, write_attribute_call0,
5287 write_attribute_call1, write_attribute_calln,
5288 write_object_renaming): Protoize.
5289
5290 (_initialize_ada_exp): New function.
5291
5292 * ada-lang.c: Update copyright notice.
5293 General terminology change to conform to GNAT compiler usage:
5294 mangle => encode, demangle => decode
5295 Include gdb_obstack.h.
5296 Include gdb_regex.h
5297 Include frame.h
5298 Include hashtab.h
5299 Include completer.h
5300 Include gdb_stat.h
5301 Include block.h
5302 Include infcall.h
5303
5304 (ADA_RETAIN_DOTS): Make sure this is defined.
5305 (TRUNCATION_TOWARDS_ZERO): Define.
5306 (struct string_vector): Define.
5307 (unresolved_names): Remove definition.
5308 (xnew_string_vector): New function.
5309 (string_vector_append): New function.
5310 (extract_string): Make static.
5311 (ada_unqualified_name): New function.
5312 (add_angle_brackets): New function.
5313 (function_name_from_pc): New function.
5314 (place_on_stack): Rename to ensure_lval.
5315
5316 (ensure_lval): Renamed from place_on_stack.
5317 Make identity on lvals.
5318 Update comment.
5319 (is_nonfunction): New interface.
5320 Only symbols in LOC_CONST class can be enumerals.
5321 (fill_in_ada_prototype): Remove; now independent of language.
5322 (add_defn_to_vec): Add obstack and symtab arguments.
5323 Use obstack to hold collected definitions.
5324 (num_defns_collected): New function.
5325 (defns_collected): New function.
5326 (ada_resolve_subexp): Rename to resolve_subexp.
5327 (resolve_subexp): Renamed from ada_resolve_subexp.
5328 (ada_op_name): Return non-const result.
5329 (ada_decoded_op_name): Renamed from ada_op_name, now used for
5330 other purposes.
5331
5332 (to_fixed_array_type): Add declaration.
5333 (coerce_unspec_val_to_type): Remove offset parameter.
5334 (find_sal_from_funcs_and_line): New interface.
5335 (find_line_in_linetable): Ditto.
5336
5337 (all_sals_for_line): Rename to ada_sals_for_line and make
5338 global.
5339 Add new parameter. When set, do not ask the user to choose the
5340 instance, but use the first one found instead.
5341 Use given line number in returned sals.
5342 Fix comment.
5343 Skip the prologue if funfirstline is set.
5344 Correct for memory leak when 0 lines found.
5345
5346 (value_pos_atr): Use pos_atr.
5347 (pos_atr): New function.
5348 (standard_lookup): Add block parameter.
5349
5350 (makeTimeStart): Remove declaration and uses.
5351 (makeTimeStop): Remove declaration and uses.
5352
5353 (ada_completer_word_break_characters): Allow for VMS.
5354 (ADA_MAIN_PROGRAM_SYMBOL_NAME): Make into constant.
5355 (raise_sym_name): New constant.
5356 (raise_unhandled_sym_name): New constant.
5357 (raise_assert_sym_name): New constant.
5358 (process_raise_exception_name): New constant.
5359 (longest_exception_template): New constant.
5360 (warning_limit): New variable to limit warnings during expression
5361 evaluation.
5362 (warnings_issued): New variable to keep track of warnings issued.
5363 (known_runtime_file_name_patterns): New constant.
5364 (known_auxiliary_function_name_patterns): New constant.
5365 (symbol_list_obstack): New variable.
5366
5367 (field_name_match,is_suffix,is_suppressed_name,ada_encode,
5368 ada_decode,ada_match_name,encoded_ordered_before,equiv_types,
5369 lesseq_defined_than,is_nondebugging_type,is_name_suffix,wild_match,
5370 find_sal_from_funcs_and_line, ada_breakpoint_rewrite,
5371 ada_is_tagged_type, ada_is_parent_field, ada_is_wrapper_field,
5372 ada_variant_discrim_name, field_alignment, dynamic_template_type,
5373 ada_is_character_type, ada_is_aligner_type, ada_is_vax_floating_type):
5374 Replace use of deprecated STREQ and STREQN macros by calls to strncmp
5375 and strcmp.
5376
5377 (ada_get_field_index): New function.
5378 (lim_warning): New function.
5379 (ada_translate_error_message): New function.
5380 (MAX_OF_SIZE): New function.
5381 (MIN_OF_SIZE): New function.
5382 (UMAX_OF_SIZE): New function.
5383 (UMIN_OF_SIZE): New function.
5384 (discrete_type_high_bound): New function.
5385 (discrete_type_low_bound): New function.
5386 (base_type): New function.
5387 (do_command): Remove.
5388
5389 (ada_update_initial_language): Use language_ada, not language_unknown.
5390 (ada_encode): Renamed from ada_mangle.
5391 Obey ADA_RETAIN_DOTS.
5392 (ada_decode): Renamed from ada_demangle.
5393 Update coding conventions.
5394 (decoded_names_store): New hash table.
5395 (ada_decode_symbol): New function.
5396 (ada_la_decode): New function.
5397
5398 (modify_general_field): Correct computations of offset and bit
5399 position.
5400 (desc_base_type): Handle ref types, too.
5401 (ada_is_direct_array_type): New function.
5402
5403 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5404 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5405 (ada_is_bogus_array_descriptor,ada_type_of_array,
5406 ada_coerce_to_simple_array_ptr,ada_coerce_to_simple_array,
5407 ada_type_match,convert_actual,ada_evaluate_subexp): Use renamed
5408 ada_is_array_descriptor_type.
5409
5410 (ada_coerce_to_simple_array_type): Fix incorrect value freeing.
5411 (ada_is_packed_array_type): Handle pointers or
5412 references to packed arrays as well.
5413 (packed_array_type): Uncomment use of TYPE_FLAG_FIXED_INSTANCE.
5414 (decode_packed_array_type): Search for the packed array type
5415 symbol in the currently selected block and associated
5416 superblocks too.
5417 Use lookup_symbol again.
5418
5419 (decode_packed_array): Handle pointers and references.
5420 Update call to coerce_unspec_val_to_type.
5421 (decode_packed_array_type,value_subscript_packed): Limit warnings.
5422 (ada_value_primitive_packed_val): Improve comment.
5423
5424 (ada_index_type): Substitute int type for "undefined".
5425 (ada_index_type,ada_array_bound_from_type,ada_array_bound,
5426 ada_array_langth, ada_is_string_type): Use renamed
5427 ada_is_simple_array_type.
5428 (empty_array): New function.
5429
5430 (ada_resolve): Rename to resolve.
5431 (resolve): Make static.
5432 Call renamed resolve_subexp.
5433 Update comment.
5434 (ada_resolve_subexp): Rename to resolve_subexp.
5435 (resolve_subexp): Update comment.
5436 Decomment disabled code.
5437 Add LOC_COMPUTED* cases.
5438 Modify to use temporary struct symbols (marked as being in
5439 UNDEF_NAMESPACE) to indicate unresolved names, instead of
5440 OP_UNRESOLVED_VALUE.
5441 Remove OP_ATTRIBUTE; use individual opcodes for attributes.
5442 Add OP_STRING case.
5443 Remove OP_ARRAY.
5444 Use SYMBOL_PRINT_NAME instead of ada_demangle.
5445 Use new ada_lookup_symbol_list interface.
5446 Use new ada_resolve_function interface.
5447 Remove OP_TYPE case.
5448
5449 (ada_args_match): Idiot proof against null actuals.
5450 Use intermediate variables to clarify.
5451 (ada_resolve_function): Update comment and interface.
5452 (mangled_ordered_before): Rename to encoded_ordered_before and
5453 update comment.
5454 (sort_choices): Update comment and interface.
5455 Use SYMBOL_LINKAGE_NAME in place of SYMBOL_NAME.
5456 (user_select_syms): New interface.
5457 Use new sort_choices interface.
5458 Use SYMBOL_PRINT_NAME rather than SYMBOL_SOURCE_NAME.
5459 (possible_user_operator_p): Idiot-proof against null values.
5460 (ada_simple_renamed_entity): Don't make cleanup; rely on
5461 caller to free result string.
5462 Remove const from return type.
5463 (make_array_descriptor): Rename uses of place_on_stack to
5464 ensure_lval.
5465 Make sure that arrays are on stack.
5466
5467 (HASH_SIZE): Define.
5468 (struct cache_entry): Define.
5469 (cache_space): Define.
5470 (cache): Define.
5471 (clear_ada_sym_cache): New function.
5472 (find_entry): New function.
5473 (lookup_cached_symbol): New function.
5474 (defn_vector_size): Define.
5475 (cache_symbol): New function.
5476 (defn_symbols): Remove.
5477
5478 (standard_lookup): Use lookup_symbol_in_language to get effect of
5479 C lookup.
5480 Cache results.
5481
5482 (symbol_completion_match): New function.
5483 (symbol_completion_add): New function.
5484 (ada_make_symbol_completion_list): New function.
5485
5486 (ada_lookup_partial_symbol,ada_lookup_simple_minsym,
5487 add_symbols_from_enclosing_procs,remove_extra_symbols): Replace
5488 DEPRECATED_SYMBOL_NAME with SYMBOL_LINKAGE_NAME.
5489 (symtab_for_sym): Handle LOC_COMPUTED, LOC_COMPUTED_ARG.
5490
5491 (ada_lookup_simple_minsym): New function.
5492 (ada_lookup_minimal_symbol): Use ada_lookup_simple_minsym.
5493
5494 (add_symbols_from_enclosing_procs): New interface.
5495 Conditionalize more helpfully.
5496 Don't bother if program isn't running.
5497 Use new interface to get_frame_block.
5498 Limit number of levels searched with MAX_LEXICAL_LEVELS, just in case.
5499
5500 (remove_extra_symbols): New interface.
5501 (xget_renaming_scope): New function.
5502 (is_package_name): New function.
5503 (renaming_is_visible): New function.
5504 (remove_out_of_scope_renamings): New function.
5505
5506 (ada_lookup_symbol_list): New interface.
5507 Properly reinitialize the symbol list obstack.
5508 Don't call add_symbols_from_enclosing_procs if we start from a
5509 static or global block.
5510 Use new interfaces to ada_add_block_symbols, add_defn_to_vec,
5511 add_symbols_from_enclosing_procs.
5512 Add symtab data to cached entries.
5513 Handle symbols prefixed with
5514 "standard__" specially; strip prefix and don't look in local symbols.
5515 Do not include out of scope renaming symbols in list of
5516 symbols returned.
5517 Add const to block parameter.
5518 Move check for non-local, non-global symbols earlier.
5519 Remove timing stuff.
5520 (ada_lookup_symbol): New interface.
5521 Find symtab as well.
5522 (ada_lookup_symbol_nonlocal): New function.
5523
5524 (is_name_suffix): Enhance suffix detection to recognize
5525 an optional "__[:digit:]+" before any "\.[:digit:]+" suffix.
5526 (is_dot_digits_suffix): New function.
5527 (wild_match): Ignore ".[:digit:]*" suffixes during matches.
5528
5529 (ada_add_block_symbols): New interface. Use obstack to return results
5530 in a vector of struct ada_symbol_infos. Add symtab argument.
5531 Use new interface to add_defn_to_vec.
5532 Remove calls to fill_in_ada_prototype.
5533 Use BLOCK_BUCKETS, BLOCK_BUCKET.
5534
5535 (ada_finish_decode_line_1): Add const qualification to local to fix
5536 warning.
5537 Start looking in static block for functions to avoid attempts
5538 to search frame chain for up-level variables.
5539 Adapt to new ada_sals_for_line interface.
5540 Use new interfaces to ada_lookup_symbol_list and user_select_syms.
5541 Handle quoting of the function name inside the spec string.
5542 Skip prologue when funfirstline is set and update the
5543 function documentation to that effect.
5544
5545 (debug_print_lines, debug_print_block, debug_print_blocks,
5546 debug_print_symtab): Remove.
5547
5548 (ada_main_name): New function.
5549 (ada_exception_breakpoint_type): New function.
5550 (is_known_support_routine): New function.
5551 (ada_find_printable_frame): Renamed from find_printable_frame and made
5552 global.
5553 Remove level parameter.
5554 Use new interface to select_frame.
5555
5556 (begin_command): Remove.
5557 (ada_adjust_exception_stop): New function.
5558 (ada_print_exception_stop): New function.
5559 (exception_name_from_cond): New function.
5560 (ada_report_exception_break): Replace disabled code with
5561 conditionalization on GNAT_GDB.
5562 Get the exception name from the condition string.
5563 Remove and move functionality into new functions
5564 ada_print_exception_breakpoint_task and
5565 ada_print_exception_breakpoint_nontask.
5566 (error_breakpoint_runtime_sym_not_found): New function.
5567 (is_runtime_sym_defined): New function.
5568 (ada_breakpoint_rewrite): Uncomment suppressed code.
5569 Use symbolic error-message and runtime-symbol names.
5570 Surround runtime symbol names in quotes.
5571 Allow non-specific breakpoints on exceptions and assertions before
5572 program starts.
5573
5574 (ada_is_tagged_type): Add parameter.
5575 (ada_is_tag_type): New function.
5576 (ada_tag_type): Use new ada_lookup_struct_elt_type interface.
5577 (ada_variant_discrim_type): Ditto.
5578 (value_tag_from_contents_and_address): New function.
5579 (type_from_tag): New function.
5580 (struct tag_args): New structure used to communicate with
5581 ada_tag_name_1.
5582 (ada_tag_name_1): New function.
5583 (ada_tag_name): New function.
5584
5585 (ada_scan_number): Update comment.
5586 (find_struct_field): New function.
5587 (ada_search_struct_field): Make static.
5588 (ada_value_struct_elt): New version that returns references when
5589 given pointers or references to structs.
5590 (ada_lookup_struct_elt_type): Add 'refok' parameter.
5591 (ada_which_variant_applies): Use new ada_lookup_struct_elt_type
5592 interface.
5593 (ada_value_ind): Use new ada_to_fixed_value interface.
5594 (ada_coerce_ref): Ditto.
5595 (field_offset): Remove.
5596
5597 (ada_find_any_symbol): New function, extracted from ada_find_any_type.
5598 (ada_find_renaming_symbol): New function.
5599 (ada_prefer_type): Prefer named types over unnamed ones.
5600 (variant_field_index): New function.
5601 (contains_variant_part): Removed: subsumed by variant_field_index.
5602 (ada_template_to_fixed_record_type): New function, mostly from
5603 template_to_fixed_record_type.
5604 (template_to_fixed_record_type):
5605 Do not scan the type fields beyond the last one; prevents a
5606 potential SEGV.
5607 Handle case where variant field is listed BEFORE discriminant it
5608 depends on.
5609 Fix calculation of record length when bit length is
5610 not evenly divisible by char length.
5611 Move code to ada_template_to_fixed_record_type and call it.
5612
5613 (template_to_static_fixed_type): Revise comment.
5614 Modify to work on ordinary record types as well as templates,
5615 so as to handle fields that use ___XVE or ___XVU encodings.
5616 (to_record_with_fixed_variant_part): Fill out comment.
5617 Initialize C++ stuff in right type.
5618 Allow case where DVAL is null.
5619 Handle case where variant field is not last.
5620 Fix typo concerning record length.
5621 (to_fixed_record_type): Decomment disabled code.
5622 (to_fixed_record_type): Use variant_field_index instead of
5623 contains_variant_part.
5624 (to_fixed_variant_branch_type): Ditto.
5625 (to_fixed_array_type): Decomment disabled code.
5626 (ada_to_fixed_type): Convert tagged types to the specific type.
5627 Deactivate the size-check for array types in order to avoid
5628 some false size alarms.
5629 (to_static_fixed_type): Decomment disabled code.
5630 Modify to call template_to_static_fixed_type
5631 on ordinary structs, not just ___XVE- and ___XVU-encoded fields.
5632 (ada_to_fixed_value_create): Renamed version of old ada_to_fixed_value.
5633 Remove valaddr argument, as it is never really used.
5634 (ada_to_fixed_value): Change interface to act on single struct value*
5635 operand.
5636 (adjust_pc_past_prologue): New function.
5637 (ada_attribute_name): Modify to take enum exp_opcode argument.
5638
5639 (ada_enum_name): Recognize new homonym-distinguishing convention.
5640 Adjust local variable's type to remove compiler warning.
5641 Fix a small problem in the part that unqualifies the enumeration name.
5642 (ada_value_binop): New function.
5643 (ada_value_equal): New function.
5644
5645 (ada_evaluate_subexp): Use new ada_lookup_struct_elt_type interface.
5646 Don't give error message when not doing normal evaluation
5647 and a tagged type doesn't seem to contain a structure member.
5648 Give error message for packed arrays.
5649 For indexing arrays, handle pointers to packed arrays correctly.
5650 Handle case of 'first and 'last attributes of bare integral type
5651 without encoded subtype info.
5652 Remove some unnecessary casts.
5653 Fix uninitialized value of type in computing 'first, 'last, or 'length
5654 of array object.
5655 Add BINOP_EQUAL and BINOP_NOTEQUAL cases.
5656 Remove binop_user_defined_p tests and value_x_binop and value_x_unop
5657 calls.
5658 Attributes are now exp_opcode values.
5659 Correct treatment of 'modulus.
5660 Better error message for taking 'length of wrong kind of type;
5661 improve comment.
5662 Change EVAL_NORMAL to noside for consistency.
5663 Use ada_value_binop for DIV, MOD, REM.
5664 Make special case out of array of length 0, since an argument
5665 of 0 upsets some platforms' malloc.
5666 Use OP_STRING instead of OP_ARRAY.
5667 For slice, add check that we have an array type before extracting
5668 a slice out of it. Avoids a SEGV.
5669 When evaluating an array slice, if the array type is a reference to
5670 an aligner type, then replace the aligner type by the actual type.
5671 Decomment disabled code.
5672 Remove some dead code.
5673 Use temporary struct symbols (marked as being in UNDEF_NAMESPACE)
5674 to indicate unresolved names, instead of OP_UNRESOLVED_VALUE.
5675 Rename BINOP_MBR to BINOP_IN_BOUNDS, TERNOP_MBR to TERNOP_IN_RANGE,
5676 and UNOP_MBR to UNOP_IN_RANGE.
5677 If an array type has a parallel ___XVE type, then use it.
5678 Turn arrays into pointers for lvalue arrays.
5679 Change TERNOP_SLICE code to work even when bounds are unknown, ignoring
5680 bounds error and handle 0-length slices.
5681 Use lim_warning.
5682 When selecting fields, apply ada_to_fixed_value (because the fields
5683 might have ___XVU or ___XVE encodings even if not dynamic.)
5684 Use ada_to_fixed_value_create and new ada_to_fixed_value interface.
5685 (ada_is_system_address_type): New function.
5686
5687 (get_var_value): Use new interface to ada_lookup_symbol_list.
5688 (get_int_var_value): New interface.
5689 (to_fixed_range_type): Allow unknown bound, with warning.
5690 (ada_is_modular_type): Decomment disabled code.
5691 (ADA_OPERATORS): New definition.
5692 (ada_operator_length): New function.
5693 (ada_expr_op_name): New function.
5694 (ada_forward_operator_length): New function.
5695 (ada_dump_subexp_body): New function.
5696 (ada_print_subexp): New function.
5697 (ada_exp_descriptor): New constant.
5698 (ada_op_print_tab): Add 'size. Remove FIXMEs.
5699 (ada_language_defn): Add ada_exp_descriptor entry.
5700 Change ada_parse => parse.
5701 Add post-parser entry.
5702 Use ada-specific non-local symbol lookup.
5703 Don't use C-style arrays.
5704 String lower-bound is 1.
5705 Decomment disabled code.
5706 (parse): New function.
5707 New fields ada_translate_error_message, ada_lookup_symbol,
5708 ada_lookup_minimal_symbol.
5709
5710 * ada-lang.h: Update copyright dates.
5711 Replace the mangle/demangle terminology throughout by the
5712 more appropriate encode/decode one.
5713 Include breakpoint.h.
5714 Forward declare struct partial_symbol, struct block.
5715 (ADA_KNOWN_RUNTIME_FILE_NAME_PATTERNS): Define.
5716 (EXTRACT_ADDRESS): Remove.
5717 (EXTRACT_INT): Remove.
5718 (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Define.
5719 (MAX_ENCLOSING_FRAME_LEVELS): Define.
5720 (MAX_RENAMING_CHAIN_LENGTH): Define.
5721 (struct ada_opname_map): mangled => decoded, demangled=>encoded.
5722
5723 (enum task_states): Remove.
5724 ada_task_states: Remove.
5725 (fat_string): Remove.
5726 (struct entry_call): Remove.
5727 (struct task_fields): Remove.
5728 (struct task_entry): Remove.
5729
5730 (struct ada_symbol_info): Define.
5731 (enum ada_attribute): Remove.
5732 (enum ada_operator): Define.
5733
5734 (ada_get_field_index): Declare.
5735 (ada_coerce_to_simple_array): Rename to ada_coerce_to_simple_array_ptr.
5736 (ada_is_simple_array): Rename to ada_is_simple_array_type.
5737 (ada_is_array_descriptor): Rename to ada_is_array_descriptor_type.
5738 (ada_lookup_symbol_list): New interface.
5739 (ada_decode_symbol): Declare.
5740 (ada_decode): Declare.
5741 (ada_lookup_symbol): New interface.
5742 (ada_update_initial_language): Declare.
5743 (ada_lookup_simple_minsym): Declare.
5744 (user_select_syms): New interface.
5745 (ada_sals_for_line): Declare.
5746 (ada_is_tagged_type): New interface.
5747 (ada_tag_name): Declare.
5748 (ada_lookup_struct_elt_type): Remove declaration.
5749 (ada_search_struct_field): Remove declaration.
5750 (ada_attribute_name): New interface.
5751 (ada_is_system_address_type): Declare.
5752 (ada_to_fixed_value): Remove declaration.
5753 (ada_template_to_fixed_record_type_1): Declare.
5754 (get_int_var_value): New interface.
5755 (ada_find_any_symbol): Declare.
5756 (ada_find_renaming_symbol): Declare.
5757 (ada_mangle): Rename to ada_encode.
5758 (ada_simple_renamed_entity): Remove const.
5759 (ada_main_name): Declare.
5760 (get_current_task): Rename to ada_get_current_task.
5761 (get_entry_number): Remove declaration.
5762 (ada_report_exception_break): Remove declaration.
5763 (ada_print_exception_breakpoint_nontask): Declare.
5764 (ada_print_exception_breakpoint_task): Declare.
5765 (ada_find_printable_frame): Declare.
5766
5767 * ada-lex.l: Update copyright notices.
5768 Use xmalloc and xfree instead of malloc and free.
5769 Use new interface to name_lookup.
5770 Use new interface to
5771 ada_mangle=>ada_encode.
5772 Redo handling of '$...' variable to parallel current treatment
5773 in c-exp.y.
5774 (resize_tempbuf, canonicalizeNumeral, is_digit_in_base,
5775 digit_to_int, strtoulst, processInt, processReal, processId,
5776 block_lookup, name_lookup, find_dot_all, subseqMatch, processAttribute,
5777 yywrap): Protoize.
5778
5779 (processInt): Use cast to remove harmless warning.
5780 (processReal): Modify to get rid of compiler warning on scan formats.
5781
5782 (processId): Replace xmalloc with obstack_alloc for name and remove
5783 call to ada_name_string_cleanup.
5784 Remove obsolete disabled code.
5785 (name_lookup): Ditto.
5786 New interface.
5787 Use obsavestring on temp_parse_space instead of savestring
5788 on name, and remove call to ada_name_string_cleanup.
5789 Free string returned from ada_simple_renamed_entity.
5790 Use new interface to ada_lookup_symbol_list.
5791 Decomment disabled code.
5792 Treat LOC_COMPUTED and LOC_COMPUTED_ARG symbols as variables,
5793 not types.
5794 When a type name lookup succeeds as a result of
5795 lookup_primitive_typename, check for regular type entry that has not
5796 yet been read in.
5797 Limit length of chain of renamed symbols we are willing to follow.
5798 Do not break names beginning with "standard__" into segments.
5799 (block_lookup): Use new interface to ada_lookup_symbol_list.
5800
5801 * ada-typeprint.c: Update copyright notice.
5802 (demangled_type_name): Rename to decoded_type_name.
5803 (ada_typedef_print): Use SYMBOL_PRINT_NAME.
5804 (print_range_bound): Correct handling of negative
5805 bounds that make the index type looked unsigned under STABS.
5806 (print_dynamic_range_bound): Use new interface to get_int_var_value.
5807 (print_range_type_named): Use the builtin int type if no type
5808 corresponding to the given type name could be found.
5809 (print_array_type): ada_is_simple_array => ada_is_simple_array_type.
5810 Add some bullet-proofing.
5811 (print_variant_clauses): Allow for variant branches with ___XVU
5812 encodings that are not dynamic fields.
5813 Use new interface to ada_is_tagged_type.
5814 (print_record_type): Allow for fields with ___XVE encodings that
5815 are not dynamic fields.
5816 Use new interface to ada_is_tagged_type.
5817 (ada_print_type): ada_is_array_descriptor =>
5818 ada_is_array_descriptor_type.
5819
5820 * ada-valprint.c: Update copyright notice.
5821 Include gdb_string.h
5822 Include infcall.h
5823 (ui_memcpy): New function.
5824 (ada_print_floating): New function.
5825 (ada_print_str): Order arguments correctly.
5826 Correct handling of empty arrays and arrays of 0-length items.
5827 ada_is_array_descriptor => ada_is_array_descriptor_type
5828 Print values of type System.Address in hexadecimal format.
5829 Use ada_print_floating to print floating-point numbers in Ada format.
5830 Print class tag values with type names.
5831 No longer print the address of reference values. Avoids
5832 a potential confusion.
5833 (ada_value_print): Stop printing the object type for reference
5834 values, but preserve that behavior for access types. Avoids
5835 a potential confusion.
5836 Simplify one conditional expression, as the first part is now
5837 necessarily true.
5838 ada_is_array_descriptor => ada_is_array_descriptor_type
5839 Add check for arrays for null records, and print them by hand.
5840
5841 2004-06-01 Jim Blandy <jimb@redhat.com>
5842
5843 * ppc-tdep.h: Delete unused 'regoff' member.
5844 * rs6000-tdep.c (rs6000_gdbarch_init): Don't initialize it.
5845
5846 2004-06-01 Michael Chastain <mec.gnu@mindspring.com>
5847
5848 Fix PR symtab/1661.
5849 * hpread.c (hpread_pxdb_needed): Call memset after alloca.
5850 (hpread_read_struct_type): Likewise.
5851
5852 2004-06-01 Andrew Cagney <cagney@gnu.org>
5853
5854 * mi/mi-cmd-env.c (env_execute_cli_command): Use xstrprintf
5855 instead of xasprintf.
5856 * mi/mi-main.c (mi_error_last_message, mi_cmd_exec_interrupt)
5857 (mi_cmd_thread_select, mi_cmd_thread_list_ids)
5858 (mi_cmd_data_list_register_names)
5859 (mi_cmd_data_list_changed_registers)
5860 (mi_cmd_data_list_register_values)
5861 (get_register, mi_cmd_data_write_register_values)
5862 (mi_cmd_data_write_register_values)
5863 (mi_cmd_data_assign, mi_cmd_data_evaluate_expression)
5864 (mi_cmd_target_download, mi_cmd_target_select)
5865 (mi_cmd_data_read_memory, mi_cmd_data_write_memory)
5866 (mi_execute_cli_command, mi_execute_async_cli_command)
5867 (mi_execute_async_cli_command): Ditto.
5868 * mi/mi-interp.c (mi_cmd_interpreter_exec) Ditto.
5869 * mi/mi-cmd-var.c (mi_cmd_var_create): Ditto.
5870
5871 * mi/mi-cmds.h (mi_error_last_message): Delete declaration.
5872 * mi/mi-interp.c (mi_cmd_interpreter_exec): Call
5873 error_last_message instead of mi_error_last_message.
5874 * mi/mi-main.c (mi_error_last_message): Delete function.
5875
5876 * mi/mi-main.c (mi_cmd_data_read_memory): Add missing return for
5877 "invalid number of columns" error. Delete redundant "out of
5878 memory" check.
5879
5880 2004-05-31 Mark Kettenis <kettenis@gnu.org>
5881
5882 * i386bsd-nat.c: Don't include <sys/procfs.h>.
5883 (gregset_t, fpregset_t): Remove typedefs.
5884 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Remove macros.
5885 (REG_OFFSET): Rename argument.
5886 (i386bsd_r_reg_offset): Rename from reg_offset.
5887 (REG_ADDR): Remove macro.
5888 (cannot_fetch_register, supply_gregset, fill_gregset): Remove
5889 functions.
5890 (i386bsd_supply_gregset, i386bsd_collect_gregset): New functions.
5891 (fetch_inferior_registers): Use `struct reg' and `struct fpreg'
5892 instead of gregset_t and fpregset_t. Use i386bsd_supply_gregset
5893 instead of supply_gregset.
5894 (store_inferior_registers): Use `struct reg' and `struct fpreg'
5895 instead of gregset_t and fpregset_t. Use i386bsd_collect_gregset
5896 instead of fill_gregset.
5897 (register_u_addr): Use i386_r_reg_offset instead of REG_ADDR.
5898
5899 * i386bsd-nat.c: Don't include "gregset.h".
5900 (supply_gregset, fill_gregset): Make static.
5901 (supply_fpregset, fill_fpregset): Remove.
5902 * Makefile.in (i386bsd-nat.o): Update dependencies.
5903
5904 2004-05-30 Mark Kettenis <kettenis@gnu.org>
5905
5906 * fbsd-proc.c: Include "regcache.h", "regset.h" and
5907 "gdb_assert.h". Con't include "gregset.h".
5908 (fbsd_make_corefile_notes): Use regset-based core file support
5909 instead off fill_gregset and fill_fpregset.
5910 * Makefile.in (fbsd-proc.o): Update dependencies.
5911
5912 * m88k-tdep.c (m88k_analyze_prologue): Fix handling of branch
5913 instructions.
5914 (m88k_frame_prev_register): Simplify code a bit.
5915
5916 * amd64-tdep.c (amd64_supply_fpregset): Adjust comment.
5917 (amd64_collect_fpregset): New function.
5918 (amd64_regset_from_core_section): Use amd64_collect_fpregset.
5919
5920 * hppa-tdep.h (hppa_regnum): Add HPPA_R31_REGNUM.
5921
5922 * i386-tdep.c (i386_supply_gregset): Adjust comment.
5923 (i386_collect_gregset): New function.
5924 (i386_supply_fpregset): Adjust comment.
5925 (i386_collect_fpregset): New function.
5926 (i386_regset_from_core_section): Use i386_collect_gregset and
5927 i386_collect_fpregset.
5928
5929 * hppa-tdep.c (hppa_frame_prev_register_helper): Reimplement to
5930 handle VALUEP being null.
5931
5932 * regset.h (collect_regset_ftype): Unconstify fourth argument.
5933
5934 2004-05-29 Mark Kettenis <kettenis@gnu.org>
5935
5936 * MAINTAINERS: Undelete m88k. Add myself as maintainer.
5937
5938 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Adjust for new
5939 assembler in OpenBSD 3.5-current.
5940 (amd64obsd_sigcontext_addr): Likewise.
5941
5942 2004-05-28 Jim Blandy <jimb@redhat.com>
5943
5944 * rs6000-tdep.c: Use the modern gdbarch methods for handling the
5945 register set, so our regcache isn't declared "legacy" and our E500
5946 pseudoregister read and write functions aren't ignored.
5947 (rs6000_register_byte, rs6000_register_raw_size,
5948 rs6000_register_virtual_type, rs6000_register_convertible,
5949 rs6000_register_convert_to_virtual,
5950 rs6000_register_convert_to_raw): Deleted.
5951 (rs6000_register_type, rs6000_convert_register_p,
5952 rs6000_register_to_value, rs6000_value_to_register): New
5953 functions.
5954 (rs6000_gdbarch_init): Don't register
5955 gdbarch_deprecated_register_size,
5956 gdbarch_deprecated_register_bytes,
5957 gdbarch_deprecated_register_byte,
5958 gdbarch_deprecated_register_raw_size,
5959 gdbarch_deprecated_register_virtual_type,
5960 gdbarch_deprecated_register_convertible,
5961 gdbarch_deprecated_register_convert_to_virtual, or
5962 gdbarch_deprecated_register_convert_to_raw methods. Instead,
5963 register gdbarch_register_type, gdbarch_convert_register_p,
5964 gdbarch_register_to_value, and gdbarch_value_to_register methods.
5965
5966 2004-05-26 Jim Blandy <jimb@redhat.com>
5967
5968 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): Deleted.
5969 (rs6000_stab_reg_to_regnum, rs6000_dwarf2_reg_to_regnum): New
5970 functions, updated to match the register numberings used in GCC.
5971 (rs6000_gdbarch_init): Register rs6000_stab_reg_to_regnum and
5972 rs6000_dwarf2_reg_to_regnum as register number conversions
5973 functions for STABS and Dwarf2.
5974
5975 2004-05-26 Randolph Chung <tausq@debian.org>
5976
5977 * infttrace.h (target_waitkind): Forward declare type instead of pulling
5978 in header file.
5979
5980 2004-05-25 Joel Brobecker <brobecker@gnat.com>
5981
5982 * NEWS: Document new "start" command.
5983
5984 2004-05-25 Randolph Chung <tausq@debian.org>
5985
5986 * hppa-linux-tdep.c (hppa_linux_init_abi): sizeof(long double) == 8 on
5987 hppa-linux.
5988
5989 2004-05-25 Randolph Chung <tausq@debian.org>
5990
5991 * hppa-hpux-tdep.c (offsetof): Define.
5992 (hppa_hpux_pc_in_sigtramp, hppa32_hpux_frame_saved_pc_in_sigtramp)
5993 (hppa32_hpux_frame_base_before_sigtramp)
5994 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
5995 (hppa64_hpux_frame_saved_pc_in_sigtramp)
5996 (hppa64_hpux_frame_base_before_sigtramp)
5997 (hppa64_hpux_frame_find_saved_regs_in_sigtramp): Remove unused
5998 functions.
5999 (struct hppa_hpux_sigtramp_unwind_cache, hppa_hpux_tramp_reg)
6000 (hppa_hpux_sigtramp_frame_unwind_cache)
6001 (hppa_hpux_sigtramp_frame_this_id)
6002 (hppa_hpux_sigtramp_frame_prev_register)
6003 (hppa_hpux_sigtramp_frame_unwind)
6004 (hppa_hpux_sigtramp_unwind_sniffer): New signal trampoline unwinder.
6005 (hppa_hpux_init_abi): Register sigtramp unwinder.
6006 * Makefile.in (hppa-hpux-tdep.o): Update dependencies.
6007
6008 2004-05-25 Randolph Chung <tausq@debian.org>
6009
6010 * hppa-tdep.c (hppa_fallback_frame_cache): Handle stack adjustment,
6011 and multiple stack unwinds.
6012 (hppa_stub_unwind_sniffer): Handle unwind from pc == 0.
6013
6014 2004-05-25 Andrew Cagney <cagney@gnu.org>
6015
6016 * symfile.h (symbol_file_add_from_memory): Delete declaration.
6017 * symfile-mem.h: Delete file.
6018 * symfile-mem.c: Do not include "symfile-mem.h".
6019 (symbol_file_add_from_memory): Make static. Use "struct bfd" and
6020 "struct bfd_section". When an error do not bother returning NULL.
6021 (add_symbol_file_from_memory_command): Use "struct bfd" and
6022 "struct bfd_section".
6023 * Makefile.in (symfile_mem_h): Delete.
6024 (symfile-mem.o): Update dependencies.
6025
6026 2004-05-25 Nick Roberts <nickrob@gnu.org>
6027
6028 * gdb-mi.el: New file.
6029
6030 2004-05-25 Andrew Cagney <cagney@gnu.org>
6031
6032 * inftarg.c: Include "observer.h".
6033 (child_attach, child_create_inferior): Notify inferior_created.
6034 * corelow.c: Include "observer.h".
6035 (core_open): Notify inferior_created.
6036 * Makefile.in (inftarg.o, corelow.o): Update dependencies.
6037
6038 2004-05-25 Andrew Cagney <cagney@gnu.org>
6039
6040 * target.h (struct target_ops): Add from_tty to
6041 to_create_inferior.
6042 (target_create_inferior, find_default_create_inferior): Update.
6043 * infcmd.c (run_command): Update.
6044 * wince.c (child_create_inferior): Update.
6045 * win32-nat.c (child_create_inferior): Update.
6046 * uw-thread.c (uw_thread_create_inferior): Update.
6047 * thread-db.c (thread_db_create_inferior): Update.
6048 * target.c (debug_to_create_inferior)
6049 (find_default_create_inferior): Update.
6050 (maybe_kill_then_create_inferior): Update.
6051 * sol-thread.c (sol_thread_create_inferior): Update.
6052 * remote.c (extended_remote_async_create_inferior)
6053 (extended_remote_create_inferior): Update.
6054 * remote-vx.c (vx_create_inferior): Update.
6055 * remote-st.c (st2000_create_inferior): Update.
6056 * remote-sim.c (gdbsim_create_inferior): Update.
6057 * remote-sds.c (sds_create_inferior): Update.
6058 * remote-rdp.c (remote_rdp_create_inferior): Update.
6059 * remote-rdi.c (arm_rdi_create_inferior): Update.
6060 * remote-m32r-sdi.c (m32r_create_inferior): Update.
6061 * remote-e7000.c (e7000_create_inferior): Update.
6062 * procfs.c (procfs_create_inferior): Update.
6063 * ocd.c (ocd_create_inferior): Update.
6064 * ocd.h (ocd_create_inferior): Update.
6065 * nto-procfs.c (procfs_create_inferior): Update.
6066 * monitor.c (monitor_create_inferior): Update.
6067 * lin-lwp.c (lin_lwp_create_inferior): Update.
6068 * inftarg.c (child_create_inferior): Update.
6069 * hpux-thread.c (hpux_thread_create_inferior): Update.
6070 * gnu-nat.c (gnu_create_inferior): Update.
6071
6072 2004-05-25 Andrew Cagney <cagney@gnu.com>
6073
6074 * MAINTAINERS: Update e-mail address.
6075
6076 2004-05-24 Randolph Chung <tausq@debian.org>
6077
6078 * thread.c (info_threads_command, thread_apply_all_command)
6079 (thread_apply_command, thread_command, do_captured_thread_select):
6080 Remove HPUXHPPA-specific code.
6081
6082 2004-05-24 Randolph Chung <tausq@debian.org>
6083
6084 * hppa-tdep.c (SR4EXPORT_LDIL_OFFSET, SR4EXPORT_LDO_OFFSET): Remove
6085 unused symbols.
6086 * hppa-tdep.h (HPPA_INSTRUCTION_SIZE): Remove, since there are no more
6087 references.
6088
6089 2004-05-24 Joel Brobecker <brobecker@gnat.com>
6090
6091 * infcmd.c (kill_if_already_running): New function, extracted
6092 from run_command().
6093 (run_command): Replace extracted code by call to
6094 kill_if_already_running().
6095 (start_command): New function.
6096 (_initialize_infcmd): Add "start" command.
6097
6098 2004-05-24 Mark Kettenis <kettenis@gnu.org>
6099
6100 Add OpenBSD/m88k support.
6101 * NEWS (New native configurations): Mention OpenBSD/m88k.
6102 * m88k-tdep.c, m88k-tdep.h, m88kbsd-nat.c, config/m88k/nm-obsd.h,
6103 config/m88k/obsd.mh, config/m88k/obsd.mt: New files.
6104 * Makefile.in (m88k_tdep_h): New variable.
6105 (ALLDEPFILES): Add m88k-tdep.c and m88kbsd-nat.c.
6106 (m88kbsd-nat.o, m88k-tdep.o): New dependencies.
6107 * configure.host: Add m88*-*-openbsd*.
6108 * configure.tgt: Add m88*-*-openbsd*.
6109
6110 2004-05-24 Jim Blandy <jimb@redhat.com>
6111
6112 * MAINTAINERS (tracing bytecode stuff): Allow global maintainers
6113 to approve changes.
6114
6115 2004-05-24 Kevin Buettner <kevinb@redhat.com>
6116
6117 * symtab.c (fixup_section): Search section table when lookup by
6118 name fails.
6119
6120 2004-05-24 Randolph Chung <tausq@debian.org>
6121
6122 * hppa-tdep.c: Fix handling of 8-byte structures; they should not
6123 be "small_struct".
6124
6125 2004-05-24 Mark Kettenis <kettenis@gnu.org>
6126
6127 * m68kbsd-nat.c (m68kbsd_collect_gregset): Specify correct
6128 register number in regcache_raw_collect call.
6129 (m68kbsd_collect_fpregset): Likewise.
6130 * vaxbsd-nat.c (vaxbsd_collect_gregset): Likewise.
6131
6132 * regset.h (struct regset): Add back `regset' member.
6133
6134 2004-05-23 Mark Kettenis <kettenis@gnu.org>
6135
6136 * configure.in: Check for td_pcb in `struct thread'.
6137 * configure, config.in: Regenerated.
6138
6139 * dpx2-nat.c: Remove file.
6140 * Makefile.in (ALLDEPFILES): Remove dpx2-nat.c.
6141 (dpx2-nat.o): Remove dependencies.
6142
6143 * amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
6144 <sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
6145 (amd64obsd_supply_pcb): New function.
6146 (_initialize_amd64obsd_nat): Enable libkvm interface.
6147 * Makefile.in (amd64obsd-nat.o): Update dependencies.
6148 * config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
6149 (LOADLIBES): New variable.
6150
6151 * sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
6152 <sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
6153 (sparc32nbsd_supply_pcb): New function.
6154 (_initialize_sparcnbsd_nat): Enable libkvm interface.
6155 * Makefile.in (sparcnbsd-nat.o): Update dependencies.
6156 * config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
6157 (LOADLIBES): New variable.
6158
6159 2004-05-22 Mark Kettenis <kettenis@gnu.org>
6160
6161 * bsd-kvm.c, bsd-kvm.h: New files.
6162 * i386fbsd-nat.c: Include <sys/types.h>, <machine/pcb.h> and
6163 "bsd-kvm.h".
6164 (i386fbsd_supply_pcb): New function.
6165 * Makefile.in (ALLDEPFILES): Add bsd-kvm.c.
6166 (i386fbsd-nat.o): Update dependencies.
6167 (bsd_kvm_h): New variable.
6168 (bsd-kvm.o): New dependency.
6169 * config/i386/fbsd.mh (NATDEPFILES): Add bsd-kvm.o.
6170 (LOADLIBES): New variable.
6171
6172 * regset.c: Tweak comment.
6173 (regset_alloc): Remove descr argument. Use GDBARCH_OBSTACK_ZALLOC
6174 macro.
6175 * regset.h: Update copyright year.
6176 (struct regset): Remove `descr' member, add `gdbarch' member.
6177 (regset_alloc): Adjust prototype and comment.
6178 * i386-tdep.c (i386_supply_gregset): Get TDEP from REGSET->arch.
6179 (i386_supply_fpregset): Likewise.
6180 (i386_regset_from_core_section): Update call to regset_alloc.
6181 * i386obsd-tdep.c (i386obsd_aout_supply_regset): Get TDEP from
6182 REGSET->arch.
6183 (i386obsd_aout_regset_from_core_section): Update call to
6184 regset_alloc.
6185 * i386nbsd-tdep.c (i386nbsd_aout_supply_regset): Get TDEP from
6186 REGSET->arch.
6187 (i386nbsd_aout_regset_from_core_section): Update call to
6188 regset_alloc.
6189 * amd64-tdep.c (amd64_supply_fpregset): Get TDEP from
6190 REGSET->arch.
6191 (amd64_regset_from_core_section): Update call to regset_alloc.
6192 * amd64obsd-tdep.c (amd64obsd_supply_regset): Get TDEP from
6193 REGSET->arch.
6194 (amd64obsd_regset_from_core_section): Update call to regset_alloc.
6195 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Directly pass
6196 &sparc32nbsd_gregset in sparc32_supply_gregset call.
6197 (sparc32nbsd_init_abi): Update call to regset_alloc.
6198 * sparc64obsd-tdep.c (sparc64obsd_supply_gregset): Directly pass
6199 &sparc64obsd_core_gregset in sparc64_supply_gregset call.
6200 (sparc64obsd_init_abi): Update call to regset_alloc.
6201 * sparc64nbsd-tdep.c (sparc64nbsd_supply_gregset): Directly pass
6202 &sparc64nbsd_gregset in sparc64_supply_gregset call.
6203 (sparc64nbsd_init_abi): Update call to regset_alloc.
6204 * sparc64fbsd-tdep.c (sparc64fbsd_supply_gregset): Directly pass
6205 &sparc64fbsd_gregset in sparc64_supply_gregset call.
6206 (sparc64fbsd_init_abi): Update call to regset_alloc.
6207
6208 2004-05-22 Jim Blandy <jimb@redhat.com>
6209
6210 * ppc-tdep.h (spe_register_p): New declaration.
6211 (struct gdbarch_tdep): New members: ppc_acc_regnum and
6212 ppc_spefscr_regnum.
6213 * rs6000-tdep.c (spe_register_p): New function.
6214 (rs6000_dwarf2_stab_reg_to_regnum): Recognize numbers for acc and
6215 spefscr.
6216 (rs6000_gdbarch_init): Initialize the new members of the tdep
6217 structure.
6218
6219 2004-05-21 Jim Blandy <jimb@redhat.com>
6220
6221 * ppc-linux-nat.c (fetch_register): Move code back to be next
6222 to the comment that describes it. (Moved code, instead of
6223 comment, for symmetry with store_register.)
6224
6225 Allocate regset structures in the gdbarch's obstack, not using
6226 xmalloc.
6227 * regset.c (regset_alloc): Renamed from regset_xmalloc.
6228 Add 'arch' argument. Allocate the regset on arch's obstack, not
6229 using xmalloc.
6230 * regset.h (regset_alloc): Update declaration.
6231 * am64-tdep.c (amd64_regset_from_core_section): Update call; pass
6232 gdbarch argument.
6233 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6234 * i386-tdep.c (i386_regset_from_core_section): Same.
6235 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6236 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6237 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6238 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6239 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6240 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6241
6242 2004-05-21 Joel Brobecker <brobecker@gnat.com>
6243
6244 * config/djgpp/fnchange.lst: Undo previous change, was useless.
6245
6246 2004-05-21 Jim Blandy <jimb@redhat.com>
6247
6248 * dwarf2expr.c (execute_stack_op): Add 'break' statements after
6249 cases for DW_OP_div and DW_OP_shr. (Thanks to Reva Cuthbertson.)
6250
6251 2004-05-20 Jim Blandy <jimb@redhat.com>
6252
6253 * rs6000-tdep.c (rs6000_push_dummy_call): Formatting fixes.
6254
6255 2004-05-20 Mark Kettenis <kettenis@gnu.org>
6256
6257 * regset.h: Make prototype const-correct.
6258 * regset.c (regset_xmalloc): Make const-correct.
6259
6260 2004-05-20 Paul N. Hilfinger <hilfinger@gnat.com>
6261
6262 * symtab.h (SYMBOL_SEARCH_NAME): New definition.
6263 (SYMBOL_MATCHES_SEARCH_NAME): New definition.
6264 (symbol_search_name): Declare.
6265
6266 * dictionary.c (iter_name_first_hashed): Match on SYMBOL_SEARCH_NAME.
6267 (iter_name_next_hashed): Ditto.
6268 (iter_name_next_linear): Ditto.
6269 (insert_symbol_hashed): Hash on SYMBOL_SEARCH_NAME.
6270
6271 * symtab.c (lookup_partial_symbol): Assume symbols ordered by
6272 search name, using SYMBOL_SEARCH_NAME and SYMBOL_MATCHES_SEARCH_NAME.
6273 (symbol_search_name): New function.
6274
6275 * symfile.c (compare_psymbols): Order by SYMBOL_SEARCH_NAME.
6276
6277 * minsyms.c (build_minimal_symbol_hash_tables): Change
6278 test for adding to demangled hash table to check for difference
6279 between SYMBOL_SEARCH_NAME and SYMBOL_LINKAGE_NAME.
6280
6281 2004-05-19 Jim Blandy <jimb@redhat.com>
6282
6283 Use a constructor function to create regset structures.
6284 * regset.h (supply_regset_ftype, collect_regset_ftype): New typedefs.
6285 (struct regset): Use supply_regset_ftype. Add new
6286 'collect_regset' member.
6287 (regset_xmalloc): New declaration.
6288 * regset.c: New file.
6289 * am64-tdep.c (amd64_regset_from_core_section): Use
6290 regset_xmalloc to construct regset structures.
6291 * amd64obsd-tdep.c (amd64obsd_regset_from_core_section): Same.
6292 * i386-tdep.c (i386_regset_from_core_section): Same.
6293 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Same.
6294 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Same.
6295 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Same.
6296 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Same.
6297 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Same.
6298 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Same.
6299 * Makefile.in (COMMON_OBS): Add regset.o.
6300 (regset.o): New rule.
6301
6302 2004-05-19 Joel Brobecker <brobecker@gnat.com>
6303
6304 * config/djgpp/fnchange.lst: Add entries for pthread_cond_wait.exp
6305 and pthread_cond_wait.c.
6306
6307 2004-05-18 Jim Blandy <jimb@redhat.com>
6308
6309 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize tdep fields
6310 before the mach-specific switch, and then let the individual cases
6311 override the defaults, rather than leaving them uninitialized
6312 until the switch and then setting them in each case.
6313
6314 2004-05-18 Randolph Chung <tausq@debian.org>
6315
6316 * hppa-tdep.c (hppa_frame_cache): Check for validity of r31 for
6317 millicode functions.
6318
6319 2004-05-18 Randolph Chung <tausq@debian.org>
6320
6321 * somsolib.c (som_solib_remove_inferior_hook): Make all the size
6322 references to dld_flags_buffer consistent.
6323
6324 2004-05-18 Randolph Chung <tausq@debian.org>
6325
6326 * hppa-tdep.c (hppa_frame_cache): If a frame pointer is available, use
6327 it for unwinding the stack.
6328
6329 2004-05-18 Randolph Chung <tausq@debian.org>
6330
6331 * config/pa/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE)
6332 Undefine these so we can overide them using gdbarch.
6333
6334 2004-05-18 Randolph Chung <tausq@debian.org>
6335
6336 * hppa-tdep.c (hppa_stub_frame_unwind_cache): Don't do export stub
6337 handling for 64-bit HPUX (elf).
6338
6339 2004-05-18 Daniel Jacobowitz <dan@debian.org>
6340
6341 * alpha-tdep.c (alpha_gdbarch_init): Use LL suffix for large
6342 constants.
6343 * amd64-tdep.c (amd64_skip_prologue): Likewise.
6344 * ia64-tdep.c (examine_prologue): Likewise.
6345 * ns32k-tdep.c (ns32k_fix_call_dummy): Remove unused function.
6346 * v850-tdep.c (v850_fix_call_dummy): Likewise.
6347
6348 2004-05-18 Mark Kettenis <kettenis@gnu.org>
6349
6350 * vax-tdep.c (vax_return_value): Implement
6351 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6352
6353 2004-05-17 Mark Kettenis <kettenis@gnu.org>
6354
6355 * vax-tdep.c (vax_return_value): Fix typo.
6356
6357 2004-05-17 Andrew Cagney <cagney@redhat.com>
6358
6359 * MAINTAINERS: Mark Salter was also responsible for
6360 testsuite/config/
6361
6362 * NEWS: Mention signal fixes.
6363
6364 2004-05-17 Randolph Chung <tausq@debian.org>
6365
6366 * hppa-tdep.c (hppa_stub_frame_unwind_cache): For HPUX stub unwinding,
6367 check to see if we are unwinding an export stub. Export stubs clobber
6368 the %rp in the call path and stores the original rp in a stack slot.
6369
6370 2004-05-17 Jim Blandy <jimb@redhat.com>
6371
6372 * MAINTAINERS: Update address for J.T. Conklin.
6373
6374 2004-05-17 Randolph Chung <tausq@debian.org>
6375
6376 * hppa-tdep.c: Remove superfluous #include's.
6377 * Makefile.in (hppa-tdep.o): Update dependencies.
6378
6379 2004-05-17 Randolph Chung <tausq@debian.org>
6380
6381 * hppa-tdep.c (THREAD_INITIAL_FRAME_SYMBOL): Delete unused symbol.
6382 (THREAD_INITIAL_FRAME_SYM_LEN): Likewise.
6383 (unwind_command, hppa_alignof, prologue_inst_adjust_sp)
6384 (is_branch, inst_saves_gr, inst_saves_fr, compare_unwind_entries)
6385 (read_unwind_info, internalize_unwinds, record_text_segment_lowaddr):
6386 Remove static function declarations.
6387
6388 2004-05-17 Mark Kettenis <kettenis@gnu.org>
6389
6390 * alphabsd-nat.c: Update copyright year.
6391 (getregs_supplies): Replace PC_REGNUM with ALPHA_PC_REGNUM.
6392
6393 * m68k-tdep.h (m68k_regnum): Add M68K_D2_REGNUM, M68K_D7_REGNUM
6394 and M68K_A2_REGNUM.
6395
6396 * m68k-tdep.c (m68k_svr4_return_value): Implement
6397 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6398
6399 2004-05-16 Mark Kettenis <kettenis@gnu.org>
6400
6401 * sol-thread.c Update copyright year. Fix various coding
6402 standards violations. Tweak a few comments.
6403 (td_err_string, td_state_string, thread_to_lwp, lwp_to_thread):
6404 Delete prototypes.
6405
6406 2004-05-15 Randolph Chung <tausq@debian.org>
6407
6408 * hppa-tdep.h (hppa_frame_prev_register_helper): Pass save_regs
6409 as pointer instead of array reference since HPUX compiler does
6410 not accept unsized array arguments.
6411 * somsolib.c (dld_flags_buffer): Use constant array size.
6412
6413 2004-05-15 Mark Kettenis <kettenis@gnu.org>
6414
6415 * amd64obsd-tdep.c (amd64obsd_sigtramp_p): Replace hexadecimal
6416 offset with decimal offset.
6417 (amd64obsd_sigcontext_addr): Return correct address for entire
6418 signal trampoline.
6419
6420 * vax-tdep.c (vax_frame_num_args): Use get_frame_base_address
6421 instead of get_frame_base.
6422
6423 * i386bsd-nat.c (supply_gregset): Use regcache_raw_supply.
6424 (fill_gregset): Use regcache_raw_collect.
6425
6426 * config/djgpp/fnchange.lst: Add entries for ppcobsd-nat.c and
6427 ppcobsd-tdep.c.
6428
6429 * config/sparc/tm-nbsd64.h: Remove file.
6430 * config/tm-sunos.h: Remove file.
6431
6432 2004-05-15 Joel Brobecker <brobecker@gnat.com>
6433
6434 * rs6000-tdep.c (store_param_on_stack_p): New function,
6435 an improved version of some code extracted from skip_prologue().
6436 (skip_prologue): Use store_param_on_stack_p() to detect
6437 instructions saving a parameter on the stack. Detect when r0
6438 is used to save a parameter.
6439 Do not mark "li rx, SIMM" instructions as part of the prologue,
6440 unless the following instruction is also part of the prologue.
6441
6442 2004-05-14 Andrew Cagney <cagney@redhat.com>
6443
6444 * infrun.c (handle_inferior_event): Simplify
6445 STEP_OVER_UNDEBUGGABLE.
6446
6447 * infrun.c (handle_step_into_function): Delete function.
6448 (handle_inferior_event): Inline calls to
6449 handle_step_into_function.
6450
6451 2004-05-14 Jerome Guitton <guitton@gnat.com>
6452
6453 * rs6000-nat.c: Fix a comment.
6454
6455 2004-05-12 David Anderson <davea@sgi.com>
6456
6457 Committed by Jim Blandy <jimb@redhat.com>:
6458 * regcache.c (struct regcache_descr): fix comment spelling.
6459
6460 2004-05-13 J. Brobecker <brobecker@gnat.com>
6461
6462 * aix-thread.c: s/ppc_floating_point_p/ppc_floating_point_unit_p/.
6463 Fixes a link link failure.
6464
6465 2004-05-13 J. Brobecker <brobecker@gnat.com>
6466
6467 * aix-thread.c (store_regs_kernel_thread): Fix a little obvious
6468 error that was causing the build to fail.
6469
6470 2004-05-13 J. Brobecker <brobecker@gnat.com>
6471
6472 * aix-thread.c: #include "gdb_string.h". Needed for memset and memcopy.
6473 * Makefile.in (aix-thread.o): Add dependency on gdb_string.h.
6474
6475 2004-05-13 Andrew Cagney <cagney@redhat.com>
6476
6477 * infrun.c (handle_inferior_event): Check for
6478 STEP_OVER_UNDEBUGGABLE after signal trampolines and function
6479 calls. Update comments.
6480
6481 2004-05-13 Jim Blandy <jimb@redhat.com>
6482
6483 * aix-thread.c (pdc_read_regs, supply_gprs64, supply_fprs)
6484 (fetch_regs_user_thread, fetch_regs_kernel_thread)
6485 (store_regs_user_thread, store_regs_kernel_thread): Use
6486 ppc_num_gprs and ppc_num_fprs instead of '32' and '31'.
6487 * ppc-linux-nat.c (fill_gregset): Same.
6488 * ppc-linux-tdep.c (ppc_linux_supply_gregset)
6489 (ppc_linux_sigtramp_cache): Same.
6490 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg)
6491 (ppcnbsd_sigtramp_cache_init): Same.
6492 * rs6000-nat.c (fetch_core_registers): Same.
6493 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset)
6494 (rs6000_frame_cache): Same.
6495
6496 * aix-thread.c (supply_gprs64, fetch_regs_user_thread)
6497 (store_regs_user_thread): Use tdep->ppc_gp0_regnum, instead
6498 of assuming that the gprs are numbered starting with zero.
6499 * ppc-linux-nat.c (fill_gregset): Same.
6500 * ppc-linux-tdep.c (ppc_linux_supply_gregset): Same.
6501 * ppcnbsd-nat.c (getregs_supplies): Same.
6502 * ppcnbsd-tdep.c (ppcnbsd_supply_reg, ppcnbsd_fill_reg): Same.
6503 * rs6000-nat.c (fetch_core_registers): Same.
6504 * rs6000-tdep.c (ppc_supply_gregset, ppc_collect_gregset): Same.
6505
6506 2004-05-07 Michael Snyder <msnyder@redhat.com>
6507
6508 * tracepoint.c (scope_info): Add handling for LOC_COMPUTED,
6509 LOC_COMPUTED_ARG, and LOC_INDIRECT.
6510
6511 2004-05-13 Andrew Cagney <cagney@redhat.com>
6512
6513 * infrun.c (handle_inferior_event): Use frame_unwind_id.
6514
6515 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
6516
6517 * dwarf2loc.c (find_location_expression): Use ANOFFSET to adjust
6518 base_address for shared libraries.
6519
6520 2004-05-13 Bryce McKinlay <mckinlay@redhat.com>
6521
6522 * MAINTAINERS (write after approval): Add myself.
6523
6524 2004-05-13 Ulrich Weigand <uweigand@de.ibm.com>
6525
6526 * breakpoint.c (bpstat_stop_status): Add new argument
6527 STOPPED_BY_WATCHPOINT. Use it instead of testing
6528 target_stopped_data_address agaist 0 to check whether
6529 or not we stopped due to a hardware watchpoint.
6530 * breakpoint.h (bpstat_stop_status): Adapt prototype.
6531 * infrun.c (handle_inferior_event): Call bpstat_stop_status
6532 with new argument.
6533
6534 2004-05-12 Jim Blandy <jimb@redhat.com>
6535
6536 * configure.in: When checking whether we should use the -bbigtoc
6537 option, don't forget to restore the original value of LDFLAGS.
6538 * configure: Regenerated.
6539
6540 2004-05-12 Andrew Cagney <cagney@redhat.com>
6541
6542 * thread.c (load_infrun_state): Delete step_sp.
6543 * infrun.c (context_switch): Ditto.
6544 * inferior.h (step_sp): Ditto.
6545 * infcmd.c (step_sp, step_1, step_once, until_next_command): Ditto.
6546 * gdbthread.h (struct thread_info, save_infrun_state)
6547 (restore_infrun_state): Ditto.
6548
6549 2004-05-12 Ulrich Weigand <uweigand@de.ibm.com>
6550
6551 * MAINTAINERS (write after approval): Add myself.
6552
6553 2004-05-12 Andrew Cagney <cagney@redhat.com>
6554
6555 * infrun.c (adjust_pc_after_break): Rewrite decr logic,
6556 eliminate reference to step_sp.
6557 (struct execution_control_state, init_execution_control_state)
6558 (handle_inferior_event, keep_going): Delete update_step_sp and
6559 step_sp.
6560 * infcmd.c (step_sp): Note that variable is unused.
6561
6562 2004-05-11 Andrew Cagney <cagney@redhat.com>
6563
6564 * infrun.c (step_over_function): Delete function.
6565 (handle_step_into_function): Use insert_step_resume_breakpoint.
6566 (insert_step_resume_breakpoint): Fix assertion.
6567
6568 2004-05-11 Nick Roberts <nickrob@gnu.org>
6569
6570 * utils.c (defaulted_query): Just use the normal query input type
6571 when printing the annotations.
6572
6573 2004-05-11 Andrew Cagney <cagney@redhat.com>
6574
6575 * infrun.c (handle_inferior_event): Simplify code handling
6576 step-into or return-from a signal trampoline.
6577
6578 2004-05-11 Andrew Cagney <cagney@redhat.com>
6579
6580 * ppcnbsd-tdep.c: Include "gdb_assert.h".
6581 * Makefile.in (ppcnbsd-tdep.o): Update dependencies.
6582
6583 2004-05-10 Jim Blandy <jimb@redhat.com>
6584
6585 * ppc-bdm.c (bdm_ppc_fetch_registers): Replace utterly broken code
6586 with a call to internal_error.
6587
6588 * ppc-tdep.h (struct gdbarch_tdep): Change definition of
6589 ppc_fp0_regnum and ppc_fpscr_regnum: if they are -1, then this
6590 processor variant lacks those registers.
6591 (ppc_floating_point_unit_p): Change description to make it clear
6592 that this returns info about the ISA, not the ABI.
6593 * rs6000-tdep.c (ppc_floating_point_unit_p): Decide whether to
6594 return true or false by checking tdep->ppc_fp0_regnum and
6595 tdep->ppc_fpscr_regnum. The original code replicated the BFD
6596 arch/mach switching done in rs6000_gdbarch_init; it's better to
6597 keep that logic there, and just check the results here.
6598 (rs6000_gdbarch_init): On the E500, set tdep->ppc_fp0_regnum and
6599 tdep->ppc_fpscr_regnum to -1 to indicate that we have no
6600 floating-point registers.
6601 (ppc_supply_fpregset, ppc_collect_fpregset)
6602 (rs6000_push_dummy_call, rs6000_extract_return_value)
6603 (rs6000_store_return_value): Assert that we have floating-point
6604 registers.
6605 (rs6000_dwarf2_stab_reg_to_regnum): Add FIXME.
6606 (rs6000_frame_cache): Don't note the locations at which
6607 floating-point registers were saved if we have no fprs.
6608 * aix-thread.c (supply_fprs, fill_fprs): Assert that we have FP
6609 registers.
6610 (fetch_regs_user_thread, fetch_regs_kernel_thread)
6611 (store_regs_user_thread, store_regs_kernel_thread): Only call
6612 supply_fprs / fill_fprs if we actually have floating-point
6613 registers.
6614 (special_register_p): Check ppc_fpscr_regnum before matching
6615 against it.
6616 (supply_sprs64, supply_sprs32, fill_sprs64, fill_sprs32): Don't
6617 supply / collect fpscr if we don't have it.
6618 * ppc-bdm.c: #include "gdb_assert.h".
6619 (bdm_ppc_fetch_registers, bdm_ppc_store_registers): Assert that we
6620 have floating-point registers, since I can't test this code on
6621 FP-free systems to adapt it.
6622 * ppc-linux-nat.c (ppc_register_u_addr): Don't match against the
6623 fpscr and floating point register numbers if they don't exist.
6624 (fetch_register): Assert that we have floating-point registers
6625 before we reach the code that handles them.
6626 (store_register): Same. And use tdep instead of calling
6627 gdbarch_tdep again.
6628 (fill_fpregset): Don't try to collect FP registers and fpscr if we
6629 don't have them.
6630 (ppc_linux_sigtramp_cache): Don't record the saved locations of
6631 fprs and fpscr if we don't have them.
6632 (ppc_linux_supply_fpregset): Don't supply fp regs and fpscr if we
6633 don't have them.
6634 * ppcnbsd-nat.c: #include "gdb_assert.h".
6635 (getfpregs_supplies): Assert that we have floating-point registers.
6636 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg): Same.
6637 * ppcobsd-tdep.c: #include "gdb_assert.h".
6638 (ppcobsd_supply_gregset, ppcobsd_collect_gregset): Assert that we
6639 have floating-point registers.
6640 * rs6000-nat.c (regmap): Don't match against the fpscr and
6641 floating point register numbers if they don't exist.
6642 (fetch_inferior_registers, store_inferior_registers,
6643 fetch_core_registers): Only fetch / store / supply the
6644 floating-point registers and the fpscr if we have them.
6645 * Makefile.in (ppc-bdm.o, ppc-linux-nat.o, ppcnbsd-nat.o)
6646 (ppcobsd-tdep.o): Update dependencies.
6647
6648 2004-05-10 Andrew Cagney <cagney@redhat.com>
6649
6650 * infrun.c (through_sigtramp_breakpoint): Delete variable.
6651 (context_switch): Do not switch through_sigtramp_breakpoint.
6652 * gdbthread.h (save_infrun_state, load_infrun_state)
6653 (struct thread_info): Delete through_sigtramp_breakpoint parameter
6654 and structure member.
6655 * thread.c (load_infrun_state, save_infrun_state): Update.
6656
6657 2004-05-10 Mark Kettenis <kettenis@gnu.org>
6658
6659 * m68kbsd-tdep.c (m68kbsd_elf_init_abi): Call m68k_svr4_init_abi.
6660
6661 2004-05-10 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6662
6663 * acinclude.m4: Quote macro names being defined by AC_DEFUN
6664 throughout.
6665 * aclocal.m4: Regenerate.
6666
6667 2004-05-10 Nathan J. Williams <nathanw@wasabisystems.com>
6668
6669 * alphanbsd-tdep.c: Fix include of "gdb_string.h".
6670
6671 2004-05-10 Andrew Cagney <cagney@redhat.com>
6672
6673 * infrun.c (check_sigtramp2): Delete function.
6674 (handle_inferior_event): When single stepping, and taking a
6675 signal, set a breakpoint at the signal return address. Delete
6676 redundant calls to check_sigtramp2.
6677 (insert_step_resume_breakpoint): New function.
6678 (through_sigtramp_breakpoint, handle_inferior_event)
6679 (follow_exec, wait_for_inferior, fetch_inferior_event)
6680 (currently_stepping, keep_going): Delete most uses of
6681 through_sigtramp_breakpoint, not that it should be deleted.
6682 (delete_breakpoint_current_contents): Delete function.
6683
6684 2004-05-10 Randolph Chung <tausq@debian.org>
6685
6686 * config/pa/linux.mt (TM_FILE): Use new tm-linux.h for hppa-linux
6687 target.
6688 * config/pa/tm-linux.h: New file.
6689
6690 2004-05-10 Daniel Jacobowitz <drow@mvista.com>
6691
6692 * cli/cli-setshow.c (cmd_show_list): Check for "show" in the middle
6693 of prefixes. Don't print the prefix twice in the CLI.
6694
6695 2004-05-10 Jim Blandy <jimb@redhat.com>
6696
6697 * rs6000-tdep.c (ppc_collect_gregset): When regnum == -1, do
6698 collect all the gprs.
6699
6700 * rs6000-tdep.c (ppc_collect_gregset): Correct off-by-one error in
6701 loop collecting gprs.
6702
6703 2004-05-09 Andrew Cagney <cagney@redhat.com>
6704
6705 * remote-vx.c (net_step): Delete step-range code.
6706 * remote.c (remote_resume, init_all_packet_configs)
6707 (set_remote_protocol_E_packet_cmd)
6708 (show_remote_protocol_E_packet_cmd)
6709 (remote_protocol_E, show_remote_cmd, _initialize_remote)
6710 (remote_protocol_e, set_remote_protocol_e_packet_cmd)
6711 (show_remote_protocol_e_packet_cmd): Ditto.
6712
6713 2004-05-09 Mark Kettenis <kettenis@gnu.org>
6714
6715 * hppa-tdep.h (enum hppa_regnum): Name enum, add HPPA_R1_REGNUM.
6716
6717 * hppa-tdep.h: Update copyright year.
6718 (struct trad_frame_saved_reg): Add opaque declaration.
6719
6720 * amd64-tdep.c (amd64_return_value): Implement
6721 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6722
6723 * m68k-tdep.c (m68k_convert_register_p, m68k_register_to_value)
6724 (m68k_value_to_register): New functions.
6725 (m68k_gdbarch_init): Set convert_register_p, register_to_value and
6726 value_to_register.
6727
6728 * defs.h (enum return_value_convention): Add
6729 RETURN_VALUE_ABI_RETURNS_ADDRESS and
6730 RETURN_VALUE_ABI_PRESERVES_ADDRESS.
6731 * infcmd.c (legacy_return_value): New function.
6732 (print_return_value): Rwerite to implement
6733 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6734 * values.c (using_struct_return): Check for inequality to
6735 RETURN_VALUE_REGISTER_CONVENTION instead of equality to
6736 RETURN_VALUE_STRUCT_CONVENTION.
6737 * i386-tdep.c (i386_return_value): Implement
6738 RETURN_VALUE_ABI_RETURNS_ADDRESS.
6739
6740 * vax-tdep.c: Tweak comments. Reorder include files. Don't
6741 include "symtab.h", "opcode/vax.h" and "inferior.h".
6742 (vax_skip_prologue): Replace calls to read_memory_integer by calls
6743 to read_memory_unsigned_integer.
6744 (vax_gdbarch_init): Reorder.
6745 (_initialize_vax_tdep): Spell out prototype.
6746 * Makefile.in (vax-tdep.o): Update dependencies.
6747
6748 2004-05-08 Andrew Cagney <cagney@redhat.com>
6749
6750 * infrun.c (resume): Delete call to DO_DEFERRED_STORES.
6751 * target.c (target_detach, target_disconnect): Ditto.
6752
6753 * infcall.c (call_function_by_hand): When no
6754 DEPRECATED_SAVE_DUMMY_FRAME_TOS call generic_save_dummy_frame_tos.
6755 * rs6000-tdep.c (rs6000_gdbarch_init): Do not set
6756 DEPRECATED_SAVE_DUMMY_FRAME_TOS.
6757 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6758 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6759
6760 * gdbarch.sh (DEPRECATED_FIX_CALL_DUMMY): Delete.
6761 * gdbarch.h, gdbarch.c: Re-generate.
6762 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6763 deprecated_fix_call_dummy.
6764 * v850-tdep.c (v850_gdbarch_init): Ditto.
6765 * infcall.c (call_function_by_hand): Do not call
6766 DEPRECATED_FIX_CALL_DUMMY.
6767
6768 * gdbarch.sh (DEPRECATED_CALL_DUMMY_WORDS)
6769 (DEPRECATED_SIZEOF_CALL_DUMMY_WORDS): Delete.
6770 * gdbarch.h, gdbarch.c: Re-generate.
6771 * arm-linux-tdep.c (arm_linux_call_dummy_words)
6772 (arm_linux_init_abi): Do not set deprecated_call_dummy_words or
6773 deprecated_sizeof_call_dummy_words.
6774 * arm-tdep.c (arm_call_dummy_words, arm_gdbarch_init): Ditto.
6775 * xstormy16-tdep.c (xstormy16_gdbarch_init): Ditto.
6776 * v850-tdep.c (v850_gdbarch_init): Ditto.
6777 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
6778 * ns32k-tdep.c (ns32k_call_dummy_words, ns32k_gdbarch_init): Ditto.
6779 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
6780 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
6781 * arch-utils.h (legacy_call_dummy_words)
6782 (legacy_sizeof_call_dummy_words): Delete declarations.
6783 * arch-utils.c (legacy_call_dummy_words)
6784 (legacy_sizeof_call_dummy_words): Delete variables.
6785
6786 * gdbarch.sh (DEPRECATED_PUSH_DUMMY_FRAME): Delete.
6787 * gdbarch.h, gdbarch.c: Re-generate.
6788 * inferior.h (PUSH_DUMMY_FRAME): Delete macro.
6789 * infcall.c (call_function_by_hand): Eliminate call to
6790 DEPRECATED_PUSH_DUMMY_FRAME.
6791 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6792 push_dummy_frame.
6793 (ns32k_push_dummy_frame): Delete function.
6794
6795 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6796 deprecated_call_dummy_breakpoint_offset or
6797 deprecated_call_dummy_start_offset.
6798 * dummy-frame.c, arm-tdep.c: Update comments.
6799 * gdbarch.sh (DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET)
6800 (DEPRECATED_CALL_DUMMY_START_OFFSET): Delete.
6801 * gdbarch.h, gdbarch.c: Re-generate.
6802
6803 * infcall.c (legacy_push_dummy_code): Delete function.
6804 (push_dummy_code): Delete call.
6805
6806 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete.
6807 * gdbarch.h, gdbarch.c: Re-generate.
6808 * blockframe.c (legacy_frame_chain_valid): Simplify by eliminating
6809 DEPRECATED_USE_GENERIC_DUMMY_FRAMES.
6810 * infcall.c (legacy_push_dummy_code, call_function_by_hand): Ditto.
6811 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Ditto.
6812
6813 * breakpoint.h (deprecated_frame_in_dummy): Delete declaration.
6814 (struct frame_info): Delete opaque declaration.
6815 * breakpoint.c (deprecated_frame_in_dummy): Delete function.
6816 * frame.c (get_frame_type): Delete call.
6817
6818 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set deprecated
6819 pc_in_call_dummy.
6820 * inferior.h (deprecated_pc_in_call_dummy_on_stack): Delete.
6821 * blockframe.c (deprecated_pc_in_call_dummy_on_stack): Delete.
6822
6823 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6824
6825 * alphanbsd-tdep.c: Include "gdb_string.h".
6826 * armnbsd-tdep.c: Update copyright year.
6827 Include "gdb_string.h".
6828 * Makefile.in (alphanbsd-tdep.o, armnbsd-tdep.o): Update
6829 dependencies.
6830
6831 * delta68-nat.c: Remove file.
6832 * m68k-tdep.c (delta68_in_sigtramp, delta68_frame_args_address)
6833 (delta68_frame_saved_pc, delta68_frame_num_args): Remove functions.
6834 * Makefile.in (ALLDEPFILES): Remove delta68-nat.c.
6835 (delta68-nat.o): Remove dependency.
6836
6837 * m68k-tdep.c (m68k_frameless_function_invocation): Remove
6838 function.
6839 (m68k_gdbarch_init): Don't set
6840 deprecated_frameless_function_invocation.
6841
6842 2004-05-07 Randolph Chung <tausq@debian.org>
6843
6844 * hppa-tdep.c (skip_prologue_hard_way, hppa_frame_cache): Use
6845 read_memory_nobpt for code reading when doing frame unwinding.
6846 * hppa-linux-tdep.c (insns_match_pattern): Likewise.
6847
6848 2004-05-07 Randolph Chung <tausq@debian.org>
6849
6850 * hppa-linux-tdep.c (hppa_linux_sigtramp_find_sigcontext): Pass in pc
6851 instead of sp, handle sigaltstack case.
6852 (hppa_linux_sigtramp_frame_unwind_cache): Adjust calls to
6853 hppa_linux_sigtramp_find_sigcontext, and set base to the frame of the
6854 signal handler and not that of the caller.
6855 (hppa_linux_sigtramp_unwind_sniffer): Adjust calls to
6856 hppa_linux_sigtramp_find_sigcontext.
6857
6858 2004-05-07 Randolph Chung <tausq@debian.org>
6859
6860 * Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
6861 hppa-linux-nat.c.
6862 (hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
6863 * hppa-linux-nat.c (fetch_register, store_register): Define.
6864 (fetch_inferior_registers, store_inferior_registers): Define.
6865 (supply_gregset): Add comment and clean up some unneeded code.
6866 (fill_gregset): Add comment and fix so that it saves registers in
6867 the right place in the gregset.
6868 (fill_fpregset): Fix buffer overrun problem.
6869 * config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
6870
6871 2004-05-07 Randolph Chung <tausq@debian.org>
6872
6873 * hppa-tdep.c (hppa_frame_prev_register_helper): New function to
6874 do common handling of the pcoqt register.
6875 (hppa_frame_prev_register, hppa_stub_frame_prev_register): Convert
6876 to use helper function.
6877 (hppa_frame_unwind_sniffer): Only use if unwind entry is present.
6878 (hppa_fallback_frame_cache, hppa_fallback_frame_this_id)
6879 (hppa_fallback_frame_prev_register, hppa_fallback_frame_unwind): New
6880 generic fallback unwinder when all else fails.
6881 (hppa_gdbarch_init): Add fallback sniffer.
6882 * hppa-tdep.h (hppa_frame_prev_register_helper): Prototype.
6883 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register): Convert
6884 to use helper function.
6885
6886 2004-05-08 Joel Brobecker <brobecker@gnat.com>
6887
6888 * config/djgpp/fnchange.lst: Add translation rules for
6889 gdb.arch/powerpc-aix-prologue.c and gdb.arch/powerpc-aix-prologue.exp.
6890
6891 2004-05-08 Mark Kettenis <kettenis@gnu.org>
6892
6893 * frame.c (get_prev_frame_1): Work around GCC bug.
6894 * frame.h: Add comment about GCC bug.
6895
6896 2004-05-07 Andrew Cagney <cagney@redhat.com>
6897
6898 * observer.c: Include "commands.h" and "gdbcmd.h".
6899 (observer_debug, _initialize_observer): Add the
6900 command "set/show debug observer".
6901 * observer.sh: When observer debugging, log notify calls.
6902 * Makefile.in (observer.o): Update dependencies.
6903
6904 2004-05-07 Jason Molenda (jmolenda@apple.com)
6905
6906 * cli/cli-decode.c: Fix "SHOW_DOR" comment typeos.
6907
6908 2004-05-07 Jim Blandy <jimb@redhat.com>
6909
6910 * aix-thread.c (fetch_regs_kernel_thread, fill_gprs64,
6911 fill_gprs32, store_regs_kernel_thread): Use tdep->ppc_gp0_regnum
6912 to recognize gpr regnums, instead of assuming that
6913 tdep->ppc_fp0_regnum marks the end of the general-purpose
6914 registers.
6915
6916 * ppc-sysv-tdep.c (ppc64_sysv_abi_return_value): Assert that
6917 the given architecture has floating-point registers.
6918
6919 2004-05-07 Andrew Cagney <cagney@redhat.com>
6920
6921 * gdbarch.sh (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Replace with
6922 macro defined to 1.
6923 * gdbarch.h, gdbarch.c: Re-generate.
6924 * ns32k-tdep.c (ns32k_gdbarch_init): Do not set
6925 deprecated_use_generic_dummy_frames.
6926
6927 2004-05-07 Brian Ford <ford@vss.fsi.com>
6928
6929 * NEWS: Mention Cygwin DWARF 2 support.
6930
6931 2004-05-07 Andrew Cagney <cagney@redhat.com>
6932
6933 * objfiles.h (struct entry_info): Delete unused fields
6934 deprecated_entry_file_lowpc and deprecated_entry_file_highpc.
6935 * objfiles.c (init_entry_point_info, objfile_relocate): Update.
6936 * mipsread.c (mipscoff_symfile_read): Update.
6937 * mdebugread.c (parse_partial_symbols): Update.
6938 * dwarfread.c (read_file_scope): Update.
6939 * dwarf2read.c (read_file_scope): Update.
6940 * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update.
6941 * coffread.c (complete_symtab): Update.
6942
6943 2004-05-07 Mark Kettenis <kettenis@gnu.org>
6944
6945 * infcall.c (_initialize_infcall): Fix typo.
6946
6947 2004-05-07 Andrew Cagney <cagney@redhat.com>
6948
6949 * cli/cli-decode.c (add_setshow_zinteger_cmd): New function.
6950 * command.h (add_setshow_zinteger_cmd): Declare.
6951
6952 2004-05-06 Randolph Chung <tausq@debian.org>
6953
6954 * config/pa/tm-hppa.h (RO_REGNUM, FLAGS_REGNUM, RP_REGNUM)
6955 (HPPA_FP_REGNUM, HPPA_SP_REGNUM, SAR_REGNUM, IPSW_REGNUM)
6956 (PCOQ_HEAD_REGNUM, PCSQ_HEAD_REGNUM, PCOQ_TAIL_REGNUM, PCSQ_TAIL_REGNUM)
6957 (EIEM_REGNUM, IIR_REGNUM, ISR_REGNUM, IOR_REGNUM, SR4_REGNUM)
6958 (RCR_REGNUM, PID0_REGNUM, PID1_REGNUM, PID2_REGNUM, PID3_REGNUM)
6959 (CCR_REGNUM, TR0_REGNUM, CR27_REGNUM, HPPA_FP0_REGNUM, FP4_REGNUM)
6960 (ARG0_REGNUM, ARG1_REGNUM, ARG2_REGNUM, ARG3_REGNUM): Move *_REGNUM
6961 definitions ...
6962 * hppa-tdep.h: ... to here, with HPPA_ prefix.
6963 * Makefile.in (hppah-nat.o): Add $(hppa_tdep_h)
6964 * hppa-hpux-tdep.c (hppa32_hpux_frame_find_saved_regs_in_sig)
6965 (hppa64_hpux_frame_find_saved_regs_in_sig)
6966 (child_get_current_exception_event): Add HPPA_ prefix to *_REGNUM usage.
6967 * hppa-linux-nat.c (GR_REGNUM, TR_REGNUM, greg_map): Likewise.
6968 * hppa-linux-tdep.c (hppa_dwarf_reg_to_regnum)
6969 (hppa_linux_target_write_pc, hppa_linux_sigtramp_frame_unwind_cache)
6970 (hppa_linux_sigtramp_frame_prev_register): Likewise.
6971 * hppa-tdep.c (hppa32_return_value, hppa64_return_value)
6972 (hppa32_push_dummy_call, hppa64_push_dummy_call, hppa64_frame_align)
6973 (hppa_target_read_pc, hppa_target_write_pc, hppa_frame_cache)
6974 (hppa_frame_prev_register, hppa_stub_frame_unwind_cache)
6975 (hppa_stub_frame_prev_register, hppa_unwind_dummy_id)
6976 (hppa_skip_permanent_breakpoint, hppa_instruction_nullified)
6977 (hppa32_register_type, hppa_cannot_store_register)
6978 (hppa_fetch_pointer_argument, hppa_pseudo_register_read): Likewise.
6979 * hppah-nat.c (store_inferior_registers, fetch_register): Likewise.
6980 * hpread.c (hpread_process_one_debug_symbol): Likewise.
6981 * pa64solib.c (pa64_solib_have_load_event)
6982 (pa64_solib_have_unload_event, pa64_solib_loaded_library_pathname)
6983 (pa64_solib_unloaded_library_pathname): Likewise.
6984 * somsolib.c (som_solib_have_load_event, som_solib_have_unload_event)
6985 (som_solib_library_pathname): Likewise.
6986
6987 2004-05-05 Jim Ingham <jingham@apple.com>
6988
6989 * breakpoint.c (create_breakpoints): Copy the ignore count and
6990 thread id over from the pended breakpoint to the actual
6991 breakpoint.
6992
6993 2004-05-05 Andrew Cagney <cagney@redhat.com>
6994
6995 * gdbarch.sh (PARM_BOUNDARY): Delete.
6996 gdbarch.h, gdbarch.c: Re-generate.
6997 * valops.c (PARM_BOUNDARY): Delete macro.
6998 (value_push): Delete PARM_BOUNDARY code.
6999 * m68k-tdep.c (m68k_gdbarch_init): Do not set parm_boundary.
7000
7001 2004-05-04 Jim Blandy <jimb@redhat.com>
7002
7003 * ppc-linux-nat.c (fetch_ppc_registers, store_ppc_registers):
7004 Don't assume that the gprs, fprs, and UISA sprs are
7005 contiguous, start at register number zero, and end with fpscr.
7006 Instead, use the numbers from the tdep structure.
7007
7008 * config/rs6000/tm-rs6000.h (FP0_REGNUM): Document that this
7009 should no longer be used in code specific to the RS6000 and its
7010 derivatives.
7011 * ppc-tdep.h (struct gdbarch_tdep): Add 'ppc_fp0_regnum' member.
7012 * rs6000-tdep.c (rs6000_gdbarch_init): Initialize
7013 tdep->ppc_fp0_regnum.
7014 (ppc_supply_fpregset, ppc_collect_fpregset)
7015 (rs6000_push_dummy_call, rs6000_extract_return_value)
7016 (rs6000_dwarf2_stab_reg_to_regnum, rs6000_store_return_value)
7017 (rs6000_frame_cache): Use tdep->ppc_fp0_regnum instead of
7018 FP0_REGNUM.
7019 * aix-thread.c (supply_fprs, fetch_regs_kernel_thread)
7020 (fill_gprs64, fill_gprs32, fill_fprs, store_regs_kernel_thread):
7021 Same.
7022 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_fetch_registers,
7023 bdm_ppc_store_registers): Same.
7024 * ppc-linux-nat.c (ppc_register_u_addr, fetch_register)
7025 (store_register, fill_fpregset): Same.
7026 * ppc-linux-tdep.c (ppc_linux_sigtramp_cache)
7027 (ppc_linux_supply_fpregset): Same.
7028 * ppcnbsd-nat.c (getfpregs_supplies): Same.
7029 * ppcnbsd-tdep.c (ppcnbsd_supply_fpreg, ppcnbsd_fill_fpreg):
7030 Same.
7031 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call,
7032 do_ppc_sysv_return_value, ppc64_sysv_abi_push_dummy_call,
7033 ppc64_sysv_abi_return_value): Same.
7034 * rs6000-nat.c (regmap, fetch_inferior_registers)
7035 (store_inferior_registers, fetch_core_registers): Same.
7036
7037 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7038
7039 * m68knbsd-nat.c: Remove file.
7040 * m68knbsd-tdep.c: Remove file.
7041 * Makefile.in: (m68knbsd-nat.o, m68knbsd-tdep.o): Remove
7042 dependencies.
7043 * configure.host: Add m68k-*-netbsdelf*.
7044 * configure.tgt (m68k-*-netbsd*): Set gdb_target to nbsd.
7045 * config/m68k/nbsdaout.mh (NATDEPFILES): Add m68kbsd-nat.o,
7046 solib.o and solib-sunos.o. Remove m68knbsd-nat.o, corelow.o.
7047 (XM_FILE): Remove.
7048 * config/m68k/nbsdelf.mh: New file.
7049 * config/m68k/nbsd.mt: New file.
7050 * config/m68k/nbsdaout.mt: Remove file.
7051 * config/m68k/tm-nbsd.h: Don't include <sys/param.h>,
7052 <machine/vmparam.h> and "m68k/tm-m68k.h". Include "solib.h".
7053 (BPT_VECTOR, STACK_END_ADDR): Remove defines.
7054 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Likewise.
7055 (use_struct_convention): Remove prototype.
7056 (USE_STRUCT_CONVENTION): Remove define.
7057 * config/m68k/xm-nbsd.h: Remove file.
7058
7059 2004-05-04 Michael Snyder <msnyder@redhat.com>
7060
7061 * m68k-tdep.c (m68k_gdbarch_init): Default to using
7062 reg_struct_return method (as gcc usually does for cross targets).
7063
7064 2004-05-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
7065
7066 Committed by Andrew Cagney.
7067 * s390-tdep.c (s390_sigtramp_frame_unwind_cache): Account for
7068 alignment padding when accessing ucontext struct members.
7069
7070 2004-05-04 Jim Blandy <jimb@redhat.com>
7071
7072 * config/ppc-tdep.h (struct gdbarch_tdep): Delete
7073 'ppc_gplast_regnum' member.
7074 (ppc_num_gprs): New enum constant.
7075 * ppc-linux-nat.c (ppc_register_u_addr): Use tdep->ppc_gp0_regnum
7076 and ppc_num_gprs instead of tdep->ppc_gplast_regnum.
7077 * rs6000-nat.c (regmap, fetch_inferior_registers,
7078 store_inferior_registers): Same.
7079 * rs6000-tdep.c (e500_pseudo_register_read)
7080 (e500_pseudo_register_write): Same.
7081 (rs6000_gdbarch_init): Don't initialize tdep->ppc_gplast_regnum.
7082
7083 * config/rs6000/tm-rs6000.h (FPLAST_REGNUM): Delete #definition.
7084 * ppc-tdep.h (ppc_num_fprs): New enum constant.
7085 * aix-thread.c (fetch_regs_kernel_thread, fill_fprs,
7086 store_regs_kernel_thread): Use FP0_REGNUM + ppc_num_fprs, not
7087 FPLAST_REGNUM.
7088 * ppc-bdm.c (bdm_ppc_fetch_registers, bdm_ppc_store_registers):
7089 Same.
7090 * ppc-linux-nat.c (ppc_register_u_addr): Same.
7091 * rs6000-nat.c (regmap, fetch_inferior_registers)
7092 (store_inferior_registers): Same.
7093
7094 * aix-thread.c (fill_fprs): Fix off-by-one error comparing regno
7095 with FPLAST_REGNUM.
7096
7097 2004-05-03 Joel Brobecker <brobecker@gnat.com>
7098
7099 * dwarf2read.c (dwarf2_create_include_psymtab): Fix build
7100 failure detected by recent versions of GCC.
7101 (psymtab_to_symtab_1): No longer use the PST_PRIVATE macro
7102 to be consistent with the usage in dwarf2_create_include_psymtab.
7103
7104 2004-05-03 Michael Snyder <msnyder@redhat.com>
7105
7106 * mips-tdep.c (mips_gdbarch_init): Fix typo in comment.
7107 (heuristic_proc_start): Whitespace cleanup.
7108
7109 2004-05-04 Mark Kettenis <kettenis@gnu.org>
7110
7111 * sun3-nat.c: Remove file.
7112 * Makefile.in (tm-sun3.h tm-altos.h tm-sun2.h tm-3b1.h): Remove
7113 dependencies.
7114 (ALLDEPFILES): Remove sun3-nat.c.
7115 (sun3-nat.o): Remove dependencies.
7116
7117 * i386-interix-nat.c, i386-interix-tdep.c,
7118 config/i386/nm-interix.h, config/i386/interix.mh,
7119 config/i386/interix.mt: Remove files.
7120 * Makefile.in (i386-interix-nat.o, i386-interix-tdep.o): Remove
7121 dependencies.
7122
7123 2004-05-03 Mark Kettenis <kettenis@gnu.org>
7124
7125 * m68k-tdep.h (struct gdbarch_tdep): Add member
7126 struct_value_regnum.
7127 (m68k_svr4_init_abi): New prototype.
7128 * m68k-tdep.c: Include "floatformat.h". Add comment about all the
7129 different calling conventions.
7130 (m68k_extract_return_value): Remove code dealing with single-field
7131 structs.
7132 (m68k_store_return_value): Remove code dealing with single-field
7133 structs. Correctly store return values of 5, 6, 7 or 8 bytes.
7134 (m68k_extract_struct_value_address): Remove function.
7135 (m68k_svr4_extract_return_value,m68k_svr4_store_return_value)
7136 (m68k_reg_struct_return_p, m68k_return_value)
7137 (m68k_svr4_return_value): New functions.
7138 (m68k_use_struct_convention): Remove function.
7139 (m68k_push_dummy_call): Use new struct_value_regnum member of
7140 `struct gdbarch_tdep' instead of hardcoded register number to
7141 store STRUCT_ADDR.
7142 (m68k_svr4_init_abi): New function.
7143 (m68k_gdbarch_init): Don't set extract_return_value,
7144 store_return_values, deprecated_extract_struct_value_address and
7145 use_struct_convention. Set return_value instead. Initialize new
7146 struct_value_regnum member of `struct gdbarch_tdep'.
7147 * m68klinux-tdep.c: Update copyright year.
7148 (m68k_linux_extract_return_value, m68k_linux_store_return_value)
7149 (m68k_linux_extract_struct_value_address): Remove function.
7150 (m68k_linux_init_abi): Don't set extract_return_value,
7151 store_return_values, deprecated_extract_struct_value_address and
7152 use_struct_convention. Call m68k_svr4_init_abi but override the
7153 new struct_value_regnum member of `struct gdbarch_tdep'.
7154 * Makefile.in (m68k-tdep.o): Update dependencies.
7155
7156 2004-05-03 J. Brobecker <brobecker@gnat.com>
7157
7158 * dwarf2read.c (line_header): Add new included_p field in
7159 field file_names.
7160 (partial_die_info): New field has_stmt_list. New field line_offset.
7161 (dwarf2_create_include_psymtab): New function.
7162 (dwarf2_build_include_psymtabs): New function.
7163 (add_file_name): Add forward declaration. Initialize new field.
7164 (dwarf_decode_lines): Add new parameter. Enhance this procedure
7165 to be able to determine the list of files included by the
7166 given unit, and build their associated psymtabs.
7167 (dwarf2_build_psymtabs_hard): Build the psymtabs for the included
7168 files as well.
7169 (psymtab_to_symtab_1): Build the symtabs of all dependencies as well.
7170 (read_file_scope): Update call to dwarf_decode_lines.
7171 (read_partial_die): Handle DW_AT_stmt_list attributes.
7172
7173 2004-05-02 Michael Chastain <mec.gnu@mindspring.com>
7174
7175 Unfix PR gdb/1626.
7176 * configure.in: Revert special case for osf5.*.
7177 * configure: Regenerate.
7178
7179 2004-05-02 Jim Blandy <jimb@redhat.com>
7180
7181 Move the symbol-file-from-memory functions into their own file.
7182 * symfile-mem.c, symfile-mem.h: New files.
7183 * symfile.c (symbol_file_add_from_bfd): New function.
7184 (symbol_file_add): Call symbol_file_add_from_bfd.
7185 (symbol_file_add_from_memory, add_symbol_file_from_memory_command):
7186 Moved to symfile-mem.c.
7187 (_initialize_symfile): Move definition of
7188 add-symbol-file-from-memory command to symfile-mem.c.
7189 * symfile.h (symbol_file_add_from_bfd): New declaration.
7190 * config/i386/linux.mt (TDEPFILES): Add symfile-mem.o.
7191 * config/powerpc/linux.mt (TDEPFILES): Same.
7192 * Makefile.in (SFILES): Add symfile-mem.c.
7193 (symfile_mem_h): New variable.
7194 (HFILES_NO_SRCDIR): Add symfile-mem.h.
7195 (symfile-mem.o): New rule.
7196
7197 2004-05-01 Andrew Cagney <cagney@redhat.com>
7198
7199 * breakpoint.c (insert_bp_location): Use get_frame_id, and
7200 frame_find_by_id instead of frame_relative_level.
7201 (do_enable_breakpoint): Ditto.
7202 * thread.c: Update copyright.
7203 (info_threads_command): Ditto, simplify.
7204
7205 * frame.c (deprecated_generic_get_saved_register): Delete
7206 function, moved to "xstormy16-tdep.c".
7207 * xstormy16-tdep.c (xstormy16_get_saved_register): Inline
7208 deprecated_generic_get_saved_register from "frame.c".
7209 (xstormy16_frame_saved_register): Call
7210 xstormy16_get_saved_register.
7211 * dummy-frame.c (deprecated_find_dummy_frame_regcache): Make
7212 static.
7213 * dummy-frame.h (deprecated_find_dummy_frame_regcache): Delete.
7214 * frame.h (deprecated_generic_get_saved_register): Delete.
7215
7216 2004-05-01 Michael Chastain <mec.gnu@mindspring.com>
7217
7218 * dwarfread.c: Update documentation on the state of dwarf-1.
7219
7220 2004-05-01 Andrew Cagney <cagney@redhat.com>
7221
7222 * stack.c (select_frame_command): Delete call to
7223 frame_relative_level.
7224 (print_frame, set_backtrace_limit_command, backtrace_limit_info):
7225 Delete #if0 code.
7226 (frame_info): Do not print FRAMELESS.
7227 (print_block_frame_labels): Replace DEPRECATED_STREQ.
7228 (catch_info): Delete #if0 code.
7229
7230 * frame.c (create_sentinel_frame): Set type to SENTINEL_FRAME.
7231 * dummy-frame.c (dummy_frame_this_id): Use get_frame_type, instead
7232 of frame_relative_level.
7233 * sentinel-frame.c (sentinel_frame_unwinder): Set unwinder's type
7234 to SENTINEL_FRAME.
7235 * frame.h (enum frame_type): Add SENTINEL_FRAME.
7236 * s390-tdep.c (s390_prologue_frame_unwind_cache): Delete calls to
7237 frame_relative_level.
7238
7239 * frame.h (deprecated_set_frame_type): Delete declaration.
7240 * frame.c (deprecated_set_frame_type): Delete function, update
7241 comments.
7242
7243 * gdbarch.sh (DEPRECATED_PC_IN_SIGTRAMP): Delete.
7244 * gdbarch.h, gdbarch.c: Re-generate.
7245 * shnbsd-tdep.c (shnbsd_init_abi): Do not set pc_in_sigtramp.
7246 (shnbsd_pc_in_sigtramp): Delete.
7247 * i386-interix-tdep.c (i386_interix_init_abi): Do not set
7248 pc_in_sigtramp.
7249 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Do not set
7250 pc_in_sigtramp.
7251 * frame.h: Update comments.
7252 * ppc-linux-tdep.c: Update comments.
7253 * breakpoint.c (bpstat_what): Update comments.
7254
7255 * Makefile.in (m68klinux-tdep.o, m68klinux-nat.o): Fix
7256 m68klinux-tdep.o's dependencies, were previously added to
7257 m68klinux-nat.o.
7258
7259 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Use pc_in_sigtramp.
7260 * alpha-tdep.h (struct gdbarch_tdep): Add pc_in_sigtramp.
7261 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
7262 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
7263 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
7264
7265 * Makefile.in (m68klinux-nat.o): Update dependencies.
7266 * m68klinux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7267 (m68k_linux_sigtramp_frame_cache)
7268 (m68k_linux_sigtramp_frame_this_id)
7269 (m68k_linux_sigtramp_frame_prev_register)
7270 (m68k_linux_sigtramp_frame_unwind)
7271 (m68k_linux_sigtramp_frame_sniffer)
7272 (struct m68k_linux_sigtramp_info, m68k_linux_init_abi): Code from
7273 m68k-tdep.h and m68k-tdep.c, add "linux" to function and variable
7274 names, use trad-frame.h.
7275 * m68k-tdep.h (struct gdbarch_tdep): Delete get_sigtramp_info.
7276 (struct m68k_sigtramp_info): Delete.
7277 * m68k-tdep.c (m68k_sigtramp_frame_cache)
7278 (m68k_sigtramp_frame_this_id, m68k_sigtramp_frame_prev_register)
7279 (m68k_sigtramp_frame_unwind, m68k_sigtramp_frame_sniffer)
7280 (m68k_gdbarch_init): Delete all the sigtramp code, moved to
7281 "m68klinux-tdep.c".
7282
7283 * infrun.c (check_sigtramp2): Delete check for
7284 DEPRECATED_PC_IN_SIGTRAMP and INNER_THAN.
7285
7286 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7287
7288 * m68k-tdep.h (m68kbsd_fpreg_offset): New prototype.
7289
7290 2004-05-01 Andrew Cagney <cagney@redhat.com>
7291
7292 * frv-linux-tdep.c: Include "trad-frame.h" and "frame-unwind.h".
7293 (frv_linux_sigtramp_frame_cache)
7294 (frv_linux_sigtramp_frame_this_id)
7295 (frv_linux_sigtramp_frame_prev_register)
7296 (frv_linux_sigtramp_frame_unwind)
7297 (frv_linux_sigtramp_frame_sniffer): Copied from frv-tdep.c,
7298 include "linux" in function and variable names, directly call
7299 frv_linux_pc_in_sigtramp and frv_linux_sigcontext_reg_addr, use
7300 the latest trad-frame code.
7301 (frv_linux_init_abi): Append frv_linux_sigtramp_frame_sniffer, do
7302 not set frv_sigcontext_reg_addr or deprecated_pc_in_sigtramp
7303 * Makefile.in (frv-linux-tdep.o): Update dependencies.
7304 * frv-tdep.h (frv_set_sigcontext_reg_addr): Delete declaration.
7305 * frv-tdep.c (frv_sigtramp_frame_cache)
7306 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
7307 (frv_sigtramp_frame_unwind, frv_sigtramp_frame_sniffer): Moved to
7308 frv-linux-tdep.c.
7309 (frv_gdbarch_init): Do not append a sigtramp sniffer.
7310 (struct gdbarch_tdep): Delete sigcontext_reg_addr.
7311 (frv_set_sigcontext_reg_addr): Delete function.
7312
7313 * gdbarch.sh (DEPRECATED_SIGTRAMP_START)
7314 (DEPRECATED_SIGTRAMP_END): Delete.
7315 * gdbarch.h, gdbarch.c: Re-generate.
7316 * arch-utils.c (legacy_pc_in_sigtramp): Simplify.
7317 * config/vax/tm-vaxbsd.h: Update copyright.
7318 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7319 (DEPRECATED_IN_SIGTRAMP): Define.
7320 * config/m68k/tm-nbsd.h: Update copyright.
7321 (DEPRECATED_SIGTRAMP_START, DEPRECATED_SIGTRAMP_END): Delete.
7322 (DEPRECATED_IN_SIGTRAMP): Define.
7323
7324 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7325
7326 * dwarf2-frame.c (read_encoded_value): Handle DW_EH_PE_funcrel
7327 encondings. Fixes PR gdb/1628.
7328
7329 * dwarf2-frame.c (execute_cfa_program): Complain if we encounter a
7330 DW_CFA_restore state without a matching DW_CFA_remember_state
7331 instead of aborting. Fixes PR backtrace/1589.
7332
7333 2004-04-30 Joel Brobecker <brobecker@gnat.com>
7334
7335 * MAINTAINERS: Add self as AIX maintainer.
7336 Update my e-mail address in write-after-approval section.
7337
7338 2004-04-30 Andrew Cagney <cagney@redhat.com>
7339
7340 * frame.c (frame_type_from_pc): Delete call to PC_IN_SIGTRAMP.
7341 (legacy_get_prev_frame): Ditto.
7342
7343 * mips-tdep.c (mips_pc_in_sigtramp): Delete.
7344 (mips_gdbarch_init): Do not set pc_in_sigtramp.
7345 * mipsread.c (sigtramp_address): Delete extern variable.
7346 (mipscoff_new_init): Delete reference.
7347 * mdebugread.c (sigtramp_address, sigtramp_end): Delete variables.
7348 (fixup_sigtramp): Delete function.
7349 * config/mips/tm-mips.h (sigtramp_address, sigtramp_end)
7350 (fixup_sigtramp): Delete declarations.
7351
7352 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Do not set
7353 deprecated_pc_in_sigtramp.
7354 (ppcnbsd_pc_in_sigtramp): Delete function.
7355
7356 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7357
7358 * config/m68k/nm-nbsd.h: Tweak comments.
7359 * config/m68k/nm-nbsdaout.h: Likewise.
7360
7361 2004-04-30 Andrew Cagney <cagney@redhat.com>
7362
7363 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Call
7364 legacy_pc_in_sigtramp.
7365 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Ditto.
7366
7367 2004-05-01 Mark Kettenis <kettenis@gnu.org>
7368
7369 Add OpenBSD/m68k support.
7370 * NEWS (New native configurations): Mention OpenBSD/m68k.
7371 * m68kbsd-tdep.c: New file.
7372 * m68kbsd-nat.c: New file.
7373 * Makefile.in (ALLDEPFILES): Add m68kbsd-nat.c and m68kbsd-tdep.c.
7374 (m68kbsd-nat.o, m68kbsd-tdep.o): New dependencies.
7375 * configure.host: Add m68k-*-openbsd.
7376 * configure.tgt: Add m68k-*-openbsd.
7377 * config/m68k/tm-obsd.h: New file.
7378 * config/m68k/obsd.mt: New file.
7379 * config/m68k/obsd.mh: New file.
7380 * config/djgpp/fnchange.lst: Add entries for m68kbsd-nat.c and
7381 m68kbsd-tdep.c.
7382
7383 2004-04-30 Andrew Cagney <cagney@redhat.com>
7384
7385 * mipsnbsd-tdep.c (mipsnbsd_pc_in_sigtramp): Delete function.
7386 (mipsnbsd_init_abi): Do not set pc_in_sigtramp.
7387
7388 2004-04-30 Mark Kettenis <kettenis@gnu.org>
7389
7390 * m68k-tdep.c (REMOTE_BPT_VECTOR): Remove define.
7391 * config/m68k/tm-nbsd.h (REMOTE_BPT_VECTOR): Remove define.
7392
7393 2004-04-30 Brian Ford <ford@vss.fsi.com>
7394
7395 Revert 2004-04-16 change.
7396 * i386-tdep.c (i386_gdbarch_init): Fix comment typos.
7397 (i386_coff_init_abi): Remove.
7398 * i386-tdep.h (i386_coff_init_abi): Remove.
7399 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Remove call to above.
7400
7401 2004-04-30 Andrew Cagney <cagney@redhat.com>
7402
7403 * blockframe.c (find_pc_partial_function): Delete use of
7404 DEPRECATED_PC_IN_SIGTRAMP, DEPRECATED_SIGTRAMP_START and
7405 DEPRECATED_SIGTRAMP_END.
7406
7407 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Delete.
7408 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Delete.
7409 * config/mips/tm-nbsd.h: Delete undef DEPRECATED_IN_SIGTRAMP.
7410 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Delete.
7411 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Delete.
7412
7413 * defs.h (deprecated_inside_entry_file): Delete declaration.
7414 * blockframe.c (deprecated_inside_entry_file): Delete function.
7415 (legacy_frame_chain_valid): Delete call.
7416 * sh64-tdep.c (sh64_frame_chain): Delete call.
7417 * objfiles.h: Update comments.
7418 * i386-interix-tdep.c (i386_interix_frame_chain_valid): Delete
7419 call.
7420 * frame.c (get_prev_frame): Delete call, update comments.
7421
7422 2004-04-30 Brian Ford <ford@vss.fsi.com>
7423
7424 * MAINTAINERS (Write After Approval): Add myself.
7425
7426 2004-04-30 Andrew Cagney <cagney@redhat.com>
7427
7428 * gdbarch.sh (BELIEVE_PCC_PROMOTION_TYPE): Delete.
7429 * gdbarch.h, gdbarch.c: Re-generate.
7430 * stabsread.c (define_symbol): Delete BELIEVE_PCC_PROMOTION_TYPE
7431 code.
7432
7433 2004-04-30 Andrew Cagney <cagney@redhat.com>
7434
7435 * gdb-events.sh (selected_thread_changed)
7436 (selected_frame_level_changed, target_changed): Delete.
7437 * gdb-events.h, gdb-events.c: Re-generate.
7438 * valops.c (value_assign): Update.
7439 * stack.c (select_frame_command, up_silently_base)
7440 (down_silently_base): Update.
7441
7442 2004-04-29 Andrew Cagney <cagney@redhat.com>
7443
7444 * mips-tdep.c (mips_register_type): Re-write, handle 32-bit ABI
7445 registers correctly.
7446 (print_gp_register_row, mips32_heuristic_proc_desc)
7447 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call)
7448 (mips_o64_push_dummy_call, mips_eabi_push_dummy_call): Eliminate
7449 references to mips_isa_regsize.
7450
7451 2004-04-29 Andrew Cagney <cagney@redhat.com>
7452
7453 * mips-tdep.c (struct gdbarch_tdep): Delete
7454 mips_fp_register_double.
7455 (FP_REGISTER_DOUBLE): Delete macro, replace with test for
7456 mips_abi_regsize.
7457 (mips_gdbarch_init): Do not set mips_fp_register_double.
7458 (mips_dump_tdep): Do not print FP_REGISTER_DOUBLE.
7459
7460 2004-04-29 Joel Brobecker <brobecker@gnat.com>
7461
7462 Committed by Andrew Cagney.
7463 * infrun.c (handle_inferior_event): Rely on frame IDs to detect
7464 function calls.
7465
7466 2004-04-29 Andrew Cagney <cagney@redhat.com>
7467
7468 * mips-tdep.c (mips_abi_regsize): Replace tdep parameter with
7469 gdbarch, use mips_abi, update callers.
7470 (mips_stack_argsize): Replace tdep parameter with gdbarch, use
7471 mips_abi_regsize, update callers.
7472 (struct gdbarch_tdep): Delete mips_default_stack_argsize and
7473 mips_default_abi_regsize.
7474 (mips_gdbarch_init): Do not set mips_default_stack_argsize and
7475 mips_default_abi_regsize.
7476
7477 2004-04-29 Andrew Cagney <cagney@redhat.com>
7478
7479 * mips-tdep.c (mips_abi_regsize): Rename mips_saved_regsize.
7480 (mips_abi_regsize_string): Rename mips_saved_regsize_string.
7481 (struct gdbarch_tdep): Rename mips_default_saved_regsize to
7482 mips_default_abi_regsize.
7483 (mips_isa_regsize): Rename mips_regisze.
7484 * mipsnbsd-tdep.c: Update.
7485 * mips-linux-tdep.c: Update.
7486 * irix5-nat.c: Update.
7487 * mips-tdep.h (mips_isa_regsize): Update.
7488
7489 * gdb-events.sh (WITH_GDB_EVENTS): Delete macro and references.
7490 Delete all disabled code.
7491 * gdb-events.h, gdb-events.c: Re-generate.
7492
7493 2004-04-19 Jerome Guitton <guitton@gnat.com>
7494 Mark Kettenis <kettenis@gnu.org>
7495
7496 * i386-tdep.c (i386_skip_prologue): follow the last jump only if
7497 the function begins with a branch instruction.
7498
7499 2004-04-29 Mark Kettenis <kettenis@gnu.org>
7500
7501 * i386-tdep.c: Fix spelling mistakes.
7502
7503 2004-04-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7504 Andrew Cagney <cagney@redhat.com>
7505
7506 * configure.in (mips-sgi-irix5*): Define _KMEMUSER for
7507 <sys/proc.h>.
7508 * acconfig.h: Provide default _KMEMUSER value.
7509 * config.in, configure: Re-generate.
7510 * NEWS: Mention fix.
7511
7512 2004-04-24 Randolph Chung <tausq@debian.org>
7513
7514 * configure.host (hppa*-*-linux*): New target.
7515 * configure.tgt (hppa*-*-linux*): Likewise.
7516 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
7517 gdbarch_init_osabi() call earlier so that osabi-specific frame
7518 unwinders can be registered first.
7519 * config/djgpp/fnchange.lst: Add entries for hppa-linux-tdep.c and
7520 hppa-linux-nat.c.
7521 * config/pa/tm-hppa.h (ISR_REGNUM, PID0_REGNUM, PID1_REGNUM)
7522 (PID2_REGNUM, PID3_REGNUM): Add definitions of some register numbers.
7523 * config/pa/linux.mh: New file.
7524 * config/pa/linux.mt: New file.
7525 * config/pa/nm-linux.h: New file.
7526 * config/pa/xm-linux.h: New file.
7527 * hppa-linux-nat.c: New file.
7528 * hppa-linux-tdep.c: New file.
7529
7530 2004-04-28 Randolph Chung <tausq@debian.org>
7531
7532 * hppa-tdep.c (hppa32_return_value): Handle both 4- and 8-byte fp
7533 return values.
7534 (hppa32_push_dummy_call): Fix small struct and floating point argument
7535 passing, and make sure the stack frame is properly aligned.
7536
7537 2004-04-28 Andrew Cagney <cagney@redhat.com>
7538
7539 * stack.c (print_stack_frame): Fix description.
7540
7541 * NEWS: Mention gdb/gdbserver/configure execute permission
7542 changed. PR server/519.
7543
7544 2004-04-28 Andrew Cagney <cagney@redhat.com>
7545
7546 * stack.c (print_stack_frame_stub): Delete declaration.
7547 (struct print_stack_frame_args, print_stack_frame)
7548 (print_frame_info, print_frame): Replace "source" with print what.
7549 Replace "print" with "print_level". Replace "args" with
7550 "print_args".
7551 * frame.h (show_and_print_stack_frame, print_stack_frame)
7552 (print_frame_info): Update declarations.
7553 * stack.c (select_and_print_frame, frame_command)
7554 (current_frame_command, up_command, down_command): Update calls -
7555 use get_selected_frame, pass "enum print_what" for source, do not
7556 call frame_relative_level.
7557 * mi/mi-cmd-stack.c (mi_cmd_stack_list_frames): Ditto.
7558 * remote-rdp.c (remote_rdp_open): Ditto.
7559 * remote-mips.c (common_open): Ditto.
7560 * remote-e7000.c (e7000_start_remote): Ditto.
7561 * ocd.c (ocd_start_remote): Ditto.
7562 * mi/mi-main.c (mi_cmd_exec_return): Ditto.
7563 * infrun.c (normal_stop): Ditto.
7564 * inflow.c (kill_command): Ditto.
7565 * infcmd.c (finish_command): Ditto.
7566 * corelow.c (core_open): Ditto.
7567 * tracepoint.c (finish_tfind_command): Ditto.
7568 * thread.c (info_threads_command, info_threads_command)
7569 (restore_current_thread, do_captured_thread_select): Ditto.
7570 * ada-tasks.c (task_command): Ditto.
7571
7572 2004-04-26 Orjan Friberg <orjanf@axis.com>
7573
7574 * frame.c: Include "observer.h".
7575 (frame_observer_target_changed): New function.
7576 (_initialize_frame): Attach target_changed observer.
7577 * regcache.c: Include "observer.h".
7578 (regcache_observer_target_changed): New function.
7579 (_initialize_regcache): Attach target_changed observer.
7580 * valops.c: Include "observer.h".
7581 (value_assign): Notify target_changed event when modifying register.
7582 * Makefile.in (frame.o, regcache.o, valops.o): Add $(observer_h).
7583
7584 2004-04-26 Orjan Friberg <orjanf@axis.com>
7585
7586 From Paul Koning <pkoning@equallogic.com>:
7587 * breakpoint.c (free_valchain): New function.
7588 (insert_bp_location, delete_breakpoint): Use free_valchain.
7589 (remove_breakpoint): Do not remove the valchain.
7590 (bpstat_stop_status): If not stopped by watchpoint, skip
7591 watchpoints when generating stop status list.
7592 * infrun.c (handle_inferior_event): Make
7593 stepped_after_stopped_by_watchpoint a global variable.
7594 * remote.c (remote_stopped_data_address): Return watch data
7595 address rather than zero if stepped_after_stopped_by_watchpoint is
7596 set.
7597
7598 2004-04-25 Michael Chastain <mec.gnu@mindspring.com>
7599
7600 Fix PR gdb/1626.
7601 * configure.in: Check for curses after termcap.
7602 On osf5.*, do not check for ncurses.
7603 * configure: Regenerate.
7604
7605 2004-04-25 Mark Kettenis <kettenis@gnu.org>
7606
7607 * ppcobsd-nat.c: Include "ppc-tdep.h".
7608 * Makefile.in (ppcobsd-nat.o): Update dependencies.
7609
7610 * stack.c (return_command): Use CHECK_TYPEDEF on the return type.
7611 Fixes PR tdep/1623 and PR tdep/1624.
7612
7613 2004-04-24 Michael Chastain <mec.gnu@mindspring.com>
7614
7615 * xmodem.h, xmodem.c: Remove files.
7616 * Makefile.in: Remove references to xmodem.h, xmodem.c.
7617
7618 2004-04-23 Randolph Chung <tausq@debian.org>
7619
7620 * hppa-tdep.c (hppa_stub_unwind_cache, hppa_stub_frame_unwind_cache)
7621 (hppa_stub_frame_this_id, hppa_stub_frame_prev_register)
7622 (hppa_stub_frame_unwind, hppa_stub_unwind_sniffer): New stub unwinder
7623 for handling stackless frames.
7624 (hppa_gdbarch_init): Link in hppa_stub_unwind_sniffer.
7625
7626 2004-04-23 Randolph Chung <tausq@debian.org>
7627
7628 * hppa-tdep.c (hppa_frame_cache): Handle the case when frame unwind
7629 starts at a pc before the frame is created.
7630
7631 2004-04-23 Joel Brobecker <brobecker@gnat.com>
7632
7633 * ChangeLog-2002: Fix year in one of the ChangeLog entries.
7634
7635 2004-04-23 Jerome Guitton <guitton@gnat.com>
7636
7637 * rs6000-tdep.c (rs6000_extract_return_value): When extracting a float,
7638 use convert_typed_floating to get the appropriate format.
7639
7640 2004-04-22 Randolph Chung <tausq@debian.org>
7641
7642 * hppa-tdep.h (find_unwind_entry, hppa_get_field, hppa_extract_5_load)
7643 (hppa_extract_5R_store, hppa_extract_5r_store, hppa_extract_17)
7644 (hppa_extract_21, hppa_extract_14, hppa_low_sign_extend)
7645 (hppa_sign_extend): Add prototype.
7646 * hppa-tdep.c (get_field, extract_5_load, extract_5R_store)
7647 (extract_5r_store, extract_17, extract_21, extract_14, low_sign_extend)
7648 (sign_extend): Rename with hppa_ prefix and make non-static. Other
7649 hppa targets will also use these functions.
7650 (find_unwind_entry): Remove prototype (moved to hppa-tdep.h).
7651 (hppa_in_solib_call_trampoline, hppa_in_solib_return_trampoline)
7652 (hppa_skip_trampoline_code): Move to hppa-hpux-tdep.c
7653 (hppa_gdbarch_init): Remove gdbarch setting of
7654 skip_trampoline_code, in_solib_call_trampoline and
7655 in_solib_return_trampoline.
7656 * hppa-hpux-tdep.c (hppa32_hpux_in_solib_call_trampoline)
7657 (hppa64_hpux_in_solib_call_trampoline): New functions, split from
7658 hppa_in_solib_call_trampoline.
7659 (hppa_hpux_in_solib_return_trampoline, hppa_hpux_skip_trampoline_code):
7660 Moved from hppa-tdep.c.
7661 (hppa_hpux_init_abi): Set gdbarch for skip_trampoline_code,
7662 in_solib_call_trampoline and in_solib_return_trampoline.
7663
7664 2004-04-22 Randolph Chung <tausq@debian.org>
7665
7666 * hppa-tdep.c (hppa_debug): New variable.
7667 (find_unwind_entry, hppa_frame_cache): Add debug output.
7668 (_initialize_hppa_tdep): Add command to set debug flag.
7669
7670 2004-04-22 Andrew Cagney <cagney@redhat.com>
7671
7672 * ppcnbsd-tdep.c: Update copyright. Include "tramp-frame.h" and
7673 "trad-frame.h".
7674 (ppcnbsd_sigtramp_cache_init, ppcnbsd_sigtramp): Implement a NetBSD
7675 signal trampoline unwinder.
7676 (ppcnbsd_init_abi): Register ppcnbsd_sigtramp.
7677
7678 2004-04-22 Mark Kettenis <kettenis@gnu.org>
7679
7680 Add OpenBSD/powerpc support.
7681 * NEWS (New native configurations): Mention OpenBSD/powerpc.
7682 * ppc-tdep.h (struct ppc_reg_offsets): New structure.
7683 (ppc_supply_gregset, ppc_supply_fpregset, ppc_collect_gregset)
7684 (ppc_collect_fpregset): New prototypes.
7685 * ppcobsd-nat.c: New file.
7686 * ppcobsd-tdep.c: New file.
7687 * ppcobsd-tdep.h: New file.
7688 * rs6000-tdep.c: Include "regset.h".
7689 (ppc_supply_reg, ppc_collect_reg, ppc_supply_gregset)
7690 (ppc_supply_fpregset, ppc_collect_gregset, ppc_collect_fpregset):
7691 New functions.
7692 * Makefile.in (ALLDEPFILES): Add pccobsd-nat.c and ppcobsd-tdep.c.
7693 (ppcobsd-nat.o, ppcobsd-tdep.o): New dependencies.
7694 (rs6000-tdep.o): Update dependencies.
7695 * configure.host: Add powerpc-*-openbsd.
7696 * configure.tgt: Add powerpc-*-openbsd.
7697 * config/powerpc/obsd.mh: New file.
7698 * config/powerpc/nm-obsd.h: New file.
7699 * config/powerpc/obsd.mt: New file.
7700
7701 2004-04-22 Andrew Cagney <cagney@redhat.com>
7702
7703 * frame.h (show_frame_info): Delete declaration.
7704
7705 * arm-tdep.c (arm_prologue_this_id): Delete redundant cycle test.
7706 * m68hc11-tdep.c (m68hc11_frame_this_id): Ditto.
7707 * m32r-tdep.c (m32r_frame_this_id): Ditto.
7708 * frv-tdep.c (frv_frame_this_id): Ditto.
7709 * avr-tdep.c (avr_frame_this_id): Ditto.
7710
7711 2004-04-22 Elena Zannoni <ezannoni@redhat.com>
7712
7713 * MAINTAINERS: Drop maintenance of gdb.stabs, and linespec.c.
7714
7715 2004-04-22 Jim Blandy <jimb@redhat.com>
7716
7717 * ppc-linux-nat.c (ppc_register_u_addr): Don't assume that r0 is
7718 register number zero.
7719
7720 2004-04-21 Michael Snyder <msnyder@redhat.com>
7721
7722 * mips-tdep.c (heuristic_proc_start):
7723 Warning() already prefixes "Warning: ".
7724
7725 2004-04-21 Andrew Cagney <cagney@redhat.com>
7726
7727 * annotate.h (deprecated_annotate_starting_hook)
7728 (deprecated_annotate_stopped_hook)
7729 (deprecated_annotate_exited_hook)
7730 (deprecated_annotate_signal_hook)
7731 (deprecated_annotate_signalled_hook): Deprecate.
7732 * tracepoint.h (deprecated_create_tracepoint_hook)
7733 (deprecated_delete_tracepoint_hook)
7734 (deprecated_modify_tracepoint_hook)
7735 (deprecated_trace_find_hook)
7736 (deprecated_trace_start_stop_hook): Deprecate.
7737 * target.h (deprecated_target_new_objfile_hook): Deprecate.
7738 * remote.h (deprecated_target_resume_hook)
7739 (deprecated_target_wait_loop_hook): Deprecate.
7740 * gdbcore.h (deprecated_exec_file_display_hook)
7741 (deprecated_file_changed_hook): Deprecate.
7742 * frame.h (deprecated_selected_frame_level_changed_hook): Deprecate.
7743 * defs.h (deprecated_modify_breakpoint_hook)
7744 (deprecated_command_loop_hook, deprecated_show_load_progress)
7745 (deprecated_print_frame_info_listing_hook)
7746 (deprecated_query_hook, deprecated_warning_hook)
7747 (deprecated_flush_hook, deprecated_create_breakpoint_hook)
7748 (deprecated_delete_breakpoint_hook)
7749 (deprecated_interactive_hook, deprecated_registers_changed_hook)
7750 (deprecated_readline_begin_hook, deprecated_readline_hook)
7751 (deprecated_readline_end_hook, deprecated_register_changed_hook)
7752 (deprecated_memory_changed_hook, deprecated_init_ui_hook)
7753 (deprecated_context_hook, deprecated_target_wait_hook)
7754 (deprecated_attach_hook, deprecated_detach_hook)
7755 (deprecated_call_command_hook, deprecated_set_hook)
7756 (deprecated_error_hook, deprecated_error_begin_hook)
7757 (deprecated_ui_load_progress_hook): Deprecate.
7758 * valops.c, uw-thread.c, utils.c, tui/tui-io.c: Update.
7759 * tui/tui-hooks.c, tracepoint.c, top.c, thread-db.c: Update.
7760 * target.c, symfile.c, stack.c, sol-thread.c, rs6000-nat.c: Update.
7761 * remote.c, remote-mips.c, regcache.c, mi/mi-interp.c: Update.
7762 * main.c, interps.c, infcmd.c, hpux-thread.c, frame.c: Update.
7763 * exec.c, dsrec.c, d10v-tdep.c, corefile.c, complaints.c: Update.
7764 * cli/cli-script.c, cli/cli-setshow.c, breakpoint.c: Update.
7765 * annotate.c, aix-thread.c: Update.
7766
7767 2004-04-21 Andrew Cagney <cagney@redhat.com>
7768
7769 * Makefile.in (vaxnbsd-tdep.o): Update dependencies.
7770 * vaxnbsd-tdep.c: Include "gdb_string.h".
7771
7772 * symfile.c (symbol_file_add_from_memory): #if 0 function.
7773 (add_symbol_file_from_memory_command): #if 0 function body, call
7774 error instead.
7775
7776 2004-04-21 Andrew Cagney <cagney@redhat.com>
7777
7778 * gdbcore.h: Update copyright.
7779 (deprecated_add_core_fns): Rename add_core_fns.
7780 * win32-nat.c (_initialize_core_win32): Update.
7781 * sun3-nat.c (_initialize_core_sun3): Update.
7782 * shnbsd-tdep.c (_initialize_shnbsd_tdep): Update.
7783 * rs6000-nat.c (_initialize_core_rs6000): Update.
7784 * ppcnbsd-tdep.c (_initialize_ppcnbsd_tdep): Update.
7785 * nto-tdep.c (_initialize_nto_tdep): Update.
7786 * ns32knbsd-nat.c (_initialize_ns32knbsd_nat): Update.
7787 * mipsnbsd-tdep.c (_initialize_mipsnbsd_tdep): Update.
7788 * mips-nat.c (_initialize_core_mips): Update.
7789 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
7790 * m68knbsd-nat.c (_initialize_m68knbsd_nat): Update.
7791 * m68klinux-nat.c (_initialize_m68k_linux_nat): Update.
7792 * lynx-nat.c (_initialize_core_lynx): Update.
7793 * irix5-nat.c (_initialize_core_irix5): Update.
7794 * i386-interix-nat.c (_initialize_core_interix): Update.
7795 * cris-tdep.c (_initialize_cris_tdep): Update.
7796 * corelow.c (deprecated_add_core_fns): Update.
7797 * core-regset.c (_initialize_core_regset): Update.
7798 * core-aout.c (_initialize_core_aout): Update.
7799 * armnbsd-nat.c (_initialize_arm_netbsd_nat): Update.
7800 * alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Update.
7801 * alpha-nat.c (_initialize_core_alpha): Update.
7802
7803 2004-04-21 Jim Blandy <jimb@redhat.com>
7804
7805 * rs6000-tdep.c (registers_e500, registers_7400): Doc fixes.
7806
7807 2004-04-19 Daniel Jacobowitz <drow@mvista.com>
7808
7809 * dwarf2read.c (dwarf2_tmp_obstack, dwarf2_free_tmp_obstack):
7810 Delete.
7811 (dwarf_alloc_block): Take a CU argument. Use the comp_unit_obstack.
7812 (read_attribute_value): Update calls to dwarf_alloc_block.
7813 (dwarf2_build_psymtabs_hard): Don't initialize or clean up
7814 dwarf2_tmp_obstack.
7815 (psymtab_to_symtab_1): Likewise. Clean up using
7816 free_stack_comp_unit.
7817 (add_to_cu_func_list): Use the comp_unit_obstack.
7818
7819 2004-04-19 Joel Brobecker <brobecker@gnat.com>
7820
7821 * dwarf2read.c (dwarf2_flag_true_p): New function.
7822 (die_is_declaration): Use the function above. Add some comments.
7823
7824 2004-04-19 Mark Kettenis <kettenis@gnu.org>
7825
7826 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Specify
7827 architecture when registering sparcnbsd_core_osabi_sniffer.
7828 Adjust comment.
7829
7830 2004-04-18 Mark Kettenis <kettenis@gnu.org>
7831
7832 * infcall.c (find_function_addr): Add FUNCTION_START_OFFSET to
7833 return value.
7834
7835 Based on a patch from Brian Ford <ford@vss.fsi.com>:
7836 * i386-tdep.c: Correct register numbering scheme comments
7837 throughout.
7838 (i386_stab_reg_to_regnum): Rename to i386_dbx_reg_to_regnum.
7839 (i386_dwarf_reg_to_regnum): Rename to i386_svr4_reg_to_regnum.
7840 (i386_coff_init_abi, i386_elf_init_abi): Accomodate renames above.
7841 (i386_gdb_arch_init): Likewise.
7842
7843 * Makefile.in (ALLDEPFILES): List ppc-sysv-tdep.c, ppcnbsd-nat.c
7844 and ppcnbsd-tdep.c instead of ppc-sysv-tdep.o, ppcnbsd-nat.o and
7845 ppcnbsd-tdep.o.
7846
7847 * m68k-tdep.h: Tweak comments.
7848 * m68k-tdep.c: Tweak comment.
7849
7850 2004-04-17 Randolph Chung <tausq@debian.org>
7851
7852 * Makefile.in (hppa-hpux-tdep.o): Add $(hppa_tdep_h).
7853 * hppa-hpux-tdep.c (hppa-tdep.h): Include.
7854 (hppa_hpux_som_init_abi): Set is_elf to 0.
7855 (hppa_hpux_elf_init_abi): Set is_elf to 1.
7856 * hppa-tdep.c (low_text_segment_address): Remove global.
7857 (record_text_segment_lowaddr): Pass in low address as parameter. Use
7858 section offset to calculate segment address.
7859 (internalize_unwinds): Define low_text_segment_address as local and
7860 pass to record_text_segment_lowaddr for ELF targets.
7861 (hppa_gdbarch_init): Zero fill tdep structure.
7862 (hppa_dump_tdep): Print tdep structure.
7863 * hppa-tdep.h (gdbarch_tdep): Add is_elf member to tdep structure.
7864
7865 2004-04-17 Randolph Chung <tausq@debian.org>
7866
7867 * hppa-tdep.c (hppa_pseudo_register_read): Define.
7868 (hppa_gdbarch_init): Set pseudo_register_read.
7869 * config/pa/tm-hppa.h (DEPRECATED_CLEAN_UP_REGISTER_VALUE): Remove.
7870 * regcache.c (supply_register): Remove check for
7871 DEPRECATED_CLEAN_UP_REGISTER_VALUE since we've removed the last user.
7872
7873 2004-04-17 Randolph Chung <tausq@debian.org>
7874
7875 * Makefile.in (hpread.o, pa64solib.o, somsolib.o): Add $(hppa_tdep_h)
7876 * hppa-tdep.h (INSTRUCTION_SIZE): Move from tm-hppa.h.
7877 (hpread_adjust_stack_address): Move to hpread.c.
7878 * hppa-tdep.h (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7879 obj_private_struct): Move from tm-hppa.h.
7880 * hpread.c (hppa-tdep.h): Include.
7881 (hpread_adjust_stack_address): Move from hppa-tdep.c.
7882 (hpread_read_function_type, hpread_read_doc_function_type)
7883 (hpread_process_one_debug_symbol): Call hpread_adjust_stack_address
7884 directly.
7885 * pa64solib.c (hppa-tdep.h): Include.
7886 * somsolib.c (hppa-tdep.h): Include.
7887 * config/pa/tm-hppa.h (frame_info, frame_saved_regs, value, type,
7888 inferior_status): Remove unused forward declarations.
7889 (INSTRUCTION_SIZE): Move to hppa-tdep.c.
7890 (unwind_table_entry, unwind_stub_types, obj_unwind_info,
7891 obj_private_struct): Move to hppa-tdep.h.
7892 (HPREAD_ADJUST_STACK_ADDRESS): Remove.
7893
7894 2004-04-17 Randolph Chung <tausq@debian.org>
7895
7896 * hppa-tdep.c (hppa_reg_struct_has_addr, hppa_skip_prologue)
7897 (hppa_skip_trampoline_code, hppa_in_solib_call_trampoline)
7898 (hppa_in_solib_return_trampoline, hppa_cannot_store_register)
7899 (hppa_smash_text_address, hppa_target_read_pc, hppa_target_write_pc):
7900 Remove forward declaration and make static.
7901 (hppa_reg_struct_has_addr): Remove.
7902
7903 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7904
7905 * observer.sh: Move comments in sed command to first column.
7906
7907 2004-04-16 Jason Molenda (jmolenda@apple.com)
7908
7909 * frame.c: Minor typeo corrections in comments.
7910
7911 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7912
7913 * observer.c (observer_test_first_notification_function): Update
7914 function profile.
7915 (observer_test_second_notification_function): Likewise.
7916 (observer_test_third_notification_function): Likewise.
7917
7918 2004-04-16 Mark Kettenis <kettenis@gnu.org>
7919
7920 From Brian Ford <ford@vss.fsi.com>:
7921 * i386-tdep.c (i386_coff_init_abi): New function.
7922 * i386-tdep.h (i386_coff_init_abi): New prototype.
7923 * i386-cygwin-tdep.c (i386_cygwin_init_abi): Call it. Use correct
7924 register number translation functions for DWARF and DWARF 2.
7925
7926 2004-04-16 Joel Brobecker <brobecker@gnat.com>
7927
7928 * dwarf2read.c: Back out my previous change, it was incorrect.
7929
7930 2004-04-16 Daniel Jacobowitz <drow@mvista.com>
7931
7932 * dwarf2read.c: Include "hashtab.h".
7933 (struct dwarf2_cu): Add partial_dies, comp_unit_obstack,
7934 has_namespace_info.
7935 (struct partial_die_info): Add comments. Use bitfields to reduce
7936 memory footprint. Add scope, scope_set, has_specification,
7937 spec_offset, die_parent, die_child, and die_sibling.
7938 (peek_die_abbrev): Add prototype.
7939 (partial_read_comp_unit_head): New function, broken out from
7940 dwarf2_build_psymtabs_hard.
7941 (dwarf2_build_psymtabs_hard): Remove unused variable abbrev_ptr.
7942 Use partial_read_comp_unit_head. Initialize the CU and
7943 comp_unit_obstack. Update calls to read_partial_die and
7944 scan_partial_symbols. Use free_stack_comp_unit and
7945 load_partial_dies.
7946 (scan_partial_symbols): Change PDI to a pointer. Use the child and
7947 sibling pointers to walk partial DIEs. Call fixup_partial_die.
7948 Update calls to helper functions. Remove NAMESPACE argument.
7949 Update comments.
7950 (partial_die_parent_scope, partial_die_full_name): New functions.
7951 (add_partial_symbol): Remove namespace argument. Update call to
7952 pdi_needs_namespace. Use partial_die_full_name. Handle
7953 DW_TAG_namespace. Check has_namespace_info flag.
7954 (pdi_needs_namespace): Remove NAMESPACE argument. Just check the
7955 tag. Handle namespaces.
7956 (add_partial_namespace, add_partial_enumeration): Simplify.
7957 (guess_structure_name): New function, derived from
7958 add_partial_structure.
7959 (add_partial_structure): Remove.
7960 (determine_class_name): Update comment.
7961 (dwarf2_read_abbrevs): Set has_namespace_info flag.
7962 (is_type_tag_for_partial, load_partial_dies): New functions.
7963 (read_partial_die): Pass abbrev and abbrev_len as arguments.
7964 Record specifications instead of following them immediately.
7965 (find_partial_die_in_comp_unit, find_partial_die)
7966 (fixup_partial_die, free_stack_comp_unit)
7967 (hashtab_obstack_allocate, dummy_obstack_deallocate)
7968 (partial_die_hash, partial_die_eq): New functions.
7969 * Makefile.in (hashtab_h): Define.
7970 (dwarf2read.o): Update dependencies.
7971 (observer_inc, observer_h): Move to the correct section.
7972
7973 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7974
7975 * dwarf2read.c (dwarf2_attribute_true_p): New function.
7976 (die_is_declaration): Use the function above. Add comment.
7977
7978 2004-04-15 Joel Brobecker <brobecker@gnat.com>
7979
7980 * dwarf2read.c (read_structure_scope): Identify stub types
7981 using die_is_declaration() only.
7982
7983 2004-04-15 Roland McGrath <roland@redhat.com>
7984
7985 * symfile.c (symbol_file_add_with_addrs_or_offsets): Take ABFD as
7986 argument instead of NAME.
7987 (symbol_file_add, reread_separate_symbols): Call symfile_bfd_open
7988 in call to symbol_file_add_with_addrs_or_offsets.
7989 (build_addr_info): New function, helper for ...
7990 (symbol_file_add_from_memory): New function.
7991 (add_symbol_file_from_memory_command): New function using that.
7992 (_initialize_symfile): Register it for add-symbol-file-from-memory.
7993 (pre_add_symbol_hook): Add const to argument type.
7994 * symfile.h (symbol_file_add_from_memory): Declare it.
7995
7996 2004-04-15 Mark Kettenis <kettenis@gnu.org>
7997
7998 * NEWS (New native configurations): Mention OpenBSD/vax.
7999 * configure.host: Add vax-*-openbsd*.
8000 * config/vax/obsd.mh: New file.
8001 * config/vax/nm-obsd.h: New file.
8002
8003 * vax-tdep.c: Include "regset.h".
8004 (vax_supply_gregset): New function.
8005 (vax_gregset): New variable.
8006 (vax_regset_from_core_section): New function.
8007 (vax_gdbarch_init): Set regset_from_core_section.
8008 * Makefile.in (vax-tdep.o): Update dependencies.
8009
8010 2004-04-15 Andrew Cagney <cagney@redhat.com>
8011
8012 * observer.c (normal_stop_subject, observer_notify_normal_stop)
8013 (observer_normal_stop_notification_stub)
8014 (observer_attach_normal_stop, observer_detach_normal_stop):
8015 Delete, replaced by #include "observer.inc".
8016 * infrun.c (normal_stop): Pass "stop_bpstat" to
8017 observer_notify_normal_stop.
8018 * Makefile.in (observer_inc): Define.
8019 (observer.o): Update dependencies.
8020 (observer.h, observer.inc): New rules.
8021 * observer.h: Delete file.
8022 * observer.sh: New file.
8023
8024 2004-04-15 Mark Kettenis <kettenis@gnu.org>
8025
8026 * vax-tdep.c (vax_frame_cache): Fix typo.
8027
8028 2004-04-14 Mark Kettenis <kettenis@gnu.org>
8029
8030 * NEWS (New native configurations): Mention NetBSD/vax.
8031 * configure.host: Add vax-*-netbsdelf* and vax-*-netbsd*.
8032 * config/vax/nbsdelf.mh: New file.
8033 * config/vax/nbsdaout.mh: New file.
8034 * config/vax/nm-nbsd.h: New file.
8035 * config/vax/nm-nbsdaout.h: New file.
8036
8037 * vaxnbsd-tdep.c: New file.
8038 * Makefile.in (vaxnbsd-tdep.o): New dependency.
8039 * configure.tgt: Add vax-*-netbsd* and vax-*-openbsd*.
8040 * config/vax/nbsd.mt: New file.
8041 * config/vax/tm-nbsd.h: New file.
8042
8043 * Makefile.in (vaxbsd-nat.o): New dependency.
8044
8045 * vax-tdep.h (vax_regnum): Add VAX_R0_REGNUM and VAX_R1_REGNUM.
8046 * vax-tdep.c (vax_store_arguments): Remove struct_return and
8047 struct_addr arguments. Don't push return value address.
8048 (vax_push_dummy_call): Don't pass STRUCT_RETURN and STRUCT_ADDR as
8049 arguments to vax_store_arguments. Store return value address in
8050 R1.
8051 (vax_store_struct_return, vax_extract_return_value)
8052 (vax_store_return_value): Remove functions.
8053 (vax_return_value): New function.
8054 (vax_gdbarch_init): Set return value. Don't set
8055 deprecated_store_struct_return, deprecated_extract_struct_return
8056 and deprecated_store_return_value.
8057
8058 2004-04-14 Andreas Schwab <schwab@suse.de>
8059
8060 * ia64-tdep.c (ia64_libunwind_frame_prev_register): Handle null
8061 value buffer.
8062 * libunwind-frame.c (libunwind_frame_prev_register): Likewise.
8063
8064 2004-04-14 Mark Kettenis <kettenis@gnu.org>
8065
8066 * vax-tdep.c (vax_store_arguments, vax_push_dummy_call)
8067 (vax_unwind_dummy_id): New functions.
8068 (vax_push_dummy_frame, vax_pop_frame): Remove functions.
8069 (vax_call_dummy_words, sizeof_vax_call_dummy_words): Remove
8070 variables.
8071 (vax_fix_call_dummy): Remove function.
8072 (vax_gdbarch_init): Set push_dummy_call and unwind_dummy_id.
8073 Don't set deprecated_push_dummy_frame, deprecated_pop_frame,
8074 call_dummy_location, deprecated_call_dummy_words,
8075 deprecated_sizeof_call_dummy_words,
8076 deprecated_call_dummy_breakpoint_offset,
8077 deprecated_use_generic_dummy_frames, deprecated_pc_in_call_dummy,
8078 and deprecated_dummy_write_sp.
8079
8080 2004-04-13 David Carlton <carlton@kealia.com>
8081
8082 * MAINTAINERS: Move myself to "paper trail" section.
8083
8084 2004-04-12 Mark Kettenis <kettenis@gnu.org>
8085
8086 * vax-tdep.c: Include "frame-base.h", "frame-unwind.h" and
8087 "trad-frame.h".
8088 (vax_frame_init_saved_regs): Remove function.
8089 (vax_sigtramp_saved_pc): Remove function.
8090 (vax_frame_saved_pc): Remove function.
8091 (vax_frame_args_address): Remove function.
8092 (vax_frame_num_args): Rewrite.
8093 (vax_frame_chain): Remove function.
8094 (vax_push_dummy_frame): Replace DEPRECATED_FP_REGNUM with
8095 VAX_FP_REGNUM.
8096 (vax_pop_frame): Likewise.
8097 (vax_saved_pc_after_call): Remove function.
8098 (struct vax_frame_cache): New structure.
8099 (vax_frame_cache): New function.
8100 (vax_frame_this_id): New function.
8101 (vax_frame_prev_register): New function.
8102 (vax_frame_unwind): New variable.
8103 (vax_frame_sniffer): New function.
8104 (vax_frame_base_address): New function.
8105 (vax_frame_args_address): New function.
8106 (vax_frame_base): New variable.
8107 (vax_unwind_pc): New function.
8108 (vax_gdbarch_init): Don't set deprecated_init_frame_pc,
8109 deprecated_fp_regnum, deprecated_saved_pc_after_call,
8110 deprecated_frame_chain, deprecated_frame_saved_pc,
8111 deprecated_frame_args_address and
8112 deprecated_frame_init_saved_regs.
8113 * Makefile.in (vax-tdep.o): Update dependencies.
8114
8115 * vaxbsd-nat.c: New file.
8116
8117 * vax-tdep.h: Update copyright year. Adjust comments.
8118 (VAX_REGISTER_SIZE, VAX_REGISTER_BYTES, VAX_MAX_REGISTER_RAW_SIZE,
8119 VAX_MAX_REGISTER_VIRTUAL_SIZE): Remove macros.
8120 (vax_regnum): New enum. Replacing...
8121 (VAX_AP_REGNUM, VAX_FP_REGNUM, VAX_SP_REGNUM, VAX_PC_REGNUM)
8122 (VAX_PS_REGNUM): ... these removed macros.
8123 * vax-tdep.c (vax_register_name): Remove prototype.
8124 (vax_register_name): Reorganize somewhat. Use ARRAY_SIZE.
8125 (vax_register_byte, vax_register_raw_size,
8126 vax_register_virtual_size, vax_register_virtual_type): Remove
8127 functions.
8128 (vax_register_type): New function.
8129 (vax_breakpoint_from_pc): Reorganize.
8130 (vax_gdbarch_init): Set register_type. Don't set
8131 deprecated_register_size, deprecated_register_bytes,
8132 deprecated_register_byte, deprecated_register_raw_size,
8133 deprecated_max_register_raw_size,
8134 deprecated_register_virtual_size,
8135 deprecated_max_register_virtual_size and
8136 deprecated_register_virtual_type. Add comment on stack direction.
8137
8138 2004-04-11 Mark Kettenis <kettenis@gnu.org>
8139
8140 * amd64-tdep.h (amd64_regnum): Add AMD64_CS_REGNUM,
8141 AMD64_SS_REGNUM, AMD64_DS_REGNUM, AMD64_ES_REGNUM,
8142 AMD64_FS_REGNUM and AMD64_GS_REGNUM.
8143
8144 2004-04-10 Randolph Chung <tausq@debian.org>
8145
8146 * MAINTAINERS (write after approval): Add myself.
8147
8148 2004-04-07 Randolph Chung <tausq@debian.org>
8149
8150 * hppa-tdep.c (hppa_inner_than): Remove.
8151 (is_pa_2): Remove unused static variable.
8152 (hppa_gdbarch_init): Use core_addr_greaterthan instead of own version.
8153
8154 2004-03-10 Paul N. Hilfinger <Hilfinger@gnat.com>
8155
8156 * language.h (language_defn): Add new la_post_parser field.
8157 * parser-defs.h (null_post_parser): New declaration (default for
8158 la_post_parser).
8159
8160 * parse.c (parse_exp_1): Move code to parse_exp_in_context and
8161 insert call to that function.
8162 (parse_exp_in_context): New function, including code formerly in
8163 parse_exp_1. Calls language-dependent post-parser after
8164 prefixification.
8165 (parse_expression_in_context): New exported function.
8166 (null_post_parser): New definition.
8167 * expression.h (parse_expression_in_context): Add declaration.
8168
8169 * p-lang.c (pascal_language_defn): Add trivial post-parser.
8170 * c-lang.c (c_language_defn): Ditto.
8171 (cplus_language_defn): Ditto.
8172 (asm_language_defn): Ditto.
8173 (minimal_language_defn): Ditto.
8174 * f-lang.c (f_language_defn): Ditto.
8175 * jv-lang.c (java_language_defn): Ditto.
8176 * language.c (unknown_language_defn): Ditto.
8177 (auto_language_defn): Ditto.
8178 (local_language_defn): Ditto.
8179 * m2-lang.c (m2_language_defn): Ditto.
8180 * scm-lang.c (scm_language_defn): Ditto.
8181 * obj-lang.c (objc_language_defn): Ditto.
8182
8183 2004-04-10 Mark Kettenis <kettenis@gnu.org>
8184
8185 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Remove function.
8186 (amd64nbsd_mcontext_addr): New function.
8187 (amd64nbsd_init_abi): Initialize TDEP->sigcontext_addr as
8188 amd64nbsd_mcontext_addr. Directly initialize TDEP->sc_reg_offset
8189 with amd64nbsd_r_reg_offset, instead of building it on the fly.
8190
8191 * corelow.c (core_xfer_partial): Fix coding standards violation.
8192 Add support for TARGET_OBJECT_WCOOKIE.
8193
8194 * sparc-linux-tdep.c (sparc32_linux_init_abi): Don't set
8195 deprecated_pc_in_sigtramp.
8196 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Likewise.
8197 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Likewise.
8198 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Likewise.
8199 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Likewise.
8200 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Likewise.
8201 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Likewise.
8202 * sparcobsd-tdep.c (sparc32obsd_init_abi): Likewise.
8203
8204 * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
8205 i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
8206 Fix typo.
8207
8208 * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
8209 I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
8210 (amd64_collect_fxsave): Likewise.
8211
8212 * i386-sol2-tdep.c: Include "gdb_string.h".
8213 (i386_sol2_sigtramp_p): Recognize signal trampoline based on its
8214 name.
8215 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8216
8217 2004-04-10 Mark Kettenis <kettenis@gnu.org>
8218
8219 * i386-sol2-tdep.c: Include "solib-svr4.h".
8220 (i386_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8221 * Makefile.in (i386-sol2-tdep.o): Update dependencies.
8222 * config/i386/tm-i386sol2.h: Include :solib.h".
8223 * config/i386/i386sol2.mh (NATDEPFILES): Remove solib.o,
8224 solib-svr4.o and solib-legacy.o.
8225 * config/i386/i386sol2.mt (TDEPFILES): Add solib.o and
8226 solib-svr4.o.
8227
8228 2004-04-09 Mark Kettenis <kettenis@gnu.org>
8229
8230 * amd64-linux-nat.c (fetch_inferior_registers): Correctly check
8231 whether a register is supplied by PTRACE_GETFPREGS.
8232 (store_inferior_registers): Likewise.
8233 * amd64bsd-nat.c (fetch_inferior_registers): Correctly check
8234 whether a register is supplied by PT_GETFPREGS.
8235 (store_inferior_registers): Likewise.
8236
8237 * config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
8238 * config/i386/linux64.mt (TDEPFILES): Likewise.
8239
8240 * i386-linux-nat.c: Update copyrigth year. Tweak comment.
8241
8242 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new
8243 sigtramp_p member of `struct gdbarch_tdep'. Also check whether
8244 the program counter is in the range specified by `struct
8245 gdbarch_tdep'.
8246 * amd64-linux-tdep.c: Include "symtab.h".
8247 (amd64_linux_pc_in_sigtramp): Remove function.
8248 (amd64_linux_sigtramp_p): New function.
8249 (amd64_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8250 deprecated_pc_in_sigtramp.
8251 * amd64nbsd-tdep.c: Include "symtab.h".
8252 (amd64nbsd_sigtramp_p): New function.
8253 (amd64nbsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8254 deprecated_pc_in_sigtramp.
8255 * amd64obsd-tdep.c: Include "symtab.h" and "objfiles.h". Add a
8256 few comments.
8257 (amd64obsd_pc_in_sigtramp): Remove function.
8258 (amd64obsd_sigtramp_p): New function.
8259 (amd64obsd_init_abi): Initialize TDEP->sigtramp_p. Don't set
8260 deprecated_pc_in_sigtramp.
8261 * i386-tdep.h (struct gdbarch_tdep): Add sigtramp_p member.
8262 (i386bsd_pc_ins_sigtramp): Remove prototype.
8263 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove prototypes.
8264 * i386-tdep.c (i386_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 (i386_pc_in_sigtramp, i386_svr4_pc_in_sigtramp): Remove functions.
8269 (i386_sigtramp_p, i386_svr4_sigtramp_p): New functions.
8270 (i386_go32_pc_in_sigtramp): Remove function.
8271 (i386_svr4_init_abi): Don't set deprecated_pc_in_sigtramp.
8272 Initialize TDEP->sigtramp_p.
8273 (i386_go32_init_abi): Initialize TDEP->sigtramp_p to NULL.
8274 (i386_gdbarch_init): Initialize TDEP->sigtramp_p. Don't set
8275 deprecated_pc_in_sigtramp.
8276 * i386-linux-tdep.c: Adjust comments.
8277 (i386_linux_pc_in_sigtramp): Remove function.
8278 (i386_linux_sigtramp_p): New function.
8279 (i386_linux_init_abi): Initialize TDEP->sigtramp_p. Don't set
8280 deprecated_pc_in_sigtramp.
8281 * i386-nto-tdep.c: Update copyright year.
8282 (i386nto_pc_in_sigtramp): Remove function.
8283 (i386nto_sigtramp_p): New function.
8284 (i386nto_sigcontext_addr): Use I386_ESP_REGNUM instead of
8285 SP_REGNUM.
8286 (i386nto_init_abi): Initialize TDEP->sigtramp_p. Don't set
8287 deprecated_pc_in_sigtramp.
8288 * i386-sol2-tdep.c: Update copyright year.
8289 (i386_sol2_pc_in_sigtramp): Remove function.
8290 (i386_sol2_sigtramp_p): New function.
8291 (i386_sol2_init_abi): Initialize TDEP->sigtramp_p. Don't set
8292 deprecated_pc_in_sigtramp.
8293 * i386bsd-tdep.c (i386bsd_pc_in_sigtramp): Remove function.
8294 (i386bsd_sigtramp_start, i386bsd_sigtramp_end): Remove functions.
8295 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8296 deprecated_sigtramp_start and deprecated_sigtramp_end.
8297 * i386nbsd-tdep.c: Include "frame.h" and "symtab.h".
8298 (i386nbsd_pc_in_sigtramp): Remove function.
8299 (i386nbsd_sigtramp_p): New function.
8300 (i386nbsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8301 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8302 TDEP->sigtramp_start, TDEP->sigtramp_end and TDEP->sigtramp_p.
8303 * i386obsd-tdep.c: Include "frame.h", "symtab.h" and "objfiles.h".
8304 (i386obsd_pc_in_sigtramp): Remove function.
8305 (i386obsd_sigtramp_p): New function.
8306 (i386obsd_sigtramp_start, i386obsd_sigtramp_end): Remove
8307 functions.
8308 (i386bsd_init_abi): Don't set deprecated_pc_in_sigtramp,
8309 deprecated_sigtramp_start, deprecated_sigtramp_end. Initialize
8310 TDEP->sigtramp_p.
8311 * Makefile.in (amd64-linux-tdep.o, amd64nbsd-tdep.o,
8312 amd64obsd-tdep.o, i386nbsd-tdep.o, i386obsd-tdep.o): Update
8313 dependencies.
8314
8315 * config/i386/i386aout.mt: Remove file.
8316
8317 * configure.tgt: Remove i[34567]86-*-go32*,
8318 i[34567]86-*-msdosdjgpp*, i[34567]86-*-sco*, i[34567]86-*-sysv*
8319 and i[34567]86-*-isc*. Set gdb_target to i386 for
8320 i[34567]86-*-netware* and i[34567]86-*-*.
8321 * config/i386/i386.mt: New file.
8322 * config/i386/embed.mt: Remove file.
8323 * config/i386/go32.mt: Remove file.
8324 * config/i386/i386nw.mt: Remove file.
8325 * config/i386/i386v.mt: Remove file.
8326 * config/i386/tm-go32.h: Remove file.
8327
8328 * tui/tui-hooks.c: Include "readline/readline.h" after
8329 "gdb_curses.h" instead of before.
8330 * tui/tui-io.c: Likewise.
8331
8332 * tui/tui.c: Fix typo in comment.
8333
8334 * sparc64-tdep.c (sparc_address_from_register): Remove function.
8335
8336 2004-04-08 Andrew Cagney <cagney@redhat.com>
8337
8338 * breakpoint.h (deprecated_exception_catchpoints_are_fragile)
8339 (deprecated_exception_support_initialized): Declare.
8340 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support)
8341 (initialize_hp_cxx_exception_support)
8342 (child_enable_exception_callback): Update.
8343 * breakpoint.c (deprecated_exception_catchpoints_are_fragile)
8344 (deprecated_exception_support_initialized): Rename
8345 deprecated_exception_catchpoints_are_fragile and
8346 deprecated_exception_support_initialized.
8347 (breakpoint_init_inferior, breakpoint_init_inferior): Update.
8348
8349 * symtab.c (deprecated_hp_som_som_object_present): Rename
8350 hp_som_som_object_present.
8351 * symtab.h (deprecated_hp_som_som_object_present): Declare.
8352 * symfile.c (hp_som_som_object_present, RESET_HP_UX_GLOBALS):
8353 Update. Delete extern declaration.
8354 * valops.c (hp_som_som_object_present): Ditto.
8355 * parse.c (deprecated_hp_som_som_object_present)
8356 (parse_nested_classes_for_hpacc): Ditto.
8357 * hpread.c (hp_som_som_object_present, hpread_expand_symtab): Ditto.
8358 * hppa-hpux-tdep.c (hp_som_som_object_present)
8359 (initialize_hp_cxx_exception_support): Ditto.
8360 * eval.c (hp_som_som_object_present, evaluate_subexp_standard): Ditto.
8361 * cp-valprint.c (hp_som_som_object_present)
8362 (cp_print_class_method): Ditto.
8363 * c-typeprint.c (hp_som_som_object_present):
8364 (c_type_print_base): Ditto.
8365 * c-exp.y (hp_som_som_object_present): Ditto.
8366
8367 2004-04-08 Andrew Cagney <cagney@redhat.com>
8368
8369 * frame-unwind.c (struct frame_unwind_table, frame_unwind_init)
8370 (frame_unwind_prepend_unwinder, frame_unwind_append_sniffer)
8371 (frame_unwind_find_by_frame): Re-implement the unwind code so
8372 that it can both prepend and append sniffers. Replace
8373 frame_unwind_register_unwinder with frame_unwind_prepend_unwinder.
8374 * tramp-frame.c (tramp_frame_append): Use
8375 frame_unwind_prepend_unwinder.
8376 * frame-unwind.h (frame_unwind_prepend_unwinder): Replace
8377 frame_unwind_register_unwinder.
8378 * tramp-frame.h (tramp_frame_prepend_unwinder): Rename
8379 tramp_frame_append.
8380 * tramp-frame.c (tramp_frame_prepend_unwinder): Update.
8381 * mips-linux-tdep.c (mips_linux_init_abi, mips_linux_init_abi)
8382 (mips_linux_init_abi): Update.
8383
8384 2004-04-08 Kevin Buettner <kevinb@redhat.com>
8385
8386 * ppc-linux-tdep.c (ELF_NREG, ELF_NFPREG, ELF_NVRREG)
8387 (ELF_FPREGSET_SIZE): Delete constants formerly used in core
8388 file support.
8389
8390 2004-04-07 Kevin Buettner <kevinb@redhat.com>
8391
8392 * ia64-tdep.c (elf.h): Don't include.
8393 (elf/ia64.h) [HAVE_LIBUNWIND_IA64_H]: Include.
8394
8395 2004-04-07 Jason Molenda (jmolenda@apple.com)
8396
8397 * frame.h: Typeo corrections in comments.
8398
8399 2004-04-07 Jim Blandy <jimb@redhat.com>
8400
8401 * i386-tdep.c (i386_stab_reg_to_regnum): Correct numbering for
8402 %esp and %ebp
8403
8404 2004-04-07 Mark Kettenis <kettenis@gnu.org>
8405
8406 * config/sparc/linux.mt (TDEPFILES): Remove solib-legacy.o.
8407 * config/sparc/linux64.mt (TDEPFILES): Likewise.
8408 * config/sparc/sol2.mt (TDEPFILES): Add solib.o and solib-svr4.o.
8409 * config/sparc/sol2.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
8410 and solib-legacy.o.
8411 * config/sparc/sol2-64.mt (TDEPFILES): Add solib.o and
8412 solib-svr4.o.
8413 * config/sparc/tm-sol2.h: Update copyright year. Include
8414 "solib.h".
8415
8416 * sparc-sol2-tdep.c: Update copyright year. Include
8417 "solib-svr4.h".
8418 (sparc32_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8419 * sparc64-sol2-tdep.c: Include "solib-svr4.h".
8420 (sparc64_sol2_init_abi): Set solib_svr4_fetch_link_map_offsets.
8421 * Makefile.in (sparc-sol2-tdep.o, sparc64-sol2-tdep.o): Update
8422 dependencies.
8423
8424 2004-04-06 Andrew Cagney <cagney@redhat.com>
8425
8426 * infttrace.c: Include "infttrace.h".
8427 * infttrace.h: Include "target.h".
8428 * Makefile.in (infttrace_h): Update.
8429 (infttrace.o): Update.
8430
8431 2004-04-06 Andrew Cagney <cagney@redhat.com>
8432
8433 * hppah-nat.c (hpux_has_forked, hpux_has_vforked)
8434 (hpux_has_execd, hpux_has_syscall_event): Include "infttrace.h",
8435 move extern declarations from here ...
8436 * infttrace.h: ... to here.
8437 * Makefile.in (hppah-nat.o): Update dependencies.
8438
8439 * hppa-tdep.c (hppa_breakpoint_from_pc): Make static.
8440 (hppa_gdbarch_init): Set gdbarch_breakpoint_from_pc
8441 * config/pa/tm-hppa.h (BREAKPOINT_FROM_PC, BREAKPOINT32):
8442 (hppa_breakpoint_from_pc): Delete.
8443
8444 * MAINTAINERS: Mark hppa-elf as buildable with -Werror.
8445
8446 2004-04-05 Andrew Cagney <cagney@redhat.com>
8447
8448 * hppa-tdep.c: Do not include <sys/types.h>, <sys/param.h>,
8449 <signal.h>, <sys/ptrace.h>, #include "a.out.encap.h",
8450 <sys/file.h>.
8451
8452 2004-04-06 Randolph Chung <tausq@debian.org>
8453
8454 Committed by Andrew Cagney (mechanical change).
8455 * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present,
8456 exception_catchpoints_are_fragile, find_stub_with_shl_get,
8457 cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support,
8458 child_enable_exception_callback, current_ex_event,
8459 null_symtab_and_line, child_get_current_exception_event,
8460 HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value,
8461 HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw,
8462 HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support,
8463 hp_cxx_exception_support_initialized, eh_notify_hook_addr,
8464 eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr,
8465 eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior):
8466 Move hpux-specific definitions ...
8467 * hppa-hpux-tdep.c: ... to here.
8468
8469 2004-04-05 Andrew Cagney <cagney@redhat.com>
8470
8471 * hppa-tdep.c (hppa_frame_cache): Pass the frame's func to
8472 skip_prologue_using_sal.
8473
8474 2004-04-05 Andrew Cagney <cagney@redhat.com>
8475
8476 * config/i386/tm-i386.h: Delete file.
8477 * config/i386/tm-vxworks.h: Update copyright, do not include
8478 "tm-i386.h".
8479 * config/i386/tm-nto.h, config/i386/tm-linux.h: Ditto.
8480 * config/i386/tm-i386sol2.h, config/i386/tm-i386lynx.h: Ditto.
8481 * config/i386/tm-go32.h, config/i386/tm-cygwin.h: Ditto.
8482 * config/i386/ncr3000.mt (TM_FILE): Delete.
8483 * config/i386/interix.mt (TM_FILE): Delete.
8484 * config/i386/i386v.mt (TM_FILE): Delete.
8485 * config/i386/i386nw.mt (TM_FILE): Delete.
8486 * config/i386/i386gnu.mt (TM_FILE): Delete.
8487 * config/i386/i386aout.mt (TM_FILE): Delete.
8488 * config/i386/embed.mt (TM_FILE): Delete.
8489
8490 2004-04-05 Kevin Buettner <kevinb@redhat.com>
8491
8492 * frv-tdep.h (fsr0_regnum, acc0_regnum, acc7_regnum, accg0123_regnum)
8493 (accg4567_regnum, msr0_regnum, msr1_regnum, gner0_regnum)
8494 (gner1_regnum, fner0_regnum, fner1_regnum, accg0_regnum)
8495 (accg7_regnum): New constants.
8496 (last_spr_regnum, last_pseudo_regnum): Update.
8497 * frv-tdep.c (new_variant): Initialize names for fsr0, acc0-acc7,
8498 accg0-accg7, msr0, msr1, gner0, gner1, fner0, and fner1.
8499 (frv_pseudo_register_read, frv_pseudo_register_write): Add support
8500 for accg registers.
8501 (frv_register_sim_regno): Update spr_map[].
8502
8503 2004-04-04 Andrew Cagney <cagney@redhat.com>
8504
8505 * config/mips/xm-riscos.h: Delete.
8506 * config/mips/xm-mipsv4.h, config/mips/xm-mips.h: Delete.
8507 * config/mips/tm-mipsv4.h, config/mips/riscos.mh: Delete.
8508 * config/mips/nm-riscos.h, config/mips/nm-news-mips.h: Delete.
8509 * config/mips/nm-mips.h, config/mips/news-mips.mh: Delete.
8510 * config/mips/news-mips.mh, config/m68k/tm-m68kv4.h: Delete.
8511 * config/mips/decstation.mh, config/mips/littlemips.mh: Delete.
8512 * config/mips/mipsv4.mt, config/m68k/tm-sun3.h: Delete.
8513 * config/m68k/xm-sun3os4.h, config/m68k/xm-sun3.h: Delete.
8514 * config/m68k/xm-sun2.h, config/m68k/xm-m68kv4.h: Delete.
8515 * config/m68k/xm-dpx2.h, config/m68k/xm-delta68.h: Delete.
8516 * config/m68k/xm-3b1.h, config/m68k/tm-sun3os4.h: Delete.
8517 * config/m68k/tm-m68klynx.h, config/m68k/tm-dpx2.h: Delete.
8518 * config/m68k/tm-delta68.h, config/m68k/tm-3b1.h: Delete.
8519 * config/m68k/sun3os4.mt, config/m68k/nm-sysv4.h: Delete.
8520 * config/m68k/nm-sun3.h, config/m68k/sun3os4.mh: Delete.
8521 * config/m68k/sun2os3.mh, config/m68k/nm-sun2.h: Delete.
8522 * config/m68k/nm-m68klynx.h, config/m68k/sun3os3.mt: Delete.
8523 * config/m68k/nm-dpx2.h, config/m68k/sun2os3.mt: Delete.
8524 * config/m68k/dpx2.mh, config/m68k/sun3os3.mh: Delete.
8525 * config/m68k/sun2os4.mh, config/m68k/nm-delta68.h: Delete.
8526 * config/m68k/m68kv4.mt, config/m68k/m68klynx.mt: Delete.
8527 * config/m68k/3b1.mt, config/m68k/m68klynx.mh: Delete.
8528 * config/m68k/m68kv4.mh, config/m68k/sun2os4.mt: Delete.
8529 * config/m68k/tm-sun2os4.h, config/m68k/3b1.mh: Delete.
8530 * config/m68k/dpx2.mt, config/m68k/delta68.mt: Delete.
8531 * config/m68k/tm-sun2.h, config/m68k/delta68.mh: Delete.
8532
8533 * configure.tgt: Remove m68000-*-sunos3*, m68000-*-sunos4*,
8534 m68*-bull-sysv*, m68*-att-*, m68*-motorola-*, m68*-*-lynxos*,
8535 m68*-*-sunos3*, m68*-*-sunos4*, m68*-*-sysv4*, mips*-*-sysv4*.
8536 * configure.host: Remove m680[01]0-sun-sunos3*,
8537 m680[01]0-sun-sunos4*, m68*-att-*, m68*-bull*-sysv*,
8538 m68*-*-lynxos*, m68*-*-sysv4*, m68*-motorola-*, m68*-sun-sunos3*,
8539 m68*-sun-sunos4*, m68*-sun-*, mips-dec-*, mips-little-*,
8540 mips-sony-*, mips-*-mach3*, mips-*-sysv4*, mips-*-sysv*,
8541 mips-*-riscos*.
8542 * NEWS: Mention removed systems.
8543
8544 2004-04-04 Andrew Cagney <cagney@redhat.com>
8545
8546 GDB 6.1 release created from 6.1 branch.
8547
8548 2004-04-04 Andrew Cagney <cagney@redhat.com>
8549
8550 * gnu-nat.c (gnu_wait): Use memcpy instead of bcopy.
8551 * remote-vxmips.c (vx_read_register, vx_write_register): Ditto.
8552 * remote-vx68.c (vx_read_register, vx_write_register): Ditto.
8553
8554 * config/vax/xm-vax.h (FAULT_CODE_ORIGIN, INIT_STACK): Delete.
8555 * config/alpha/xm-alphaosf.h (NO_SIGINTERRUPT): Delete.
8556 * config/alpha/xm-alphalinux.h (NO_SIGINTERRUPT): Delete.
8557
8558 2004-04-03 Jim Blandy <jimb@redhat.com>
8559
8560 * MAINTAINERS: Chris Faylor has changed employers; add him to
8561 "paper trail" section, and update his E-mail address.
8562
8563 2004-04-03 Andrew Cagney <cagney@redhat.com>
8564
8565 * frame-unwind.c (frame_unwind_find_by_frame): Delete check for
8566 generic dummy frames.
8567 * dummy-frame.c: Update copyright.
8568 (dummy_frame_sniffer): Delete check for generic dummy frames.
8569
8570 * config/pa/tm-hppa.h (REG_PARM_STACK_SPACE): Delete.
8571 * config/pa/tm-hppa64.h (PA20W_CALLING_CONVENTIONS)
8572 (REG_PARM_STACK_SPACE): Delete.
8573 * hppa-tdep.c (hppa64_push_dummy_call, hppa32_push_dummy_call):
8574 Inline reference to REG_PARM_STACK_SPACE.
8575
8576 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP)
8577 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
8578 (hppa32_hpux_frame_find_saved_regs_in_sigtramp)
8579 (FRAME_BASE_BEFORE_SIGTRAMP)
8580 (hppa32_hpux_frame_base_before_sigtramp)
8581 (hppa32_hpux_frame_saved_pc_in_sigtramp): Delete.
8582 * config/pa/tm-hppa64.h (hppa64_hpux_frame_saved_pc_in_sigtramp)
8583 (hppa64_hpux_frame_find_saved_regs_in_sigtramp)
8584 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP)
8585 (FRAME_BASE_BEFORE_SIGTRAMP)
8586 (hppa64_hpux_frame_base_before_sigtramp)
8587 (FRAME_SAVED_PC_IN_SIGTRAMP): Delete.
8588
8589 2004-04-03 Andrew Cagney <cagney@redhat.com>
8590
8591 * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
8592
8593 2004-04-02 Andrew Cagney <cagney@redhat.com>
8594
8595 * sh64-tdep.c (sh64_init_extra_frame_info): Replace
8596 DEPRECATED_CALL_DUMMY_LENGTH with 0, simplify.
8597 * dummy-frame.h: Delete out-of-date comments.
8598 * gdbarch.sh (DEPRECATED_CALL_DUMMY_LENGTH): Delete.
8599 * gdbarch.h, gdbarch.c: Re-generate.
8600
8601 2004-04-02 Joel Brobecker <brobecker@gnat.com>
8602
8603 Committed by Andrew Cagney <cagney@redhat.com>.
8604 * alpha-tdep.c (alpha_heuristic_frame_unwind_cache): Do not take
8605 into account an instruction saving a register if we have already
8606 seen an earlier instruction saving that same register.
8607
8608 2004-04-02 Andrew Cagney <cagney@redhat.com>
8609
8610 * gdbarch.sh (DEPRECATED_INIT_FRAME_PC_FIRST): Delete.
8611 * gdbarch.h, gdbarch.c: Re-generate.
8612 * frame.c (legacy_get_prev_frame): Delete references to
8613 DEPRECATED_INIT_FRAME_PC_FIRST.
8614
8615 * infrun.c (pc_in_sigtramp): Delete function.
8616 (check_sigtramp2): Inline call to pc_in_sigtramp, use
8617 get_frame_type.
8618
8619 2004-04-02 Andrew Cagney <cagney@redhat.com>
8620
8621 * infrun.c (handle_step_into_function): Delete code conditional on
8622 legacy_frame_p.
8623 (handle_inferior_event, step_over_function): Ditto.
8624
8625 2004-04-02 Andrew Cagney <cagney@redhat.com>
8626
8627 * frame.c (get_prev_frame_1): Exclude signal trampolines from the
8628 "previous frame inner to this frame" test.
8629
8630 2004-04-02 Andrew Cagney <cagney@redhat.com>
8631
8632 * frame.c (safe_frame_unwind_memory): New function.
8633 * frame.h (safe_frame_unwind_memory): Declare. Update description
8634 of /safe_/ methods.
8635 * tramp-frame.c (tramp_frame_start): Re-order parmeters, add
8636 "next_frame". Use safe_frame_unwind_memory.
8637 (tramp_frame_sniffer): Update call to tramp_frame_start.
8638
8639 2004-04-01 Daniel Jacobowitz <drow@mvista.com>
8640
8641 * dwarf2read.c (dwarf2_objfile_data_key): New.
8642 (struct dwarf2_per_objfile, dwarf2_per_objfile): New.
8643 (dwarf_info_size, dwarf_abbrev_size, dwarf_line_size)
8644 (dwarf_pubnames_size, dwarf_aranges_size, dwarf_loc_size)
8645 (dwarf_macinfo_size, dwarf_str_size, dwarf_ranges_size)
8646 (dwarf_frame_size, dwarf_eh_frame_size, dwarf_info_buffer)
8647 (dwarf_abbrev_buffer, dwarf_line_buffer, dwarf_str_buffer)
8648 (dwarf_macinfo_buffer, dwarf_ranges_buffer, dwarf_loc_buffer):
8649 Remove variables.
8650 (struct dwarf2_pinfo): Remove per-objfile members. Update comments.
8651 (DWARF_ABBREV_SIZE, DWARF_LINE_SIZE)
8652 (DWARF_LOC_SIZE, DWARF_MACINFO_SIZE, DWARF_STR_SIZE)
8653 (DWARF_RANGES_SIZE, DWARF_INFO_BUFFER)
8654 (DWARF_ABBREV_BUFFER, DWARF_LINE_BUFFER, DWARF_STR_BUFFER)
8655 (DWARF_MACINFO_BUFFER, DWARF_RANGES_BUFFER, DWARF_LOC_BUFFER):
8656 Remove macros.
8657 (dwarf2_has_info): Take an objfile argument. Allocate per-objfile
8658 data.
8659 (dwarf2_locate_sections, dwarf2_build_psymtabs)
8660 (dwarf2_build_psymtabs_easy, dwarf2_build_psymtabs_hard)
8661 (skip_one_die, dwarf2_get_pc_bounds, dwarf2_read_abbrevs)
8662 (read_partial_die, read_full_die, read_indirect_string)
8663 (dwarf_decode_line_header, dwarf_decode_macros)
8664 (dwarf2_symbol_mark_computed): Remove use of removed macros.
8665 Update uses of removed variables.
8666 (psymtab_to_symtab_1): Restore per-objfile data pointer. Remove use
8667 of removed macros.
8668 (_initialize_dwarf2_read): New function.
8669 * symfile.h (dwarf2_has_info): Update prototype.
8670 * coffread.c (coff_symfile_read): Update call to dwarf2_has_info.
8671 * elfread.c (elf_symfile_read): Likewise.
8672
8673 2004-04-01 Jim Blandy <jimb@redhat.com>
8674
8675 * rs6000-tdep.c (rs6000_dwarf2_stab_reg_to_regnum): New, unified
8676 function for register numbers on all the rs6000-derived targets.
8677 (rs6000_gdbarch_init): Don't register a separate
8678 gdbarch_dwarf2_reg_to_regnum function for the E500. Use
8679 rs6000_dwarf2_stab_reg_to_regnum for both Dwarf 2 and stabs on all
8680 variants.
8681
8682 * i386-tdep.c: Add FIXME regarding STABS vs. Dwarf 2 register
8683 numbering.
8684
8685 2004-04-01 Paul N. Hilfinger <Hilfinger@gnat.com>
8686
8687 * valarith.c: Update copyright notice.
8688 (value_add): Handle range types.
8689 (value_sub): Ditto.
8690 (value_equal): Ditto.
8691 (value_less): Ditto.
8692 (value_neg): Ditto.
8693 (value_complement): Ditto.
8694 (value_binop): Simplify slightly by using is_integral_type and
8695 eliminiating unnecessary COERCE_ENUMs.
8696
8697 2004-03-31 Andrew Cagney <cagney@redhat.com>
8698
8699 * frame.h (frame_unwind_id): Declare.
8700 * frame.c (frame_unwind_id): New function.
8701 (get_prev_frame_1): New function.
8702 (frame_debug_got_null_frame): New function.
8703 (get_prev_frame): Use frame_debug_got_null_frame. Move unwind
8704 code proper to prev_frame, update description.
8705 * infrun.c (step_over_function): Use frame_unwind_id.
8706
8707 2004-04-31 J. Brobecker <brobecker@gnat.com>
8708
8709 * hppa-tdep.c (hppa32_push_dummy_call): Set the Stack Pointer.
8710 (hppa64_push_dummy_call): Likewise.
8711
8712 2004-03-30 Jim Blandy <jimb@redhat.com>
8713
8714 From Ulrich Weigand:
8715 * utils.c (query): Do not use a va_list variable multiple times.
8716
8717 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
8718
8719 * Makefile.in (linux_nat_h): Update dependencies.
8720 * configure.in: Check for <gnu/libc-version.h>.
8721 * configure: Regenerate.
8722 * config.in: Regenerate.
8723 * linux-nat.h: Include "target.h". Add waitstatus field to
8724 struct lwp_info.
8725 * lin-lwp.c (add_lwp): Initialize waitstatus.kind.
8726 (lin_lwp_attach_lwp): Don't attach to LWPs we have already attached
8727 to.
8728 (lin_lwp_handle_extended): New function. Handle clone events.
8729 (wait_lwp): Use lin_lwp_handle_extended. Update comment about
8730 thread exit events.
8731 (child_wait): Handle clone events.
8732 (lin_lwp_wait: Use lin_lwp_handle_extended and handle clone events.
8733 * linux-nat.c (linux_enable_event_reporting): Turn on
8734 PTRACE_O_TRACECLONE.
8735 (linux_handle_extended_wait): Handle clone events.
8736 * thread-db.c: Include <gnu/libc-version.h>.
8737 (struct private_thread_info): Add dying flag.
8738 (enable_thread_event_reporting): Enable TD_DEATH for glibc 2.2 and
8739 higher.
8740 (attach_thread): Update comments. Handle dying threads.
8741 (detach_thread): Set the dying flag.
8742 (check_event): Always call attach_thread.
8743
8744 2004-03-29 Daniel Jacobowitz <drow@mvista.com>
8745
8746 * mips-tdep.c (mips_pdr_data): New.
8747 (non_heuristic_proc_desc): Use objfile_data and set_objfile_data.
8748 (_initialize_mips_tdep): Initialize mips_pdr_data.
8749
8750 2004-03-29 Corinna Vinschen <vinschen@redhat.com>
8751
8752 * minsyms.c (install_minimal_symbols): Move dropping leading
8753 char from linkage name from here...
8754 (prim_record_minimal_symbol_and_info): ...to here. Simplify
8755 test for "__gnu_compiled*" symbols.
8756
8757 2004-03-28 Jim Blandy <jimb@redhat.com>
8758
8759 * rs6000-tdep.c (skip_prologue): Recognize moves from argument
8760 registers to temp register r0 and byte stores as prologue
8761 instructions.
8762
8763 2004-03-28 Andrew Cagney <cagney@redhat.com>
8764
8765 * PROBLEMS (Stack backtraces): Rewrite. Remove reference to
8766 arm*-*-*.
8767
8768 2004-03-28 Stephane Carrez <stcarrez@nerim.fr>
8769
8770 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
8771 and switch the layout to force a display of register window.
8772
8773 2004-02-26 J. Brobecker <brobecker@gnat.com>
8774
8775 * amd64-tdep.c (amd64_classify): make RANGE_TYPE objects be part
8776 of the INTEGER class.
8777
8778 2004-03-26 Jim Blandy <jimb@redhat.com>
8779
8780 * ppc-linux-tdep.c (ppc_linux_init_abi): Long doubles are eight
8781 bytes long on PPC GNU/Linux.
8782
8783 2004-03-26 David Carlton <carlton@kealia.com>
8784
8785 * PROBLEMS: Refer to gdb/1588 instead of gdb/826.
8786
8787 2004-03-25 Andrew Cagney <cagney@redhat.com>
8788
8789 * PROBLEMS: Add general section titles, remove references to
8790 specific releases.
8791
8792 2004-03-25 Daniel Jacobowitz <drow@mvista.com>
8793
8794 * arm-linux-tdep.c (ARM_LINUX_JB_ELEMENT_SIZE): Define to
8795 INT_REGISTER_SIZE.
8796 (arm_linux_push_arguments): Use TARGET_DOUBLE_BIT instead of
8797 FP_REGISTER_VIRTUAL_SIZE.
8798 * arm-tdep.c (arm_make_sigtramp_cache): Use register_size instead
8799 of DEPRECATED_REGISTER_RAW_SIZE.
8800 (arm_register_type): Add gdbarch argument.
8801 (arm_register_raw_size, arm_register_virtual_size): Delete.
8802 (arm_register_byte, arm_extract_return_value)
8803 (arm_store_return_value, arm_get_longjmp_target): Update references
8804 to INT_REGISTER_RAW_SIZE and FP_REGISTER_RAW_SIZE.
8805 (arm_gdbarch_init): Likewise. Don't set
8806 deprecated_register_raw_size, deprecated_register_virtual_size,
8807 deprecated_max_register_raw_size,
8808 deprecated_max_register_virtual_size, or
8809 deprecated_max_register_virtual_type. Do set register_type.
8810 * arm-tdep.h (ARM_MAX_REGISTER_RAW_SIZE)
8811 (ARM_MAX_REGISTER_VIRTUAL_SIZE, INT_REGISTER_VIRTUAL_SIZE)
8812 (FP_REGISTER_VIRTUAL_SIZE): Delete.
8813 (INT_REGISTER_RAW_SIZE): Rename to INT_REGISTER_SIZE.
8814 (FP_REGISTER_RAW_SIZE): Rename to FP_REGISTER_SIZE.
8815 * arm-linux-tdep.c (ARM_NBSD_JB_ELEMENT_SIZE): Define to
8816 INT_REGISTER_SIZE.
8817 * remote-rdp.c (remote_rdp_fetch_register): Use MAX_REGISTER_SIZE.
8818 (remote_rdp_store_register): Likewise.
8819
8820 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
8821
8822 * Makefile.in (mips-linux-tdep.o): Update dependencies.
8823 * mips-tdep.c (mips_gdbarch_init): Move frame predicates
8824 to after osabi initialization.
8825 * mips-linux-tdep.c: Include "trad-frame.h" and "tramp-frame.h".
8826 (mips_linux_o32_sigframe_init, mips_linux_n32n64_sigframe_init): New
8827 functions.
8828 (mips_linux_o32_sigframe, mips_linux_o32_rt_sigframe)
8829 (mips_linux_n32_rt_sigframe, mips_linux_n64_rt_sigframe): New
8830 variables.
8831 (mips_linux_init_abi): Append signal trampoline unwinders.
8832
8833 2004-03-24 Andrew Cagney <cagney@redhat.com>
8834
8835 * tramp-frame.h (TRAMP_SENTINEL_INSN): Define, document.
8836 * tramp-frame.c: Include "gdb_assert.h".
8837 (tramp_frame_start): Use TRAMP_SENTINEL_INSN. Use ULONGEST and
8838 correct sizeof.
8839 (tramp_frame_append): Validate the tramp frame's instructions.
8840 * Makefile.in (tramp-frame.o): Update dependencies.
8841
8842 2004-03-23 Andrew Cagney <cagney@redhat.com>
8843
8844 * trad-frame.h (trad_frame_set_reg_addr): Declare.
8845
8846 2004-03-23 Andrew Cagney <cagney@redhat.com>
8847
8848 * MAINTAINERS (Past Maintainers): Add Mark Salter and Fernando
8849 Nasser as past testsuite/lib/ (and other) maintainers.
8850
8851 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8852
8853 * infcmd.c (attach_command): Reread symbols if we already have
8854 an exec file.
8855
8856 2004-03-23 Andrew Cagney <cagney@redhat.com>
8857
8858 * rs6000-tdep.c (frame_get_saved_regs): Delete unused function.
8859
8860 2004-03-23 Andrew Cagney <cagney@redhat.com>
8861
8862 * gdbarch.sh (SIGTRAMP_START, SIGTRAMP_END): Deprecate.
8863 * gdbarch.h, gdbarch.c: Re-generate.
8864 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8865 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8866 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8867 * config/vax/tm-vaxbsd.h (DEPRECATED_SIGTRAMP_END)
8868 (DEPRECATED_SIGTRAMP_START): Update.
8869 * config/m68k/tm-nbsd.h (DEPRECATED_SIGTRAMP_END)
8870 (DEPRECATED_SIGTRAMP_START): Update.
8871 * blockframe.c (find_pc_sect_partial_function): Update.
8872 * arch-utils.c (legacy_pc_in_sigtramp): Update.
8873
8874 2004-03-23 Daniel Jacobowitz <drow@mvista.com>
8875
8876 * remote.c (remote_open_1): Reopen the exec file and reread symbols
8877 if necessary.
8878
8879 2004-03-23 Andrew Cagney <cagney@redhat.com>
8880
8881 * gdbarch.sh (PC_IN_SIGTRAMP): Change to a function with
8882 predicate, deprecate.
8883 * gdbarch.h, gdbarch.c: Re-generate.
8884 * alpha-linux-tdep.c (alpha_linux_init_abi): Update.
8885 * alpha-osf1-tdep.c (alpha_osf1_init_abi): Update.
8886 * alpha-tdep.c (alpha_sigtramp_frame_sniffer): Update.
8887 * alphafbsd-tdep.c (alphafbsd_init_abi): Update.
8888 * alphanbsd-tdep.c (alphanbsd_init_abi): Update.
8889 * amd64-linux-tdep.c (amd64_linux_init_abi): Update.
8890 * amd64-tdep.c (amd64_sigtramp_frame_sniffer): Update.
8891 * amd64nbsd-tdep.c (amd64nbsd_init_abi): Update.
8892 * amd64obsd-tdep.c (amd64obsd_init_abi): Update.
8893 * arm-tdep.c (arm_sigtramp_unwind_sniffer): Update.
8894 * blockframe.c (find_pc_partial_function): Update.
8895 * breakpoint.c (bpstat_what): Update.
8896 * frame.c (frame_type_from_pc, legacy_get_prev_frame): Update.
8897 * frv-linux-tdep.c (frv_linux_init_abi): Update.
8898 * frv-tdep.c (frv_sigtramp_frame_sniffer): Update.
8899 * hppa-hpux-tdep.c (hppa_hpux_init_abi): Update.
8900 * i386-interix-tdep.c (i386_interix_init_abi): Update.
8901 * i386-linux-tdep.c (i386_linux_init_abi): Update.
8902 * i386-nto-tdep.c (i386nto_init_abi): Update.
8903 * i386-sol2-tdep.c (i386_sol2_init_abi): Update.
8904 * i386-tdep.c (i386_sigtramp_frame_sniffer)
8905 (i386_svr4_init_abi, i386_go32_init_abi, i386_gdbarch_init): Update.
8906 * i386bsd-tdep.c (i386bsd_init_abi): Update.
8907 * i386nbsd-tdep.c (i386nbsd_init_abi): Update.
8908 * i386obsd-tdep.c (i386obsd_init_abi): Update.
8909 * ia64-tdep.c (ia64_sigtramp_frame_sniffer): Update.
8910 * infrun.c (pc_in_sigtramp): Update.
8911 * m68k-tdep.c (m68k_sigtramp_frame_sniffer): Update.
8912 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
8913 * mips-tdep.c (mips_gdbarch_init): Update.
8914 * mipsnbsd-tdep.c (mipsnbsd_init_abi): Update.
8915 * ppc-linux-tdep.c: Update comment.
8916 * ppcnbsd-tdep.c (ppcnbsd_init_abi): Update.
8917 * shnbsd-tdep.c (shnbsd_init_abi): Update.
8918 * sparc-linux-tdep.c (sparc32_linux_init_abi): Update.
8919 * sparc-sol2-tdep.c (sparc32_sol2_init_abi): Update.
8920 * sparc64-sol2-tdep.c (sparc64_sol2_init_abi): Update.
8921 * sparc64fbsd-tdep.c (sparc64fbsd_init_abi): Update.
8922 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Update.
8923 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Update.
8924 * sparcnbsd-tdep.c (sparc32nbsd_init_abi): Update.
8925 * sparcobsd-tdep.c (sparc32obsd_init_abi): Update.
8926
8927 2004-03-23 Andrew Cagney <cagney@redhat.com>
8928
8929 * tramp-frame.h, tramp-frame.h: New files.
8930 * Makefile.in (SFILES, tramp_frame_h, COMMON_OBS, tramp-frame.o):
8931 Update rules to include "tramp-frame.h" and "tramp-frame.c".
8932
8933 * Makefile.in: Update all dependencies.
8934
8935 2004-03-23 Andrew Cagney <cagney@redhat.com>
8936
8937 * Makefile.in (trad_frame_h): Add $(frame_h).
8938 * trad-frame.h: Update copyright. Include "frame.h".
8939 (struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
8940 (trad_frame_set_id, trad_frame_get_id): Declare.
8941 (trad_frame_set_reg_addr, trad_frame_get_register): Declare.
8942 * trad-frame.c: Update copyright.
8943 (struct trad_frame_cache): Define.
8944 (trad_frame_cache_zalloc): New function.
8945 (trad_frame_set_id, trad_frame_get_id): New functions.
8946 (trad_frame_set_reg_addr, trad_frame_get_register): New functions.
8947
8948 2004-03-22 Andrew Cagney <cagney@redhat.com>
8949
8950 * s390-tdep.c (struct s390_stub_unwind_cache): Rename
8951 s390_pltstub_unwind_cache.
8952 (s390_stub_frame_unwind_cache): Rename
8953 s390_pltstub_frame_unwind_cache.
8954 (s390_stub_frame_this_id): Rename s390_pltstub_frame_this_id.
8955 (s390_stub_frame_prev_register): Rename
8956 s390_pltstub_frame_prev_register.
8957 (s390_stub_frame_unwind): Rename s390_pltstub_frame_unwind.
8958 (s390_stub_frame_sniffer): Rename s390_stub_frame_sniffer.
8959
8960 From Ulrich Weigand:
8961 * s390-tdep.c (s390_pltstub_frame_sniffer): Handle invalid function
8962 pointer calls like PLT calls.
8963
8964 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8965
8966 * mips-tdep.c (non_heuristic_proc_desc): Search using the specified
8967 PC rather than the partial function start address. Use the start
8968 address to sanity check the found PDR.
8969
8970 2004-03-22 Daniel Jacobowitz <drow@mvista.com>
8971
8972 * lin-lwp.c (lin_lwp_wait): Pass the LWP ID to
8973 linux_handle_extended_wait.
8974
8975 2004-03-22 Andrew Cagney <cagney@redhat.com>
8976
8977 * rs6000-tdep.c (frame_initial_stack_address): Delete unused
8978 function.
8979
8980 * frame.h (generic_pop_current_frame): Delete declaration.
8981 (deprecate_pop_dummy_frame): Deprecate
8982 generic_pop_dummy_frame.
8983 * dummy-frame.c (deprecated_pop_dummy_frame): Update.
8984 (generic_pop_current_frame): Delete function.
8985 * mn10300-tdep.c (mn10300_pop_frame): Eliminate call to
8986 generic_pop_current_frame.
8987 * v850-tdep.c (v850_pop_frame): Update.
8988 * mcore-tdep.c (mcore_pop_frame): Update.
8989 * sh64-tdep.c (sh64_pop_frame): Update.
8990 * h8300-tdep.c (h8300_pop_frame): Update.
8991
8992 2004-03-22 Andrew Cagney <cagney@redhat.com>
8993
8994 * frame.h (deprecated_pc_in_call_dummy): Rename
8995 generic_pc_in_call_dummy.
8996 * dummy-frame.h (pc_in_dummy_frame): Delete declaration.
8997 * dummy-frame.c (deprecated_pc_in_call_dummy): Rename
8998 generic_pc_in_call_dummy.
8999 (pc_in_dummy_frame): Make static.
9000 * gdbarch.sh (DEPRECATED_PC_IN_CALL_DUMMY): Update.
9001 * gdbarch.h, gdbarch.c: Re-generate.
9002 * dummy-frame.c (dummy_frame_sniffer): Simplify.
9003 * frame.c (frame_type_from_pc): Call deprecated_pc_in_call_dummy.
9004 (legacy_get_prev_frame): Ditto.
9005 * inferior.h: Delete reference to generic_pc_in_call_dummy in
9006 comment.
9007
9008 2004-03-21 Andrew Cagney <cagney@redhat.com>
9009
9010 * inferior.h (deprecated_pc_in_call_dummy_at_entry_point): Delete
9011 declaration and out-of-date comment.
9012 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
9013 Delete function.
9014 * mn10300-tdep.c (mn10300_gdbarch_init): Do not set
9015 deprecated_pc_in_call_dummy.
9016
9017 * infrun.c (handle_inferior_event): For non legacy frames, use the
9018 frame ID and frame type to identify a signal trampoline. Update
9019 comments.
9020
9021 2004-03-21 Nathan J. Williams <nathanw@wasabisystems.com>
9022
9023 * mipsnbsd-tdep.c: Update copyright. Include "mips-tdep.h".
9024 * Makefile.in (mipsnbsd-tdep.o): Update dependencies.
9025
9026 2004-03-21 Andrew Cagney <cagney@redhat.com>
9027
9028 * frame-unwind.h: Update copyright.
9029 (struct frame_data): Add opaque declaration.
9030 (frame_sniffer_ftype): Declare.
9031 (struct frame_unwind): Add "unwind_data" and "sniffer".
9032 (frame_unwind_register_unwinder): Declare.
9033 (frame_unwind_find_by_frame): Add parameter "this_cache".
9034 * frame.c (get_frame_id, create_new_frame, legacy_get_prev_frame)
9035 (legacy_get_prev_frame, legacy_get_prev_frame)
9036 (get_frame_type): Pass the prologue_cache to
9037 frame_unwind_find_by_frame.
9038 * frame-unwind.c (struct frame_unwind_table_entry): Add field
9039 "unwinder".
9040 (frame_unwind_register_unwinder): New function.
9041 (frame_unwind_find_by_frame): Handle an unwind sniffer.
9042
9043 2004-03-20 Paul Hilfinger <hilfingr@nile.gnat.com>
9044
9045 * bcache.c (print_percentage): Use floating point to avoid
9046 incorrect results when portion*100 overflows.
9047
9048 2004-03-19 Kevin Buettner <kevinb@redhat.com>
9049
9050 * ppc_tdep.h (ppc_linux_frame_saved_pc)
9051 (ppc_linux_init_extra_frame_info)
9052 (ppc_linux_frameless_function_invocation)
9053 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain)
9054 (rs6000_frame_saved_pc, rs6000_init_extra_frame_info)
9055 (rs6000_frameless_function_invocation, rs6000_frame_init_saved_regs)
9056 (rs6000_frame_chain): Delete declarations.
9057 * ppc-linux-tdep.c (ppc_linux_frame_saved_pc)
9058 (ppc_linux_init_extra_frame_info)
9059 (ppc_linux_frameless_function_invocation)
9060 (ppc_linux_frame_init_saved_regs, ppc_linux_frame_chain): Delete.
9061 (ppc_linux_init_abi): Remove registration of above deleted functions.
9062 * rs6000-tdep.c (rs6000_init_extra_frame_info)
9063 (rs6000_frame_init_saved_regs, rs6000_init_frame_pc_first)
9064 (rs6000_frame_args_address, rs6000_saved_pc_after_call)
9065 (rs6000_pop_frame, rs6000_frameless_function_invocation)
9066 (rs6000_frame_saved_pc, rs6000_frame_chain): Delete.
9067 (rs6000_gdbarch_init): Remove registration of above deleted functions.
9068 Use rs6000_unwind_pc(), rs6000_frame_sniffer(),
9069 rs6000_unwind_dummy_id(), and rs6000_frame_base_sniffer() for
9070 frame management for all OSABIs.
9071
9072 2004-03-19 Andrew Cagney <cagney@redhat.com>
9073
9074 Committed by Kevin Buettner <kevinb@redhat.com>.
9075
9076 * ppc-linux-tdep.c: Include "trad-frame.h", and "frame-unwind.h".
9077 Update copyright.
9078 (struct ppc_linux_sigtramp_cache, ppc_linux_sigtramp_cache)
9079 (ppc_linux_sigtramp_this_id, ppc_linux_sigtramp_prev_register)
9080 (ppc_linux_sigtramp_unwind, ppc_linux_sigtramp_sniffer)
9081 (ppc_linux_init_abi): Add both 32- and 64-bit signal trampoline
9082 unwinders. #ifdef legacy frame code.
9083 * rs6000-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
9084 "frame-base.h".
9085 (rs6000_unwind_pc, rs6000_unwind_dummy_id)
9086 (struct rs6000_frame_cache, rs6000_frame_cache)
9087 (rs6000_frame_this_id, rs6000_frame_prev_register)
9088 (rs6000_frame_sniffer, rs6000_frame_unwind)
9089 (rs6000_frame_base_address, rs6000_frame_base_sniffer)
9090 (rs6000_frame_base): Implement a traditional frame unwinder.
9091 (rs6000_gdbarch_init): When unknown, NetBSD, or GNU/Linux use the
9092 frame unwinder.
9093
9094 2004-03-19 Kevin Buettner <kevinb@redhat.com>
9095
9096 * breakpoint.c (adjust_breakpoint_address): Don't adjust
9097 breakpoint address for watchpoints or the catch eventpoints.
9098 Add new paramter ``bptype''. Adjust all callers.
9099
9100 2004-03-19 Andrew Cagney <cagney@redhat.com>
9101
9102 * config/pa/tm-hppa.h (GDB_TARGET_IS_HPPA): Delete unused macro.
9103
9104 * PROBLEMS: Delete note that ARM does not use frame code, problem
9105 fixed.
9106
9107 2004-03-18 Andrew Cagney <cagney@redhat.com>
9108
9109 * stack.c (return_command): Delete code wrapped in #ifdef
9110 DEPRECATED_CALL_DUMMY_HAS_COMPLETED, macro no longer defined.
9111
9112 * rs6000-tdep.c (skip_prologue): Record only the first LR save.
9113
9114 2004-03-18 Andrew Cagney <cagney@redhat.com>
9115
9116 * config/mips/tm-nbsd.h: Replace IN_SIGTRAMP with
9117 DEPRECATED_IN_SIGTRAMP.
9118 * config/powerpc/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9119 * config/mips/tm-linux.h (DEPRECATED_IN_SIGTRAMP) Ditto.
9120 * config/mips/tm-irix6.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9121 * config/mips/tm-irix5.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9122 * config/ia64/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9123 * config/ia64/tm-aix.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9124 * config/arm/tm-linux.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9125 * config/arm/tm-embed.h (DEPRECATED_IN_SIGTRAMP): Ditto.
9126 * arch-utils.c (legacy_pc_in_sigtramp): Ditto.
9127 * arch-utils.h: Remove reference to IN_SIGTRAMP in comment.
9128
9129 2004-03-18 Andrew Cagney <cagney@redhat.com>
9130
9131 * frame-base.c: Update copyright. Include "gdb_obstack.h".
9132 (struct frame_base_table_entry): Define.
9133 (struct frame_base_table): Re-implement as a linked list.
9134 (frame_base_init): Re-implement.
9135 (frame_base_table): Delete function.
9136 (append_predicate): Delete function.
9137 (frame_base_append_sniffer): Update.
9138 (frame_base_set_default): Update.
9139 (frame_base_find_by_frame): Update.
9140 (_initialize_frame_base): Use gdbarch_data_register_pre_init.
9141 * Makefile.in (frame-base.o): Update dependencies.
9142
9143 2004-03-17 Andrew Cagney <cagney@redhat.com>
9144
9145 * frame.c (legacy_get_prev_frame): Pass correct frame to
9146 frame_unwind_find_by_frame.
9147
9148 2004-03-17 David Carlton <carlton@kealia.com>
9149
9150 * NEWS: Mention C++ nested types and namespaces
9151
9152 2004-03-16 Michael Chastain <mec.gnu@mindspring.com>
9153
9154 * PROBLEMS: Add section headers, "Regressions since gdb 6.0"
9155 and "Regressions since gdb 5.3.". Add known regressions since
9156 gdb 6.0.
9157
9158 2004-03-16 David Carlton <carlton@kealia.com>
9159
9160 * dwarf2read.c (process_structure_scope): Process children even
9161 when we're a declaration.
9162
9163 2004-03-16 Andrew Cagney <cagney@redhat.com>
9164
9165 * symtab.h (find_pc_sect_partial_function): Delete declaration.
9166 * blockframe.c (find_pc_partial_function)
9167 (find_pc_sect_partial_function): Merge into a single
9168 find_pc_partial_function.
9169
9170 2004-03-16 Mark Kettenis <kettenis@gnu.org>
9171
9172 * i386bsd-nat.c: s/regno/regnum/g.
9173 (fetch_inferior_registers): Use I386_ST0_REGNUM instead of
9174 FP0_REGNUM.
9175 (store_inferior_registers): Likewise.
9176
9177 2004-03-16 Mark Kettenis <kettenis@gnu.org>
9178
9179 * i386bsd-nat.c (fill_fpregset): Call i387_collect_fsave instead
9180 of i387_fill_fsave.
9181 (store_inferior_registers): Call i387_collect_fsave and
9182 i387_collect_fxsave instead of i387_fill_fsave and
9183 i387_fill_fxsave.
9184
9185 2004-03-15 Andrew Cagney <cagney@redhat.com>
9186
9187 * Makefile.in (frame-unwind.o): Update dependencies.
9188 * frame-unwind.c: Include "gdb_obstack.h".
9189 (frame_unwind_init): Replace "gdbarch" parameter with an "obstack"
9190 parameter.
9191 (append_predicate): Delete function.
9192 (struct frame_unwind_table_entry): New structure.
9193 (struct frame_unwind_table): Replace "sniffer" with "head" and
9194 "tail".
9195 (frame_unwind_append_sniffer): Update.
9196 (frame_unwind_find_by_frame): Update.
9197 (_initialize_frame_unwind): Registe frame_unwind_init using
9198 gdbarch_data_register_pre_init.
9199
9200 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9201
9202 * i386bsd-nat.c: Update copyright year.
9203 (CANNOT_FETCH_REGISTER, CANNOT_STORE_REGISTER): Undefine and then
9204 define unconditionally.
9205
9206 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9207
9208 * i387-tdep.h (i387_collect_fsave): New prototype.
9209 * i387-tdep.c (i387_collect_fsave): New function containing most
9210 of the code from i387_fill_fsave.
9211 (i387_fill_fsave): Call i387_collect_fsave.
9212
9213 2004-03-15 Mark Kettenis <kettenis@gnu.org>
9214
9215 * i386-linux-tdep.c: Update copyright year.
9216 (i386_linux_svr4_fetch_link_map_offsets): Remove function.
9217 (i386_linux_init_abi): Set solib_svr4_fetch_link_maop_offsets to
9218 svr4_ilp32_link_map_offsets instead of
9219 i386_linux_svr4_fetch_link_map_offsets.
9220
9221 2004-03-15 David Carlton <carlton@kealia.com>
9222
9223 Fix for PR c++/1553:
9224 * dwarf2read.c (read_structure_type): Determine type name by
9225 calling determine_class_name.
9226 (determine_class_name): New.
9227 (determine_prefix): Look at TYPE_TAG_NAME and call
9228 determine_class_name when appropriate.
9229 (determine_prefix_aux, class_name): Delete.
9230 (read_namespace): Set die->type.
9231
9232 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9233
9234 * breakpoint.c (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete
9235 unused macro definition. The definition in target.h (or perhaps
9236 elsewhere) takes precedence.
9237
9238 2004-03-15 Andrew Cagney <cagney@redhat.com>
9239
9240 * ppc-tdep.h: Update copyright.
9241 (ppc_linux_supply_gregset, ppc_linux_supply_fpregset): Change
9242 function signatures to match "regsets.h".
9243 * ppc-linux-tdep.c: Include "regset.h".
9244 (ELF_GREGSET_SIZE): Delete.
9245 (right_supply_register): New function.
9246 (ppc_linux_supply_fpregset, ppc_linux_supply_gregset): Rewrite
9247 using right_supply_register.
9248 (ppc32_linux_supply_gregset, ppc64_linux_supply_gregset): New
9249 functions.
9250 (ppc64_linux_gregset, ppc32_linux_gregset): Define.
9251 (ppc_linux_init_abi): Register ppc_linux_regset_from_core_section.
9252 (_initialize_ppc_linux_tdep): Do not register
9253 ppc_linux_regset_core_fns.
9254 (ppc_linux_regset_from_core_section): Replace
9255 fetch_core_registers.
9256 (ppc_linux_regset_core_fns): Delete.
9257 * ppc-linux-nat.c: (right_fill_reg): New function.
9258 (supply_gregset): Update call to ppc_linux_supply_gregset.
9259 (fill_gregset): Clear the register set, use right_fill_reg.
9260 (supply_fpregset): Update call to ppc_linux_supply_fpregset.
9261 (fill_fpregset): Use right_fill_reg, correctly compute FP offsets.
9262
9263 * rs6000-tdep.c (rs6000_register_virtual_type): Make registers
9264 unsigned.
9265
9266 2004-03-15 Andrew Cagney <cagney@redhat.com>
9267
9268 * gdbarch.sh (gdbarch_data_pre_init_fytpe)
9269 (gdbarch_data_register_pre_init, gdbarch_data_post_init_fytpe)
9270 (gdbarch_data_register_post_init): Replace gdbarch_data_init_ftype
9271 and register_gdbarch_data.
9272 (deprecated_set_gdbarch_data): Rename set_gdbarch_data.
9273 (struct gdbarch_data): Replace "init" by "pre_init" and
9274 "post_init".
9275 * gdbarch.h, gdbarch.c: Re-generate.
9276 * dwarf2-frame.c (dwarf2_frame_init): Replace "gdbarch" paramter
9277 with"obstack", use OBSTACK_ZALLOC.
9278 (dwarf2_frame_ops): Delete.
9279 (dwarf2_frame_set_init_reg): Use gdbarch_data.
9280 (dwarf2_frame_init_reg): Use gdbarch_data.
9281 (_initialize_dwarf2_frame): Use gdbarch_data_register_pre_init.
9282 * solib-svr4.c (set_solib_svr4_fetch_link_map_offsets)
9283 (_initialize_svr4_solib): Update.
9284 * user-regs.c (_initialize_user_regs): Update.
9285 * reggroups.c (_initialize_reggroup): Update.
9286 * regcache.c (_initialize_regcache): Update.
9287 * mips-linux-tdep.c (_initialize_mips_linux_tdep): Update.
9288 * libunwind-frame.c (_initialize_libunwind_frame): Update.
9289 * gnu-v3-abi.c (init_gnuv3_ops): Update.
9290 * frame-unwind.c (_initialize_frame_unwind): Update.
9291 * frame-base.c (_initialize_frame_base): Update.
9292 * user-regs.c (user_reg_add): Update.
9293 * reggroups.c (reggroup_add): Update.
9294 * mips-linux-tdep.c (set_mips_linux_register_addr): Update.
9295 * libunwind-frame.c (libunwind_frame_set_descr): Update.
9296 * frame-unwind.c (frame_unwind_append_sniffer): Update.
9297 * frame-base.c (frame_base_table): Update.
9298 * remote.c (_initialize_remote): Update.
9299 * gdb_obstack.h (OBSTACK_ZALLOC, OBSTACK_CALLOC): Define.
9300
9301 2004-03-15 Andrew Cagney <cagney@redhat.com>
9302
9303 * cris-tdep.c (bfd_lookup_symbol): Delete unused function.
9304
9305 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9306
9307 * Makefile.in (frv-linux-tdep.o): Add dependencies.
9308 * frv-linux-tdep.c: New file.
9309 * frv-tdep.c (struct gdbarch_tdep): Add new field
9310 ``sigcontext_reg_addr''.
9311 (frv_set_sigcontext_reg_addr, frv_sigtramp,frame_cache)
9312 (frv_sigtramp_frame_this_id, frv_sigtramp_frame_prev_register)
9313 (frv_sigramp_frame_sniffer): New functions.
9314 (frv_sigtramp_frame_unwind): New static global.
9315 (frv_gdbarch_init): Hook in ABI-specific overrides. Hook up frame
9316 sniffers.
9317 * frv-tdep.h (frv_set_sigcontext_reg_addr): New function.
9318 * config/frv/frv.mt (TDEPFILES): Add frv-linux-tdep.o.
9319
9320 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9321
9322 * frv-tdep.c (frv_analyze_prologue): Terminate prologue scan,
9323 but not via a call to error(), when unable to read memory.
9324
9325 2004-03-15 Kevin Buettner <kevinb@redhat.com>
9326
9327 * frv-tdep.c (frv_call_dummy_words): Delete.
9328 (frv_frame_unwind_cache): Delete unused variable, ``prev_sp''.
9329
9330 2004-03-15 Andrew Cagney <cagney@redhat.com>
9331
9332 * infrun.c (handle_step_into_function, step_over_function): Only
9333 update and use STEP_FRAME_ID when the system is using legacy
9334 frames. Update comments.
9335
9336 2004-03-14 Mark Kettenis <kettenis@gnu.org>
9337
9338 * amd64-linux-tdep.h: Remove file.
9339 * amd64-linux-tdep.c: Don't include "inferior.h" and
9340 "amd64-linux-tdep.h". Include "frame.h" and "solib-svr4.h".
9341 (USER_R15, USER_R14, USER_R13, USER_R12, USER_RBP, USER_RBX)
9342 (USER_R11, USER_R10, USER_R9, USER_R8, USER_RAX, USER_RCX)
9343 (USER_RDX, USER_RSI, USER_RDI, USER_RIP, USER_CS, USER_EFLAGS)
9344 (USER_RSP, USER_SS, USER_DS, USER_ES, USER_FS, USER_GS): Remove
9345 macros.
9346 (user_to_gdb_regmap): Remove variable.
9347 (amd64_linux_gregset_reg_offset): New variable.
9348 (amd64_core_fns): Remove variable.
9349 (fetch_core_registers): Remove function.
9350 (amd64_linux_supply_gregset, amd64_linux_fill_gregset): Remove
9351 functions.
9352 (_initialize_amd64_linux_tdep): Don't set add_core_fns.
9353 * amd64-linux-nat.c: Don't include "amd64-linux-tdep.h".
9354 * Makefile.in (amd64_linux_tdep_h): Remove.
9355 (amd64-linux-nat.o): Update dependencies.
9356 (amd64-linux-tdep.o): Update dependencies.
9357
9358 * amd64-linux-nat.c (GETFPREGS_SUPPLIES): Remove macro.
9359 (fetch_regs, fetch_fpregs, store_regs, store_fpregs): Remove
9360 functions.
9361 (fetch_inferior_registers, store_inferior_registers): Rewrite.
9362
9363 * amd64-tdep.h (amd64_fill_fxsave): Remove prototype.
9364 * amd64-tdep.c (amd64_fill_fxsave): Remove function.
9365
9366 2004-03-14 Daniel Jacobowitz <drow@mvista.com>
9367
9368 * dwarf2read.c (read_structure_type): Rename from
9369 read_structure_scope. Don't create a symbol or call process_die.
9370 Return immediately if die->type is set. Call read_type_die before
9371 dwarf2_add_member_fn.
9372 (process_structure_scope): New function.
9373 (read_enumeration_type, process_enumeration_scope): New functions,
9374 broken out from read_enumeration. Don't create the enumeration
9375 type if it has already been created.
9376 (read_enumeration): Removed.
9377 (process_die): Call read_structure_type, process_structure_scope,
9378 read_enumeration_type, and process_enumeration_scope. Just call
9379 new_symbol for base and subrange types. Add a comment about other
9380 type dies.
9381 (read_type_die): Call read_enumeration_type.
9382 (add_partial_structure, new_symbol): Update comments.
9383
9384 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9385
9386 * m68hc11-tdep.c (m68hc11_register_name): Get soft reg information.
9387
9388 2004-03-13 Stephane Carrez <stcarrez@nerim.fr>
9389
9390 * tui/tui-win.h (tui_get_cmd_list): Declare.
9391 * tui/tui-win.c (tui_command): New function.
9392 (tui_get_cmd_list): New function.
9393 (_initialize_tui_win): Moved initialization of tui command in
9394 tui_get_cmd_list.
9395
9396 * tui/tui-data.c (init_content_element): Setup new data members.
9397 (init_win_info): Likewise.
9398 (free_content_elements): Free it.
9399 * tui/tui-data.h (struct tui_data_element): Store the register
9400 content to print.
9401 (struct tui_data_info): Keep the current register group.
9402
9403 * tui/tui-layout.c (tui_set_layout): Update call to tui_show_registers.
9404
9405 * tui/tui-regs.h (tui_show_registers): Update prototype.
9406 (tui_toggle_float_regs, tui_calculate_regs_column_count): Remove.
9407 (tui_resize_all): No need to calculate anything for register window.
9408 * tui/tui-regs.c (tui_calculate_regs_column_count): Remove.
9409 (tui_set_register_element, tui_set_general_regs_content): Remove.
9410 (tui_set_special_regs_content): Remove.
9411 (tui_set_general_and_special_regs_content): Remove.
9412 (tui_set_float_regs_content): Remove.
9413 (tui_reg_value_has_changed, tui_get_register_raw_value): Remove.
9414 (tui_set_regs_content): Remove.
9415 (tui_toggle_float_regs, _tui_toggle_float_regs_command): Remove.
9416 (tui_v_show_registers_command_support): Remove.
9417 (tui_show_registers): Use a reggroup to specify the registers to show.
9418 (tui_show_register_group): New function.
9419 (tui_display_registers_from): Compute the layout of register window
9420 and refresh with new API; be sure to delete old register windows.
9421 (tui_check_register_values): Update to use tui_get_register and
9422 tui_display_data.
9423 (tui_display_register): Just refresh the register window part.
9424 (tui_register_format): Format registers and save in tui_data_element.
9425 (tui_get_register): New to combine tui_reg_value_has_changed and
9426 tui_get_register_raw_value; fix to use the new gdb API.
9427 (tui_show_float_command): Renamed tui_reg_float_command.
9428 (tui_show_general_command): Renamed tui_reg_general_command.
9429 (tui_show_special_command): Renamed tui_reg_system_command.
9430 (_initialize_tui_regs): Remove unused commands.
9431
9432 2004-03-13 Mark Kettenis <kettenis@gnu.org>
9433
9434 * NEWS (New native configurations): Mention OpenBSD/amd64.
9435
9436 * config/i386/nm-fbsd.h: Include "config/nm-bsd.h".
9437 (PTRACE_ARG3_TYPE, FETCH_INFERIOR_REGISTERS, ATTACH_DETACH):
9438 Remove defines.
9439 * config/i386/nm-fbsd64.h: Likewise.
9440 * config/i386/nm-obsd.h: Likewise.
9441 * config/sparc/nm-fbsd.h: Likewise. Update copyright year.
9442 * config/alpha/nm-fbsd.h: Likewise. Update copyright year.
9443
9444 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9445
9446 * frv-tdep.c (set_variant_scratch_registers): New function.
9447 * frv-tdep.h (scr0_regnum, scr1_regnum, scr2_regnum, scr3_regnum):
9448 New constants.
9449
9450 From Richard Sandiford <rsandifo@redhat.com>:
9451 * frv-tdep.c (frv_gdbarch_init): Add FR450 support.
9452
9453 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9454
9455 * frv-tdep.c, frv-tdep.h (first_gpr_regnum, sp_regnum, fp_regnum)
9456 (struct_return_regnum, last_gpr_regnum, first_fpr_regnum)
9457 (last_fpr_regnum, pc_regnum, first_spr_regnum, psr_regnum, ccr_regnum)
9458 (cccr_regnum, fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum)
9459 (tbr_regnum, brr_regnum, dbar0_regnum, dbar1_regnum, dbar2_regnum)
9460 (dbar3_regnum, lr_regnum, lcr_regnum, iacc0h_regnum, iacc0l_regnum)
9461 (last_spr_regnum, frv_num_regs, first_pseudo_regnum, iacc0_regnum)
9462 (last_pseudo_regnum, frv_num_pseudo_regs): Move constant (enum)
9463 definitions from frv-tdep.c to frv-tdep.h.
9464
9465 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9466
9467 Add shared library support for FR-V FDPIC ABI:
9468 * Makefile.in (solib-frv.o): Add dependencies.
9469 * frv-tdep.c (find_func_descr, frv_convert_from_func_ptr_addr):
9470 New functions.
9471 (frv_push_dummy_call): Add support for FDPIC ABI.
9472 (frv_gdbarch_init): Call set_gdbarch_convert_from_func_ptr_addr()
9473 for FDPIC ABI.
9474 * frv-tdep.h (frv_fdpic_find_global_pointer): Declare.
9475 (frv_fdpic_find_canonical_descriptor): Declare.
9476 * solib-frv.c: New file.
9477 * config/frv/frv.mt (TDEPFILES): Add solib.o and solib-frv.o.
9478 * config/frv/tm-frv.h (solib.h): Include.
9479
9480 2004-03-12 Kevin Buettner <kevinb@redhat.com>
9481
9482 * Makefile.in (elf_frv_h, frv_tdep_h): Define.
9483 (frv-tdep.o): Update dependencies.
9484 * frv-tdep.h: New file.
9485 * frv-tdep.c (elf-bfd.h, elf/frv.h, osabi.h, frv-tdep.h): Include.
9486 (fdpic_loadmap_exec_regnum, fdpic_loadmap_interp_regnum): New
9487 constants.
9488 (struct gdbarch_tdep): Add new member ``frv_abi''.
9489 (frv_abi, frv_fdpic_loadmap_addresses, set_variant_abi_fdpic): New
9490 functions.
9491 (new_variant): Set ``frv_abi'' field.
9492 (gdb_arch_init): Detect FDPIC executables.
9493
9494 2004-03-12 Mark Kettenis <kettenis@gnu.org>
9495
9496 * solib-svr4.h: Change SOLIB_SVR4 wrapper into SOLIB_SVR4_H
9497 wrapper.
9498
9499 2004-03-11 Andrew Cagney <cagney@redhat.com>
9500
9501 * solib-svr4.h: Add #ifndef SOLIB_SVR4 wrapper.
9502
9503 2004-03-11 Kevin Buettner <kevinb@redhat.com>
9504
9505 * solist.h (master_so_list): New function.
9506 * solib.c (master_so_list): Likewise.
9507 * solib-svr4.c (enable_break): Iterate over so_list entries
9508 obtained from master list instead of entries obtained directly
9509 via svr4_current_sos().
9510
9511 2004-03-10 Ben Elliston <bje@gnu.org>
9512
9513 * MAINTAINERS: Update my mail address.
9514
9515 2004-03-10 Kei Sakamoto <sakamoto.kei@renesas.com>
9516
9517 * remote-m32r-sdi.c: Support hardware watchpoint.
9518
9519 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9520
9521 * user-regs.c: Update copyright years.
9522 (struct user_regs): Rename to gdb_user_regs.
9523 (append_user_reg, builtin_user_regs, user_regs_init)
9524 (user_reg_add, user_reg_map_name_to_regnum)
9525 (usernum_to_user_reg): Update.
9526
9527 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9528
9529 * dwarf2read.c (skip_leb128, peek_die_abbrev, skip_one_die)
9530 (skip_children): New functions.
9531 (locate_pdi_sibling): Call skip_children.
9532
9533 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9534
9535 * arm-tdep.c (arm_use_struct_convention): Look through typedefs.
9536 * gdbtypes.c (check_typedef): Update comments.
9537
9538 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9539
9540 * dwarf2read.c (struct comp_unit_head): Remove dwarf2_abbrevs array.
9541 (struct dwarf2_cu): Add abbrev_obstack and dwarf2_abbrevs
9542 pointer. Update comment about comp_unit_head.
9543 (struct abbrev_info): Shorten two int flags.
9544 (dwarf_alloc_abbrev): Take a CU argument.
9545 (dwarf2_build_psymtabs_hard): Call dwarf2_free_abbrev_table
9546 each time through the loop. Update cleanup argument.
9547 (psymtab_to_symtab_1): Update cleanup call.
9548 (dwarf2_read_abbrevs, dwarf2_alloc_abbrev): Allocate on the
9549 abbrev_obstack.
9550 (dwarf2_free_abbrev_table): Renamed from dwarf2_empty_abbrev_table.
9551 Just call obstack_free and clear the pointer.
9552
9553 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9554
9555 * infrun.c (handle_inferior_event): Remove short-circuit code for
9556 events in a different thread.
9557
9558 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9559
9560 * target.c (debug_to_xfer_memory): If targetdebug is 1, don't
9561 print the whole transfer.
9562 (initialize_targets): Update description of "set debug target".
9563
9564 2004-03-09 Daniel Jacobowitz <drow@mvista.com>
9565
9566 * arm-tdep.c (thumb_get_next_pc): Handle Thumb BLX.
9567
9568 2004-03-08 Nathan J. Williams <nathanw@wasabisystems.com>
9569
9570 * MAINTAINERS (write after approval): Add myself.
9571
9572 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
9573
9574 * sh-tdep.c (sh_print_registers_info): Use for loop.
9575 Don't skip multiple registers when a float register is encountered.
9576
9577 2004-03-08 Corinna Vinschen <vinschen@redhat.com>
9578
9579 Fix PR tdep/1291.
9580 * sh-tdep.c (sh_analyze_prologue): Align PC relative addressing
9581 to official SH documentation.
9582
9583 2004-03-07 Andrew Cagney <cagney@redhat.com>
9584
9585 * ppc-linux-nat.c (ppc_ptrace_cannot_fetch_store_register): Delete
9586 unused function.
9587
9588 2004-03-07 Daniel Jacobowitz <drow@mvista.com>
9589
9590 * arm-tdep.c (thumb_get_next_pc): Handle BX.
9591 (arm_get_next_pc): Handle BX and BLX.
9592
9593 2004-03-07 Andrew Cagney <cagney@redhat.com>
9594
9595 * hppa-tdep.c: Replace DEPRECATED_FP_REGNUM with HPPA_FP_REGNUM,
9596 FP0_REGNUM with HPPA_FP0_REGNUM, and SP_REGNUM with
9597 HPPA_SP_REGNUM.
9598 (hppa_register_raw_size, hppa_register_byte, hppa_read_fp)
9599 (hppa_target_read_fp): Delete.
9600 (hppa_gdbarch_init): Do not set deprecated register_raw_size,
9601 register_virtual_size, max_register_raw_size,
9602 max_register_virtual_size, register_byte, register_size,
9603 target_read_fp, fp_regnum, and register_bytes. Set register_type
9604 instead of register_virtual_type.
9605 (hppa32_register_type, hppa64_register_type): Replace
9606 hppa32_register_virtual_type and hppa64_register_virtual_type.
9607 * config/pa/tm-hppa.h (HPPA_FP0_REGNUM, HPPA_SP_REGNUM)
9608 (HPPA_FP_REGNUM): Define.
9609
9610 * hppa-tdep.c (hppa_gdbarch_init): Add missing "break".
9611
9612 * config/pa/tm-hppa.h (DEPRECATED_DO_REGISTERS_INFO)
9613 (pa_do_registers_info): Delete.
9614 * hppa-tdep.c (pa_do_registers_info, pa_do_strcat_registers_info)
9615 (pa_print_registers, pa_print_fp_reg, pa_strcat_registers)
9616 (pa_strcat_fp_reg, pa_register_look_aside): Delete.
9617
9618 * infcall.c (legacy_push_dummy_code): Delete #ifdef
9619 GDB_TARGET_IS_HPPA code.
9620 * config/pa/tm-hppa.h (DEPRECATED_FIX_CALL_DUMMY)
9621 (hppa_fix_call_dummy, DEPRECATED_CALL_DUMMY_HAS_COMPLETED)
9622 (DEPRECATED_DUMMY_WRITE_SP, CALL_DUMMY): Delete.
9623 * config/pa/tm-hppa64.h (CALL_DUMMY): Delete.
9624 * hppa-tdep.c (hppa_frame_chain, hppa_frame_chain_valid)
9625 (hppa_push_dummy_frame, hppa_pop_frame, hppa_push_arguments)
9626 (hppa_fix_call_dummy, hppa64_stack_align, hppa_frame_saved_pc)
9627 (hppa_init_extra_frame_info, hppa_saved_pc_after_call)
9628 (hppa64_call_dummy_breakpoint_offset, hppa_frame_init_saved_regs)
9629 (hppa_frameless_function_invocation, hppa64_store_return_value)
9630 (hppa_store_struct_return, hppa64_extract_return_value)
9631 (hppa64_use_struct_convention, hppa_frame_find_saved_regs)
9632 (hppa32_call_dummy_length, hppa64_call_dummy_length)
9633 (find_dummy_frame_regs, FUNC_LDIL_OFFSET, FUNC_LDO_OFFSET)
9634 (find_proc_framesize, deposit_21, restore_pc_queue)
9635 (find_return_regnum, pc_in_interrupt_handler, deposit_14)
9636 (rp_saved, pc_in_linker_stub): Delete.
9637
9638 Unconditionally enable 64-bit frame and ABI code.
9639 * hppa-tdep.c (hppa_gdbarch_init): Do not set deprecated
9640 call_dummy_breakpoint_offset, call_dummy_length, stack_align,
9641 push_dummy_frame, fix_call_dummy, push_arguments,
9642 call_dummy_location, extract_return_value, use_struct_convention,
9643 store_return_value, store_struct_return, saved_pc_after_call,
9644 init_frame_pc, frame_init_saved_regs, init_extra_frame_info,
9645 frame_chain, frame_chain_valid, frameless_function_invocation,
9646 frame_saved_pc, and pop_frame.
9647
9648 * hppa-tdep.c: Replace PC_REGNUM with PCOQ_HEAD_REGNUM.
9649 (hppa64_return_value, hppa64_push_dummy_call): Rewrite.
9650 (hppa_gdbarch_init): Do not set PC_REGNUM.
9651
9652 2004-03-06 Mark Kettenis <kettenis@gnu.org>
9653
9654 * config/alpha/tm-fbsd.h: Remove file.
9655 * config/alpha/fbsd.mt: Tweak comment.
9656 (TM_FILE): Set to tm-alpha.h.
9657
9658 2004-03-05 Andrew Cagney <cagney@redhat.com>
9659
9660 * infrun.c (step_over_function): When non-legacy code, and no
9661 step_frame_id, use the unwinder to get the caller's frame ID.
9662
9663 2004-03-05 Mark Kettenis <kettenis@gnu.org>
9664
9665 * i386bsd-tdep.c (_initialize_i386bsd_tdep): Register
9666 i386bsd_core_osabi_sniffer for bfd_arch_i386 instead of
9667 bfd_arch_unknown. Adjust comment.
9668
9669 * i386-nat.c: Fix typo in comment. Re-introduce paranoiac.
9670 * i386obsd-tdep.c: Correct spelling in comment.
9671 * i386nbsd-tdep.c: Correct spelling in comment.
9672 * sparc-tdep.c: Correct spelling in comments.
9673
9674 2004-03-05 David Carlton <carlton@kealia.com>
9675
9676 * cp-namespace.c (cp_lookup_transparent_type_loop): Fix recursion
9677 bug.
9678
9679 2004-03-05 Mark Kettenis <kettenis@gnu.org>
9680
9681 * sparc-tdep.c: Fix typo in comment.
9682
9683 2004-03-04 J. Brobecker <brobecker@gnat.com>
9684
9685 * hppa-tdep.c (hppa_frame_cache): Avoid undefined return value.
9686
9687 2004-03-04 Daniel Jacobowitz <drow@mvista.com>
9688
9689 * dwarf2read.c: Add comment describing memory lifetimes.
9690 (struct dwarf2_pinfo): Update comment.
9691 (dwarf2_add_field, dwarf2_add_member_fn, read_structure_scope)
9692 (read_enumeration, new_symbol): Don't use obsavestring.
9693
9694 2004-03-04 Mark Kettenis <kettenis@gnu.org>
9695
9696 * amd64-linux-nat.c (fill_fpregset): Call amd64_colletc_fxsave
9697 instead of amd64_fill_fxsave.
9698 * amd64bsd-nat.c (store_inferior_registers): Likewise.
9699 * amd64fbsd-nat.c (fill_fpregset): Likewise.
9700
9701 * sparc-tdep.c (sparc_frame_cache): Don't bail out if %fp is zero.
9702 Reorganize code a bit.
9703
9704 2004-03-04 Orjan Friberg <orjanf@axis.com>
9705
9706 * cris-tdep.c (cris_scan_prologue): Save the frame pointer's offset
9707 when the frame pointer is pushed. Don't set the frame pointer's
9708 address on the stack unless it's actually located there.
9709 Set the SRP's address on the stack correctly when the PC is still in
9710 the prologue.
9711 (cris_return_value): New function.
9712 (cris_gdbarch_init): Clear deprecated store_return_value,
9713 extract_return_value.
9714
9715 2004-03-02 Jim Blandy <jimb@redhat.com>
9716
9717 * stabsread.c (reg_value_complaint): The maximum register number
9718 is one less than the number of registers.
9719
9720 2004-03-02 Andrew Cagney <cagney@redhat.com>
9721
9722 * i386-tdep.h (enum i386_regnum): Add I386_DS_REGNUM,
9723 I386_ES_REGNUM, I386_FS_REGNUM, and I386_GS_REGNUM. Remove
9724 trailing comma and redundant assignment of I386_ST0_REGNUM.
9725 * amd64-nat.c (amd64_collect_native_gregset): Zero-extend the
9726 32-bit segment registers.
9727
9728 2004-03-01 Andrew Cagney <cagney@redhat.com>
9729
9730 * rs6000-tdep.c (rs6000_init_frame_pc_first): Fix compiler error,
9731 use frame_relative_level and get_next_frame.
9732
9733 2004-02-29 Andrew Cagney <cagney@redhat.com>
9734
9735 * rs6000-tdep.c (rs6000_init_frame_pc_first): New function.
9736 (rs6000_gdbarch_init): Set deprecated_init_frame_pc_first.
9737 * config/rs6000/tm-rs6000.h (DEPRECATED_INIT_FRAME_PC_FIRST):
9738 Delete macro.
9739
9740 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9741
9742 * inflow.c (terminal_inferior): Don't give up the terminal if we
9743 previously couldn't get the inferior's terminal state.
9744
9745 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
9746
9747 * regcache.c (read_pc_pid): Restore inferior_ptid after reading
9748 PC_REGNUM.
9749
9750 2004-02-28 Andrew Cagney <cagney@redhat.com>
9751
9752 * NEWS: Refer to GDB 6.1.
9753 * README: Refer to GDB 6.1.
9754 * PROBLEMS: Refer to GDB 6.1.
9755
9756 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
9757
9758 * thread-db.c (disable_thread_signals): Remove unused function.
9759
9760 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9761
9762 * amd64-nat.c: Include "gdb_string.h".
9763 (amd64_collect_native_gregset): Zero-extend the 32-bit
9764 general-purpose registers and %eip.
9765
9766 * amd64-tdep.h: (amd64_collect_fxsave): New prototype.
9767 * amd64-tdep.c (amd64_collect_fxsave): New function.
9768 (amd64_fill_fxsave): Simply call amd64_collect_fxsave.
9769
9770 * i387-tdep.h: Update copyright year.
9771 (i387_collect_fxsave): New prototype.
9772 * i387-tdep.c: Update copyright year.
9773 (i387_collect_fxsave): New function containing most of the code
9774 from i387_fill_fxsave.
9775 (i387_fill_fxsave): Call i387_collect_fxsave.
9776
9777 2004-02-28 Andrew Cagney <cagney@redhat.com>
9778
9779 * amd64-linux-nat.c (ps_get_thread_area): When architecture is
9780 i386 use PTRACE_GET_THREAD_AREA. Suggested by Roland McGrath.
9781
9782 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9783
9784 * amd64-tdep.c (amd64_frame_cache): Fix comment.
9785
9786 2004-02-28 Andrew Cagney <cagney@redhat.com>
9787
9788 * utils.c: Use "", instead of <>, to include readline.
9789 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto.
9790 * tracepoint.c, top.c, symmisc.c, symfile.c: Ditto.
9791 * source.c, solib.c, exec.c, event-top.c: Ditto.
9792 * corelow.c, completer.c, cli/cli-setshow.c: Ditto.
9793 * cli/cli-dump.c, cli/cli-cmds.c: Ditto.
9794 * Makefile.in: Update all dependencies.
9795 (readline_tilde_h, readline_history_h): Define.
9796 (readline_headers): Delete.
9797
9798 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9799
9800 * config/djgpp/fnchange.lst: Rename "config/i386/nm-linux64.h" to
9801 "config/i386/nm-lx64.h" and "config/i386/tm-linux64.h" to
9802 "config/i386/tm-lx64.h".
9803
9804 * config/djgpp/fnchange.lst: Rename "amd64-linux-tdep.c" to
9805 "amd64-ltdep.c" and "amd64-linux-nat.c" to "amd64-lnat.c". Remove
9806 rules for "x86-64-linux-tdep.c" and "x86-64-linux-nat.c".
9807
9808 2004-02-28 Andrew Cagney <cagney@redhat.com>
9809
9810 * dwarf2-frame.h (struct gdbarch): Add opaque declaration.
9811
9812 * breakpoint.c (_initialize_breakpoint): Use
9813 "add_setshow_auto_boolean_cmd. Better word-wrap help messages.
9814 Add help to show command.
9815
9816 2004-02-28 Mark Kettenis <kettenis@gnu.org>
9817
9818 * i386-nat.c: Reformat to be closer to coding standards.
9819 (i386_handle_nonaligned_watchpoint): Rename local variable `rv' to
9820 `retval'. Make variables `align' and `size' local to while-loop.
9821 (i386_stopped_data_address): Rename local variable `ret' to `addr'.
9822 (_initialize_i386_nat): New prototype.
9823
9824 * tui/tui.c: Include <readline/readline.h> instead of
9825 "readline/readline.h". Include it after <term.h> and
9826 "gdb_curses.h".
9827
9828 2004-02-27 Andrew Cagney <cagney@redhat.com>
9829
9830 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always use
9831 the new frame unwind code.
9832 (hppa_frame_cache): Use PCOQ_HEAD_REGNUM instead of PC_REGNUM.
9833 (hppa_frame_prev_register): Compute PCOQ_TAIL_REGNUM from
9834 PCOQ_HEAD_REGNUM.
9835
9836 * hppa-tdep.c (hppa_gdbarch_init): On 32-bit systems always
9837 "return_value" and "push_dummy_call".
9838 (hppa32_use_struct_convention): Delete unused function.
9839 (hppa32_store_return_value): Delete unused function.
9840 (hppa32_extract_return_value): Delete unused function.
9841 (hppa32_stack_align): Delete function.
9842
9843 2004-02-27 Eli Zaretskii <eliz@elta.co.il>
9844
9845 * coffread.c (enter_linenos): Don't let rawptr reference memory
9846 outside linetab[]'s limits.
9847
9848 2004-02-27 Andrew Cagney <cagney@redhat.com>
9849
9850 * hppa-tdep.c (hppa32_push_dummy_call): Fix code reserving
9851 inferior stack space - the stack needs to grow upwards.
9852 (hppa32_frame_align): New function.
9853 (hppa64_frame_align): Replace hppa_frame_align.
9854 (hppa_gdbarch_init): Update.
9855
9856 2004-02-26 Orjan Friberg <orjanf@axis.com>
9857
9858 * cris-tdep.c (frame_unwind.h, frame-base.h, trad-frame.h)
9859 (dwarf2-frame.h): Include.
9860 (enum cris_regnums): New enum CRIS_FP_REGNUM.
9861 Remove static variables related to ABI setting.
9862 (struct gdbarch_tdep): Remove cris_abi member.
9863 (struct frame_extra_info): Remove.
9864 (cris_unwind_cache, stack_item): New structs.
9865 (cris_frame_unwind, cris_frame_base): New variables.
9866 (push_stack_item, pop_stack_item)
9867 (cris_frame_unwind_cache, cris_frame_this_id)
9868 (cris_frame_prev_register, cris_unwind_dummy_id, cris_frame_align)
9869 (cris_push_dummy_code, cris_push_dummy_call, cris_frame_sniffer)
9870 (cris_frame_base_address, cris_scan_prologue, cris_unwind_pc)
9871 (cris_unwind_sp, cris_store_return_value, cris_extract_return_value)
9872 (cris_reg_struct_has_addr): New functions.
9873 (cris_examine, cris_frame_init_saved_regs, cris_frame_chain)
9874 (cris_frame_saved_pc, cris_saved_pc_after_call,
9875 (cris_store_struct_return, cris_frameless_function_invocation)
9876 (cris_pop_frame, cris_skip_prologue_main)
9877 (cris_abi_original_store_return_value)
9878 (cris_abi_v2_store_return_value)
9879 (cris_abi_original_extract_return_value)
9880 (cris_abi_v2_extract_return_value)
9881 (cris_abi_original_reg_struct_has_addr)
9882 (cris_abi_v2_reg_struct_has_addr)
9883 (cris_abi_original_push_arguments, cris_abi_v2_push_arguments)
9884 (cris_push_return_address, cris_abi_update): Remove.
9885 (_initialize_cris_tdep): Remove ABI command.
9886 (cris_dump_tdep): Ditto.
9887 (cris_gdbarch_init): Remove ABI command.
9888 Set store_return_value, extract_return_value, push_dummy_code,
9889 push_dummy_call, frame_align, unwind_pc, unwind_sp, unwind_dummy_id,
9890 frame_unwind_append_sniffer, frame_base_set_default.
9891 Clear deprecated init_frame_pc, push_arguments, store_return_value,
9892 extract_return_value, fp_regnum, pc_in_call_dummy, call_dummy_words,
9893 sizeof_call_dummy_words, get_saved_register, push_return_address,
9894 pop_frame, store_struct_return, frame_init_saved_regs,
9895 init_extra_frame_info, frameless_function_invocation, frame_chain,
9896 frame_saved_pc, saved_pc_after_call, save_dummy_frame_tos,
9897 dummy_write_sp.
9898
9899 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9900
9901 * valprint.h (print_hex_chars, print_char_chars): New prototypes.
9902 * valprint.c (print_hex_chars): Change from static to external.
9903 (print_char_chars): New function.
9904 * printcmd.c (print_scalar_formatted): For integer and enum types
9905 that are longer than LONGEST, perform processing via appropriate
9906 print_*_chars routines.
9907
9908 2004-02-26 Andrew Cagney <cagney@redhat.com>
9909
9910 * Makefile.in: Update dependencies.
9911 Changes from Ulrich Weigand,
9912 * s390-tdep.c: Include "dwarf2-frame.h".
9913 (s390_dwarf2_frame_init_reg): New function.
9914 (s390_gdbarch_init): Install dwarf2_frame_sniffer and
9915 dwarf2_frame_base_sniffer. Call dwarf2_frame_set_init_reg.
9916
9917 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
9918
9919 * breakpoint.c (pending_break_support): New setting variable.
9920 (break_command_1): Account for pending_break_support setting
9921 when creating pending breakpoints.
9922 (set_breakpoint_cmd, show_breakpoint_cmd): New functions.
9923 (_initialize_breakpoint): Add "set breakpoint pending" and
9924 "show breakpoint pending" commands.
9925
9926 2004-02-26 Andrew Cagney <cagney@redhat.com>
9927
9928 Fix PR i18n/1570.
9929 * charset.c (backslashable, backslashed, represented): Remove 'e'
9930 from list of escaped characters, not part of ISO-C.
9931
9932 2004-02-25 J. Brobecker <brobecker@gnat.com>
9933
9934 From Peter Schauer <schauer@pdf.de>:
9935 * tui/tui.c: Move system header includes after local includes.
9936 Fixes a build failure on solaris systems.
9937
9938 2004-02-25 J. Brobecker <brobecker@gnat.com>
9939
9940 * configure.in: Refine the previous change.
9941 * configure: Regenerate.
9942
9943 2004-02-25 Mark Kettenis <kettenis@gnu.org>
9944
9945 * amd64-tdep.h: Renamed from x86-64-tdep.h.
9946 * amd64-tdep.c: Renamed from x86-64-tdep.c. Include
9947 "amd64-tdep.h" instead of "x86-64-tdep.h".
9948 * amd64-nat.c: Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9949 * amd64-linux-tdep.h: Renamed from x86-64-linux.h.
9950 * amd64-linux-tdep.c: Renamed from x86-64-linux-tdep.c. Include
9951 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9952 and "x86-64-tdep.c".
9953 * amd64-linux-nat.c: Renamed from x86-64-linux-nat.c. Include
9954 "amd64-tdep.h" and "amd64-linux-tdep.h" instead of "x86-64-tdep.h"
9955 and "x86-64-tdep.c".
9956 * amd64bsd-nat.c: Update copyright year.
9957 Include "amd64-tdep.h" instead of "x86-64-tdep.h".
9958 * amd64fbsd-tdep.c: Include "amd64-tdep.h" instead of
9959 "x86-64-tdep.h".
9960 * amd64fbsd-nat.c: Include "amd64-tdep.h" instead of
9961 "x86-64-tdep.h".
9962 * amd64nbsd-tdep.c: Include "amd64-tdep.h" instead of
9963 "x86-64-tdep.h".
9964 * amd64nbsd-nat.c: Include "amd64-tdep.h" instead of
9965 "x86-64-tdep.h".
9966 * amd64obsd-tdep.c: Include "amd64-tdep.h" instead of
9967 "x86-64-tdep.h".
9968 * amd64obsd-nat.c: Include "amd64-tdep.h" instead of
9969 "x86-64-tdep.h".
9970 * configure.host: (x86_64-*-linux*): Set gdb_target to linux64.
9971 * configure.tgt (x86_64-*-linux*): Set gdb_target to linux64.
9972 * Makefile.in (amd64_linux_tdep_h): Renamed from
9973 x86_64_linux_tdep_h.
9974 (amd64_tdep_h): Renamed from x86_64_tdep_h.
9975 (amd64bsd-nat.o, amd64fbsd-nat.o, amd64fbsd-tdep.o, amd64-nat.o)
9976 (amd64nbsd-nat.o, amd64nbsd-tdep.o, amd64obsd-nat.o)
9977 (amd64obsd-tdep.o): Update dependencies.
9978 (amd64-tdep.o, amd64-linux-nat.o, amd64-linux-tdep.o): New
9979 dependencies.
9980 (x86-64-linux-nat.o, x86-64-linux-tdep.o, x86-64-tdep.o): Remove
9981 dependencies.
9982 (ALLDEPFILES): Add amd64-tdep.c, amd64obsd-nat.c, amd64obsd-nat.c,
9983 amd64-linux-nat.c amd64-linux-tdep.c.
9984 * config/i386/tm-linux64.h: Renamed from tm-x86-64linux.h
9985 * config/i386/nm-linux64.h: Renamed from nm-x86-64linux.h.
9986 * config/i386/linux64.mt: Renamed from x86-64linux.mt.
9987 (TDEPFILES): Replace x86-64-tdep.o and x86-64-linux-tdep.o with
9988 amd64-tdep.o and amd64-linux-tdep.o.
9989 (TM_FILE): Set to tm-linux64.h.
9990 * config/i386/linux64.mh: Renamed from x86-64linux.mh.
9991 (NAT_FILE): Set to nm-linux64.h.
9992 (NATDEPFILES): Replace x86-64-linux-nat.o with amd64-linux-nat.o.
9993 * config/i386/fbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9994 amd64-tdep.o.
9995 * config/i386/nbsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9996 amd64-tdep.o.
9997 * config/i386/obsd64.mt (TDEPFILES): Replace x86-64-tdep.o with
9998 amd64-tdep.o.
9999
10000 2004-02-25 Roland McGrath <roland@redhat.com>
10001
10002 * remote.c (remote_protocol_qPart_auxv): New variable.
10003 (init_all_packet_configs): Initialize it.
10004 (set_remote_protocol_qPart_auxv_packet_cmd): New function.
10005 (show_remote_protocol_qPart_auxv_packet_cmd): New function.
10006 (show_remote_cmd): Call it.
10007 (_initialize_remote): Initialize commands.
10008 (remote_xfer_partial): If enabled, use qPart:auxv:read:... query to
10009 service TARGET_OBJECT_AUXV requests.
10010
10011 2004-02-25 J. Brobecker <brobecker@gnat.com>
10012
10013 * configure.in: Make sure that the wborder function is available.
10014 Otherwise, search for it in the cur_colr library.
10015 * configure: Regenerate.
10016
10017 2004-02-25 Andrew Cagney <cagney@redhat.com>
10018
10019 * hppa-tdep.c (hppa32_push_dummy_call): Rewrite.
10020
10021 2004-02-25 Mark Kettenis <kettenis@gnu.org>
10022
10023 * config/i386/tm-x86-64linux.h: Tweak comments.
10024
10025 2004-02-25 Richard Sandiford <rsandifo@redhat.com>
10026
10027 * MAINTAINERS: Add self to write-after-approval list.
10028
10029 2004-02-25 Andrew Cagney <cagney@redhat.com>
10030
10031 PR cli/1566. Problem found, and fix suggested by David Allan.
10032 * cli/cli-script.c (execute_control_command): Unconditionally
10033 install a cleanup. Default "ret" to "invalid_control". Use
10034 "break" instead of "return" to escape from the switch.
10035
10036 2004-02-24 J. Brobecker <brobecker@gnat.com>
10037
10038 * tui/tui-disasm.c: %s/lines/asm_lines/g to avoid a collision
10039 with the lines macro defined in term.h on AiX.
10040 * tui/tui-regs.c: %s/label_width/tui_label_width/g, to avoid
10041 a collision with the label_width macro defined in term.h on AiX.
10042
10043 2004-02-23 David Mosberger <davidm@hpl.hp.com>
10044
10045 Committed by Kevin Buettner <kevinb@redhat.com>.
10046
10047 * ia64-tdep.h (ia64_write_pc, ia64_linux_write_pc): Declare.
10048 * ia64-tdep.c (ia64_write_pc): Make it a global function.
10049 (ia64_gdbarch_init): For Linux targets, use ia64_linux_write_pc()
10050 instead of ia64_write_pc().
10051 * ia64-linux-tdep.c (regcache.h): Include.
10052 (ia64_linux_write_pc): New function.
10053
10054 2004-02-23 Roland McGrath <roland@redhat.com>
10055
10056 * auxv.c (info_auxv_command): Fix typos in error messages.
10057
10058 2004-02-23 Mark Kettenis <kettenis@gnu.org>
10059
10060 * x86-64-tdep.h: Tweak comment.
10061 (enum amd64_regnum): New.
10062 (X86_64_RAX_REGNUM, X86_64_RDX_REGNUM, X86_64_RDI_REGNUM)
10063 (X86_64_RBP_REGNUM, X86_64_RSP_REGNUM, X86_64_RIP_REGNUM)
10064 (X86_64_EFLAGS_REGNUM, X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM)
10065 (X86_64_XMM1_REGNUM): Removed.
10066 (AMD64_NUM_GREGS): Renamed from X86_64_NUM_GREGS.
10067 (amd64_init_abi, amd64_supply_fxsave, amd64_fill_fxsave): Adjust
10068 prototypes for renamed functions.
10069 * x86-64-tdep.c: Fix typo.
10070 (amd64_dwarf_regmap): Use constants from `enum amd64_regnum' for
10071 register numbers.
10072 (amd64_return_value, amd64_push_arguments, amd64_push_dummy_call):
10073 Use constants from `enum amd64_regnum' for register numbers.
10074 (AMD64_NUM_SAVED_REGS): Adjust for renamed macros.
10075 (amd64_analyze_prologue, amd64_frame_cache,
10076 amd64_sigtramp_frame_cache): Use constants from `enum
10077 amd64_regnum' for register numbers.
10078 (amd64_supply_fpregset): Adjust for renamed functions.
10079 (amd64_init_abi): Rename from x86_64_init_abi. Use constants from
10080 `enum amd64_regnum' for register numbers.
10081 (I387_ST0_REGNUM): Use constant from `enum amd64_regnum'.
10082 (amd64_supply_fxsave): Rename from x86_64_supply_fxsave.
10083 (amd64_fill_fxsave): Rename fro x86_64_fill_fxsave.
10084 * x86-64-linux-tdep.c (amd64_linux_supply_gregset)
10085 (amd64_linux_fill_gregset): Adjust for renamed macros.
10086 (fetch_core_registers): Adjust for renamed functions.
10087 (amd64_linux_init_abi): Adjust for renamed functions.
10088 * x86-64-linux-nat.c (supply_gregset, fill_gregset): Adjust for
10089 renamed functions.
10090 * amd64-nat.c: Adjust for renamed macros.
10091 * amd64bsd-nat.c (fetch_inferior_registers)
10092 (store_inferior_registers): Use constants from `enum amd64_regnum'
10093 for register numbers. Adjust for renamed variables.
10094 * amd64fbsd-nat.c (supply_gregset, fill_gregset): Adjust for
10095 renamed variables.
10096 (_initialize_amd64fbsd_nat): Use constants from `enum
10097 amd64_regnum' for register numbers.
10098 * amd64fbsd-tdep.c (amd64fbsd_sigcontext_addr): Use constants from
10099 `enum amd64_regnum' for register numbers.
10100 (amd64fbsd_init_abi): Adjust for renamed functions.
10101 * amd64nbsd-tdep.c (amd64nbsd_sigcontext_addr): Use constants from
10102 `enum amd64_regnum' for register numbers.
10103 (amd64nbsd_init_abi): Adjust for renamed functions.
10104 (_initialize_amd64nbsd_ndep): Adjust for renamed macros.
10105 * amd64obsd-tdep.c (amd64obsd_sigcontext_addr): Use constants from
10106 `enum amd64_regnum' for register numbers.
10107 (amd64obsd_init_abi): Adjust for renamed functions.
10108 (_initialize_amd64obsd_ndep): Adjust for renamed macros.
10109
10110 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10111
10112 * breakpoint.c (print_one_breakpoint): Do not output spaces
10113 after printing <PENDING> for a pending breakpoint.
10114
10115 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10116
10117 * printcmd.c (print_scalar_formatted): Initialize val_long
10118 to remove compiler warning message.
10119
10120 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
10121
10122 * defs.h (nquery, yquery): New prototypes.
10123 * breakpoint.c (break_command_1): Use new nquery interface.
10124 * utils.c (defaulted_query, nquery, yquery): New functions.
10125
10126 2004-02-23 Andrew Cagney <cagney@redhat.com>
10127
10128 * hppa-tdep.c (hppa_frame_align): New function.
10129 (hppa32_push_dummy_call): New function.
10130 (hppa64_push_dummy_call): New function.
10131 (hppa_gdbarch_init): Set frame_align and push_dummy_call; keep
10132 disabled.
10133
10134 * infcall.c (legacy_push_dummy_code): Don't call deprecated
10135 FIX_CALL_DUMMY when push_dummy_call is available.
10136 (call_function_by_hand, push_dummy_code): Ditto.
10137
10138 2004-02-22 Andrew Cagney <cagney@redhat.com>
10139
10140 * config/pa/tm-hppa.h (CALL_DUMMY_LOCATION): Delete macro.
10141 (DEPRECATED_PC_IN_CALL_DUMMY): Delete macro.
10142 (DEPRECATED_USE_GENERIC_DUMMY_FRAMES): Delete macro.
10143 * hppa-tdep.c (hppa_gdbarch_init): Clear deprecated
10144 use_generic_dummy_frames, set deprecated pc_in_call_dummy, set
10145 call_dummy_location to ON_STACK.
10146
10147 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10148
10149 * x86-64-linux-tdep.c: Tweak comment.
10150 (amd64_linux_supply_gregset): Renamed from
10151 x86_64_linux_supply_gresget.
10152 (amd64_linux_fill_gregset): Renamed from
10153 x86_64_linux_fill_gregset.
10154 (fetch_core_registers): Adjust for renamed functions.
10155 (amd64_core_fns): Renamed from x86_64_core_fns.
10156 (amd64_linux_sigtramp_start): Renamed from
10157 x86_64_linux_sigtramp_start.
10158 (amd64_linux_pc_in_sigtramp): Renamed from
10159 x86_64_linux_pc_in_sigtramp. Adjust for renamed functions.
10160 (AMD64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET): Renamed from
10161 X86_64_LINUX_UCONTEXT_SIGCONTEXT_OFFSET.
10162 (amd64_linux_sigcontext_addr): Renamed from
10163 x86_64_linux_sigcontext_addr.
10164 (amd64_linux_sc_reg_offset): Renamed from
10165 x86_64_linux_sc_reg_offset.
10166 (amd64_linux_init_abi): Renamed from x86_64_linux_init_abi.
10167 Adjust for renamed functions and variables.
10168 (_initialize_amd64_linux_tdep): Renamed from
10169 _initialize_x86_64_linux_tdep. Adjust for renamed functions and
10170 variables.
10171 * x86-64-linux-tdep.h: Update copyright year. Tweak comment.
10172 Adjust for renamed functions.
10173
10174 * x86-64-linux-nat.c (amd64_linux_gregset64_reg_offset): Rename
10175 from x86_64_linux_gregset64_reg_offset.
10176 (amd64_linux_gregset32_reg_offset): Rename from
10177 x86_64_linux_gregset64_reg_offset.
10178 (amd64_linux_dr_get): Renamed from x86_64_linux_dr_get.
10179 (amd64_linux_dr_set): Renamed from x86_64_linux_dr_set.
10180 (amd64_linux_dr_set_control): Renamed from
10181 x86_64_linux_dr_set_control. Adjust for renamed functions.
10182 (amd64_linux_dr_set_addr): Renamed from x86_64_linux_dr_set_addr.
10183 Adjust for renamed functions.
10184 (amd64_linux_dr_reset_addr): Renamed from
10185 x86_64_linux_dr_reset_addr. Adjust for renamed functions.
10186 (amd64_linux_dr_get_status): Renamed from
10187 x86_64_linux_dr_get_status. Adjust for renamed functions.
10188 (_initialize_amd64_linux_nat): Renamed from
10189 _initialize_x86_64_linux_nat. Adjust for renamed variables and
10190 functions.
10191 * config/i386/nm-x86-64linux.h: Update copyright year.
10192 Adjust for renamed functions.
10193
10194 * amd64fbsd-tdep.c (amd64fbsd_sigtramp_start_addr): Renamed from
10195 amd64fbsd_sigtramp_start.
10196 (amd64fbsd_sigtramp_end_addr): Renamed from
10197 amd64fbsd_sigtramp_end.
10198 (amd64fbsd_init_abi): Adjust for renamed variables.
10199 * amd64fbsd-nat.c (_initialize_amd64fbsd_nat): Adjust for renamed
10200 variables.
10201 * x86-64-tdep.h (amd64fbsd_sigtramp_start_addr): Renamed from
10202 amd64fbsd_sigtramp_start.
10203 (amd64fbsd_sigtramp_end_addr): Renamed from
10204 amd64fbsd_sigtramp_end.
10205
10206 2004-02-22 Andrew Cagney <cagney@redhat.com>
10207
10208 * hppa-tdep.c (hppa32_return_value): New function.
10209 (hppa64_return_value): New function.
10210 (hppa_gdbarch_init): Set return_value; keep disabled.
10211
10212 * hppa-tdep.c (hppa_gdbarch_init): Re-order separating
10213 struct-return and inferior function call methods.
10214
10215 * hppa-tdep.c: Include "trad-frame.h", "frame-unwind.h", and
10216 "frame-base.h".
10217 (struct hppa_frame_cache): Define.
10218 (hppa_frame_cache, hppa_frame_this_id): New functions.
10219 (hppa_frame_prev_register): New function.
10220 (hppa_frame_unwind, hppa_frame_base): New variables.
10221 (hppa_frame_unwind_sniffer): New function.
10222 (hppa_frame_base_address, hppa_unwind_pc): New function.
10223 (hppa_gdbarch_init): Set unwind_dummy_id, unwind_pc, frame unwind
10224 sniffer, and frame base sniffer; keep disabled.
10225 (hppa_frame_base_sniffer, hppa_unwind_dummy_id): New functions.
10226 * Makefile.in: Update dependencies, fix s/nbsd/obsd/ typo.
10227
10228 * frame-unwind.c (frame_unwind_find_by_frame): Add legacy_frame_p
10229 to predicates for "seriously old code".
10230
10231 * hppa-tdep.c (hppa_gdbarch_init): Convert compile time #if0s into
10232 runtime if(0).
10233
10234 * hppa-tdep.c (hppa_breakpoint_from_pc): Make "breakpoint"
10235 unsigned.
10236 (hppa_frame_find_saved_regs): Fix "std" instruction pattern
10237
10238 * config/pa/tm-hppa.h: Update copyright.
10239 (DEPRECATED_INIT_FRAME_PC): Delete macro.
10240 (deprecated_init_frame_pc_default): Delete declaration.
10241 (hppa_frame_init_saved_regs): Delete declaration.
10242 (DEPRECATED_FRAME_INIT_SAVED_REGS): Delete macro.
10243 * hppa-tdep.c: Include "arch-utils.h".
10244 (hppa_gdbarch_init): Set deprecated init_frame_pc
10245 and deprecated frame_init_saved_regs.
10246 (hppa_frame_init_saved_regs): Make static.
10247
10248 2004-02-22 Mark Kettenis <kettenis@gnu.org>
10249
10250 Remove old 386BSD support.
10251 * NEWS (REMOVED configurations and files): Add i[3456]86-*-bsd*.
10252 * configure.host: Remove i[34567]86-*-bsd*.
10253 * configure.tgt: Remove i[34567]86-*-bsd*.
10254 * i386b-nat.c: Removed.
10255 * Makefile.in (ALLDEPFILES): Remove i386b-nat.c.
10256 (i386b-nat.o): Remove dependencies.
10257
10258 * config/i386/i386bsd.mh: Removed.
10259 * config/i386/i386bsd.mt: Removed.
10260 * config/i386/nm-i386bsd.h: Removed.
10261 * config/i386/tm-i386bsd.h: Removed.
10262 * config/i386/xm-i386bsd.h: Removed.
10263
10264 * x86-64-tdep.h (amd64obsd_r_reg_offset): New extern declaration.
10265
10266 * amd64fbsd-tdep.c: Include "solib-svr4.h".
10267 (amd64fbsd_init_abi): Set link map offsets.
10268 * amd64nbsd-tdep.c: Include "slib-svr4.h".
10269 (amd64nbsd_init_abi): Set link map offsets.
10270 * amd64obsd-tdep.c: Include "solib-svr4.h".
10271 (amd64obsd_init_abi): Set link map offsets.
10272 * i386fbsd-tdep.c: Include "solib-svr4.h".
10273 (i386fbsd_init_abi): Set link map offsets.
10274 * i386nbsd-tdep.c: Include "solib-svr4.h".
10275 (i386nbsdelf_init_abi): Set link map offsets.
10276 * Makefile.in (amd64fbsd-tdep.o, amd64nbsd-tdep.o)
10277 (amd64obsd-tdep.o, i386fbsd-tdep.o): Update dependencies.
10278 * config/i386/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o,
10279 solib-legacy.o and core-aout.o. Reformat.
10280 * config/i386/fbsd64.mh (NATDEPFILES): Remove solib.o,
10281 solib-svr4.o, solib-legacy.o. Reformat.
10282 * config/i386/nbsdaout.mh (NATDEPFILES): Add solib.o. Reformat.
10283 * config/i386/nbsdelf.mh: Reformat.
10284 * config/i386/nbsd64.mh (NATDEPFILES): Remove solib.o,
10285 solib-svr4.o, solib-legacy.o and corelow.o.
10286 * config/i386/obsd.mh, config/i386/obsdaout.mh: Reformat.
10287 * config/i386/obsd64.mh (NATDEPFILES): Remove solib.o,
10288 solib-svr4.o, solib-legacy.o and corelow.o. Reformat.
10289 * config/i386/fbsd.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10290 * config/i386/fbsd64.mt (TDEPFILES): Add solib.o, solib-svr4.o.
10291 (TM_FILE): Set to tm-fbsd.h.
10292 * config/i386/nbsd.mt (TDEPFILES): Reformat.
10293 * config/i386/nbsd64.mt (TDEPFILES): Add corelow.o, solib.o and
10294 solib-svr4.o.
10295 * config/i386/obsd.mt (TDEPFILES): Add corelow.o, solib.o and
10296 solib-svr4.o.
10297 (TM_FILE): Set to nm-nbsd.h.
10298 * config/i386/nm-fbsd.h: Update copyright year. Tweak comments.
10299 Simplify shared library support. Don't include "elf/common.h".
10300 (SVR4_SHARED_LIBS): Don't define.
10301 * config/i386/nm-fbsd64.h: Update copyright year. Don't include
10302 "solib.h".
10303 * config/i386/nm-nbsd.h, config/i386/nm-nbsdaout.h,
10304 config/i386/nm-obsd.h: Update copyright year. Tweak comments.
10305 * config/i386/tm-fbsd.h: Update copyright tear. Tweak comments.
10306 Don't include "i386/tm-i386.h". Include "solib.h".
10307 * config/i386/tm-nbsd.h: Update copyright year. Tweak comments.
10308 Don't include "i386/tm-i386.h".
10309 * config/i386/xm-i386.h: Update copyright year. Tweak comments.
10310 * config/i386/xm-nbsd.h: Update copyright year. Tweak comments.
10311 Include "i386/xm-i386.h".
10312 (HOST_LONG_DOUBLE_FORMAT): Remove.
10313
10314 Fix OpenBSD/i386 sigtramp recognition.
10315 * i386-tdep.h: Update copyright year.
10316 (i386bsd_pc_in_sigtramp, i386bsd_sigtramp_start)
10317 (i386bsd_sigtramp_end): New prototypes.
10318 (i386fbsd_sigtramp_start_addr): Renamed from
10319 i386fbsd_sigtramp_start.
10320 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10321 (i386obsd_sigtramp_start_addr): Renamed from
10322 i386obsd_sigtramp_start.
10323 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10324 * i386bsd-tdep.c: Update copyright year.
10325 (i386bsd_pc_in_sigtramp): Make public.
10326 * i386fbsd-nat.c: Update copyright year.
10327 (_initialize_i386fbsd_nat): Adjust for renamed variables.
10328 * i386fbsd-tdep.c: Update copyright year.
10329 (i386fbsd_sigtramp_start_addr): Renamed from
10330 i386fbsd_sigtramp_start.
10331 (i386fbsd_sigtramp_end_addr): Renamed from i386fbsd_sigtramp_end.
10332 (i386fbsdaout_init_abi): Adjust for renamed variables.
10333 * i386obsd-nat.c: Update copyright year.
10334 (_initialize_i386obsd_nat): Adjust for renamed variables.
10335 * i386obsd-tdep.c: Include "target.h".
10336 (i386obsd_page_size): New variable.
10337 (i386obsd_pc_in_sigtramp, i386obsd_sigtramp_start)
10338 (i386obsd_sigtramp_end): New functions.
10339 (i386obsd_sigtramp_start_addr): Renamed from
10340 i386obsd_sigtramp_start.
10341 (i386obsd_sigtramp_end_addr): Renamed from i386obsd_sigtramp_end.
10342 (i386obsd_init_abi): Adjust for renamed variables. Set
10343 pc_in_sigtramp, sigtramp_start and sigtramp_end.
10344 * Makefile.in (i386obsd-tdep.o): Update dependencies.
10345
10346 * amd64obsd-tdep.c (amd64obsd_pc_in_sigtramp): Adjust for signal
10347 trampoline change in OpenBSD kernel.
10348
10349 * amd64-nat.c: Update copyright year.
10350 (amd64_supply_native_gregset, amd64_collect_native_gregset): Use
10351 architecture from REGCACHE.
10352
10353 * x86-64-linux-nat.c (x86_64_linux_gregset32_reg_offset): Use
10354 symbolic constants from <sys/reg.h> instead of hard-coded numbers.
10355
10356 2004-02-21 Mark Kettenis <kettenis@gnu.org>
10357
10358 * configure.host: Add i[34567]86-*-openbsd[0-2].* and
10359 i[34567]86-*-openbsd3.[0-3].
10360 * config/i386/obsdaout.mh: New file.
10361
10362 * config/i386/obsd.mh (MH_FLAGS): Remove.
10363
10364 Fix PR build/1549.
10365 * i386obsd-tdep.c: Update copyright years. Include
10366 "solib-svr4.h".
10367 (i386obsd_init_abi): Don't set regset_from_core_section here.
10368 (i386obsd_aout_init_abi): New function. Set
10369 regset_from_core_section here.
10370 (i386obsd_elf_init_abi): New function.
10371 (_initialize_i386obsd_tdep): Register OS/ABI for OpenBSD ELF.
10372 * Makefile.in (i386obsd-tdep.o): Update dependecies.
10373 * config/i386/obsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
10374 (TM_FILE): Set to tm-nbsd.h.
10375
10376 * config/i386/obsd.mh (NATDEPFILES): Remove solib.o and
10377 solib-sunos.o.
10378
10379 * solib-svr4.h: Update copyright year.
10380 (svr4_ilp32_fetch_link_map_offsets)
10381 (svr4_lp64_fetch_link_map_offsets): New prototype.
10382 * solib-svr4.c: Update copyright year.
10383 (svr4_ilp32_fetch_link_map_offsets)
10384 (svr4_lp64_fetch_link_map_offsets): New function.
10385
10386 2004-02-20 Daniel Jacobowitz <drow@mvista.com>
10387
10388 * dwarf2read.c (add_partial_symbol): Fix typo in adding enumerators
10389 to the partial symbol table.
10390
10391 2004-02-20 J. brobecker <brobecker@gnat.com>
10392
10393 * PROBLEMS: Add description of problem documented under gdb/1560.
10394
10395 2004-02-20 Mark Kettenis <kettenis@gnu.org>
10396
10397 * amd64obsd-tdep.c: Include "regset.h" and "i387-tdep.h". Fix
10398 comments.
10399 (amd64obsd_supply_regset, amd64obsd_regset_from_core_section): New
10400 functions.
10401 (amd64obsd_init_abi): Reorder initializations. Use
10402 amd64obsd_r_reg_offset to initialize the general-purpose register
10403 set details. Set regset_from_core_section.
10404 (_initialize_amd64obsd_tdep): Rename from
10405 _initialize_amd64obsd_ndep. Add OS ABI handler for core dumps.
10406 * Makefile.in (amd64obsd-tdep.o): Update dependencies.
10407 * config/i386/obsd64.mt (TDEPFILES): Add i386-tdep.o.
10408
10409 * NEWS (New native configurations): Mention OpenBSD/alpha.
10410 * configure.tgt: Add alpha*-*-openbsd*.
10411 * configure.host: Add alpha*-*-openbsd*.
10412 * alphanbsd-tdep.c: Update copyright year.
10413 (_initialize_alphanbsd_tdep): Register OS ABI for OpenBSD ELF.
10414
10415 2004-02-20 Andrew Cagney <cagney@redhat.com>
10416
10417 Fix PR tdep/1372.
10418 * configure.tgt: Delete target "none-*-*".
10419 * configure.host: Delete host "none-*-*".
10420 * config/none/none.mh: Delete file.
10421 * config/none/none.mt: Delete file.
10422 * config/none/xm-none.h: Delete file.
10423 * config/none/tm-none.h: Delete file.
10424 * config/none/nm-none.h: Delete file.
10425
10426 2004-02-19 Fred Fish <fnf@redhat.com>
10427
10428 * sh-tdep.c (sh_analyze_prologue): Eliminate useless test of
10429 cache->uses_fp prior to setting it.
10430
10431 2004-02-19 Fred Fish <fnf@redhat.com>
10432
10433 Fix for PR breakpoint/1558.
10434 * sh-tdep.c (IS_JSR): New macro.
10435 (sh_analyze_prologue): Use IS_JSR to terminate prologue scan.
10436
10437 2004-02-19 Jim Blandy <jimb@redhat.com>
10438
10439 * findvar.c (value_from_register): Doc fix.
10440
10441 2004-02-19 Jeff Johnston <jjohnstn@redhat.com>
10442
10443 * printcmd.c (print_scalar_formatted): Do not check for sizeof
10444 type being greater than sizeof of host's LONGEST. Always use
10445 unpack_long() unless format 'f' chosen.
10446
10447 2004-02-19 Joel Brobecker <brobecker@gnat.com>
10448
10449 Committed by Elena Zannoni <ezannoni@redhat.com>
10450
10451 * symtab.c (find_pc_sect_psymtab): Return the psymtab that
10452 contains a symbol wich is the best, non-exact match for the given
10453 pc. Update comments.
10454
10455 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
10456
10457 * event-top.c (async_request_quit): Remove uses of REQUEST_QUIT
10458 macro, which was part of the now removed Mach 3 port.
10459 * utils.c (request_quit): Ditto.
10460
10461 2004-02-18 Mark Kettenis <kettenis@gnu.org>
10462
10463 * config/djgpp/fnchange.lst: Rename "amd64obsd-tdep.c" and
10464 "amd64obsd-nat.c" to "a64ob-tdep.c" and "a64ob-nat.c".
10465
10466 2004-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10467
10468 Committed by Mark Kettenis <kettenis@gnu.org>.
10469
10470 * config/s390/nm-linux.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT):
10471 Define.
10472
10473 2004-02-18 Andrew Cagney <cagney@redhat.com>
10474
10475 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
10476 CONFIG_INSTALL and CONFIG_UNINSTALL.
10477 * configure: Re-generate.
10478 * interps.h (INTERP_TUI): Define.
10479 * Makefile.in: Update dependencies.
10480 (TUI): New macro.
10481 (tui-main.o): Specify dependencies.
10482 (install-tui, uninstall-tui, clean-tui, all-tui): New rules.
10483 * tui/tui-main.c: New file.
10484
10485 2004-02-18 Mark Kettenis <kettenis@gnu.org>
10486
10487 * amd64obsd-tdep.c, amd64obsd-nat.c: New files.
10488 * Makefile.in (amd64obsd-nat.o, amd64obsd-tdep.o): New
10489 dependencies.
10490 * configure.host: Add x86_64-*-openbsd*.
10491 * configure.tgt: Add x86_64-*-openbsd*.
10492 * config/i386/obsd64.mt, config/i386/obsd64.mh: New files.
10493
10494 * tui/tui.c: Don't include <malloc.h>.
10495
10496 * Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
10497 amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
10498 amd64nbsd-tdep.c.
10499
10500 * i386obsd-tdep.c (i386obsd_aout_regset_from_core_section): Make
10501 static. Remove extraneous whitespace.
10502 * i386nbsd-tdep.c (i386nbsd_aout_regset_from_core_section): Make
10503 static.
10504
10505 2004-02-17 Jim Blandy <jimb@redhat.com>
10506
10507 * findvar.c (value_from_register): Doc fix.
10508
10509 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
10510
10511 Committed by Jim Blandy <jimb@redhat.com>.
10512
10513 * eval.c (evaluate_subexp_standard, case OP_OBJC_MSGCALL): Use
10514 CORE_ADDR as type for selectors. Correct types for GNU run time
10515 message lookup function to use double indirection.
10516 * objc-lang.c (lookup_child_selector): Use CORE_ADDR as return type.
10517 * objc-lang.h (lookup_child_selector): Adapt prototype.
10518
10519 * s390-nat.c (SUBOFF): New macro.
10520 (supply_gregset, fill_gregset): Use it to handle debugging
10521 of 32-bit exectuables running under a 64-bit kernel.
10522 * s390-tdep.c: Include "solib-svr4.h".
10523 (s390_svr4_fetch_link_map_offset): New function.
10524 (s390x_svr_fetch_link_map_offset): Likewise.
10525 (s390_gdbarch_init): Call set_solib_svr4_fetch_link_map_offsets.
10526 * Makefile.in (s390-tdep.o): Update dependencies.
10527
10528 * s390-tdep.c: Include "trad-frame.h", "frame-base.h", and
10529 "frame-unwind.h".
10530 (s390_readinstruction): Reformat. Use read_memory_nobpt.
10531 (GDB_TARGET_IS_ESAME, S390_GPR_SIZE, S390_FPR_SIZE): Remove.
10532 (S390_SYSCALL_OPCODE, S390_SYSCALL_SIZE): Remove.
10533 (S390_SIGCONTEXT_SREGS_OFFSET, S390X_SIGCONTEXT_SREGS_OFFSET,
10534 S390_SIGREGS_FP0_OFFSET, S390X_SIGREGS_FP0_OFFSET,
10535 S390_UC_MCONTEXT_OFFSET, S390X_UC_MCONTEXT_OFFSET,
10536 S390_SIGNAL_FRAMESIZE,
10537 s390_NR_sigreturn, s390_NR_rt_sigreturn): Remove.
10538 (struct frame_extra_info): Remove.
10539 (s390_memset_extra_info): Remove.
10540 (op1_ag, op1_ay, op1_brasl, op1_brc, op1_brcl, op1_lay, op1_lg)
10541 (op1_lmy, op1_ly, op1_sg, op1_stmy, op1_sty, op1_sy, op_a)
10542 (op_agr, op_bas, op_bc, op_bcr, op_sgr, op_sr): New opcodes.
10543 (is_rse): Renamed to ...
10544 (is_rsy): ... this. Support long displacements.
10545 (is_rxe): Renamed to ...
10546 (is_rxy): ... this. Support long displacements.
10547 (compute_x_addr): Support long displacements.
10548 (struct s390_prologue_data): New data type.
10549 (s390_on_stack): Change API to use struct s390_prologue_data.
10550 (s390_store): Reimplement.
10551 (s390_load): New function.
10552 (s390_get_signal_frame_info): Remove.
10553 (s390_get_frame_info): Remove, replace by ...
10554 (s390_analyze_prolog): ... this new function.
10555 (s390_check_function_end): Remove.
10556 (s390_function_start): Remove.
10557 (s390_frameless_function_invokation): Remove.
10558 (s390_is_sigreturn): Remove.
10559 (s390_init_frame_pc_first): Remove.
10560 (s390_init_frame_extra_info): Remove.
10561 (s390_frame_init_saved_regs): Remove.
10562 (s390_frame_saved_pc_nofix): Remove.
10563 (s390_frame_saved_pc): Remove.
10564 (s390_frame_chain): Remove.
10565 (s390_fp_regnum, s390_read_fp): Remove.
10566 (s390_pop_frame_regular, s390_pop_frame): Remove.
10567 (s390_saved_pc_after_call): Remove.
10568 (s390_skip_prologue): Reimplement.
10569 (s390_in_function_epilogue_p): Support long displacements.
10570 (struct s390_unwind_cache): New data structure.
10571 (s390_frame_unwind_cache): New function.
10572 (s390_prologue_frame_unwind_cache): Likewise.
10573 (s390_backchain_frame_unwind_cache): Likewise.
10574 (s390_frame_this_id, s390_frame_prev_register): Likewise.
10575 (s390_frame_unwind): Define.
10576 (s390_frame_sniffer): New function.
10577 (struct s390_pltstub_unwind_cache): New data structure.
10578 (s390_pltstub_frame_unwind_cache): New function.
10579 (s390_pltstub_frame_this_id): Likewise.
10580 (s390_pltstub_frame_prev_register): Likewise.
10581 (s390_pltstub_frame_unwind): Define.
10582 (s390_pltstub_frame_sniffer): New function.
10583 (struct s390_sigtramp_unwind_cache): New data structure.
10584 (s390_sigtramp_frame_unwind_cache): New function.
10585 (s390_sigtramp_frame_this_id): Likewise.
10586 (s390_sigtramp_frame_prev_register): Likewise.
10587 (s390_sigtramp_frame_unwind): Define.
10588 (s390_sigtramp_frame_sniffer): New function.
10589 (s390_frame_base_address, s390_local_base_address): New functions.
10590 (s390_frame_base): Define.
10591 (s390_unwind_pc, s390_unwind_sp): New function.
10592 (s390_push_dummy_call): Use new frame base location.
10593 (s390_unwind_dummy_id): Likewise.
10594 (s390_gdbarch_init): Remove calls to:
10595 set_gdbarch_frameless_function_invocation,
10596 set_gdbarch_deprecated_init_frame_pc,
10597 set_gdbarch_deprecated_frame_chain,
10598 set_gdbarch_deprecated_frame_init_saved_regs,
10599 set_gdbarch_deprecated_pop_frame,
10600 set_gdbarch_deprecated_init_extra_frame_info,
10601 set_gdbarch_deprecated_init_frame_pc_first,
10602 set_gdbarch_deprecated_target_read_fp,
10603 set_gdbarch_deprecated_frame_saved_pc,
10604 set_gdbarch_deprecated_saved_pc_after_call,
10605 set_gdbarch_deprecated_fp_regnum.
10606 Add calls to:
10607 set_gdbarch_in_solib_call_trampoline,
10608 frame_unwind_append_sniffer,
10609 frame_base_set_default,
10610 set_gdbarch_unwind_pc,
10611 set_gdbarch_unwind_sp.
10612 * Makefile.in (s390-tdep.o): Update dependencies.
10613
10614 * s390-tdep.c (struct gdbarch_tdep): Add 'abi' member.
10615 (S390_STACK_FRAME_OVERHEAD): Remove.
10616 (S390_STACK_PARAMETER_ALIGNMENT): Remove.
10617 (S390_NUM_FP_PARAMETER_REGISTERS): Remove.
10618 (s390_promote_integer_argument): Remove.
10619 (s390_cannot_extract_struct_value_address): Remove.
10620 (s390_use_struct_convention, s390_store_struct_return): Remove.
10621 (s390_extract_return_value, s390_store_return_value): Remove.
10622 (s390_return_value_convention, s390_return_value): New functions.
10623 (is_float_singleton): Handle typedefs.
10624 (is_double_or_float, is_double_arg, is_simple_arg, pass_by_copy_ref):
10625 Remove, replace by ...
10626 (s390_function_arg_pass_by_reference, s390_function_arg_float,
10627 s390_function_arg_integer): ... these new functions.
10628 (s390_push_arguments, s390_push_return_address): Remove, replace by ...
10629 (s390_push_dummy_call, s390_unwind_dummy_id): ... these new functions.
10630 (s390_gdbarch_init): Remove s390_call_dummy_words and elf_flags.
10631 Fill in tdep->abi.
10632 Remove calls to:
10633 set_gdbarch_deprecated_store_struct_return,
10634 set_gdbarch_deprecated_extract_return_value,
10635 set_gdbarch_deprecated_store_return_value,
10636 set_gdbarch_use_struct_convention,
10637 set_gdbarch_extract_struct_value_address,
10638 set_gdbarch_deprecated_pc_in_call_dummy,
10639 set_gdbarch_deprecated_push_arguments,
10640 set_gdbarch_deprecated_save_dummy_frame_tos,
10641 set_gdbarch_deprecated_push_return_address,
10642 set_gdbarch_deprecated_sizeof_call_dummy_words,
10643 set_gdbarch_deprecated_call_dummy_words,
10644 set_gdbarch_deprecated_dummy_write_sp.
10645 Add calls to:
10646 set_gdbarch_push_dummy_call,
10647 set_gdbarch_unwind_dummy_id,
10648 set_gdbarch_return_value.
10649
10650 * config/s390/nm-linux.h: Update comments.
10651 (target_insert_watchpoint, target_remove_watchpoint): Redefine.
10652 (STOPPED_BY_WATCHPOINT): Redefine.
10653 (TARGET_CAN_USE_HARDWARE_WATCHPOINT): Redefine to 1.
10654 (s390_insert_watchpoint, s390_remove_watchpoint): Update prototype.
10655 (s390_stopped_by_watchpoint): Likewise.
10656 (watch_area_cnt): Remove.
10657 * s390-nat.c: Update comments.
10658 (watch_area): Remove typedef.
10659 Global replace watch_area by struct watch_area.
10660 (watch_area_cnt, watch_lo_addr, watch_hi_addr): Remove.
10661 (s390_stopped_by_watchpoint): Remove pid argument,
10662 use s390_inferior_tid. Add short-cut for the no watchpoint case.
10663 (s390_fix_watch_points): Remove pid argument,
10664 use s390_inferior_tid. Recompute area spanned by watchpoints.
10665 (s390_insert_watchpoint, s390_remove_watchpoint): Remove pid
10666 argument. Reimplement.
10667
10668 * config/s390/nm-linux.h: Update comments. Do not include "solib.h".
10669 (KERNEL_U_ADDR, REGISTER_U_ADDR, U_REGS_OFFSET): Remove.
10670 (FETCH_INFERIOR_REGISTERS): Define.
10671 * config/s390/s390.mh (NATDEPFILES): Remove core-aout.o and
10672 core-regset.o.
10673 * config/s390/s390x.mt: Remove.
10674 * config/s390/tm-s390.h: Remove.
10675 * config/s390/tm-linux.h: Do not include "s390/tm-s390.h".
10676 (TARGET_ELF64): Remove.
10677 (SKIP_TRAMPOLINE_CODE): Do not undefine.
10678 * configure.tgt [s390-*-*, s390x-*-*]: Merge into single
10679 s390*-*-* case; always set gdb_target to s390.
10680 * regformats/reg-s390.dat: Remove control registers.
10681 * regformats/reg-s390x.dat: Likewise.
10682 * s390-tdep.h: New file.
10683 * s390-nat.c: Do not include <asm/processor.h> or <value.h>.
10684 Include "inferior.h" and "s390-tdep.h".
10685 Remove private definition of offsetof.
10686 (s390_register_u_addr): Remove.
10687 (regmap_gregset, regmap_fpregset): Define.
10688 (supply_gregset, fill_gregset): Reimplement.
10689 (supply_fpregset, fill_fpregset): Likewise.
10690 (s390_inferior_tid): New function.
10691 (fetch_regs, store_regs, fetch_fpregs, store_fpregs): Likewise.
10692 (fetch_inferior_registers, store_inferior_registers): Likewise.
10693 * s390-tdep.c: Do not define S390_TDEP. Include "defs.h" instead
10694 of <defs.h>. Include "reggroups.h", "regset.h", and "s390-tdep.h".
10695 Global replace of S390_GP0_REGNUM by S390_R0_REGNUM.
10696 Global replace of S390_FP0_REGNUM by S390_F0_REGNUM.
10697 (struct gdbarch_tdep): Define.
10698 (struct s390_register_info): Define.
10699 (s390_register_info): New variable.
10700 (s390_register_name): Reimplement.
10701 (s390_register_type): New function.
10702 (s390_register_raw_size, s390x_register_raw_size): Remove.
10703 (s390_cannot_fetch_register): Remove.
10704 (s390_register_byte): Remove.
10705 (s390_register_virtual_type, s390x_register_virtual_type): Remove.
10706 (s390_dwarf_regmap): New variable.
10707 (s390_dwarf_reg_to_regnum): New function.
10708 (s390_stab_reg_to_regnum): Remove.
10709 (s390_pseudo_register_read, s390_pseudo_register_write): New functions.
10710 (s390x_pseudo_register_read, s390x_pseudo_register_write): Likewise.
10711 (s390_convert_register_p): Likewise.
10712 (s390_register_to_value, s390_value_to_register): Likewise.
10713 (s390_register_reggroup_p): Likewise.
10714 (s390_regmap_gregset, s390x_regmap_gregset, s390_regmap_fpregset,
10715 s390_gregset, s390x_gregset, s390_fpregset): New variables.
10716 (s390_supply_regset, s390_regset_from_core_section): New functions.
10717 (GDB_TARGET_IS_ESAME): Move here from tm-s390.h.
10718 (S390_FPR_SIZE): Likewise.
10719 (S390_GPR_SIZE): Likewise. Redefine in terms of GDB_TARGET_IS_ESAME.
10720 Global replace of DEPRECATED_REGISTER_SIZE by S390_GPR_SIZE.
10721 (S390_NUM_GPRS): Move here from tm-s390.h.
10722 (S390_NUM_FPRS): Likewise.
10723 (s390_in_function_epilogue_p): New function.
10724 (s390_is_sigreturn): Replace S390_PSW_ADDR_SIZE by S390_GPR_SIZE.
10725 Replace S390_PC_REGNUM by S390_PSWA_REGNUM.
10726 (s390_gdbarch_init): Allocate and set up gdbarch_tdep structure.
10727 Replace s390_stab_reg_to_regnum by s390_dwarf_reg_to_regnum.
10728 Replace S390_FP_REGNUM by S390_SP_REGNUM.
10729 Remove calls to:
10730 set_gdbarch_deprecated_max_register_raw_size,
10731 set_gdbarch_deprecated_max_register_virtual_size,
10732 set_gdbarch_deprecated_register_byte,
10733 set_gdbarch_cannot_fetch_register,
10734 set_gdbarch_cannot_store_register,
10735 set_gdbarch_deprecated_register_size,
10736 set_gdbarch_deprecated_register_raw_size,
10737 set_gdbarch_deprecated_register_virtual_size,
10738 set_gdbarch_deprecated_register_virtual_type,
10739 set_gdbarch_deprecated_register_bytes.
10740 Add calls to:
10741 set_gdbarch_num_pseudo_regs,
10742 set_gdbarch_register_type,
10743 set_gdbarch_convert_register_p,
10744 set_gdbarch_register_to_value,
10745 set_gdbarch_value_to_register,
10746 set_gdbarch_register_reggroup_p,
10747 set_gdbarch_regset_from_core_section,
10748 set_gdbarch_pseudo_register_read,
10749 set_gdbarch_pseudo_register_write,
10750 set_gdbarch_in_function_epilogue_p.
10751 * Makefile.in (s390-nat.o, s390-tdep.o): Update dependencies.
10752 (s390_tdep_h): New variable.
10753
10754 2004-02-17 Jim Blandy <jimb@redhat.com>
10755
10756 * findvar.c (value_from_register): If the type has no length, just
10757 return an acceptable value --- don't report an internal error.
10758
10759 * stabsread.c (read_type): If we find any type numbers that are
10760 forward references, complain if the references aren't resolved by
10761 the time we're finished reading.
10762 (cleanup_undefined_types): Make error message more appropriate for
10763 a complaint.
10764
10765 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10766
10767 * Makefile.in (defs_h): Remove dependency on progress_h.
10768 * defs.h (QUIT): Remove use of PROGRESS macro. Remove include of
10769 progress.h.
10770 * main.c (captured_main): Delete use of START_PROGRESS and
10771 END_PROGRESS.
10772
10773 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
10774
10775 * objfiles.c (terminate_minimal_symbol_table): Add back
10776 initialization of MSYMBOL_TYPE.
10777
10778 2004-02-17 David Mosberger <davidm@hpl.hp.com>
10779
10780 Committed by Andrew Cagney.
10781 * Makefile.in (ia64_tdep_h): New macro.
10782 (ia64-linux-tdep.o): Mention $(ia64_tdep_h).
10783 (ia64-tdep.o): Likewise.
10784 * ia64-tdep.h: New file.
10785 * ia64-tdep.c: Update copyright notice. Include "ia64-tdep.h".
10786 (ia64_linux_sigcontext_register_address): Move decl to ia64-tdep.h.
10787 (ia64_aix_sigcontext_register_address): Likewise.
10788 (ia64_linux_getunwind_table): Delete declaration.
10789 * ia64-linux-tdep.c: Likewise.
10790
10791 2004-02-17 Corinna Vinschen <vinschen@redhat.com>
10792
10793 * sh-tdep.c (sh_dsp_register_sim_regno): Use DSP_Rx_BANK_REGNUM.
10794 * sh-tdep.h: Rename R0_BANK_REGNUM and R7_BANK_REGNUM to
10795 DSP_R0_BANK_REGNUM and DSP_R7_BANK_REGNUM.
10796
10797 2004-02-17 Andrew Cagney <cagney@redhat.com>
10798
10799 * symtab.c (skip_prologue_using_sal): New function.
10800 * symtab.h (skip_prologue_using_sal): Declare.
10801 * frv-tdep.c: Include "symtab.h".
10802 (skip_prologue_using_sal): Delete function.
10803 * mips-tdep.c (skip_prologue_using_sal): Delete function.
10804 * rs6000-tdep.c (refine_prologue_limit): Mention
10805 skip_prologue_using_sal.
10806 * ia64-tdep.c (refine_prologue_limit): Ditto.
10807 * Makefile.in: Update dependencies.
10808
10809 2004-02-16 Andrew Cagney <cagney@redhat.com>
10810
10811 * config/alpha/tm-nbsd.h: Update copyright, delete #undef
10812 START_INFERIOR_TRAPS_EXPECTED.
10813 * config/alpha/tm-fbsd.h: Update copyright, delete #undef
10814 START_INFERIOR_TRAPS_EXPECTED.
10815 * config/alpha/tm-alphalinux.h (START_INFERIOR_TRAPS_EXPECTED):
10816 Delete macro.
10817 * config/alpha/tm-alpha.h (START_INFERIOR_TRAPS_EXPECTED): Delete
10818 macro, moved to "nm-osf.h". Update copyright.
10819 * config/alpha/nm-osf.h (START_INFERIOR_TRAPS_EXPECTED): Define,
10820 update copyright.
10821
10822 * gdbarch.sh (DEPRECATED_FRAMELESS_FUNCTION_INVOCATION): Predicate
10823 and function replacing FRAMELESS_FUNCTION_INVOCATION.
10824 * blockframe.c (legacy_frameless_look_for_prologue): Rename
10825 frameless_look_for_prologue.
10826 * frame.h (legacy_frameless_look_for_prologue): Rename
10827 frameless_look_for_prologue.
10828 * gdbarch.h, gdbarch.c: Re-generate.
10829 * sh64-tdep.c (sh64_gdbarch_init): Update.
10830 * sh-tdep.c (sh_gdbarch_init): Update.
10831 * s390-tdep.c (s390_gdbarch_init): Update.
10832 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
10833 * ppc-linux-tdep.c (ppc_linux_init_abi): Update.
10834 * m68k-tdep.c (m68k_gdbarch_init): Update.
10835 (delta68_frame_args_address): Update.
10836 * m32r-tdep.c (m32r_gdbarch_init): Update.
10837 * hppa-tdep.c (hppa_gdbarch_init): Update.
10838 * h8300-tdep.c (h8300_gdbarch_init): Update.
10839 * frv-tdep.c (frv_gdbarch_init): Update.
10840 (frv_frameless_function_invocation): Update.
10841 * cris-tdep.c (cris_gdbarch_init): Update.
10842 (cris_frameless_function_invocation): Update.
10843 * avr-tdep.c (avr_gdbarch_init): Update.
10844 * arm-tdep.c (arm_gdbarch_init): Update.
10845 * stack.c (frame_info): Update, call predicate.
10846 * rs6000-tdep.c (rs6000_frame_chain): Update, call predicate..
10847 * frame.c (legacy_get_prev_frame): Update, call predicate..
10848 * arch-utils.c (generic_frameless_function_invocation_not): Delete.
10849 * arch-utils.h (generic_frameless_function_invocation_not): Delete.
10850 * alpha-tdep.c (alpha_gdbarch_init): Do not set frameless function
10851 invocation.
10852 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
10853 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
10854 * vax-tdep.c (vax_gdbarch_init): Ditto.
10855
10856 * arm-tdep.c (arm_set_call_dummy_breakpoint_offset): Delete unused
10857 function.
10858
10859 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10860
10861 * objfiles.c (terminate_minimal_symbol_table): Remove unnecessary
10862 initializations.
10863
10864 2004-02-16 Andrew Cagney <cagney@redhat.com>
10865
10866 * tui/tui-windata.c: Include "gdb_string.h".
10867 * tui/tui-source.c, tui/tui-winsource.c: Ditto.
10868 * tui/tui-layout.c, tui/tui-command.c: Ditto.
10869 * Makefile.in: Update dependencies.
10870
10871 2004-02-16 Daniel Jacobowitz <drow@mvista.com>
10872
10873 * Makefile.in (infrun.o): Add $(gdb_assert_h).
10874 * infrun.c: Include "gdb_assert.h".
10875 (singlestep_ptid, saved_singlestep_ptid)
10876 (stepping_past_singlestep_breakpoint): New variables.
10877 (resume): Set singlestep_ptid. Check for singlestep thread
10878 hop.
10879 (init_wait_for_inferior): Clear stepping_past_singlestep_breakpoint.
10880 (handle_inferior_event): Handle singlestep thread hop.
10881
10882 2004-02-16 Andrew Cagney <cagney@redhat.com>
10883
10884 * dwarf2-frame.c (dwarf2_frame_ops): New function.
10885 (dwarf2_frame_set_init_reg): Use, instead of gdbarch_data.
10886 (dwarf2_frame_init_reg): Ditto.
10887
10888 * printcmd.c (display_command): Check that EXP isn't NULL. Fix
10889 suggested by Joshua Neuheisel
10890
10891 * configure.in: Always check for curses, including pdcurses.
10892 Warn, instead of error, when no curses are found. Enable TUI when
10893 curses is available.
10894 * configure: Re-generate.
10895
10896 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10897
10898 * sh-tdep.c (sh_register_convert_to_virtual): Rename from
10899 sh_sh4_register_convert_to_virtual.
10900 (sh_register_convert_to_raw): Rename from
10901 sh_sh4_register_convert_to_raw.
10902 (sh_pseudo_register_read): Accomodate above name change.
10903 (sh_pseudo_register_write): Ditto.
10904
10905 2004-02-16 Corinna Vinschen <vinschen@redhat.com>
10906
10907 * sh-tdep.c (sh_generic_register_name): Remove.
10908 (sh_gdbarch_init): Use sh_sh_register_name in default case.
10909
10910 2004-02-15 Andrew Cagney <cagney@redhat.com>
10911
10912 * configure.in (build_warnings): Add -Wunused-function.
10913 * configure: Re-generate.
10914
10915 * config/tm-lynx.h (START_INFERIOR_TRAPS_EXPECTED): Delete macro.
10916 * config/rs6000/tm-rs6000.h (START_INFERIOR_TRAPS_EXPECTED): Ditto.
10917
10918 * procfs.c (procfs_init_inferior): Assume that
10919 START_INFERIOR_TRAPS_EXPECTED is defined.
10920 * config/ns32k/nbsdaout.mt (TM_FILE): Set to tm-ns32k.h.
10921 * config/ns32k/tm-nbsd.h: Delete file,
10922 START_INFERIOR_TRAPS_EXPECTED already defined as 2.
10923
10924 * config/vax/tm-vaxbsd.h: Do not include "tm-vax.h".
10925 * config/vax/tm-vax.h: Delete file.
10926
10927 * config/mips/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10928 * config/i386/tm-i386bsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10929 * config/arm/tm-linux.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10930 * config/vax/tm-vaxbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10931 * vax-tdep.c (vax_sigtramp_saved_pc): Inline only reference.
10932 * config/ns32k/tm-nbsd.h (SIGCONTEXT_PC_OFFSET): Delete macro.
10933 * ns32k-tdep.c (ns32k_sigtramp_saved_pc): Inline only reference.
10934
10935 2004-02-15 Mark Kettenis <kettenis@gnu.org>
10936
10937 * dwarf2-frame.h (dwarf2_frame_set_init_reg): New prototype.
10938 * dwarf2-frame.c (dwarf2_frame_data): New variable.
10939 (struct dwarf2_frame_ops): New.
10940 (dwarf2_frame_default_init_reg): New function, based on
10941 dwarf2_frame_init_reg.
10942 (dwarf2_frame_init, dwarf2_frame_set_init_reg): New function.
10943 (dwarf2_frame_init_reg): Call architecture-specific function.
10944 (dwarf2_frame_objfile_data): Renamed from dwarf2_frame_data.
10945 (dwarf2_frame_find_fde, add_fde): Use dwarf2_frame_objfile_data
10946 instead of dwarf2_frame_data.
10947 (_initialize_dwarf2_frame): Initailize new dwarf2_frame_data.
10948 Initialize dwarf2_frame_objfile instead of old dwarf2_frame_data.
10949
10950 2004-02-15 Andrew Cagney <cagney@redhat.com>
10951
10952 * gdbarch.sh (deprecated_register_gdbarch_swap): Rename
10953 register_gdbarch_swap.
10954 (DEPRECATED_REGISTER_GDBARCH_SWAP): Rename REGISTER_GDBARCH_SWAP.
10955 * f-lang.c (_initialize_f_language): Update, use
10956 DEPRECATED_REGISTER_GDBARCH_SWAP.
10957 * remote.c (_initialize_remote): Ditto.
10958 * regcache.c (_initialize_regcache): Ditto.
10959 * parse.c (_initialize_parse): Ditto.
10960 * infrun.c (_initialize_infrun): Ditto.
10961 * mi/mi-main.c (_initialize_mi_main): Ditto.
10962 * gdbtypes.c (_initialize_gdbtypes): Ditto.
10963
10964 * solib.c (solib_map_sections): Use bfd_set_cacheable instead of
10965 poking .cacheable directly.
10966 * symfile.c (symfile_bfd_open): Ditto.
10967
10968 * Makefile.in: Update all dependencies.
10969
10970 * Makefile.in: (.SUFFIXES): Add ".l" and ".y".
10971 (.y.c, .l.c): Specify implicit rule. Instead of .tab.c, generate
10972 .c. Update references. Delete unnecessary .tab.c and -lex.c rules.
10973 (ada-exp.o, c-exp.o, f-exp.o): Replace ada-exp.tab.o et.al. rule.
10974 (jv-exp.o, m2-exp.o, objc-exp.o, p-exp.o): Similar.
10975
10976 2004-02-14 Andrew Cagney <cagney@redhat.com>
10977
10978 * arch-utils.c (legacy_convert_register_p): Check
10979 DEPRECATED_REGISTER_CONVERTIBLE_P.
10980 * findvar.c (value_of_register): Ditto.
10981
10982 * gdbarch.sh (DEPRECATED_REGISTER_CONVERTIBLE): Add predicate.
10983 * gdbarch.h, gdbarch.c: Re-generate.
10984 * arch-utils.c (deprecated_register_convertible_not): Delete.
10985 * arch-utils.h (deprecated_register_convertible_not): Delete.
10986 * mi/mi-main.c (get_register): Update. Update copyright.
10987 * infcmd.c (default_print_registers_info): Update.
10988
10989 * gdbarch.sh (DEPRECATED_EXTRA_STACK_ALIGNMENT_NEEDED): Delete.
10990 (DEPRECATED_CALL_DUMMY_STACK_ADJUST): Delete.
10991 (DEPRECATED_CALL_DUMMY_ADDRESS): Delete.
10992 * gdbarch.h, gdbarch.c: Re-generate.
10993 * frame.c (deprecated_get_next_frame_hack): Delete function.
10994 * frame.h (deprecated_get_next_frame_hack): Delete declaration.
10995 * blockframe.c (deprecated_pc_in_call_dummy_at_entry_point):
10996 Update.
10997 * infcall.c (call_function_by_hand): Update.
10998
10999 2004-02-14 Elena Zannoni <ezannoni@redhat.com>
11000
11001 * symfile.c (init_entry_point_info, entry_point_address): Move
11002 from here...
11003 * objfiles.c (init_entry_point_info, entry_point_address):..to
11004 here.
11005 * symfile.h (init_entry_point_info, entry_point_address): Remove
11006 prototypes.
11007 * objfiles.h (init_entry_point_info, entry_point_address):Add
11008 prototypes.
11009 * cris-tdep.c: Remove include of symfile.h. Add include of
11010 objfiles.h.
11011 * infcall.c: Ditto.
11012 * mcore-tdep.c: Ditto.
11013 * mn10300-tdep.c: Ditto.
11014 * sh64-tdep.c: Ditto.
11015 * v850-tdep.c: Ditto.
11016 * arm-tdep.c: Remove include of symfile.h.
11017 * blockframe.c: Ditto.
11018 * coffread.c: Ditto.
11019 * dbxread.c: Ditto.
11020 * dwarf2read.c: Ditto.
11021 * dwarfread.c: Ditto.
11022 * frv-tdep.c: Ditto.
11023 * ia64-tdep.c: Ditto.
11024 * mdebugread.c: Ditto.
11025 * mipsread.c: Ditto.
11026 * rs6000-tdep.c: Ditto.
11027 * s390-tdep.c: Ditto.
11028 * sh-tdep.c: Ditto.
11029 * xstormy16-tdep.c: Ditto.
11030 * gdbarch.sh: Remove include of symfile.h.
11031 * gdbarch.c: Regenerate.
11032 * solib-irix.c (enable_break): Use entry_point_address().
11033 Add comment about include file.
11034 * xcoffread.c: Add comment about include file.
11035 * Makefile.in (arm-tdep.o, blockframe.o, coffread.o, cris-tdep.o)
11036 (dbxread.o, dwarf2read.o, dwarfread.o, frv-tdep.o, gdbarch.o)
11037 (ia64-tdep.o, infcall.o, mcore-tdep.o, mdebugread.o, mipsread.o)
11038 (mn10300-tdep.o, rs6000-nat.o, s390-tdep.o, sh64-tdep.o)
11039 (sh-tdep.o, v850-tdep.o, xstormy16-tdep.o): Update dependencies.
11040
11041 2004-02-13 Andrew Cagney <cagney@redhat.com>
11042
11043 * corelow.c (core_xfer_partial): Use "struct bfd_section".
11044 * config/sparc/nm-nbsd.h (struct target_ops): Declare, update
11045 copyright.
11046 * mips-linux-tdep.c: Use "GNU/Linux", update copyright.
11047
11048 2004-02-12 Fred Fish <fnf@redhat.com>
11049
11050 * m68hc11-tdep.c (m68hc11_gdbarch_init): Remove duplicate call to
11051 set_gdbarch_store_return_value.
11052
11053 2004-02-12 Andrew Cagney <cagney@redhat.com>
11054
11055 * remote-rdi.c (arm_rdi_start_remote): Delete unused function.
11056 (arm_rdi_interrupt, arm_rdi_interrupt_twice): Ditto.
11057 (interrupt_query): Ditto.
11058 (ofunc): Delete unused variable.
11059 * cris-tdep.c (cris_abi): Delete unused function.
11060 (reg_pop_op, move_reg_to_mem_index_inc_op): Ditto.
11061 (cris_get_wide_opcode, cris_get_short_size): Ditto.
11062 (cris_get_asr_quick_shift_steps): Ditto.
11063 (cris_skip_prologue_frameless_p): Ditto.
11064 * arm-tdep.c (arm_push_return_address): Delete unused function.
11065 (arm_push_dummy_frame, arm_fix_call_dummy): Ditto.
11066 * rs6000-tdep.c (rs6000_pc_in_call_dummy): Delete unused function.
11067 * s390-tdep.c (s390_function_start): Delete unused function.
11068
11069 2004-02-12 Andrew Cagney <cagney@redhat.com>
11070
11071 * gdbarch.sh (PROLOGUE_FRAMELESS_P): Delete.
11072 gdbarch.h, gdbarch.c: Re-generate.
11073 * cris-tdep.c (cris_gdbarch_init): Do not set prologue_frameless_p
11074 to generic_prologue_frameless_p.
11075 * arch-utils.h (generic_prologue_frameless_p): Delete declaration.
11076 * arch-utils.c (generic_prologue_frameless_p): Delete function.
11077
11078 2004-02-11 Daniel Jacobowitz <drow@mvista.com>
11079
11080 * mips-linux-tdep.c: Include "frame.h".
11081 (mips_linux_in_dynsym_stub, mips_linux_in_dynsym_resolve_code)
11082 (mips_linux_skip_resolver): New functions.
11083 (mips_linux_init_abi): Call set_gdbarch_skip_solib_resolver
11084 and set_gdbarch_in_solib_call_trampoline.
11085 * mips-tdep.c (mips_gdbarch_init): Move gdbarch_init_osabi call
11086 to after set_gdbarch_in_solib_return_trampoline. Only set the
11087 solib hooks to mips16 functions if the OS ABI is unknown.
11088 * config/mips/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE): Undefine after
11089 including "config/tm-linux.h".
11090 (IN_SOLIB_DYNSYM_RESOLVE_CODE): Define.
11091 * Makefile.in (mips-linux-tdep.o): Update.
11092
11093 2004-02-11 David Carlton <carlton@kealia.com>
11094
11095 * linespec.c (decode_compound): Only look for a class symbol when
11096 considering all but the rightmost component.
11097
11098 2004-02-11 Andrew Cagney <cagney@redhat.com>
11099
11100 * hppa-tdep.c (hppa_gdbarch_init): Re-order so that the frame and
11101 abi code are are separatly grouped.
11102
11103 2004-02-11 Andrew Cagney <cagney@redhat.com>
11104
11105 * gdbarch.sh (FRAME_ARGS_SKIP): Default to 0.
11106 * gdbarch.h, gdbarch.c: Re-generate.
11107 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
11108 * v850-tdep.c (v850_gdbarch_init): Update.
11109 * sh64-tdep.c (sh64_gdbarch_init): Update.
11110 * sh-tdep.c (sh_gdbarch_init): Update.
11111 * s390-tdep.c (s390_gdbarch_init): Update.
11112 * mn10300-tdep.c (mn10300_gdbarch_init): Update.
11113 * mips-tdep.c (mips_gdbarch_init): Update.
11114 * mcore-tdep.c (mcore_gdbarch_init): Update.
11115 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
11116 * m32r-tdep.c (m32r_gdbarch_init): Update.
11117 * ia64-tdep.c (ia64_gdbarch_init): Update.
11118 * hppa-tdep.c (hppa_gdbarch_init): Update.
11119 * h8300-tdep.c (h8300_gdbarch_init): Update.
11120 * frv-tdep.c (frv_gdbarch_init): Update.
11121 * d10v-tdep.c (d10v_gdbarch_init): Update.
11122 * cris-tdep.c (cris_gdbarch_init): Update.
11123 * avr-tdep.c (avr_gdbarch_init): Update.
11124 * arm-tdep.c (arm_gdbarch_init): Update.
11125 * alpha-tdep.c (alpha_gdbarch_init): Update.
11126
11127 2004-02-11 Corinna Vinschen <vinschen@redhat.com>
11128
11129 * sh-tdep.c (sh_sh3_dsp_register_name): Fix formatting. Add missing
11130 comma.
11131 (sh_sh4al_dsp_register_name): Ditto.
11132
11133 2004-02-10 Andrew Cagney <cagney@redhat.com>
11134
11135 * mips-tdep.c (mips_gdbarch_init): Delete deprecated frame code.
11136 (mips_init_frame_pc_first): Delete function.
11137 (mips_frame_saved_pc): Delete function.
11138 (mips_frame_chain): Delete function.
11139 (mips_init_extra_frame_info): Delete function.
11140 (mips_xfer_register): Delete unused variable "reg".
11141 (mips_n32n64_push_dummy_call): Delete unused variable "valbuf".
11142 (mips_n32n64_return_value): Delete unused variable "reg".
11143 (mips_n32n64_return_value): Delete unused variable "pos".
11144 (mips_o32_push_dummy_call): Delete unused variable "valbuf".
11145 (mips_o32_return_value): Delete unused variable "pos".
11146 (mips_o64_push_dummy_call): Delete unused variable "valbuf".
11147 (mips_print_fp_register): Delete unused variable "namelen"
11148 (mips_print_fp_register): Delete unused variable "flt2"
11149 (get_frame_pointer): Delete function.
11150 (cached_proc_desc): Delete static variable.
11151 (mips_pop_frame): Delete function.
11152 (mips_find_saved_regs): Delete function.
11153 (mips_get_saved_register): Delete function.
11154 (mips_saved_pc_after_call): Delete function.
11155 (SIGFRAME_BASE): Delete macro.
11156 (SIGFRAME_FPREGSAVE_OFF): Delete macro.
11157 (SIGFRAME_PC_OFF): Delete macro.
11158 (SIGFRAME_REGSAVE_OFF): Delete macro.
11159 (mips_dump_tdep): Do not print deleted macro definitions.
11160
11161 2004-02-10 Andrew Cagney <cagney@redhat.com>
11162
11163 * Makefile.in (SFILES): Remove explictly listed tui files.
11164 (SUBDIR_GDBTK_SRCS): Fix path to gdbtk-interp.c.
11165
11166 2004-02-10 Jeff Johnston <jjohnstn@redhat.com>
11167
11168 * ia64-tdep.c (ia64_frame_this_id): Fix tracing print statement
11169 to use paddr functions to format ia64 addresses and long values.
11170 (ia64_frame_prev_register, ia64_sigtramp_frame_this_id): Ditto.
11171 (ia64_sigtramp_frame_prev_register, ia64_access_reg): Ditto.
11172 (get_kernel_table, ia64_find_proc_info_x): Ditto.
11173 (ia64_get_dyn_info_list, ia64_libunwind_this_frame_id): Ditto.
11174 (ia64_libunwind_frame_prev_register, ia64_unwind_dummy_id): Ditto.
11175
11176 2004-02-10 Andrew Cagney <cagney@redhat.com>
11177
11178 * defs.h: Do not include "tui.h".
11179 * gdb_curses.h: New file.
11180 * tui/tui-hooks.h: New file.
11181 * tui/tui.h (tui_update_all_exec_infos): Delete declaration.
11182 (tui_install_hooks, tui_remove_hooks): Delete declarations.
11183 (tui_initialize_io): Delete declaration.
11184 (tui_initialize_readline: Delete redundant declaration.
11185 (struct tui_point): Delete definition.
11186 * tui/tui-data.h (struct tui_point): Define.
11187 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
11188 * utils.c: Include "tui/tui.h".
11189 * tui/tui-data.h: Include "tui/tui.h" and "gdb_curses.h".
11190 * printcmd.c [TUI]: Include "tui/tui.h".
11191 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
11192 * tui/tui-command.c: Include "gdb_curses.h".
11193 * tui/tui.c, tui/tui-winsource.c, tui/tui-wingeneral.c: Ditto.
11194 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto.
11195 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto.
11196 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto.
11197 * tui/tui-hooks.c: Include "tui-hooks.h" and "gdb_curses.h".
11198 * Makefile.in: Update all dependencies.
11199 (tui_hooks_h, gdb_curses_h): Define.
11200 (SUBDIR_TUI_CFLAGS): Remove -I${srcdir}/tui.
11201
11202 2004-02-10 Elena Zannoni <ezannoni@redhat.com>
11203
11204 * objfiles.h (struct objfile): Remove unused fields auxf1 and
11205 auxf2. Add comments about some other rarely used fields.
11206
11207 2004-02-10 Andrew Cagney <cagney@redhat.com>
11208
11209 * Makefile.in (init.c): Fix script removing duplicates. Problem
11210 reported by Peter Schauer.
11211
11212 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
11213
11214 * bcache.c (bcache_xmalloc): Use obstack_init instead of
11215 obstack_specify_allocation.
11216 * objfiles.c (allocate_objfile): Ditto.
11217 * solib-sunos.c (solib_add_common_symbols)
11218 (allocate_rt_common_objfile): Ditto.
11219 * symfile.c (reread_symbols): Ditto.
11220 * gdb_obstack.h: Add comment.
11221
11222 2004-02-09 Elena Zannoni <ezannoni@redhat.com>
11223
11224 * linespec.c (decode_line_1, locate_first_half)
11225 (decode_compound, lookup_prefix_sym): Update comments. Delete old
11226 commented out code.
11227
11228 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
11229
11230 * cp-namespace.c (check_one_possible_namespace_symbol): Don't use
11231 obstack_free.
11232
11233 2004-02-09 Andrew Cagney <cagney@redhat.com>
11234
11235 * blockframe.c (find_pc_partial_function): If find_pc_overlay
11236 fails, try find_pc_section. Fix PR c++/1267.
11237 * minsyms.c (lookup_minimal_symbol_by_pc): Use find_pc_section
11238 instead of find_pc_mapped_section.
11239 (lookup_minimal_symbol_by_pc_section): If the SECTION is NULL, do
11240 not default to the section containing PC. Fix PR symtab/1519.
11241
11242 2004-02-09 Andrew Cagney <cagney@redhat.com>
11243
11244 * Makefile.in (mips-tdep.o): Update dependencies.
11245 * mips-tdep.c: Include "frame-unwind.h", "frame-base.h" and
11246 "trad-frame.h".
11247 (mips_unwind_pc): Return the pseudo PC register.
11248 (mips_unwind_dummy_id): New function.
11249 (mips16_fetch_instruction): New function.
11250 (mips32_fetch_instruction): New function.
11251 (struct mips_frame_cache): Define.
11252 (mips_mdebug_frame_cache): New function.
11253 (mips_mdebug_frame_this_id): New function.
11254 (mips_mdebug_frame_prev_register): New function.
11255 (mips_mdebug_frame_unwind): Define.
11256 (mips_mdebug_frame_sniffer): New function.
11257 (mips_mdebug_frame_base_address): New function.
11258 (mips_mdebug_frame_base): Define.
11259 (mips_mdebug_frame_base_sniffer): New function.
11260 (mips_gdbarch_init): Append unwind and base sniffers. Set
11261 unwind_dummy_id.
11262
11263 2004-02-08 Andrew Cagney <cagney@redhat.com>
11264
11265 * frame.c: Print both the register number and name.
11266
11267 * Makefile.in (init.c): Eliminate duplicates. Combine two greps
11268 and a sed into a single sed. Make .c and .o patterns more robust.
11269 (OBS): Delete.
11270 (INIT_FILES): Replace OBS with COMMON_OBS.
11271 (COMMON_OBS): Move DEPFILES and YYOBJ to start of definition.
11272
11273 2004-02-08 Mark Kettenis <kettenis@gnu.org>
11274
11275 * sparc-nat.c (sparc_xfer_wcookie): Try to fetch the cookie using
11276 the PT_WCOOKIE request.
11277
11278 2004-02-08 Andrew Cagney <cagney@redhat.com>
11279
11280 * mips-tdep.c (mips_unwind_pc): New function.
11281 (mips_gdbarch_init): Set mips_unwind_pc.
11282
11283 * frame.c (legacy_saved_regs_this_id): Return a null frame ID.
11284 (get_frame_id): Allow the UNKNOWN_FRAME.
11285 (frame_register_unwind, get_frame_type): Ditto.
11286
11287 * frame.c (legacy_frame_p): Check for DEPRECATED_TARGET_READ_FP_P
11288 and DEPRECATED_FP_REGNUM. Don't assume that the lack of
11289 unwind_dummy_id indicates a legacy frame.
11290
11291 * configure.in (CONFIG_LIB_OBS): Replace with CONFIG_OBS.
11292 * configure: Re-generate.
11293
11294 * mips-tdep.c (mips_gdbarch_init): Group deprecated frame unwind
11295 methods.
11296
11297 2004-02-08 Andrew Cagney <cagney@redhat.com>
11298
11299 * configure.in (CONFIG_ALL): Set to Makefile target, and not
11300 makefile macro.
11301 * configure: Re-generate.
11302 (CONFIG_CLEAN, CONFIG_INSTALL, CONFIG_UNINSTALL): Ditto.
11303 * Makefile.in (SUBDIR_CLI_CLEAN): Delete.
11304 (SUBDIR_CLI_INSTALL, SUBDIR_CLI_UNINSTALL): Delete.
11305 (SUBDIR_CLI_ALL, SUBDIR_GDBTK_ALL): Delete.
11306 (SUBDIR_GDBTK_CLEAN, SUBDIR_GDBTK_INSTALL): Delete.
11307 (SUBDIR_GDBTK_UNINSTALL, SUBDIR_MI_ALL): Delete.
11308 (SUBDIR_MI_CLEAN, SUBDIR_MI_INSTALL): Delete.
11309 (SUBDIR_MI_UNINSTALL, SUBDIR_TUI_ALL): Delete.
11310 (SUBDIR_TUI_CLEAN, SUBDIR_TUI_INSTALL): Delete.
11311 (SUBDIR_TUI_UNINSTALL, SUBDIR_CLI_CLEAN): Delete.
11312
11313 2004-02-07 Andrew Cagney <cagney@redhat.com>
11314
11315 * Makefile.in: Update all dependencies.
11316
11317 * configure.in (CONFIG_INITS, CONFIG_LIB_OBS): Delete.
11318 * configure: Re-generate.
11319 * Makefile.in (INIT_FILES): Replace CONFIG_INITS with CONFIG_SRCS.
11320 (CONFIG_LIB_OBS, CONFIG_INITS): Delete.
11321 (COMMON_OBS): Add "main.o" and "annotate.o".
11322 (ANNOTATE_OBS): Delete.
11323 (OBS): Remove ANNOTATE_OBS.
11324 (DEPFILES): Replace CONFIG_LIB_OBS with CONFIG_LIB_OBS, remove
11325 CONFIG_INITS.
11326 (gdb$(EXEEXT), insight$(EXEEXT)): Do not depend on, or link
11327 against CONFIG_OBS and "main.o".
11328 (SUBDIR_CLI_INITS, SUBDIR_MI_INITS): Delete.
11329 (SUBDIR_TUI_INITS, SUBDIR_GDBTK_INITS): Delete.
11330
11331 * tui/tui-command.c: Include "gdb_string.h", delete register
11332 attribute, use ISO-C function signatures.
11333 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto.
11334 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11335 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Ditto.
11336 * tui/tui.c: Ditto.
11337
11338 * tui/tui-command.c: Change variable and function names to lower
11339 case.
11340 * tui/tui-data.c, tui/tui-disasm.c: Ditto.
11341 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto.
11342 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11343 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11344 * tui/tui-winsource.c, tui/tui.c: Ditto.
11345
11346 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11347
11348 * buildsym.c (free_pending_blocks, finish_block)
11349 (record_pending_block, make_blockvector, end_symtab): Replace
11350 symbol_obstack with objfile_obstack.
11351 * coffread.c (process_coff_symbol, coff_read_struct_type)
11352 (coff_read_enum_type): Ditto.
11353 * cp-namespace.c (initialize_namespace_symtab)
11354 (check_one_possible_namespace_symbol): Ditto.
11355 * dwarf2read.c (new_symbol, dwarf2_const_value, macro_start_file)
11356 (dwarf2_symbol_mark_computed): Ditto.
11357 * dwarfread.c (enum_type, new_symbol, synthesize_typedef): Ditto.
11358 * elfread.c (elf_symtab_read): Ditto.
11359 * hpread.c (hpread_symfile_init, hpread_symfile_init)
11360 (hpread_read_enum_type, hpread_read_function_type)
11361 (hpread_read_doc_function_type, hpread_process_one_debug_symbol):
11362 Ditto.
11363 * jv-lang.c (get_java_class_symtab, add_class_symbol)
11364 (java_link_class_type): Ditto.
11365 * mdebugread.c (parse_symbol, psymtab_to_symtab_1, new_symtab)
11366 (new_symbol): Ditto.
11367 * minsyms.c (install_minimal_symbols): Ditto.
11368 * objfiles.c (allocate_objfile): Remove init of symbol_obstack.
11369 (terminate_minimal_symbol_table): Replace symbol_obstack with
11370 objfile_obstack.
11371 (free_objfile): Remove freeing of symbol_obstack.
11372 * objfiles.h: Remove symbol_obstack field.
11373 * pa64solib.c (add_to_solist): Replace symbol_obstack with
11374 objfile_obstack.
11375 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11376 symbol_obstack.
11377 (solib_add_common_symbols): Replace symbol_obstack with
11378 objfile_obstack.
11379 * somsolib.c (som_solib_add): Ditto.
11380 * stabsread.c (patch_block_stabs, define_symbol, read_enum_type)
11381 (common_block_start, common_block_end): Ditto.
11382 * symfile.c (reread_symbols): Remove freeing and init of
11383 symbol_obstack.
11384 (allocate_symtab): Rename symbol_obstack to objfile_obstack.
11385 * symfile.h: Update comment.
11386 * symmisc.c (print_objfile_statistics): Remove symbol_obstack
11387 stats printing.
11388 * symtab.c (symbol_set_names): Replace symbol_obstack with
11389 objfile_obstack.
11390 * symtab.h (struct general_symbol_info, struct minimal_symbol):
11391 Update comments.
11392 * xcoffread.c (read_xcoff_symtab, SYMBOL_DUP, SYMNAME_ALLOC)
11393 (init_stringtab, xcoff_initial_scan): Replace symbol_obstack with
11394 objfile_obstack.
11395
11396 2004-02-07 Andrew Cagney <cagney@redhat.com>
11397
11398 * tui/tui.h: Do not include <stdarg.h>, <string.h>, and
11399 "ansidecl.h". Do not undef "reg" and "chtype". Fix case of
11400 fields and variables.
11401 * tui/tui-wingeneral.h (m_beVisible): Delete macro.
11402 (m_beInvisible): Delete macro.
11403 * tui/tui-data.h: Fix case case fields and variables.
11404 (m_genWinPtrIsNull): Delete macro.
11405 (tui_win_list): Rename winList.
11406 (TUI_SRC_WIN): Rename srcWin.
11407 (TUI_DISASM_WIN): Rename disassemWin.
11408 (TUI_DATA_WIN): Rename dataWin.
11409 (TUI_CMD_WIN): Rename cmdWin.
11410 (m_genWinPtrNotNull): Delete macro.
11411 (m_winPtrIsNull): Delete macro.
11412 (m_winPtrNotNull): Delete macro.
11413 (tui_win_is_source_type): Replace m_winIsSourceType
11414 (tui_win_is_auxillary): Replace m_winIsAuzillary.
11415 (tui_win_has_locator): Replace m_hasLocator.
11416 (tui_set_win_highlight): Replace m_setWinHighlightOn and
11417 m_setWinHighlightOff.
11418 * tui/tui-data.c: Update references.
11419 (tui_win_is_source_type, tui_set_win_highlight): New functions.
11420 (tui_win_has_locator, tui_win_is_auxillary): New functions.
11421 * tui/tui-command.c, tui/tui-disasm.c: Update references.
11422 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto.
11423 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto.
11424 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11425 * tui/tui-winsource.c, tui/tui.c: Ditto.
11426
11427 2004-02-07 Mark Kettenis <kettenis@gnu.org>
11428
11429 * sparc-tdep.h (sparc_fetch_wcookie): New prototype.
11430 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): Handle
11431 StackGhost.
11432
11433 * sparc-tdep.c (sparc32_frame_prev_register): Rename local
11434 variable `i6' to `i7'.
11435 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11436
11437 2004-02-07 Andrew Cagney <cagney@redhat.com>
11438
11439 * tui/tui.h (Opaque, OpaquePtr OpaqueList): Delete definition.
11440 (TuiPoint, TuiPointPtr): Ditto.
11441 (TuiStatus, TuiStatusPtr): Ditto.
11442 (TuiWinType, TuiWinTypePtr): Ditto.
11443 (struct tui_point): Rename _TuiPoint.
11444 (tui_get_low_disassembly_address): Rename
11445 tuiGetLowDisassemblyAddress.
11446 (tui_update_all_exec_infos): Rename tuiUpdateAllExecInfos.
11447 (tuiFree): Delete declaration.
11448 (OpaqueFuncPtr, TuiOpaqueFuncPtr): Delete definitions.
11449 (TuiVoidFuncPtr, TuiIntFuncPtr): Delete definitions.
11450 * tui/tui.c (tuiFree): Delete function.
11451 * cli/cli-cmds.c (disassemble_command): Update references.
11452 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto.
11453 * tui/tui-layout.c, tui/tui-regs.c, tui/tui-source.c: Ditto.
11454 * tui/tui-stack.c, tui/tui-win.c, tui/tui-wingeneral.c: Ditto.
11455 * tui/tui-winsource.c: Ditto.
11456
11457 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11458
11459 * dbxread.c (dbx_symfile_init, start_psymtab, end_psymtab,
11460 coffstab_build_psymtabs, elfstab_build_psymtabs)
11461 (stabsect_build_psymtabs): Replace psymbol_obstack with
11462 objfile_obstack.
11463 * dwarf2-frame.c (decode_frame_entry_1): Ditto.
11464 * dwarf2read.c (dwarf2_build_psymtabs_hard, dwarf2_read_section):
11465 Ditto.
11466 * dwarfread.c (scan_compilation_units): Ditto.
11467 * elfread.c (elfstab_offset_sections): Ditto.
11468 * hppa-tdep.c (read_unwind_info): Ditto.
11469 * hpread.c (hpread_build_psymtabs, hpread_start_psymtab)
11470 (hpread_end_psymtab): Ditto.
11471 * mdebugread.c (mdebug_build_psymtabs, add_pending)
11472 (parse_partial_symbols, new_psymtab, elfmdebug_build_psymtabs):
11473 Ditto.
11474 * mips-tdep.c (non_heuristic_proc_desc): Ditto.
11475 * objfiles.c (add_to_objfile_sections)
11476 (build_objfile_section_table): Ditto.
11477 (allocate_objfile): Remove init of psymbol_obstack.
11478 (free_objfile): Remove freeing of psymbol_obstack.
11479 * objfiles.h (struct objfile): Remove field
11480 psymbol_obstack. Update comments.
11481 * pa64solib.c (pa64_solib_add_solib_objfile): Replace
11482 psymbol_obstack with objfile_obstack.
11483 * solib-sunos.c (allocate_rt_common_objfile): Remove init of
11484 psymbol_obstack.
11485 * somread.c (som_symfile_offsets, init_import_symbols)
11486 (init_export_symbols): Replace psymbol_obstack with
11487 objfile_obstack.
11488 * somsolib.c (som_solib_add_solib_objfile): Ditto.
11489 * symfile.c (default_symfile_offsets, syms_from_objfile)
11490 (reread_symbols): Remove freeing and init of psymbol_obstack.
11491 (cashier_psymtab): Update comment.
11492 * symmisc.c (print_objfile_statistics): Don't report stats for
11493 psymbol obstack.
11494 * symtab.h (struct general_symbol_info, struct partial_symtab):
11495 Update comments.
11496 * xcoffread.c (xcoff_start_psymtab, xcoff_end_psymtab, swap_sym)
11497 (xcoff_symfile_offsets): Replace psymbol_obstack with
11498 objfile_obstack.
11499
11500 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
11501
11502 * objfiles.h (struct objfile): Add objfile_obstack field.
11503 Remove type_obstack field.
11504
11505 * dwarf2read.c (dwarf2_add_field,dwarf2_add_member_fn,
11506 read_structure_scope read_enumeration, new_symbol): Replace
11507 type_obstack with objfile_obstack.
11508 * dwarfread.c (struct_type, enum_type): Ditto.
11509 * gdbtypes.c (alloc_type, alloc_type_instance, init_type)
11510 (lookup_fundamental_type): Ditto.
11511 * gdbtypes.h (TYPE_ALLOC): Ditto.
11512 * hpread.c (hpread_read_enum_type, hpread_read_function_type)
11513 (hpread_read_doc_function_type, hpread_read_struct_type)
11514 (fix_static_member_physnames, hpread_read_array_type)
11515 (hpread_read_subrange_type, hpread_type_lookup): Ditto.
11516 * jv-lang.c (java_lookup_class, type_from_class, type_from_class)
11517 (java_link_class_type): Ditto.
11518 * mdebugread.c (parse_type): Ditto.
11519 * objfiles.c (allocate_objfile, free_objfile): Ditto.
11520 * solib-sunos.c (solib_add_common_symbols): Ditto.
11521 * stabsread.c (define_symbol, read_type, read_member_functions,
11522 read_cpp_abbrev, read_one_struct_field): Ditto.
11523 * symfile.c (reread_symbols): Ditto.
11524 * symmisc.c (print_objfile_statistics): Ditto.
11525
11526 2004-02-07 Andrew Cagney <cagney@redhat.com>
11527
11528 * tui/tui-data.h (tui_win_element): Rename TuiWinElement.
11529 (tui_exec_info_content): Rename TuiExecInfoContent.
11530 (TuiGenWinInfo, TuiGenWinInfoPtr): Delete definitions.
11531 (TuiWinInfo, TuiWinInfoPtr): Ditto.
11532 (TuiScrollDirection, TuiScrollDirectionPtr): Ditto.
11533 (TuiList, TuiListPtr): Ditto.
11534 (TuiLayoutType, TuiLayoutTypePtr): Ditto.
11535 (TuiDataType, TuiDataTypePtr): Ditto.
11536 (TuiRegisterDisplayType, TuiRegisterDisplayTypePtr): Ditto.
11537 (TuiLineOrAddress, TuiLineOrAddressPtr): Ditto.
11538 (TuiLayoutDef, TuiLayoutDefPtr): Ditto.
11539 (TuiSourceElement, TuiSourceElementPtr): Ditto.
11540 (TuiDataElement, TuiDataElementPtr): Ditto.
11541 (TuiWinElement, TuiWinElementPtr): Ditto.
11542 (TuiDataInfo, TuiDataInfoPtr): Ditto.
11543 (TuiCommandElement, TuiCommandElementPtr): Ditto.
11544 (TuiLocatorElement, TuiLocatorElementPtr): Ditto.
11545 (TuiWhichElement, TuiWhichElementPtr): Ditto.
11546 (TuiSourceInfo, TuiSourceInfoPtr): Ditto.
11547 (TuiCommandInfo, TuiCommandInfoPtr): Ditto.
11548 * tui/tui-command.c, tui/tui-data.c: Update references.
11549 * tui/tui-data.h, tui/tui-disasm.c, tui/tui-layout.c: Ditto.
11550 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto.
11551 * tui/tui-win.c, tui/tui-windata.c, tui/tui-wingeneral.c: Ditto.
11552 * tui/tui-winsource.c, tui/tui.c: Ditto.
11553
11554 2004-02-07 Mark Kettenis <kettenis@gnu.org>
11555
11556 * dwarf2-frame.h: Update copyright.
11557 (enum dwarf2_frame_reg_rule): New.
11558 (struct dwarf2_frame_state_reg): New.
11559 (dwarf2_frame_sniffer, dwarf2_frame_base_sniffer): Make extern.
11560 * dwarf2-frame.c: Update copyright.
11561 (enum dwarf2_reg_rule): Remove.
11562 (struct dwarf2_frame_state): Remove defenition of `struct
11563 dwarf2_frame_state_reg'.
11564 (read_reg): Call get_frame_arch to get the architecture instead of
11565 using CURRENT_GDBARCH.
11566 (execute_cfa_program): Prefix old `enum dwarf2_reg_rule' tags with
11567 DWARF2_FRAME_.
11568 (dwarf2_frame_init_reg): New function.
11569 (dwarf2_frame_cache): Call get_frame_arch to get the architecture
11570 instead of using CURRENT_GDBARCH. Call dwarf2_frame_init_reg to
11571 initialize the register state. Prefix old `enum dwarf2_reg_rule'
11572 tags with DWARF2_FRAME_.
11573 (dwarf2_frame_prev_register): Call get_frame_arch to get the
11574 architecture instead of using CURRENT_GDBARCH. Prefix old `enum
11575 dwarf2_reg_rule' tags with DWARF2_FRAME_.
11576
11577 2004-02-06 Andrew Cagney <cagney@redhat.com>
11578
11579 * tui/tui-data.h (struct tui_list): Rename _TuiList.
11580 (enum tui_data_type): Rename _TuiDataType.
11581 (struct tui_layout_def): Rename _TuiLayoutDef.
11582 (struct tui_source_element): Rename _TuiSourceElement.
11583 (struct tui_data_element): Rename _TuiDataElement.
11584 (struct tui_command_element): Rename _TuiCommandElement.
11585 (struct tui_locator_element): Rename _TuiLocatorElement.
11586 (union tui_which_element): Define.
11587 (struct tui_win_element): Rename _TuiWinElement.
11588 (struct tui_data_info): Rename _TuiDataInfo.
11589 (struct tui_source_info): Rename _TuiSourceInfo.
11590 (struct tui_command_info): Rename _TuiCommandInfo.
11591 (tui_initialize_static_data): Rename initializeStaticData.
11592 (tui_alloc_generic_win_info): Rename allocGenericWinInfo.
11593 (tui_alloc_win_info): Rename allocWinInfo.
11594 (tui_init_generic_part): Rename initGenericPart.
11595 (tui_init_win_info): Rename initWinInfo.
11596 (tui_alloc_content): Rename allocContent.
11597 (tui_add_content_elements): Rename addContentElements.
11598 (tui_init_content_element): Rename initContentElement.
11599 (tui_free_window): Rename freeWindow.
11600 (tui_free_win_content): Rename freeWinContent.
11601 (tui_free_data_content): Rename freeDataContent.
11602 (tui_free_all_source_wins_content): Rename
11603 freeAllSourceWinsContent.
11604 (tui_del_window): Rename tuiDelWindow.
11605 (tui_del_data_windows): Rename tuiDelDataWindows.
11606 (tui_partial_win_by_name): Rename partialWinByName.
11607 (tui_win_name): Rename winName.
11608 (tui_current_layout): Rename currentLayout.
11609 (tui_set_current_layout_to): Rename setCurrentLayoutTo.
11610 (tui_term_height): Rename termHeight.
11611 (tui_set_term_height_to): Rename setTermHeightTo.
11612 (tui_term_width): Rename termWidth.
11613 (tui_set_term_width_to): Rename setTermWidthTo.
11614 (tui_set_gen_win_origin): Rename setGenWinOrigin.
11615 (tui_locator_win_info_ptr): Rename locatorWinInfoPtr.
11616 (tui_source_exec_info_win_ptr): Rename tui_gen_win_info.
11617 (tui_disassem_exec_info_win_ptr): Rename disassemExecInfoWinPtr.
11618 (tui_source_windows): Rename sourceWindows.
11619 (tui_clear_source_windows): Rename clearSourceWindows.
11620 (tui_clear_source_windows_detail): Rename
11621 clearSourceWindowsDetail.
11622 (tui_clear_win_detail): Rename clearWinDetail.
11623 (tui_add_to_source_windows): Rename tuiAddToSourceWindows.
11624 (tui_default_tab_len): Rename tuiDefaultTabLen.
11625 (tui_set_default_tab_len): Rename tuiSetDefaultTabLen.
11626 (tui_win_with_focus): Rename tuiWinWithFocus.
11627 (tui_set_win_with_focus): Rename tuiSetWinWithFocus.
11628 (tui_layout_def): Rename tuiLayoutDef.
11629 (tui_win_resized): Rename tuiWinResized.
11630 (tui_set_win_resized_to): Rename tuiSetWinResizedTo.
11631 (tui_next_win): Rename tuiNextWin.
11632 (tui_prev_win): Rename tuiPrevWin.
11633 (tui_add_to_source_windows): Rename addToSourceWindows.
11634 * tui/tui-winsource.c, tui/tui-win.c: Update references.
11635 * tui/tui-layout.c, tui/tui-source.c: Ditto.
11636 * tui/tui-stack.c, tui/tui-io.c: Ditto.
11637 * tui/tui.c, tui/tui-data.c: Ditto.
11638 * tui/tui-interp.c, tui/tui-data.c: Ditto.
11639 * tui/tui-disasm.c, tui/tui-command.c: Ditto.
11640
11641 * tui/tui-source.h: Update copyright. Include "tui-data.h".
11642 (struct symtab): Declare.
11643 (tui_set_source_content): Rename tuiSetSourceContent.
11644 (tui_show_symtab_source): Rename tuiShowSource.
11645 (tui_source_is_displayed): Rename tuiSourceIsDisplayed.
11646 (tui_vertical_source_scroll): Rename tuiVerticalSourceScroll.
11647 * tui/tui-source.c: Update copyright. Update references.
11648 * tui/tui-win.c, tui/tui-winsource.c: Update references.
11649 * tui/tui-stack.c: Update references.
11650
11651 * tui/tui-win.h: Update copyright. Include "tui-data.h".
11652 (struct tui_win_info): Declare.
11653 (tui_scroll_forward): Rename tuiScrollForward.
11654 (tui_scroll_backward): Rename tuiScrollBackward.
11655 (tui_scroll_left): Rename tuiScrollLeft.
11656 (tui_scroll_right): Rename tuiScrollRight.
11657 (tui_set_win_focus_to): Rename tuiSetWinFocusTo.
11658 (tui_resize_all): Rename tuiResizeAll.
11659 (tui_refresh_all_win): Rename tuiRefreshAll.
11660 (tui_sigwinch_handler): Rename tuiSigwinchHandler.
11661 * tui/tui-layout.c, * tui/tui-io.c: Update references.
11662 * tui/tui-wingeneral.h, * tui/tui.c: Update references.
11663 * tui/tui-disasm.c, * tui/tui-command.c: Update references.
11664
11665 * tui/tui-windata.h: Update copyright. Include "tui-data.h".
11666 (tui_erase_data_content): Rename tuiEraseDataContent.
11667 (tui_display_all_data): Rename tuiDisplayAllData.
11668 (tui_check_data_values): Rename tuiCheckDataValues.
11669 (tui_display_data_from_line): Rename tuiDisplayDataFromLine.
11670 (tui_first_data_item_displayed): Rename tuiFirstDataItemDisplayed.
11671 (tui_first_data_element_no_in_line): Rename
11672 tuiFirstDataElementNoInLine.
11673 (tui_delete_data_content_windows): Rename
11674 tuiDeleteDataContentWindows.
11675 (tui_refresh_data_win): Rename tuiRefreshDataWin.
11676 (tui_display_data_from): Rename tuiDisplayDataFrom.
11677 (tui_vertical_data_scroll): Rename tuiVerticalDataScroll.
11678 * tui/tui-windata.c, tui/tui-hooks.c: Update references.
11679 * tui/tui-win.c, tui/tui-regs.c: Update references.
11680 * tui/tui-layout.c, tui/tui.c: Update references.
11681
11682 * tui/tui-wingeneral.h: Update copyright.
11683 (m_allBeVisible): Delete macro.
11684 (m_allBeInvisible): Delete macro.
11685 (struct tui_gen_win_info): Declare.
11686 (struct tui_win_info): Declare.
11687 (tui_unhighlight_win): Rename unhighlightWin.
11688 (tui_make_visible, tui_make_invisible): Replace makeVisible.
11689 (tui_make_all_visible, tui_make_all_invisible): Replace makeAllVisible.
11690 (tui_make_window): Rename makeWindow.
11691 (tui_copy_win): Rename copyWin.
11692 (tui_box_win): Rename boxWin.
11693 (tui_highlight_win): Rename highlightWin.
11694 (tui_check_and_display_highlight_if_needed): Rename
11695 checkAndDisplayHighlightIfNeeded.
11696 (tui_refresh_all): Rename refreshAll.
11697 (tui_delete_win): Rename tuiDelwin.
11698 (tui_refresh_win): Rename tuiRefreshWin.
11699 * tui/tui-wingeneral.c (make_visible): Rename makeVisible.
11700 (tui_make_visible, tui_make_invisible): New functions.
11701 (tui_make_all_visible, tui_make_all_invisible): New functions.
11702 (make_all_visible): Rename makeAllVisible.
11703 * tui/tui-winsource.c, tui/tui-windata.c: Update references.
11704 * tui/tui-data.c, tui/tui-winsource.c: Update references.
11705 * tui/tui-windata.c, tui/tui-win.c: Update references.
11706 * tui/tui-regs.c, tui/tui-layout.c: Update references.
11707 * tui/tui-data.h (struct tui_gen_win_info): Rename _TuiGenWinInfo.
11708
11709 2004-02-06 Mark Kettenis <kettenis@gnu.org>
11710
11711 * proc-api.c (write_with_trace): Initialize local variable to
11712 silence compiler warning.
11713
11714 2004-02-06 Andrew Cagney <cagney@redhat.com>
11715
11716 * tui/tui-source.h: Do not include "defs.h".
11717 (struct tui_win_info): Declare.
11718 (tui_set_source_content_nil): Declare.
11719 * tui/tui-data.h (struct tui_win_info): Rename _TuiWinInfo.
11720 (union tui_line_or_address): Rename _TuiLineOrAddress.
11721 * tui/tui-winsource.h: Update copyright. Include "tui-data.h".
11722 (tui_update_source_window): Rename tuiUpdateSourceWindow.
11723 (tui_update_source_window_as_is): Rename
11724 tuiUpdateSourceWindowAsIs.
11725 (tui_update_source_windows_with_addr): Rename
11726 tuiUpdateSourceWindowsWithAddr.
11727 (tui_update_source_windows_with_line): Rename
11728 tuiUpdateSourceWindowsWithLine.
11729 (tui_clear_source_content): Rename tuiClearSourceContent.
11730 (tui_erase_source_content): Rename tuiEraseSourceContent.
11731 (tui_set_source_content_nil): Rename tuiSetSourceContentNil.
11732 (tui_show_source_content): Rename tuiShowSourceContent.
11733 (tui_horizontal_source_scroll): Rename tuiHorizontalSourceScroll.
11734 (tui_set_exec_info_content): Rename tuiSetExecInfoContent.
11735 (tui_show_exec_info_content): Rename tuiShowExecInfoContent.
11736 (tui_erase_exec_info_content): Rename tuiEraseExecInfoContent.
11737 (tui_clear_exec_info_content): Rename tuiClearExecInfoContent.
11738 (tui_update_exec_info): Rename tuiUpdateExecInfo.
11739 (tui_set_is_exec_point_at): Rename tuiSetIsExecPointAt.
11740 (tui_alloc_source_buffer): Rename tuiAllocSourceBuffer.
11741 (tui_line_is_displayed): Rename tuiLineIsDisplayed.
11742 (tui_addr_is_displayed): Rename tuiAddrIsDisplayed.
11743 (struct tui_win_info): Declare.
11744 * tui/tui-stack.c: Update references.
11745 * tui/tui-layout.c, tui/tui-winsource.c: Ditto.
11746 * tui/tui-win.c, tui/tui-source.c: Ditto.
11747 * tui/tui.c, tui/tui-disasm.c: Ditto.
11748
11749 2004-02-06 Mark Kettenis <kettenis@gnu.org>
11750
11751 * i386-linux-tdep.c (i386_linux_sigcontext_addr): Fix calculation
11752 of UCONTEXT_ADDR. Fixes PR backtrace/1545.
11753
11754 2004-02-05 Mark Kettenis <kettenis@gnu.org>
11755
11756 * infrun.c (handle_inferior_event): Allow for breakpoint
11757 instructions to generate a SIGSEGV in addition to SIGTRAP, SIGILL
11758 and SIGEMT. Update comments.
11759 * NEWS (Revised SPARC target): Mention support for non-executable
11760 stack.
11761
11762 2004-02-04 Mark Kettenis <kettenis@gnu.org>
11763
11764 * target.h (target_object): Add TARGET_OBJECT_WCOOKIE.
11765 * inftarg.c: Update copyright year.
11766 (child_xfer_partial): Add support for TARGET_OBJECT_WCOOKIE.
11767 * sparc-nat.c: Include "target.h" and "gdb_assert.h".
11768 (sparc_xfer_wcookie): New function.
11769 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11770 * Makefile.in (sparc-nat.o): Update dependencies.
11771 * config/sparc/nm-nbsd.h: Include "target.h".
11772 (NATIVE_XFER_WCOOKIE): New define.
11773 (sparc_xfer_wcookie): New prototype.
11774
11775 2004-02-04 Andrew Cagney <cagney@redhat.com>
11776
11777 * m68k-tdep.c (m68k_saved_pc_after_call): Delete #ifdef
11778 SYSCALL_TRAP function.
11779 (m68k_gdbarch_init): Delete #ifdef SYSCALL_TRAP code.
11780
11781 2004-02-04 Andrew Cagney <cagney@redhat.com>
11782 Daniel Jacobowitz <drow@mvista.com>
11783
11784 * objfiles.h: Delete comments refering to inside_entry_func and
11785 DEPRECATED_FRAME_CHAIN_VALID.
11786 * defs.h (inside_entry_func): Update prototype..
11787 * blockframe.c (inside_entry_func): Rename to
11788 legacy_inside_entry_func. Add new inside_entry_func taking a frame.
11789 * frame.c (get_prev_frame): Pass the frame to inside_entry_func.
11790
11791 2004-02-03 Jeff Johnston <jjohnstn@redhat.com>
11792
11793 * breakpoint.c (struct captured_parse_breakpoint_args): Move
11794 outside of #ifdef SOLIB_ADD region.
11795 (do_restore_lang_radix_cleanup): Ditto.
11796 (resolve_pending_breakpoint): Ditto.
11797
11798 2004-02-03 Andrew Cagney <cagney@redhat.com>
11799
11800 * ia64-tdep.c (read_sigcontext_register): Delete unused function.
11801 (process_note_abi_tag_sections): Delete unused function.
11802 (ia64_read_fp): Delete unused function.
11803 (gdbarch_extract_struct_value_address): Delete declaration.
11804
11805 2004-02-02 Andrew Cagney <cagney@redhat.com>
11806
11807 * vax-tdep.c (vax_frame_chain): Delete call to
11808 deprecated_inside_entry_file.
11809 * ns32k-tdep.c (ns32k_frame_chain): Ditto.
11810
11811 2004-02-02 Mark Kettenis <kettenis@gnu.org>
11812
11813 * dwarf2-frame.c (dwarf2_frame_cache): Deal with a return address
11814 column that's "empty" or "same value" when eliminating REG_RA
11815 rules.
11816
11817 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11818
11819 * NEWS: Add information about new pending breakpoint support.
11820
11821 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
11822
11823 * breakpoint.h (struct breakpoint): Add new flag, from_tty,
11824 and pending fields for pending breakpoint support.
11825 * breakpoint.c (breakpoint_enabled): Add check for not pending.
11826 (condition_command): Only parse condition if not a pending
11827 breakpoint.
11828 (print_one_breakpoint): Add support for pending breakpoints.
11829 (describe_other_breakpoints): Add checks to verify we are not
11830 dealing with pending breakpoints.
11831 (check_duplicates): Don't check pending breakpoints.
11832 (set_raw_breakpoint): Initialize pending flag.
11833 (do_restore_lang_radix_cleanup): New cleanup routine.
11834 (resolve_pending_breakpoint): New function.
11835 (re_enable_breakpoints_in_shlibs): Try and resolve any
11836 pending breakpoints via resolve_pending_breakpoint.
11837 (mention): Add pending breakpoint support.
11838 (parse_breakpoint_sals): Add new parameter to pass to
11839 decode_line_1 to indicate silent errors when files or functions
11840 are not found. Change all callers.
11841 (do_captured_parse_breakpoint): New function.
11842 (break_command_1): Change prototype to return an rc value and to
11843 take an optional pending breakpoint pointer. Support creating
11844 a pending breakpoint if a "not found" form of error occurs when
11845 parsing the breakpoint. Also support resolving an existing pending
11846 breakpoint and be silent if the resolution fails.
11847 (create_breakpoints): Change prototype to take pending breakpoint
11848 pointer. When resolving a pending breakpoint, use the new pointer
11849 to provide a conditional or commands added by the end-user.
11850 (delete_breakpoint): Add appropriate check for pending.
11851 (breakpoint_re_set_one): Ditto.
11852 (do_enable_breakpoint): Ditto.
11853
11854 2004-02-02 David Carlton <carlton@kealia.com>
11855
11856 * valops.c (enum oload_classification): New.
11857 (find_overload_match): Break implementation into separate
11858 functions; delete #if 0'd code; look for symbols within
11859 namespaces.
11860 (find_oload_champ_namespace,find_oload_champ_namespace_loop)
11861 (find_oload_champ,oload_method_static,classify_oload_match): New.
11862 * cp-support.h: Add declaration for cp_func_name; update
11863 declaration for make_symbol_overload_list.
11864 * cp-support.c (cp_func_name): New.
11865 (overload_list_add_symbol): Fix comment, use
11866 SYMBOL_LINKAGE_NAME and SYMBOL_NATURAL_NAME.
11867 (make_symbol_overload_list): Take a function name and a namespace
11868 instead of a symbol; change implementation.
11869 (make_symbol_overload_list_using): New.
11870 (make_symbol_overload_list_qualified, read_in_psymtabs): New.
11871
11872 2004-02-02 Fred Fish <fnf@redhat.com>
11873
11874 * main.c (gdb_stdtarg): Move definition to group with other
11875 gdb_stdtarg definitions and update copyright years.
11876 * remote-sim.c (gdb_os_write_stderr): Write output to
11877 gdb_stdtargerr stream instead of gdb_stdtarg stream.
11878 (gdb_os_flush_stderr): Flush gdb_stdtargerr steam instead of
11879 gdb_stderr stream and update copyright years.
11880
11881 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11882
11883 * Makefile.in (mips-linux-nat.o): Update dependencies.
11884 * mips-linux-nat.c: Include mips-tdep.h.
11885
11886 2004-02-01 Roland McGrath <roland@redhat.com>
11887
11888 * sol-thread.c (sol_thread_xfer_partial): New function.
11889 (init_sol_thread_ops): Use that for to_xfer_partial hook.
11890 (init_sol_core_ops): Likewise.
11891
11892 * procfs.c (procfs_xfer_partial): New function.
11893 (init_procfs_ops): Use that for procfs_ops.to_xfer_partial.
11894 * Makefile.in (procfs.o): Add $(auxv_h) dep.
11895
11896 * config/nm-linux.h (NATIVE_XFER_AUXV): New macro, uses auxv.c's
11897 procfs_xfer_auxv function.
11898
11899 * procfs.c (procfs_make_note_section): If we can read
11900 TARGET_OBJECT_AUXV data, add an NT_AUXV note containing it.
11901 * linux-proc.c (linux_make_note_section): Likewise.
11902
11903 * auxv.h: New file.
11904 * auxv.c: New file.
11905 * Makefile.in (auxv_h): New variable.
11906 (COMMON_OBS): Add auxv.o here.
11907 (auxv.o): New target.
11908
11909 * corelow.c (core_xfer_partial): New function.
11910 (init_core_ops): Use it for core_ops.to_xfer_partial.
11911
11912 * target.h (enum target_object): Add TARGET_OBJECT_AUXV.
11913 * inftarg.c (child_xfer_partial): Support it using NATIVE_XFER_AUXV
11914 macro if that is defined.
11915
11916 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11917
11918 * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
11919 and check the specified thread for each breakpoint.
11920 * breakpoint.h (bpstat_stop_status): Update prototype.
11921 * infrun.c (handle_inferior_event): Update calls to
11922 bpstat_stop_status.
11923
11924 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11925
11926 * Makefile.in (cli-cmds.o): Add $(readline_h).
11927
11928 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
11929
11930 * cli/cli-cmds.c: Include readline.h.
11931 (complete_command): Pass the start of the last word to
11932 complete_line.
11933
11934 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11935
11936 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpoint
11937 argument, and change first argument to a CORE_ADDR.
11938 * breakpoint.h (bpstat_stop_status): Update prototype.
11939 * infrun.c (adjust_pc_after_break): Add a new comment.
11940 (handle_inferior_event): Update calls to bpstat_stop_status.
11941
11942 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11943
11944 * breakpoint.h: Update copyright years.
11945
11946 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11947
11948 * breakpoint.c (software_breakpoint_inserted_here_p): New function.
11949 (bpstat_stop_status): Don't decrement PC.
11950 * breakpoint.h (software_breakpoint_inserted_here_p): Add
11951 prototype.
11952 * infrun.c (adjust_pc_after_break): New function.
11953 (handle_inferior_event): Call it, early. Remove later references
11954 to DECR_PC_AFTER_BREAK.
11955 (normal_stop): Add commentary.
11956
11957 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
11958
11959 * breakpoint.c (breakpoint_re_set_one): Add missing chunk of
11960 2004-01-27 double-free fix.
11961
11962 2004-01-31 Mark Kettenis <kettenis@gnu.org>
11963
11964 * sparc-tdep.c (sparc_fetch_wcookie): New function.
11965 (sparc32_frame_prev_register): Handle StackGhost.
11966 (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
11967
11968 2004-01-29 Roland McGrath <roland@redhat.com>
11969
11970 * configure.in (NEW_PROC_API): Also match solaris2.9 for this test.
11971 * configure: Regenerated.
11972
11973 * procfs.c: Include gdb_string.h for str* decls, otherwise warnings.
11974 * Makefile.in (procfs.o): Add dep.
11975
11976 2004-01-28 Andrew Cagney <cagney@redhat.com>
11977
11978 * tui/tui-stack.h: Update copyright.
11979 (struct frame_info): Add opaque declaration.
11980 (tui_update_locator_filename): Rename tuiUpdateLocatorFilename.
11981 (tui_show_locator_content): Rename tuiShowLocatorContent.
11982 (tui_show_frame_info): Rename tuiShowFrameInfo.
11983 * tui/tui-stack.c: Update copyright. Update references.
11984 * tui/tui-winsource.c: Update references.
11985 * tui/tui-win.c: Update references.
11986 * tui/tui-layout.c: Update references.
11987 * tui/tui-hooks.c: Update copyright, update references.
11988 * tui/tui.c: Update copyright, update references.
11989 * tui/tui-disasm.c: Update references.
11990
11991 2004-01-28 David Carlton <carlton@kealia.com>
11992
11993 * dwarf2read.c (add_partial_structure): Use demangled name if
11994 namespace equals "".
11995
11996 2004-01-27 Jim Blandy <jimb@redhat.com>
11997
11998 Clean up misapplied patch:
11999 * dwarf2read.c (determine_prefix): Change one of the two forward
12000 declarations for 'determine_prefix_aux' to a declaration for this.
12001 (read_func_scope): Use cu->language, not cu_language. Pass 'cu'
12002 argument to 'die_specification'.
12003
12004 * dwarf2read.c (read_func_scope): Re-indent comment.
12005
12006 2004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>
12007
12008 * breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and
12009 b->exp to NULL after freeing so that error during re-parsing or
12010 evaluation of expressions associated with breakpoint don't
12011 eventually lead to re-freeing of storage.
12012 Committed by Andrew Cagney.
12013
12014 2004-01-27 Andrew Cagney <cagney@redhat.com>
12015
12016 * source.c (ambiguous_line_spec): Delete undefined declaration.
12017 * m32r-rom.c (m32r_set_board_address): Delete unused function.
12018 (m32r_set_server_address, m32r_set_download_path): Ditto.
12019 * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
12020
12021 2004-01-27 Daniel Jacobowitz <drow@mvista.com>
12022
12023 * dwarf2read.c: Update calls to changed and renamed functions, and
12024 references to moved variables.
12025
12026 (struct dwarf2_cu): Add first_fn, last_fn, cached_fn,
12027 language, language_defn, list_in_scope, and ftypes members.
12028 (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language)
12029 (cu_language_defn, list_in_scope, ftypes, cu_header_offset)
12030 (baseaddr): Remove globals.
12031
12032 (dwarf_attr): Renamed to dwarf2_attr. Add CU argument.
12033 (set_cu_language, die_is_declaration, die_specification)
12034 (determine_prefix, determin_prefix_aux, class_name, namespace_name)
12035 (dwarf2_linkage_name, dwarf2_name, dwarf2_extension)
12036 (dwarf2_get_ref_die_offset, dwarf2_fundamental_type)
12037 (initialize_cu_func_list, add_to_cu_func_list): Add CU argument.
12038
12039 (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize
12040 cu.list_in_scope. Don't initialize cu_header_offset.
12041 (add_partial_symbol): Add local baseaddr.
12042 (psymtab_to_symtab_1): Add local baseaddr. Use
12043 objfile->section_offsets for consistency. Don't initialize
12044 cu_header_offset; do initialize cu.header.offset and
12045 cu.list_in_scope.
12046 (read_file_scope, read_func_scope, read_lexical_block_scope)
12047 (dwarf_decode_lines, new_symbol): Add local baseaddr.
12048
12049 2004-01-27 Michael Chastain <mec.gnu@mindspring.com>
12050
12051 * PROBLEMS: Add gdb/1516.
12052
12053 2003-12-29 Robert Millan <robertmh@gnu.org>
12054
12055 Patch committed by Andrw Cagney.
12056 * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu.
12057 * configure.tgt: Match knetbsd*-gnu.
12058
12059 2004-01-26 Andrew Cagney <cagney@redhat.com>
12060
12061 * breakpoint.c (catch_command_1): Delete #ifdef code.
12062 (catch_fork_command_1): Delete #ifdef wrapper.
12063 (catch_exec_command_1): Ditto.
12064 (catch_load_command_1): Ditto.
12065 (catch_unload_command_1): Ditto.
12066
12067 * breakpoint.c (watchpoint_check): Delete #if0ed variable.
12068 (catch_breakpoint): Delete #if0ed function.
12069 (disable_catch_breakpoint): Ditto.
12070 (delete_catch_breakpoint, enable_catch_breakpoint): Ditto.
12071 (disable_catch, enable_catch, delete_catch): Ditto.
12072
12073 2004-01-26 Andrew Cagney <cagney@redhat.com>
12074
12075 * remote.c (echo_check, quit_flag): Delete variables.
12076 (cisco_kernel_mode): Delete variable.
12077 (minitelnet_return, tty_input, escape_count): Delete variables.
12078 (remote_cisco_mode): Delete variable.
12079 (remote_cisco_open, remote_cisco_close): Delete function.
12080 (remote_cisco_mourn, remote_cisco_wait): Delete function.
12081 (init_remote_cisco_ops): Delete function.
12082 (_initialize_remote): Do not install "remote cisco" code.
12083 (read_frame): Delete cisco specific code.
12084 (remote_info_process): Delete function.
12085 (remote_wait): Delete cisco specific code.
12086 (remote_cisco_section_offsets): Delete function.
12087 (remote_cisco_objfile_relocate): Delete function.
12088 (remote_async_wait): Delete cisco specific code.
12089 (minitelnet, readtty, readsocket): Delete function.
12090
12091 2004-01-26 Andrew Cagney <cagney@redhat.com>
12092
12093 * gdbarch.sh (EXTRACT_STRUCT_VALUE_ADDRESS): Deprecate. Add
12094 comments mentioning extract_returned_value_address.
12095 * infcmd.c (print_return_value): Update. Add comments on
12096 extract_returned_value_address.
12097 * stack.c (return_command): Add comments on
12098 extract_returned_value_address.
12099 * values.c: Update comment.
12100 * m32r-tdep.c: Update comment.
12101 * sparc-tdep.c: Update comment.
12102 * ia64-tdep.c (ia64_use_struct_convention): Update comment.
12103 * xstormy16-tdep.c (xstormy16_gdbarch_init): Update.
12104 * sh64-tdep.c (sh64_gdbarch_init): Update.
12105 * sh-tdep.c (sh_gdbarch_init): Update.
12106 * s390-tdep.c (s390_gdbarch_init): Update.
12107 * rs6000-tdep.c (rs6000_gdbarch_init): Update.
12108 * m68klinux-tdep.c (m68k_linux_init_abi): Update.
12109 * m68k-tdep.c (m68k_gdbarch_init): Update.
12110 * m68hc11-tdep.c (m68hc11_gdbarch_init): Update.
12111 * m32r-tdep.c (m32r_gdbarch_init): Update.
12112 * ia64-tdep.c (ia64_gdbarch_init): Update.
12113 * h8300-tdep.c (h8300_gdbarch_init): Update.
12114 * frv-tdep.c (frv_gdbarch_init): Update.
12115 * arm-tdep.c (arm_gdbarch_init): Update.
12116 * alpha-tdep.c (alpha_gdbarch_init): Update.
12117
12118 2004-01-26 Andrew Cagney <cagney@redhat.com>
12119
12120 * dwarf2loc.c (dwarf_expr_frame_base): Use SYMBOL_OPS instead of
12121 SYMBOL_LOCATION_FUNCS
12122 (dwarf2_loclist_funcs, dwarf2_locexpr_funcs): Change type to
12123 "struct symbol_ops".
12124 * dwarf2loc.h (dwarf2_locexpr_funcs, dwarf2_loclist_funcs): Change
12125 type to "struct symbol_ops".
12126 * symtab.h (struct symbol_ops): Rename "struct location_funcs".
12127 (struct symbol): Replace ".aux_value.loc.funcs" and
12128 ".aux_value.loc.baton" with ".ops" and ".aux_value.ptr".
12129 (SYMBOL_OBJFILE): Delete macro.
12130 (SYMBOL_LOCATION_FUNCS): Delete macro.
12131 (SYMBOL_LOCATION_BATON): Update.
12132 * dwarf2read.c (dwarf2_symbol_mark_computed): Set SYMBOL_OPS
12133 intead of SYMBOL_LOCATION_FUNCS.
12134 * ax-gdb.c (gen_var_ref): Ditto.
12135 * printcmd.c (address_info): Ditto.
12136 * findvar.c (read_var_value): Ditto.
12137 (symbol_read_needs_frame): Ditto.
12138
12139 2004-01-26 Andrew Cagney <cagney@redhat.com>
12140
12141 * dwarf2read.c (read_func_scope): Document frame-base hack.
12142
12143 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12144
12145 * infcmd.c (print_return_value): Plug memory leak; delete
12146 ui_stream object. Rename argument `structure_return' to
12147 `struct_return'.
12148
12149 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12150
12151 * infcmd.c (print_return_value): Wrap long lines.
12152 (finish_command_continuation, finish_command): Remove unused
12153 variable `funcaddr'. Fix some coding-standards problems.
12154
12155 * sparc-tdep.c (sparc_regset_from_core_section): Check whether
12156 SECT_SIZE is large enough, not whether it's exactly the right size.
12157 (sparc32_gdbarch_init): Initialize TDEP->sizeof_gregset and
12158 TDEP->fpregset to zero.
12159
12160 * sparcnbsd-tdep.c (sparc32nbsd_supply_gregset): Also supply the
12161 floating-point registers for traditional NetBSD core files.
12162 (sparc32nbsd_init_abi): Initialize TDEP->sizeof_gregset and
12163 TDEP->sizeof_fpregset here.
12164
12165 2004-01-25 Mark Kettenis <kettenis@gnu.org>
12166
12167 * sparc-tdep.h (sparc32nbsd_sigcontext_saved_regs): New prototype.
12168 * sparcnbsd-tdep.c (sparc32nbsd_sigcontext_saved_regs): New
12169 function with code split out from
12170 sparc32nbsd_sigcontext_frame_cache.
12171 (sparc32nbsd_sigcontext_frame_cache): Use
12172 sparc32nbsd_sigcontext_saved_regs.
12173 (_initialize_sparc32nbsd_tdep): Don't register OS ABI handler for
12174 OpenBSD.
12175 * sparcobsd-tdep.c: New file.
12176 * Makefile.in (ALLDEPFILES): Add sparcobsd-tdep.c.
12177 (sparcobsd-tdep.o): New dependency.
12178 * configure.tgt (sparc-*-openbsd*): Set gdb_target to obsd.
12179 * config/sparc/obsd.mt: New file.
12180
12181 * sparc-tdep.c (sparc32_gdbarch_init): Don't require
12182 TDEP->fpregset to be initialized to enable core file register
12183 sets.
12184
12185 2004-01-24 Mark Kettenis <kettenis@gnu.org>
12186
12187 * sparc64-tdep.h (struct frame_info, struct trad_frame_saved_reg):
12188 Add opaque declarations.
12189 (sparc64nbsd_sigcontext_saved_regs): New prototype.
12190 * sparc64nbsd-tdep.c (sparc64nbsd_sigcontext_saved_regs): New
12191 function with code split out from
12192 sparc64nbsd_sigcontext_frame_cache.
12193 (sparc64nbsd_sigcontext_frame_cache): Use
12194 sparc64nbsd_sigcontext_saved_regs.
12195 (_initialize_sparc64nbsd_tdep): Don't register OS ABI handler for
12196 OpenBSD.
12197 * sparc64obsd-tdep.c: New file.
12198 * Makefile.in (ALLDEPFILES): Add sparc64obsd-tdep.c.
12199 (sparc64obsd-tdep.o): New dependency.
12200 * configure.tgt (sparc64-*-openbsd*): Set gdb_target to obsd64 and
12201 gdb_osabi to GDB_OSABI_OPENBSD_ELF.
12202 * config/sparc/obsd64.mt: New file.
12203
12204 * sparc-tdep.c (sparc_fetch_instruction): Return zero if we can't
12205 read the instruction at PC.
12206
12207 * sparcnbsd-tdep.c (GDB_OSABI_NETBSD_CORE): Define, based on the
12208 value of GDB_OSABI_DEFAULT.
12209 (sparcnbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_CORE
12210 instead of GDB_OSABI_NETBSD_AOUT.
12211
12212 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
12213
12214 * mi/mi-cmd-stack.c, mi/mi-cmd-var.c, mi/mi-cmds.h: Update
12215 copyright.
12216
12217 2004-01-23 Andrew Cagney <cagney@redhat.com>
12218
12219 * printcmd.c (display_command): Replace tui_set_display call with
12220 tui_set_layout_for_display_command.
12221 * tui/tui.h (enum tui_win_type): Define.
12222 (tui_set_layout): Delete declaration.
12223 (tui_set_layout_for_display_command): Rename set_tui_layout.
12224 * tui/tui-data.h (enum tui_layout_type): Define.
12225 * tui/tui-layout.h: Update copyright. Include "tui-data.h" and
12226 "tui.h".
12227 (tui_add_win_to_layout): Rename tuiAddWinToLayout.
12228 (tui_default_win_height): Rename tuiDefaultWinHeight.
12229 (tui_default_win_viewport_height): Rename
12230 tuiDefaultWinViewportHeight.
12231 (tui_set_layout): RenametuiSetLayout.
12232 * tui/tui-layout.c: Update references.
12233 * tui/tui.c: Update references.
12234 * tui/tui-disasm.c: Update references.
12235
12236 2004-01-23 David Carlton <carlton@kealia.com>
12237
12238 Partial workaround for PR c++/1511:
12239 * cp-namespace.c: Include frame.h.
12240 (cp_lookup_transparent_type): New
12241 (cp_lookup_transparent_type_loop): New.
12242 * cp-support.h: Declare cp_lookup_transparent_type.
12243 * symtab.c (basic_lookup_transparent_type): Renamed from
12244 lookup_transparent_type.
12245 (lookup_transparent_type): Replace old body by a call to
12246 current_language->la_lookup_transparent_type.
12247 * symtab.h: Update copyright. Declare
12248 basic_lookup_transparent_type.
12249 * language.h: Update copyright.
12250 (struct language_defn): Add la_lookup_transparent_type.
12251 * language.c: Update copyright.
12252 (unknown_language_defn): Add basic_lookup_transparent_type.
12253 (auto_language_defn): Add basic_lookup_transparent_type.
12254 (local_language_defn): Add basic_lookup_transparent_type.
12255 * ada-lang.c: Update copyright.
12256 (ada_language_defn): Add basic_lookup_transparent_type.
12257 * c-lang.c: Update copyright.
12258 (c_language_defn): Add basic_lookup_transparent_type.
12259 (cplus_language_defn): Add basic_lookup_transparent_type.
12260 (asm_language_defn): Add basic_lookup_transparent_type.
12261 (minimal_language_defn): Add basic_lookup_transparent_type.
12262 * f-lang.c: Update copyright.
12263 (f_language_defn): Add basic_lookup_transparent_type.
12264 * jv-lang.c: Update copyright.
12265 (java_language_defn): Add basic_lookup_transparent_type.
12266 * m2-lang.c: Update copyright.
12267 (m2_language_defn): Add basic_lookup_transparent_type.
12268 * objc-lang.c: Update copyright.
12269 (objc_language_defn): Add basic_lookup_transparent_type.
12270 * p-lang.c: Update copyright.
12271 (p_language_defn): Add basic_lookup_transparent_type.
12272 * scm-lang.c: Update copyright.
12273 (scm_language_defn): Add basic_lookup_transparent_type.
12274 * Makefile.in (cp-namespace.o): Depend on frame.h.
12275
12276 2004-01-23 David Carlton <carlton@kealia.com>
12277
12278 Patch for PR c++/1520:
12279 * dwarf2read.c (read_func_scope): Set processing_current_prefix
12280 properly if we have a specification die.
12281 (determine_prefix_aux): Rename from determine_prefix.
12282 (determine_prefix): Like the old determine_prefix, but never
12283 returns NULL.
12284
12285 2004-01-23 Theodore A. Roth <troth@openavr.org>
12286
12287 * avr-tdep.c: Update copyright.
12288 (avr_iaddr_p): Delete unused function.
12289 (avr_saddr_p): Delete unused function.
12290
12291 2004-01-23 David Carlton <carlton@kealia.com>
12292
12293 * symfile.c (reread_symbols): Clear objfile->cp_namespace_symtab.
12294 Fix for PR symtab/1534.
12295
12296 2004-01-23 Mark Kettenis <kettenis@gnu.org>
12297
12298 * NEWS (New native configurations): Mention OpenBSD/sparc and
12299 OpenBSD/sparc64.
12300 * configure.tgt: Add sparc-*-openbsd* and sparc64-*-openbsd*.
12301 * configure.host: Likewise.
12302 * sparcnbsd-tdep.c (_initialize_sparnbsd_tdep): Register OS ABI
12303 handler for OpenBSD.
12304 * sparc64nbsd-tdep.c (_initialize_sparc64nbsd_tdep): Likewise.
12305
12306 2004-01-22 Mark Kettenis <kettenis@gnu.org>
12307
12308 * sparcnbsd-tdep.c (sparcnbsd_core_osabi_sniffer): New function.
12309 (_initialize_sparnbsd_tdep): Register sparcnbsd_core_osabi_sniffer.
12310
12311 * ser-pipe.c (pipe_open): Use proper null pointer in execl call.
12312 * cli/cli-cmds.c (shell_escape): Likewise.
12313
12314 * osabi.c (generic_elf_osabi_sniff_abi_tag_sections): Recognize
12315 OpenBSD .note.openbsd.ident sections.
12316
12317 2004-01-22 David Carlton <carlton@kealia.com>
12318
12319 * dwarf2read.c (psymtab_to_symtab_1): Calculate lowpc, highpc via
12320 get_scope_pc_bounds.
12321 (read_file_scope): Ditto.
12322 (get_scope_pc_bounds): New function, produced by extracting code
12323 from the above two functions, consolidating it, and adding support
12324 for DW_TAG_namespace.
12325
12326 2004-01-22 Mark Kettenis <kettenis@gnu.org>
12327
12328 * osabi.c (MAX_NOTESZ): New define.
12329 (check_note): New function.
12330 (generic_elf_osabi_sniff_abi_tag_sections): Reorganize code using
12331 check_note.
12332
12333 2004-01-21 Roland McGrath <roland@redhat.com>
12334
12335 * MAINTAINERS (write after approval): Add myself.
12336
12337 2004-01-21 Eli Zaretskii <eliz@gnu.org>
12338
12339 * utils.c (init_page_info): Move declarations of `rows' and
12340 `cols' before the __GO32__-specific code. Move the closing brace
12341 outside the #ifdef __GO32__..#endif block.
12342 [__GO32__]: Use `rows' and `cols' to avoid compiler warnings.
12343
12344 2004-01-21 Paul Brook <paul@codesourcery.com>
12345
12346 * infrun.c (handle_inferior_event): Check stop_stack_dummy if handling
12347 BPSTAT_WHAT_CHECK_SHLIBS.
12348
12349 2004-01-21 Paul Brook <paul@codesourcery.com>
12350
12351 * MAINTAINERS: Add myself to write-after-approval.
12352
12353 2004-01-20 Andrew Cagney <cagney@redhat.com>
12354
12355 * ax-gdb.c (print_axs_value): Delete unused function.
12356 * jv-lang.c (java_lookup_type): Delete unused function.
12357 * cli/cli-dump.c (dump_filetype): Delete unused function.
12358 * remote-mips.c (remote_mips_insert_hw_breakpoint)
12359 (remote_mips_remove_hw_breakpoint): Delete unused functions.
12360 (mips_getstring): Delete unused function.
12361 (pmon_insert_breakpoint): Delete #if0ed function.
12362 (PMON_MAX_BP): Delete #if0ed MACRO.
12363 (mips_pmon_bp_info): Delete #if0ed variable.
12364 (pmon_remove_breakpoint): Delete #if0ed function.
12365 * monitor.c (monitor_write_even_block): Delete unused function.
12366 (monitor_write_memory_block): Delete #if0ed code.
12367 * dink32-rom.c (dink32_load): Delete unused function.
12368 (_initialize_dink32_rom): Delete #if0ed code.
12369 * d10v-tdep.c (d10v_daddr_p): Delete unused function.
12370
12371 * tui/tui-command.c: Update references.
12372 * tui/tui-io.c: Update references.
12373 * tui/tui-command.h: Update copyright.
12374 (tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
12375
12376 * source.c (ambiguous_line_spec): Delete never-defined function.
12377 * remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
12378 * gdbtypes.c (add_name, add_mangled_type): Ditto.
12379 * cli/cli-cmds.c (validate_comname): Ditto.
12380
12381 * tui/tui-disasm.h: Update copyright. Include "tui.h" and
12382 "tui-data.h".
12383 (tui_set_disassem_content): Rename tuiSetDisassemContent.
12384 (tui_show_disassem): Rename tuiShowDisassem.
12385 (tui_show_disassem_and_update_source): Rename
12386 tuiVerticalDisassemScroll.
12387 (tui_vertical_disassem_scroll): Rename tuiVerticalDisassemScroll.
12388 (tui_get_begin_asm_address): Rename tuiGetBeginAsmAddress.
12389 * tui/tui.h: Update copyright.
12390 (enum tui_status): Define.
12391 * tui/tui-data.h (enum tui_scroll_direction): Define.
12392 * tui/tui-disasm.c: Update copyright. Update references.
12393 * tui/tui-winsource.c: Update copyright. Update references.
12394 * tui/tui-win.c: Update references.
12395 * tui/tui-layout.c: Update references.
12396
12397 2004-01-20 Andrew Cagney <cagney@redhat.com>
12398
12399 * mi/mi-cmd-stack.c (list_args_or_locals): Move declaration of
12400 sym2 to start of block.
12401
12402 2004-01-19 Michael Chastain <mec.gnu@mindspring.com>
12403
12404 * MAINTAINERS: Delete mmalloc.
12405 * Makefile.in: Delete MMALLOC, MMALLOC_CFLAGS, -lmmalloc, mmalloc_h.
12406 * NEWS: Mention removal of --with-malloc.
12407 * acconfig.h: Delete USE_MMALLOC, MMCHECK_FORCE.
12408 * config.in: Regenerate.
12409 * configure: Regenerate.
12410 * configure.in: Delete MMALLOC_CFLAGS, MMALLOC, --with-mmalloc,
12411 USE_MMALLOC, MMCHECK_FORCE.
12412 * gdbinit.in: Remove mmalloc.
12413 * utils.c: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE, malloc_botch.
12414 * config/alpha/alpha-linux.mh: Delete MMALLOC, MMALLOC_CFLAGS.
12415 * config/i386/go32.mh: Likewise.
12416 * config/i386/interix.mh: Likewise.
12417 * config/powerpc/xm-linux.h: Delete MMAP_BASE_ADDRESS, MMAP_INCREMENT.
12418
12419 2004-01-19 Jeff Johnston <jjohnstn@redhat.com>
12420
12421 * linespec.c (decode_variable, symtab_from_filename): Call
12422 error_silent with error message instead of throwing an exception
12423 directly.
12424 * defs.h (error_silent, error_output_message): Add prototypes.
12425 (catch_exceptions_with_msg): Ditto.
12426 * utils.c (error_silent, error_output_message): New functions.
12427 * top.c (catch_exceptions_with_msg): New function.
12428
12429 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
12430
12431 * mi/mi-cmds.h (enum print_values): Add definition.
12432
12433 * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
12434 type and value for simple data types and just the name and type
12435 for complex ones, if required.
12436
12437 * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
12438 children, if required.
12439
12440 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12441
12442 * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
12443 unused declarations.
12444
12445 2004-01-19 Andrew Cagney <cagney@redhat.com>
12446
12447 * top.h (mapped_symbol_files): Delete declaration.
12448 * main.c (captured_main): Delete option "m" and "mapped".
12449 * objfiles.c (mapped_symbol_files): Delete variable.
12450 * symfile.c (symbol_file_command): Delete mmap code.
12451 (symbol_file_add_with_addrs_or_offsets): Ditto.
12452 (add_symbol_file_command, reread_separate_symbols): Ditto.
12453 * objfiles.h (OBJF_MAPPED): Delete.
12454 * objfiles.c (allocate_objfile) [USE_MMALLOC]: Delete.
12455 (free_objfile) [USE_MMALLOC]: Ditto.
12456 (open_existing_mapped_file): Delete function.
12457 (open_mapped_file): Delete function.
12458 (map_to_file): Delete function.
12459
12460 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12461
12462 * infrun.c (step_into_function): Account for possible breakpoint
12463 adjustment when computing ``stop_func_start''.
12464
12465 2004-01-19 Kevin Buettner <kevinb@redhat.com>
12466
12467 * target.c (default_region_size_ok_for_hw_watchpoint): Compare
12468 the region size against the size of a pointer, not the size of
12469 a register as given by DEPRECATED_REGISTER_SIZE.
12470
12471 2004-01-19 Andrew Cagney <cagney@redhat.com>
12472
12473 * tui/tui-regs.h: Include "tui-data.h".
12474 (tuiFirstRegElementNoInLine): Delete declaration.
12475 (tui_display_registers_from): Rename tuiDisplayRegistersFrom.
12476 (tui_last_regs_line_no): Rename tuiLastRegsLineNo.
12477 (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo.
12478 (tui_calculate_regs_column_count): Rename
12479 tuiCalculateRegsColumnCount.
12480 (tui_check_register_values): Rename tuiCheckRegisterValues.
12481 (tui_show_registers): Rename tuiShowRegisters.
12482 (tui_display_registers_from_line): Rename
12483 tuiDisplayRegistersFromLine.
12484 (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine.
12485 (tui_toggle_float_regs): Rename tuiToggleFloatRegs.
12486 (tui_first_reg_element_no_inline): Rename
12487 tuiFirstRegElementNoInLine.
12488 * tui/tui-data.h: Update copyright.
12489 (enum tui_register_display_type): Rename _TuiRegisterDisplayType.
12490 * tui/tui-windata.c: Update copyright, update references.
12491 * tui/tui-regs.c: Update copyright, update references.
12492 * tui/tui-win.c: Update copyright, update references.
12493 * tui/tui-layout.c: Update copyright, update references.
12494
12495 2004-01-18 Andrew Cagney <cagney@redhat.com>
12496
12497 * tui/tui-io.c: Update copyright.
12498 (key_is_end_sequence, key_is_backspace): New functions.
12499 (key_is_command_char, key_is_start_sequence): New function.
12500 (tui_getc): Update references.
12501 * tui/tui-io.h: Update copyright.
12502 (m_tuiStartNewLine): Delete macro.
12503 (m_isBackspace, m_isDeleteChar): Delete macros.
12504 (m_isDeleteLine, m_isDeleteToEol): Delete macros.
12505 (m_isNextPage, m_isPrevPage): Delete macros.
12506 (m_isLeftArrow, m_isRightArrow): Delete macros.
12507 (m_isXdbStyleCommandChar): Delete macro.
12508 (key_is_start_sequence): Declare, replace m_isStartSequence.
12509 (key_is_end_sequence): Declare, replace m_isEndSequence.
12510 (key_is_backspace): Declare ,replace m_isBackspace.
12511 (key_is_command_char): Declare, replace m_isCommandChar.
12512 * tui/tui-command.c: Update copyright.
12513 (tuiDispatchCtrlChar): Update references.
12514
12515 * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and
12516 tuiSourceWin.h.
12517
12518 * tui/tui-command.c: Rename tui/tuiCommand.c.
12519 * tui/tui-command.h: Rename tui/tuiCommand.h.
12520 * tui/tui-data.c: Rename tui/tuiData.c.
12521 * tui/tui-data.h: Rename tui/tuiData.h.
12522 * tui/tui-disasm.c: Rename tui/tuiDisassem.c.
12523 * tui/tui-disasm.h: Rename tui/tuiDisassem.h.
12524 * tui/tui-io.c: Rename tui/tuiIO.c.
12525 * tui/tui-io.h: Rename tui/tuiIO.h.
12526 * tui/tui-layout.c: Rename tui/tuiLayout.c.
12527 * tui/tui-layout.h: Rename tui/tuiLayout.h.
12528 * tui/tui-regs.c: Rename tui/tuiRegs.c.
12529 * tui/tui-regs.h: Rename tui/tuiRegs.h.
12530 * tui/tui-source.c: Rename tui/tuiSource.c.
12531 * tui/tui-source.h: Rename tui/tuiSource.h.
12532 * tui/tui-stack.c: Rename tui/tuiStack.c.
12533 * tui/tui-stack.h: Rename tui/tuiStack.h.
12534 * tui/tui-win.c: Rename tui/tuiWin.c.
12535 * tui/tui-win.h: Rename tui/tuiWin.h.
12536 * tui/tui-windata.c: Rename tui/tuiDataWin.c.
12537 * tui/tui-windata.h: Rename tui/tuiDataWin.h.
12538 * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c.
12539 * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h.
12540 * tui/tui-winsource.c: Rename tui/tuiSourceWin.c.
12541 * tui/tui-winsource.h: Rename tui/tuiSourceWin.h.
12542 * tui/tui-file.c: Update includes.
12543 * tui/tui-hooks.c: Update includes.
12544 * tui/tui-interp.c: Update includes.
12545 * tui/tui.c: Update includes.
12546 * Makefile.in: Update all tui/ dependencies.
12547 (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names.
12548
12549 * Makefile.in: Update copyright. Update dependencies.
12550
12551 * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile
12552 problem.
12553
12554 2004-01-18 Andrew Cagney <cagney@redhat.com>
12555
12556 * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register
12557 instead of register_gdbarch_init.
12558
12559 * remote-sds.c (tohex): Delete unused function. Update copyright.
12560 * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto.
12561 * v850-tdep.c (v850_register_virtual_size): Ditto.
12562 * target.c (normal_target_post_startup_inferior): Ditto.
12563 * source.c (ambiguous_line_spec): Ditto.
12564 * remote.c (adapt_remote_get_threadinfo): Ditto.
12565 * mi/mi-out.c (out_field_fmt): Ditto.
12566 * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto.
12567 (output_control_change_notification): Ditto.
12568 * m68k-tdep.c (m68k_register_byte): Ditto.
12569 (m68k_remote_breakpoint_from_pc): Ditto.
12570 * ui-out.c (init_ui_out_state): Delete unused declaration.
12571 * stabsread.c (search_value): Ditto.
12572 * mi/mi-cmd-env.c (env_cli_command): Ditto.
12573 * maint.c (print_section_table): Ditto.
12574 * infrun.c (set_follow_fork_mode_command): Ditto.
12575
12576 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12577
12578 * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before
12579 DW_CFA_def_cfa_exporession. Add support for
12580 DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and
12581 DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391.
12582
12583 2004-01-18 Andrew Cagney <cagney@redhat.com>
12584
12585 * ocd.c: Update copyright.
12586 (bdm_read_register_command): Delete unused function.
12587 (_initialize_remote_ocd): Delete commented out reference.
12588 (get_quoted_char, reset_packet): Delete #if0ed function.
12589 (output_packet, put_quoted_char): Delete #if0ed function.
12590 (stu_put_packet, stu_get_packet): Delete #if0ed function.
12591 (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper.
12592 (BDM_BREAKPOINT): Delete #if0ed macro.
12593 (remote_timeout): Delete #if0ed variable.
12594
12595 2004-01-18 Mark Kettenis <kettenis@gnu.org>
12596
12597 * Makefile.in (ALLDEPFILES): Remove core-sol2.c.
12598 (core-sol2.o): Remove dependency.
12599 * core-sol2.c: Remove file.
12600
12601 2004-01-17 Andrew Cagney <cagney@redhat.com>
12602
12603 * mdebugread.c (compare_blocks): Make addr_diff a LONGEST.
12604 * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK
12605 enums.
12606
12607 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12608
12609 * remote.c: Update copyright years.
12610
12611 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12612
12613 * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf.
12614
12615 2004-01-17 Andrew Cagney <cagney@redhat.com>
12616
12617 * mdebugread.c: Update copyright.
12618 (parse_symbol): Replace DEPRECATED_STREQ with strcmp.
12619 (parse_type, parse_procedure): Ditto.
12620 (parse_partial_symbols, psymtab_to_symtab_1): Ditto.
12621
12622 * cris-tdep.c (cris_store_struct_return): Put back accidently
12623 deleted function.
12624
12625 * gdbarch.sh: Update copyright year.
12626 * gdbarch.h, gdbarch.c: Re-generate.
12627
12628 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12629
12630 Suggested by George Anzinger.
12631 * dwarf2expr.c (execute_stack_op): Fetch the second item from the
12632 correct stack offset. Include unknown opcode numbers in the error
12633 message.
12634
12635 2004-01-17 Andrew Cagney <cagney@redhat.com>
12636
12637 * x86-64-tdep.c (x86_64_init_abi): No need to clear
12638 extract_struct_value_address, i386 does not set it.
12639 * sparc64-tdep.c (sparc64_init_abi): Do not set
12640 extract_struct_value_address, never called.
12641 (sparc64_extract_struct_value_address): Delete function.
12642 * m68hc11-tdep.c: Update copyright.
12643 (m68hc11_gdbarch_init): Delete redundant assignment of
12644 extract_struct_value_address.
12645 * i386-tdep.c: Update copyright.
12646 (i386_gdbarch_init): Do not set extract_struct_value_address,
12647 never called.
12648 (i386_extract_struct_value_address): Delete function.
12649 * sparc-tdep.c (sparc32_gdbarch_init): Do not set
12650 extract_struct_value_address, never called.
12651 (sparc32_extract_struct_value_address): #if 0 function. Add
12652 comments explaining its future.
12653
12654 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12655
12656 * arm-tdep.c (arm_write_pc): New function.
12657 (arm_gdbarch_init): Call set_gdbarch_write_pc.
12658
12659 2004-01-17 Daniel Jacobowitz <drow@mvista.com>
12660
12661 * breakpoint.c (must_shift_inst_regs): Delete.
12662 (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK
12663 and SHIFT_INST_REGS.
12664 * infcmd.c (step_1, step_1_continuation): Delete references to
12665 SHIFT_INST_REGS.
12666 * infrun.c (keep_going): Likewise.
12667 * target.h (DECR_PC_AFTER_HW_BREAK): Don't define.
12668 * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise.
12669
12670 2004-01-17 Andrew Cagney <cagney@redhat.com>
12671
12672 * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
12673 * gdbarch.h, gdbarch.c: Re-generate.
12674 * infcmd.c (print_return_value): Delete reference to
12675 DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
12676
12677 * cris-tdep.c (cris_gdbarch_init): Do not set
12678 deprecated_extract_struct_value_address.
12679
12680 * xstormy16-tdep.c: Update copyright.
12681 (xstormy16_extract_struct_value_address): Update to current
12682 extract struct value address interface.
12683 (xstormy16_gdbarch_init): Set extract_struct_value_address.
12684 * sh64-tdep.c (sh64_extract_struct_value_address): Update to
12685 current extract struct value address interface.
12686 (sh64_gdbarch_init): Set extract_struct_value_address.
12687
12688 * cris-tdep.c: Update copyright.
12689 (cris_extract_struct_value_address): Delete function.
12690 (struct_return_address): Delete variable.
12691 (cris_store_struct_return): Do not set struct_return_address.
12692
12693 * mcore-tdep.c: Update copyright.
12694 (mcore_extract_struct_value_address): Delete function. Update
12695 comments.
12696 (mcore_gdbarch_init): Update.
12697 * mn10300-tdep.c: Update copyright.
12698 (mn10300_extract_struct_value_address): Delete function.
12699 (mn10300_gdbarch_init): Update.
12700 * v850-tdep.c: Update copyright.
12701 (v850_extract_struct_value_address): Delete.
12702 (v850_gdbarch_init): Update.
12703 * ns32k-tdep.c: Update copyright.
12704 (ns32k_extract_struct_value_address): Delete.
12705 (ns32k_gdbarch_init): Update.
12706 * hppa-tdep.c (hppa_extract_struct_value_address): Delete.
12707 (hppa_gdbarch_init): Update.
12708 * vax-tdep.c: Update copyright.
12709 (vax_extract_struct_value_address): Delete.
12710 (vax_gdbarch_init): Update.
12711
12712 * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete.
12713 * gdbarch.h, gdbarch.c: Re-generate.
12714 * procfs.c (procfs_fetch_registers): Delete reference to
12715 DEPRECATED_NPC_REGNUM.
12716 (procfs_store_registers): Ditto.
12717 * regcache.c (generic_target_write_pc): Simplify.
12718 * lynx-nat.c: Delete #ifdef SPARC code. Not used.
12719
12720 * core-sol2.c (fetch_core_registers): Replace
12721 DEPRECATED_NPC_REGNUM with equivalent tdep value.
12722
12723 * hppa-tdep.c: Update copyright year.
12724 (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of
12725 NPC_REGNUM.
12726 (hppa_gdbarch_init): Do not set deprecated_npc_regnum.
12727
12728 * mips-tdep.c (mips_write_pc): New function.
12729 (mips_gdbarch_init): Set "write_pc" to "mips_write_pc".
12730 (mips_read_pc): Use mips_regnum instead of PC_REGNUM.
12731 (mips_find_saved_regs, mips_software_single_step: Ditto.
12732 (mips_frame_saved_pc, mips_frame_saved_pc): Ditto.
12733 mips_init_extra_frame_info, mips_pop_frame): Ditto.
12734
12735 2004-01-17 Andrew Cagney <cagney@redhat.com>
12736
12737 * mips-tdep.c: Re-indent. Group functions by ABI.
12738
12739 2004-01-17 Andrew Cagney <cagney@redhat.com>
12740
12741 * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default.
12742 * gdbarch.c: Re-generate.
12743 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12744 DECR_PC_AFTER_BREAK to zero.
12745 * vax-tdep.c (vax_gdbarch_init): Ditto.
12746 * v850-tdep.c (v850_gdbarch_init): Ditto.
12747 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12748 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12749 * sh-tdep.c (sh_gdbarch_init): Ditto.
12750 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12751 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12752 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12753 * mips-tdep.c (mips_gdbarch_init): Ditto.
12754 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12755 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12756 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12757 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12758 * i386-interix-tdep.c (i386_interix_init_abi): Ditto.
12759 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12760 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12761 * frv-tdep.c (frv_gdbarch_init): Ditto.
12762 * cris-tdep.c (cris_gdbarch_init): Ditto.
12763 * avr-tdep.c (avr_gdbarch_init): Ditto.
12764 * arm-tdep.c (arm_gdbarch_init): Ditto.
12765 * i386-nto-tdep.c (i386nto_init_abi): Add comment.
12766
12767 2004-01-17 J. Brobecker <brobecker@gnat.com>
12768
12769 * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint):
12770 Delete, no longer used.
12771 (read_subrange_type): New function, mostly extracted from
12772 read_array_type().
12773 (read_array_type): Replace extracted code by call to
12774 read_subrange_type().
12775 (dwarf2_get_attr_constant_value): New function.
12776 (scan_partial_symbols): Add handling for DW_TAG_subrange_type.
12777 (add_partial_symbol): Likewise.
12778 (process_die): Likewise.
12779 (new_symbol): Likewise.
12780 (read_type_die): Likewise.
12781
12782 2004-01-16 Andrew Cagney <cagney@redhat.com>
12783
12784 * symfile.c: Update copyright year.
12785 (compare_symbols): Delete unused function.
12786 * stabsread.c: Update copyright year.
12787 (lrs_general_complaint): Delete unused function.
12788 (ref_search_value): Ditto.
12789 (get_substring): Delete declaration.
12790 * sh64-tdep.c: Update copyright year.
12791 (sh64_get_gdb_regnum): Delete unused function.
12792 * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint):
12793 Delete unused function.
12794
12795 2004-01-17 Mark Kettenis <kettenis@gnu.org>
12796
12797 * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
12798 * osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
12799
12800 2004-01-16 Andrew Cagney <cagney@redhat.com>
12801
12802 Changes from Peter Schauer.
12803 * rs6000-tdep.c: Update copyright year.
12804 (rs6000_push_dummy_call): Update the stack pointer before
12805 accessing the corresponding stack region.
12806 * rs6000-nat.c: Update copyright year.
12807 (set_host_arch): Set "info.abfd" to "exec_bfd".
12808
12809 2004-01-15 Mark Kettenis <kettenis@gnu.org>
12810
12811 * blockframe.c: Update copyright year.
12812 (inside_entry_func): Don't treat a zero PC specially.
12813
12814 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
12815
12816 * gcore.c (gcore_copy_callback): Use paddr_d to print size
12817 variable.
12818 (gcore_create_callback): Ditto. Skip any memory segment that has
12819 no permissions set.
12820
12821 2004-01-14 David Carlton <carlton@kealia.com>
12822
12823 Change symbols for C++ nested types to contain the fully qualified
12824 name, if possible. (At least in the DWARF-2 case.) Partial fix
12825 for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832,
12826 c++/895.
12827 * c-exp.y (qualified_type): Handle types nested within classes.
12828 * cp-namespace.c: Update comments.
12829 (cp_set_block_scope): Delete #if 0.
12830 (cp_lookup_nested_type): Handle types nested within classes.
12831 * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure
12832 when appropriate.
12833 (add_partial_symbol): Add the name of the enclosing namespace to
12834 types.
12835 (pdi_needs_namespace): New.
12836 (add_partial_namespace): Tweak comment.
12837 (add_partial_structure): New.
12838 (psymtab_to_symtab_1): Initialize processing_current_prefix
12839 here...
12840 (process_die): instead of here.
12841 (read_structure_scope): Try to figure out the name of the class or
12842 namespace that the structure might be defined within.
12843 (read_enumeration): Generate fully-qualified names, if possible.
12844 (read_namespace): Don't set name to NULL.
12845 (die_specification): New.
12846 (new_symbol): Generate fully-qualified names for types.
12847 (read_type_die): Determine appropriate prefix.
12848 (determine_prefix): New.
12849 (typename_concat): New.
12850 (class_name): New.
12851 * valops.c (value_aggregate_elt): Pass NOSIDE to
12852 value_struct_elt_for_reference.
12853 (value_struct_elt_for_reference): Make static, add NOSIDE
12854 parameter, call value_maybe_namespace_elt as a last resort.
12855 (value_namespace_elt): Break out code into
12856 value_maybe_namespace_elt.
12857 (value_maybe_namespace_elt): New.
12858
12859 2004-01-12 Andrew Cagney <cagney@redhat.com>
12860
12861 * mips-tdep.c (mips_convert_register_p): Handle both raw and
12862 cooked floating-point registers.
12863 (mips_gdbarch_init): Set convert_register_p, register_to_value,
12864 and value_to_register.
12865
12866 2004-01-13 Andrew Cagney <cagney@redhat.com>
12867
12868 * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default.
12869 * gdbarch.c: Re-generate.
12870 * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set
12871 FUNCTION_START_OFFSET.
12872 * v850-tdep.c (v850_gdbarch_init): Ditto.
12873 * sparc-tdep.c (sparc32_gdbarch_init): Ditto.
12874 * sh64-tdep.c (sh64_gdbarch_init): Ditto.
12875 * sh-tdep.c (sh_gdbarch_init): Ditto.
12876 * s390-tdep.c (s390_gdbarch_init): Ditto.
12877 * rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
12878 * ns32k-tdep.c (ns32k_gdbarch_init): Ditto.
12879 * mn10300-tdep.c (mn10300_gdbarch_init): Ditto.
12880 * mips-tdep.c (mips_gdbarch_init): Ditto.
12881 * mcore-tdep.c (mcore_gdbarch_init): Ditto.
12882 * m68k-tdep.c (m68k_gdbarch_init): Ditto.
12883 * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
12884 * m32r-tdep.c (m32r_gdbarch_init): Ditto.
12885 * ia64-tdep.c (ia64_gdbarch_init): Ditto.
12886 * i386-tdep.c (i386_gdbarch_init): Ditto.
12887 * hppa-tdep.c (hppa_gdbarch_init): Ditto.
12888 * h8300-tdep.c (h8300_gdbarch_init): Ditto.
12889 * frv-tdep.c (frv_gdbarch_init): Ditto.
12890 * d10v-tdep.c (d10v_gdbarch_init): Ditto.
12891 * cris-tdep.c (cris_gdbarch_init): Ditto.
12892 * avr-tdep.c (avr_gdbarch_init): Ditto.
12893 * arm-tdep.c (arm_gdbarch_init): Ditto.
12894 * alpha-tdep.c (alpha_gdbarch_init): Ditto.
12895
12896 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
12897
12898 * infrun.c (follow_fork_mode_ask): Remove.
12899 (follow_fork_mode_kind_names): Remove follow_fork_mode_ask.
12900 (follow_fork): Simplify and remove internal error for
12901 follow_fork_mode_ask.
12902 (_initialize_infrun): Update "set follow-fork-mode" help text.
12903
12904 2004-01-13 Andrew Cagney <cagney@redhat.com>
12905
12906 * configure.in: Update copyright year.
12907 (build_warnings): Add -Wunused-label.
12908 * configure: Re-generate.
12909
12910 2004-01-12 Andrew Cagney <cagney@redhat.com>
12911
12912 * exec.h (exec_ops): Make "extern".
12913
12914 * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
12915 the function is void.
12916 (mips_pseudo_register_write): Ditto.
12917
12918 2004-01-12 Andrew Cagney <cagney@redhat.com>
12919
12920 * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO
12921 call. Never defined.
12922 * sparc-tdep.h (struct frame_info): Add opaque declaration.
12923 * sparc64-tdep.h (struct gdbarch): Add opaque declaration.
12924 (struct sparc_gregset, struct regcache): Ditto.
12925 * sparc-nat.c: Update copyright. Specify "GNU/Linux".
12926
12927 2004-01-12 Andrew Cagney <cagney@redhat.com>
12928
12929 * mi/ChangeLog: Delete file. Renamed to ...
12930 * mi/ChangeLog-1999-2003: New file.
12931 * tui/ChangeLog: Delete file. Renamed to ...
12932 * tui/ChangeLog-1998-2003: New file.
12933
12934 2004-01-11 Mark Kettenis <kettenis@gnu.org>
12935
12936 * sparc64nbsd-tdep.c: Include "regset.h".
12937 (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg):
12938 Remove variables.
12939 (fetch_core_registers): Remove function.
12940 (sparc64nbsd_core_fns): Remove variable.
12941 (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New
12942 functions.
12943 (sparc64nbsd_init_abi): Initialize TDEP->gregset,
12944 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12945 (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns.
12946
12947 * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from
12948 sparc_extract_struct_value_address.
12949 (sparc32_gdbarch_init): Set extract_struct_value_address.
12950 * sparc64-tdep.c (sparc64_extract_struct_value_address): New
12951 function.
12952 (sparc64_init_abi): Set extract_struct_value_address. Don't set
12953 return_value_on_stack.
12954
12955 * NEWS: Mention that %cs and %ss have been added to the AMD64
12956 configurations
12957
12958 * frame.c: Update copyright year.
12959 (get_prev_frame): Improve comment.
12960
12961 * sparc64fbsd-tdep.c: Include "regset.h".
12962 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
12963 Remove variables.
12964 (fetch_core_registers): Remove function.
12965 (sparc64fbsd_core_fns): Remove variable.
12966 (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New
12967 functions.
12968 (sparc64fbsd_init_abi): Initialize TDEP->gregset,
12969 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset.
12970 (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns.
12971
12972 * sparcnbsd-tdep.c: Include "regset.h".
12973 (fetch_core_registers): Remove function.
12974 (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles.
12975 (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New
12976 functions.
12977 (sparc32nbsd_init_abi): Initialize TDEP->gregset and
12978 TDEP->fpregset.
12979 (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns.
12980
12981 * sparc-tdep.h (struct regset): Provide opaque declaration.
12982 (struct gdbarch_tdep): Add gregset, sizeof_gregset,
12983 fpregset and sizeof_fpregset members.
12984 * sparc-tdep.c (struct regset): Provide opaque declaration.
12985 (sparc_regset_from_core_section): New function.
12986 (sparc32_gdbarch_init): Initialize TDEP->gregset,
12987 TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset.
12988 Set regset_from_core_section when appropriate.
12989
12990 2004-01-10 Mark Kettenis <kettenis@gnu.org>
12991
12992 * x86-64-tdep.c (amd64_non_pod_p): New function.
12993 (amd64_classify_aggregate): Return class memory for non-POD
12994 C++ structure types.
12995
12996 * x86-64-tdep.c (amd64_push_arguments): Add struct_return
12997 argument. Use it to reserve a register if necessary.
12998 (amd64_push_dummy_call): Pass STRUCT_RETURN in call to
12999 amd64_push_arguments.
13000
13001 * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields.
13002
13003 * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust
13004 register numbers in comments.
13005 * x86-64-tdep.h: Update copyright year.
13006 (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM):
13007 Adjust for addition of %cs and %ss.
13008 * amd64fbsd-nat.c: Update copyright year.
13009 (reg_offset): Add register offsets for %cs and %ss.
13010 * amd64fbsd-tdep.c: Update copyright year.
13011 (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss.
13012 (amd64fbsd_sc_reg_offset): Likewise.
13013 * x86-64-linux-nat.c: Update copyright year.
13014 (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs
13015 and %ss.
13016 * amd64nbsd-nat.c: Update copyright year.
13017 (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss.
13018 * amd64nbsd-tdep.c: Update copyright year.
13019 (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss.
13020 * x86-64-linux-tdep.c: Update copyright year.
13021 (user_to_gdb_regmap): Add mapping for %cs and %ss.
13022 (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss.
13023 * regformats/reg-x86-64.dat: Add %cs and %ss.
13024
13025 * blockframe.c (inside_entry_func): Reformat. Introduce new local
13026 variables to prevent long lines. Update comments to reflect
13027 reality.
13028
13029 2004-01-09 David Carlton <carlton@kealia.com>
13030
13031 Checked in by Elena Zannoni <ezannoni@redhat.com>.
13032 * dwarf2read.c (read_namespace): Pull out name-generating code
13033 into namespace_name. Rename previous_namespace to previous_prefix
13034 and processing_current_namespace to processing_current_prefix..
13035 (namespace_name): New function.
13036 (add_partial_symbol): Substitute uses of pdi->name with
13037 actual_name.
13038 * cp-support.h: Rename processing_current_namespace to
13039 processing_current_prefix.
13040 Update copyright year.
13041 * cp-namespace.c: Rename processing_current_namespace to
13042 processing_current_prefix.
13043 Update copyright year.
13044
13045 2004-01-09 Andrew Cagney <cagney@redhat.com>
13046
13047 * jv-valprint.c, ser-unix.c: Add missing copyright years.
13048
13049 2004-01-09 Mark Kettenis <kettenis@gnu.org>
13050
13051 * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of
13052 complaining.
13053 (process_one_symbol): Deal with N_PATCH stabs.
13054
13055 2004-01-09 Elena Zannoni <ezannoni@redhat.com>
13056
13057 * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and
13058 ifdeffed code.
13059 Update copyright year.
13060
13061 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13062
13063 * config/pa/tm-hppa.h: Update extern declarations for
13064 hppa32_hpux_frame_saved_pc_in_sigtramp,
13065 hppa32_hpux_frame_base_before_sigtramp, and
13066 hppa32_hpux_frame_find_saved_regs_in_sigtramp.
13067
13068 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
13069
13070 * config/pa/tm-hppah.h: Update copyright years.
13071
13072 2004-01-08 Andrew Cagney <cagney@redhat.com>
13073
13074 * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function.
13075 (mips_o32_reg_struct_has_addr): Delete function.
13076 (mips_gdbarch_init): Update.
13077 (mips_extract_struct_value_address): Delete function.
13078
13079 2004-01-08 David Mosberger <davidm@hpl.hp.com>
13080
13081 * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect
13082 reality.
13083
13084 2004-01-07 Andrew Cagney <cagney@redhat.com>
13085
13086 * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous
13087 architecture's elf flags (when available).
13088
13089 * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS
13090 FPU to the start, check the MIPS FPU when looking for an old
13091 architecture.
13092 (set_mipsfpu_single_command): Update the architecture.
13093 (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto.
13094
13095 * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro.
13096 (mips_mask_address_p): Add "tdep" parameter.
13097 (show_mask_address, mips_addr_bits_remove): Update.
13098 (mips_dump_tdep): Update.
13099 (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro.
13100 (MIPS_STACK_ARGSIZE): Delete macro.
13101 (mips_stack_argsize, mips_eabi_push_dummy_call): Update.
13102 (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update.
13103 (mips_o64_push_dummy_call, mips_o32_return_value): Update.
13104 (mips_dump_tdep): Update.
13105 (MIPS_SAVED_REGSIZE): Delete macro.
13106 (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro.
13107 (mips_saved_regsize, mips_eabi_use_struct_convention): Update.
13108 (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update.
13109 (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update.
13110 (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update.
13111 (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update.
13112 (mips_pop_frame, return_value_location): Update.
13113 (mips_n32n64_return_value, mips_dump_tdep): Update.
13114
13115 * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the
13116 MIPS ABI.
13117
13118 * mips-tdep.c: Update copyright.
13119 (mips_gdbarch_init): Merge two code blocks handling the register
13120 name and number layout.
13121
13122 2004-01-02 Pawel Ostrowski <pasza@zodiac.mimuw.edu.pl>
13123
13124 * tracepoint.c (validate_actionline): Fix segv at EOF
13125
13126 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
13127
13128 * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME
13129 properly for static fields.
13130
13131 2004-01-06 Jeff Johnston <jjohnstn@redhat.com>
13132 Jason Molenda <jmolenda@apple.com>
13133
13134 * disasm.c: Update copyright to include 2004.
13135 (do_mixed_source_and_assembly): For uiout asm list
13136 and tuple cleanups, initialize to null_cleanup instead of
13137 NULL and do so prior to loop. Only reset when we close off
13138 the tuple/list. Move check for whether to close off the
13139 asm tuple/list to after dump_insns call where it will be run
13140 on each loop iteration.
13141
13142 2004-01-05 Andrew Cagney <cagney@redhat.com>
13143
13144 * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED"
13145 should be a switch case and not a label.
13146 * mips-tdep.c (mips32_next_pc): Delete unused labels
13147 "greater_equal_branch" and "less_zero_branch".
13148 * jv-valprint.c (java_print_value_fields): Delete unused label
13149 "flush_it".
13150
13151 * target.c (unpush_target): Only close a target that is in the
13152 target stack.
13153
13154 2004-01-05 Mark Kettenis <kettenis@gnu.org>
13155
13156 * sparc-tdep.c (sparc_extract_struct_value_address): Get the
13157 address from [sp + 64] instead of %o2.
13158
13159 * frame.c (get_prev_frame): Don't try to unwind the PC. This
13160 fixes PR backtrace/1476.
13161
13162 2004-01-05 Andrew Cagney <cagney@redhat.com>
13163
13164 * libunwind-frame.h (struct frame_id): Add opaque declaration,
13165 move to start of file.
13166 * i386-tdep.h (struct regcache): Add opaque declaration.
13167 * config/ia64/nm-linux.h (struct target_ops): Add opaque
13168 declaration.
13169 * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__.
13170 (ia64_gdbarch_init): Use "GNU/Linux" in comment.
13171 * win32-nat.c (fake_create_process): Use ISO C style definition.
13172 * stabsread.c (define_symbol): Delete #ifndef
13173 DEPRECATED_USE_REGISTER_NOT_ARG wrapper around
13174 stabs_argument_has_addr call, macro never defined.
13175
13176 2004-01-04 Michael Chastain <mec.gnu@mindspring.com>
13177
13178 * op50-rom.c: Delete.
13179 * w89k-rom.c: Delete.
13180 * Makefile.in: Remove references.
13181
13182 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13183
13184 * x86-64-tdep.c: Update copyright year.
13185 (struct amd64_register_info): Rename from x86_64_register_info.
13186 (amd64_register_info): Rename from x86_64_register_info.
13187 (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS.
13188 (amd64_register_name): Rename from x86_64_register_name.
13189 (amd64_register_type): Rename from x86_64_register_type.
13190 (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap.
13191 (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len.
13192 (amd64_dwarf_reg_to_regnum): Rename from
13193 x86_64_dwarf_reg_to_regnum.
13194 (amd64_convert_register_p): Rename from x86_64_convert_register_p.
13195 (amd64_push_dummy_call): Rename from x86_64_push_dummy_call.
13196 (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS.
13197 (struct amd64_frame_cache): Renamed from x86_64_frame_cache.
13198 (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache.
13199 (amd64_analyze_prologue): Rename from x86_64_analyze_prologue.
13200 (amd64_skip_prologue): Rename from x86_64_skip_prologue.
13201 (amd64_frame_cache): Rename from x86_64_frame_cache.
13202 (amd64_frame_this_id): Rename from x86_64_frame_this_id.
13203 (amd64_frame_prev_register): Rename from
13204 x86_64_frame_prev_register.
13205 (amd64_frame_unwind): Rename from x86_64_frame_unwind.
13206 (amd64_frame_sniffer): Rename from x86_64_frame_sniffer.
13207 (amd64_sigtramp_frame_cache): Rename from
13208 x86_64_sigtramp_frame_cache.
13209 (amd64_sigtramp_frame_prev_register): Rename from
13210 x86_64_sigtramp_frame_prev_register.
13211 (amd64_sigtramp_frame_unwind): Rename from
13212 x86_64_sigtramp_frame_unwind.
13213 (amd64_sigtramp_frame_sniffer): Rename from
13214 x86_64_sigtramp_frame_sniffer.
13215 (amd64_frame_base_address): Rename from x86_64_frame_base_address.
13216 (amd64_frame_base): Rename from x86_64_frame_base.
13217 (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id.
13218 (amd64_frame_align): Rename from x86_64_frame_align.
13219 (amd64_supply_fpregset): Rename from x86_64_supply_fpregset.
13220 (amd64_regset_from_core_section): Rename from
13221 x86_64_regset_from_core_section.
13222 (x86_64_init_abi): Update comments.
13223
13224 2004-01-04 Nick Roberts <nick@nick.uklinux.net>
13225
13226 * MAINTAINERS (write after approval): Add myself.
13227
13228 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13229
13230 * sparc64-tdep.c (sparc64_store_arguments): Fix handling of
13231 `float' arguments.
13232
13233 2004-01-04 Mark Kettenis <kettenis@gnu.org>
13234
13235 * sparc64-tdep.c (sparc64_store_floating_fields): Update comment
13236 such that it mentions a specific version of GCC that exhibits this
13237 bug.
13238
13239 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13240
13241 * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a
13242 structure that has a single `float' member, store it in %f1 in
13243 addition to %f0.
13244
13245 * sparc-sol2-nat.c: Add missing '\'.
13246
13247 * sparc-tdep.c (sparc32_return_value): New function.
13248 (sparc32_use_struct_convention, sparc32_return_value_on_stack):
13249 Remove functions.
13250 (sparc32_gdbarch_init): Set return_value, don't set
13251 extract_return_value, store_return_value, use_struct_convention
13252 and return_value_on_stack.
13253
13254 * sparc-sol2-nat.c: Add missing ')'.
13255
13256 2004-01-03 J. Brobecker <brobecker@gnat.com>
13257
13258 * infrun.c (handle_step_into_function): New function.
13259 (handle_inferior_event): Extract out some code into the new
13260 function above.
13261
13262 2004-01-03 J. Brobecker <brobecker@gnat.com>
13263
13264 * infrun.c (handle_inferior_event): Move the declaration of
13265 real_stop_pc inside the if blocks where it is used.
13266
13267 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13268
13269 * sparc64-tdep.c (sparc64_16_byte_align_p)
13270 (sparc64_store_floating_fields, sparc64_store_floating_fields):
13271 Use check_typedef to get subtypes of structures and unions.
13272 (sparc64_store_return_value): Fix calculation of the appropriate
13273 offset into VALBUF when storing a structure or union.
13274 (sparc64_return_value): New function.
13275 (sparc64_use_struct_convention): Remove function.
13276 (sparc64_init_abi): Set return_value, don't set
13277 extract_return_value, store_return_value and
13278 use_struct_convention.
13279
13280 2004-01-03 Eli Zaretskii <eliz@elta.co.il>
13281
13282 * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS,
13283 bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c,
13284 gdb/config/alpha/xm-alphaosf.h,
13285 gdb/config/powerpc/tm-ppcle-eabi.h,
13286 gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001,
13287 gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003,
13288 gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in,
13289 gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c,
13290 gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c,
13291 gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c,
13292 gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c,
13293 gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c,
13294 gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c,
13295 gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c,
13296 gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp,
13297 nclude/ChangeLog-9103, include/coff/ChangeLog-9103,
13298 include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103,
13299 opcodes/ChangeLog-0001, opcodes/ChangeLog-0203,
13300 opcodes/openrisc-dis.c, opcodes/openrisc-desc.h,
13301 sim/frv/profile-fr550.c, sim/frv/profile-fr550.h,
13302 sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c,
13303 sim/testsuite/sim/sh64/compact/ldsl-mach.cgs,
13304 sim/testsuite/sim/sh64/compact/ldsl-macl.cgs,
13305 sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and
13306 sim/testsuite/sim/sh64/compact/stsl-macl.cgs.
13307 Remove lines for .cvsignore files.
13308
13309 2004-01-03 J. Brobecker <brobecker@gnat.com>
13310
13311 * infrun.c: Back out the previous change.
13312
13313 2004-01-03 Mark Kettenis <kettenis@gnu.org>
13314
13315 * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and
13316 sparc-*-sunos4* to the list of REMOVED configurations.
13317
13318 * configure.tgt: Add back sparc-*-vxworks*.
13319 * remote-vxsparc.c: Remove all includes except for "defs.h",
13320 "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h".
13321 Include "sparc-tdep.h".
13322 (SPARC_R_G1): New define.
13323 (vxsparc_gregset): New variable.
13324 (ext_format_sparc): Remove extern declaration.
13325 (vx_read_register): Rewrite to use sparc32_supply_gregset and
13326 sparc32_supply_fpregset.
13327 (vx_write_register): Rewrite to use sparc32_collect_gregset,
13328 sparc_collect_rwindow and sparc32_collect_fpregset.
13329 * config/sparc/tm-vxworks.h: New file, based on recently removed
13330 tm-vxsparc.h.
13331 * config/sparc/vxworks.mt: New file, based on recently removed
13332 vxworks.mt.
13333
13334 2004-01-03 J. Brobecker <brobecker@gnat.com>
13335
13336 * infrun.c (handle_step_into_function): New function.
13337 (handle_inferior_event): Extract out some code into the new
13338 function above.
13339
13340 2004-01-02 Mark Kettenis <kettenis@gnu.org>
13341
13342 * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and
13343 sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c,
13344 sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c,
13345 sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c,
13346 sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c,
13347 sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c.
13348 (sparc_nat_h): New variable.
13349 (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables.
13350 (tm-sun4os4.h): Remove dependency.
13351 (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies.
13352 (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o,
13353 sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o,
13354 sparc-tdep.o): Update dependencies.
13355 (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o,
13356 sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o,
13357 sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New
13358 dependencies.
13359 * configure.host: Remove existing sparc-*-lynxos*,
13360 sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*,
13361 ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*,
13362 sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*,
13363 sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2*
13364 triplets.
13365 * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*,
13366 sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*,
13367 sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*,
13368 sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add
13369 new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*,
13370 sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*,
13371 sparc64-*-solaris2* and sparc64-*-* triplets.
13372 * sparc64-tdep.c: Update copyright year. Include "inferior.h",
13373 "symtab.h" and "objfiles.h".
13374 (BIAS): Remove define.
13375 (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22)
13376 (X_DISP19): Remove macros.
13377 (sparc_fetch_instruction): Remove function.
13378 (struct gdbarch_tdep): Remove definition.
13379 (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE.
13380 (sparc_breakpoint_from_pc): Remove function.
13381 (struct sparc64_frame_cache): Remove definition.
13382 (sparc64_alloc_frame_cache, sparc64_analyze_prologue,
13383 sparc64_unwind_pc): Remove functions.
13384 (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of
13385 `struct sparc64_frame_cache. Call sparc_analyze_prologue instead
13386 of sparc64_analyze_prologue. Mark constant as ULL instead of UL.
13387 (sparc64_frame_cache): Change return type to `struct
13388 sparc_frame_cache *'. Simply call sparc_frame_cache.
13389 (sparc64_frame_this_id, sparc64_frame_prev_register,
13390 sparc64_frame_base_address): Use `struct sparc_frame_cache'
13391 instead of `struct sparc64_frame_cache.
13392 (sparc_unwind_dummy_id, sparc_extract_struct_value_address,
13393 sparc_analyze_control_transfer, sparc_software_single_step,
13394 sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow,
13395 _initialize_sparc64_tdep): Remove functions.
13396 (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros.
13397 (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New
13398 macros.
13399 (sparc64_supply_gregset, sparc64_collect_gregset,
13400 sparc64_supply_fpregset, sparc64_collect_fpregset): New functions.
13401 (sparc64_init_abi): New function.
13402 * sparc64-tdep.h: Update copyright year. Fix typo in multiple
13403 inclusion guard. Include "sparc-tdep.h".
13404 (BIAS): Define.
13405 (r_tstate_offset, r_fprs_offset): New defines.
13406 (enum sparc_regnum): Remove defenition.
13407 (enum sparc64_regnum): Reformat.
13408 (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes.
13409 (sparc64_init_abi, sparc64_supply_gregset,
13410 sparc64_collect_gregset, sparc64_supply_fpregset,
13411 sparc64_collect_fpregset): New prototypes.
13412 (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset):
13413 Add extern declarations.
13414 (sparc64_sol2_init_abi): New prototype.
13415 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
13416 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
13417 prototypes.
13418 * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include
13419 "sparnbsd-nat.h".
13420 (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove
13421 functions.
13422 (_initialize_sparc64fbsd_nat): Remove initialization of
13423 sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg,
13424 sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p,
13425 sparcbsd_fpreg_supplies_p. Initialize sparc_gregset.
13426 * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h",
13427 "frame-unwind.h", "trad-frame.h" and "gdb_assert.h".
13428 (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset)
13429 (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset)
13430 (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset)
13431 (sparc64fbsd_r_y_offset): Remove variables.
13432 (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg):
13433 Make static and const.
13434 (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg)
13435 (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove
13436 functions.
13437 (sparc64fbsd_gregset): New variable.
13438 (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg
13439 and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset
13440 and sparc64_supply_fpregset.
13441 (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache)
13442 (sparc64fbsd_sigtramp_frame_this_id)
13443 (sparc64fbsd_sigtramp_frame_prev_register): New functions.
13444 (sparc64fbsd_sigtramp_frame_unwind): New variable.
13445 (sparc64fbsd_sigtramp_frame_sniffer): New function.
13446 (sparc64fbsd_init_abi): Set pc_in_sigtramp, append
13447 sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi.
13448 * sparcnbsd-tdep.c: Update copyright year. Include
13449 "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h",
13450 "trad-frame.h" and "gdb_assert.h", don't include "target.h",
13451 "value.h" and "sparcnbsd-tdep.h".
13452 (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC)
13453 (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT)
13454 (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC)
13455 (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove
13456 defines.
13457 (sparcnbsd_gregset): New variable.
13458 (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64)
13459 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64)
13460 (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64)
13461 (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions.
13462 (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New
13463 variables.
13464 (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache)
13465 (sparc32nbsd_sigcontext_frame_this_id)
13466 (sparc32nbsd_sigcontext_frame_prev_register): New functions.
13467 (sparc32nbsd_sigcontext_frame_unwind): New variable.
13468 (sparc32nbsd_sigtramp_frame_sniffer): New function.
13469 (sparcnbsd_get_longjmp_target_32,
13470 sparcnbsd_get_longjmp_target_64): Remove functions.
13471 (sparcnbsd_aout_in_solib_call_trampoline): Rewrite.
13472 (sparcnbsd_init_abi_common, sparcnbsd_init_aout,
13473 sparcnbsd_init_elf): Remove.
13474 (sparcnbsd_init_abi, sparcnbsd_aout_init_abi)
13475 (sparcnbsd_elf_init_abi): New functions.
13476 (_initialize_sparcnbsd_tdep): New prototype.
13477 (_initialize_sparnbsd_tdep): Update.
13478 * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and
13479 corelow.o. Add sparc64-nat.o and sparc-nat.o.
13480 * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o.
13481 * config/sparc/linux.mh: Update comment.
13482 (XM_FILE, HOST_IPC): Remove variables.
13483 (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove
13484 sparc-linux-nat.o.
13485 * config/sparc/linux.mt: Update comment.
13486 (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o.
13487 * config/sparc/nbsd.mt: Reformat.
13488 * config/sparc/nbsd64.mh: Update comment.
13489 (NATDEPFILES): Add sparc-nat.o.
13490 * config/sparc/nbsd64.mt: Update comment.
13491 (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o.
13492 (TM_FILE): Set to tm-nbsd.h.
13493 * config/sparc/nbsdelf.mh: Update comment.
13494 (NATDEPFILES): Add sparc-nat.o.
13495 (XM_FILE): Delete.
13496 * config/sparc/nbsdaout.mh: Update comment.
13497 (NATDEPFILES): Add sparc-nat.o
13498 (XM_FILE): Delete.
13499 * config/sparc/nm-linux.h: Update copyright year. Don't include
13500 "config/nm-svr4.h" and "solib.h". Add protection against multiple
13501 inclusion.
13502 (KERNEL_U_SIZE): Remove define.
13503 (kernel_u_size): Remove prototype.
13504 (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define.
13505 * config/sparc/nm-nbsd.h: Update copyright. Don't include
13506 "regcache.h".
13507 (CHILD_PREPARE_TO_STORE): Remove define.
13508 * config/sparc/nm-nbsdaout.h: Tweak some comments.
13509 * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c,
13510 sparcnbsd-nat.c: Rewrite files.
13511 * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files.
13512 * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h,
13513 sparcnbsd-tdep.h: Remove files.
13514 * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h,
13515 config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt,
13516 config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt,
13517 config/sparc/sparc-em.mt, config/sparc/sparclynx.mh,
13518 config/sparc/sparclynx.mt, config/sparc/sun4os4.mh,
13519 config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh,
13520 config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h,
13521 config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h,
13522 config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h,
13523 config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h,
13524 config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt,
13525 config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files.
13526 * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c,
13527 sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c,
13528 sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files.
13529 * config/sparc/linux64.mh, config/sparc/linux64.mt,
13530 config/sparc/nm-sol2.h, config/sparc/sol2-64.mt,
13531 config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt,
13532 config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files.
13533
13534 2004-01-02 Andrew Cagney <cagney@redhat.com>
13535
13536 From 2003-12-18 Kazuhiro Inaoka:
13537 * configure.host: Add m32r-linux target.
13538
13539 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
13540
13541 * top.c (print_gdb_version): Update year to 2004.
13542
13543 2004-01-02 Mark Mitchell <mark@codesourcery.com>
13544
13545 * MAINTAINERS: Add myself to the write-after-approval category.
13546
13547 2004-01-02 Daniel Jacobowitz <drow@mvista.com>
13548
13549 From Bernardo Innocenti <bernie@develer.com>:
13550 * configure.tgt: Add uClinux target.
13551
13552 2004-01-02 Andrew Cagney <cagney@redhat.com>
13553
13554 * utils.c (do_my_cleanups): Make static, add forward declaration.
13555 * defs.h (do_my_cleanups): Delete declaration.
13556
13557 2004-01-02 Eli Zaretskii <eliz@elta.co.il>
13558
13559 * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and
13560 bfd/ChangeLog-0203.
13561
13562 2004-01-02 Mark Kettenis <kettenis@gnu.org>
13563
13564 * configure.in: Check for <machine/reg.h>. Check for `struct reg'
13565 in <machine/reg.h>.
13566 * configure, config.in: Regenerate.
13567
13568 For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and
13569 tui/ChangeLog-1998-2003.
13570 \f
13571 Local Variables:
13572 mode: change-log
13573 left-margin: 8
13574 fill-column: 74
13575 version-control: never
13576 End:
This page took 0.312429 seconds and 5 git commands to generate.